Project

General

Profile

Download (34.4 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
0bee2010 11/18/2010 09:34 AM Erik Fonnesbeck

Save the host name and domain to a temporary location until the setup wizard is finished to prevent triggering the DNS rebind message. Fixes #1022 Also use this information to implement the redirect for changed host for ticket #455

b8d4d7cd 11/18/2010 07:23 AM Erik Fonnesbeck

Handling this properly when the web gui is on an alternate port number.

6898927f 11/18/2010 03:00 AM Erik Fonnesbeck

Make this check more general in case someone makes a wizard that changes an opt interface's IP address and wants to use the "Reload in progress" step. Ticket #455

a219c643 11/17/2010 03:35 PM Erik Fonnesbeck

Add workaround for referrer check to not be triggered on the previous IP address when redirected by the setup wizard.

fd7f136b 11/17/2010 02:01 PM Erik Fonnesbeck

Redirect to the correct IP at the end of the setup wizard if accessing it on an IP address that was changed. Fixes #455

9882cbef 11/04/2010 05:18 PM Jim Pingle

Use addslashes() here to prevent unescaped quotes from causing PHP errors. Fixes advanced/custom options in OpenVPN wizard.

24b2aa62 10/25/2010 11:19 AM Ermal LUÇI

Resolves #971. Fix wizard.php to show interface descriptive names. Pointy-hat: gnhb

27319e17 10/21/2010 12:59 AM Jim Pingle

Add a patch to wizard.php to support input_errors from sullrich (with some modifications).

f2a86ca9 10/19/2010 06:19 PM Jim Pingle

Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protection and standardize field names. Ticket #320.

389c778e 09/20/2010 02:57 PM Marcus Brown

Update wizard files for setup wizard to write proper config for current ppp architecture.

I also allowed selection of physical interface from the wizard screen. This is crucial
because if the user has the WAN set to anything other than the same phyical interface used...

4e990e1e 09/01/2010 07:18 PM Jim Pingle

CA/CERT Move

94017670 08/18/2010 07:28 PM Ermal LUÇI

Resolves #732. Make the wizard behave better and actually work by correcting typos in code. Make it faster by not using HTTP redirection for showing errors. Try to make it more user friendly, though some more work is needed.

e73b001e 08/12/2010 03:55 PM Renato Botelho

Merge remote branch 'mainline/master'

Conflicts:
usr/local/www/diag_smart.php
usr/local/www/firewall_rules_edit.php
usr/local/www/interfaces.php
usr/local/www/load_balancer_pool_edit.php
usr/local/www/pkg_mgr_settings.php

185b9fbd 08/12/2010 01:46 PM Renato Botelho

Add missing )

3a3fb8ea 08/11/2010 10:15 PM Erik Fonnesbeck

Fix printf/sprintf mixups.

381af659 08/11/2010 05:11 PM Renato Botelho

Small gettext() fixes

e2d86c0b 07/30/2010 07:16 PM Carlos Eduardo Ramos

Fix gettext implementation on wizard.php

2ddac094 07/29/2010 12:42 PM Rafael Lucas

Implement gettext() calls on wizard.php

42f1649f 07/10/2010 08:25 PM Erik Fonnesbeck

Restore the code for getting the step's title and description after the step ID is set so that it is read from the correct step.

fe4fc20b 07/07/2010 01:32 PM Renato Botelho

Show $g['product_name'] on wizards

ce6b39f2 06/25/2010 03:29 PM Jim Pingle

Hide GMZ offset zones in setup wizard. Ticket #464

b4eb3a17 06/17/2010 04:16 PM Jim Pingle

Check if a variable is set before trying to unset. Otherwise, this will blow up with $a[b][c] if $a[b] doesn't exist.

ddc75a80 06/11/2010 12:29 PM Ermal LUÇI

Fix typo.

a4f07557 06/11/2010 11:59 AM Ermal LUÇI

Ticket #642. Fix logic for the wizard code to unset and arraynum usage.

60ce86ea 06/03/2010 12:02 AM Erik Fonnesbeck

For settings that exist in the configuration but are blank, only consider it true when associated with a checkbox.

b554f7bf 06/02/2010 11:01 PM Ermal LUÇI

Fix logic.

373a1e7b 05/17/2010 02:20 PM Ermal LUÇI

Ticket #493. Set a value for checkboxes since the parsers marks empty tags(<tag/>) as arrays.

ba374e4b 05/14/2010 04:21 PM Ermal LUÇI

Ticket #493. Ticket #302. Actually correct code flow to be correct and consistent to what it should do.

c062a711 04/12/2010 07:00 PM Jim Pingle

Fix wizard handling of password fields. Ticket #500.

3f394d09 03/20/2010 01:43 PM Erik Fonnesbeck

Ticket #313. Use $myurl when calling fixup_string to get the URL for the image link.

40050fab 03/19/2010 05:35 PM Ermal LUÇI

