Project

General

Profile

Download (35 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
bf83fb9a 04/21/2020 10:12 AM Viktor Gurov

Add Interfaces column to Floating Rules. Issue #4629

0284d79e 01/03/2020 04:37 PM Jim Pingle

This is 2020. Issue #9245

38809d47 07/29/2019 05:50 PM Renato Botelho

Fix copyright message years to reflect BSDP -> ESF -> Netgate

dc65689a 03/25/2019 01:55 PM Renato Botelho

Do now show scheduler icon when scheduler tag is empty

Spotted by: Oliveira MaisSecurity <>

0b4c14a4 01/02/2019 02:50 PM Steve Beaver

Update copyright notices to 2019. Happy New Year

c6c398c6 11/21/2018 06:30 PM Jim Pingle

Fix #9121: Initialize arrays to prevent PHP 7 errors

988b786d 09/27/2018 02:16 PM → luckman212

gettext on strings

fd4dc22e 09/25/2018 05:04 AM → luckman212

don't show drag message if roworderdragging is disabled

4ad34942 08/21/2018 11:45 AM Steve Beaver

Add "select all" control to remaining NAT pages

e969408d 08/20/2018 12:00 PM Steve Beaver

Added "select all" control
Fixed #8812

c64c8773 07/25/2018 02:01 PM Jim Pingle

Add a mechanism to blacklist interfaces from filtering. Fixes #8685

Only entry at the moment is ipsec for if_ipsec interfaces which have
some issues interacting with pf currently.

4114a6ae 07/17/2018 03:04 PM Stephen Jones

Fixed #8656 PHP7 fixed illegal string offsets

ef3d2cad 07/16/2018 10:35 PM Steve Beaver

Fixed #8654
Fixed PHP7 issue causing separators not to work at all

2b3b5975 05/12/2018 06:53 PM Steve Beaver

PHP7 - Resolve illegal string offset warning

46ffb68f 03/09/2018 12:50 AM Marius Halden

Migrate firewall rules to create_interface_list()

9c17359f 02/27/2018 02:14 PM Jim Pingle

Add tracker ID to firewall rule list and edit page. Implements #8348

b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

52e91f70 11/29/2017 11:15 PM Pi Ba

webgui, option to disable dragging of rules

e4e78af3 03/30/2017 03:49 PM Jim Pingle

Don't use usepost on firewall_rules.php for the tabs.

68eaa19f 03/21/2017 04:20 PM Doktor Notor

Add reason to write_config() calls

fcf29c87 03/13/2017 11:31 AM Phil Davis

Fix comment typo in firewall_rules.php

while I notice it

285aa44d 02/19/2017 11:46 AM Steve Beaver

Save tab value (if) in HTML

7c40255c 02/18/2017 10:24 PM Steve Beaver

Fixed #7277

84147b7b 02/13/2017 07:29 PM Steve Beaver

Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions - Firewall

4b72f68f 02/10/2017 09:22 PM Steve Beaver

Replace '_' with '_<wbr> when displaying alias names. Allows long alias names with underscores to word-break better.

e3947e77 02/10/2017 08:34 PM Steve Beaver

GET/POST conversion firewall_rules
guiconfig.php display_top_tabs supports "usepost" as an optional 4th argument

702fa4d0 02/01/2017 10:58 AM Phil Davis

Code with multiple %s in usr/local/www

815398fb 01/25/2017 09:05 AM Phil Davis

Standardize rules reloading message

edcd7535 01/10/2017 02:48 PM Phil Davis

Breadcrumb links

ffc4c4a3 12/30/2016 11:53 AM Renato Botelho

Merge pull request #3139 from stilez/patch-38

675c9e59 12/27/2016 01:15 AM Stilez y

improve CSS handling for icmp types (overflow/table)

Minor CSS and formatting improvement to layout for icmp types in rules table. With this change, if several icmp types are specified in the rule, if they won't fit into 2 lines the GUI automatically switches to a scrollable overflow instead, to preserve the table layout. Also underlining is per icmptype so commas etc aren't underlined which is much easier to read

ef0e956e 12/20/2016 10:06 PM Caio Plumbeo

Fix display of the number of states in the firewall rules page

For numbers greater than 1000 format_number() returns strings formatted like N.NNN K/M/G/T, that get cut to only the integer part if '%d' is used.

dd455f50 11/21/2016 03:37 PM Steve Beaver

Fixed #6939 by moving CSS only to the two pages that require it

7da65ab7 11/04/2016 08:25 PM Steve Beaver

Fixed #6895
by setting overflow-x: visible; in CSS

97eebb23 10/26/2016 10:12 PM Stilez y

coding layout fix

c7e31e37 10/26/2016 10:11 PM Stilez y

remove gettext() not needed

9a2d3fe1 09/25/2016 02:01 PM Stilez y

Simplify logic

00098bc8 09/21/2016 04:09 PM Steve Beaver

Fixed #6801

91822dc6 09/18/2016 07:55 AM Stilez y

move implode() to same line as previous change

16b91b19 09/18/2016 07:52 AM Stilez y

simplify avoiding loop. Also localise with gettext()

cf1aaf9c 09/15/2016 08:57 AM Stilez y

Enhance ICMP types in rules

See main PR for details

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

b12ea3fb 07/15/2016 07:30 PM Renato Botelho

Move to Apache License 2.0

c5d81585 07/15/2016 06:30 PM Renato Botelho

Review license / copyright on all files (final round)

c81ef6e2 06/27/2016 05:00 AM Phil Davis

Always use require_once

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....

92da593a 05/31/2016 10:13 PM Chris Buechler

Link to correct schedule from firewall_rules.php. Ticket #6428

1fd8a552 05/06/2016 08:10 PM NOYB NOYB

Miscellaneous Textual Correction - Firewall / Rules

c6a8ddf8 04/21/2016 04:52 PM Stephen Beaver

Show insertion point icons only if one or more rules have been selected

995454f3 04/21/2016 04:18 PM Stephen Beaver

ALternative fix for #6092 uses icon to indicate insertion point rather than cell border.

a7893b72 04/21/2016 02:04 PM Stephen Beaver

Updated #6092 as requested

ece727a7 04/14/2016 08:22 AM NOYB NOYB

Firewall / Rules - Underscore Line Wrap

Replace underscore with space in display text of certain fields to allow them to line wrap. ex: long alias names

d830a7f4 04/11/2016 02:27 PM Stephen Beaver

Fixed #6092

9e97598a 03/30/2016 08:55 AM NOYB NOYB

A couple of small corrections.

317b2852 03/30/2016 07:08 AM NOYB NOYB

Firewall / Rules - Remove Personalizations

Remove "you" personalizations.

f72e8ee1 03/24/2016 07:35 AM NOYB NOYB

HTML Compliance - Firewall / Rules

Error: Duplicate ID frrfc1918.
<tr id=frrfc1918>

f1d5b8ef 03/15/2016 09:23 PM Phil Davis

Comment typos - firewall_rules

4dbdb358 03/15/2016 07:49 PM Stephen Beaver

Highlight moved rows to confirm move

3f597adb 03/14/2016 09:08 PM Stephen Beaver

Re-commit change

533bce6f 03/14/2016 09:08 PM Stephen Beaver

Revert "Fixed #5983"

This reverts commit 9ec9978267a5d1985d6da8ba35d52b7174239d2f.

9ec99782 03/14/2016 07:23 PM Stephen Beaver

Fixed #5983

Added the ability to move multiple firewall rules via a "movre to here" icon (anchor)

acd05d2b 02/16/2016 10:14 AM NOYB NOYB

Firewall / Rules - Simplify Order-Store Loops

Replace indexing for loops with more easily readable key/value foreach loops.
Make the order-store rules selection logic consistent with the display rules selection logic.

f2066870 02/15/2016 08:42 AM NOYB NOYB

Firewall / Rules - for/foreach Vars

Replace for $i var with foreach $filteri var.

8545adde 02/14/2016 08:09 PM k-paulius

Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.

227c1181 02/13/2016 08:21 AM NOYB NOYB

Firewall Rules - for/foreach

Replace indexing for loops with more readable, and faster on arrays, key/value foreach loops.

a4f41878 02/12/2016 08:03 AM NOYB NOYB

Firewall / Rules - Consolidate Move Separators Function

Consolidate the moving of separators for add/copy/dup/delete into a generic function.

f5051b64 02/11/2016 02:46 PM Stephen Beaver

Merge pull request #2619 from NOYB/Firewall_/_Rules_-_Display_Separators_Efficiency

36bf13fd 02/11/2016 08:09 AM NOYB NOYB

Firewall / Rules - Display Separators Efficiency

Use a list of separator rows to call the display separator function only for rows which there are separator(s). More efficient than looping through the list of separators on every row.

3d7a8696 02/11/2016 04:33 AM k-paulius

Convert section titles to title case

8283e679 02/09/2016 07:44 PM Stephen Beaver

Merge pull request #2600 from NOYB/Firewall_/_Rules_-_Page_Efficiency_Upgrade

cafd2aa0 02/09/2016 07:29 PM Stephen Beaver

Added "Quick" icon to legend

b04d849d 02/09/2016 07:17 PM Stephen Beaver

Typo in icon color

e2461a2f 02/09/2016 07:14 PM Stephen Beaver

Fixed #5860

ccc62f13 02/09/2016 06:15 AM NOYB NOYB

Make display separators function generic and move to filter.inc.

fdb83ce0 02/09/2016 06:11 AM NOYB NOYB

Firewall / Rules - Page Efficiency Upgrade

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....

d4cb4cf3 02/09/2016 01:43 AM Stephen Beaver

Implemented #5846 as requested

e1e1ab07 02/05/2016 01:51 AM Stephen Beaver

Fixed #5841

85d49326 01/29/2016 04:20 PM Stephen Beaver

Remove bonus space

511053ad 01/29/2016 04:19 PM Stephen Beaver

Possible fix for #5752

2af731f8 01/29/2016 11:07 AM NewEraCracker

Minor cleanup

1) Undo typos in sasl.inc. 2) Remove unused code from CSS. 3) Correct typos in some comments. 4) Convert short_open_tag to full tags. 5) Make 'else' block look like the others.

