summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizard.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use alias style when creating aliases in wizards.Ermal2010-03-191-11/+5
* Add the counterpart of enablefields.Ermal2010-03-181-19/+52
* Actually get values from the CA based on what was choosen during wizard.Ermal2010-03-181-14/+14
* Merge common name fields with descriptive name. Default to 3650 days of lifet...Ermal2010-03-181-2/+3
* Ticket #414. Fix wizard framework to properly display this. Not sure how it a...Ermal2010-03-151-7/+8
* Add my copyright.Ermal2010-03-121-0/+1
* Add a function that allows to show/hide fields. Also correct the enable/disab...Ermal2010-03-111-2/+44
* Improve wizard by adding more steps and cleaness.Ermal Luçi2010-03-111-0/+3
* Improve the wizard. Make it produce a correct openvpn server config.Ermal Luçi2010-03-111-3/+5
* Mostly style fixes.Ermal Luçi2010-03-101-10/+14
* Make the wizard ressemble the style as on other pages. Use switch instead of ...Ermal Luçi2010-03-101-22/+55
* Improve a lot the wizard.php page to be more userfriendly and add control typ...Ermal Luçi2010-03-101-19/+141
* Only extract timezone info if we have a field type 'timezone_select'Ermal Luçi2010-03-101-11/+17
* Correctly set variable values during each iteration. Ticket #414. Spotted-by:...Ermal Luçi2010-03-101-5/+10
* Ticket #313. Search if the string to be replaced really exists instead of doi...Ermal Luçi2010-02-261-5/+11
* Fix wizard webgui URL usage so it chooses https/http properly for refresh lin...jim-p2009-12-241-3/+3
* use _SERVER[\'HTTP_HOST\']sullrich2009-11-271-1/+1
* Use _SERVER['HTTP_HOST'] instead of lanip Resolves #157sullrich2009-11-271-1/+1
* Rework includes. Ticket #170sullrich2009-11-261-3/+4
* Resolves #170. Yet again include fallout changes.Ermal Luçi2009-11-261-0/+1
OpenPOWER on IntegriCloud