Use alias style when creating aliases in wizards.

1ae55320 03/18/2010 05:04 PM Ermal LUÇI

Add the counterpart of enablefields.

a314bebc 03/18/2010 03:56 PM Ermal LUÇI

Actually get values from the CA based on what was choosen during wizard.

47aa4fc4 03/18/2010 12:49 PM Ermal LUÇI

Merge common name fields with descriptive name. Default to 3650 days of lifetime and 2048 bits key length.

8984dc5e 03/15/2010 07:54 PM Ermal LUÇI

Ticket #414. Fix wizard framework to properly display this. Not sure how it actually worked before!

a3db8d75 03/12/2010 12:00 AM Ermal LUÇI

Add my copyright.

2465ff5b 03/11/2010 11:41 PM Ermal LUÇI

Add a function that allows to show/hide fields. Also correct the enable/disable function.

2ca50c87 03/11/2010 12:39 PM Ermal Luçi

Improve wizard by adding more steps and cleaness.

eb20f3c5 03/11/2010 01:36 AM Ermal Luçi

Improve the wizard. Make it produce a correct openvpn server config.

72a5f424 03/10/2010 10:57 PM Ermal Luçi

Mostly style fixes.

b7bb1711 03/10/2010 10:13 PM Ermal Luçi

Make the wizard ressemble the style as on other pages. Use switch instead of if else to make code more readble.

66f773b4 03/10/2010 07:51 PM Ermal Luçi

Improve a lot the wizard.php page to be more userfriendly and add control types for certificates.

5a8a69b3 03/10/2010 10:14 AM Ermal Luçi

Only extract timezone info if we have a field type 'timezone_select'

ba9e9bbf 03/10/2010 10:00 AM Ermal Luçi

Correctly set variable values during each iteration. Ticket #414. Spotted-by: irc(Efonne)

d70a5ac6 02/26/2010 06:27 PM Ermal Luçi

Ticket #313. Search if the string to be replaced really exists instead of doing a blind replace.

43d9a2d3 12/25/2009 01:28 AM Jim Pingle

Fix wizard webgui URL usage so it chooses https/http properly for refresh link and logo link

b6693b01 11/28/2009 02:00 AM Scott Ullrich

use _SERVER[\'HTTP_HOST\']

39d1c22d 11/28/2009 01:50 AM Scott Ullrich

Use _SERVER['HTTP_HOST'] instead of lanip Resolves #157

f9fc88cc 11/26/2009 05:33 PM Scott Ullrich

Rework includes. Ticket #170

34019d28 11/26/2009 01:55 PM Ermal Luçi

Resolves #170. Yet again include fallout changes.

c19900ef 11/25/2009 04:36 PM Ermal Luçi

Resolves #170. This is really a fallout from include changes. Pointy-hat: sullrich@

203de6bf 10/05/2009 06:49 PM Ermal Luçi

Remove support for all_interfaces from wizard.php it is not used anywhere. Convert the interfaces_selection to use the interface API.

44c10295 08/24/2009 11:22 PM Scott Ullrich

Add alias completion support to wizard. Resolves #25

d6f53204 07/07/2009 03:16 PM Ermal Luçi

Fix some typos in wizard.php code introduced by previous commit.
Add 'displayname' even to option fields of select.
Convert traffic_shaper_wizard to use display better names with the introduced 'displayname'

7a29f783 07/07/2009 12:50 PM Ermal Luçi

Add a 'displayname' field to make it easier to print better labels for inputs.

a55e9c70 03/30/2009 12:38 AM Ermal Luçi
  • Hide interfaces internals to other code and use the propper interfaces.
    Basically use get_interface*() functions instead of accessing fields like 'ipaddr'/'descr' etc...
  • Make get_interfaces_with_gateway less heavyweight by getting information from the configuration stored in config.xml...
ba21539c 11/09/2008 09:30 PM Scott Ullrich

Inculde wizard.css if it exists

4e3391a3 11/09/2008 09:20 PM Scott Ullrich

Include wizard.css or all.css, wizard.css being the first

8c01d3bb 11/09/2008 09:13 PM Scott Ullrich

Include wizard.css if it exists after all.css

Requested-by: Holger

e910b58d 11/06/2008 06:27 AM Scott Ullrich

Set css

85a5da13 10/23/2008 09:51 PM Ermal Luçi
  • Rename get_current_wan_address to get_interface_ip
  • Rename get_real_wan_interface to get_real_interface
  • Simplify get_interface_ip by using find_interface_ip which should help in speed to since its using caching. Pointed by billm@
  • Cleanup some code when passing or remove some unused one.
6b07c15a 08/01/2008 06:30 AM Matthew Grooms

Rewrite the pfsense privilege system with the following goals in mind ...

1) Redefine page privileges to not use static urls
2) Accurate generation of privilege definitions from source
3) Merging the user and group privileges into a single set
4) Allow any privilege to be added to users or groups w/ inheritance...

