summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_installed.php
Commit message (Collapse)AuthorAgeFilesLines
* Compare package version strings with compare_pkg_versionsPhil Davis2015-08-091-3/+5
| | | This fixes redmine #4924
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Display installed pkg version even if pkg server not availablePhil Davis2014-12-031-10/+10
| | | | | | Forum: https://forum.pfsense.org/index.php?topic=84820.0 It seems reasonable to me to display the currently installed package version numbers, along with text like "Latest: N/A". and the Version box being red-filled when someone goes to System->Packages and displays the installed packages but the package server is not reachable for some reason. This code does it. What do you think?
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Fix PHP script closing tag placement.jim-p2014-07-111-2/+2
|
* Also check and verify the package server's SSL certificate if using HTTPS. ↵jim-p2014-07-021-0/+4
| | | | | | Issue 484 Our current XMLRPC client version doesn't have support on its own to validate this in a way we can use to test in a usable for printing an error message. For now, a cURL query to the XMLRPC URL is used in its place.
* More refinements to the unofficial package repository warning ( Issue #484 ) ↵jim-p2014-07-021-1/+6
| | | | -- Now also shows on Dashboard and installed package list. Cleaned up some code and shuffled things around to avoid unnecessary repetition.
* removed duplicate type=text/javascriptayvis2014-03-251-1/+1
| | | added type for <script>
* replaced uppercase html tags with lowercaseayvis2014-03-191-1/+1
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* Merge branch 'master-br' of https://github.com/ayvis/pfsense into ↵Renato Botelho2014-03-171-6/+6
|\ | | | | | | ayvis-master-br
| * xhtml Complianceayvis2014-03-141-6/+6
| | | | | | replaced <br>, <br/> and </br> with <br />
* | standardize URLsChris Buechler2014-03-141-1/+1
|/
* Remove alert confirmation to delete a package, today user need to confirm twiceRenato Botelho2014-03-041-1/+1
|
* Tidy up "pkg_mgr_installed.php" XHTMLColin Fleming2013-04-031-20/+22
| | | | | | | | | | Add closehead variable and move scripts into HEAD and manually close HEAD Add missing close FONT tag Close BR tags Deprecate ampersand in ANCHOR tags Change target in ANCHOR tags to "_blank" Add ALT statement and close IMG tags
* update github repo locationChris Buechler2013-03-101-1/+1
|
* Replace deprecated split with explodePhil Davis2012-10-311-1/+1
|
* Use config array to get the timezone. syscfg is no longer defined here.Phil Davis2012-06-211-1/+1
|
* fix textChris Buechler2012-06-181-1/+1
|
* While I'm here, don't test these with isset, just test directly, since they ↵jim-p2012-06-071-4/+4
| | | | will be set to true/false in globals.inc
* Provide a way to disable the pkg info linkjim-p2012-06-071-1/+4
|
* Include github changelog link to package version when ↵Marcello Coutinho2012-06-031-31/+66
| | | | $g['disablepackagehistory'] is not set, domtt titles, remove package info column and move package info to description tab
* Show current/updated repo package description instead of local/cached ↵Marcello Coutinho2012-05-311-3/+3
| | | | description.
* Ensure timezone is setScott Ullrich2012-01-181-0/+6
|
* 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
OpenPOWER on IntegriCloud