summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_wizards.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-3/+3
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style firewall shaperPhil Davis2015-05-111-3/+4
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Remove 'multi lan/single wan' and 'multi wan/single lan' traffic shaper ↵Renato Botelho2014-07-241-2/+0
| | | | wizards, multi lan/wan can be used to replace any of them
* Replace exec() and system() calls by internal functionsRenato Botelho2014-07-241-3/+4
|
* Fix indent and whitespacesRenato Botelho2014-07-241-42/+54
|
* replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these ↵ayvis2014-03-181-2/+2
| | | | files to UTF-8
* Switch to php-fpm for lighty and check_reload_status will use it. Step by ↵Ermal2013-12-141-2/+1
| | | | step will migrate the other calls
* Tidy up "traffic shaper wizard" XHTMLColin Fleming2013-03-221-11/+11
| | | | | | Move "tree.css" to the HEAD statement and manually close the HEAD statement Close BR and P tags
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-1/+1
|
* Fixing gettext calls on firewall_shaper_wizards.phpVinicius Coque2010-07-021-8/+8
|
* Review gettext() calls on firewall_shaper_wizards.phpheitor.lessa2010-06-301-3/+3
|
* Implement gettext() calls on firewall_shaper_wizards.phpRenato Botelho2010-06-301-12/+12
| | | | | | Conflicts: usr/local/www/firewall_shaper_wizards.php
* Implemment gettext() callsJeann2010-06-291-3/+3
|
* Implemment gettext() callsJeann2010-06-291-1/+1
|
* Add status links to shaper pages.jim-p2010-06-021-0/+1
|
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-2/+6
| | | | include 2009 on files that I have asserted (C) on
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-3/+3
| | | | | | - 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 - This improves a lot the control on this notification
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-4/+1
| | | | | | | | | | | 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. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* This patch adds the initial support for layer7 protocol inspection gui.Helder Pereira2008-12-201-1/+2
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 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 5) Cleaning up the related WebUI pages
* Remove stray 'Array' title.Ermal Luçi2008-07-191-1/+0
|
* correctly show limiter tab on wizards page.Ermal Luçi2008-07-161-1/+2
|
* * Remove the previous added wizardErmal Luçi2008-03-271-1/+0
| | | | | | * Make the wizard generate 2 levels of queues for Local/Lan interfaces by default * Create a rule between Local interafces for multi Lan wizard * Fix other bugs on the wizards
* Make the new wizard visible to the userErmal Luçi2008-03-271-0/+1
|
* Remove rrd files every time the wizard changes(for now).Ermal Luçi2008-03-191-0/+23
|
* Rename the tab to just "Wizards", and modify all pages to send to the new ↵Ermal Luçi2008-03-171-2/+2
| | | | page when selecting the shaper wizards tab.
* Insert a page for selecting which wizard to useErmal Luçi2008-03-171-0/+97
OpenPOWER on IntegriCloud