7d8552fc 01/28/2016 08:54 PM Stephen Beaver

Separator bar stuff moved to pfSenseHelpers.js so that it can be more easily applied to other pages
Separators added to firewall_nat.php

1f73ccba 01/28/2016 06:08 PM Stephen Beaver

Remove no longer needed code

a4eef0c7 01/28/2016 06:00 PM Stephen Beaver

Adjest separators on rule move or delete

3d4f465f 01/28/2016 04:43 PM Phil Davis

Fixup text for delete rule confirmation popup

It is was asking "Are you sure you wish to delete?"
On any buttons that have a confirmation popup the title text needs to be something that works on the end of "Are you sure you wish to".

c54a42ea 01/28/2016 04:06 PM Renato Botelho

Update typo spotted by @phil-davis

32f29b1d 01/28/2016 02:40 PM Stephen Beaver

Remove href to prevent page scrolling on click

10ae204f 01/28/2016 02:11 PM Stephen Beaver

Cosmetic changes - part deux
Calculate colspans in casenumber of columns change again
"bytes" => "B" to reduce column width

0c61e497 01/28/2016 01:43 PM Stephen Beaver

Cosetic update - Part 1

cc2cff0b 01/28/2016 11:12 AM Luiz Souza

Show rule state details in firewall rules.

