Commit Graph

34 Commits

Author SHA1 Message Date
Phil Davis
6317d31dfc Fix lineup of copyright lines
and module names and other bits of formatting and typos in header
comment sections.
2015-01-01 10:13:14 -02:00
Renato Botelho
d961e7e33e Welcome 2015 2014-12-31 16:22:27 -02:00
Jim Thompson
29aef6c45b Change copyright statement to reflect reality 2014-11-10 23:36:14 -06:00
Colin Fleming
793e2a41d1 Tidy up "system_gateway_groups.php" XHTML
Change P tag to BR tag
Add missing closing TD tags
Change TR row to a hidden row
2014-05-18 14:37:57 +01:00
Renato Botelho
7f7626ba44 Merge branch 'master-br' of https://github.com/ayvis/pfsense into ayvis-master-br 2014-03-17 11:17:29 -03:00
Chris Buechler
5721595b8d standardize on https://www.pfsense.org 2014-03-14 19:08:43 -05:00
ayvis
8cd558b61b xhtml Compliance
replaced <br>, <br/> and </br> with <br />
2014-03-14 21:24:03 +01:00
Colin Fleming
f488ef5af1 Tidy up "system_gateway_groups.php" XHTML
Close INPUT and IMG tags and add alt to IMG tags
Move TFOOT between THEAD and TBODY, this is a "quirck" of HTML
Move NOWRAP to class
Deprecate ampersand in ANCHOR tags
Add dummy row to TBODY otherwise it will generate and error if there are
now groups.
2013-04-03 21:04:18 +01:00
Phil Davis
30ca7b7ebc Resync OpenVPN instances that use any changed gateway groups 2013-03-29 14:29:12 +05:45
jim-p
b32dd0a6b7 Activate new shortcuts/status in the rest of the areas that are currently setup. 2012-08-10 13:32:16 -04:00
Ermal
98aea4c3a5 Detour through check_reload_status and only when the settings get applied not when the gateway has been changed. 2012-06-07 08:36:02 +00:00
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