summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizard.php
Commit message (Expand)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-7/+7
* Code style WizardPhil Davis2015-05-111-183/+270
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
* Welcome 2015Renato Botelho2014-12-311-1/+1
* modify copyright statement to reflect realityJim Thompson2014-11-101-1/+2
* Use SERVER_NAME instead of HTTP_HOST env var, it doesn't have port, then it a...Renato Botelho2014-07-221-2/+1
* Update SCRIPT tags.Colin Fleming2014-05-191-0/+2
* Tidy up "wizard.php" XHTMLColin Fleming2014-05-081-2/+2
* Add require_once where needed to avoid redeclaration from nested includesErmal2014-03-201-1/+1
* xhtml Complianceayvis2014-03-141-3/+3
* Fix #3127Renato Botelho2013-09-061-5/+5
* s/require/require_once/g for filter.inc to avoid redeclaration errors in some...jim-p2013-08-281-1/+1
* When <disableallfieldsbydefault> is set on a wizard, call enablechange(), dis...Renato Botelho2013-04-231-10/+12
* Fix whitespace and indentRenato Botelho2013-04-231-531/+532
* Tidy up "wizard.php" XHTMLColin Fleming2013-04-081-46/+50
* Still more encoding...jim-p2012-10-311-6/+6
* Fix typoccesario2012-07-011-1/+1
* Change ereg_replace() to preg_replace() functionccesario2012-07-011-4/+4
* The function split() is replaced by the function explode(). Starting with PHP...smos2012-01-191-3/+3
* Converting javascript code from prototype to jQueryVinicius Coque2011-10-241-2/+2
* Save the host name and domain to a temporary location until the setup wizard ...Erik Fonnesbeck2010-11-181-1/+4
* Handling this properly when the web gui is on an alternate port number.Erik Fonnesbeck2010-11-181-3/+5
* Make this check more general in case someone makes a wizard that changes an o...Erik Fonnesbeck2010-11-171-4/+8
* Add workaround for referrer check to not be triggered on the previous IP addr...Erik Fonnesbeck2010-11-171-1/+3
* Redirect to the correct IP at the end of the setup wizard if accessing it on ...Erik Fonnesbeck2010-11-171-2/+10
* Use addslashes() here to prevent unescaped quotes from causing PHP errors. Fi...jim-p2010-11-041-1/+1
* Resolves #971. Fix wizard.php to show interface descriptive names. Pointy-hat...Ermal2010-10-251-8/+7
* Add a patch to wizard.php to support input_errors from sullrich (with some mo...jim-p2010-10-201-3/+5
* Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protec...jim-p2010-10-191-3/+3
* Update wizard files for setup wizard to write proper config for current ppp a...gnhb2010-09-201-2/+11
* CA/CERT Movejim-p2010-09-011-2/+2
* Resolves #732. Make the wizard behave better and _actually_ work by correctin...Ermal2010-08-181-6/+5
* Merge remote branch 'mainline/master'Renato Botelho2010-08-121-1/+1
|\
| * Fix printf/sprintf mixups.Erik Fonnesbeck2010-08-111-1/+1
* | Add missing )Renato Botelho2010-08-121-2/+2
* | Small gettext() fixesRenato Botelho2010-08-111-2/+2
|/
* Fix gettext implementation on wizard.phpCarlos Eduardo Ramos2010-07-301-2/+2
* Implement gettext() calls on wizard.phpRafael Lucas2010-07-291-2/+2
* Restore the code for getting the step's title and description after the step ...Erik Fonnesbeck2010-07-101-0/+3
* Show $g['product_name'] on wizardsRenato Botelho2010-07-071-6/+6
* Hide GMZ offset zones in setup wizard. Ticket #464jim-p2010-06-251-0/+2
* Check if a variable is set before trying to unset. Otherwise, this will blow ...jim-p2010-06-171-3/+4
* Fix typo.Ermal2010-06-111-2/+2
* Ticket #642. Fix logic for the wizard code to unset and arraynum usage.Ermal2010-06-111-12/+7
* For settings that exist in the configuration but are blank, only consider it ...Erik Fonnesbeck2010-06-021-1/+4
* Fix logic.Ermal2010-06-021-4/+4
* Ticket #493. Set a value for checkboxes since the parsers marks empty tags(<t...Ermal2010-05-171-1/+1
* Ticket #493. Ticket #302. Actually correct code flow to be correct and consis...Ermal2010-05-141-1/+1
* Fix wizard handling of password fields. Ticket #500.jim-p2010-04-121-2/+6
* Ticket #313. Use $myurl when calling fixup_string to get the URL for the imag...Erik Fonnesbeck2010-03-201-1/+1
OpenPOWER on IntegriCloud