summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateway_groups_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.
* Code style system gPhil Davis2015-05-301-153/+170
|
* Ticket #3997, teach code to track carp through uniqids(). Missing carp GUI ↵Ermal LUÇI2015-01-151-3/+1
| | | | changes and upgrade code
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | 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/+4
| | | | HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work
* Merge branch 'master-br' of https://github.com/ayvis/pfsense into ↵Renato Botelho2014-03-171-4/+4
|\ | | | | | | ayvis-master-br
| * xhtml Complianceayvis2014-03-141-4/+4
| | | | | | replaced <br>, <br/> and </br> with <br />
* | standardize on https://www.pfsense.orgChris Buechler2014-03-141-1/+1
|/
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-5/+5
| | | | 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
|
* fix textChris Buechler2013-04-041-1/+1
|
* Tidy up "system_gateway_groups_edit.php" XHTMLColin Fleming2013-04-031-19/+16
| | | | | | | | Close INPUT and BR tags Add missing closing TD tag Add space to stop TD/STRONG tag generating errors Remove closing TD and closing TR tags Update HTML boolean operators
* Merge pull request #499 from phil-davis/masterErmal Luçi2013-04-031-0/+1
|\ | | | | Resync relevant OpenVPN instances when gateway group settings are modified
| * Remember whcih gateway groups have been editedPhil Davis2013-03-291-0/+1
| |
* | Do not allow to rename a gateway group, as it is for gateways. Fixes #2914Renato Botelho2013-04-011-1/+4
|/
* fix text. Fixes #2863Chris Buechler2013-03-081-2/+2
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-1/+1
|
* do #2467 only show GWs from same addr fam oncreateDarren Embry2012-06-071-8/+72
|
* minor indentation fixDarren Embry2012-06-071-3/+3
|
* Detour through check_reload_status and only when the settings get applied ↵Ermal2012-06-071-7/+0
| | | | not when the gateway has been changed.
* Add Gateway Group support to the IPsec interface drop down.smos2012-06-031-0/+5
| | | | | | Edit of gateway group correctly reflects the new IP Address. We need to make a blacklist for interface names in the gateway group edit page. Redmine ticket #1965
* Allow for failover DynDNS hostnames.smos2012-06-031-0/+4
| | | | | | replace get_real_interface() calls with get_failover_interface. If it isn't a group we call get_real_interface() anyhow. We can't put the logic inside get_real_interface() as this would create a recursion Redmine ticket #1965
* The gateway groups array now knows about vips to be tied into that gateway ↵smos2012-06-021-15/+26
| | | | | | group so we can tie the groups into services. Redmine ticket #1965
* Add a virtual IP field to a interface in the gateway groups edit screen.smos2012-06-021-3/+37
| | | | Redmine ticket #1965
* Allow modification of gateway groups even if the gateways are down.smos2012-05-201-1/+2
|
* Revert "Use 'Packet Loss or High Latency' as the default option when ↵Warren Baker2012-04-251-6/+4
| | | | | | creating a new gateway group" This reverts commit 6ee04b69c8ace44e798e29e665039455aad1c439.
* Revert "Use 'Packet Loss or High Latency' - use a fullstop, fixes #2397"Warren Baker2012-04-251-1/+1
| | | | This reverts commit 1cc71979e44d7955084a0cdb50d7698239fac770.
* Use 'Packet Loss or High Latency' - use a fullstop, fixes #2397Warren Baker2012-04-241-1/+1
|
* Use 'Packet Loss or High Latency' as the default option when creating a new ↵Warren Baker2012-04-241-4/+6
| | | | gateway group
* Only show gateways from the same address family on the groups edit page. ↵Seth Mos2011-08-241-0/+5
| | | | Ticket #1659
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* Whitespace fixes.Ermal2010-09-161-5/+4
|
* Correct my email address, adjust copyright to 2010smos2010-07-241-1/+1
|
* Add status links to gateway/route pages.jim-p2010-06-021-0/+2
|
* remove duplicate cancel buttonChris Buechler2010-05-111-1/+0
|
* Prevent gateway groups of having the same name as a gateway because this is ↵Ermal2010-05-071-0/+3
| | | | not valid.
* Adding missing gettext() callsVinicius Coque2010-05-031-1/+1
|
* Removing invalid string from codeVinicius Coque2010-05-031-1/+0
|
* Merge remote branch 'mainline/master'Vinicius Coque2010-05-031-9/+10
|\ | | | | | | | | | | | | Conflicts: usr/local/www/system_gateway_groups.php usr/local/www/system_gateway_groups_edit.php usr/local/www/system_gateways_edit.php
| * Show descriptive name not the internal used one.Ermal2010-04-301-1/+1
| |
| * Use correct gateway name instead of the descriptive ones to adapt to dynamic ↵Ermal2010-04-301-8/+8
| | | | | | | | gateways which use the interface name not the interface description as a reference. While here do not use history.back for cancel button but redirect to the groups page directly.
| * Allow for each gateway a weight to be choosen if the gateway has to be used ↵Ermal2010-04-301-2/+2
| | | | | | | | in Gateway groups. This will create that many entries in the route-to statement as the weight says.
* | Fix gettext issuesRenato Botelho2010-04-291-6/+5
| |
* | Reviewing gettext() implementationVinicius Coque2010-04-281-2/+2
| |
* | Implement gettext()Carlos Eduardo Ramos2010-04-281-28/+28
|/
* Make sure that the upgraded load balancer configuration reflects the new ↵Seth Mos2009-12-181-1/+1
| | | | gateway names
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* * 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
OpenPOWER on IntegriCloud