summaryrefslogtreecommitdiffstats
path: root/usr/local/www/graph.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-232/+249
| | | | | | | 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.
* More www code style oddmentsPhil Davis2015-04-201-11/+12
|
* 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-9/+8
| | | | | | | | | | | | | 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
* Add missing encoding, as suggested by yakarRenato Botelho2015-03-231-1/+1
|
* 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
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Allow setting a default scale type preference for the traffic graphs widgetdwayne voelker2013-12-071-1/+5
| | | | | | | | | | | | | | I originally submitted this at https://redmine.pfsense.org/issues/2994 but it seems that is not used for commits now so I am adding it here. It works great on my box, and I can't see these changes causing any issues on other types. I like to have Autoscale (follow) set for the traffic graphs widget and hate having to click on Autoscale (up) to change it to follow every time I enter the dashboard page. This preference is written to the traffic graph widget section in config.xml
* seperate date & time on traffic graphsCharlie Marshall2013-07-291-4/+6
|
* Auto codeset change for pfsense-utils.inctechnical502013-05-101-1/+1
| | | Auto codeset updating for pfsense-utils.inc
* never call parseInt without a radix.Darren Embry2012-09-061-2/+2
|
* Unbreak graphsScott Ullrich2010-11-101-0/+1
|
* Use htmlspecialchars() for santitized outputScott Ullrich2010-11-061-3/+3
|
* Fix graph staggering, the old method was causing the graphs to diverge in ↵jim-p2010-10-111-2/+7
| | | | update intervals over time.
* Fix some javascripts broken on gettext() implementationVinicius Coque2010-08-131-6/+6
|
* Implement gettext() calls on graph.phpCarlos Eduardo Ramos2010-07-301-17/+17
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+3
| | | | include 2009 on files that I have asserted (C) on
* Include correct fileScott Ullrich2008-11-091-7/+8
| | | | 'CVS: ----------------------------------------------------------------------
* Include globals.inc firstScott Ullrich2008-11-091-1/+1
|
* Spell eval correctlyScott Ullrich2008-11-091-1/+1
|
* Ensure globals.inc is read inScott Ullrich2008-11-091-0/+1
|
* require("guiconfig.inc");Scott Ullrich2008-11-081-4/+1
|
* Use correct variableScott Ullrich2008-11-061-1/+1
|
* Require user authScott Ullrich2008-11-061-0/+5
|
* If themes/$themename/graph.php exists, source this file for customScott Ullrich2008-10-311-2/+7
| | | | atributes (colors, etc)
* Fix the Traffic Graph for Firefox case, which caches agressively and makes ↵Ermal Luçi2008-09-161-1/+5
| | | | the XMLHttpRequest calls return the same result and the output is just a red line at the end of the graph since the difference between the old and new traffic is always 0.
* 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
* Back out counter wrap fix from ticket 1494 as it causes more issues thenSeth Mos2007-11-011-13/+3
| | | | we were trying to solve.
* Fix courtesey of Billm, hackathon 2007 conversation.Seth Mos2007-10-291-2/+2
| | | | Forgotten commit.
* Fix for Ticket #1494 was committed from my first stab at the fix and not the ↵Bill Marquette2007-10-261-2/+2
| | | | actual fixed code and ended up in ticket #1496
* Ticket #1494 - when wrapping at 32bits, the difference is 32bits - last + ↵Bill Marquette2007-10-181-3/+13
| | | | current, not some massive negative number
* Increase default time from 1 second to 3 which is far too short.Scott Ullrich2007-07-061-1/+1
|
* Allow graph to receive incoming refresh interval. Default is 1 sec.Scott Dale2007-05-241-1/+4
|
* Update graph refresh interval to 3 seconds from 1.Scott Ullrich2007-05-241-1/+1
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-02-271-1/+0
|
* Revert old codeScott Ullrich2006-02-261-1/+2
|
* Now that CGI is fixed in LighTTPD, switch back to cgi version of ifstats to ↵Scott Ullrich2006-02-261-1/+1
| | | | fix Ticket #828
* s/2.5/1/Scott Ullrich2006-01-261-1/+1
|
* Port ifstats.c over to php.Scott Ullrich2006-01-251-2/+2
| | | | Ticket #784
* Sync w/ m0n0wall 1.21Scott Ullrich2006-01-171-2/+3
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Use pretty pfsense colorsScott Ullrich2005-12-031-7/+7
|
* stats.cgi -> ifstats.cgiScott Ullrich2005-12-031-1/+1
|
* Support 1.5 native svg viewer in FFScott Ullrich2005-12-031-260/+281
|
* Ticket #339: better fix, it's the nocache headers that are killing this inBill Marquette2005-08-131-2/+3
| | | | https
* We should still require authentication thoughBill Marquette2005-08-131-0/+3
|
* Ticket #339: IE6 doesn't like us including guiconfig.inc when we do httpsBill Marquette2005-08-131-2/+0
| | | | | Removing it doesn't appear to have broken anything both IE and FF now work
* Include guiconfig.inc so we can use auth.incBill Marquette2005-05-161-0/+2
|
* Add $Id$ tagBill Marquette2005-03-271-1/+2
|
OpenPOWER on IntegriCloud