2576dace 03/07/2008 04:58 PM Ermal Luçi

traffic shaping wizards are no longer special and they never should be!

d8c1a6c5 02/12/2008 04:40 AM Scott Ullrich

Make scripts XSS input safe.

Pointed-out: by

d88c6a9f 11/16/2007 12:48 AM Scott Ullrich

Switch over to array style page titles. Obtained-from: m0n0wall

55b8d602 02/06/2007 07:33 PM Scott Ullrich

Correctly display POST messages

e881d1f3 01/18/2007 09:29 PM Scott Ullrich

Fixup color code

Suggested-by: DSH

c8000491 05/31/2006 10:59 PM Scott Ullrich

Move ending </body> and </html> down to end.

Noticed-by Daniel S

98b5b72b 04/23/2006 06:28 PM Scott Ullrich

Kill carriage returns on timezone list

b3f4e57c 04/02/2006 08:28 AM Scott Ullrich
  • Seperate out code from eval() blocks into a common include file
  • Add support for common include file
1c3d61fe 04/02/2006 02:15 AM Scott Ullrich

During the traffic shaping wizard turn the logo into a "abort" button. Clicking this will whipe the previous steps configuration.

aecffb0a 03/17/2006 05:26 PM Scott Ullrich

MFC 10652
Make wizard work on described OPT interfaces

MFC: For next snapshot

62a48760 01/23/2006 04:30 AM Scott Ullrich

MFC 9611
Ticket #792 - fix 6 month old shaper bug that caused erratic speeds and latencies. With a 10Mbit queue and 4 iperf jobs running through it in default and otherL queues, I can get an icmp through in otherH with a mere 25ms additional latency on average.

664c2cb5 01/20/2006 04:47 AM Scott Ullrich

During traffic shaper wizard rewire the logo to remove shaper rules to basically abort the incremental shaper process

e54d4de6 01/02/2006 11:46 PM Scott Ullrich

Remove #!/usr/local/bin/php

38e7d556 11/25/2005 07:48 PM Scott Ullrich

MFC 7995
Add FieldValidate() JS function back - accidently removed in 1.28

77851510 10/30/2005 07:24 PM Scott Ullrich

MFC 7244
Allow the wizard to send the user error messages

7b4710f9 10/30/2005 07:24 PM Scott Ullrich

MFC 7243
Make interface code look the same as other fields

037304d8 10/22/2005 06:40 PM Scott Ullrich

MFC 7049
Fix protocol detection for $myurl Stop $myurl from putting : in url when no alternate port is selected

d1c844e1 08/13/2005 04:19 PM Scott Ullrich

Spell interfaces correctly

fe2bfbfc 08/13/2005 04:18 PM Scott Ullrich

If the wizard step title is Reload in progress then set the top image url to the LAN ip so that it matches what the system will try to access in 120 seconds.

496f9155 08/04/2005 10:07 PM Scott Ullrich

Add interface_selection box widget

b39d4999 07/30/2005 01:13 AM Scott Ullrich

Remove extra #

97aaf706 07/24/2005 11:47 PM Scott Ullrich

Change color to #333333

Suggested-by: hoba

85dc4438 07/24/2005 06:31 PM Scott Ullrich

Change rounded corner color to match the rest of the items

5adb3375 07/24/2005 04:51 PM Scott Ullrich

Round the corners

50f60bca 07/24/2005 04:47 PM Scott Ullrich

Use a white background

677c0869 07/21/2005 12:17 AM Erik Kristensen

updating files to use theme images
removing images from /usr/local/www
adding specific images into the correct theme directories

63637de9 07/04/2005 07:52 PM Bill Marquette

Code cleanup

4df96eff 07/02/2005 04:38 AM Scott Ullrich

include head.inc and round corners on tabs

fc19d371 06/25/2005 07:31 PM Scott Ullrich

use parse_xml_config_pkg()

78818d7a 06/22/2005 03:12 PM Scott Ullrich

Correctly popultae $myurl and friends

Fixes Ticket #179

5a4089a2 06/20/2005 02:50 AM Bill Marquette

xmlparse.inc is included already in config.inc which is included in guiconfig.inc

d5ba7568 06/20/2005 02:46 AM Bill Marquette

no more xmlparse_pkg.inc

88e5b39c 06/18/2005 09:30 PM Colin Smith

No more xml_parse_config_pkg.

fc7bea0e 06/13/2005 11:45 PM Scott Ullrich

Restore form state upon loading.

3f83de3d 06/13/2005 11:31 PM Scott Ullrich

Correctly handle checkboxes in the wizard

33a56b27 06/02/2005 04:42 AM Colin Smith

Add greyout support. This is still very experimental ;)

f3c6fdc0 06/02/2005 04:32 AM Bill Marquette

Allow for <warning> tag

88481a77 05/31/2005 07:24 PM Scott Ullrich

If the field type is checkbox then set the value in config.xml to TRUE if its "on"