Renamed 'Wake on LAN' to 'Wake-on-LAN'
Clean up another closing tag followed by opening
Cleanup
Remove closing tag followed by opening tag. Change short_open_tag to full tag and put small instructions on same line.
Further revision to service hiding system
Revised hiding
Revised service hiding
Fixed #5858Adds an incrementing suffix to service names when there are duplicates
Use IEC MiB units on dashboard
1) physmem calculation is already in MiB2) swapinfo -m actually reports in MiB - good3) The code that gathers the disk space data already uses "df -h" which reports in IEC units, but the output just has the single char "M", "G" etc. We can always add "iB" here....
Return blank rather than 0ms/0% for unmonitored gateways latency and loss. Show on dashboard widget when a gateway is unmonitored. Ticket #2226
Add RFC 2136 support to the DynDNS widget
Fix up DynDNS widget to follow recent changes in DynDNS for Namecheap
HTML Compliance - Widget - Firewall Logs
Attribute (that|triggered|this|action) not allowed on element a at this point.
Widget - Firewall Log - Tweaks
Add a table row when there are no entries to prevent scroll bars after ajax update.Add no logs to display message.Add update interval configuration setting.Add configuration form placeholders.Don't include ':' when no port such as for ICMP....
Replaced jQuery to $ in same files
Merge pull request #2500 from NOYB/Firewall_Log_Widget_-_Revert_Abbreviation
Internationalize dashboard widgets
Firewall Log Widget - Revert Abbreviation
Fine to spell out 'Destination' here.1) Field content already has column wide enough.2) Consistent with firewall log.3) Already translated.
Return interface abbreviation to it's original uppercase 'IF' to not look so much like the word 'If'.
Add standard deviation to gateway status and widget
Show interface description in traffic graph widget settings
Forum: https://forum.pfsense.org/index.php?topic=105448.0
Reverting change of label. It broke the display
Fix graph scale setting
Lowercase this opening tag
All simple php echo to short
Short version is far more used than long php echo. This brings all code to same standard where possible.
Merge pull request #2436 from NewEraCracker/rewording
Replace abbreviations with complete word
Return string and print
Newline is added only if both IPv4 and IPv6 addresses present
Gateways Widget Refactor init-ajax
Move table content creation into a function so initial table load can be done normally without resize flicker.Subsequent content updates remain via ajax.
Convert remaining short_open_tag occurances. See PR #2378
Remove/recover empty space below DNS servers unordered list.
Remove blank line if version check disabled.
Use Bootstraps text alignment classes (part 2)
use Bootstraps CLASS statement instead "align" statement
Fixed #5738
HTML Compliance - Services Status Widget
Element option without attribute label must not be empty.<option selected></option>
Add output validation here too. Ticket #5351
Encode hostname before printing; remove some related dead code.
Merge pull request #2305 from ExolonDX/branch_04
Update wake_on_lan.widget.php
Remove unused TD tag
Tidy up widgets
ipsec.widget.php- add missing TR tags to THEAD
wake_on_lan.widget.php- remove stray double quotes
Use Bootstraps text alignment classes
As per "http://getbootstrap.com/css/#type-alignment", use CLASSstatement instead in inline STYLE statement (much tidier)
HTML Compliance - Wake On LAN Widget
Align attribute not supported on td tag in HTML5 use css instead.Center tag not supported in HTML5 use css instead.
Merge pull request #2283 from ExolonDX/branch_02
Tidy up "ntp_status.widget.php"
- Tidy up coding style- Remove unnecessary DIV tab- Update TABLE tag
Correct quotes around $ifdesc introduced in PR 2282
Tidy up "services_dyndns.php"
services_dyndns.php- remove duplicate double quotes- tidy up tabs/spaces
services_rfc2136.php- remove duplicate double quotes- tidy up tabs/spaces
dyn_dns_status.widget.php- change echo to print- change FONT tag to SPAN tags and use correct class...
Fixed #5650
Merge pull request #2267 from phil-davis/r018
Merge pull request #2266 from NOYB/HTML_Compliance_-_Dashboard_-_Widget_Config_Panel
Merge pull request #2263 from phil-davis/r016
Merge pull request #2262 from NOYB/HTML_Compliance_-_Traffic_Graphs_Widget
Merge pull request #2261 from NOYB/HTML_Compliance_-_Thermal_Sensors_Widget
Merge pull request #2260 from NOYB/HTML_Compliance_-_RSS_Widget
dyn_dns_status widget avoid var naming issue
This use of var $i was conflicting and interfering with a use of it inindex.phpUse a much more unique name for now to avoid future risk.Maybe a proper final solution for var naming across dashboard and widget...
HTML Compliance - Dashboard - Widget Config Panel
Bad value #widget-system_information .panel-footer for attribute href on element a: Illegal character in fragment: not a URL code point.Fix the widget config/wrench icon href.Add matching widgetname id tag to widgets configuration panel div element....
Consolidate OpenVPN kill_client routine
After a gitsync just now I started getting "cannot redeclarekill_client" error messages. Whatever it was that caused this to starthappening, the kill_client() function in these 2 places is identical.Might as well put it in openvpn.inc
HTML Compliance - Traffic Graphs Widget
Syntax typo?No space between attributes.Quote " in attribute name. Probable cause: Matching quote missing somewhere earlier.Attribute wan]" not allowed on element input at this point.
The for attribute of the label element must refer to a non-hidden form control. Add id tag.
HTML Compliance - Thermal Sensors Widget
The align attribute on the td element is obsolete. Use CSS instead.
HTML Compliance - RSS Widget
An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.http://www.w3.org/wiki/HTML/Usage/TextAlternativesThe for attribute of the label element must refer to a non-hidden form control. Add id tag.
HTML Compliance - Picture Widget
In HTML 4.01, the width and height could be defined in pixels or in % of the containing element. In HTML5, the value must be in pixels. Use css for specifying in %.The for attribute of the label element must refer to a non-hidden form control. Add id attribute.
Merge pull request #2248 from NOYB/HTML_Compliance_-_Log_Widget
Merge pull request #2247 from NOYB/HTML_Compliance_-_Services_Status_Widget
HTML Compliance - Log Widget
The for attribute of the label element must refer to a non-hidden form control.Added id tag to form control.
Attribute height not allowed on element select at this point.
The for attribute of the label element must refer to a non-hidden form control.'<label for="inputPassword3" class="col-sm-3 control-label">Hidden services</label>'...
HTML Compliance - Interfaces Widget
Replace status indicator icon alt tag with title tag.Add space between td tag and attributes.
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
Fix remaining copy/paste message from last commit
Add icon on retrieving gw widget
Mod to Services Status Widget
Fixed #5620 change css classes from icon- to text-
Rename of files to better match their position in the memory structure
Use the _title var to make the widget title
Each widget has an include file that already has the required widgettitle in a var like $dyn_dns_status_title $carp_status_title etc.Use that var to set the displayed title of the widget, rather than thestuff that was capitalizing the file name and then having a list of...
Merge pull request #2190 from phil-davis/r1
Merge pull request #2189 from phil-davis/patch-3
Interface Stats Widget make rows standard size
The rows of data were taller than expected, and the name "Packets In", "Packets Out" etc. in the left column did not line up exactly horizontally with the numbers in the other columns. Seems to be because the "name" column was a "th" tag. If it is just "td" like the numbers then everything lines up and the row height is less (it then looks the same as other widgets that have this style of table)....
Widgets format and white space
OpenVPN Widget fix column header text
Ticket #5518 update firewall rule icon colors
Tidy up "captive_portal_status.widget.php"
Close the TH tags properly
Potential fox for #5554
correct function call
clean up installed packages
Log Widget - Source
Source port is not all that useful in widget view and takes up space better used by destination.Add missing semi-colon.
Tidy up Boolean operators for HTML5
Remove the XHTML standard Boolean operators (makes reading HTML muchsimpler).
Merge pull request #2126 from ExolonDX/branch_04
Tidy up various widgets
Type up "installed_packages.widget.php"
Add missing closing > bracketAdd type to SCRIPT tag
clean up inline styles
change reject icon to hand
Move get_pkg_info() call to ajax request to make widget more responsive
Add cog icon while loading
Extra safety belts on the RSS widget settings
Added cog icon while loading
browser supported now
clean up thermal widget
IPSec statistis updated dynamicallyPartial fix to #5520
Interface widget icon adjustments
Use some icons here that have a somewhat more relevant appearance (no exact matches, unfortunately)
Don't reuse $icon here - results should be two different icons. Fixes #5519
Fix the interfaces widget to show the IP address of v6 only interfaces.