summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/load_balancer_virtual_server_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Add underscores to is_port* function namesPhil Davis2017-03-271-1/+1
|
* GET/POST conversionsSteve Beaver2017-02-141-9/+4
|
* Required fields in Load Balancer pagesPhil Davis2017-01-231-2/+2
|
* Breadcrumb linksPhil Davis2017-01-101-0/+1
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-42/+40
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Miscellaneous Textual Corrections - Services Load BalancerNOYB2016-05-091-1/+1
|
* Fixed #6169Stephen Beaver2016-04-151-2/+2
| | | | and added alias pop-ups to load_balancer_virtual_server.php
* Fixed #6168Stephen Beaver2016-04-151-0/+2
| | | | Needed to override form action since it was inheriting the current GET arguments
* Fixed #6170Stephen Beaver2016-04-151-2/+1
|
* Services / Load Balancer - Remove PersonalizationsNOYB2016-03-311-6/+6
| | | | Remove "you" personalizations.
* Synchronize page title with tab title. Convert page title to title case.k-paulius2016-02-121-1/+1
|
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style lPhil Davis2015-12-151-2/+3
|
* Type up SCRIPT tagsColin Fleming2015-11-291-1/+1
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-1/+0
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Nit exterminatedStephen Beaver2015-09-111-1/+1
|
* Fixed #5126Stephen Beaver2015-09-111-1/+1
|
* jQuery autocomplete added as requiredStephen Beaver2015-09-111-1/+19
|
* load_balancer_virtual_server_edit.php: Bootstrap conversion completeStephen Beaver2015-09-101-173/+164
|
* Misc encoding/display issues in the Load Balancer codejim-p2015-09-081-0/+6
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+315
OpenPOWER on IntegriCloud