Project

General

Profile

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

# Date Author Comment
de02dc29 02/11/2017 12:40 PM Phil Davis

Breadcrumb links

(cherry picked from commit edcd75357f0e93b124159314d3306197d5312e6c)

ab2822c8 12/30/2016 11:54 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...

cc20c205 12/30/2016 11:53 AM Stilez y

coding layout fix
(cherry picked from commit 97eebb23531bc95af2cde686641080851107c42c)

6b82964d 12/30/2016 11:53 AM Stilez y

remove gettext() not needed
(cherry picked from commit c7e31e37c1aa0a8e4154528a99a121c46ebf018d)

15ac04da 12/30/2016 11:53 AM Stilez y

move implode() to same line as previous change
(cherry picked from commit 91822dc6d0b829a34254638c5d15db72fe70932d)

82e6451e 12/30/2016 11:53 AM Stilez y

simplify avoiding loop. Also localise with gettext()
(cherry picked from commit 16b91b19e08e0778522c16e811754c22f03b5150)

73c57bf4 12/30/2016 11:53 AM Stilez y

Enhance ICMP types in rules

See main PR for details
(cherry picked from commit cf1aaf9c5afcd34ed6d2bebc577fd527c42c80b4)

6520f6c0 12/21/2016 11:46 AM 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.

(cherry picked from commit ef0e956e48ec1b97a307a546cbc24d00872cde1f)

f6973634 11/21/2016 03:38 PM Steve Beaver

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

d5cf0b70 11/04/2016 08:26 PM Steve Beaver

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

cc2c4d16 10/06/2016 06:01 PM Stilez y

Simplify logic
(cherry picked from commit 9a2d3fe1bf9bdad73fbffca44d5c1f02aa9825ae)

83b4b514 09/21/2016 04:10 PM Steve Beaver

Fixed #6801

(cherry picked from commit 00098bc80b6f85eb74f2f3bc2b4eb7430614110d)

2a2396a6 09/06/2016 09:19 PM Renato Botelho

Move copyright from ESF to Netgate

aaec5634 07/15/2016 06:32 PM Renato Botelho

Review license / copyright on all files (final round)

aceaf18c 06/27/2016 07:16 PM 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....

20f46e77 05/31/2016 10:13 PM Chris Buechler

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

0925f82d 05/07/2016 07:07 PM NOYB NOYB

Miscellaneous Textual Correction - Firewall / Rules

(cherry picked from commit 1fd8a5520602803108ef8bbb56b8ffd6493f2a00)

6a817d41 04/21/2016 04:53 PM Stephen Beaver

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

(cherry picked from commit c6a8ddf8135881d6e11bd4f17fe4e5d827eea73d)

348270c3 04/21/2016 04:19 PM Stephen Beaver

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

(cherry picked from commit 995454f305ac46606af0e3a289d98c7519a41498)

ed54644b 04/21/2016 02:06 PM Stephen Beaver

Updated #6092 as requested

(cherry picked from commit a7893b72fe9405293ad23d29d03e8985ede796d4)

faa020a3 04/18/2016 03:18 PM 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

(cherry picked from commit ece727a7b64a8766ad3087f8f59c0f1784e7a514)

e4751372 04/11/2016 02:28 PM Stephen Beaver

Fixed #6092

106d4586 04/04/2016 12:51 PM Stephen Beaver

Merge pull request #2809 from NOYB/Firewall_/_Rules_-_Remove_Personalizations

(cherry picked from commit 1cde3afb4c048f66ffd670c373a14d3d3cfa2a71)

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

78b4b127 01/20/2016 02:18 AM Stephen Beaver

Changed color scheme to use existing bg-* classes
Simplfied color change mechanism
Implemented "Cancel" button

e582bccc 01/19/2016 11:16 PM Stephen Beaver

Add colors to the separator bars

5b2f5ce2 01/19/2016 07:37 PM Stephen Beaver

Eliminate foreach for speed.

836cefa0 01/19/2016 07:07 PM Stephen Beaver

New separator text box has focus when created

a361a19b 01/19/2016 06:58 PM Stephen Beaver

Fixed issue with separator bar at very top of floating rule list

c64c9278 01/19/2016 05:56 PM Stephen Beaver

Completed basic #5373
May add a color option after some testing

2ca3384c 01/19/2016 04:12 PM Renato Botelho

Merge pull request #2477 from phil-davis/gt6

d62e733b 01/19/2016 02:45 PM Phil Davis

Internationalize firewall_rules pages

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

301e4aa0 01/19/2016 01:30 PM Stephen Beaver

Restore separator bar delete functionality

8a34b991 01/19/2016 01:18 PM Stephen Beaver

Add Javascript htmlchars() equivalent to dynamically created inputs
Temporarily remove function that broke action icons

5db29ca7 01/19/2016 11:11 AM Phil Davis

Fixup firewall rules schedule status images

1) $iconfn is not the var that contains the 'type' of block or reject.
2) In the bottom if-else of the diff "times-circle" was repeated twice.
3) It seemed odd to me that wen the schedule was out of its time that the icons would always be in "text-danger" color. My suggestion, make them "text-warning" which distinguishes them from the green or red that is shown when the schedule is active.

a683fa0a 01/18/2016 11:14 PM Stephen Beaver

Added separator delete icon

576437f5 01/18/2016 09:55 PM Stephen Beaver

Prototype #5373

95fa5cce 01/14/2016 05:31 PM Phil Davis

Consistent panel-heading h2

Make all the panel-heading uses also have consistent <h2
class="panel-title"> so they all display the same size.
Forum https://forum.pfsense.org/index.php?topic=105275.0

66c62a1a 01/14/2016 12:31 PM NewEraCracker

Replace abbreviations with complete word

35681930 01/07/2016 06:56 PM Stephen Beaver

Change the automatic information block to look for <div class="infoblock" instrad of <div id="infoblock"
Just makes more sense to use a class for this

ab6b1f47 01/06/2016 08:42 AM NOYB NOYB

HTML Compliance - Firewall / Rules / WAN

Attribute name not allowed on element table at this point.
<table name="ruletable" class="table table-hover table-striped table-condensed">

Unclosed element div.
End tag for body seen, but there were unclosed elements.

b54ae90f 01/05/2016 08:29 PM Jared Dillard

back out design changes for now

bdfea2e7 12/17/2015 02:22 PM Stephen Beaver

Fixed #5648

45e849c1 12/16/2015 09:13 PM Jared Dillard

improve firewall rules table (WIP)

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

67c2baf1 12/14/2015 05:33 PM Phil Davis

Coe style firewall *

29620ab5 12/12/2015 06:51 PM Jared Dillard

Fixed #5620 change css classes from icon- to text-

e5ec3bc8 12/03/2015 12:13 AM Jared Dillard

Ticket #5518 update firewall rule icon colors

05973e8e 11/29/2015 07:53 PM Stephen Beaver

Merge pull request #2134 from ExolonDX/branch_04

8fd9052f 11/29/2015 06:23 PM Colin Fleming

Type up SCRIPT tags

c4b60a9a 11/29/2015 05:37 PM Colin Fleming

Tidy up Boolean operators for HTML5

Remove the XHTML standard Boolean operators (makes reading HTML much
simpler).

df95836a 11/28/2015 03:10 PM Stephen Beaver

ALternative to PR 2118/#5527

c9de24a0 11/25/2015 10:20 PM Jared Dillard

change reject icon to hand

b5ef3ee9 11/25/2015 09:10 PM Jared Dillard

clean up firewall rules tables

5230f468 11/25/2015 04:48 PM Jim Pingle

Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.