summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_logs_filter_dynamic.php
Commit message (Collapse)AuthorAgeFilesLines
* Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-2/+2
| | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* 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-4/+1
| | | | 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.
* Status / System Logs / Firewall / Dynamic View - Mode Force CommentsNOYB2016-01-271-1/+6
| | | | Add comments when forcing formatted/raw mode.
* Status / System Logs / Firewall / Dynamic View - Efficiency TweaksNOYB2016-01-261-15/+10
| | | | | | Not very efficient to go through the entire table setting the class on existing entries that already have their class set. Just set the class on new entries when they are added to the table. Just get the rowCount instead of the array.
* Status / System Logs / Firewall / Dynamic View - TweaksNOYB2016-01-241-3/+13
| | | | | | | | Don't run through the update table rows routine unless there are new rows to be added. Handle special case when beginning with zero rows. Remove classes listMRodd and listMReven. They don't exist and are handled by the table-striped class. Add class text-nowrap to rows (consistent with the source html). Add no logs to display info box.
* Rename function to better represent what it really is.NOYB2016-01-231-1/+1
|
* Fix a couple consolidation issues.NOYB2016-01-231-0/+1
| | | | | Force firewall dynamic view to use the raw mode table header so it gets updated. Add a couple missing variables.
* Consolidate log filter code and log table header code in to common functions.NOYB2016-01-231-12/+2
|
* Status / System Logs - Filter RefinementsNOYB2016-01-231-1/+21
| | | | | | | 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-10/+10
|
* 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
|
* print_info_box successPhil Davis2016-01-081-1/+1
| | | | | | | | | | | | In most situations we want the print_info_box() of $savemsg to be 'success'. If there was some problem saving, then it can be 'warning'. These are a few places I have found so far that need this sort of fixing up - more to come but sleep calls just now! I made the change to index.php also to be consistent with the others, even though it does not actually change anything "for real" because 'warning' is the default anyway. It will make it easy for people in future to see that is the case, specially if they are adding other $savemsg things that need to be 'success'.
* Change the automatic information block to look for <div class="infoblock" ↵Stephen Beaver2016-01-071-1/+1
| | | | | | instrad of <div id="infoblock" Just makes more sense to use a class for this
* Fixup AJAX stuff so dynamic updating works.NOYB2016-01-041-8/+25
| | | | Move getGETPOSTsettingvalue function to be more centrally located in guiconfig.inc.
* 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.
* Remove commented out test code.NOYB2016-01-041-1/+0
|
* Status - System Logs - Consolidate - Firewall Dynamic ViewNOYB2016-01-041-33/+76
| | | | | | Add advanced filtering to firewall dynamic view. Add manage log to dynamic view. Update dynamic view view log selection method to same method as firewall and system logs.
* 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
* Code style status*Phil Davis2015-12-151-21/+30
|
* 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/+441
OpenPOWER on IntegriCloud