summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Firewall - Punctuation Clean UpNOYB2016-04-201-6/+6
| | | | | | Some punctuation clean up. (cherry picked from commit 4a75d129df0c6eee2540d885c951e9ae72a0ed5e)
* Fix validation of v4 in v6 rules and vice versa. Ticket #6211Chris Buechler2016-04-201-6/+6
|
* Convert status_services and widget to POSTStephen Beaver2016-04-181-2/+2
|
* Remove redundant if check.Chris Buechler2016-04-161-1/+1
|
* Deprecate references to modulate state. Remove rule allowing TCP 1723 ↵Chris Buechler2016-04-061-3/+3
| | | | inbound when PPTP client is in use, as that's unnecessary.
* Merge pull request #2809 from NOYB/Firewall_/_Rules_-_Remove_PersonalizationsStephen Beaver2016-04-041-54/+54
| | | | (cherry picked from commit 1cde3afb4c048f66ffd670c373a14d3d3cfa2a71)
* Fix display of gateway IP address and gateway/group descriptions in ↵jim-p2016-03-231-2/+2
| | | | firewall_rules_edit.php.
* possible typoheper2016-03-211-1/+1
|
* Reengineer Form_Button setAttributePhil Davis2016-03-201-7/+2
| | | | | | As per what was done for https://github.com/pfsense/pfsense/pull/2765 - do it to the rest of them. Seems to work OK.
* Redmine #5994 Fix test for default source port fieldsPhil Davis2016-03-181-1/+2
| | | Fixes the problem reported by @jimp where the Advanced button for the source port fields would show "Hide Advanced" when creating a new rule from scratch. Now when creating a new rule, it starts off as "Display Advanced" (with the source port fields hidden.
* Redmine #5994 standardize firewall rule advanced buttonPhil Davis2016-03-171-24/+42
|
* Redmine #5994 Standardize source port buttonPhil Davis2016-03-171-9/+19
| | | | | | | | | | in firewall_rules_edit 1) Put some common code fragments into show_source_port_range() and use code that actually successfully changes the button text Display/Hide. Around line 1808. 2) Make the button itself be hidden when a protocol is selected that does not use source port range (as well as the source port fields being hidden) - line 1908-1909 3) When the user re-selects a protocol that can use source port range, unhide the button and set the button text and hide/unhide of source port fields appropriately depending on the run-time values in the source port fields - line 1900-1905 This standardizes the behavior of the source port Advanced button. I will do the other general advanced button separately.
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-2/+2
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-2/+2
| | | | | | The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones.
* More icon/button inconsistencies. Ticket #5965jim-p2016-03-101-2/+4
|
* Advanced button consistency. Ticket #5965jim-p2016-03-101-2/+4
|
* Improve test for firewall rule advanced settingPhil Davis2016-03-101-2/+18
| | | | You could make some advanced settings, save the firewall rule, then when editing again the advanced section would not be automatically open. That makes it hard for users to realise that a rule has some advanced setting(s). This change enhances function is_aoadv_used() so it checks all the things that are an advanced setting.
* Firewall / Rules - Copy/Edit - Interface Change - Separators UpdateNOYB2016-02-231-2/+31
| | | | Correct separators update position when changing interface during a copy or edit.
* Show in the breadcrumb if we are modifying floating rule.k-paulius2016-02-141-1/+6
|
* 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).
OpenPOWER on IntegriCloud