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
*
Add greyout support. This is still very experimental ;)
Colin Smith
2005-06-02
1
-13
/
+46
*
Allow for <warning> tag
Bill Marquette
2005-06-02
1
-1
/
+6
*
If the field type is checkbox then set the value in config.xml to TRUE if its...
Scott Ullrich
2005-05-31
1
-1
/
+3
*
$config['lan']['ip'] -> $config['interfaces']['lan']['ip']
Scott Ullrich
2005-04-28
1
-1
/
+1
*
Make $myurl a global variable
Scott Ullrich
2005-04-26
1
-1
/
+1
*
Redirect to the correct URL/IP after the wizard
Scott Ullrich
2005-04-04
1
-1
/
+2
*
* Move indvidual xml subnet items to its own widget
Scott Ullrich
2005-04-04
1
-2
/
+42
*
Add $Id$ tag
Bill Marquette
2005-03-27
1
-0
/
+1
*
remove hardcoded path
Bill Marquette
2005-03-27
1
-4
/
+9
*
Add upload progress bar tracking support to php (as a module)
Scott Ullrich
2005-03-26
1
-1
/
+1
*
use relative url
Bill Marquette
2005-03-12
1
-1
/
+1
*
Client side input validation for the wizard
Bill Marquette
2005-03-12
1
-1
/
+16
*
Add variable substitutions: $wanip, $lanip to wizard and pkg_edit facilities.
Scott Ullrich
2005-01-12
1
-1
/
+12
*
Expand the usage of $myurl in wizard fields and pkg_edit
Scott Ullrich
2005-01-12
1
-7
/
+27
*
Move the stepsubmitphpaction out of the field collection. It was not settin...
Scott Ullrich
2005-01-05
1
-5
/
+6
*
Fix eval bug.
Scott Ullrich
2004-12-29
1
-1
/
+1
*
Fix checkbox bug where checkboxes are not enabled in the wizards properly.
Scott Ullrich
2004-12-29
1
-1
/
+5
*
Correctly restore SelectedType selection on wizard load and correctly save ou...
Scott Ullrich
2004-12-23
1
-9
/
+9
*
Add stepsubmitbeforesave tag which will process text before saving.
Scott Ullrich
2004-12-23
1
-2
/
+6
*
Add enable and disable fields feature to XML language. Fix the TYPE dropdown.
Scott Ullrich
2004-12-19
1
-55
/
+165
*
Clean up arraynum handling.
Scott Ullrich
2004-12-18
1
-5
/
+17
*
Move the "User has been added." save message to the XML file where it belongs.
Scott Ullrich
2004-12-18
1
-0
/
+2
*
Add arraynum flag which is used when there is an array of values.
Scott Ullrich
2004-12-18
1
-0
/
+10
*
Dont forget to output the fields description if it exists.
Scott Ullrich
2004-12-18
1
-1
/
+4
*
The wizard system now works!
Scott Ullrich
2004-12-18
1
-19
/
+38
*
Dont forget closing name '.
Scott Ullrich
2004-12-17
1
-1
/
+1
*
Wizard now will walk through entire step process.
Scott Ullrich
2004-12-17
1
-22
/
+45
*
Introduce wizard system.
Scott Ullrich
2004-12-17
1
-0
/
+140