| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure captiveportal section of config is an array, reported on ticket #2838 | Renato Botelho | 2013-02-25 | 1 | -1/+1 |
* | Fix rrd display when captive portal is enabled | Renato Botelho | 2013-02-14 | 1 | -2/+2 |
* | Adjust RRD captive portal graphs for CP zones | Renato Botelho | 2013-02-06 | 1 | -7/+45 |
* | fix for Bug #2334 quality rrd graphs do not automatically refresh | Darren Embry | 2012-04-19 | 1 | -5/+14 |
* | pull jquery-ui.custom.css from themes/THEME if it exists there | Darren Embry | 2012-03-23 | 1 | -1/+5 |
* | Add date/time picker to Custom RRD graphs. | Darren Embry | 2012-03-23 | 1 | -4/+27 |
* | Add date picker to the Custom RRD graph page to translate to unix time. | Darren Embry | 2012-03-22 | 1 | -7/+26 |
* | The function split() is replaced by the function explode(). Starting with PHP... | smos | 2012-01-19 | 1 | -4/+4 |
* | Check uppercase strings | Scott Ullrich | 2011-11-16 | 1 | -1/+1 |
* | Ensure style is set to a valid item | Scott Ullrich | 2011-11-16 | 1 | -4/+10 |
* | Merge over the end period fix for the custom rrd graphs section. | smos | 2011-11-14 | 1 | -1/+1 |
* | Converting from prototype to jQuery status_* | Vinicius Coque | 2011-10-22 | 1 | -2/+2 |
* | Bug #1615. Half-fix. | Evgeny Yurchenko | 2011-06-26 | 1 | -1/+1 |
* | Added Captive Portal RRD graphs, there are two graphs one for the number of l... | Warren Baker | 2011-01-28 | 1 | -0/+16 |
* | Add new default option that makes RRD graphs with the old type of behavior fo... | Erik Fonnesbeck | 2010-12-31 | 1 | -76/+94 |
* | Use correct variable for this condition. | Erik Fonnesbeck | 2010-12-31 | 1 | -1/+1 |
* | Fix case statements, may fix rrd graph generation for certain periods. | jim-p | 2010-12-28 | 1 | -2/+2 |
* | Remove extra (. Reported-by: http://forum.pfsense.org/index.php/topic,31246.m... | Ermal | 2010-12-22 | 1 | -1/+1 |
* | Reinvent the 8 hour graph period, this one should work properly, needs test | smos | 2010-12-20 | 1 | -9/+18 |
* | Fix Misc XSS issues | Scott Ullrich | 2010-11-09 | 1 | -2/+1 |
* | Unset the end time if we are graphing for the "current" period. That makes th... | smos | 2010-10-11 | 1 | -1/+3 |
* | Disable the 12 hour graph for now, it appears to have defective math. | smos | 2010-09-12 | 1 | -1/+1 |
* | Fixes #714. Do not show the cellular graphs if there is no ppp interface defi... | Ermal | 2010-08-27 | 1 | -1/+1 |
* | Correct math for the 12 hour graph so it doesn't show the empty hours | smos | 2010-08-27 | 1 | -1/+1 |
* | Skip the placeholder databases when outbound is selected, too. Also don't ch... | Erik Fonnesbeck | 2010-08-23 | 1 | -3/+19 |
* | See if the name matches a gateway instead of showing everything ending in -qu... | Erik Fonnesbeck | 2010-08-23 | 1 | -7/+28 |
* | Allow System: Throughput RRD graph to be displayed. Ticket #715 | Erik Fonnesbeck | 2010-08-23 | 1 | -4/+8 |
* | Fix showing the current graph selection on the system RRD graphs. | Erik Fonnesbeck | 2010-08-23 | 1 | -3/+3 |
* | Fix logic operator for graph endpoint | smos | 2010-08-23 | 1 | -7/+8 |
* | Do not show the empty part of the graph by request of many | smos | 2010-08-17 | 1 | -7/+14 |
* | Use <?php instead of <? | Renato Botelho | 2010-08-12 | 1 | -4/+4 |
* | Use <?php instead of the short form | Renato Botelho | 2010-08-12 | 1 | -1/+1 |
* | Merge remote branch 'mainline/master' | Renato Botelho | 2010-08-09 | 1 | -1/+13 |
|\ |
|
| * | Add 12 hour period starting from 8 in the morning. Thinking that would corres... | smos | 2010-08-05 | 1 | -1/+13 |
* | | Fix gettext implementation on status_rrd_graph.php | Carlos Eduardo Ramos | 2010-08-04 | 1 | -3/+3 |
* | | Corrections gettext implementation on status_rrd_graph.php | Carlos Eduardo Ramos | 2010-07-26 | 1 | -1/+1 |
* | | Merge remote branch 'mainline/master' | Vinicius Coque | 2010-07-26 | 1 | -58/+99 |
|\ \
| |/ |
|
| * | Correct my email address, adjust copyright to 2010 | smos | 2010-07-24 | 1 | -1/+1 |
| * | Add OpenVPN users database, sync the tabs on the settings page. | smos | 2010-07-23 | 1 | -13/+13 |
| * | The custom graph option now works, this needs for a certain someone to | smos | 2010-07-23 | 1 | -47/+79 |
| * | Further correct week graph, weeks start at monday, not sunday. Make | smos | 2010-07-23 | 1 | -3/+11 |
| * | Fix the glob() to return only the files, not the pathnames, use chdir() | smos | 2010-07-23 | 1 | -4/+5 |
* | | Corrections gettext implementation on status_rrd_graph.php | Carlos Eduardo Ramos | 2010-07-22 | 1 | -7/+7 |
* | | Implement gettext() calls on status_rrd_graph.php | Rafael Lucas | 2010-07-22 | 1 | -13/+13 |
|/ |
|
* | Replace this exec to find with a glob(). Fixes #751. | jim-p | 2010-07-20 | 1 | -3/+1 |
* | Commit first stab at a custom graph tab. Doesn't do anything yet, shouldn't b... | smos | 2010-07-18 | 1 | -11/+59 |
* | round the date calculation result so that it results in 1 month instead | smos | 2010-07-15 | 1 | -2/+2 |
* | Fix the calculus so the date goes backwards | smos | 2010-07-15 | 1 | -13/+14 |
* | Remove debugging line | smos | 2010-07-15 | 1 | -2/+2 |
* | Improve the RRD graph display | smos | 2010-07-15 | 1 | -7/+81 |