summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_logs_filter.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix some other outdated linksjim-p2017-06-231-1/+1
|
* Refactor get_configured_interface_with_descr remove unused parameterPhil Davis2017-04-161-1/+1
|
* GET/POST conversion for status*Steve Beaver2017-02-131-5/+5
|
* setHelp and getttext format for status*Phil Davis2017-02-091-1/+1
|
* Convert easyrule.php to use a confirmation landing page so that the ↵jim-p2017-02-071-2/+2
| | | | | | parameters can be submitted via POST. Also, remove the JavaScript confirmation box since it is now redundant. Fixes #7228 The confirmation page displays the submitted parameters for an extra user sanity check. Also fixed a bunch of page formatting issues that were not apparent because users rarely if ever saw output from the page.
* Merge pull request #3369 from phil-davis/breadcrumbs_detailRenato Botelho2017-01-111-0/+1
|\
| * Breadcrumb linksPhil Davis2017-01-101-0/+1
| |
* | Report problems applying changesPhil Davis2017-01-031-3/+2
|/ | | | | | | 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
* 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
|
* Fix #6585 Do not use [] syntax for lookupsPhil Davis2016-07-081-4/+6
| | | | IPv6 address plus port is displayed with the format [1:2::3]:80 - the address is in square brackets followed by colon and the port number. This is necessary to disambiguate the port from the address, a good thing. But it messes up the use of the IPv6 address for reverse lookup. Keep the "raw" format of the IPv6 address pass that to the reverse lookup code, and use it for generating the htmlclass names that enable the answer to be slotted in for display.
* Miscellaneous II - Remove PersonalizationsNOYB2016-04-091-2/+2
| | | | Remove "you" personalizations.
* Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-3/+3
| | | | '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.
* 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