Skip to content
Snippets Groups Projects
  1. May 18, 2017
  2. Apr 12, 2017
  3. Apr 11, 2017
  4. Mar 31, 2017
  5. Mar 22, 2017
  6. Mar 17, 2017
  7. Mar 10, 2017
  8. Mar 09, 2017
  9. Feb 11, 2015
  10. Mar 17, 2014
  11. Jul 26, 2013
  12. Jul 25, 2013
  13. Feb 24, 2011
  14. Jul 03, 2009
  15. 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
  16. 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
  17. 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
  18. 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
  19. Nov 12, 2008
  20. 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
  21. 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
  22. Jul 06, 2008
    • Bruno Massa's avatar
      Misc: · 01186b09
      Bruno Massa authored
      * Simplified the settings page
      01186b09
  23. Apr 14, 2008
  24. 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
  25. 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
Loading