summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_logs_common.inc
Commit message (Collapse)AuthorAgeFilesLines
* Refactor get_configured_interface_with_descr remove unused parameterPhil Davis2017-04-161-1/+1
|
* setHelp and getttext format for status*Phil Davis2017-02-091-6/+7
|
* Code with multiple %s in usr/local/wwwPhil Davis2017-02-011-4/+4
|
* Ignore return from system_syslogd_startPhil Davis2017-01-031-3/+2
| | | | | | 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-20/+20
| | | | | | | 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
|
* Feature #6388 custom GUI preference settings per userPhil Davis2016-06-231-3/+3
|
* Status / System Logs - PunctuationNOYB2016-04-251-2/+2
| | | | Clean up some punctuation.
* Status / System Logs - Manage Log Form Submission AccessNOYB2016-02-221-12/+19
| | | | If the user does not have access to status logs settings page, then don't accept a manage log form submission.
* Merge pull request #2676 from ↵Stephen Beaver2016-02-201-1/+1
|\ | | | | | | NOYB/Status_/_System_Logs_-_Manage_Logs_Panel_Error
| * Status / System Logs - Manage Logs Panel ErrorNOYB2016-02-201-1/+1
| | | | | | | | Change test to use the correct variable. Otherwise it will never be true and form will not be kept open when there is input error.
* | Status / System Logs - Manage Logs Panel AccessNOYB2016-02-201-0/+5
|/ | | | If the user does not have access to status logs settings page, then exclude the manage log panel from the page.
* Status / System Logs - Associated Panels - Remove Icon Text Buffer SpaceNOYB2016-02-161-6/+6
| | | | The space that was being inserted as a buffer between button icon and text is no longer necessary. Recently addressed in css.
* Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-131-2/+2
| | | | more consistent.
* Convert section titles to title casek-paulius2016-02-101-4/+4
|
* Status / System Logs - Forms Buttons Icons UpdateNOYB2016-02-021-6/+7
| | | | | Add icon to save button. Consolidate addClass statements.
* Rename function to better represent what it really is.NOYB2016-01-231-1/+1
|
* Fix a couple consolidation issues.NOYB2016-01-231-7/+8
| | | | | 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-0/+47
|
* add call 'gettext' function in the status menu filesbruno2016-01-221-2/+2
|
* Fixed #5789Stephen Beaver2016-01-211-3/+3
|
* Merge pull request #2486 from NOYB/Special_Panels_-_Show/HideStephen Beaver2016-01-211-13/+53
|\
| * Special Panels - Show/HideNOYB2016-01-201-13/+53
| | | | | | | | | | 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.
* | Status / System Logs - Tab ArrayNOYB2016-01-201-1/+3
|/ | | | | | Only call display_top_tabs function if there is a tab array to display. The display_top_tabs function prefixes the type parameter with 'nav nav-'. So passing 'nav nav-tabs' adds a nonexistent class; 'nav-nav'. Only pass 'tabs' as the type.
* Status Logs breadcrumbs and tab array highlightingPhil Davis2016-01-141-6/+10
| | | | | | | | | 1) When on Status Logs->VPN the VPN part of the breadcrumb list was missing. 2) When selecting Status Logs-> System->Gateways... the underlining of the "System" level tab went AWOL. 3) When selecting Status Logs->VPN-> PPPoE Servixce or L2TP Service the underlining of the "VPN" level tab went AWOL.
* GUI Log Entires PlaceholderNOYB2016-01-101-1/+1
| | | | Add placeholder for factory default condition (not set).
* Fix status message so it displays if logging changes made.NOYB2016-01-081-3/+3
| | | | | Also print info box success. Thanks Phil for the hint.
* Consolidate with status_logs_common.incNOYB2016-01-071-3/+3
|
* Status logs common changes for nginxPhil Davis2016-01-061-10/+10
|
* Redmine #5731 Error when setting various system log settings from factory ↵NOYB2016-01-041-1/+3
| | | | | | default config From PR #2350 By Phil Davis
* Fixup AJAX stuff so dynamic updating works.NOYB2016-01-041-13/+0
| | | | Move getGETPOSTsettingvalue function to be more centrally located in guiconfig.inc.
* Rename functions per Phil suggestions.NOYB2016-01-041-4/+4
| | | | | | | 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.
* Can' t do that here. Remove space between php tags.NOYB2016-01-041-8/+4
|
* Status - System Logs - Consolidate - Common FunctionsNOYB2016-01-041-0/+913
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
OpenPOWER on IntegriCloud