summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_logs_filter.php
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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.
* Replaced jQuery to $ in same filesFrancisco Cavalcante2016-01-221-1/+1
|
* 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.
* All simple php echo to shortNewEraCracker2016-01-141-1/+1
| | | | Short version is far more used than long php echo. This brings all code to same standard where possible.
* Replace abbreviations with complete wordNewEraCracker2016-01-141-3/+3
|
* Allow thee use of multiple infoblock on a pageStephen Beaver2016-01-111-1/+1
|
* 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.
* Change the automatic information block to look for <div class="infoblock" ↵Stephen Beaver2016-01-071-4/+1
| | | | | | instrad of <div id="infoblock" Just makes more sense to use a class for this
* 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-638/+25
| | | | | | | | | | | | | | | | | | 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-9/+25
|\
| * Staus - System - Logs - Firewall - Write Config OnlyNOYB2015-12-191-9/+25
| | | | | | | | If no logging changes have been made, only write the config file.
* | Use Bootstraps text alignment classesColin Fleming2015-12-191-5/+5
|/ | | | | 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
* Remove placeholder from form select (raw mode filter form).NOYB2015-12-151-1/+1
|
* HTML 5 complaince changesStephen Beaver2015-12-151-10/+10
|
* Merge pull request #2231 from phil-davis/r006Renato Botelho2015-12-151-38/+51
|\
| * Code style status*Phil Davis2015-12-151-38/+51
| |
* | Conditionally indent the action icon so it doesn't look so out of place in ↵NOYB2015-12-151-1/+7
| | | | | | | | the wider column resulting to accommodate the sort button/icon.
* | The rule entires still need to wrap.NOYB2015-12-151-1/+1
| |
* | Status - System Logs - Firewall - Sort HeaderNOYB2015-12-141-10/+10
|/ | | | | Fix header to not wrap the sort button/icon to the next row. Add sort capability to the "raw" table.
* Automatic panel collapse defines moved to jquery/pfSenseHelpsers.jsStephen Beaver2015-12-141-8/+0
| | | | | | define(COLLAPSIBLE, 0x08); define(SEC_CLOSED, 0x04); define(SEC_OPEN, 0x00);
* Move function to fix none existent call.NOYB2015-12-141-1/+1
|
* Status - System Logs - Firewall - Manage LogNOYB2015-12-141-99/+501
| | | | | Use the same methods of obtaining log file etc. and mimic much of the code that is common with status_logs.php. (future: factor out common code into shared functions to remove duplication.)
* Fixed #5620 change css classes from icon- to text-Jared Dillard2015-12-121-2/+2
|
* Logs filename changesPhil Davis2015-12-121-1/+1
|
* Rename of files to better match their position in the memory structureStephen Beaver2015-12-111-0/+634
OpenPOWER on IntegriCloud