summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_logs.php
Commit message (Collapse)AuthorAgeFilesLines
* Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-131-3/+7
| | | | 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.
* CleanupNewEraCracker2016-02-101-2/+0
| | | | Remove closing tag followed by opening tag. Change short_open_tag to full tag and put small instructions on same line.
* Status - System Logs - Move Raw Mode Row Count JQueryNOYB2016-01-271-8/+9
| | | | Move row count JQuery to run only in raw mode.
* Rename function to better represent what it really is.NOYB2016-01-231-2/+2
|
* Consolidate log filter code and log table header code in to common functions.NOYB2016-01-231-24/+4
|
* Status / System Logs - Filter RefinementsNOYB2016-01-231-4/+24
| | | | | | | Use advanced filter in firewall dynamic view even if raw mode is set. Raw mode is not applicable to the firewall dynamic view. Update the count in firewall dynamic view. JQuery the actual count in raw mode instead of just displaying the max setting value. Change some negative logic to positive.
* add call 'gettext' function in the status menu filesbruno2016-01-221-12/+12
|
* Special Panels - Show/HideNOYB2016-01-201-1/+9
| | | | | Add configuration option to show or hide special panels. When a panel is hidden a button is displayed on the page title bar to toggle the panel display.
* Fix status message so it displays if logging changes made.NOYB2016-01-081-1/+1
| | | | | Also print info box success. Thanks Phil for the hint.
* Rename functions per Phil suggestions.NOYB2016-01-041-2/+2
| | | | | | | s/miscellaneous_common_code/status_logs_common_code/ s/build_if_list/status_logs_build_if_list/ As for getGETPOSTsettingvalue I'm open to it going anywhere that makes sense. Would be nice not to need too many additional inc's to get it though. Anything in guiconfig.inc or filter_logs.inc hierarchy shouldn't require anything additional.
* Status - System Logs - Consolidate - Common FunctionsNOYB2016-01-041-446/+17
| | | | | | | | | | | | | | | | | | Factor common code section into to functions and place in include file. getGETPOSTsettingvalue miscellaneous_common_code tab_array_logs_common log_filter_form_system_submit filter_form_system log_filter_form_firewall_submit filter_form_firewall build_if_list manage_log_code manage_log_section
* Redmine #5731 Error when setting various system log settings from factory ↵Phil Davis2016-01-041-1/+3
| | | | | | default config Forum https://forum.pfsense.org/index.php?topic=104762.0
* Merge pull request #2301 from NOYB/Staus_-_System_-_Logs_-_Write_Config_OnlyStephen Beaver2015-12-211-4/+14
|\
| * Staus - System - Logs - Write Config OnlyNOYB2015-12-191-4/+14
| | | | | | | | If no logging changes have been made, only write the config file.
* | Use Bootstraps text alignment classesColin Fleming2015-12-191-3/+3
|/ | | | | As per "http://getbootstrap.com/css/#type-alignment", use CLASS statement instead in inline STYLE statement (much tidier)
* Add max value to qty field.NOYB2015-12-171-1/+1
|
* Status - System Logs - Manage Log - Input ValidationNOYB2015-12-171-2/+2
| | | | | Add input validation at form level in browser. Keep PHP server side validation so as not to rely solely on the browser.
* 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
* Merge pull request #2232 from NOYB/Status_-_System_Logs_-_Sort_HeaderRenato Botelho2015-12-151-9/+9
|\
| * Status - System Logs - Sort HeaderNOYB2015-12-141-9/+9
| | | | | | | | | | Fix header to not wrap the sort button/icon to the next row. Add sort capability to the "raw" table.
* | Code style status*Phil Davis2015-12-151-23/+26
|/
* Correct <th> widthsStephen Beaver2015-12-141-2/+2
|
* Remove duplicate definesStephen Beaver2015-12-141-3/+0
|
* Merge pull request #2209 from NOYB/Status-System_Logs-Sortable_TableRenato Botelho2015-12-131-24/+28
|\
| * Put newest at top/bottom text with Forward/Reverse Display radio buttons for ↵NOYB2015-12-111-3/+3
| | | | | | | | better clarity and more concise section description.
| * Correct tbody end tag.NOYB2015-12-111-1/+1
| |
| * Status - System Logs - Sortable TableNOYB2015-12-111-21/+25
| |
* | Logs filename changesPhil Davis2015-12-121-1/+1
|/
* Rename of files to better match their position in the memory structureStephen Beaver2015-12-111-0/+671
OpenPOWER on IntegriCloud