summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_installed.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Include pkg-utils.inc to atleast get the scripts running again. It doesn't ↵Scott Ullrich2005-06-051-0/+1
| | | | install correctly however.
* Move installed packages over to get_pkg_info.Colin Smith2005-06-051-12/+6
|
* pkg_mgr_delete.php requires a pkg name instead of its id#Scott Ullrich2005-04-261-1/+1
| | | | This somewhat helps fix Ticket #29 but more work remains
* Fix fatal error when no packages are installed.Colin Smith2005-04-261-2/+3
|
* We don't need to foreach through pkg_config.xml.Colin Smith2005-04-251-6/+1
|
* * a_sort -> asortColin Smith2005-04-251-1/+1
|
* Sort installed packages.Colin Smith2005-04-251-4/+15
|
* not a formBill Marquette2005-04-161-2/+0
|
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
* Mount compact flash rw during package installScott Ullrich2005-03-201-0/+5
|
* Fix typos and trim output.Colin Smith2005-03-201-1/+1
|
* Modify package version checking to use false instead of -1.Colin Smith2005-03-201-1/+1
|
* If the current pkg_config.xml doesn't have an entry for an installed ↵Colin Smith2005-03-201-2/+5
| | | | package, let the user know.
* Correctly display optional interfacesScott Ullrich2005-03-141-3/+0
|
* * Extra )Scott Ullrich2005-02-211-1/+1
| | | | Reported-by: colin
* * Add version column with upgrade linkScott Ullrich2005-02-211-2/+16
|
* Correctly remove packages when a lot of packages are installed.Scott Ullrich2005-01-091-1/+1
| | | | Reported-by: bkw
* Alert when no packages are installed.Scott Ullrich2004-12-161-2/+1
|
* Clean up leftovers from nat.Scott Ullrich2004-12-161-4/+0
|
* Alert user if no packages are installed.Scott Ullrich2004-12-161-0/+1
|
* * 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-4/+0
| | | | | | | (see http://www.pfsense.com/screens/pkg.JPG ) * Correct behavior of pkg_mgr.php when multiple packages are included * Other minor cleanups
* * install menu item in /usr/local/etc/ext/$areaScott Ullrich2004-12-121-2/+1
| | | | | * add do you want to install this package and do you want to delete ... * add needed text to system to run the package. ex: add text to /etc/crontab
* Say welcome to the pfSense package manager!Scott Ullrich2004-12-121-0/+116
OpenPOWER on IntegriCloud