Project

General

Profile

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

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

Breadcrumb links

(cherry picked from commit edcd75357f0e93b124159314d3306197d5312e6c)

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)

9461d208 07/08/2016 03:30 PM Phil Davis

Fix #6582 Allow import of ports

This change does:
1) Allow bulk import of a port alias. That happens when the Import
button is pressed from the Ports tab of the firewall_aliases screen.
2) Allow bulk import of an IP alias, automatically determine if the
imported data fits a host or network alias type. That happens when the...

3db367fb 07/08/2016 12:51 AM Phil Davis

Show "cannot delete alias" message as error

If I try to delete an alias that is in use, the "cannot delete alias" message was being displayed as the "success" color.
(cherry picked from commit 04b571e836077c436d109d982be5a8e710ff8aab)

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

5c87b716 04/04/2016 12:28 PM Stephen Beaver

Merge pull request #2808 from NOYB/Firewall_/_Aliases_-_Remove_Personalizations

(cherry picked from commit e8ea99014a38450ae28d58a6daf0cc60a33ff1e0)

c933c798 03/08/2016 08:25 PM Jim Pingle

Fix alias import icon visibility, and change to a more relevant icon. Fixes #5963

f6aebbcc 02/15/2016 03:16 PM NewEraCracker

Bring all calls of print_info_box to same standard

The call itself to print_info_box already echoes the content. There is no need of additionally using the short-open-echo tag on those calls to echo return value. The previous implementation shouldn't yell any visible issues as return is 'NULL' (undefined) which casts to an empty string when printing. But, just for the sake of conformity, this changes are advisable in my opinion.

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.

99a05a0a 02/12/2016 07:54 AM Chris Buechler

Delete URL table file when deleting an alias. Ticket #5856

250061b0 02/02/2016 04:14 PM Stephen Beaver

Per #4195
Alias table is now sortable

16e3a3e2 01/22/2016 05:21 PM Phil Davis

firewall_aliases add print_apply_box code

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

7d95365e 01/18/2016 06:15 PM Phil Davis

Internationalize firewall aliases and NAT

85d29bf5 01/11/2016 06:51 PM Stephen Beaver

Allow thee use of multiple infoblock on a page

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

5bff8af8 01/07/2016 12:09 PM NewEraCracker

Adjust more calls to print_info_box with unquoted strings

ac950976 01/05/2016 10:23 PM Colin Fleming

Add some more Bootsrap panels

"firewall_aliases.php"
- add gettext to the H2 tag
- remove debug code

"sevices_igmpproxy.php"
"services_pppoe.php"
"vpn_ipsec_keys.php"
"status_gateways.php"
"status_gateway_groups.php"
"statis_services.php"
"diag_arp.php"...

b40fb789 12/28/2015 07:13 PM Colin Fleming

Update "firewall_aliases.php"

Add Bootstrap panels to "firewall_aliases.php"

f9a2b76d 12/18/2015 02:59 PM Stephen Beaver

Fixed #5636

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 *

e1515be9 11/28/2015 03:00 PM Stephen Beaver

Alternative solution to PR 2117/#5527 preserving tab_array consistency.

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.

af5e730b 11/09/2015 06:51 PM Stephen Beaver

Fixed #5397

919d91f9 11/09/2015 08:47 AM Phil Davis

EOL whitespace and header consistency for www

c9df279d 11/06/2015 04:04 PM Stephen Beaver

Correction per Phil Davis

9da2cf1c 11/06/2015 12:12 AM Stephen Beaver

First batch of copyright updates

0619c9db 11/05/2015 02:05 PM Stephen Beaver

Convert system_certmanager.php to font awesome icons
Automatically add confirmation dialog to all fa-trash icons

c10cb196 11/05/2015 01:11 PM Stephen Beaver

Moved action-buttons in-line styling to pfSense.css

9d5a20cf 11/05/2015 11:38 AM jeroen van breedam

replace and find for icon-embed-btn

0149ef4d 11/04/2015 04:02 PM Stephen Beaver

AUtomatically add "info" icon where required

df4957e4 11/04/2015 02:15 PM Stephen Beaver

Revised button style on firewall_aliases.php as a model for all other table-based pages

5932fc6a 10/30/2015 05:57 PM jeroen van breedam

convert firewall_aliases to font-awesome

6cb366de 09/15/2015 12:48 PM Stephen Beaver

Double-click to edit, click to select, multi-delete and drag to re-order now supported on:
firewall-nat.php
firewall-nat-out.php
firewall_nat-1to1.php
firewall_rules.php

5e8f851f 09/02/2015 04:29 PM Phil Davis

Merge with latest bootstrap code

72f1f3ee 09/01/2015 04:24 PM Jim Pingle

Encode the rule description before displaying back to the user in an error when attempting to delete an in-use alias.

e6f34d22 08/31/2015 07:23 PM Phil Davis

bootstrap usr\local\www\f minor changes

03b19a93 08/26/2015 06:12 PM Renato Botelho

Merge branch 'master' into bootstrap

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/