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
*
Spell interfaces correctly
Scott Ullrich
2005-08-13
1
-1
/
+1
*
If the wizard step title is Reload in progress then set the top image url to ...
Scott Ullrich
2005-08-13
1
-1
/
+7
*
Add interface_selection box widget
Scott Ullrich
2005-08-04
1
-2
/
+65
*
Remove extra #
Scott Ullrich
2005-07-30
1
-1
/
+1
*
Change color to #333333
Scott Ullrich
2005-07-24
1
-1
/
+1
*
Change rounded corner color to match the rest of the items
Scott Ullrich
2005-07-24
1
-3
/
+4
*
Round the corners
Scott Ullrich
2005-07-24
1
-1
/
+8
*
Use a white background
Scott Ullrich
2005-07-24
1
-1
/
+1
*
updating files to use theme images
Erik Kristensen
2005-07-21
1
-1
/
+1
*
Code cleanup
Bill Marquette
2005-07-04
1
-6
/
+7
*
include head.inc and round corners on tabs
Scott Ullrich
2005-07-02
1
-8
/
+3
*
use parse_xml_config_pkg()
Scott Ullrich
2005-06-25
1
-1
/
+1
*
Correctly popultae $myurl and friends
Scott Ullrich
2005-06-22
1
-9
/
+6
*
xmlparse.inc is included already in config.inc which is included in guiconfig...
Bill Marquette
2005-06-20
1
-1
/
+0
*
no more xmlparse_pkg.inc
Bill Marquette
2005-06-20
1
-1
/
+1
*
No more xml_parse_config_pkg.
Colin Smith
2005-06-18
1
-1
/
+1
*
Restore form state upon loading.
Scott Ullrich
2005-06-13
1
-2
/
+1
*
Correctly handle checkboxes in the wizard
Scott Ullrich
2005-06-13
1
-2
/
+11
*
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