summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_installed.php
Commit message (Collapse)AuthorAgeFilesLines
* Provide a way to disable the pkg info linkjim-p2012-06-071-0/+4
|
* Reset this var before this test, otherwise if the test is skipped, it will ↵jim-p2011-02-221-0/+1
| | | | carry over the value from the previous run.
* Warn users a different way if packages are being reinstalled in the ↵jim-p2011-01-241-0/+13
| | | | background. Only lock out package pages, still print a giant warning on the others. (Some people were getting stuck in this state http://forum.pfsense.org/index.php/topic,32531.0.html )
* Sort installed packages in a case insensitive way on the widget and ↵jim-p2011-01-101-1/+1
| | | | installed packages list.
* since packages aren't version-specific anymore, clarify to Available PackagesChris Buechler2010-12-311-2/+3
|
* Revert "Add Supported by BSD Perimter field"Chris Buechler2010-09-161-10/+1
| | | | | | | | | This reverts commit 5df6a315c4b995e5a09e555548dc6d04b316fea3. Conflicts: usr/local/www/pkg_mgr.php usr/local/www/pkg_mgr_installed.php
* Echo out field if its setScott Ullrich2010-08-171-1/+1
|
* Add Supported by BSD Perimter fieldScott Ullrich2010-08-171-1/+10
|
* Add space between the and forumScott Ullrich2010-05-211-1/+1
|
* Merge branch 'master' into gettextRenato Botelho2010-04-281-1/+1
|\
| * Update (C) to 2010Scott Ullrich2010-04-271-1/+1
| |
* | Fix : for translationsRenato Botelho2010-04-271-4/+4
| |
* | Added wrong removed spacesRenato Botelho2010-04-271-5/+5
| |
* | Implement gettext()Carlos Eduardo Ramos2010-04-271-19/+19
|/
* Remove bogus call.Ermal Luçi2010-03-081-1/+0
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* Nuke packages for any platformScott Ullrich2009-06-301-1/+1
|
* Remove packages for any platform nonsense.Scott Ullrich2009-06-301-1/+1
|
* Removed if($instpkg['name']) it hid FreeSWITCH package despite name having ↵mcrane2009-04-301-3/+3
| | | | a value in the config.
* Open Package info link in a new tab / windowScott Ullrich2009-02-101-1/+1
|
* show <pkginfolink> for installed packagesChris Buechler2008-11-171-4/+15
|
* Do not hard code whiteScott Ullrich2008-10-121-2/+0
|
* Only set font color to white when background is redScott Ullrich2008-10-111-3/+1
|
* Black does not show up well on a red background, use white.Scott Ullrich2008-10-111-1/+3
|
* Whitespace and minor bug fixes for package manager pages.Matthew Grooms2008-09-101-87/+110
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Misc package changesScott Ullrich2006-08-251-3/+4
| | | | Submitted-by: Daniel Haischt
* Remove packages with a different version tabScott Ullrich2006-08-201-1/+0
|
* MFC package changes to show information better such as HEAD only packages,Scott Ullrich2006-08-201-2/+5
| | | | etc.
* Show latest version when availableScott Ullrich2006-08-051-4/+4
| | | | Ticket #1056
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* 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
* Nuke the "XML Version" column.Colin Smith2005-07-171-25/+0
|
* I can tell who failed school...7 f's is bad!!!Bill Marquette2005-07-171-4/+4
|
* Correct white colorScott Ullrich2005-07-161-1/+1
|
* Use strcmp() instead of numeric string comparison.Colin Smith2005-07-071-2/+2
| | | | suggested-by: strgout
* Fix bottom roundsBill Marquette2005-07-041-14/+5
|
* Use $pgtitleBill Marquette2005-07-031-5/+3
|
* use colspan 5 for no packages installed messageScott Ullrich2005-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-7/+4
|
* Correct urlsScott Ullrich2005-07-021-1/+1
|
* Convert Packages tabs to rounded aka (display_top_tabs() callsScott Ullrich2005-07-021-4/+6
|
* * Handle XML versions.Colin Smith2005-06-121-6/+5
| | | | * Don't pass &version=.
* Don't pass the package version to pkg_mgr_install - we now use ↵Colin Smith2005-06-121-1/+1
| | | | depends_on_package.
* Add mouseovers for reinstallation buttons.Colin Smith2005-06-081-3/+3
|
* Don't throw errors if no packages are currently installed.Colin Smith2005-06-071-10/+6
|
* * Add package and XML reinstall buttons.Colin Smith2005-06-071-19/+57
| | | | | * Add support for XML versioning. * Use pkg_mgr_install.php for package deletion.
* Pass required variables to pkg_mgr_delete.Colin Smith2005-06-061-1/+1
|
OpenPOWER on IntegriCloud