Project

General

Profile

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

# Date Author Comment
a8f63907 04/03/2013 04:18 PM Colin Fleming

Tidy up "firewall_shaper_vinterface.php" XHTML

Remove P tag and class from shaper message
Swap TABLE and DIV tags around, TABLE cannot contain a DIV tag

2174be22 03/22/2013 02:42 PM Colin Fleming

Tidy up "traffic shaper limiter" XHTML

Close INPUT, BR, IMG and P tags
Add "alt" to IMG tags
Deprecate ampersand in ANCHOR tags
Add CDATA section to scripts
Move "tree.css" and "tree.js" to the HEAD statement and manually close
the HEAD statement
Spelling mistatke...

fbfed5ba 10/23/2012 08:56 PM Ermal LUÇI

Correct issues with limiters. 1. correct spelling of config option 2. avoid duplicating javascript

184c7952 10/23/2012 02:31 PM Cyrill B

Fix limiter error

902f1bd8 10/23/2012 02:06 PM Cyrill B

Fix limiter error

2c7bdd05 10/23/2012 01:56 PM Cyrill B

Fix limiter error

09a49064 10/23/2012 01:35 PM Cyrill B

Fix limiter error

3a343d73 10/09/2012 07:17 PM Jim Pingle

Refine saving/applying on more pages - don't show apply or take an action unless the user is allowed to do that.

c9ba2f8a 10/09/2012 05:44 PM Ermal LUÇI

Make limiters have a schedule specified which applie bandwidth limits during that period

d71fc5d3 08/14/2012 06:35 PM Jim Pingle

More shortcuts

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

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

85a236e9 06/01/2012 07:51 PM Ermal LUÇI

Fixes #2428. Reference limiters in rules by name to avoid issues. Also put upgrade code for existing configs. The same fix is necessary for 2.0.x though not sure how this should be committed there.

d1d0a1ad 07/18/2011 05:33 PM Vinicius Coque

makes correct use of printf and gettext

removes variables names and replace it with '%s'

6be14e38 03/22/2011 06:19 PM Ermal LUÇI

Unbreak adding subqueues to limiters. Correct some text in the way.

1cbe86f0 02/09/2011 09:41 PM Ermal LUÇI

Fixes #1207. Allow renaming a limiter. Also prevent a limiter to be deleted if it is referenced in filter rules.

daab67a1 11/10/2010 02:49 PM Scott Ullrich

Fix misc XSS issues from davey b

ee9933b6 08/12/2010 02:15 PM Renato Botelho

Use

0af92804 07/13/2010 05:00 PM Carlos Eduardo Ramos

Checked gettext() implementation on firewall_shaper_vinterface.php

a38cb9d0 07/02/2010 08:55 PM Vinicius Coque

Fixing gettext() calls on firewall_shaper_vinterface.php

bb6e50d3 06/29/2010 02:09 PM Rafael Lucas

Implement gettext() calls

d8a8bb73 06/29/2010 02:04 PM Rafael Lucas

Implement gettext() calls

b9b9b4d8 06/02/2010 02:42 PM Jim Pingle

Add status links to shaper pages.

34a3694b 05/04/2010 04:10 PM Ermal LUÇI

Fix displaying the Enable/Disable checkbox. Previously after a save button click it will show the old saved value.

7a927e67 11/22/2009 12:28 AM Scott Ullrich

Require filter.inc and shaper.inc

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

70b139a3 08/27/2009 11:29 PM Chris Buechler

Grammar fixes, patch from Josh Stompro

a368a026 06/30/2009 05:15 PM Ermal Luçi
  • Reorganize the 'apply' button infrustructure in the GUI.
    - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals.
    - Convert all pages to the new infrustructure...
0027de0a 05/08/2009 06:42 PM Ermal Luçi
  • Create two new functions lock($subsystem)/unlock() to have more reliable locking using semaphores.
    This function can sleep till the resource is free and can help find not well behaving code.
  • Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this....
f63d5b66 12/20/2008 11:57 PM Helder Pereira

This patch adds the initial support for layer7 protocol inspection gui.

6b07c15a 08/01/2008 06:30 AM Matthew Grooms

Rewrite the pfsense privilege system with the following goals in mind ...

1) Redefine page privileges to not use static urls
2) Accurate generation of privilege definitions from source
3) Merging the user and group privileges into a single set
4) Allow any privilege to be added to users or groups w/ inheritance...

9bb1524c 07/17/2008 04:52 PM Ermal Luçi

Replace create button with a gif image and text.

cc72f352 07/17/2008 04:24 PM Ermal Luçi

Improve javascrpt.

12a72ca1 07/16/2008 10:41 PM Ermal Luçi

Catch up with javascript.

b7d124fe 07/16/2008 10:34 PM Ermal Luçi

Add javascript to show advanced portions of config options.

1fa12d94 07/16/2008 10:07 PM Ermal Luçi

Remove 'Remove all' button and rename the create button to the new name!

6d0c07ea 07/16/2008 10:06 PM Ermal Luçi

Rename for not confusing people!

d3e5e7df 07/16/2008 07:33 PM Ermal Luçi

Make dummynet page visible in the frontend under the "Virtual Interfaces" tab.
So people can think of pipes as virtual interfaces as it seem easier to grok.

585a8faf 07/16/2008 06:29 PM Ermal Luçi

Insert frontend code for dummynet(4).