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
835d6d5c41
Tidy up "load_balancer_monitor" XHTML
...
Add SUMMARY to tables
Update PHP shorthamd
Move "fbegin.inc" between BODY and SCRIPT
Add CDATA section to scripts
Close INPUT tags
Update HTML Boolean operators
Add missing opening and closing TD tags
Remove duplicate closing TD tag and add missing closing TR tag
2014-04-18 23:01:42 +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
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
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
cb7943badb
Corrections gettext implementation on load_balancer_monitor.php
2010-07-16 15:52:43 -03:00
Carlos Eduardo Ramos
f6ec3046e1
Corrections gettext implementation on load_balancer_monitor.php
2010-07-15 14:41:18 -03:00
Renato Botelho
007b2264fa
Merge remote branch 'mainline/master'
...
Conflicts:
usr/local/www/load_balancer_monitor.php
usr/local/www/load_balancer_monitor_edit.php
2010-07-12 09:38:06 -03:00
Chris Buechler
477dcf13ce
rename slbd pages since this is no longer slbd
2010-07-11 19:13:57 -04:00
Jeann
1a48c02757
Implemment gettext() calls
2010-07-08 23:33:49 -03: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 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
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