summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style WWW pkgPhil Davis2015-05-151-81/+99
| | | | | | | | | The syntax of these all seems good. Because the 2.3-DEVELOPMENT master does not currently have get_pkg_info implemented, the available packages tab always says "Unable to retrieve package info...". But I don't think I broke any code. This is integrated with the little changes for startdisplayingat var in pkg.php
* 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 ↵Renato Botelho2015-05-071-1/+1
| | | | get_package_internal_name(). Try to use more standard parameter names and simplify logic while here
* Remove duplicate copyrightPhil Davis2015-01-011-2/+1
| | | | Noticed these had the copyright twice
* 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. ↵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-7/+3
| | | | -- Now also shows on Dashboard and installed package list. Cleaned up some code and shuffled things around to avoid unnecessary repetition.
* Detect if an unofficial package repository is in use and warn the user. Part ↵jim-p2014-07-011-1/+10
| | | | of issue #484 (more to go)
* Fix package changelog link when package doesn't has its own directory inside ↵Renato Botelho2014-05-211-1/+5
| | | | config subdir. Ticket #3672
* removed duplicate type=text/javascriptayvis2014-03-251-1/+1
| | | added type for <script>
* Merge pull request #1031 from ayvis/master-br-patchRenato Botelho2014-03-251-1/+1
|\ | | | | replaced uppercase html tags with lowercase
| * 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"
* | remove unused supportedbybsdperimeter tagChris Buechler2014-03-211-1/+1
|/
* Merge branch 'master-br' of https://github.com/ayvis/pfsense into ↵Renato Botelho2014-03-171-4/+4
|\ | | | | | | ayvis-master-br
| * xhtml Complianceayvis2014-03-141-4/+4
| | | | | | replaced <br>, <br/> and </br> with <br />
* | 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
| | | | | | | | | | | . Check for fixed array keys (pkg_categories_min_count, pkg_categories_max_display and pkg_default_categories) instead of undeclared variables . Add a new default category "All" . Use proper class on 'Category' columns when it is visible . Increase Description column size instead of Name when Category is not visible . Fix php short tags
* 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
| | | | | | | 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
|\
OpenPOWER on IntegriCloud