Allow setting a default scale type preference for the traffic graphs widget
I originally submitted this at https://redmine.pfsense.org/issues/2994but 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...
seperate date & time on traffic graphs
Auto codeset change for pfsense-utils.inc
Auto codeset updating for pfsense-utils.inc
never call parseInt without a radix.
Unbreak graphs
Use htmlspecialchars() for santitized output
Fix graph staggering, the old method was causing the graphs to diverge in update intervals over time.
Fix some javascripts broken on gettext() implementation
Implement gettext() calls on graph.php
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Include correct file'CVS: ----------------------------------------------------------------------
Include globals.inc first
Spell eval correctly
Ensure globals.inc is read in
require("guiconfig.inc");
Use correct variable
Require user auth
If themes/$themename/graph.php exists, source this file for customatributes (colors, etc)
Fix the Traffic Graph for Firefox case, which caches agressively and makes 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 ...
1) Redefine page privileges to not use static urls2) Accurate generation of privilege definitions from source3) Merging the user and group privileges into a single set4) Allow any privilege to be added to users or groups w/ inheritance...
Back out counter wrap fix from ticket 1494 as it causes more issues thenwe were trying to solve.
Fix courtesey of Billm, hackathon 2007 conversation.Forgotten commit.
Fix for Ticket #1494 was committed from my first stab at the fix and not the actual fixed code and ended up in ticket #1496
Ticket #1494 - when wrapping at 32bits, the difference is 32bits - last + current, not some massive negative number
Increase default time from 1 second to 3 which is far too short.
Allow graph to receive incoming refresh interval. Default is 1 sec.
Update graph refresh interval to 3 seconds from 1.
Remove #!/usr/local/bin/php
Revert old code
Now that CGI is fixed in LighTTPD, switch back to cgi version of ifstats to fix Ticket #828
s/2.5/1/
Port ifstats.c over to php.
Ticket #784
Sync w/ m0n0wall 1.21
Use pretty pfsense colors
stats.cgi -> ifstats.cgi
Support 1.5 native svg viewer in FF
Ticket #339: better fix, it's the nocache headers that are killing this inhttps
We should still require authentication though
Ticket #339: IE6 doesn't like us including guiconfig.inc when we do httpsRemoving it doesn't appear to have broken anything both IE and FF nowwork
Include guiconfig.inc so we can use auth.inc
Add $Id$ tag
add pfSense copyright, attribute Manuel Kasper and T. Lechat
change graphing colors
Initial revision