Colin Fleming
0e7aea24ca
Tidy up "load_balancer_pool" XHTML
...
Add SUMMARY to tables
Update PHP shorthand
Move "fbegin.inc" include between BODY and SCRIPT
Add CDATA section to scripts
Close INPUT tags
Update HTML Boolean operators
Move SELECT tag into the PHP IF statement
2014-04-18 22:48:48 +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
c728177042
standardize on www.pfsense.org and HTTPS, point package URLs to
...
packages.pfsense.org
2014-03-14 19:04:43 -05:00
ayvis
8cd558b61b
xhtml Compliance
...
replaced <br>, <br/> and </br> with <br />
2014-03-14 21:24:03 +01:00
jim-p
3b15c32ca3
Refine LB entry deletion to make sure blank entries can be removed.
2012-09-26 13:32:10 -04:00
jim-p
6e9b046e51
Due to the DHCP pool tag needing to be an array, rename the old LB "pool" variable to something else so it's not interpreted as an array.
2012-09-26 13:20:39 -04:00
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
Pierre POMES
259f606eb8
Ticket #2205 - Main logic for relayd global settings screen, still need to add stuff (input validation, etc) before closing ticket
2012-02-19 19:25:09 -05:00
jim-p
d89fdda0f2
Add a note to the server Load Balancer page to let users know it's not for Multi-WAN.
2011-08-30 16:04:34 -04:00
jim-p
e988813dd2
desc to descr in Load Balancer config, so they gain CDATA protection and standardize field names. Ticket #320 .
2010-10-19 12:39:01 -04:00
jim-p
e0c27075f3
Add the ability to select a mode for LB pool members, load balance (default) or manual failover. If manual failover is selected, only allow one server to be chosen as active.
2010-08-10 16:21:32 -04:00
jim-p
3e2165b6d9
Default to the 'pools' tab of the inbound load balancer, and move the monitor tab to the end.
2010-08-10 13:51:47 -04:00
Carlos Eduardo Ramos
d5bcf950a3
Corrections gettext implementation on load_balancer_pool.php
2010-07-16 16:25:57 -03:00
Carlos Eduardo Ramos
902f86b9b9
Corrections gettext implementation on load_balancer_pool.php
2010-07-16 15:48:39 -03:00
Carlos Eduardo Ramos
019db2a37b
Implement gettext() calls on load_balancer_pool.php
2010-07-16 10:20:33 -03:00
Chris Buechler
477dcf13ce
rename slbd pages since this is no longer slbd
2010-07-11 19:13:57 -04:00
jim-p
e234921a79
Add status/log links to LB pages.
2010-06-02 09:51:51 -04:00
Scott Ullrich
4d1e2971e0
Nuke Relay Protocols and Relay actions tabs. Suggested-by: BillM
2010-05-11 14:03:51 -04:00
Ermal
3327ac1098
Use require_once() to overcome problems with includes.
2010-05-07 13:58:55 +00:00
Scott Ullrich
7a927e67a5
Require filter.inc and shaper.inc
2009-11-21 19:28:00 -05:00
Scott Ullrich
fd9ba63ca6
Remove msort()
2009-10-16 20:19:41 -04:00
Scott Ullrich
791a5dbe40
Reorder tabs again. Protocols should be the last tab. Cleanup the Relay protocols form adding a listtopic item seperating the page. Misc centers
2009-10-16 15:10:01 -04:00
Scott Ullrich
c47d0c3081
Reorder tabs with Monitors being first in the order that items should be created. IE: Monitor items should be created, then pools and then finally virtual servers and relay protocols, relay actions
2009-10-16 15:04:48 -04:00
Scott Ullrich
7ac5a4cb18
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
2009-09-14 19:14:40 -04:00
Scott Ullrich
082df017b1
Sort by name
2009-09-11 13:49:11 -04:00
Ermal Lui
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 Lui
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
Ermal Luçi
f20f946167
Add missing quote char.
2008-09-09 21:25:32 +00:00
Bill Marquette
b28278a261
Add "Services" to the page title
2008-09-09 01:17:57 +00:00
Bill Marquette
0919224fbd
Bring in relay options for inbound load balancer
...
More work pending, this seems to generate proper configs
needs much more testing though
2008-08-28 21:21:50 +00:00
Bill Marquette
50d86c1377
Bring in new server load balancing code, this introduces:
...
* The ability to create your own monitors (tcp, http, https, send/expect)
* A new way of displaying 'standard tables' - MainTable class
* monitor_type array type
2008-08-05 05:03:55 +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
Bill Marquette
5fbee6aa3a
remove slbd_configure and start removal of gateway stuff from load balancer screens
2008-07-08 21:23:17 +00:00
Bill Marquette
17623ab556
Bring in relayd to perform server load balancing
...
Move gateway load balancing code into gwlb.inc - still uses slbd
TODO: vs and pool status screens are currently broken...and wouldn't work
with the gateway pools anyway, ultimately, the gateway pools need
to move.
2008-06-16 02:58:57 +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
d415d82153
Add a plus button on the top header of these pages.
...
This to make it easier on large configurations.
2007-05-08 22:09:06 +00:00
Seth Mos
d1a4365d8f
Show behaviour in type field
2007-03-02 23:48:32 +00:00
Scott Ullrich
948a483819
MFC 11614
...
better display of pools and monitors
2006-04-20 16:40:35 +00:00
Scott Ullrich
9fa74125f9
MFC 11473
...
use correct dirty flag file and unlink on apply
2006-04-16 23:44:44 +00:00
Scott Ullrich
e54d4de6d5
Remove #!/usr/local/bin/php
2006-01-02 23:46:18 +00:00
Scott Ullrich
920b3bb026
Remove reboot required checks
2005-12-14 17:08:07 +00:00
Scott Ullrich
20d4980cec
Regenerate slbd configuration after pool changes
...
Ticket #646
2005-10-27 16:47:35 +00:00
Scott Ullrich
7ede6f6470
Servers -> Servers/Gateways
2005-08-19 19:28:01 +00:00
Bill Marquette
577c91917a
$Id -> $Id$
2005-08-07 03:23:40 +00:00
Bill Marquette
a9c6f68a30
Fixes - moved to lbpool instead of pool as we had a small listtags conflict
2005-08-06 22:13:11 +00:00
Bill Marquette
d90212f322
Fix editing
...
Ensure unique pool names (we'll use this in virtual servers)
Allow for monitor selection (TCP only for now)
2005-08-06 20:24:28 +00:00
Bill Marquette
94ac0ffc7d
Preview commit of load balancer pools - needs much loving by Hoba and Esotericisms :)
2005-08-06 18:46:23 +00:00