Revisions for nic/graph.php

Location: [ Horde ] / nic / graph.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
 
  Revision Date Author Log Message
1.19 (+2 -2 lines) 01/02/2008 06:13 AM Jan Schneider jan

Happy New Year

1.18 (+4 -2 lines) 10/30/2007 08:24 PM Jan Schneider jan

First round of copyright assignments.

1.17 (+2 -2 lines) 01/01/2007 07:41 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.16 (+11 -3 lines) 03/28/2006 07:36 AM Jan Schneider jan

Replace all unnecessary eval() calls.

1.15 (+4 -14 lines) 03/26/2006 12:37 AM Chuck Hagenbuch chuck

Cleanups.

1.14 (+7 -7 lines) 08/07/2004 10:09 PM Chuck Hagenbuch chuck

fix parse error

Submitted by: Joel Vandal <jvandal@infoteck.qc.ca>

1.13 (+2 -2 lines) 04/16/2004 01:12 PM Jan Schneider jan

Use temp path as configured.

1.12 (+2 -2 lines) 04/07/2004 10:43 AM Chuck Hagenbuch chuck

No more HORDE_LIBS.

1.11 (+2 -2 lines) 01/13/2004 03:18 PM Jan Schneider jan

Change paths to Graph.php.

1.10 (+7 -7 lines) 09/16/2003 07:07 PM Jan Schneider jan

Use the new Util:: class.

1.9 (+2 -2 lines) 09/01/2003 07:08 PM Jan Schneider jan

Simplify driver instantiation even more.

1.8 (+2 -2 lines) 08/22/2003 09:20 PM Jan Schneider jan

No hardcoded params anymore.

1.7 (+2 -2 lines) 07/28/2003 09:48 AM Chuck Hagenbuch chuck

Don't skip the first color.

1.6 (+1 -3 lines) 07/27/2003 08:26 PM Chuck Hagenbuch chuck

not jpgraph anymore

1.5 (+18 -46 lines) 07/27/2003 08:25 PM Chuck Hagenbuch chuck

- Add new Graph base code. Graphs in all Horde apps will have to be updated
- update NIC to use the new Graph code. We need some smarter axis
handling/scaling for this to look pretty, but it works.

1.4 (+5 -11 lines) 07/25/2003 04:41 PM Chuck Hagenbuch chuck

Start removing jpgraph stuff. Don't update Nic if you don't want to lose this
for a few days, but I'm hoping to implement line graphs and use them in Nic
this weekend.

1.3 (+16 -17 lines) 07/24/2003 09:29 AM Chuck Hagenbuch chuck

- We really shouldn't need to call urldecode()
- A few gettext and single quotes conversions

1.2 (+4 -4 lines) 06/13/2003 07:54 AM Jan Schneider jan

Make usage of jpgraph configurable.

1.1 05/05/2003 05:01 AM mikec

My current graph file. This requires jpgraph avaiable with all references to the class 'Text' replaces with 'JpGraph_Text'.
This needs to be dealt with some how.