summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizard.php
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* traffic shaping wizards are no longer special and they never should be!Ermal Luçi2008-03-071-5/+1
|
* Make scripts XSS input safe.Scott Ullrich2008-02-121-7/+6
| | | | Pointed-out: by hoopercharles@gmail.com
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-1/+1
|
* Correctly display POST messagesScott Ullrich2007-02-061-2/+4
|
* Fixup color codeScott Ullrich2007-01-181-15/+16
| | | | Suggested-by: DSH
* Move ending </body> and </html> down to end.Scott Ullrich2006-05-311-4/+5
| | | | Noticed-by Daniel S
* Kill carriage returns on timezone listScott Ullrich2006-04-231-0/+4
|
* * Seperate out code from eval() blocks into a common include fileScott Ullrich2006-04-021-0/+3
| | | | * Add support for common include file
* During the traffic shaping wizard turn the logo into a "abort" button. ↵Scott Ullrich2006-04-021-5/+10
| | | | Clicking this will whipe the previous steps configuration.
* MFC 10652Scott Ullrich2006-03-171-3/+2
| | | | | | Make wizard work on described OPT interfaces MFC: For next snapshot
* MFC 9611Scott Ullrich2006-01-231-7/+56
| | | | Ticket #792 - fix 6 month old shaper bug that caused erratic speeds and latencies. With a 10Mbit queue and 4 iperf jobs running through it in default and otherL queues, I can get an icmp through in otherH with a mere 25ms additional latency on average.
* During traffic shaper wizard rewire the logo to remove shaper rules to ↵Scott Ullrich2006-01-201-0/+5
| | | | basically abort the incremental shaper process
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* MFC 7995Scott Ullrich2005-11-251-0/+7
| | | | Add FieldValidate() JS function back - accidently removed in 1.28
* MFC 7244Scott Ullrich2005-10-301-1/+6
| | | | Allow the wizard to send the user error messages
* MFC 7243Scott Ullrich2005-10-301-4/+4
| | | | Make interface code look the same as other fields
* MFC 7049Scott Ullrich2005-10-221-9/+22
| | | | Fix protocol detection for $myurl Stop $myurl from putting : in url when no alternate port is selected
* Spell interfaces correctlyScott Ullrich2005-08-131-1/+1
|
* If the wizard step title is Reload in progress then set the top image url to ↵Scott Ullrich2005-08-131-1/+7
| | | | the LAN ip so that it matches what the system will try to access in 120 seconds.
* Add interface_selection box widgetScott Ullrich2005-08-041-2/+65
|
* Remove extra #Scott Ullrich2005-07-301-1/+1
|
* Change color to #333333Scott Ullrich2005-07-241-1/+1
| | | | Suggested-by: hoba
* Change rounded corner color to match the rest of the itemsScott Ullrich2005-07-241-3/+4
|
* Round the cornersScott Ullrich2005-07-241-1/+8
|
* Use a white backgroundScott Ullrich2005-07-241-1/+1
|
* updating files to use theme imagesErik Kristensen2005-07-211-1/+1
| | | | | removing images from /usr/local/www adding specific images into the correct theme directories
* Code cleanupBill Marquette2005-07-041-6/+7
|
* include head.inc and round corners on tabsScott Ullrich2005-07-021-8/+3
|
* use parse_xml_config_pkg()Scott Ullrich2005-06-251-1/+1
|
* Correctly popultae $myurl and friendsScott Ullrich2005-06-221-9/+6
| | | | Fixes Ticket #179
* xmlparse.inc is included already in config.inc which is included in ↵Bill Marquette2005-06-201-1/+0
| | | | guiconfig.inc
* no more xmlparse_pkg.incBill Marquette2005-06-201-1/+1
|
* No more xml_parse_config_pkg.Colin Smith2005-06-181-1/+1
|
* Restore form state upon loading.Scott Ullrich2005-06-131-2/+1
|
* Correctly handle checkboxes in the wizardScott Ullrich2005-06-131-2/+11
|
* Add greyout support. This is still very experimental ;)Colin Smith2005-06-021-13/+46
|
* Allow for <warning> tagBill Marquette2005-06-021-1/+6
|
* If the field type is checkbox then set the value in config.xml to TRUE if ↵Scott Ullrich2005-05-311-1/+3
| | | | its "on"
* $config['lan']['ip'] -> $config['interfaces']['lan']['ip']Scott Ullrich2005-04-281-1/+1
|
* Make $myurl a global variableScott Ullrich2005-04-261-1/+1
| | | | This fixes Ticket #39
* Redirect to the correct URL/IP after the wizardScott Ullrich2005-04-041-1/+2
|
* * Move indvidual xml subnet items to its own widgetScott Ullrich2005-04-041-2/+42
| | | | * Move indvidual xml time zones items to its own widget
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
* remove hardcoded pathBill Marquette2005-03-271-4/+9
| | | | remove assumption that if $xml is set that the file must exist - die gracefully now
* Add upload progress bar tracking support to php (as a module)Scott Ullrich2005-03-261-1/+1
|
* use relative urlBill Marquette2005-03-121-1/+1
|
* Client side input validation for the wizardBill Marquette2005-03-121-1/+16
| | | | Fix invalid domain name bug
* Add variable substitutions: $wanip, $lanip to wizard and pkg_edit facilities.Scott Ullrich2005-01-121-1/+12
|
* Expand the usage of $myurl in wizard fields and pkg_editScott Ullrich2005-01-121-7/+27
|
OpenPOWER on IntegriCloud