summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_tables.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of the 'type' parameter so it is validated and encoded on ↵jim-p2017-06-161-3/+8
| | | | diag_table.php. Fixes #7652
* Remove HTML from strings in diags filesPhil Davis2017-02-051-2/+2
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Clarify language on diag_tables.php. Fixes #6713jim-p2016-08-221-2/+4
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-42/+39
|
* Diag Tables Last UpdateNOYB2016-06-301-1/+1
| | | | Use correct Thursday abbreviation (s/Thr/Thu/).
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-2/+2
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Resolve conflicts with masterPhil Davis2016-03-111-2/+2
|\
| * Use a more clear icon/wording on Diag > Tables button to flush the table. ↵jim-p2016-03-111-2/+2
| | | | | | | | Ticket #5965
* | Internationalize Form_Button textPhil Davis2016-03-111-2/+2
|/ | | | | | The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones.
* Bring some consistency to the way most buttons are displayed (color, icons, ↵jim-p2016-03-091-5/+11
| | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons.
* Think you are saying to put the second info block on a new line. Though I ↵NOYB2016-03-011-1/+1
| | | | | | | | could live with that. I'm not fond of the extra dedicated line. Consuming vertical space when there is plenty of unused horizontal space available in which it flows well. Seems like maybe the the browser is not honoring something about the info block css, such as a width, or perhaps something that hasn't been specified in the css, and causing it to line wrap. Anyway here's a commit with the comments info block on a separate line. I'll leave it up to you to use or not.
* Diagnostics / Tables - URL Table AliasesNOYB2016-02-291-25/+88
| | | | | | | | Handle URL table aliases similar to bogons tables. Suppress record remove buttons. Update (download) only the selected URL table alias instead of all of them. Retain full line comments in downloaded URL table files so we can view and use them. When URL table file full line comments are present, provide view option in info box. Increase ability to extract last update date from wider variety of URL table file comments.
* Revert change that avoided loading hte sorting lib if not required. The ↵Stephen Beaver2016-02-181-2/+0
| | | | issue turned out to be a browser quirk
* Merge pull request #2669 from ↵Stephen Beaver2016-02-181-0/+12
|\ | | | | | | NOYB/Diagnostics_/_Tables_-_Large_Tables_Perf_Band-Aid
| * Diagnostics / Tables - Large Tables Perf Band-AidNOYB2016-02-171-0/+12
| | | | | | | | | | Here's my band-aid proposal for large tables performance issue. I would prefer for large tables be un-formated and usable than formated and unusable.
* | Diagnostics / Tables - InfoBox - # RecordsNOYB2016-02-181-2/+6
|/ | | | Include number of records in table info box.
* Workaround to prevent the sortable library from being loaded on very large ↵Stephen Beaver2016-02-171-0/+2
| | | | tables.
* Only display the message if there are no entries in the table, do not ↵k-paulius2016-02-141-2/+6
| | | | display empty panel and table.
* Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-1/+1
| | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Use print_info_box() to generate alertsk-paulius2016-02-141-1/+1
|
* 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.
* Use print_info_box() to generate alertsk-paulius2016-02-141-5/+3
|
* Use consistent webConfigurator spellingk-paulius2016-02-131-1/+1
|
* Convert section titles to title casek-paulius2016-02-101-2/+2
|
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Internationalize remaining diag* codePhil Davis2016-01-171-2/+2
|
* More gettext~ingStephen Beaver2016-01-131-2/+2
|
* Added gettext() around alert stringStephen Beaver2016-01-131-1/+1
|
* Fixed #5566Stephen Beaver2016-01-131-21/+33
|
* Improved infoblock system no longer needs sufficies if more than one per pageStephen Beaver2016-01-121-1/+1
| | | | Removed long commented out script
* Allow thee use of multiple infoblock on a pageStephen Beaver2016-01-111-2/+2
|
* 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
* diag_tables give different message when last updated is unknownPhil Davis2016-01-071-1/+14
| | | and put the message in an infoblock_open so the user can close/open it as they wish.
* Unset $entries array after clearing tablePhil Davis2016-01-071-0/+1
| | | Without this, when the table is cleared then the "now old and gone" entries are being redisplayed the first time after the clear table happens.
* Fixed #5742Stephen Beaver2016-01-071-32/+29
|
* diag_tables change deleteall to clearallPhil Davis2016-01-071-2/+2
| | | | This is part 1(a) only of https://redmine.pfsense.org/issues/5742 When the name is 'deleteall' then a popup comes saying "You may not delete the last row".
* 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 usr local www a-ePhil Davis2015-12-141-7/+11
|
* Merge pull request #2134 from ExolonDX/branch_04Stephen Beaver2015-11-291-1/+3
|\
| * Type up SCRIPT tagsColin Fleming2015-11-291-1/+3
| |
* | Tidy up some filesColin Fleming2015-11-291-0/+1
|/ | | | | | | | | | | | "status_rrd_graphcs.php" Remove opening curly bracket "diag_tables.php" Table header only has one column, however the table body has two, so add missing column in table header "diag_sockets.php" Add missing start TR tag
* Fix more privilege text/name/page inconsistenciesjim-p2015-11-251-1/+1
|
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-1/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Merge with masterPhil Davis2015-11-091-2/+0
|\
| * Copyright and license cleanupRenato Botelho2015-11-091-2/+0
| | | | | | | | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* | Remove $Id stuff from comment headersPhil Davis2015-11-091-1/+1
| | | | | | | | Completes cleanup of header stuff for these files
* | Diag reviewPhil Davis2015-11-091-7/+7
|/
* Merge with bootstrapPhil Davis2015-09-031-1/+1
|\
OpenPOWER on IntegriCloud