This broke a variety of things. Revert "Deprecated and non-static method messages"
This reverts commit 91b9a02fb131746c67fdf9f34282f123a13f1b13.
Deprecated and non-static method messages
Fix various files that can emit messages like:PHP Strict Standards: Non-static method SimplePie_Misc::array_unique()should not be called statically, assuming $this from incompatiblecontext in /etc/inc/simplepie/simplepie.inc on line 5508...
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
replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these files to UTF-8
Remove call-time pass by reference from traffic shaper files, it should fix #2565
Tidy up "firewall_shaper_layer7.php" XHTML
Add missing closing SPAN tagRemove P tag and class from shaper messageSwap TABLE and DIV tagsAdd CDATA sections to SCRIPT tags and escape closing SECTION and OPTIONtagsAdd missing TR tagAdd missing end DIV tag
Tidy up "traffic shaper layer7" XHTML
Close INPUT, BR, P and IMG tagsAdd "alt" to IMG tagsAdd CDATA section to scriptsMove "tree.css" and "tree.js" to the HEAD statement and close the HEADstatement manuallySpelling mistakeUpdate PHP shorthand tagUpdate HTML boolean operators
Refine saving/applying on more pages - don't show apply or take an action unless the user is allowed to do that.
Activate new shortcuts/status in the rest of the areas that are currently setup.
Fix typo in comment.
Form image buttons are submit buttons and thus default buttons, causing unwanted behavior with the enter key. Use links instead, where possible.
Fix XSS issues
Merge remote branch 'mainline/master'
Conflicts: usr/local/www/diag_smart.php usr/local/www/firewall_rules_edit.php usr/local/www/interfaces.php usr/local/www/load_balancer_pool_edit.php usr/local/www/pkg_mgr_settings.php
Use
Remove or simplify some (s)printf calls.
Checked gettext() implementation on firewall_shaper_layer7.php
Fixing gettext calls on firewall_shaper_layer7.php
Review of firewall_shaper_layer7
Implement gettext() calls in firewall_shaper_layer7.php
Add status links to shaper pages.
Require filter.inc and shaper.inc
Do not 'spam' a new ipfw-classifyd for each save. If we hit save for an existing configuration(did changes to existing one) just tell ipfw-classifyd to reload the config.
Remove \r it makes editing in vi ugly.
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Removed hard limit that was limiting the number of protocols to 100
Using correct functiona
Use propper functions.
Also removed "action allow" from a javascript array
Removed "action allow" from layer7 rules definition since it didn't make sense
This patch adds the initial support for layer7 protocol inspection gui.