Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow setting a default scale type preference for the traffic graphs widget | dwayne voelker | 2013-12-07 | 1 | -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 graphs | Charlie Marshall | 2013-07-29 | 1 | -4/+6 |
| | |||||
* | Auto codeset change for pfsense-utils.inc | technical50 | 2013-05-10 | 1 | -1/+1 |
| | | | Auto codeset updating for pfsense-utils.inc | ||||
* | never call parseInt without a radix. | Darren Embry | 2012-09-06 | 1 | -2/+2 |
| | |||||
* | Unbreak graphs | Scott Ullrich | 2010-11-10 | 1 | -0/+1 |
| | |||||
* | Use htmlspecialchars() for santitized output | Scott Ullrich | 2010-11-06 | 1 | -3/+3 |
| | |||||
* | Fix graph staggering, the old method was causing the graphs to diverge in ↵ | jim-p | 2010-10-11 | 1 | -2/+7 |
| | | | | update intervals over time. | ||||
* | Fix some javascripts broken on gettext() implementation | Vinicius Coque | 2010-08-13 | 1 | -6/+6 |
| | |||||
* | Implement gettext() calls on graph.php | Carlos Eduardo Ramos | 2010-07-30 | 1 | -17/+17 |
| | |||||
* | Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵ | Scott Ullrich | 2009-09-14 | 1 | -0/+3 |
| | | | | include 2009 on files that I have asserted (C) on | ||||
* | Include correct file | Scott Ullrich | 2008-11-09 | 1 | -7/+8 |
| | | | | 'CVS: ---------------------------------------------------------------------- | ||||
* | Include globals.inc first | Scott Ullrich | 2008-11-09 | 1 | -1/+1 |
| | |||||
* | Spell eval correctly | Scott Ullrich | 2008-11-09 | 1 | -1/+1 |
| | |||||
* | Ensure globals.inc is read in | Scott Ullrich | 2008-11-09 | 1 | -0/+1 |
| | |||||
* | require("guiconfig.inc"); | Scott Ullrich | 2008-11-08 | 1 | -4/+1 |
| | |||||
* | Use correct variable | Scott Ullrich | 2008-11-06 | 1 | -1/+1 |
| | |||||
* | Require user auth | Scott Ullrich | 2008-11-06 | 1 | -0/+5 |
| | |||||
* | If themes/$themename/graph.php exists, source this file for custom | Scott Ullrich | 2008-10-31 | 1 | -2/+7 |
| | | | | atributes (colors, etc) | ||||
* | Fix the Traffic Graph for Firefox case, which caches agressively and makes ↵ | Ermal Luçi | 2008-09-16 | 1 | -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 Grooms | 2008-08-01 | 1 | -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 then | Seth Mos | 2007-11-01 | 1 | -13/+3 |
| | | | | we were trying to solve. | ||||
* | Fix courtesey of Billm, hackathon 2007 conversation. | Seth Mos | 2007-10-29 | 1 | -2/+2 |
| | | | | Forgotten commit. | ||||
* | Fix for Ticket #1494 was committed from my first stab at the fix and not the ↵ | Bill Marquette | 2007-10-26 | 1 | -2/+2 |
| | | | | actual fixed code and ended up in ticket #1496 | ||||
* | Ticket #1494 - when wrapping at 32bits, the difference is 32bits - last + ↵ | Bill Marquette | 2007-10-18 | 1 | -3/+13 |
| | | | | current, not some massive negative number | ||||
* | Increase default time from 1 second to 3 which is far too short. | Scott Ullrich | 2007-07-06 | 1 | -1/+1 |
| | |||||
* | Allow graph to receive incoming refresh interval. Default is 1 sec. | Scott Dale | 2007-05-24 | 1 | -1/+4 |
| | |||||
* | Update graph refresh interval to 3 seconds from 1. | Scott Ullrich | 2007-05-24 | 1 | -1/+1 |
| | |||||
* | Remove #!/usr/local/bin/php | Scott Ullrich | 2006-02-27 | 1 | -1/+0 |
| | |||||
* | Revert old code | Scott Ullrich | 2006-02-26 | 1 | -1/+2 |
| | |||||
* | Now that CGI is fixed in LighTTPD, switch back to cgi version of ifstats to ↵ | Scott Ullrich | 2006-02-26 | 1 | -1/+1 |
| | | | | fix Ticket #828 | ||||
* | s/2.5/1/ | Scott Ullrich | 2006-01-26 | 1 | -1/+1 |
| | |||||
* | Port ifstats.c over to php. | Scott Ullrich | 2006-01-25 | 1 | -2/+2 |
| | | | | Ticket #784 | ||||
* | Sync w/ m0n0wall 1.21 | Scott Ullrich | 2006-01-17 | 1 | -2/+3 |
| | |||||
* | Remove #!/usr/local/bin/php | Scott Ullrich | 2006-01-02 | 1 | -1/+0 |
| | |||||
* | Use pretty pfsense colors | Scott Ullrich | 2005-12-03 | 1 | -7/+7 |
| | |||||
* | stats.cgi -> ifstats.cgi | Scott Ullrich | 2005-12-03 | 1 | -1/+1 |
| | |||||
* | Support 1.5 native svg viewer in FF | Scott Ullrich | 2005-12-03 | 1 | -260/+281 |
| | |||||
* | Ticket #339: better fix, it's the nocache headers that are killing this in | Bill Marquette | 2005-08-13 | 1 | -2/+3 |
| | | | | https | ||||
* | We should still require authentication though | Bill Marquette | 2005-08-13 | 1 | -0/+3 |
| | |||||
* | Ticket #339: IE6 doesn't like us including guiconfig.inc when we do https | Bill Marquette | 2005-08-13 | 1 | -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.inc | Bill Marquette | 2005-05-16 | 1 | -0/+2 |
| | |||||
* | Add $Id$ tag | Bill Marquette | 2005-03-27 | 1 | -1/+2 |
| | |||||
* | add pfSense copyright, attribute Manuel Kasper and T. Lechat | Scott Ullrich | 2004-11-10 | 1 | -2/+2 |
| | |||||
* | change graphing colors | Scott Ullrich | 2004-11-10 | 1 | -22/+22 |
| | |||||
* | Initial revision | Scott Ullrich | 2004-11-07 | 1 | -0/+325 |