summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_settings.php
Commit message (Collapse)AuthorAgeFilesLines
* Encoding in pkg_mgr_settings.phpjim-p2015-06-161-1/+1
|
* Code spacingPhil Davis2015-06-151-2/+2
| | | | | | | 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-40/+54
| | | | | | | | | 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 lineup of copyright linesPhil Davis2015-01-011-3/+3
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-1/+2
|
* fix textChris Buechler2014-10-101-1/+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/+16
| | | | -- Now also shows on Dashboard and installed package list. Cleaned up some code and shuffled things around to avoid unnecessary repetition.
* xhtml Complianceayvis2014-03-141-1/+1
| | | replaced <br>, <br/> and </br> with <br />
* fix text, remove product_website mentions here since that's not actually ↵Chris Buechler2014-03-131-1/+1
| | | | used anyway.
* Tidy up "pkg_mgr_settings.php" XHTMLColin Fleming2013-04-081-14/+17
| | | | | Close INPUT tags Add CDATA section to SCRIPT tags
* Merge branch 'master' from http://gitweb.pfsense.org/pfsense/pfsense-gettext.gitErik Fonnesbeck2010-08-121-1/+1
|\
| * Fix printfErik Fonnesbeck2010-08-121-1/+1
| |
* | Merge remote branch 'mainline/master'Renato Botelho2010-08-121-1/+1
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: usr/local/www/diag_smart.php usr/local/www/firewall_rules_edit.php usr/local/www/interfaces.php usr/local/www/load_balancer_pool_edit.php usr/local/www/pkg_mgr_settings.php
| * Fix printf/sprintf mixups.Erik Fonnesbeck2010-08-111-1/+1
| |
* | gettext() fixes on pkg_mgr_settings.phpCarlos Eduardo Ramos2010-08-121-3/+3
|/
* Reviewing gettext()Carlos Eduardo Ramos2010-04-291-1/+1
|
* Implementing gettext()Vinicius Coque2010-04-291-9/+9
|
* Update (C) to 2010Scott Ullrich2010-04-271-1/+1
|
* Increase execution timeScott Ullrich2010-01-211-0/+2
|
* Add the actual settings page ref'd in the previous commit (pkg repo setting)jim-p2009-10-061-0/+125
OpenPOWER on IntegriCloud