Project

General

Profile

Download (6.96 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
02ca24c9 06/02/2010 01:58 PM Jim Pingle

Add status links to gateway/route pages.

023920e7 05/07/2010 05:12 PM Ermal LUÇI

Move the settings of down/latency/loss to per gateway. This allows more fine grained control on gateways.

5be999d3 05/03/2010 12:38 PM Vinicius Coque

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

ca54b8a7 04/30/2010 09:34 PM Ermal LUÇI

Unset the gateway from the rules before removing it from the array.

f78302e8 04/30/2010 09:29 PM Ermal LUÇI

Add gateways validation code before deleteing. This prevents footshooting especially with Gateway Groups.

4e480d21 04/30/2010 11:08 AM Renato Botelho

Merge remote branch 'mainline/master'

0e94685b 04/29/2010 05:32 PM Renato Botelho

Fix gettext issues

33d72c67 04/29/2010 03:21 PM Ermal LUÇI

Reload gateway groups when changing them.

ed2e2c47 04/28/2010 04:14 PM Carlos Eduardo Ramos

Reviewing gettext()

198afa09 04/27/2010 08:20 PM Vinicius Coque

Implementing gettext()

7a927e67 11/22/2009 12:28 AM Scott Ullrich

Require filter.inc and shaper.inc

1d333258 09/15/2009 01:49 AM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

a368a026 06/30/2009 05:15 PM Ermal Luçi
  • 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...
0027de0a 05/08/2009 06:42 PM Ermal Luçi
  • 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....
db7b006f 03/13/2009 08:13 PM Seth Mos
  • 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
adc79e41 11/25/2008 06:46 AM Scott Ullrich

Show interfaces in uppercase

33300c73 10/12/2008 08:22 PM Scott Ullrich

Do not hard code white

6b07c15a 08/01/2008 06:30 AM Matthew Grooms

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...

5ccd9857 06/18/2008 08:28 AM Seth Mos

Add gateway groups edit page.

2f35382a 06/17/2008 07:24 PM Seth Mos

Add gateway groups overview page