Commit Graph

26 Commits

Author SHA1 Message Date
Vinicius Coque
d1d0a1ad1b makes correct use of printf and gettext
removes variables names and replace it with '%s'
2011-07-18 14:33:20 -03:00
Ermal
6be14e38fd Unbreak adding subqueues to limiters. Correct some text in the way. 2011-03-22 18:19:49 +00:00
Ermal
1cbe86f032 Fixes #1207. Allow renaming a limiter. Also prevent a limiter to be deleted if it is referenced in filter rules. 2011-02-09 21:41:10 +00:00
Scott Ullrich
daab67a170 Fix misc XSS issues from davey b 2010-11-10 09:49:47 -05:00
Renato Botelho
ee9933b6e2 Use <?php instead of the short form 2010-08-12 11:15:26 -03:00
Carlos Eduardo Ramos
0af92804de Checked gettext() implementation on firewall_shaper_vinterface.php 2010-07-13 14:00:48 -03:00
Vinicius Coque
a38cb9d065 Fixing gettext() calls on firewall_shaper_vinterface.php 2010-07-02 17:55:38 -03:00
Rafael Lucas
bb6e50d308 Implement gettext() calls 2010-06-29 11:09:14 -03:00
Rafael Lucas
d8a8bb73ec Implement gettext() calls 2010-06-29 11:04:36 -03:00
jim-p
b9b9b4d8d8 Add status links to shaper pages. 2010-06-02 10:42:11 -04:00
Ermal
34a3694b09 Fix displaying the Enable/Disable checkbox. Previously after a save button click it will show the old saved value. 2010-05-04 16:10:18 +00:00
Scott Ullrich
7a927e67a5 Require filter.inc and shaper.inc 2009-11-21 19:28:00 -05:00
Scott Ullrich
7ac5a4cb18 Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on 2009-09-14 19:14:40 -04:00
Chris Buechler
70b139a3e8 Grammar fixes, patch from Josh Stompro 2009-08-27 19:29:47 -04:00
Ermal Luçi
a368a026db * Reorganize the 'apply' button infrustructure in the GUI.
- 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
2009-06-30 17:15:22 +00:00
Ermal Luçi
0027de0a54 * Create two new functions lock($subsystem)/unlock() to have more reliable 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.
2009-05-08 18:42:37 +00:00
Helder Pereira
f63d5b66b4 This patch adds the initial support for layer7 protocol inspection gui. 2008-12-20 23:57:09 +00:00
Matthew Grooms
6b07c15ad8 Rewrite the pfsense privilege system with the following goals in mind ...
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
2008-08-01 06:30:34 +00:00
Ermal Luçi
9bb1524cb4 Replace create button with a gif image and text. 2008-07-17 16:52:18 +00:00
Ermal Luçi
cc72f35237 Improve javascrpt. 2008-07-17 16:24:38 +00:00
Ermal Luçi
12a72ca158 Catch up with javascript. 2008-07-16 22:41:05 +00:00
Ermal Luçi
b7d124fe7b Add javascript to show advanced portions of config options. 2008-07-16 22:34:22 +00:00
Ermal Luçi
1fa12d94c2 Remove 'Remove all' button and rename the create button to the new name! 2008-07-16 22:07:51 +00:00
Ermal Luçi
6d0c07eaff Rename for not confusing people! 2008-07-16 22:06:25 +00:00
Ermal Luçi
d3e5e7df15 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.
2008-07-16 19:33:25 +00:00
Ermal Luçi
585a8faf8d Insert frontend code for dummynet(4). 2008-07-16 18:29:03 +00:00