- May 13, 2009
-
-
Bruno Massa authored
* [#461660] by kenorb and brmassa: 'set default settings for charts' instead of 'access administration pages' access
-
- May 12, 2009
-
-
Bruno Massa authored
* charts.admin.inc will deal with admin pages and form generation while charts.inc will deal only with common chart building routines * _charts_settings() should be used instead variable_get('charts_settings') because it might initialize null variables * _charts_settings_form() is now a separate function that might be used when a module wants to set custom settings for a given chart instead the defaults
-
Bruno Massa authored
* If there is no default chart provider or chart type select, now uses the first one enabled by default. API Changes: * The new hook_chart_types() set new chart types (like "Vertical Bar 3D") * The '#types' on hook_charts_info() now only list the chart type code.
-
Bruno Massa authored
* #426438 by brmassa: If the chart data is missing the provider file, it must not end as an error
-
Bruno Massa authored
Internal: * 0 errors or warnings on Coder module
-
- Nov 13, 2008
-
-
Bruno Massa authored
* #333918 by brmassa: Fatal error: Call to undefined function: () in /var/www/.../charts/charts.module on line 79
-
- Nov 12, 2008
-
-
Bruno Massa authored
* #323881 by Pasqualle and brmassa: Views 2 integration
-
Bruno Massa authored
* Alert users when the Charts module default settings were not yet set.
-
- Sep 22, 2008
-
-
Bruno Massa authored
* Dont crash or point errors when the default plugin was not yet defined
-
Bruno Massa authored
* Dont crash or point errors when the default plugin was not yet defined
-
- Jul 07, 2008
-
-
Bruno Massa authored
* Some modifications on hook_charts_info. now it returns all info without the need of an operator
-
Bruno Massa authored
* hook_chartsapi renamed to hook_charts_render
-
Bruno Massa authored
* hook_chartsinfo renamed to hook_charts_info
-
Bruno Massa authored
* Converting all files to UNIX end-of-file
-
Bruno Massa authored
* Some Drupal code compliance fixes
-
Bruno Massa authored
* Apply the correct color value intochart data
-
Bruno Massa authored
* Color module integrated and some fine tunning
-
- Jul 06, 2008
-
-
Bruno Massa authored
* Simplified the settings page
-
- Apr 14, 2008
-
-
Bruno Massa authored
* Drupal 6.2 changed the access rules. Fixed
-
- Mar 18, 2008
-
-
Bruno Massa authored
* The new color palette is now merged to the chart data depending on what type of chart it it (generally, it adds the default color to series, but in case its a Pie Chart, it uses the palette on values)
-
- Mar 17, 2008
-
-
Bruno Massa authored
* New menu description for Settings page Misc: * Testing environment page disabled for a while
-
Bruno Massa authored
* _charts_series_values() moved from charts.inc to charts.module Misc: * charts_chart() dont need the chart plugin as the first argument, since it will be given using the $chart array or thru settings
-
- Mar 13, 2008
-
-
Bruno Massa authored
* Now settings options about series are loaded. So its possible to set default color for series.
-
- Mar 11, 2008
-
-
Bruno Massa authored
* charts_chart() function now works fine
-
Bruno Massa authored
* implementation of hook_requirements() to alert users that he/she didnt installed any chart provider module
-
- Mar 10, 2008
-
-
Bruno Massa authored
* hook_menu() implementation, creating a settings page and a testing environment * charts_chart() function will be the contact point to all external modules to create a chart from a data Misc: * File $Id: $ correctly placed
-
Bruno Massa authored
* A small warning about the charts_api.txt file
-
Bruno Massa authored
No commit message
-