Project

General

Profile

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

# Date Author Comment
ce77a9c4 01/01/2015 09:26 AM Phil Davis

Fix lineup of copyright lines

and module names and other bits of formatting and typos in header
comment sections.

ed2d1343 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

29aef6c4 11/11/2014 05:36 AM Jim Thompson

Change copyright statement to reflect reality

b9cf74c3 09/22/2014 11:18 AM Renato Botelho

Update jquery-ui components to 1.11.1, it fixes #3879"

d02491e6 09/14/2014 12:17 PM Colin Fleming

Tidy up "status_rrd_graph.php" XHTML

"id" attributes cannot start with a numeric character, so change "8hour"
to "eighthour" and "4year" to "fouryear".

8cd558b6 03/14/2014 08:24 PM ayvis

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

2cdb75f8 02/18/2014 02:24 PM robi robi

Update status_rrd_graph.php

Add NTP graphing

c2cc1721 09/26/2013 11:35 AM Colin Fleming

Update "status_rrd_graph.php" XHTML

Update SCRIPT statements with CDATA
Move the close HEAD statement
Move the FORM statement outside the main table
Close INPUT tag
Update HTML Boolean operators
Add closing table cell (TD) and table row (TR) tags so that the rows are...

c4877616 09/23/2013 02:00 PM Jim Pingle

Include the CP zone in the form parameters if one is defined. Fixes access to concurrent graph on zones other than the first/default.

a35c1cdf 07/07/2013 12:44 PM N0YB

Correct month, quarter (3 months), and 4 year RRD graphs length.

Longest possible month is 31 days, not 32.
Longest possible quarter (3 months) is 92 days (30+31+31), not 93 (31+31+31).
4 Years is 1461 days (365 x 4 + 1), not 1464 (366 x 4). Except about once every century or so when leap year is skipped 4 years is then 1460 days. But that is not going to happen again for a very long time. Unfortunately pfSense, nor anyone alive today will probably still be alive by then.

52034432 02/25/2013 12:32 PM Renato Botelho

Make sure captiveportal section of config is an array, reported on ticket #2838

8878f4bb 02/14/2013 11:42 AM Renato Botelho

Fix rrd display when captive portal is enabled

cba9d7d9 02/06/2013 05:54 PM Renato Botelho

Adjust RRD captive portal graphs for CP zones

- Create RRD configs per zone
- Add tabs to see graphs per zone
- Migrate existing rrd files to default cpZone
- While I'm here, call unset() for $rrdcreate and $rrdupdatesh

Resolves #2655

3a83296f 04/19/2012 06:27 PM Darren Embry

fix for Bug #2334 quality rrd graphs do not automatically refresh

id attributes can't have a period, someone didn't read w3c specs on id attributes ;-)

31d6f24b 03/23/2012 06:00 PM Darren Embry

pull jquery-ui.custom.css from themes/THEME if it exists there

otherwise pull /javascript/jquery/jquery-ui.custom.css,
which contains defaults.

ce49a7c9 03/23/2012 05:35 PM Darren Embry

Add date/time picker to Custom RRD graphs.

from: http://trentrichardson.com/examples/timepicker/

59418cee 03/22/2012 04:17 PM Darren Embry

Add date picker to the Custom RRD graph page to translate to unix time.

implements #1997.

http://redmine.pfsense.org/issues/1997

cfbfd941 01/19/2012 07:33 PM Seth Mos

The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone.
Replacing it surpresses all the warnings

4ec48253 11/16/2011 03:47 PM Scott Ullrich

Check uppercase strings

5d7791a2 11/16/2011 03:41 PM Scott Ullrich

Ensure style is set to a valid item

22aaee7d 11/14/2011 08:18 PM Seth Mos

Merge over the end period fix for the custom rrd graphs section.

78d84a88 10/22/2011 07:02 PM Vinícius Coque

Converting from prototype to jQuery status_*

0da02ef5 06/26/2011 04:36 AM Evgeny Yurchenko

Bug #1615. Half-fix.

20413b72 01/28/2011 03:16 PM Warren Baker

Added Captive Portal RRD graphs, there are two graphs one for the number of logged in users since last rrd poll, and concurrent number of users logged in.

97acf646 12/31/2010 10:18 AM Erik Fonnesbeck

Add new default option that makes RRD graphs with the old type of behavior for time periods, configurable on settings tab.

29640cee 12/31/2010 08:40 AM Erik Fonnesbeck

Use correct variable for this condition.

c23b4f0d 12/28/2010 08:04 PM Jim Pingle

Fix case statements, may fix rrd graph generation for certain periods.

0d86d650 12/22/2010 02:02 PM Ermal LUÇI

