index
:
pfsense
RELENG_1_2
RELENG_2_0
RELENG_2_1
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4_0
RELENG_2_4_4
master
Raptor Engineering's fork of the main repository for pfSense
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr
/
local
/
www
/
wizard.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use SERVER_NAME instead of HTTP_HOST env var, it doesn't have port, then it a...
Renato Botelho
2014-07-22
1
-2
/
+1
*
Update SCRIPT tags.
Colin Fleming
2014-05-19
1
-0
/
+2
*
Tidy up "wizard.php" XHTML
Colin Fleming
2014-05-08
1
-2
/
+2
*
Add require_once where needed to avoid redeclaration from nested includes
Ermal
2014-03-20
1
-1
/
+1
*
xhtml Compliance
ayvis
2014-03-14
1
-3
/
+3
*
Fix #3127
Renato Botelho
2013-09-06
1
-5
/
+5
*
s/require/require_once/g for filter.inc to avoid redeclaration errors in some...
jim-p
2013-08-28
1
-1
/
+1
*
When <disableallfieldsbydefault> is set on a wizard, call enablechange(), dis...
Renato Botelho
2013-04-23
1
-10
/
+12
*
Fix whitespace and indent
Renato Botelho
2013-04-23
1
-531
/
+532
*
Tidy up "wizard.php" XHTML
Colin Fleming
2013-04-08
1
-46
/
+50
*
Still more encoding...
jim-p
2012-10-31
1
-6
/
+6
*
Fix typo
ccesario
2012-07-01
1
-1
/
+1
*
Change ereg_replace() to preg_replace() function
ccesario
2012-07-01
1
-4
/
+4
*
The function split() is replaced by the function explode(). Starting with PHP...
smos
2012-01-19
1
-3
/
+3
*
Converting javascript code from prototype to jQuery
Vinicius Coque
2011-10-24
1
-2
/
+2
*
Save the host name and domain to a temporary location until the setup wizard ...
Erik Fonnesbeck
2010-11-18
1
-1
/
+4
*
Handling this properly when the web gui is on an alternate port number.
Erik Fonnesbeck
2010-11-18
1
-3
/
+5
*
Make this check more general in case someone makes a wizard that changes an o...
Erik Fonnesbeck
2010-11-17
1
-4
/
+8
*
Add workaround for referrer check to not be triggered on the previous IP addr...
Erik Fonnesbeck
2010-11-17
1
-1
/
+3
*
Redirect to the correct IP at the end of the setup wizard if accessing it on ...
Erik Fonnesbeck
2010-11-17
1
-2
/
+10
*
Use addslashes() here to prevent unescaped quotes from causing PHP errors. Fi...
jim-p
2010-11-04
1
-1
/
+1
*
Resolves #971. Fix wizard.php to show interface descriptive names. Pointy-hat...
Ermal
2010-10-25
1
-8
/
+7
*
Add a patch to wizard.php to support input_errors from sullrich (with some mo...
jim-p
2010-10-20
1
-3
/
+5
*
Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protec...
jim-p
2010-10-19
1
-3
/
+3
*
Update wizard files for setup wizard to write proper config for current ppp a...
gnhb
2010-09-20
1
-2
/
+11
*
CA/CERT Move
jim-p
2010-09-01
1
-2
/
+2
*
Resolves #732. Make the wizard behave better and _actually_ work by correctin...
Ermal
2010-08-18
1
-6
/
+5
*
Merge remote branch 'mainline/master'
Renato Botelho
2010-08-12
1
-1
/
+1
|
\
|
*
Fix printf/sprintf mixups.
Erik Fonnesbeck
2010-08-11
1
-1
/
+1
*
|
Add missing )
Renato Botelho
2010-08-12
1
-2
/
+2
*
|
Small gettext() fixes
Renato Botelho
2010-08-11
1
-2
/
+2
|
/
*
Fix gettext implementation on wizard.php
Carlos Eduardo Ramos
2010-07-30
1
-2
/
+2
*
Implement gettext() calls on wizard.php
Rafael Lucas
2010-07-29
1
-2
/
+2
*
Restore the code for getting the step's title and description after the step ...
Erik Fonnesbeck
2010-07-10
1
-0
/
+3
*
Show $g['product_name'] on wizards
Renato Botelho
2010-07-07
1
-6
/
+6
*
Hide GMZ offset zones in setup wizard. Ticket #464
jim-p
2010-06-25
1
-0
/
+2
*
Check if a variable is set before trying to unset. Otherwise, this will blow ...
jim-p
2010-06-17
1
-3
/
+4
*
Fix typo.
Ermal
2010-06-11
1
-2
/
+2
*
Ticket #642. Fix logic for the wizard code to unset and arraynum usage.
Ermal
2010-06-11
1
-12
/
+7
*
For settings that exist in the configuration but are blank, only consider it ...
Erik Fonnesbeck
2010-06-02
1
-1
/
+4
*
Fix logic.
Ermal
2010-06-02
1
-4
/
+4
*
Ticket #493. Set a value for checkboxes since the parsers marks empty tags(<t...
Ermal
2010-05-17
1
-1
/
+1
*
Ticket #493. Ticket #302. Actually correct code flow to be correct and consis...
Ermal
2010-05-14
1
-1
/
+1
*
Fix wizard handling of password fields. Ticket #500.
jim-p
2010-04-12
1
-2
/
+6
*
Ticket #313. Use $myurl when calling fixup_string to get the URL for the imag...
Erik Fonnesbeck
2010-03-20
1
-1
/
+1
*
Use alias style when creating aliases in wizards.
Ermal
2010-03-19
1
-11
/
+5
*
Add the counterpart of enablefields.
Ermal
2010-03-18
1
-19
/
+52
*
Actually get values from the CA based on what was choosen during wizard.
Ermal
2010-03-18
1
-14
/
+14
*
Merge common name fields with descriptive name. Default to 3650 days of lifet...
Ermal
2010-03-18
1
-2
/
+3
*
Ticket #414. Fix wizard framework to properly display this. Not sure how it a...
Ermal
2010-03-15
1
-7
/
+8
[next]