Commit Graph

23 Commits

Author SHA1 Message Date
jim-p
313827fd06 Add a note to the Gateway Groups page reminding users that they must be used in firewall rules, and don't work just by defining the groups. Also, add thead/tbody/tfoot. 2010-09-23 12:51:38 -04:00
Ermal
8af8524efc Whitespace fixes. 2010-09-16 17:04:10 +00:00
smos
6216690bf0 Correct my email address, adjust copyright to 2010 2010-07-24 22:10:43 +02:00
jim-p
02ca24c9d2 Add status links to gateway/route pages. 2010-06-02 09:58:31 -04:00
Ermal
023920e7b0 Move the settings of down/latency/loss to per gateway. This allows more fine grained control on gateways. 2010-05-07 17:12:05 +00:00
Vinicius Coque
5be999d3fe Merge remote branch 'mainline/master'
Conflicts:
	usr/local/www/system_gateway_groups.php
	usr/local/www/system_gateway_groups_edit.php
	usr/local/www/system_gateways_edit.php
2010-05-03 09:38:16 -03:00
Ermal
ca54b8a759 Unset the gateway from the rules before removing it from the array. 2010-04-30 21:34:33 +00:00
Ermal
f78302e884 Add gateways validation code before deleteing. This prevents footshooting especially with Gateway Groups. 2010-04-30 21:29:24 +00:00
Renato Botelho
4e480d211a Merge remote branch 'mainline/master' 2010-04-30 08:08:38 -03:00
Renato Botelho
0e94685b3a Fix gettext issues 2010-04-29 14:32:30 -03:00
Ermal
33d72c6714 Reload gateway groups when changing them. 2010-04-29 15:21:40 +00:00
Carlos Eduardo Ramos
ed2e2c4761 Reviewing gettext() 2010-04-28 13:14:11 -03:00
Vinicius Coque
198afa092d Implementing gettext() 2010-04-27 17:20:22 -03:00
Scott Ullrich
7a927e67a5 Require filter.inc and shaper.inc 2009-11-21 19:28:00 -05:00
Scott Ullrich
1d333258dc Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on 2009-09-14 21:49:40 -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
Seth Mos
db7b006f39 * Make sure the trigger level on the gateway groups edit page loads it's settings from the config.
* Add the settings tab to the tabs
* Add a settings page that allows you to define the global trigger levels for all the gateways which are monitored
2009-03-13 21:13:58 +01:00
Scott Ullrich
adc79e41bb Show interfaces in uppercase 2008-11-25 06:46:37 +00:00
Scott Ullrich
33300c73f2 Do not hard code white 2008-10-12 20:22:46 +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
Seth Mos
5ccd98577a Add gateway groups edit page. 2008-06-18 08:28:12 +00:00
Seth Mos
2f35382ada Add gateway groups overview page 2008-06-17 19:24:39 +00:00