Project

General

Profile

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

# Date Author Comment
0c8fb222 12/07/2013 08:50 PM Dwayne Voelker

Allow setting a default scale type preference for the traffic graphs widget

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...

3bae4ee4 07/29/2013 10:00 PM Charlie Marshall

seperate date & time on traffic graphs

4a5d6b85 05/10/2013 07:39 AM N.Selim GUNER

Auto codeset change for pfsense-utils.inc

Auto codeset updating for pfsense-utils.inc

73567959 09/06/2012 05:08 PM Darren Embry

never call parseInt without a radix.

ce2078f7 11/11/2010 04:14 AM Scott Ullrich

Unbreak graphs

8625c24f 11/06/2010 04:24 PM Scott Ullrich

Use htmlspecialchars() for santitized output

9228de6c 10/11/2010 09:10 PM Jim Pingle

Fix graph staggering, the old method was causing the graphs to diverge in update intervals over time.

6c83f226 08/13/2010 05:31 PM Vinicius Coque

Fix some javascripts broken on gettext() implementation

8454080a 07/30/2010 12:18 PM Carlos Eduardo Ramos

Implement gettext() calls on graph.php

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

72d1b575 11/09/2008 08:58 PM Scott Ullrich

Include correct file
'CVS: ----------------------------------------------------------------------

8b379e47 11/09/2008 08:41 PM Scott Ullrich

Include globals.inc first

30d8e16e 11/09/2008 08:37 PM Scott Ullrich

Spell eval correctly

12e437a2 11/09/2008 08:32 PM Scott Ullrich

Ensure globals.inc is read in

11d409b0 11/08/2008 04:40 AM Scott Ullrich

require("guiconfig.inc");

7afdf66f 11/06/2008 07:11 PM Scott Ullrich

Use correct variable

beb54c8f 11/06/2008 07:09 PM Scott Ullrich

Require user auth

abe04218 10/31/2008 02:00 AM Scott Ullrich

If themes/$themename/graph.php exists, source this file for custom
atributes (colors, etc)

45581172 09/16/2008 06:18 PM Ermal Luçi

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.

6b07c15a 08/01/2008 06:30 AM Matthew Grooms

Rewrite the pfsense privilege system with the following goals in mind ...

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...

67c04e80 11/01/2007 10:17 PM Seth Mos

Back out counter wrap fix from ticket 1494 as it causes more issues then
we were trying to solve.

f0a3ac47 10/29/2007 10:00 PM Seth Mos

Fix courtesey of Billm, hackathon 2007 conversation.
Forgotten commit.

c24d0dd0 10/26/2007 02:05 AM Bill Marquette

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

84b28297 10/18/2007 09:53 PM Bill Marquette

Ticket #1494 - when wrapping at 32bits, the difference is 32bits - last + current, not some massive negative number

920e60b5 07/06/2007 12:09 AM Scott Ullrich

Increase default time from 1 second to 3 which is far too short.

358cb12c 05/24/2007 02:46 AM Scott Dale

Allow graph to receive incoming refresh interval. Default is 1 sec.

e8c27be8 05/24/2007 12:33 AM Scott Ullrich

Update graph refresh interval to 3 seconds from 1.

58089ad9 02/27/2006 01:59 AM Scott Ullrich

Remove #!/usr/local/bin/php

0543e1e9 02/26/2006 11:05 PM Scott Ullrich

Revert old code

a651b0f6 02/26/2006 10:02 PM Scott Ullrich

Now that CGI is fixed in LighTTPD, switch back to cgi version of ifstats to fix Ticket #828

d145a2b9 01/26/2006 12:57 AM Scott Ullrich

s/2.5/1/

19ac33af 01/25/2006 11:52 PM Scott Ullrich

Port ifstats.c over to php.

Ticket #784

985a897f 01/17/2006 12:47 AM Scott Ullrich

Sync w/ m0n0wall 1.21

e54d4de6 01/02/2006 11:46 PM Scott Ullrich

Remove #!/usr/local/bin/php

a85f75c2 12/03/2005 11:35 PM Scott Ullrich

Use pretty pfsense colors

6e97e831 12/03/2005 11:32 PM Scott Ullrich

stats.cgi -> ifstats.cgi

6afa3a82 12/03/2005 08:27 PM Scott Ullrich

Support 1.5 native svg viewer in FF

a9f365fe 08/13/2005 10:08 PM Bill Marquette

Ticket #339: better fix, it's the nocache headers that are killing this in
https

1ec7289b 08/13/2005 10:06 PM Bill Marquette

We should still require authentication though

26fe4f2e 08/13/2005 10:04 PM Bill Marquette

Ticket #339: IE6 doesn't like us including guiconfig.inc when we do https
Removing it doesn't appear to have broken anything both IE and FF now
work

f977ac60 05/16/2005 03:31 AM Bill Marquette

Include guiconfig.inc so we can use auth.inc

b46bfcf5 03/27/2005 10:31 PM Bill Marquette

Add $Id$ tag

16d9e6e4 11/10/2004 11:21 PM Scott Ullrich

add pfSense copyright, attribute Manuel Kasper and T. Lechat

66f8696f 11/10/2004 11:19 PM Scott Ullrich

change graphing colors

5b237745 11/07/2004 03:06 AM Scott Ullrich

Initial revision