Inspired by pull request #1901 from marcelloc/hitcount_23_02.

State visualization and kill will be committed in a subsequent commit.

b13a8425 01/26/2016 07:58 PM Stephen Beaver

Fixed variable names for power save modes

51f89d51 01/26/2016 12:59 PM NOYB NOYB

HTML Compliance - Firewall Rules - Separator

The font element is obsolete. Use CSS instead.
<font class="bg-danger">The Bad</font>

fd4c4bb0 01/25/2016 03:38 PM Stephen Beaver

Typo

a2c5280d 01/24/2016 07:37 PM Stephen Beaver

Fixed #5810

05537592 01/24/2016 11:22 AM Stephen Beaver

Fix PR syntax error

a42399ac 01/22/2016 08:56 PM Colin Fleming

Tidy up "firewall_rules.php"

- add missing closing anachor tags
- close input tag correctly
- add missing closing TD tag
- remove invalid ALT

3b3a95e5 01/22/2016 05:21 PM Phil Davis

Fix #5794 remove print_info_box_np chackes for gettext("apply")

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....

c97a3f34 01/21/2016 10:44 AM Phil Davis

Remove close button from firewall_rules

Issue: https://redmine.pfsense.org/issues/5788

2794ddb4 01/20/2016 06:39 PM Stephen Beaver

Comment fix

659fe1e8 01/20/2016 04:59 PM Stephen Beaver

Remove debug

4979fb6a 01/20/2016 04:54 PM Stephen Beaver

Escape HTML on re-saving separator text

5d7b915d 01/20/2016 02:40 PM Stephen Beaver

Provide warning message onleavinghte page
Allow Esc key to cancel a new separator
Allow Enter key to save a new separator