Project

General

Profile

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

# Date Author Comment
23ca5695 01/09/2015 06:40 AM Chris Buechler

This broke a variety of things. Revert "Deprecated and non-static method messages"

This reverts commit 91b9a02fb131746c67fdf9f34282f123a13f1b13.

91b9a02f 01/08/2015 07:35 PM Phil Davis

Deprecated and non-static method messages

Fix various files that can emit messages like:
PHP Strict Standards: Non-static method SimplePie_Misc::array_unique()
should not be called statically, assuming $this from incompatible
context in /etc/inc/simplepie/simplepie.inc on line 5508...

ce77a9c4 01/01/2015 09:26 AM Phil Davis

Fix lineup of copyright lines

and module names and other bits of formatting and typos in header
comment sections.

ed2d1343 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

29aef6c4 11/11/2014 05:36 AM Jim Thompson

Change copyright statement to reflect reality

1d7ba683 03/18/2014 07:09 PM ayvis

replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these files to UTF-8

ea51e9f8 09/12/2013 02:29 PM Renato Botelho

Remove call-time pass by reference from traffic shaper files, it should fix #2565

e573ee95 04/03/2013 04:23 PM Colin Fleming

Tidy up "firewall_shaper_layer7.php" XHTML

Add missing closing SPAN tag
Remove P tag and class from shaper message
Swap TABLE and DIV tags
Add CDATA sections to SCRIPT tags and escape closing SECTION and OPTION
tags
Add missing TR tag
Add missing end DIV tag

e750c0af 03/22/2013 02:54 PM Colin Fleming

Tidy up "traffic shaper layer7" XHTML

Close INPUT, BR, P and IMG tags
Add "alt" to IMG tags
Add CDATA section to scripts
Move "tree.css" and "tree.js" to the HEAD statement and close the HEAD
statement manually
Spelling mistake
Update PHP shorthand tag
Update HTML boolean operators

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.

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

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

b450c94e 11/17/2010 04:47 AM Jim Pingle

Fix typo in comment.

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

e73b001e 08/12/2010 03:55 PM Renato Botelho

Merge remote branch 'mainline/master'

Conflicts:
usr/local/www/diag_smart.php
usr/local/www/firewall_rules_edit.php
usr/local/www/interfaces.php
usr/local/www/load_balancer_pool_edit.php
usr/local/www/pkg_mgr_settings.php

b11cdf92 08/12/2010 02:04 PM Renato Botelho

Use

e36c52f4 08/12/2010 04:17 AM Erik Fonnesbeck

Remove or simplify some (s)printf calls.

4b368bb9 07/13/2010 05:05 PM Carlos Eduardo Ramos

Checked gettext() implementation on firewall_shaper_layer7.php

6a87dc9c 07/12/2010 04:46 PM Carlos Eduardo Ramos

Checked gettext() implementation on firewall_shaper_layer7.php

bb78a6fe 07/02/2010 06:51 PM Vinicius Coque

Fixing gettext calls on firewall_shaper_layer7.php

936d4bd2 06/30/2010 09:27 AM Neriberto C.Prado

Review of firewall_shaper_layer7

813a3ef6 06/29/2010 12:05 PM Neriberto C.Prado

Implement gettext() calls in firewall_shaper_layer7.php

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

Add status links to shaper pages.

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

Require filter.inc and shaper.inc

51b14faa 11/10/2009 11:40 AM Ermal Luçi

Do not 'spam' a new ipfw-classifyd for each save. If we hit save for an existing configuration(did changes to existing one) just tell ipfw-classifyd to reload the config.

21d40ff9 11/10/2009 11:20 AM Ermal Luçi

Remove \r it makes editing in vi ugly.

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

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....
47d29c1d 01/07/2009 10:42 PM Helder Pereira

Removed hard limit that was limiting the number of protocols to 100

10fd80c2 12/21/2008 10:46 PM Helder Pereira

Using correct functiona

4e8a0417 12/21/2008 10:00 PM Ermal Luçi

Use propper functions.

6ef708ec 12/21/2008 07:22 PM Helder Pereira

Also removed "action allow" from a javascript array

29220c55 12/21/2008 07:12 PM Helder Pereira

Removed "action allow" from layer7 rules definition since it didn't make sense

f63d5b66 12/20/2008 11:57 PM Helder Pereira

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