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.
HTML Compliance - Services Status Widget
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.
Tidy up "services_status.widget.php"
Update code styleClose TH tags properly
Removed no longer needed jQuery
clean up interface statistics widget
clean up installed packages widget
clean up gateways widget
remove inline styles
Completes #5263
Gateways widget remove unused code
This stuff is done further down. Somewhere in the integration of RELENG_2_2 and Bootstrap this chunk of code has been accidentally duplicated. It is not like this in RELENG_2_2.
Fix $5475 $display_type needs to be set earlier
Ticket #5471 another convert batch to font-awesome icons
Fixed #5475
Restored glyphicon import until @jdillard can eleimnate those icons
Remove unused variable
Ticket #5471 partial convert to font-awesome fonts
Use manual stirping on table load
Completed #5458Cosmetic changes to system information widgetCosmetic changes to pkg_mgr_install.phpRemoved 'Cancel' buttons
Minor cosmetic/text changes
Change system information widget to be able to find system updates when it's available
Fix spaces
Remove old code, already commented out
Added changelog links to package versions
Consider broken packages on widget
Completed #5438
Fix spell, thanks @phil-davis
Rework installed packages widget to use current pkg functions. It should fix #5263
Fixed #5351
Enable thermal widget congif panel
Fixed #5405
Fix calls to ipsec_enabled() added in 179ab6b364
Eliminate a few more cases of $config['ipsec']['enable'].
Mostly when dealing with enc0 interface.
Merge pull request #2053 from phil-davis/r9
Completes #5400, #3999, #5405Mote: New ticket will be opened to provide IP address sorting
More $Id and whitespace
from more obscure folders around the code
Copyright and license cleanup
- Remove personal copyright from people who assigned it to employer (ESF)- Remove $Id$- Remove extra spaces
Correction per Phil Davis
Copyright updates Batch 2 of 3
Added automatic error recovery and ajax busy flag
Only call pfSense_ipsec_list_sa() when IPsec is enabled
Added miniature logo for hte RSS widget
Fix widget div
Fix degree symbol
Fixed warning threshold