Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add alias completion support to wizard. Resolves #25 | Scott Ullrich | 2009-08-24 | 1 | -4/+18 |
| | |||||
* | Fix some typos in wizard.php code introduced by previous commit. | Ermal Luçi | 2009-07-07 | 1 | -8/+13 |
| | | | | | Add 'displayname' even to option fields of select. Convert traffic_shaper_wizard to use display better names with the introduced 'displayname' | ||||
* | Add a 'displayname' field to make it easier to print better labels for inputs. | Ermal Luçi | 2009-07-07 | 1 | -8/+36 |
| | |||||
* | * Hide interfaces internals to other code and use the propper interfaces. | Ermal Luçi | 2009-03-30 | 1 | -3/+3 |
| | | | | | | | Basically use get_interface*() functions instead of accessing fields like 'ipaddr'/'descr' etc... * Make get_interfaces_with_gateway less heavyweight by getting information from the configuration stored in config.xml * Some other missed custom interface list building and substituing with propper get_configured_interface*() NOTE: This should give indipendce on dynamic interfaces on some services that before could not be used on top of this type of interfaces. | ||||
* | Inculde wizard.css if it exists | Scott Ullrich | 2008-11-09 | 1 | -1/+1 |
| | |||||
* | Include wizard.css or all.css, wizard.css being the first | Scott Ullrich | 2008-11-09 | 1 | -1/+3 |
| | |||||
* | Include wizard.css if it exists after all.css | Scott Ullrich | 2008-11-09 | 1 | -1/+5 |
| | | | | Requested-by: Holger | ||||
* | Set css | Scott Ullrich | 2008-11-06 | 1 | -0/+2 |
| | |||||
* | * Rename get_current_wan_address to get_interface_ip | Ermal Luçi | 2008-10-23 | 1 | -1/+1 |
| | | | | | | * Rename get_real_wan_interface to get_real_interface * Simplify get_interface_ip by using find_interface_ip which should help in speed to since its using caching. Pointed by billm@ * Cleanup some code when passing or remove some unused one. | ||||
* | Rewrite the pfsense privilege system with the following goals in mind ... | Matthew Grooms | 2008-08-01 | 1 | -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çi | 2008-03-07 | 1 | -5/+1 |
| | |||||
* | Make scripts XSS input safe. | Scott Ullrich | 2008-02-12 | 1 | -7/+6 |
| | | | | Pointed-out: by hoopercharles@gmail.com | ||||
* | Switch over to array style page titles. Obtained-from: m0n0wall | Scott Ullrich | 2007-11-16 | 1 | -1/+1 |
| | |||||
* | Correctly display POST messages | Scott Ullrich | 2007-02-06 | 1 | -2/+4 |
| | |||||
* | Fixup color code | Scott Ullrich | 2007-01-18 | 1 | -15/+16 |
| | | | | Suggested-by: DSH | ||||
* | Move ending </body> and </html> down to end. | Scott Ullrich | 2006-05-31 | 1 | -4/+5 |
| | | | | Noticed-by Daniel S | ||||
* | Kill carriage returns on timezone list | Scott Ullrich | 2006-04-23 | 1 | -0/+4 |
| | |||||
* | * Seperate out code from eval() blocks into a common include file | Scott Ullrich | 2006-04-02 | 1 | -0/+3 |
| | | | | * Add support for common include file | ||||
* | During the traffic shaping wizard turn the logo into a "abort" button. ↵ | Scott Ullrich | 2006-04-02 | 1 | -5/+10 |
| | | | | Clicking this will whipe the previous steps configuration. | ||||
* | MFC 10652 | Scott Ullrich | 2006-03-17 | 1 | -3/+2 |
| | | | | | | Make wizard work on described OPT interfaces MFC: For next snapshot | ||||
* | MFC 9611 | Scott Ullrich | 2006-01-23 | 1 | -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 Ullrich | 2006-01-20 | 1 | -0/+5 |
| | | | | basically abort the incremental shaper process | ||||
* | Remove #!/usr/local/bin/php | Scott Ullrich | 2006-01-02 | 1 | -1/+0 |
| | |||||
* | MFC 7995 | Scott Ullrich | 2005-11-25 | 1 | -0/+7 |
| | | | | Add FieldValidate() JS function back - accidently removed in 1.28 | ||||
* | MFC 7244 | Scott Ullrich | 2005-10-30 | 1 | -1/+6 |
| | | | | Allow the wizard to send the user error messages | ||||
* | MFC 7243 | Scott Ullrich | 2005-10-30 | 1 | -4/+4 |
| | | | | Make interface code look the same as other fields | ||||
* | MFC 7049 | Scott Ullrich | 2005-10-22 | 1 | -9/+22 |
| | | | | Fix protocol detection for $myurl Stop $myurl from putting : in url when no alternate port is selected | ||||
* | 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 |
| | | | | the LAN ip so that it matches what the system will try to access in 120 seconds. | ||||
* | 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 |
| | | | | Suggested-by: hoba | ||||
* | 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 |
| | | | | | removing images from /usr/local/www adding specific images into the correct theme directories | ||||
* | 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 |
| | | | | Fixes Ticket #179 | ||||
* | xmlparse.inc is included already in config.inc which is included in ↵ | Bill Marquette | 2005-06-20 | 1 | -1/+0 |
| | | | | guiconfig.inc | ||||
* | 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 ↵ | Scott Ullrich | 2005-05-31 | 1 | -1/+3 |
| | | | | its "on" | ||||
* | $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 |
| | | | | This fixes Ticket #39 |