Skip to content
Snippets Groups Projects
  1. Dec 11, 2017
  2. Dec 07, 2017
  3. Dec 05, 2017
  4. Nov 24, 2017
  5. May 18, 2017
  6. Apr 12, 2017
  7. Apr 11, 2017
  8. Mar 31, 2017
  9. Mar 22, 2017
  10. Mar 17, 2017
  11. Mar 10, 2017
  12. Mar 09, 2017
  13. Feb 11, 2015
  14. Mar 17, 2014
  15. Jul 26, 2013
  16. Jul 25, 2013
  17. Feb 24, 2011
  18. Jul 03, 2009
  19. 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
  20. 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
  21. 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
  22. 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
  23. Nov 12, 2008
  24. 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
  25. 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
Loading