Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Welcome 2015 | Renato Botelho | 2014-12-31 | 1 | -1/+1 |
| | |||||
* | Display installed pkg version even if pkg server not available | Phil Davis | 2014-12-03 | 1 | -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 reality | Jim Thompson | 2014-11-10 | 1 | -0/+1 |
| | |||||
* | Fix PHP script closing tag placement. | jim-p | 2014-07-11 | 1 | -2/+2 |
| | |||||
* | Also check and verify the package server's SSL certificate if using HTTPS. ↵ | jim-p | 2014-07-02 | 1 | -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-p | 2014-07-02 | 1 | -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/javascript | ayvis | 2014-03-25 | 1 | -1/+1 |
| | | | added type for <script> | ||||
* | replaced uppercase html tags with lowercase | ayvis | 2014-03-19 | 1 | -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 Botelho | 2014-03-17 | 1 | -6/+6 |
|\ | | | | | | | ayvis-master-br | ||||
| * | xhtml Compliance | ayvis | 2014-03-14 | 1 | -6/+6 |
| | | | | | | replaced <br>, <br/> and </br> with <br /> | ||||
* | | standardize URLs | Chris Buechler | 2014-03-14 | 1 | -1/+1 |
|/ | |||||
* | Remove alert confirmation to delete a package, today user need to confirm twice | Renato Botelho | 2014-03-04 | 1 | -1/+1 |
| | |||||
* | Tidy up "pkg_mgr_installed.php" XHTML | Colin Fleming | 2013-04-03 | 1 | -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 location | Chris Buechler | 2013-03-10 | 1 | -1/+1 |
| | |||||
* | Replace deprecated split with explode | Phil Davis | 2012-10-31 | 1 | -1/+1 |
| | |||||
* | Use config array to get the timezone. syscfg is no longer defined here. | Phil Davis | 2012-06-21 | 1 | -1/+1 |
| | |||||
* | fix text | Chris Buechler | 2012-06-18 | 1 | -1/+1 |
| | |||||
* | While I'm here, don't test these with isset, just test directly, since they ↵ | jim-p | 2012-06-07 | 1 | -4/+4 |
| | | | | will be set to true/false in globals.inc | ||||
* | Provide a way to disable the pkg info link | jim-p | 2012-06-07 | 1 | -1/+4 |
| | |||||
* | Include github changelog link to package version when ↵ | Marcello Coutinho | 2012-06-03 | 1 | -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 Coutinho | 2012-05-31 | 1 | -3/+3 |
| | | | | description. | ||||
* | Ensure timezone is set | Scott Ullrich | 2012-01-18 | 1 | -0/+6 |
| | |||||
* | Reset this var before this test, otherwise if the test is skipped, it will ↵ | jim-p | 2011-02-22 | 1 | -0/+1 |
| | | | | carry over the value from the previous run. | ||||
* | Warn users a different way if packages are being reinstalled in the ↵ | jim-p | 2011-01-24 | 1 | -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-p | 2011-01-10 | 1 | -1/+1 |
| | | | | installed packages list. | ||||
* | since packages aren't version-specific anymore, clarify to Available Packages | Chris Buechler | 2010-12-31 | 1 | -2/+3 |
| | |||||
* | Revert "Add Supported by BSD Perimter field" | Chris Buechler | 2010-09-16 | 1 | -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 set | Scott Ullrich | 2010-08-17 | 1 | -1/+1 |
| | |||||
* | Add Supported by BSD Perimter field | Scott Ullrich | 2010-08-17 | 1 | -1/+10 |
| | |||||
* | Add space between the and forum | Scott Ullrich | 2010-05-21 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into gettext | Renato Botelho | 2010-04-28 | 1 | -1/+1 |
|\ | |||||
| * | Update (C) to 2010 | Scott Ullrich | 2010-04-27 | 1 | -1/+1 |
| | | |||||
* | | Fix : for translations | Renato Botelho | 2010-04-27 | 1 | -4/+4 |
| | | |||||
* | | Added wrong removed spaces | Renato Botelho | 2010-04-27 | 1 | -5/+5 |
| | | |||||
* | | Implement gettext() | Carlos Eduardo Ramos | 2010-04-27 | 1 | -19/+19 |
|/ | |||||
* | Remove bogus call. | Ermal Luçi | 2010-03-08 | 1 | -1/+0 |
| | |||||
* | Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵ | Scott Ullrich | 2009-09-14 | 1 | -1/+3 |
| | | | | include 2009 on files that I have asserted (C) on | ||||
* | Nuke packages for any platform | Scott Ullrich | 2009-06-30 | 1 | -1/+1 |
| | |||||
* | Remove packages for any platform nonsense. | Scott Ullrich | 2009-06-30 | 1 | -1/+1 |
| | |||||
* | Removed if($instpkg['name']) it hid FreeSWITCH package despite name having ↵ | mcrane | 2009-04-30 | 1 | -3/+3 |
| | | | | a value in the config. | ||||
* | Open Package info link in a new tab / window | Scott Ullrich | 2009-02-10 | 1 | -1/+1 |
| | |||||
* | show <pkginfolink> for installed packages | Chris Buechler | 2008-11-17 | 1 | -4/+15 |
| | |||||
* | Do not hard code white | Scott Ullrich | 2008-10-12 | 1 | -2/+0 |
| | |||||
* | Only set font color to white when background is red | Scott Ullrich | 2008-10-11 | 1 | -3/+1 |
| | |||||
* | Black does not show up well on a red background, use white. | Scott Ullrich | 2008-10-11 | 1 | -1/+3 |
| | |||||
* | Whitespace and minor bug fixes for package manager pages. | Matthew Grooms | 2008-09-10 | 1 | -87/+110 |
| | |||||
* | Rewrite the pfsense privilege system with the following goals in mind ... | Matthew Grooms | 2008-08-01 | 1 | -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: m0n0wall | Scott Ullrich | 2007-11-16 | 1 | -2/+1 |
| | |||||
* | Misc package changes | Scott Ullrich | 2006-08-25 | 1 | -3/+4 |
| | | | | Submitted-by: Daniel Haischt | ||||
* | Remove packages with a different version tab | Scott Ullrich | 2006-08-20 | 1 | -1/+0 |
| |