summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizard.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-7/+7
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style WizardPhil Davis2015-05-111-183/+270
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* 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 ↵Renato Botelho2014-07-221-2/+1
| | | | avoids wizard end point to wrong IPv6 address. It should fix #3550
* Update SCRIPT tags.Colin Fleming2014-05-191-0/+2
| | | | Add CDATA sections to SCRIPT tags in various files
* Tidy up "wizard.php" XHTMLColin Fleming2014-05-081-2/+2
| | | | | Update HTML Boolean Operator Remove duplicate closing TD tag
* Add require_once where needed to avoid redeclaration from nested includesErmal2014-03-201-1/+1
|
* xhtml Complianceayvis2014-03-141-3/+3
| | | replaced <br>, <br/> and </br> with <br />
* Fix #3127Renato Botelho2013-09-061-5/+5
| | | | | | | By default htmlspecialchars does not consider single quotes, what can be a problem when value attribute is set using it. Replace value attribute set to use double quotes on places where it's obviously recieving a result of htmlspecialchars() call.
* s/require/require_once/g for filter.inc to avoid redeclaration errors in ↵jim-p2013-08-281-1/+1
| | | | some rare cases.
* When <disableallfieldsbydefault> is set on a wizard, call enablechange(), ↵Renato Botelho2013-04-231-10/+12
| | | | disablechange() and showchange() after disableall() functions to avoid issues when it was previously enabled and fields have values
* Fix whitespace and indentRenato Botelho2013-04-231-531/+532
|
* Tidy up "wizard.php" XHTMLColin Fleming2013-04-081-46/+50
| | | | | | | | | | Added "closehead" variable Moved LINK to HEAD statement and add TYPE parameter" Closed HEAD statement manually Added CDATA sections to SCRIPT tags Closed INPUT, IMG and BR tags and added ALT parameter to IMG tags Removed duplicate class in INPUT tag Updated HTML boolean operators
* 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 ↵smos2012-01-191-3/+3
| | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* 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
| | | | 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
* 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 ↵Erik Fonnesbeck2010-11-171-4/+8
| | | | opt interface's IP address and wants to use the "Reload in progress" step. Ticket #455
* Add workaround for referrer check to not be triggered on the previous IP ↵Erik Fonnesbeck2010-11-171-1/+3
| | | | address when redirected by the setup wizard.
* Redirect to the correct IP at the end of the setup wizard if accessing it on ↵Erik Fonnesbeck2010-11-171-2/+10
| | | | an IP address that was changed. Fixes #455
* Use addslashes() here to prevent unescaped quotes from causing PHP errors. ↵jim-p2010-11-041-1/+1
| | | | Fixes advanced/custom options in OpenVPN wizard.
* Resolves #971. Fix wizard.php to show interface descriptive names. ↵Ermal2010-10-251-8/+7
| | | | Pointy-hat: gnhb
* Add a patch to wizard.php to support input_errors from sullrich (with some ↵jim-p2010-10-201-3/+5
| | | | modifications).
* Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA ↵jim-p2010-10-191-3/+3
| | | | protection and standardize field names. Ticket #320.
* Update wizard files for setup wizard to write proper config for current ppp ↵gnhb2010-09-201-2/+11
| | | | | | | | | | 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.
* CA/CERT Movejim-p2010-09-011-2/+2
|
* Resolves #732. Make the wizard behave better and _actually_ work by ↵Ermal2010-08-181-6/+5
| | | | 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.
* Merge remote branch 'mainline/master'Renato Botelho2010-08-121-1/+1
|\ | | | | | | | | | | | | | | | | 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
| * 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
| | | | ID is set so that it is read from the correct step.
* 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
| | | | up with $a[b][c] if $a[b] doesn't exist.
* 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
| | | | true when associated with a checkbox.
* Fix logic.Ermal2010-06-021-4/+4
|
* Ticket #493. Set a value for checkboxes since the parsers marks empty ↵Ermal2010-05-171-1/+1
| | | | tags(<tag/>) as arrays.
* Ticket #493. Ticket #302. Actually correct code flow to be correct and ↵Ermal2010-05-141-1/+1
| | | | consistent to what it should do.
* 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 ↵Erik Fonnesbeck2010-03-201-1/+1
| | | | image link.
OpenPOWER on IntegriCloud