summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/setup_wizard.xml
Commit message (Collapse)AuthorAgeFilesLines
* Make this note more accurate.jim-p2014-11-241-1/+1
|
* Change wording at the end of the wizard to remove "donate" since that is no ↵jim-p2014-11-201-2/+2
| | | | longer an option
* Add a note to the wizard about the DNS Resolver ignoring manual name servers ↵jim-p2014-11-201-0/+5
| | | | by default.
* Stop FQDN in hostname fieldPhil Davis2014-11-111-2/+2
|
* fix gold alignment and redirectJared Dillard2014-08-191-1/+1
|
* Revert "make gold link more visable"Jared Dillard2014-08-191-1/+1
| | | | This reverts commit a03943d203441a87ea9c01f383d451dfc921bdd2.
* make gold link more visableJared Dillard2014-08-181-1/+1
|
* Shorten the wait at "reload" in startup wizard to 5 seconds from 60. That's ↵Chris Buechler2014-08-081-1/+1
| | | | more than adequate for current systems, no need to make people sit there for 1 minute. Many likely click out via the logo and miss the last screen entirely.
* Add message about Gold to setup wizard and menu/link to Gold signup.Matt Smith2014-07-251-10/+22
|
* Replace Header() calls by lowercaseRenato Botelho2014-06-131-2/+2
|
* standardize on www.pfsense.org and HTTPS, point package URLs toChris Buechler2014-03-141-2/+2
| | | | packages.pfsense.org
* These are remenants of old 1.2 remove them from the wizardErmal2014-02-211-2/+0
|
* Enhance interface gateway data entry descriptionsPhillip Davis2014-02-071-2/+2
|
* Prevent network or broadcast address to be set on interface (console, GUI ↵Renato Botelho2013-12-041-3/+17
| | | | and wizard). It should fix #3196
* Allow multiple valid time servers to be entered in the wizard, as they are ↵jim-p2013-09-241-5/+5
| | | | allowed under System > General
* fix textChris Buechler2013-09-031-1/+1
|
* not true you have to log in again since HTTP basic auth was deprecated.Chris Buechler2013-06-171-1/+1
|
* add MSS clamping to setup wizard. Now that MTU and MSS are separate, the MTU ↵Chris Buechler2013-06-171-1/+8
| | | | description was wrong, and both need to be there.
* Avoid duplicate default gw, also look for gateways with name different from ↵Renato Botelho2013-04-281-4/+10
| | | | WANGW that points to same IP
* Add a line to let the user know that the wizard can be stopped by clicking ↵jim-p2013-04-111-1/+1
| | | | the logo at the top, so people don't think they are stuck/required to do the wizard.
* Unbreak a number of explode() replacements which required preg_split()smos2012-01-201-2/+2
|
* The function split() is replaced by the function explode(). Starting with ↵smos2012-01-191-2/+2
| | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* variable is not yet available so rebrands get a blank page on the last step ↵Warren Baker2011-11-301-1/+1
| | | | in the setup wizard
* Revert "Another try at prventing panic on reconfig of ppp type wans. Ticket ↵jim-p2011-09-121-12/+13
| | | | | | #1696" This reverts commit afe88d69235f84530ed6386b22cfc9c488bf94c5.
* Revert "Be correct on teh variable scope"jim-p2011-09-121-3/+3
| | | | This reverts commit 106646b4204b2850ec7f41547079cf00cc374f6f.
* Be correct on teh variable scopeErmal2011-09-121-3/+3
|
* Another try at prventing panic on reconfig of ppp type wans. Ticket #1696Ermal2011-09-121-13/+12
|
* If we are coming from a PPPoE/PPTP WAN type, grab the old physical interface ↵jim-p2011-09-121-8/+14
| | | | first to avoid assigning a ppp interface to itself. Fixes pppoe->pppoe wizard run as well as changing pppoe->dhcp. Fixes #1696
* Fixes #1696. Do not store temporary information under interfaces section ↵Ermal2011-09-121-26/+23
| | | | during wizards since this might generate a message to netgraph that triggers a panic.
* Reconfigure wan/lan when finishing wizard, or the new IPs will not be applied.jim-p2011-07-071-0/+2
|
* Revert this change. reload_all() already sends a reload message. ↵Scott Ullrich2011-05-121-2/+1
| | | | Unfortunately there is still something else lurking that causes a delay when loading the wizard step
* Use send_event()Scott Ullrich2011-05-121-1/+1
|
* Use send_message and issue the reload all operation in the backgroundScott Ullrich2011-05-121-1/+1
|
* Skip step #9 for non pfSense branded installationsScott Ullrich2011-05-111-0/+8
|
* Reload the wizard and then redirect to a wizard completed step. Prompt the ↵Scott Ullrich2011-05-111-3/+19
| | | | user to donate to the project.
* Only make gateway changes if we have been given a new gateway IP.jim-p2011-02-281-18/+20
|
* Setup gateway monitoring since we just altered a gateway.jim-p2011-02-281-0/+1
|
* Fix gateway handling in setup wizard.jim-p2011-02-281-2/+29
|
* Remove dropdown to select interface. Should fix #1090gnhb2010-12-141-7/+0
|
* Save the host name and domain to a temporary location until the setup wizard ↵Erik Fonnesbeck2010-11-181-2/+14
| | | | 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
* Update wizard files for setup wizard to write proper config for current ppp ↵gnhb2010-09-201-13/+61
| | | | | | | | | | 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 by pppoe/pptp, the old wizard has no way of knowing what physical port to use, and the wizard can generate a bad config. Feel free to expand the list of available interfaces in the dropdown for interface selection.
* Validate time server. Should be the last thing that fixes #464jim-p2010-06-251-0/+10
|
* Do more strict validation on WAN setup fields. Ticket #464jim-p2010-06-251-6/+41
|
* Do some more strict validation on hostname, domain, and DNS servers. Ticket #464jim-p2010-06-251-0/+26
|
* Validate MTU in setup wizard. Ticket #464jim-p2010-06-251-0/+11
|
* Fix some errors in spelling, punctuation, grammar, etc.Larry Gilbert2010-06-121-4/+4
|
* fix textChris Buechler2010-04-011-2/+2
|
* Ticket #314. Commit somewhat variant of patch provided on ticket to allow ↵Ermal Luçi2010-03-031-0/+6
| | | | checking allow dns override.
* Bind to correct fields for the PPPoE/PPTP credentials.Ermal Luçi2009-12-221-4/+4
|
* fix textChris Buechler2009-12-181-1/+1
|
OpenPOWER on IntegriCloud