Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct the ordering of unsetting the item and running the delete command. ↵ | Scott Ullrich | 2007-02-21 | 1 | -10/+9 |
| | | | | The delete command should be run after the unset so it can populate information correctly such as tinydns's data file. | ||||
* | MFC from HEAD | Scott Ullrich | 2006-04-20 | 1 | -5/+9 |
| | | | | * Add gettext() dummy function to avoid needing gettext from -HEAD's php binary. | ||||
* | MFC Fernando's OpenVPN changes. | Scott Ullrich | 2006-04-01 | 1 | -1/+5 |
| | |||||
* | Remove #!/usr/local/bin/php | Scott Ullrich | 2006-01-02 | 1 | -1/+0 |
| | |||||
* | updating files to use theme images | Erik Kristensen | 2005-07-21 | 1 | -3/+3 |
| | | | | | removing images from /usr/local/www adding specific images into the correct theme directories | ||||
* | Say hello to rounded tabs ;) | Colin Smith | 2005-07-14 | 1 | -42/+24 |
| | |||||
* | Clean up eval()s. | Colin Smith | 2005-07-13 | 1 | -14/+7 |
| | |||||
* | Use $pgtitle | Bill Marquette | 2005-07-03 | 1 | -1/+1 |
| | |||||
* | * Fix diagnostics logging tab menus | Scott Ullrich | 2005-07-02 | 1 | -0/+8 |
| | | | | | | * Curve bottom of grey areas if needed * Curve tabs * Cleanup | ||||
* | Set page titles accordingly | Scott Ullrich | 2005-07-02 | 1 | -10/+3 |
| | |||||
* | parse_xml_config -> parse_xml_config_pkg | Colin Smith | 2005-06-23 | 1 | -1/+1 |
| | |||||
* | require -> require_once | Colin Smith | 2005-06-21 | 1 | -2/+2 |
| | |||||
* | No more xmlparse_pkg. | Colin Smith | 2005-06-20 | 1 | -1/+0 |
| | |||||
* | Minor cleanup and parse_xml_config_pkg -> parse_xml_config. | Colin Smith | 2005-06-18 | 1 | -3/+3 |
| | |||||
* | doubleclick to edit | Bill Marquette | 2005-04-12 | 1 | -1/+1 |
| | |||||
* | icon placement | Bill Marquette | 2005-04-04 | 1 | -3/+16 |
| | |||||
* | Add $Id$ tag | Bill Marquette | 2005-03-27 | 1 | -0/+1 |
| | |||||
* | Add basic support for <custom_php_global_functions> tag. | Colin Smith | 2005-03-19 | 1 | -1/+4 |
| | |||||
* | Add <prefix> and <suffix> tags to <adddeleteeditfields>. | Colin Smith | 2005-03-12 | 1 | -1/+1 |
| | |||||
* | Process before form events | Scott Ullrich | 2005-02-26 | 1 | -0/+2 |
| | |||||
* | Do not attempt to foreach through the ↵ | Scott Ullrich | 2005-02-19 | 1 | -4/+6 |
| | | | | ['adddeleteeditpagefields']['columnitem'] if it does not exist | ||||
* | Set the page title to <title> | Scott Ullrich | 2005-02-19 | 1 | -1/+4 |
| | |||||
* | Allow $myurl in the url of the tabs .. $myurl is translated to ↵ | Scott Ullrich | 2005-02-18 | 1 | -3/+10 |
| | | | | getenv("HTTP_HOST") on the fly | ||||
* | Update tab codef. | Scott Ullrich | 2005-02-18 | 1 | -1/+21 |
| | |||||
* | Add tab code. | Scott Ullrich | 2005-02-18 | 1 | -1/+22 |
| | |||||
* | Check that $pkg['adddeleteeditpagefields']['columnitem'] exists before ↵ | Scott Ullrich | 2005-02-16 | 1 | -19/+20 |
| | | | | foreaching through it. | ||||
* | Enclose the php call in <?php ?> | Scott Ullrich | 2005-02-09 | 1 | -1/+1 |
| | |||||
* | Add savemsg get parm. | Scott Ullrich | 2005-02-05 | 1 | -0/+1 |
| | |||||
* | Add support for vpn_selection. | Scott Ullrich | 2005-01-18 | 1 | -2/+2 |
| | |||||
* | Add type column to adddeleteeditpagefields allowing for the script to answer ↵ | Scott Ullrich | 2005-01-18 | 1 | -26/+34 |
| | | | | yes and no for checkbox items. | ||||
* | Add package edit buttons | Scott Ullrich | 2005-01-11 | 1 | -0/+1 |
| | |||||
* | Update a few (C) | Scott Ullrich | 2005-01-10 | 1 | -1/+1 |
| | |||||
* | Add new custom_php_command_before_form directive which is handy to setup ↵ | Scott Ullrich | 2005-01-05 | 1 | -0/+3 |
| | | | | function evals that can be hooked into throughout the life of a package | ||||
* | Correct package header name | Scott Ullrich | 2004-12-29 | 1 | -2/+2 |
| | |||||
* | Make sure item is array before traversing. | Scott Ullrich | 2004-12-23 | 1 | -4/+5 |
| | |||||
* | Stray a. | Scott Ullrich | 2004-12-22 | 1 | -1/+0 |
| | |||||
* | Dont delete pkg* here, delete in pkg_mgr only. | Scott Ullrich | 2004-12-22 | 1 | -1/+0 |
| | |||||
* | Remove package manifest after usage forcing fresh package listing each time ↵ | Scott Ullrich | 2004-12-21 | 1 | -1/+1 |
| | | | | you enter packaage manager. | ||||
* | Remove package manifest after usage forcing fresh package listing each time ↵ | Scott Ullrich | 2004-12-21 | 1 | -0/+1 |
| | | | | you enter packaage manager. | ||||
* | Changes for nmap and packages that do not require anything to be saved. | Scott Ullrich | 2004-12-21 | 1 | -0/+4 |
| | |||||
* | document the new xml variable setting routine | Scott Ullrich | 2004-12-21 | 1 | -0/+3 |
| | |||||
* | Finish packaging storage mechanism. Upon package deletin the package ↵ | Scott Ullrich | 2004-12-21 | 1 | -27/+56 |
| | | | | manager will loop through the variables and set them so that you can invoke commands such as system("pw userdel " . $username); from the xml configuration file. | ||||
* | Say hello to the pkg_edit.php automated gui creation utility! | Scott Ullrich | 2004-12-13 | 1 | -1/+4 |
| | | | | | http://www.pfsense.com/screens/pkg_mgr.JPG http://www.pfsense.com/screens/pkg_edit.JPG | ||||
* | * converted return_menu to return_ext_menu in fbegin.inc. | Scott Ullrich | 2004-12-12 | 1 | -1/+6 |
| | | | | | * fixed interfaces left menu from not displaying additional interfaces by saving and restoring config value. * equipped edit.php with the pfSense theme so it looks uniform | ||||
* | * Add pkg.php which will parse the package xml file and present an interface ↵ | Scott Ullrich | 2004-12-12 | 1 | -0/+106 |
(see http://www.pfsense.com/screens/pkg.JPG ) * Correct behavior of pkg_mgr.php when multiple packages are included * Other minor cleanups |