Project

General

Profile

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

# Date Author Comment
7997ed44 11/15/2013 09:21 PM Renato Botelho

Many fixes on privileges, ticket #3216:

- Rename some privileges:
page-diag-system-activity => page-diagnostics-system-activity
page-interfacess-groups => page-interfaces-groups
page-interfacess-lagg => page-interfaces-lagg
page-interfacess-qinq => page-interfaces-qinq...

329bb072 04/16/2013 12:26 PM Colin Fleming

Tidy up "interfaces_group_edit.php" XHTML

Tidy up escaped forward slash in Javascript

5e3a7e82 04/15/2013 07:36 PM Colin Fleming

Tidy up "interfaces_groups_edit.php" XHTML

Add CDATA sections to SCRIPT tags
Close INPUT and IMG tags
Add missing quotes for VALUE attribute
Update HTML boolean operators

b32dd0a6 08/10/2012 05:32 PM Jim Pingle

Activate new shortcuts/status in the rest of the areas that are currently setup.

d865241e 01/06/2011 06:52 PM Jim Pingle

Don't run mb_convert_encoding on descr field, it's cdata protected in the config now and this just causes some characters to be lost on input. Ticket #1168

1dbc0c43 12/01/2010 11:22 AM Ermal LUÇI

Use correct variable name. Also related to Ticket #847.

bddc8818 11/13/2010 05:44 AM Erik Fonnesbeck

Form image buttons are submit buttons and thus default buttons, causing unwanted behavior with the enter key. Use links instead, where possible.

dd5bf424 11/12/2010 04:36 PM Scott Ullrich

Fix XSS issues

225a2f0b 11/12/2010 04:03 PM Scott Ullrich

Bring in XSS id fixes from m0n0wall

4d3c8697 08/31/2010 05:20 PM Ermal LUÇI

Fixes #862. Check if we have filter rules or nat rules.

22d0d529 08/06/2010 11:17 PM Erik Fonnesbeck

Update the interface group name in floating rules with multiple interfaces selected, too. Ticket #792

62663b54 08/06/2010 03:37 PM Ermal LUÇI

Ticket #792. Correctly unset the group name and update the new one if a interface group is renamed. For filter and nat rules too.

4256d115 08/03/2010 02:06 PM Renato Botelho

Merge remote branch 'mainline/master' into 3_interfaces

Conflicts:
usr/local/www/diag_nanobsd.php
usr/local/www/diag_packet_capture.php
usr/local/www/interfaces.php

4a71c087 07/27/2010 07:16 PM Ermal LUÇI

Fixes #745. Validate group name against existing interfaces.

6730eae1 07/14/2010 02:02 PM Carlos Eduardo Ramos

Checked gettext() implementation on interfaces_groups_edit.php

a9a7a131 07/06/2010 04:37 PM Rafael Lucas

Implement gettext calls on interfaces_groups_edit.php

f2c3db14 02/21/2010 06:00 AM Chris Buechler

fix text

7d3f9576 02/21/2010 05:56 AM Chris Buechler

fix text

7ac5a4cb 09/14/2009 11:14 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

45316b1c 04/26/2009 03:19 PM Ermal Luçi

Resotre check back seems like empty() does not like 0.

c1d00335 04/26/2009 03:18 PM Ermal Luçi

Comment check out seems something is not well with php.

42753d25 03/17/2009 12:01 AM Ermal Luçi

Actually merge the part that does the real work with FreeBSD groups.

0ec2fdf0 03/16/2009 11:48 PM Ermal Luçi
  • Introduce interface groups. For now they are availble only on Firewall:Rules section maybe it would be usable to have tham on nat too.
  • Some fixes and cleanup.