summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr.php
Commit message (Collapse)AuthorAgeFilesLines
* Use $pgtitleBill Marquette2005-07-031-2/+2
|
* * Fix diagnostics logging tab menusScott Ullrich2005-07-021-0/+9
| | | | | | * Curve bottom of grey areas if needed * Curve tabs * Cleanup
* * Curve bottom of grey areas if neededScott Ullrich2005-07-021-1/+0
| | | | | * Curve tabs * Cleanup
* Cleanup and add rounded corners.Scott Ullrich2005-07-021-7/+4
|
* Correct urlsScott Ullrich2005-07-021-1/+1
|
* Convert Packages tabs to rounded aka (display_top_tabs() callsScott Ullrich2005-07-021-4/+6
|
* Use a colspan of 5Scott Ullrich2005-06-251-1/+1
|
* Make size column smaller.Colin Smith2005-06-201-1/+1
|
* Add "size" column.Colin Smith2005-06-201-9/+12
|
* Disable packages on cdrom platform.Colin Smith2005-06-181-0/+6
|
* Initialize a few arrays before use.Colin Smith2005-06-161-0/+1
|
* require -> require_onceScott Ullrich2005-06-061-1/+1
|
* Include pkg-utils.inc to atleast get the scripts running again. It doesn't ↵Scott Ullrich2005-06-051-1/+1
| | | | install correctly however.
* Only request the fields we need.Colin Smith2005-06-051-1/+1
|
* Move package manager over to get_pkg_info.Colin Smith2005-06-051-31/+20
|
* Fix package sorting.Colin Smith2005-05-011-4/+4
|
* Check on the package name in is_array()Scott Ullrich2005-04-301-2/+4
|
* Break between page header and package tableScott Ullrich2005-04-301-0/+1
|
* Check the correct array for packages.Colin Smith2005-04-261-2/+2
|
* Fix sorting.Colin Smith2005-04-251-6/+7
|
* * Use a_sort to preserve key values.Colin Smith2005-04-251-8/+8
| | | | | * Fix package installation ($index instead of $i). * Only loop through $config once to get an array of installed packages.
* Sort the list of available packages.Colin Smith2005-04-251-14/+12
|
* not a form (wrong post action anyway)Bill Marquette2005-04-161-2/+0
|
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
* woohooo...no more rm :)Bill Marquette2005-03-211-1/+1
|
* Call fetch_latest_pkg_config() instead of duplicating code.Colin Smith2005-03-201-12/+2
|
* One more <alt_pkg_url> -> <alt_pkgconfig_url>.Colin Smith2005-03-161-1/+1
|
* <alt_pkg_url> -> <alt_pkgconfig_url>Colin Smith2005-03-161-1/+1
|
* Set and unset <enabled> flag correctly (to preserve URL information) and fix ↵Colin Smith2005-03-161-2/+2
| | | | field greyout.
* Allow <alt_pkg_url> to be specified in config.xml.Colin Smith2005-03-161-1/+0
|
* *** empty log message ***Colin Smith2005-03-161-2/+2
|
* more path cleanupBill Marquette2005-02-271-2/+2
|
* Remove "Please note that pfSense does not adjust firewall rules when a ↵Scott Ullrich2005-02-261-1/+0
| | | | package is installed. This is left for the end user." warning since its no longer completely true
* Add version to status columnScott Ullrich2005-02-261-0/+2
|
* After fixing the diagnostics and optional interfaces items, we lost the ↵Scott Ullrich2005-02-011-6/+8
| | | | functionality to see which packages are installed. Bring this back.
* use parse_xml_config_pkgScott Ullrich2005-01-311-5/+1
|
* Enable ftp-proxyScott Ullrich2005-01-101-1/+1
|
* Update a few (C)Scott Ullrich2005-01-101-1/+1
|
* Add package web address linksScott Ullrich2005-01-101-1/+1
|
* Break status into its own columnScott Ullrich2005-01-101-2/+3
|
* Seperate Category and status betterScott Ullrich2005-01-101-1/+2
|
* Add status fieldScott Ullrich2005-01-101-0/+2
|
* Alert to the user that packages do not modify firewall rulesScott Ullrich2005-01-021-0/+1
|
* Move loop counter. Fixes a add / delete bug.Scott Ullrich2004-12-211-1/+1
|
* Remove package manifest after usage forcing fresh package listing each time ↵Scott Ullrich2004-12-211-1/+1
| | | | you enter packaage manager.
* Use correct service name.Scott Ullrich2004-12-161-1/+1
|
* Clean up leftovers from nat.Scott Ullrich2004-12-161-4/+0
|
* Add FancyName xml fieldScott Ullrich2004-12-161-1/+1
|
* * converted return_menu to return_ext_menu in fbegin.inc.Scott Ullrich2004-12-121-2/+13
| | | | | * 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-7/+1
| | | | | | | (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