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
2f36abb869
Display delete(x) buttons.
2010-09-16 17:26:32 +00:00
Ermal
ef05ae5f78
Actually display a the right class for static gateways. Also fix whitespace
2010-09-16 16:49:38 +00:00
Ermal
c65e1e0da7
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.
2010-09-13 16:02:23 +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
cbdcd18811
Remove debugging leftover.
2010-04-30 21:39:56 +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
0e94685b3a
Fix gettext issues
2010-04-29 14:32:30 -03:00
Vinicius Coque
cc8aa7db73
Fixing gettext() call
2010-04-28 08:43:16 -03:00
Carlos Eduardo Ramos
f851340968
Implement gettext()
2010-04-27 17:09:04 -03:00
Ermal Luçi
9c6db17a5d
Remove the gateway even from the interface if it is used by it. Resolves #304 .
2010-03-03 18:00:54 +00:00
Ermal Luçi
883c53c92f
Ticket #303 . Fix very many bugs in this code. From strings that were not quoted propperly to completely broken code paths.
2010-01-29 01:44:40 +00:00
Seth Mos
616e19566a
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.
2009-12-24 18:36:20 +01:00
Seth Mos
137ea11c27
Correct CSS class name for the normal view of the gateway description
2009-12-18 15:38:08 +01:00
Seth Mos
295ff12071
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.
2009-12-18 13:20:18 +01:00
Ermal Luçi
c795339e57
Resolves #175 . Return description even for disabled interfaces. Teach the return_gateways_array() to return status for disabled interfaces if the caller requests it.
2009-11-25 18:18:51 +00: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
Seth Mos
3df6d45883
More tree unbreaking. Damn, I thought I tested this.
...
Maybe I really can't type as well as I think I can.
2009-03-10 16:32:44 +01:00
--global
b92305a60c
Fix deletion of gateways from the systems gateways page.
2009-03-10 01:11:12 +01:00
Ermal Luçi
81203d1d74
Use the correct interface function.
2009-02-28 19:34:47 +00:00
Chris Buechler
124aee67ad
Revert "Unbreak System Gateways page. I'll just add back the changes from the old CVS repo afterwards."
...
This reverts commit e31534731e .
2009-02-15 14:03:53 -05:00
Simon Cornelius P. Umacob
e31534731e
Unbreak System Gateways page. I'll just add back the changes from the old CVS repo afterwards.
2009-01-21 18:34:38 +08:00
Scott Ullrich
2655814b3c
Show interface in uppercase
2008-11-25 06:48:00 +00:00
Seth Mos
63552f4ef1
Make sure to delete the proper entry.
2008-11-17 12:11:22 +00:00
Seth Mos
8c30876c29
Show automatically added gateways as being configurable.
2008-11-13 17:24:05 +00:00
Scott Ullrich
33300c73f2
Do not hard code white
2008-10-12 20:22:46 +00:00
Ermal Luçi
1c8e901d6c
Correctly show interface column even on disabled interface cases.
2008-09-02 21:39:45 +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
13bbe450eb
Trigger setup_gateways_monitor() when applying routing or gateway settings.
2008-07-01 19:22:56 +00:00
Ermal Luçi
3e321df2be
Continue interface improvements
2008-06-21 17:38:13 +00:00
Seth Mos
c67a0d18a8
Add menu item and tabs for page to come
2008-06-17 19:09:18 +00:00
Scott Ullrich
40e59dbf5d
Make page look consistent with others.
2008-03-10 02:19:36 +00:00
Scott Ullrich
d88c6a9fdf
Switch over to array style page titles. Obtained-from: m0n0wall
2007-11-16 00:48:53 +00:00
Seth Mos
d173230c70
Add prelimenary Routing page.
...
Allow multiple gateways on one (static) interface
2007-10-19 19:10:16 +00:00