summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_pool_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Cancel button after input errorPhil Davis2015-07-131-1/+6
| | | | | | | | | | | If there is an input error then the edit page is redrawn showing the input errors. The HTTP_REFERER becomes the current page, rather than the true original referer. Then if you click Cancel the current page is just redrawn. This change makes the code remember the original referer, so if the user enters some invalid data, presses Save, reads the input error messages then presses Cancel they are taken back out to the original page - the same as if Cancel was used before Save.
* More encodingjim-p2015-06-161-2/+2
|
* Code spacingPhil Davis2015-06-151-6/+6
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Merge pull request #1653 from phil-davis/lb-workRenato Botelho2015-05-131-48/+62
|\
| * Code style Load BalancerPhil Davis2015-05-131-48/+62
| |
* | Slash-select should be inside if in load_balancer_pool_editPhil Davis2015-05-131-1/+1
|/ | | otherwise there is an unbalanced slash-select when the else happens (if there are no load-balancer monitors defined)
* Fix a few misc encoding issues in load balancer code.jim-p2015-03-311-4/+7
|
* Fix aliases popup width when fields are hidden when page is loaded. It ↵Renato Botelho2015-02-021-1/+1
| | | | should fix #4238
* Fix lineup of copyright linesPhil Davis2015-01-011-27/+27
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* 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/+3
| | | | HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work
* Tidy up "load_balancer_pool_edit.php" XHTMLColin Fleming2014-04-301-4/+6
| | | Backout changes to the the SELECT tag from pull request 1104, further testing shows that it doesn't populate the disabled/enabled server list 100% correctly.
* Tidy up "load_balancer_pool" XHTMLColin Fleming2014-04-181-30/+25
| | | | | | | | | | 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
* 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-6/+6
|\ | | | | | | ayvis-master-br
| * xhtml Complianceayvis2014-03-141-6/+6
| | | | | | 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
* Fix #3268 - avoid pf table names conflict:Renato Botelho2013-10-161-0/+8
| | | | | | . Create a list of reserved table names for the hardcoded ones . Use this list to validate aliases and load balance pool names . Check if alias names don't conflict with LB pool names and vice-versa
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* Implement URL Table aliases for ports instead of IP addressesRenato Botelho2013-07-081-1/+1
|
* Add a new alias type, URLs containing PortsRenato Botelho2013-07-041-1/+1
|
* Due to the DHCP pool tag needing to be an array, rename the old LB "pool" ↵jim-p2012-09-261-2/+2
| | | | variable to something else so it's not interpreted as an array.
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-3/+1
|
* use get_alias_list for port field in load_balancer_pool_editDarren Embry2012-05-101-11/+1
|
* add autocomplete to load_balancer_pool_edit.php (PEV-394754)Darren Embry2012-05-101-1/+19
| | | | we also enable the json extension here.
* update help text in port fields to Firewall -> Aliases (PEV-394754)Darren Embry2012-05-101-1/+1
|
* Load Balancer: allow port aliases in Pools and Virtual Servers. (PEV-394754)Darren Embry2012-04-051-3/+6
|
* load balancer: allow IPv4 subnets up to 64 addresses in Pools and Virtual ↵Darren Embry2012-04-051-4/+10
| | | | Servers (PEV-394754)
* description is optionalChris Buechler2011-11-041-1/+1
|
* Add a retry field to the LB Pool config to allow specifying how many times ↵jim-p2010-12-141-0/+14
| | | | to retry a server before declaring it dead.
* 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/+4
|
* desc to descr in Load Balancer config, so they gain CDATA protection and ↵jim-p2010-10-191-3/+3
| | | | standardize field names. Ticket #320.
* Merge remote branch 'mainline/master'Renato Botelho2010-08-121-3/+3
|\ | | | | | | | | | | | | | | | | Conflicts: usr/local/www/diag_smart.php usr/local/www/firewall_rules_edit.php usr/local/www/interfaces.php usr/local/www/load_balancer_pool_edit.php usr/local/www/pkg_mgr_settings.php
| * Show selected properly for the LB mode.jim-p2010-08-111-2/+2
| |
| * When adding to a pool in manual failover mode, enforce the one-active limit ↵jim-p2010-08-111-1/+1
| | | | | | | | also.
* | gettext() fixes on load_balancer_pool_edit.phpCarlos Eduardo Ramos2010-08-121-4/+4
|/
* Add the ability to select a mode for LB pool members, load balance (default) ↵jim-p2010-08-101-4/+15
| | | | or manual failover. If manual failover is selected, only allow one server to be chosen as active.
* Implement gettext() calls on load_balancer_pool_edit.phpCarlos Eduardo Ramos2010-07-161-27/+27
|
* 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
|
* Seperate screen into three areas: Add item to pool, add /edit load balancer ↵Scott Ullrich2009-10-161-5/+9
| | | | pool entry and current pool members
* Misc HTML cleanups. Space out elements of add/delete pool memeber area. ↵Scott Ullrich2009-10-161-14/+32
| | | | Seperate add/remove area with a listtopic element. Add descriptive text for Server IP address in order to make page a little more user friendly for the uninitiated.
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+4
| | | | 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
* Massive javascript cleanup, all .js files now live in $g['www_path']/javascriptBill Marquette2009-03-141-2/+0
| | | | Purged unused JS
* Add missing quota to the titles so pages actually display.Ermal Luçi2008-09-161-1/+1
|
OpenPOWER on IntegriCloud