summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_queues.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1721 from phil-davis/styleRenato Botelho2015-06-151-8/+5
|\
| * Code spacingPhil Davis2015-06-151-8/+5
| | | | | | | | | | | | | | 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.
* | status_queues missing semi-colonPhil Davis2015-06-151-1/+1
|/ | | This really looks like it should have a semi-colon. Somehow the PHP interpreter is not being fussy about it in this context, I guess being followed by the "endif;" keyword the interpreter guesses the previous statement must be done.
* Code style WWW StatusPhil Davis2015-05-151-53/+67
|
* Remove pre-check and post-check from Cache-ControlJose Luis Duran2015-04-141-1/+1
| | | | | | | If both `post-check` and `pre-check` are specified and set to `0`, both are entirely ignored: http://blogs.msdn.com/b/ieinternals/archive/2009/07/20/using-post_2d00_check-and-pre_2d00_check-cache-directives.aspx
* Combine Cache-Control header in one lineJose Luis Duran2015-04-141-12/+11
| | | | | | | | | | | | | Sorted by RFC 2616: Section 14.9.1 `no-cache` Section 14.9.2 `no-store` Section 14.9.4 `must-revalidate` Combined into one line with IE's `pre-check` and `post-check`. However, when both set to `0`, both are entirely ignored: http://blogs.msdn.com/b/ieinternals/archive/2009/07/20/using-post_2d00_check-and-pre_2d00_check-cache-directives.aspx
* Fix lineup of copyright linesPhil Davis2015-01-011-2/+2
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-2/+2
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-1/+2
|
* Tidy up "status_queues.php" XHTMLColin Fleming2014-06-031-0/+1
| | | | | Add closing BODY and closing HTML tags if "traffic shaping is not configured."
* Tidy up "status_queues.php" XHTMLColin Fleming2014-05-161-4/+6
| | | | | | Add CDATA sections to SCRIPTS Add SUMMARY to TABLES Move NOWRAP into CLASS statement
* xhtml Complianceayvis2014-03-141-2/+2
| | | replaced <br>, <br/> and </br> with <br />
* Status-Queues: Get the stats gauge for PPS or bandwidthMichele Di Maria2013-06-091-8/+30
| | | Let the user select the values to show in the stats gauge between PPS and bandwidth.
* Just make the page validate as XHTMLMichele Di Maria2013-03-031-16/+17
| | | The only XHTML errors remaining are the ones of the general includes. 
* Status Queue page: Adds the IF name not shown for FAIRQ or PRIQMichele Di Maria2013-02-261-7/+9
|
* Update usr/local/www/status_queues.phpMichele Di Maria2013-02-251-11/+16
| | | Fixes the Drops issue and adds the Queue length information to the page. 
* Status Queue: Uniform units in the interface.Michele Di Maria2013-02-201-2/+2
| | | Uniform units in the interface.
* Status Queue page: Fixes the bytes/bits unit in the page.Michele Di Maria2013-02-121-2/+15
|
* "Status-Queue" page: many interface improvementsMichele Di Maria2013-02-061-16/+32
| | | | | | Add many improvements: - Each queue background has a different color depending on the level - Improved the number format of the PPS data - The children queues can be collapsed/expanded
* Fixes links and PPSMichele Di Maria2013-01-311-15/+22
| | | | | | This change fixes: - Interface value in the links to the "Firewall: Traffic Shaper" page; - Read the proper PPS value from the qstats XML file. 
* Feature #2781: Hierarchical view of "Status-Queues" pageMichele Di Maria2013-01-291-2/+2
| | | | | | Second version of the new "Status-Queue" page. Requires the pfsense-tools/pfPorts/qstats/files/stats.c file to be recompiled.  This version has been released after Ermal's notes. 
* Feature #2781: Hierarchical view of "Status-Queues" pageMichele Di Maria2013-01-291-1/+2
| | | | | | | First version of the new "Status-Queue" page. Requires the pfsense-tools/pfPorts/qstats/files/stats.c file to be recompiled. Second version, made after Ermal's notes.
* Feature #2781: Hierarchical view of "Status-Queues" pageMichele Di Maria2013-01-291-94/+136
| | | | | | First version of the new "Status-Queue" page. Requires the pfsense-tools/pfPorts/qstats/files/stats.c file to be recompiled.
* More shortcutsjim-p2012-08-141-0/+1
|
* Add some safety belt checks to status_queues.php to prevent exec blocking or ↵jim-p2012-05-011-15/+23
| | | | infinite redirection loops. Better error display when things go wrong.
* making small fixes on jQuery codeVinicius Coque2012-01-211-1/+1
|
* Converting from prototype to jQuery status_*Vinicius Coque2011-10-221-11/+11
|
* Use the new daemon for status->queues until a proper chart javascript ↵Ermal2011-10-011-54/+52
| | | | library is availble
* CSRF startup code has been moved to guiconfig.incScott Ullrich2010-11-121-4/+0
|
* Handle AJAXScott Ullrich2010-11-111-0/+4
|
* Implement gettext() calls on status_queues.phpCarlos Eduardo Ramos2010-07-231-8/+8
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+4
| | | | include 2009 on files that I have asserted (C) on
* Update link to traffic shaper config because HTTP/500 errors are bad mmmkay?Scott Ullrich2009-08-201-1/+1
|
* Move Scriptaculous/Prototype includes to head.inc and remove the code ↵Bill Marquette2009-03-131-1/+0
| | | | duplication
* Fix missing single quoteBill Marquette2009-03-121-7/+9
| | | | Use Prototype the right way, have to observe for the DOM being loaded before using it (yes, some boxes can render the page fast enough that this doesn't matter...others...can't)
* add myself to copyright.Ermal Luçi2009-03-011-0/+1
|
* Convert Status:Queues to ajax. This changes makes it no finally block the ↵Ermal Luçi2009-03-011-78/+69
| | | | user interface and makes this page usable again.
* Cleanup the status queues so it does not does stupid things.Ermal Luçi2008-10-011-8/+0
| | | | Apparnetly this needs to be converted to 'ajax' calls as the traffic graph but for now live with this.
* 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
* Do not take into consideration root_ queues.Ermal Luçi2008-07-201-1/+4
|
* Correctly show interface names.Ermal Luçi2008-07-091-16/+3
|
* Fix an issue where the traffic shaper is not configured anwhich would make ↵Ermal Luçi2008-03-181-6/+2
| | | | the gui freeze.
* use friendly names, not opt namesBill Marquette2008-01-271-1/+5
|
* Propperly show the name of interface on the queues status page.Ermal Luçi2008-01-201-1/+1
|
* Remove an accidentally slipped in line.Ermal Luçi2008-01-171-1/+0
|
* Show the user the interface the queue is located to make it easier now that ↵Ermal Luçi2008-01-171-1/+12
| | | | the same queue name is used on multiple interfaces.
* Bring in the new traffic shaper.Ermal Luçi2008-01-111-3/+3
| | | | | | It is capable of multi interface shaping. Also bring the wizard up-to-date. Now it is capable of doing multi interface too.
* remove annoying and potentially problematic forced page refresh.Chris Buechler2007-12-171-2/+0
| | | | Ticket #1545
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
OpenPOWER on IntegriCloud