summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg.php
Commit message (Collapse)AuthorAgeFilesLines
* Refactor get_configured_interface_with_descr remove unused parameterPhil Davis2017-04-161-1/+1
|
* Add reason to write_config() callsdoktornotor2017-03-091-10/+10
| | | Replace shell-style comments while here.
* GET/POST conversionSteve Beaver2017-02-141-7/+7
|
* Encode the contents of pkg_filter before output. Fixes #7227jim-p2017-02-071-1/+1
|
* Breadcrumb linksPhil Davis2017-01-101-0/+5
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-41/+39
|
* chmod 0644 php web pagesRenato Botelho2016-07-141-0/+0
|
* Change the default output of pkg.php lists to be encoded before display. ↵jim-p2016-05-061-4/+9
| | | | Preserve the old behavior as an option in case a package needs it (I didn't see any current ones that appeared to rely on the behavior, however)
* Miscellaneous II - Remove PersonalizationsNOYB2016-04-091-1/+1
| | | | Remove "you" personalizations.
* HTML Compliance - Vertical AlignNOYB2016-03-231-3/+3
| | | | pkg.php and functions.inc
* Icon missing from default pkg.php save button. Ticket #5965jim-p2016-03-141-1/+1
|
* More icon and button inconsistencies. Should be the last batch. Ticket #5965jim-p2016-03-101-1/+1
|
* More icon/button inconsistencies. Ticket #5965jim-p2016-03-101-1/+5
|
* Show page title because that's where page help icon is displayed.k-paulius2016-02-141-0/+1
|
* Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-5/+5
| | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Clean up dead code at pkg.phpNewEraCracker2016-02-101-10/+0
| | | | See c24bb3fc80baef04d7b500e18d69c2ada2abdb76 for where this 'if' block was emptied
* Make row delete button icon only (removes gettext("Delete"): )Stephen Beaver2016-02-011-1/+1
|
* Internationalization of pkg*.phpPhil Davis2016-01-251-12/+12
| | | | | | | | Various sentences were being built up from gettext() of individual words or phrases concatenated together. That will not work for translation to languages with different word order, so I have restructured that. Note: TODO: The countdown timer text with seconds countdown is all in JS so I will think about how that can be translated nicely.
* pkg.php consolidate else-if statementPhil Davis2016-01-251-4/+2
|
* Enhance error output when package file not foundPhil Davis2016-01-251-2/+14
| | | | | | | | | I had a system that had upgraded but the Notes package had not managed to (re)install. In that situation the Notes item is on the Status menu but there is no notes.xml or other notes code on the the system. When I go to Status->Notes I get: Warning: substr_compare(): The start position cannot exceed initial string length in /usr/local/www/pkg.php ... The warning is because realpath() returns false in this case and cannot be used is a parameter to substr_compare(). Handle this case, and make the error message more informative.
* Fix #5794 remove print_info_box_np chackes for gettext("apply")Phil Davis2016-01-221-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | 1) Get rid of the stristr() checks to "guess" if an apply button should be used. 2) Change print_info_box() so it can take a button name of "close" , "apply" or none to decide which button to show. 3) Delete function print_info_box_np_undo() - nothing calls it. 4) Add new function print_apply_box() to provide an easy wrapper for print_info_box() with the parameters to be 'warning' level and 'apply' button. 5) Change print_info_box_np() calls to just print_info_box() or print_apply_box() as appropriate. There is 1 direct call to print_info_box_np() from vpn_ipsec_mobile.php remaining. That tries to make a "create" button. It was not working before this change. It needs to be sorted out and fixed separately. After this change there is no dependency on a string containing text like "apply" to make the apply button appear. Then we can work on re-engineering the internal code of print_info_box_np() print_info_box() and print_apply_box() to fit together however we like. It should be easy to preserving the current API to print_info_box() and print_apply_box().
* Replaced jQuery to $ in same filesFrancisco Cavalcante2016-01-221-2/+2
|
* Use Bootstraps text alignment classes (part 2)Colin Fleming2016-01-081-7/+7
| | | | use Bootstraps CLASS statement instead "align" statement
* Add title to add row buttoneStephen Beaver2015-12-231-1/+1
|
* Fixed #5678Stephen Beaver2015-12-211-2/+2
|
* Encode hostname before printing; remove some related dead code.jim-p2015-12-211-5/+0
|
* adding active tab to breadcrumbheper2015-12-211-52/+54
| | | | closely review L186 - L188
* Use Bootstraps text alignment classesColin Fleming2015-12-191-1/+1
| | | | | As per "http://getbootstrap.com/css/#type-alignment", use CLASS statement instead in inline STYLE statement (much tidier)
* Save button fix - part deuxStephen Beaver2015-12-171-25/+19
|
* Fix "Save" button jQueryStephen Beaver2015-12-171-39/+46
|
* Fixed table apeparance, headers, button placement and row drag/drop/moveStephen Beaver2015-12-161-13/+18
|
* Corrected movable/sortble table row handlingStephen Beaver2015-12-161-12/+15
|
* Add breadcrumb to pkg.phpBBcan1772015-12-151-1/+18
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style pkgPhil Davis2015-12-151-3/+5
|
* Address a potential LFI in pkg.php and wizard.php without breaking the ↵jim-p2015-12-041-2/+8
| | | | ability to pass relative paths Restricts them to files under their intended base directories.
* Tidy up Boolean operators for HTML5Colin Fleming2015-11-291-2/+2
| | | | | Remove the XHTML standard Boolean operators (makes reading HTML much simpler).
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Ticket #5471 partial convert to font-awesome fontsJared Dillard2015-11-171-1/+1
|
* Copyright and license cleanupRenato Botelho2015-11-091-1/+0
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Remove bonus ) in pkg.phpPhil Davis2015-10-261-1/+1
| | | Reported in forum https://forum.pfsense.org/index.php?topic=101390.0
* Completed #5333Stephen Beaver2015-10-221-5/+7
|
* Fixed #5240Stephen Beaver2015-10-021-0/+4
|
* Fixed #5206Stephen Beaver2015-09-291-87/+103
| | | | Completes conversion of the pkg* files
* Merge pull request #1787 from k-paulius/patch-pkg-1Renato Botelho2015-09-211-7/+1
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+582
OpenPOWER on IntegriCloud