summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateways.php
Commit message (Collapse)AuthorAgeFilesLines
* Refactor gateway parameter validationPhil Davis2017-04-171-6/+1
|
* Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-131-29/+27
| | | | functions
* GET/POST conversion system_gateways*Steve Beaver2017-02-101-13/+13
|
* Merge pull request #3369 from phil-davis/breadcrumbs_detailRenato Botelho2017-01-111-0/+1
|\
| * Breadcrumb linksPhil Davis2017-01-101-0/+1
| |
* | Report problems applying changesPhil Davis2017-01-031-4/+4
|/ | | | | | | 1) Strictly keep track of the accumulating $retval from calls to various functions that apply changes. 2) Use new function print_apply_result_box() to print a suitable message in a suitable severity based on $retval
* When deleting or disabling a non-dynamic gateway, if that gateway was set as ↵jim-p2016-11-041-0/+14
| | | | default then remove the corresponding default route to respect the user's decision. Fixes #6659
* Spelling mistake "system_gateways.php"Colin Fleming2016-09-211-1/+1
| | | | Fix spelling mistake in "system_gateways.php"
* 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
|
* webgui tables, doubleclick event to perform 'edit' action, part 2PiBa-NL2016-07-041-1/+1
|
* 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().
* System / Routing / Gateways - Remove PersonalizationsNOYB2016-03-291-1/+1
| | | | Remove "you" personalizations.
* Internationalization of various system*.phpPhil Davis2016-02-031-5/+5
|
* systems_gateways action button titlesPhil Davis2016-01-281-5/+5
| | | Hmmm - there are a few of these, I should have made a branch with a single commit. Anyway, nearly done.
* Remove static routes to DNS servers when gateway is disabled. It should fix ↵Renato Botelho2016-01-281-0/+1
| | | | #4921
* Fix #5794 remove print_info_box_np chackes for gettext("apply")Phil Davis2016-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 1) Get rid of the stristr() checks to "guess" if an apply button should be used. 2) Change print_info_box() so it can take a button name of "close" , "apply" or none to decide which button to show. 3) Delete function print_info_box_np_undo() - nothing calls it. 4) Add new function print_apply_box() to provide an easy wrapper for print_info_box() with the parameters to be 'warning' level and 'apply' button. 5) Change print_info_box_np() calls to just print_info_box() or print_apply_box() as appropriate. There is 1 direct call to print_info_box_np() from vpn_ipsec_mobile.php remaining. That tries to make a "create" button. It was not working before this change. It needs to be sorted out and fixed separately. After this change there is no dependency on a string containing text like "apply" to make the apply button appear. Then we can work on re-engineering the internal code of print_info_box_np() print_info_box() and print_apply_box() to fit together however we like. It should be easy to preserving the current API to print_info_box() and print_apply_box().
* Fixed #5566Stephen Beaver2016-01-131-40/+47
|
* Convert short open tags to full tagsNewEraCracker2016-01-071-3/+3
| | | | | | Short open tag is discouraged since it is only available if enabled See https://secure.php.net/manual/en/language.basic-syntax.phptags.php
* Bug #5527heper2015-12-211-2/+2
|
* Encode gateway attributes before printingjim-p2015-12-211-2/+2
|
* Code style system_*Phil Davis2015-12-171-15/+21
|
* 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
* cleanup static routes for interface nonlocal gateways when being deleted or ↵PiBa-NL2015-11-261-0/+9
| | | | changed.
* 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.
* Revise System->Routing menu entry and page titlesStephen Beaver2015-11-201-1/+1
|
* Ticket #5471 another convert batch to font-awesome iconsJared Dillard2015-11-181-5/+5
|
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-1/+0
|
* Delete confirmation vi fa-trash automated via pfSense.jsStephen Beaver2015-11-051-1/+1
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* replace and find for icon-embed-btnheper2015-11-051-1/+1
|
* Updated button stylesStephen Beaver2015-11-041-7/+8
|
* system_gateways Actions column formatPhil Davis2015-10-281-1/+1
|
* system_gateways text of edit buttonPhil Davis2015-10-281-1/+1
| | | | Make it consistent with the others
* Add "Actions" text to table headerStephen Beaver2015-10-271-1/+1
|
* system_gateways font-awesome convertheper2015-10-271-13/+14
| | | https://forum.pfsense.org/index.php?topic=101343.15
* Do a service reload of dyndns when changing gateways in case something hasChris Buechler2015-09-291-0/+2
| | | | changed. Ticket #5214
* IPv4 "add new gateway" functionality provided via modal pop-upStephen Beaver2015-09-081-1/+2
| | | | Basic hide/show for form setction implemented
* Fixed #5071Stephen Beaver2015-09-031-28/+54
| | | | Incorrect button title
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-213/+84
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+436
OpenPOWER on IntegriCloud