Fix lineup of copyright lines
and module names and other bits of formatting and typos in headercomment sections.
Welcome 2015
Change copyright statement to reflect reality
Tidy up misc. XHTML
Close FORM tag correctlyAdd missing TD and TR tagsMove NOWRAP into CLASS statement
Merge branch 'master-br' of https://github.com/ayvis/pfsense into ayvis-master-br
standardize on www.pfsense.org and HTTPS, point package URLs topackages.pfsense.org
xhtml Compliancereplaced <br>, <br/> and </br> with <br />
Add an option to force a gateway to be down, it fixes #2847
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.
Activate new shortcuts/status in the rest of the areas that are currently setup.
Some minor enhancements from renaming the Gathering Data to Pending.When it doesn't exist in the array it's really unknown. Make that lightblue. show a ~
Add last check timestamp to gateway status (actually just fix it, since the code was there, but not functional) Fixes #1155
Show RTT and Loss on Status > Gateways, not just on the widget
Fix status page of gateways to show gateways with monitoring disabled as up.
Show status as Gathering data rather than unknown since the later seems to scary people!
Ticket #876. Show all gateways even though apinger is not monitoring them, for various reasons, this removes user confusion in the status pages.
Merge remote branch 'mainline/master'
Conflicts: usr/local/www/services_rfc2136.php usr/local/www/services_snmp.php usr/local/www/status_rrd_graph.php usr/local/www/status_rrd_graph_settings.php
Correct my email address, adjust copyright to 2010
Implement gettext() calls on status_gateways.php
fix Description display. Ticket #666
Properly find gateway ip. The code before did not match for dynamic gateways.
Make some non functional changes, mostly to keep up with latest gw changes. Related to Ticket #666
Reorganize code to be able to actually use the lookup_gateway_ip_by_name() function to find even dynamic gateways ip.
Actually show other data with gateways status.
Correctly control status of gateways. These code is tripled in these pages not sure what is the best solution.
Catch up with latest apinger changes to make easier to extract the status of gateways.
Fix status page to correctly itterate the gateways array
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Turn common tabular data areas into sortable items. Revert the sortable.js change that used tabcont and change back to sortable
Fix typo
Show interfaces with uppercase
Fix status screens
Do not hard code white
Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls2) Accurate generation of privilege definitions from source3) Merging the user and group privileges into a single set4) Allow any privilege to be added to users or groups w/ inheritance...
Handle empty monitor address
Add gateways status page to check availability