Merge pull request #855 from ExolonDX/branch_01
Tidy up the "Helper Icons"
Tidy up "interface_statistics.widget.php"
Remove padding surrounding the main table, makes the widget have thesame "look and feel" as the other widgets.
The "Helper Icons" at the top right of some service pages at presentproduces 30+ HTML errors/warnings, this is due to the table cell beingwrapped in a span statement then in a div statement, table cells canonly be part of a table row then within a table statement....
cleanup interfaces.widget.php
Fix display of pools in the LB status widget and on the LB Virtual Server status.
Traffic graphs widget has old interface names
Fixes bug #3245
Show a count of the CPUs if more than one is detected, and show how those CPUs are supplied by the hardware.
Add patch from the ticket to fix #3149
fix swap & temp
convert dashboard progress bars to jqueryUI
remove whitespaces from widgets
remove whitespaces
fix / make textarea full width
typos
add missing links to widget headers
correct links
tighten overly broad regexes for SMART monitoring
Catch adaX here too
fix title overlap
improve gateway widget dimensions
Merge pull request #731 from CharlieMarshall/graphs
change traffic graph widget width & height to improve look for pfsense_ng_fs theme
Add 'ALL' interfaces as an option to the dropdown menu
fix drop down menu to correctly use selected and remember state
remove another whitespace
remove white spaces
revert part of commit 4cfcbd3 - removes blank option on firewall log widget drop down menu
remove new line (opps didnt see this on previous commit)
remove text note
improve picture widget size/proportion and stop border overlapping widget size
change graph display to improve look for pfsense_ng_fs theme
Remove remaining hardcoded theme names
Some more tweaks to state and mbuf update/output on dashboard widget.
Add a meter for states, too
Fix ids
Make mbuf usage a meter, too.
Show totals for memory, swap, and disk usage.
Make dashboard update check respect nanobsd-vga, probably fixes #3078
Merge pull request #628 from technical50/master
WebGUI Auto Codeset and Language Dynamics & pfSense.pot updates
Merge pull request #660 from CharlieMarshall/firewall_log_widget
change interface text entry box to drop down menu
improve look of picture button selector
Widget Firewall Logs Fields
In the Firewall Log Widget view time field is of more use than source port and protocol.Add time field and remove source port and protocol fields.Fields: Action, Time, Interface, Source IP, Destination IP & Port
system info dashboard gettext updates for translation projects
system info dashboard gettext updates for next translation projects
Update system_information.widget.php
Im include gettext areas for next translation projects
Add a way to hide the uname easily.
Tidy up "thermal_sonsors.widget.php" XHTML
Add CDATA section to SCRIPT tagMove the STYLE block into the "all.css" theme filesClose INPUT tagRemove name statement from DIV tagAdd summary statement to TABLE tag
Tidy up "ipsec.widget.php" XHTML.
Do not display disabled services on services status widget
No need for nocsrf here too
Merge pull request #486 from 01101001c/master
Thermal Sensors Widget (for pfSense v2.1-BETA1 and up).
No need to set it for the system information widget
DynDNS status widget add 5 minute refresh
It was easy to add the code to refresh the status every 5 minutes. I think 5 minutes is a reasonable refresh time for dynamic DNS.
DynDNS status widget async update
The Dynamic DNS status widget performs remote operations to the www to check the cached dynamic DNS IP against the actual current public-facing IP. When an external link is slow, or particularly when the cable is plugged in (it seems up) but actually the internet is down, it takes a long time for a response from http://checkip.dyndns.com/ to time out. The dashboard page hangs in a half-drawn state (up to drawing the DynDNS status table) for up to 30 seconds....
Thermal Sensors Widget (for pfSense v2.1-BETA1 and up).Original post: http://forum.pfsense.org/index.php/topic,59193.0.html
Diag DNS Lookup Dialog Output
Display DNS lookup results in a dialog box rather than browsing away from the current page (Dashboard Firewall Widget or Status: System logs: Firewall) to the diag DNS page.Especially useful when filtering so that filter does not have to be reposted to return to the current page.
Services Status Widget remove leftover >
Merge pull request #461 from ExolonDX/branch_32
Tidy up "wol" widget XHTML
Merge pull request #460 from ExolonDX/branch_31
Tidy up "smart" widget XHTML
Merge pull request #459 from ExolonDX/branch_30
Tidy up "services" widget XHTML
Merge pull request #458 from ExolonDX/branch_28
Tidy up "picture" and "rss" widget XHTML
Merge pull request #457 from ExolonDX/branch_27
Tidy up "log" widget XHTML
Merge pull request #456 from ExolonDX/branch_26
Tidy up "ipsec" and "load balancer" widgets XHTML
Merge pull request #455 from ExolonDX/branch_25
Tidy up "gmirror" and "installed packages" widgets XHTML
Merge pull request #454 from ExolonDX/branch_23
Tidy up "gateways" widgets XHTML
Merge pull request #453 from ExolonDX/branch_22
Tidy up "carp_status" widget XHTML
Merge pull request #452 from ExolonDX/branch_21
Tidy up "captive portal" widget XHTML
Added summary to table tagAdded ALT to img tagClosed IMG tagMoved nowrap to class definitionDeprecated the ampersand in HREF
Added a new include file.Added summart to table tag
Added ALT to img tagsClosed off IMG tagsDeprecated the ampersand in HREF tagAdded summary to table tagsMoved nowrap to class definitionTidied up the CDATA section in scripts.
Tidy up widget XHTML
Close input tagsChange target _NEW to _BLANKAdd ALT to img tagsAdd CDATA sections to scipts.Changed name in FORM tag to be different, not allowed to have the same"name" in XHMTL
Add CDATA section to scriptsClose INPUT tagDeprecate HTML boolean operators SELECTED and CHECKEDRemoved duplicate classAdded summary to tableMoved norwap to class definition
Tidy up widgets XHTML
Add summary to TABLE tagsMoved nowrap to class definition
Added summary to TABLE tagsClosed BR tagsAdded alt to IMG tagsTidied up CDATA section in scritps.
Added summary to table tagsCreated new INC file to jump from the dashboard to the gateway statuspage
Add ALT to img tagsClose img tags
Depracated the ampersand in HREFMove nowrap to the class definition.
Merge pull request #451 from ExolonDX/branch_05
Tidy up "interface status" widget XHTML
Merge pull request #450 from ExolonDX/branch_04
Tidy up "interface_statistics" widgets XHTML
Close BR tagClose INPUT tagDepcrated ampersand in HREFAdded ALT to img tagAdded close body tagAdded close htm tag
Removed duplicte TR tagMove norwap to the class definition.
Close BR tagAdd CDATA sections to scriptsHTML width paramter must be a whole number, not a decimal.
Services status widget display 1st sentence of description
Some packages (e.g. bandwidthd, dansguardian, HAVP, nmap, squid3...) have a very verbose package description. This is displayed in the description column of the services status widget. That makes it take a lot of space on the dashboard. IMHO the first sentence gives a good concise description, so this change just displays the first sentence (text before a "."). Note: I purposely left the "." out of the string, I think it looks neater along with the descriptions of other built-in services - "DHCP Service" "DNS Forwarder"...
Use common code and constants from services.inc
to reduce code duplication
Revert "Merge pull request #417 from miken32/cp-database-fix"
It breaks customizations, it's not a good time for such big change.
This reverts commit 40c7b1a98bfdc61261154adaac5fdefc234ecb08, reversingchanges made to d896f86751bae79625197da6c80d709fdf185448.
while we're here, send named termination causes
use associative array for captive portal to prevent confusion, messiness, and abuse
Update dyndns service and widget
Add additional dyndns hosts to widget
In 2.1 support for HE.net Tunnelbroker, SelfHost, Route 53 and Custom entries has been added.
Correct filename for dyndns widget cached ip
Make a Dynamic DNS status widget available for use on the Status Dashboard page. See forum toipic: http://forum.pfsense.org/index.php/topic,58278.msg312146.html#msg312146 for the discussion on this.
Display Gateway Widget column headings only once
The Gateway Widget format was changed recently to allow display of a long IPv6 address. It has made the widget take a lot more screen space when there are a few gateways. This change saves some space - what do people think?
Change gateways widget layout to better accomodate long ipv6 addresses. It should fix #2790
Fix whitespaces
Fix indent
Make synamic firewall logs and widget add new rows:
The Dynamic Firewall Log page doesn't add rows, it only updates the phpgenerated rows which means that if it's loaded after the log is cleared,it'll never show any activity. The same occurs for the log widget....
Tidy up HTML Colour Names
With XHTML 1.0, the extended colour names are invalid, to make pfSenseas W3C compliant as possible, need to go back to using the HEX code.
Update PHP shorthand tag
Standardise all PHP start tags from "" to "
This is needed since preload is now gone
Fix: Captive Portal status widget