summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-131-1/+1
| | | | more consistent. Convert page title to title case.
* Firewall / Rules - Consolidate Move Separators FunctionNOYB2016-02-121-12/+3
| | | | Consolidate the moving of separators for add/copy/dup/delete into a generic function.
* Convert section titles to title casek-paulius2016-02-101-3/+3
|
* Add a comment about the floating rules copy/dup "hack" so the purpose will ↵NOYB2016-02-091-0/+2
| | | | remain evident in the future.
* A hack for floating rules copy/dup so that separators get moved.NOYB2016-02-091-2/+8
| | | | The interface var $if is set to the interface set in the float rule.
* A little tweak for code consistency. No functional change.NOYB2016-02-081-1/+1
|
* Firewall / Rules - Page Efficiency UpgradeNOYB2016-02-081-1/+4
| | | | | | | | | | | | 1) Only load the rules of the selected interface instead of loading all the rules of all interfaces and hiding them. Very inefficient and can result in sluggishness. Especially with large number of rules and/or large alias tables. 1.1) Rule separators indexed to their position within their interface so they work with only loading the selected interface rules. 2) Supports consecutive separators. 3) Fixes #5559 - horizontal scrollbar when no rules to display (all hidden). No longer hiding rules. 4) Corrects case where a single rule defined on any interface would prevent the alert messages from being displayed on all interfaces.
* Fixed #5841Stephen Beaver2016-02-041-1/+2
|
* Fixed issues where a rule is duplicated (cloned) and the new rule is ↵Stephen Beaver2016-01-291-1/+5
| | | | inserted above a separator bar location
* Re-order separators on adding a new rule at the topStephen Beaver2016-01-281-0/+8
|
* Disable save button on clicking 'save'. Prevents double-dippingStephen Beaver2016-01-261-0/+4
|
* Added some commentsStephen Beaver2016-01-211-0/+3
|
* Fixed #5790Stephen Beaver2016-01-211-0/+16
| | | | I think
* Add gettext to select option names where requiredStephen Beaver2016-01-211-1/+1
|
* firewall_rules_edit, load advanced settings flags-any and sloppy-state back ↵PiBa-NL2016-01-211-2/+2
| | | | into webgui
* Merge pull request #2477 from phil-davis/gt6Renato Botelho2016-01-191-35/+35
|\
| * Internationalize firewall_rules pagesPhil Davis2016-01-191-35/+35
| | | | | | | | | | | | | | | | I might have gone too far wrapping '(other)', 'any', 'default', 'none' in gettext() but actually if translating to a language with non-Latin script then it can be useful to translate even these sort of single words, because there might be some people who cannot even read Latin script.
* | Remove obsolete L7 text from messagesPhil Davis2016-01-191-6/+6
|/ | | | The layer7 condition in the if test for this block was removed when layer7 support was removed in master. The text of these input error strings also needs to be modified.
* Fix all unterminated character class for patternNewEraCracker2016-01-061-1/+1
|
* Remove $closehead variableColin Fleming2015-12-191-2/+0
| | | | Remove unused variable $closehead
* 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
* Merge pull request #2224 from phil-davis/r005Stephen Beaver2015-12-141-71/+81
|\
| * Coe style firewall *Phil Davis2015-12-141-71/+81
| |
* | Text with max-src-conn-rate and max-src-conn-rates fieldsPhil Davis2015-12-141-2/+2
|/ | | | I fixed up the text to read the best I could think of. Actually in 2.2.* these 2 fields were horizontally across the page - so maybe someone can reformat this to look more like on 2.2.* ?
* 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
|
OpenPOWER on IntegriCloud