summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_relay_action_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Remove almost all calls to history.back() and make Cancel button back to ↵Renato Botelho2014-09-121-1/+5
| | | | HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work
* replaced uppercase html tags with lowercaseayvis2014-03-191-1/+1
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* Merge branch 'master-br' of https://github.com/ayvis/pfsense into ↵Renato Botelho2014-03-171-2/+2
|\ | | | | | | ayvis-master-br
| * xhtml Complianceayvis2014-03-141-2/+2
| | | | | | replaced <br>, <br/> and </br> with <br />
* | standardize on www.pfsense.org and HTTPS, point package URLs toChris Buechler2014-03-141-1/+1
|/ | | | packages.pfsense.org
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-3/+3
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-3/+1
|
* replacing prototype with jQuery on load balancer pagesVinicius Coque2012-01-161-90/+89
|
* Fix XSS issuesScott Ullrich2010-11-121-4/+4
|
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* Do not allow spaces in load balancer name fields, they are invalid in relayd.jim-p2010-10-251-0/+2
|
* desc to descr in Load Balancer config, so they gain CDATA protection and ↵jim-p2010-10-191-3/+3
| | | | standardize field names. Ticket #320.
* Corrections gettext implementation on load_balancer_relay_action_edit.phpCarlos Eduardo Ramos2010-07-261-1/+1
|
* Implement gettext() calls on load_balancer_relay_action_edit.phpCarlos Eduardo Ramos2010-07-161-21/+21
|
* rename slbd pages since this is no longer slbdChris Buechler2010-07-111-2/+2
|
* Add status/log links to LB pages.jim-p2010-06-021-0/+4
|
* Revert "Nuke XXX TODO option. Suggested-by: BillM"Scott Ullrich2010-05-111-0/+20
| | | | This reverts commit 207148139ec648b8955c81ae908d0bdb7c472cda.
* Nuke XXX TODO option. Suggested-by: BillMScott Ullrich2010-05-111-20/+0
|
* Move description line item under NameScott Ullrich2009-10-161-6/+6
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+3
| | | | include 2009 on files that I have asserted (C) on
* Do not mount rw when uneeded and even more not mounting ro again.Ermal Luçi2009-07-011-1/+0
|
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-1/+1
| | | | | | - 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
* Move Scriptaculous/Prototype includes to head.inc and remove the code ↵Bill Marquette2009-03-131-9/+1
| | | | duplication
* Add missing quota to the titles so pages actually display.Ermal Luçi2008-09-161-1/+1
|
* Add "Services" to the page titleBill Marquette2008-09-091-1/+1
|
* Make edit pages look consistentBill Marquette2008-09-021-0/+3
| | | | Pointed out by: sullrich@
* oops, remove debugging codeBill Marquette2008-08-281-1/+0
|
* Bring in relay options for inbound load balancerBill Marquette2008-08-281-0/+566
More work pending, this seems to generate proper configs needs much more testing though
OpenPOWER on IntegriCloud