summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr.php
Commit message (Collapse)AuthorAgeFilesLines
* The msgbox is no longer needed since there will be a validation process per seErmal2014-02-191-1/+1
|
* Tidy up "pkg_mgr.php" XHTMLColin Fleming2013-04-031-10/+13
| | | | | | | Add closehead variable, move scripts into HEAD and manaully close head. Close BR tags Deprecate ampersand in ANCHOR tags Change target in ANCHOR tags to "_blank"
* 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-2/+2
|
* While I'm here, don't test these with isset, just test directly, since they ↵jim-p2012-06-071-2/+2
| | | | 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/+52
| | | | $g['disablepackagehistory'] is not set , domtt titles, remove package info column and move package info to description tab
* Ensure timezone is setScott Ullrich2012-01-181-0/+6
|
* 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 )
* Simplify package version checking code and use the existing ↵jim-p2011-01-031-23/+13
| | | | pfs_version_compare function that does much (and more) of what the old code was trying to do on its own.
* since packages aren't version-specific anymore, clarify to Available PackagesChris Buechler2010-12-311-1/+2
|
* Revert "Add Supported by BSD Perimter field"Chris Buechler2010-09-161-11/+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
|
* Include supportedbybsdperimeter fieldScott Ullrich2010-08-171-1/+1
|
* Add Supported by BSD Perimter fieldScott Ullrich2010-08-171-1/+11
|
* Modify various (s)printf format strings to allow translations to change the ↵Erik Fonnesbeck2010-08-111-1/+1
| | | | order of the inserted strings.
* Fixing gettext calls on pkg_mgr.phpVinicius Coque2010-08-101-1/+1
|
* Add space between the and forumScott Ullrich2010-05-211-1/+1
|
* Fix gettext issuesCarlos Eduardo Ramos2010-04-291-2/+2
|
* Removing unnecessary gettext()Vinicius Coque2010-04-281-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-1/+1
| |
* | Implement gettext()Carlos Eduardo Ramos2010-04-271-19/+19
|/
* Increase execution timeScott Ullrich2010-01-211-0/+2
|
* show correct site in "Unable to communicate" error, clarify error message.Chris Buechler2009-12-181-2/+2
|
* Add a new (unlinked) page which allows entering a custom pkg repo URLjim-p2009-10-061-1/+2
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+4
| | | | include 2009 on files that I have asserted (C) on
* Allow clicking on a column header to sort the tableScott Ullrich2009-09-111-1/+1
|
* Nuke debugging helperScott Ullrich2009-09-111-1/+0
|
* Add msort() which will sort lower and uppercase items teogether (packages ↵Scott Ullrich2009-09-111-1/+3
| | | | for example). Sort packages by lower/upper. IE: arping, arpwatch, Backup
* Request noembedded tag, tooScott Ullrich2009-07-241-1/+1
|
* Do not show <noembedded> packages on nanobsdScott Ullrich2009-07-091-1/+4
|
* Nuke Available its wasting tab space.Scott Ullrich2009-06-241-1/+1
|
* Disable Packages for any platform menu item, it does nothing currently.Scott Ullrich2009-06-241-1/+1
|
* Open package info link in new tab / windowScott Ullrich2009-02-101-1/+1
|
* replace the "Support" column with the static forum link with <pkginfolink>Chris Buechler2008-11-171-3/+10
|
* Fetch maximum_version field, tooScott Ullrich2008-10-301-1/+1
|
* Check maximum version correctly when dashes are presentScott Ullrich2008-10-301-7/+11
|
* Add maximum_version field and check version against thatScott Ullrich2008-10-301-1/+3
|
* Check the entire required_version field, not the first charScott Ullrich2008-10-291-0/+5
|
* Rename column to SupportScott Ullrich2008-10-281-1/+1
|
* Set the maintainer to the forums. The maintainer of packages isScott Ullrich2008-10-281-6/+1
| | | | ultimately only to resolve arguments between commiters if need be.
* Do not hard code whiteScott Ullrich2008-10-121-1/+1
|
* Major whitespace cleanup. Fix some html table column class mismatches thatMatthew Grooms2008-09-031-129/+127
| | | | made for ugly output
* 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
* Make scripts XSS input safe.Scott Ullrich2008-02-121-1/+1
| | | | Pointed-out: by hoopercharles@gmail.com
* Add product_copyright re-branding supportScott Ullrich2007-12-161-2/+2
| | | | | | | | Add product_copyright_years re-branding support Add product_website re-branding support Add product_email re-branding support Work sponsored-by: Centipede Networks
OpenPOWER on IntegriCloud