Project

General

Profile

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

# Date Author Comment
2f36abb8 09/16/2010 05:26 PM Ermal LUÇI

Display delete(x) buttons.

ef05ae5f 09/16/2010 04:49 PM Ermal LUÇI

Actually display a the right class for static gateways. Also fix whitespace

c65e1e0d 09/13/2010 04:02 PM Ermal LUÇI

Ticket #876. Actually use the friendly name for the key of the array returned by return_gateways_array() so the dynamic gateway and status pages work correctly.

6216690b 07/24/2010 08:10 PM Seth Mos

Correct my email address, adjust copyright to 2010

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

cbdcd188 04/30/2010 09:39 PM Ermal LUÇI

Remove debugging leftover.

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

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

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

Fix gettext issues

cc8aa7db 04/28/2010 11:43 AM Vinicius Coque

Fixing gettext() call

f8513409 04/27/2010 08:09 PM Carlos Eduardo Ramos

Implement gettext()

9c6db17a 03/03/2010 06:00 PM Ermal Luçi

Remove the gateway even from the interface if it is used by it. Resolves #304.

883c53c9 01/29/2010 01:44 AM Ermal Luçi

Ticket #303. Fix very many bugs in this code. From strings that were not quoted propperly to completely broken code paths.

616e1956 12/24/2009 05:36 PM Seth Mos

Do not automatically save the monitor if it is not explicitly filled in. Leave the monitor field empty when it is
not filled in. Show a configured monitor address on the system_gateways.php page.

137ea11c 12/18/2009 02:38 PM Seth Mos

Correct CSS class name for the normal view of the gateway description

295ff120 12/18/2009 12:20 PM Seth Mos

Disable the delete icon for system gateways
Set the background for the description to grey if this is a automatically added gateway. Normal ones stay red.

c795339e 11/25/2009 06:18 PM Ermal Luçi

Resolves #175. Return description even for disabled interfaces. Teach the return_gateways_array() to return status for disabled interfaces if the caller requests it.

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
3df6d458 03/10/2009 03:32 PM Seth Mos

More tree unbreaking. Damn, I thought I tested this.
Maybe I really can't type as well as I think I can.

b92305a6 03/10/2009 12:11 AM --global

Fix deletion of gateways from the systems gateways page.

81203d1d 02/28/2009 07:34 PM Ermal Luçi

Use the correct interface function.

124aee67 02/15/2009 07:03 PM Chris Buechler

Revert "Unbreak System Gateways page. I'll just add back the changes from the old CVS repo afterwards."

This reverts commit e31534731ec7de3d2599cf669e065b1ec52281a0.

e3153473 01/21/2009 10:34 AM Simon Cornelius P. Umacob

Unbreak System Gateways page. I'll just add back the changes from the old CVS repo afterwards.

2655814b 11/25/2008 06:48 AM Scott Ullrich

Show interface in uppercase

63552f4e 11/17/2008 12:11 PM Seth Mos

Make sure to delete the proper entry.

8c30876c 11/13/2008 05:24 PM Seth Mos

Show automatically added gateways as being configurable.

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

Do not hard code white

1c8e901d 09/02/2008 09:39 PM Ermal Luçi

Correctly show interface column even on disabled interface cases.

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

13bbe450 07/01/2008 07:22 PM Seth Mos

Trigger setup_gateways_monitor() when applying routing or gateway settings.

3e321df2 06/21/2008 05:38 PM Ermal Luçi

Continue interface improvements

c67a0d18 06/17/2008 07:09 PM Seth Mos

Add menu item and tabs for page to come

40e59dbf 03/10/2008 02:19 AM Scott Ullrich

Make page look consistent with others.

d88c6a9f 11/16/2007 12:48 AM Scott Ullrich

Switch over to array style page titles. Obtained-from: m0n0wall

d173230c 10/19/2007 07:10 PM Seth Mos

Add prelimenary Routing page.
Allow multiple gateways on one (static) interface