/[drupal]/contributions/modules/fusioncharts/fusioncharts.module
ViewVC logotype

Log of /contributions/modules/fusioncharts/fusioncharts.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.14.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 28 05:02:39 2009 UTC (5 months ago) by aaron1234nz
Branch: DRUPAL-6--1
Changes since 1.14.2.11: +238 -65 lines
Diff to previous 1.14.2.11 , to branch point 1.14 , to next main 1.18
applied http://drupal.org/files/issues/fusioncharts-integration-487596-4.patch to enable the paid version of FusionCharts to be used.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 21 10:32:27 2009 UTC (7 months, 1 week ago) by aaron1234nz
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-1, HEAD
Changes since 1.17: +20 -8 lines
Diff to previous 1.17
Recomit Drupal 5 to HEAD

Revision 1.14.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 21 10:19:23 2009 UTC (7 months, 1 week ago) by aaron1234nz
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Branch point for: DRUPAL-7--1
Changes since 1.14.2.10: +29 -7 lines
Diff to previous 1.14.2.10 , to branch point 1.14
Fixed symbol encoding http://drupal.org/node/434460

Revision 1.14.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 15 03:17:39 2009 UTC (8 months, 2 weeks ago) by aaron1234nz
Branch: DRUPAL-6--1
Changes since 1.14.2.9: +9 -1 lines
Diff to previous 1.14.2.9 , to branch point 1.14
*** empty log message ***

Revision 1.14.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 5 08:13:14 2009 UTC (8 months, 3 weeks ago) by aaron1234nz
Branch: DRUPAL-6--1
Changes since 1.14.2.8: +7 -8 lines
Diff to previous 1.14.2.8 , to branch point 1.14
added change as suggested here
http://drupal.org/node/390586

Revision 1.14.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 5 08:03:39 2009 UTC (8 months, 3 weeks ago) by aaron1234nz
Branch: DRUPAL-6--1
Changes since 1.14.2.7: +113 -3 lines
Diff to previous 1.14.2.7 , to branch point 1.14
Changed chart types to run off a function rather than a system variable as some people were having issues with this.
Added an error message for single series charts when the data is malformed

Revision 1.14.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 22 07:00:47 2009 UTC (9 months ago) by aaron1234nz
Branch: DRUPAL-6--1
Changes since 1.14.2.6: +19 -1 lines
Diff to previous 1.14.2.6 , to branch point 1.14
added link facility as per request at http://drupal.org/node/379752

Revision 1.14.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 14 19:47:27 2009 UTC (9 months, 1 week ago) by aaron1234nz
Branch: DRUPAL-6--1
Changes since 1.14.2.5: +11 -6 lines
Diff to previous 1.14.2.5 , to branch point 1.14
* Add support for fusioncharts CCK
* Modify matrix.inc to work with cck
* Add revision support for fusioncharts nodes

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 9 10:32:52 2009 UTC (9 months, 2 weeks ago) by aaron1234nz
Branch: MAIN
Changes since 1.16: +1118 -196 lines
Diff to previous 1.16
 fixed revisions bug http://drupal.org/node/371360 and renamed some theme functions so they did not conflict with matrix module

Revision 1.14.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 22:53:18 2009 UTC (10 months ago) by aaron1234nz
Branch: DRUPAL-6--1
Changes since 1.14.2.4: +6 -10 lines
Diff to previous 1.14.2.4 , to branch point 1.14
fixed error with combination charts

Revision 1.14.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 21:30:24 2009 UTC (10 months ago) by aaron1234nz
Branch: DRUPAL-6--1
Changes since 1.14.2.3: +100 -16 lines
Diff to previous 1.14.2.3 , to branch point 1.14
Added data validation and data reformation functionality to the core of fusioncharts.  This is to ensure that data is in the correct form before the rendering engine gets ahold of it.  Also added some conditional CSS to make entering of fusionchart nodes easier.

Revision 1.14.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 13 19:23:28 2009 UTC (10 months, 2 weeks ago) by aaron1234nz
Branch: DRUPAL-6--1
Changes since 1.14.2.2: +2 -1 lines
Diff to previous 1.14.2.2 , to branch point 1.14
node preview now kinda works

Revision 1.14.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 11 08:52:47 2009 UTC (10 months, 2 weeks ago) by aaron1234nz
Branch: DRUPAL-6--1
Changes since 1.14.2.1: +7 -7 lines
Diff to previous 1.14.2.1 , to branch point 1.14
Added explicit UTF-8 character set for htmlentities calls.

