summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_defaults.php
Commit message (Collapse)AuthorAgeFilesLines
* Add security notes for privilege assignment pagesPhil Davis2017-01-021-0/+1
| | | | Suggested solution for Redmine 2247
* 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-43/+42
|
* chmod 0644 php web pagesRenato Botelho2016-07-141-0/+0
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Fixes to linguistic issues introduced by recent commitsNewEraCracker2016-04-041-1/+1
| | | | 1) encryption vs decryption typos. 2) unnecessary sprintf.
* Diagnostics - Remove PersonalizationsNOYB2016-04-031-3/+3
| | | | Remove "you" personalizations.
* Use less confusing button text/colors/icons for Factory ↵jim-p2016-03-111-2/+2
| | | | defaults/Halt/Reboot. Ticket #5965
* Bring some consistency to the way most buttons are displayed (color, icons, ↵jim-p2016-03-091-2/+8
| | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons.
* Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-131-1/+1
| | | | more consistent. Convert page title to title case.
* Internationalization of diag_defaultsPhil Davis2016-01-151-3/+3
| | | | | | | | | | A couple of typical fixes here: 1) Actually wrap the "Are you sure...?" question in gettext() 2) Use a single gettext() call combined with sprintf() and %s etc to construct a sentence in a single go. 3) Use %s rather than just appending a variable at the end of a sentence of text. That way there is no assumption that the variable text must go at the end in every language. Once I have got the feel of the variations I come across, I will make myself a branch and change a whole bunch of files. But for now I have submitted a few things individually so it is easy for people to comment and give any helpful advice on how to do it better, before I go editing lots of files. IMHO it will be good to cleanup and optimize the internationalized code, then life should be easier for future translators.
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Tidy up "diag_defaults.php"Colin Fleming2015-12-041-17/+26
| | | | Add Bootstrap look-n-feel to diag_defaults.php
* 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.
* Remove $Id stuff from comment headersPhil Davis2015-11-091-1/+0
| | | | Completes cleanup of header stuff for these files
* Diag reviewPhil Davis2015-11-091-7/+7
|
* Correction per Phil DavisStephen Beaver2015-11-061-1/+1
|
* First batch of copyright updatesStephen Beaver2015-11-051-1/+3
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-49/+66
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+90
OpenPOWER on IntegriCloud