summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* FIxed #5597Stephen Beaver2015-12-071-0/+24
|
* Fixed #5599Stephen Beaver2015-12-071-24/+37
|
* Fix VIP listing in firewall_nat_edit.php dst fieldChris Buechler2015-12-041-3/+5
|
* fix missing spaces in textChris Buechler2015-12-041-2/+2
|
* 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.
* Merge pull request #2060 from phil-davis/patch-6Stephen Beaver2015-11-111-1/+1
|\
| * No XMLRPC Sync checkbox layoutPhil Davis2015-11-111-1/+1
| | | | | | | | If null is passed for the text to go after the checkbox, then the checkbox does not line up nicely on the page with the other items above and below it. If some text (or even the empty string) is passed then the lineup is all good. In this case it seems reasonable to put some text here, like is done higher up for "Disable" and "No RDR" checkboxes.
* | Fixed #5412Stephen Beaver2015-11-111-1/+1
|/
* Fix #5411 firewall_nat_edit source negationPhil Davis2015-11-111-8/+14
| | | | And make the "not" checkboxes have the same layout as in firewall_rules_edit. That seems a better place to put the checkbox and consistency between similar GUI screens seems a good thing.
* Fix calls to ipsec_enabled() added in 179ab6b364Renato Botelho2015-11-101-0/+1
|
* Eliminate a few more cases of $config['ipsec']['enable'].Luiz Otavio O Souza2015-11-101-3/+2
| | | | Mostly when dealing with enc0 interface.
* Copyright and license cleanupRenato Botelho2015-11-091-2/+2
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-2/+1
|
* Correction per Phil DavisStephen Beaver2015-11-061-1/+1
|
* First batch of copyright updatesStephen Beaver2015-11-051-2/+3
|
* Preparation #5159 (Javascript refactoring)Stephen Beaver2015-10-011-22/+0
| | | | | | javascript/pfSenseHelpers.js created and populated with common hide/show/disable/enable functions file included via foot.inc Those functions removed from firewall_nat_edit.php to test
* Fixed #5013Stephen Beaver2015-09-211-1/+3
| | | | Incorrect element name used
* Fixed #5013Stephen Beaver2015-09-161-49/+51
|
* Retire PPTP server, fixes #4226:Renato Botelho2015-09-151-11/+1
| | | | | | | - Remove PPTP server and all related code - Bump config version 12.2 - Write upgrade config code to remove pptpd section and also cleanup firewall and NAT rules using PPTP interface or src/des
* Revised all pages with autocomplete to accommodate host names in validation ↵Stephen Beaver2015-09-111-5/+5
| | | | and change port inputs to 'text'
* jQuery autocomplete added as requiredStephen Beaver2015-09-111-1/+12
|
* Merge pull request #1858 from phil-davis/bootstrap-fjim-p2015-09-021-32/+32
|\
| * Merge with latest bootstrap codePhil Davis2015-09-021-1/+1
| |\
| * | bootstrap usr\local\www\f minor changesPhil Davis2015-09-011-32/+32
| | |
* | | Merge pull request #1853 from PiBa-NL/bootstrap_fix1jim-p2015-09-021-1/+1
|\ \ \ | |_|/ |/| |
| * | bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
| |/
* | Fixed #5012Stephen Beaver2015-09-011-1/+1
|/ | | | Corrected value name
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-539/+780
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+1016
OpenPOWER on IntegriCloud