summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_vinterface.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-3/+3
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style firewall shaperPhil Davis2015-05-111-194/+225
|
* This broke a variety of things. Revert "Deprecated and non-static method ↵Chris Buechler2015-01-091-1/+1
| | | | | | messages" This reverts commit 91b9a02fb131746c67fdf9f34282f123a13f1b13.
* Deprecated and non-static method messagesPhil Davis2015-01-091-1/+1
| | | | | | | | | | | | | | | | 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 incompatible context in /etc/inc/simplepie/simplepie.inc on line 5508 php-fpm[16262]: /rc.newipsecdns: PHP ERROR: Type: 8192, File: /etc/inc/shaper.inc, Line: 4365, Message: Assigning the return value of new by reference is deprecated Some of these style messages have been reported on the forum, e.g. https://forum.pfsense.org/index.php?topic=86448.0 I had RSS widget on, and simplepie sent the system beserk telling about all this stuff.
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Correct description of delete buttonErmal2014-03-241-1/+1
|
* replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these ↵ayvis2014-03-181-4/+4
| | | | files to UTF-8
* Switch to php-fpm for lighty and check_reload_status will use it. Step by ↵Ermal2013-12-141-2/+1
| | | | step will migrate the other calls
* fix typoChris Buechler2013-10-281-1/+1
|
* Remove call-time pass by reference from traffic shaper files, it should fix ↵Renato Botelho2013-09-121-4/+4
| | | | #2565
* Tidy up "firewall_shaper_vinterface.php" XHTMLColin Fleming2013-04-031-10/+10
| | | | | Remove P tag and class from shaper message Swap TABLE and DIV tags around, TABLE cannot contain a DIV tag
* Tidy up "traffic shaper limiter" XHTMLColin Fleming2013-03-221-19/+24
| | | | | | | | | | | Close INPUT, BR, IMG and P tags Add "alt" to IMG tags Deprecate ampersand in ANCHOR tags Add CDATA section to scripts Move "tree.css" and "tree.js" to the HEAD statement and manually close the HEAD statement Spelling mistatke Updated PHP shorthand tag
* Correct issues with limiters. 1. correct spelling of config option 2. avoid ↵Ermal2012-10-231-1/+2
| | | | duplicating javascript
* Fix limiter errorbcyrill2012-10-231-1/+1
|
* Fix limiter errorbcyrill2012-10-231-1/+1
|
* Fix limiter errorbcyrill2012-10-231-0/+1
|
* Fix limiter errorbcyrill2012-10-231-1/+2
|
* Refine saving/applying on more pages - don't show apply or take an action ↵jim-p2012-10-091-26/+26
| | | | unless the user is allowed to do that.
* Make limiters have a schedule specified which applie bandwidth limits during ↵Ermal2012-10-091-2/+13
| | | | that period
* More shortcutsjim-p2012-08-141-1/+1
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-1/+1
|
* Fixes #2428. Reference limiters in rules by name to avoid issues. Also put ↵Ermal2012-06-011-82/+92
| | | | 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 gettextVinicius Coque2011-07-181-1/+1
| | | | removes variables names and replace it with '%s'
* Unbreak adding subqueues to limiters. Correct some text in the way.Ermal2011-03-221-1/+1
|
* Fixes #1207. Allow renaming a limiter. Also prevent a limiter to be deleted ↵Ermal2011-02-091-6/+21
| | | | if it is referenced in filter rules.
* Fix misc XSS issues from davey bScott Ullrich2010-11-101-7/+7
|
* Use <?php instead of the short formRenato Botelho2010-08-121-1/+1
|
* Checked gettext() implementation on firewall_shaper_vinterface.phpCarlos Eduardo Ramos2010-07-131-3/+3
|
* Fixing gettext() calls on firewall_shaper_vinterface.phpVinicius Coque2010-07-021-1/+1
|
* Implement gettext() callsRafael Lucas2010-06-291-1/+1
|
* Implement gettext() callsRafael Lucas2010-06-291-14/+14
|
* Add status links to shaper pages.jim-p2010-06-021-0/+1
|
* Fix displaying the Enable/Disable checkbox. Previously after a save button ↵Ermal2010-05-041-13/+0
| | | | click it will show the old saved value.
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-2/+6
| | | | include 2009 on files that I have asserted (C) on
* Grammar fixes, patch from Josh StomproChris Buechler2009-08-271-2/+3
|
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-9/+9
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-8/+2
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* This patch adds the initial support for layer7 protocol inspection gui.Helder Pereira2008-12-201-1/+2
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Replace create button with a gif image and text.Ermal Luçi2008-07-171-1/+2
|
* Improve javascrpt.Ermal Luçi2008-07-171-1/+3
|
* Catch up with javascript.Ermal Luçi2008-07-161-0/+2
|
* Add javascript to show advanced portions of config options.Ermal Luçi2008-07-161-0/+7
|
* Remove 'Remove all' button and rename the create button to the new name!Ermal Luçi2008-07-161-4/+1
|
* Rename for not confusing people!Ermal Luçi2008-07-161-2/+2
|
* Make dummynet page visible in the frontend under the "Virtual Interfaces" tab.Ermal Luçi2008-07-161-68/+63
| | | | So people can think of pipes as virtual interfaces as it seem easier to grok.
* Insert frontend code for dummynet(4).Ermal Luçi2008-07-161-0/+397
OpenPOWER on IntegriCloud