Revision 1.14.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 16 07:33:43 2008 UTC (11 months, 1 week ago) by aaron1234nz
Branch: DRUPAL-6--1
Changes since 1.14: +188 -1100 lines
Diff to previous 1.14
*** empty log message ***

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 2 19:36:55 2008 UTC (11 months, 3 weeks ago) by aaron1234nz
Branch: MAIN
Changes since 1.15: +28 -4 lines
Diff to previous 1.15
Lets try this again.  Some how the last commit contained drupal 5 code

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 29 03:26:05 2008 UTC (11 months, 4 weeks ago) by aaron1234nz
Branch: MAIN
Changes since 1.14: +162 -1109 lines
Diff to previous 1.14
Initial comit of Drupal 6.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 23:05:19 2008 UTC (12 months, 1 week ago) by aaron1234nz
Branch: MAIN
Branch point for: DRUPAL-6--1
Changes since 1.13: +22 -15 lines
Diff to previous 1.13
Fixed bugs in chart rendering functions

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 16 03:14:56 2008 UTC (12 months, 1 week ago) by aaron1234nz
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-BETA4
Changes since 1.12: +15 -3 lines
Diff to previous 1.12
fixed bug where the number of cells was incorrect when editing a node

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 16 01:23:56 2008 UTC (12 months, 1 week ago) by aaron1234nz
Branch: MAIN
Changes since 1.11: +23 -4 lines
Diff to previous 1.11
Added aggregation type eg sum, average, mode to the views integration

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 27 00:17:02 2008 UTC (13 months ago) by aaron1234nz
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-BETA3
Changes since 1.10: +110 -31 lines
Diff to previous 1.10
* Added documentation
* Changed the way the chart is rendered (fixes multiple bugs)
* Rationalised the API (args is not an array rather than an n length set of parameters
* Charting is now html entity safe
* Modification made to views system to default if no label is provided
* Modified readme and api.txt accordingly

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 11 10:24:14 2008 UTC (14 months, 2 weeks ago) by aaron1234nz
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-BETA2
Changes since 1.9: +35 -15 lines
Diff to previous 1.9
bug fixes.  node was not saving user id or published status.  found that it was because #tree was set for the node form.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 30 05:40:18 2008 UTC (14 months, 4 weeks ago) by aaron1234nz
Branch: MAIN
Changes since 1.8: +10 -7 lines
Diff to previous 1.8
Added the ability to pass extra parameters to the callback function (API)
Fixed up some mistakes in the API.txt
Added more information about views to README.txt

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 26 19:58:22 2008 UTC (15 months ago) by aaron1234nz
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-BETA1
Changes since 1.7: +8 -3 lines
Diff to previous 1.7
Vaiours bug fixes

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 12 08:41:37 2008 UTC (15 months, 2 weeks ago) by aaron1234nz
Branch: MAIN
Changes since 1.6: +49 -5 lines
Diff to previous 1.6
added views support

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 10 09:58:59 2008 UTC (15 months, 2 weeks ago) by aaron1234nz
Branch: MAIN
Changes since 1.5: +250 -96 lines
Diff to previous 1.5
Added support for Combination charts
Added support for Funnel charts
Added support for Stacked charts
Streamlined the way FusionChart nodes work a bit
Ran the coder module over the code

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 7 07:24:24 2008 UTC (15 months, 3 weeks ago) by aaron1234nz
Branch: MAIN
Changes since 1.4: +7 -5 lines
Diff to previous 1.4
* Updated the API.txt
* Made a small change to allow better javascript interaction

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 6 10:57:55 2008 UTC (15 months, 3 weeks ago) by aaron1234nz
Branch: MAIN
Changes since 1.3: +77 -57 lines
Diff to previous 1.3
* added trendline support
* added method to allow drill-down
* improved API

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 21:17:07 2008 UTC (15 months, 3 weeks ago) by aaron1234nz
Branch: MAIN
Changes since 1.2: +20 -1 lines
Diff to previous 1.2
module now checks to see if the swf files are installed

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 20:56:23 2008 UTC (15 months, 4 weeks ago) by aaron1234nz
Branch: MAIN
Changes since 1.1: +2 -18 lines
Diff to previous 1.1
fixed bug with clean urls

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 26 10:56:55 2008 UTC (16 months ago) by aaron1234nz
Branch: MAIN
Initial release for Drupal 5

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2