Update the Copyright notice for pfSense.
Fix handling of the 'type' parameter so it is validated and encoded on diag_table.php. Fixes #7652
Remove HTML from strings in diags files
Move copyright from ESF to Netgate
Clarify language on diag_tables.php. Fixes #6713
Move to Apache License 2.0
Review license / copyright on all files (final round)
Diag Tables Last Update
Use correct Thursday abbreviation (s/Thr/Thu/).
Revert "Merge pull request #2728 from phil-davis/form_button"
This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversingchanges made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
Resolve conflicts with master
Internationalize Form_Button text
The text of a Form_Button is not translated internally. Some Form_Buttoncalls already had the button text enclosed in gettext(), this does itfor the remaining ones.
Use a more clear icon/wording on Diag > Tables button to flush the table. Ticket #5965
Bring some consistency to the way most buttons are displayed (color, icons, 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 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....
Diagnostics / Tables - URL Table Aliases
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....
Revert change that avoided loading hte sorting lib if not required. The issue turned out to be a browser quirk
Merge pull request #2669 from NOYB/Diagnostics_/_Tables_-_Large_Tables_Perf_Band-Aid
Diagnostics / Tables - InfoBox - # Records
Include number of records in table info box.
Diagnostics / Tables - Large Tables Perf Band-Aid
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.
Workaround to prevent the sortable library from being loaded on very large tables.
Only display the message if there are no entries in the table, do not display empty panel and table.
Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
Use print_info_box() to generate alerts
Use consistent webConfigurator spelling
Convert section titles to title case
Internationalize remaining diag* code
More gettext~ing
Added gettext() around alert string
Fixed #5566
Improved infoblock system no longer needs sufficies if more than one per pageRemoved long commented out script
Allow thee use of multiple infoblock on a page
Change the automatic information block to look for <div class="infoblock" instrad of <div id="infoblock" Just makes more sense to use a class for this
diag_tables give different message when last updated is unknown
and put the message in an infoblock_open so the user can close/open it as they wish.
Unset $entries array after clearing table
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 #5742
diag_tables change deleteall to clearall
This is part 1(a) only of https://redmine.pfsense.org/issues/5742When 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 was the reason they were added, it was never finished and it's not being used
Code style usr local www a-e
Merge pull request #2134 from ExolonDX/branch_04
Type up SCRIPT tags
Tidy up some files
"status_rrd_graphcs.php" Remove opening curly bracket
"diag_tables.php" Table header only has one column, however the table body has two, so addmissing column in table header
"diag_sockets.php" Add missing start TR tag
Fix more privilege text/name/page inconsistencies
Added use of class autoloading (GUI stuff only)
Any GUI script that loads the guiconfig.inc file will have access tothe autoloader.
Merge with master
Copyright and license cleanup
- Remove personal copyright from people who assigned it to employer (ESF)- Remove $Id$- Remove extra spaces
Remove $Id stuff from comment headers
Completes cleanup of header stuff for these files
Diag review
Merge with bootstrap
bootstrap usr/local/www a to e minor edits
bootstrap, use require_once for classes/Form.class.php
Merge branch 'master' into bootstrap
Move main pfSense content to src/