Remove extra (. Reported-by: http://forum.pfsense.org/index.php/topic,31246.msg161929.html#msg161929

c7cfbbd8 12/20/2010 10:30 PM Seth Mos

Reinvent the 8 hour graph period, this one should work properly, needs test

034f08e7 11/09/2010 04:38 PM Scott Ullrich

Fix Misc XSS issues

d60f510a 10/11/2010 07:58 AM Seth Mos

Unset the end time if we are graphing for the "current" period. That makes the graphs refresh correctly.

7d802394 09/12/2010 08:30 PM Seth Mos

Disable the 12 hour graph for now, it appears to have defective math.

17a71003 08/27/2010 06:05 PM Ermal LUÇI

Fixes #714. Do not show the cellular graphs if there is no ppp interface defined.

dfeb6800 08/27/2010 07:23 AM Seth Mos

Correct math for the 12 hour graph so it doesn't show the empty hours

2103b252 08/24/2010 05:24 AM Erik Fonnesbeck

Skip the placeholder databases when outbound is selected, too. Also don't check the name against the gateway list on anything but the quality tab.

44aef543 08/24/2010 04:50 AM Erik Fonnesbeck

See if the name matches a gateway instead of showing everything ending in -quality. Also do a more restrictive match when checking which graph to display, so it doesn't match ones it shouldn't. (for example, WAN matching both WAN and GW_WAN)

9cd5e6f5 08/24/2010 03:11 AM Erik Fonnesbeck

Allow System: Throughput RRD graph to be displayed. Ticket #715

85a4aab6 08/24/2010 01:51 AM Erik Fonnesbeck

Fix showing the current graph selection on the system RRD graphs.

58ed1013 08/23/2010 08:31 PM Seth Mos

Fix logic operator for graph endpoint

a0bd3417 08/17/2010 04:14 PM Seth Mos

Do not show the empty part of the graph by request of many

3e6ec5df 08/12/2010 03:34 PM Renato Botelho

Use

e4b57d26 08/12/2010 01:52 PM Renato Botelho

Use

c3ff89b4 08/09/2010 12:54 PM Renato Botelho

Merge remote branch 'mainline/master'

Conflicts:
usr/local/www/status_captiveportal.php
usr/local/www/status_rrd_graph.php
usr/local/www/status_wireless.php

5bc83824 08/05/2010 07:18 AM Seth Mos

Add 12 hour period starting from 8 in the morning. Thinking that would correspond better to human workdays.

3dbd3be9 08/04/2010 02:00 PM Carlos Eduardo Ramos

Fix gettext implementation on status_rrd_graph.php

b8219006 07/26/2010 08:13 PM Carlos Eduardo Ramos

Corrections gettext implementation on status_rrd_graph.php

d9a0c4b8 07/26/2010 07:17 PM Vinicius Coque

Merge remote branch 'mainline/master'

Conflicts:
usr/local/www/services_rfc2136.php
usr/local/www/services_snmp.php
usr/local/www/status_rrd_graph.php
usr/local/www/status_rrd_graph_settings.php

6216690b 07/24/2010 08:10 PM Seth Mos

Correct my email address, adjust copyright to 2010

edd2d8b7 07/23/2010 02:04 PM Seth Mos

Add OpenVPN users database, sync the tabs on the settings page.
Graphing page doesn't know about openvpn users yet. But that's ok.

6b0c5ae6 07/23/2010 09:40 AM Seth Mos

The custom graph option now works, this needs for a certain someone to
integrate a nice date picker that updates the fields with the correct
seconds.
Add tab for VPN databases which we don't have yet.

9dc37982 07/23/2010 08:28 AM Seth Mos

Further correct week graph, weeks start at monday, not sunday. Make
previous week work too.

002bc4ab 07/23/2010 07:59 AM Seth Mos

Fix the glob() to return only the files, not the pathnames, use chdir()
before.
Fix a possible injection of ../ in the database path by using basename()
Fix the week graph math so it is correct.

1d80829e 07/22/2010 05:04 PM Carlos Eduardo Ramos

Corrections gettext implementation on status_rrd_graph.php

4dea46ee 07/22/2010 01:10 PM Rafael Lucas

Implement gettext() calls on status_rrd_graph.php

496dcc19 07/20/2010 12:26 PM Jim Pingle

Replace this exec to find with a glob(). Fixes #751.

47e68f48 07/18/2010 08:20 PM Seth Mos

Commit first stab at a custom graph tab. Doesn't do anything yet, shouldn't break any existing graphs.

0423bf2c 07/15/2010 06:43 PM Seth Mos

round the date calculation result so that it results in 1 month instead
of 4 weeks which looks strange.

6a8cf738 07/15/2010 06:33 PM Seth Mos

Fix the calculus so the date goes backwards

161cd05c 07/15/2010 06:02 PM Seth Mos

Remove debugging line
Improve the scale so that it matches up the length of the period.
Style fixes

7d906758 07/15/2010 03:21 PM Seth Mos

Improve the RRD graph display

7432ce7b 01/03/2010 07:09 PM Seth Mos

Add more smarts to the RRD page, do not show tabs for database that do not exist, pick the 1st database for
wireless, cellular.

ec51a222 12/26/2009 10:36 PM Andrew Thompson

Add graphing for 3G cellular modems.

5208e648 12/07/2009 12:33 PM Ermal Luçi

Include needed files. Ticket #209.

483e6de8 11/21/2009 09:08 PM Scott Ullrich

Rework includes/require. This saves about 4 megabytes.
Simplify get_memory(). Tested on mips/i386

1d333258 09/15/2009 01:49 AM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

329bb764 04/07/2009 01:09 PM Seth Mos

Add some smarts so that it always shows the 1st found quality database with Static gateways
Replace ifthenelse with a switch

2e069686 03/13/2009 06:04 AM Bill Marquette

Move Scriptaculous/Prototype includes to head.inc and remove the code duplication

a927edff 03/11/2009 11:36 PM Seth Mos

Fixed the outbound macro for displaying the outbound interfaces with the Quality Graphs
Make sure we show either the gateway name or interface name on the graph top header

70281b3a 12/07/2008 06:21 PM Seth Mos

Redirect to settings page if not enabled per billm@

d9699f96 08/29/2008 10:45 PM Seth Mos

Show correct labels for psuedo databases.

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

2e76e612 07/08/2008 08:10 AM Seth Mos

Switch over to interface_has_gateway() for gateway detection

34aa4cce 02/23/2008 10:55 AM Ermal Luçi

Fix typo

21a0464c 02/23/2008 02:22 AM Ermal Luçi
  • Unbreak rrd graphs for queues and make them multiinterface aware
  • Add a new tab for queuedrops with multiinterface there is no way to have them in the same tab
  • Remove $GLOBAL where used and use proper accessor functions
  • Remove Manuel from copyright this file has been rewritten...
28b1cc39 11/16/2007 12:58 AM Scott Ullrich

Switch over to array style page titles. Obtained-from: m0n0wall

d88c6a9f 11/16/2007 12:48 AM Scott Ullrich

Switch over to array style page titles. Obtained-from: m0n0wall

2f80d451 10/21/2007 06:24 AM Seth Mos

Commit wireless frontend code

69487053 07/21/2007 09:47 PM Seth Mos

Add rrd graph settings page.
Bump config out of line with 1.2
Add rrd config upgrade code.

7828fd5b 07/16/2007 07:56 PM Seth Mos

Keep longer archives, allow for a 4 year span

2ab73e04 07/06/2007 09:41 PM Seth Mos

Use pattern matching for proper database selection.

b09c7214 03/08/2007 07:58 PM Seth Mos

Set default graph to processor

e3d7c123 03/08/2007 07:50 PM Seth Mos

Commit system throughput graph

9850b625 03/06/2007 10:23 AM Seth Mos

Cleanup code, fix dropdown selection.

c01d99da 03/03/2007 12:35 AM Seth Mos

Re-add missing queues graphs

35551994 02/26/2007 08:53 AM Seth Mos

Commit missed commit.
Should add group outbound.

683bf031 02/25/2007 10:42 PM Seth Mos

Fix ajax image refresh

89d25faf 02/24/2007 11:25 AM Seth Mos

New page layout and UI for the rrd graphs.

6ab7ae50 11/22/2006 05:47 PM Seth Mos

Merge newer rrd graphing code, drop down now only lists valid rrd
targets. Added CPU and States graphs. More logging in case of graph
generation. Minor bugfixes and cleanup.

d690d2c9 09/24/2006 11:17 PM Scott Ullrich

MFC 14473
Make sure we test for databases without interface information. e.g. spamd. Fixes report made in forum.

6668d4e6 07/26/2006 01:37 PM Scott Ullrich

MFC 13459
Only show enabled interfaces in the Interface drop down.

d81ec135 06/17/2006 03:46 PM Scott Ullrich

Graph fixes from Seth.

c5a39c34 04/24/2006 08:48 PM Scott Ullrich

Add dummy gettext() function

2e1b1327 04/24/2006 08:24 PM Scott Ullrich

MFC from -HEAD

cbe30115 04/24/2006 06:36 PM Scott Ullrich

MFC from -HEAD

39bcabb0 04/17/2006 05:10 PM Scott Ullrich

MFC 11607
If there is a error while creating the graph display it. It makes it easier to troubleshoot. The qeueus graph is a good example. Failed to create graph with error code 1, the error is: ERROR: No DS called 'qwanRoot' in '/var/db/rrd/wan-queues.rrd' Using this we can tell users what to do.

971cc14f 04/16/2006 11:46 PM Scott Ullrich

MFC 11475
They asked for something better, perhaps. Important: Wrap colors, when queues > 8 Important: speeds/if variables need filling? Anyone?

3bc6635d 04/13/2006 09:02 PM Scott Ullrich

MFC remove debugging code

91330edb 04/13/2006 06:21 PM Scott Ullrich

MFC SpamD fixes.

e45d5f07 04/12/2006 12:22 AM Scott Ullrich

Remove loading <div>

e07638f1 04/12/2006 12:21 AM Scott Ullrich

Refresh every 300 seconds with meta tag.