summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_logs_settings.php
Commit message (Collapse)AuthorAgeFilesLines
* Add reason to write_config() calldoktornotor2017-03-091-1/+1
|
* setHelp and getttext format for status*Phil Davis2017-02-091-4/+5
|
* Remove unneeded sprint and gettext in setHelpPhil Davis2017-02-031-1/+1
|
* Merge pull request #3369 from phil-davis/breadcrumbs_detailRenato Botelho2017-01-111-0/+1
|\
| * Breadcrumb linksPhil Davis2017-01-101-0/+1
| |
* | Ignore return from system_syslogd_startPhil Davis2017-01-031-1/+1
| | | | | | | | | | | | system_syslogd_start returns the retrn value from mwexec_bg, which is the PID of the background process. It is not an error status. So do not use it here.
* | Report problems applying changesPhil Davis2017-01-031-7/+10
|/ | | | | | | 1) Strictly keep track of the accumulating $retval from calls to various functions that apply changes. 2) Use new function print_apply_result_box() to print a suitable message in a suitable severity based on $retval
* Deprecate nanobsd platform and remove all conditionals that uses itRenato Botelho2016-10-121-1/+1
|
* Fix up/catch up remote syslog areas. Fixes #6780jim-p2016-09-091-6/+46
|
* Fix description of the VPN remote log settingjim-p2016-09-081-1/+1
|
* 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
|
* 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().
* Allow IGMP Proxy logging verbosity to be selected via system log settings ↵Stephen Beaver2016-06-221-0/+11
| | | | (PR 2901)
* Miscellaneous Textual CorrectionsNOYB2016-05-021-1/+1
|
* Status / System Logs - PunctuationNOYB2016-04-251-4/+4
| | | | Clean up some punctuation.
* Status - Remove PersonalizationsNOYB2016-04-021-3/+3
| | | | Remove "you" personalizations.
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-1/+1
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-1/+1
| | | | | | The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones.
* More icon and button consistency fixes. Ticket #5965jim-p2016-03-101-6/+5
|
* Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-131-1/+1
| | | | more consistent.
* 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.
* Fixed #5789Stephen Beaver2016-01-211-3/+3
|
* Fix minor typos and correct code standardsNewEraCracker2016-01-061-1/+1
|
* Fix success message colorStephen Beaver2016-01-061-2/+5
|
* clean up lighttpdChris Buechler2016-01-051-7/+7
|
* Keeping the disable logging option. Revert "clean up lighttpd bits"Chris Buechler2016-01-051-0/+18
| | | | This reverts commit 9de0332dec955ec513b74be9361de72d12aa7245.
* clean up lighttpd bitsChris Buechler2016-01-051-18/+0
|
* Nuke fifolog support. It was never used or fully implemented, no GUI option, ↵jim-p2015-12-171-1/+1
| | | | | | and didn't end up working out. It buffered writes too long, users could never see the most current log data.
* 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
* Revised system to hide the automatically generated "Toggle all" button when ↵Stephen Beaver2015-12-151-10/+2
| | | | | | not required. Original system broke with PR to change radio button names.
* Code style status*Phil Davis2015-12-151-6/+7
|
* Logs filename changesPhil Davis2015-12-121-1/+1
|
* Rename of files to better match their position in the memory structureStephen Beaver2015-12-111-0/+525
OpenPOWER on IntegriCloud