Skip to content
Snippets Groups Projects
  1. Mar 22, 2017
  2. Mar 17, 2017
  3. Mar 10, 2017
  4. Mar 09, 2017
  5. Feb 11, 2015
  6. Mar 17, 2014
  7. Jul 26, 2013
  8. Jul 25, 2013
  9. Feb 24, 2011
  10. Jul 03, 2009
  11. May 15, 2009
    • Bruno Massa's avatar
      Improvements: · 3564e100
      Bruno Massa authored
      * Functions moved from one file to other in order to improve performance
      3564e100
  12. May 13, 2009
    • Bruno Massa's avatar
      Improvements: · 2b8d86b1
      Bruno Massa authored
      * [#461660] by kenorb and brmassa: 'set default settings for charts' instead of 'access administration pages' access
      2b8d86b1
  13. May 12, 2009
    • Bruno Massa's avatar
      Improvements: · 67720d14
      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
      67720d14
    • Bruno Massa's avatar
      Improvements: · 4d7f39c3
      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.
      4d7f39c3
    • Bruno Massa's avatar
      Bugs fixed: · 61e878af
      Bruno Massa authored
      * #426438 by brmassa: If the chart data is missing the provider file, it must not end as an error
      61e878af
    • Bruno Massa's avatar
      Back to development! · 6e767858
      Bruno Massa authored
      Internal:
      * 0 errors or warnings on Coder module
      6e767858
  14. Nov 13, 2008
    • Bruno Massa's avatar
      Bugs fixed: · 1c7f637c
      Bruno Massa authored
      * #333918 by brmassa: Fatal error: Call to undefined function: () in /var/www/.../charts/charts.module on line 79
      1c7f637c
  15. Nov 12, 2008
  16. Sep 22, 2008
    • Bruno Massa's avatar
      Bugs fixed: · cf2b7d4b
      Bruno Massa authored
      * Dont crash or point errors when the default plugin was not yet defined
      cf2b7d4b
    • Bruno Massa's avatar
      Bugs fixed: · 81663180
      Bruno Massa authored
      * Dont crash or point errors when the default plugin was not yet defined
      81663180
  17. Jul 07, 2008
    • Bruno Massa's avatar
      Misc: · 2ddf964c
      Bruno Massa authored
      * Some modifications on hook_charts_info. now it returns all info without the need of an operator
      2ddf964c
    • Bruno Massa's avatar
      Misc: · d544ebd1
      Bruno Massa authored
      * hook_chartsapi renamed to hook_charts_render
      d544ebd1
    • Bruno Massa's avatar
      Misc: · 41149cb9
      Bruno Massa authored
      * hook_chartsinfo renamed to hook_charts_info
      41149cb9
    • Bruno Massa's avatar
      Misc: · d17ea1c2
      Bruno Massa authored
      * Converting all files to UNIX end-of-file
      d17ea1c2
    • Bruno Massa's avatar
      Misc: · 488a027f
      Bruno Massa authored
      * Some Drupal code compliance fixes
      488a027f
    • Bruno Massa's avatar
      Bugs fixed: · 843c0c13
      Bruno Massa authored
      * Apply the correct color value intochart data
      843c0c13
    • Bruno Massa's avatar
      New features: · 54c15f19
      Bruno Massa authored
      * Color module integrated and some fine tunning
      54c15f19
  18. Jul 06, 2008
    • Bruno Massa's avatar
      Misc: · 01186b09
      Bruno Massa authored
      * Simplified the settings page
      01186b09
  19. Apr 14, 2008
  20. Mar 18, 2008
    • Bruno Massa's avatar
      New features: · 218afddb
      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)
      218afddb
  21. Mar 17, 2008
    • Bruno Massa's avatar
      New features: · 4900e9de
      Bruno Massa authored
      * New menu description for Settings page
      
      Misc:
      * Testing environment page disabled for a while
      4900e9de
    • Bruno Massa's avatar
      Bugs fixed: · 10acb6b6
      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
      10acb6b6
  22. Mar 13, 2008
    • Bruno Massa's avatar
      New features: · 62d1c71a
      Bruno Massa authored
      * Now settings options about series are loaded. So its possible to set default color for series.
      62d1c71a
  23. Mar 11, 2008
    • Bruno Massa's avatar
      Bugs fixed: · f40d3905
      Bruno Massa authored
      * charts_chart() function now works fine
      f40d3905
    • Bruno Massa's avatar
      New features: · 0b2828b3
      Bruno Massa authored
      * implementation of hook_requirements() to alert users that he/she didnt installed any chart provider module
      0b2828b3
Loading