summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg.php
Commit message (Collapse)AuthorAgeFilesLines
* updating files to use theme imagesErik Kristensen2005-07-211-3/+3
| | | | | removing images from /usr/local/www adding specific images into the correct theme directories
* Say hello to rounded tabs ;)Colin Smith2005-07-141-42/+24
|
* Clean up eval()s.Colin Smith2005-07-131-14/+7
|
* Use $pgtitleBill Marquette2005-07-031-1/+1
|
* * Fix diagnostics logging tab menusScott Ullrich2005-07-021-0/+8
| | | | | | * Curve bottom of grey areas if needed * Curve tabs * Cleanup
* Set page titles accordinglyScott Ullrich2005-07-021-10/+3
|
* parse_xml_config -> parse_xml_config_pkgColin Smith2005-06-231-1/+1
|
* require -> require_onceColin Smith2005-06-211-2/+2
|
* No more xmlparse_pkg.Colin Smith2005-06-201-1/+0
|
* Minor cleanup and parse_xml_config_pkg -> parse_xml_config.Colin Smith2005-06-181-3/+3
|
* doubleclick to editBill Marquette2005-04-121-1/+1
|
* icon placementBill Marquette2005-04-041-3/+16
|
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
* Add basic support for <custom_php_global_functions> tag.Colin Smith2005-03-191-1/+4
|
* Add <prefix> and <suffix> tags to <adddeleteeditfields>.Colin Smith2005-03-121-1/+1
|
* Process before form eventsScott Ullrich2005-02-261-0/+2
|
* Do not attempt to foreach through the ↵Scott Ullrich2005-02-191-4/+6
| | | | ['adddeleteeditpagefields']['columnitem'] if it does not exist
* Set the page title to <title>Scott Ullrich2005-02-191-1/+4
|
* Allow $myurl in the url of the tabs .. $myurl is translated to ↵Scott Ullrich2005-02-181-3/+10
| | | | getenv("HTTP_HOST") on the fly
* Update tab codef.Scott Ullrich2005-02-181-1/+21
|
* Add tab code.Scott Ullrich2005-02-181-1/+22
|
* Check that $pkg['adddeleteeditpagefields']['columnitem'] exists before ↵Scott Ullrich2005-02-161-19/+20
| | | | foreaching through it.
* Enclose the php call in <?php ?>Scott Ullrich2005-02-091-1/+1
|
* Add savemsg get parm.Scott Ullrich2005-02-051-0/+1
|
* Add support for vpn_selection.Scott Ullrich2005-01-181-2/+2
|
* Add type column to adddeleteeditpagefields allowing for the script to answer ↵Scott Ullrich2005-01-181-26/+34
| | | | yes and no for checkbox items.
* Add package edit buttonsScott Ullrich2005-01-111-0/+1
|
* Update a few (C)Scott Ullrich2005-01-101-1/+1
|
* Add new custom_php_command_before_form directive which is handy to setup ↵Scott Ullrich2005-01-051-0/+3
| | | | function evals that can be hooked into throughout the life of a package
* Correct package header nameScott Ullrich2004-12-291-2/+2
|
* Make sure item is array before traversing.Scott Ullrich2004-12-231-4/+5
|
* Stray a.Scott Ullrich2004-12-221-1/+0
|
* Dont delete pkg* here, delete in pkg_mgr only.Scott Ullrich2004-12-221-1/+0
|
* Remove package manifest after usage forcing fresh package listing each time ↵Scott Ullrich2004-12-211-1/+1
| | | | you enter packaage manager.
* Remove package manifest after usage forcing fresh package listing each time ↵Scott Ullrich2004-12-211-0/+1
| | | | you enter packaage manager.
* Changes for nmap and packages that do not require anything to be saved.Scott Ullrich2004-12-211-0/+4
|
* document the new xml variable setting routineScott Ullrich2004-12-211-0/+3
|
* Finish packaging storage mechanism. Upon package deletin the package ↵Scott Ullrich2004-12-211-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 Ullrich2004-12-131-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 Ullrich2004-12-121-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 Ullrich2004-12-121-0/+106
(see http://www.pfsense.com/screens/pkg.JPG ) * Correct behavior of pkg_mgr.php when multiple packages are included * Other minor cleanups
OpenPOWER on IntegriCloud