summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Logs filename changesPhil Davis2015-12-121-1/+1
|
* Standardize In / Out queues help textPhil Davis2015-12-011-3/+3
| | | | An "In" got changed to an "It" by https://github.com/pfsense/pfsense/commit/66066eda36fedf4df73bf03c6603ea76f9813327 This text already had most uses of the terms "In" and "Out" with capitals. That seems reasonable here so the text is clear about which of the words "in" and "out" are references to the "in" and "Out" queue rather than just ordinary uses of the English words.
* Fixed #5532Stephen Beaver2015-11-301-6/+6
|
* Fixed #5532Stephen Beaver2015-11-291-4/+5
|
* Merge pull request #2134 from ExolonDX/branch_04Stephen Beaver2015-11-291-1/+1
|\
| * Type up SCRIPT tagsColin Fleming2015-11-291-1/+1
| |
* | Tidy up Boolean operators for HTML5Colin Fleming2015-11-291-3/+3
|/ | | | | Remove the XHTML standard Boolean operators (makes reading HTML much simpler).
* Fixed #5532Stephen Beaver2015-11-281-40/+57
|
* Fix more privilege text/name/page inconsistenciesjim-p2015-11-251-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-1/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Remove layer7 components. Ticket #5508Chris Buechler2015-11-201-24/+1
|
* remove inline stylesJared Dillard2015-11-201-3/+3
|
* Fixed #5418Stephen Beaver2015-11-111-2/+2
|
* 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-1/+1
| | | | 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-3/+3
|
* Partial fix for #5045Stephen Beaver2015-10-201-7/+13
|
* Update firewall_rules_edit.phpheper2015-10-111-1/+1
| | | https://forum.pfsense.org/index.php?topic=100695.msg561326#msg561326
* Fixed #5283Stephen Beaver2015-10-071-1/+1
|
* Fixed #5283Stephen Beaver2015-10-071-0/+6
|
* Fix #5261 last time I hopePhil Davis2015-10-061-6/+9
| | | | | | | | | The previous version was considering "Single host or alias" to be "Network"because the !is_specialnet() test came first - and that matched both 'network' and 'single' types, which are both not a specialnet. If have re-ordered the tests so that it is written in a positive order. I think that makes it easier to read. 1) If it is_specialnet then pass the special name straight through to $ruleType. 2) Next see if it is a single IP address or alias. 3) The rest must (should, better) be 'network'. I tried editing all sorts of aliases with various types and this works form me.
* Fixed 5261 (Properly)Stephen Beaver2015-10-061-4/+4
|
* Fixed #5261Stephen Beaver2015-10-061-2/+3
| | | | Corrected src/dst type logic
* Delete old commented-out codePhil Davis2015-10-041-1/+0
|
* Fix #5252 Preserve alias when editing an existing rulePhil Davis2015-10-041-4/+8
| | | and default src and dst to any when creating a new rule.
* Addresses #5159 by removing hide/show/disable/enable functions to included fileStephen Beaver2015-10-011-47/+0
|
* Ticket #5204 a clean up pass of the jquery sectionsJared Dillard2015-09-241-3/+7
|
* Fixed #5021Stephen Beaver2015-09-211-9/+12
| | | | Selector value creation revised
* Fixed 5021Stephen Beaver2015-09-211-2/+2
|
* Fixed #5099Stephen Beaver2015-09-171-1/+1
| | | | Destination port fields now behave as required.
* Fixed #5099Stephen Beaver2015-09-171-8/+10
| | | | | Javascript logic changged for source port display "Advanced" button now has toggle acton and its state survives a protocol change.
* Fixed #5153Stephen Beaver2015-09-171-12/+16
| | | | | | | Notes: The addGlobal() method is applicable to a form, not a section 'hidden' elements should not specify a label Form_Groups with no input elements currently break the framework. Use Form_StaticText instead.
* Fixed #5013Stephen Beaver2015-09-161-1/+1
|
* Retire PPTP server, fixes #4226:Renato Botelho2015-09-151-5/+0
| | | | | | | - 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
* Fixed #5021Stephen Beaver2015-09-151-5/+6
|
* Revised all pages with autocomplete to accommodate host names in validation ↵Stephen Beaver2015-09-111-8/+6
| | | | and change port inputs to 'text'
* jQuery autocomplete added as requiredStephen Beaver2015-09-111-19/+31
|
* Fixed #5099Stephen Beaver2015-09-081-0/+1
|
* Fixed #5099Stephen Beaver2015-09-041-6/+10
| | | | Corrected destination port group class
* Merge pull request #1858 from phil-davis/bootstrap-fjim-p2015-09-021-37/+37
|\
| * Merge with latest bootstrap codePhil Davis2015-09-021-11/+4
| |\
| * | bootstrap usr\local\www\f minor changesPhil Davis2015-09-011-38/+38
| | |
* | | 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 #5061Stephen Beaver2015-09-021-8/+1
| | | | | | | | I had reveresed 'any' and '(Other)' in the port list :(
* | Fixed 5056Stephen Beaver2015-09-011-1/+1
| | | | | | | | Corrected input value
OpenPOWER on IntegriCloud