Tidy up "firewall_shaper_vinterface.php" XHTML
Remove P tag and class from shaper messageSwap TABLE and DIV tags around, TABLE cannot contain a DIV tag
Tidy up "traffic shaper limiter" XHTML
Close INPUT, BR, IMG and P tagsAdd "alt" to IMG tagsDeprecate ampersand in ANCHOR tagsAdd CDATA section to scriptsMove "tree.css" and "tree.js" to the HEAD statement and manually closethe HEAD statementSpelling mistatke...
Correct issues with limiters. 1. correct spelling of config option 2. avoid duplicating javascript
Fix limiter error
Refine saving/applying on more pages - don't show apply or take an action unless the user is allowed to do that.
Make limiters have a schedule specified which applie bandwidth limits during that period
More shortcuts
Activate new shortcuts/status in the rest of the areas that are currently setup.
Fixes #2428. Reference limiters in rules by name to avoid issues. Also put upgrade code for existing configs. The same fix is necessary for 2.0.x though not sure how this should be committed there.
makes correct use of printf and gettext
removes variables names and replace it with '%s'
Unbreak adding subqueues to limiters. Correct some text in the way.
Fixes #1207. Allow renaming a limiter. Also prevent a limiter to be deleted if it is referenced in filter rules.
Fix misc XSS issues from davey b
Use
Checked gettext() implementation on firewall_shaper_vinterface.php
Fixing gettext() calls on firewall_shaper_vinterface.php
Implement gettext() calls
Add status links to shaper pages.
Fix displaying the Enable/Disable checkbox. Previously after a save button click it will show the old saved value.
Require filter.inc and shaper.inc
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Grammar fixes, patch from Josh Stompro
This patch adds the initial support for layer7 protocol inspection gui.
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...
Replace create button with a gif image and text.
Improve javascrpt.
Catch up with javascript.
Add javascript to show advanced portions of config options.
Remove 'Remove all' button and rename the create button to the new name!
Rename for not confusing people!
Make dummynet page visible in the frontend under the "Virtual Interfaces" tab.So people can think of pipes as virtual interfaces as it seem easier to grok.
Insert frontend code for dummynet(4).