summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Use normal classScott Ullrich2006-01-291-2/+1
|
* MFC 9807Scott Ullrich2006-01-291-1/+10
| | | | * Add 'maintainer' to requested package fields. * Create mailto:// link if maintainer is valid, otherwise use plain 'Unknown'.
* Add maintainerScott Ullrich2006-01-291-0/+6
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Remove 'size' column for the time being.Colin Smith2005-09-241-24/+8
|
* Revert commit made to wrong branch. This addresses #325.Colin Smith2005-08-111-2/+3
|
* installedpackages -> extensionsColin Smith2005-08-071-2/+2
|
* Make sure we free up $fout.Colin Smith2005-07-241-0/+1
|
* Revert to 1.58. $savemsg is already set when the XMLRPC server is unable to ↵Colin Smith2005-07-241-7/+2
| | | | be contacted.
* Alert user that we could not contact pfsense.com instead of no packages ↵Scott Ullrich2005-07-241-1/+6
| | | | | | available for installation. Ticket #228
* updating files to use theme imagesErik Kristensen2005-07-211-1/+1
| | | | | removing images from /usr/local/www adding specific images into the correct theme directories
* Cache package information. If we are unable to connect to the XMLRPC server, ↵Colin Smith2005-07-181-10/+24
| | | | attempt to use this cache.
* Correct white colorScott Ullrich2005-07-161-1/+1
|
* break between titleScott Ullrich2005-07-101-0/+2
|
* Fix bottom roundsBill Marquette2005-07-041-10/+4
|
* 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.
OpenPOWER on IntegriCloud