summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr.php
Commit message (Expand)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-221/+0
* Remove $array_keys references and use $pkg_info. Spotted-by: phil-davisRenato Botelho2015-07-011-5/+2
* Modify pkg_mgr.php to deal with pkgRenato Botelho2015-07-011-89/+19
* Remove old and unnecessary codeRenato Botelho2015-07-011-7/+0
* Code spacingPhil Davis2015-06-151-14/+14
* Code style WWW pkgPhil Davis2015-05-151-81/+99
* Fix syntaxRenato Botelho2015-05-081-0/+1
* Remove package_skip_tests(), it won't be necessary anymore with pkgRenato Botelho2015-05-071-6/+1
* Remove unused functions get_pkg_sizes() and get_package_install_size()Renato Botelho2015-05-071-1/+0
* Rename get_pkg_id() to get_package_id() and get_pkg_internal_name() to get_pa...Renato Botelho2015-05-071-1/+1
* Remove duplicate copyrightPhil Davis2015-01-011-2/+1
* Welcome 2015Renato Botelho2014-12-311-2/+2
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
* Also check and verify the package server's SSL certificate if using HTTPS. Is...jim-p2014-07-021-0/+4
* More refinements to the unofficial package repository warning ( Issue #484 ) ...jim-p2014-07-021-7/+3
* Detect if an unofficial package repository is in use and warn the user. Part ...jim-p2014-07-011-1/+10
* Fix package changelog link when package doesn't has its own directory inside ...Renato Botelho2014-05-211-1/+5
* removed duplicate type=text/javascriptayvis2014-03-251-1/+1
* Merge pull request #1031 from ayvis/master-br-patchRenato Botelho2014-03-251-1/+1
|\
| * replaced uppercase html tags with lowercaseayvis2014-03-191-1/+1
* | remove unused supportedbybsdperimeter tagChris Buechler2014-03-211-1/+1
|/
* Merge branch 'master-br' of https://github.com/ayvis/pfsense into ayvis-maste...Renato Botelho2014-03-171-4/+4
|\
| * xhtml Complianceayvis2014-03-141-4/+4
* | standardize URLsChris Buechler2014-03-141-1/+1
|/
* The msgbox is no longer needed since there will be a validation process per seErmal2014-02-191-1/+1
* Fix #3298 and few other fixes:Renato Botelho2013-11-111-38/+51
* Fix indent and whitespacesRenato Botelho2013-11-111-55/+54
* Add dynamic category tabs for better listing all available packagesmarcelloc2013-05-221-132/+134
* Tidy up "pkg_mgr.php" XHTMLColin Fleming2013-04-031-10/+13
* 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 w...jim-p2012-06-071-2/+2
* Provide a way to disable the pkg info linkjim-p2012-06-071-1/+4
* Include github changelog link to package version when $g['disablepackagehisto...Marcello Coutinho2012-06-031-31/+52
* Ensure timezone is setScott Ullrich2012-01-181-0/+6
* Warn users a different way if packages are being reinstalled in the backgroun...jim-p2011-01-241-0/+13
* Simplify package version checking code and use the existing pfs_version_compa...jim-p2011-01-031-23/+13
* 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
* 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 o...Erik Fonnesbeck2010-08-111-1/+1
* 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
OpenPOWER on IntegriCloud