[galette-commits] [GIT] galette/galette.git branch, develop, updated. 0.7.3.1-64-g21a3979

[ Thread Index | Date Index | More lists.galette.eu/commits Archives ]


This is an automated email from git. It was enerated because a ref
change was pushed to the repository "galette/galette.git".

The branch, develop has been updated
       via  21a39794056578521ca1ad1600b4290e7d540882 (commit)
       via  1785cef6ecebfbcac51a1845bf73bdf42f08a8cc (commit)
      from  c006577bb6a79572cf51f4fd08251e6b55e825aa (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 21a39794056578521ca1ad1600b4290e7d540882
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date:   Wed Feb 8 21:09:11 2012 +0100

    Add basic charts; refs #157
    
    Based on jquery jqplot library, add some charts:
    - members status (pie),
    - members state of dues (pie),
    - contributions types (pie),
    - contributions amount per month (bar).

commit 1785cef6ecebfbcac51a1845bf73bdf42f08a8cc
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date:   Sat Feb 2 17:12:59 2013 +0100

    Try to delete picture from disk even if it has not been found in the database

-----------------------------------------------------------------------

Summary of changes:
 galette/{sysinfos.php => charts.php}               |   29 +-
 galette/config/versions.inc.php                    |    1 +
 .../jquery/jqplot-1.0.4r1121/excanvas.min.js       |   57 ++++
 .../jquery/jqplot-1.0.4r1121/jquery.jqplot.css     |  259 +++++++++++++++
 .../jquery/jqplot-1.0.4r1121/jquery.jqplot.min.js  |   57 ++++
 .../plugins/jqplot.barRenderer.min.js              |   57 ++++
 .../plugins/jqplot.categoryAxisRenderer.min.js     |   57 ++++
 .../plugins/jqplot.pieRenderer.min.js              |   57 ++++
 .../plugins/jqplot.pointLabels.min.js              |   57 ++++
 galette/lib/Galette/Core/Picture.php               |   85 +++---
 galette/lib/Galette/Core/Smarty.php                |    2 +
 galette/lib/Galette/IO/Charts.php                  |  335 ++++++++++++++++++++
 galette/templates/default/charts.tpl               |   72 +++++
 galette/templates/default/galette.css              |    4 +
 galette/templates/default/page.tpl                 |   11 +-
 15 files changed, 1084 insertions(+), 56 deletions(-)
 copy galette/{sysinfos.php => charts.php} (72%)
 create mode 100644 galette/includes/jquery/jqplot-1.0.4r1121/excanvas.min.js
 create mode 100644 galette/includes/jquery/jqplot-1.0.4r1121/jquery.jqplot.css
 create mode 100644 galette/includes/jquery/jqplot-1.0.4r1121/jquery.jqplot.min.js
 create mode 100644 galette/includes/jquery/jqplot-1.0.4r1121/plugins/jqplot.barRenderer.min.js
 create mode 100644 galette/includes/jquery/jqplot-1.0.4r1121/plugins/jqplot.categoryAxisRenderer.min.js
 create mode 100644 galette/includes/jquery/jqplot-1.0.4r1121/plugins/jqplot.pieRenderer.min.js
 create mode 100644 galette/includes/jquery/jqplot-1.0.4r1121/plugins/jqplot.pointLabels.min.js
 create mode 100644 galette/lib/Galette/IO/Charts.php
 create mode 100644 galette/templates/default/charts.tpl


hooks/post-receive
--
galette/galette.git

-- 
-- 
Galette repositories commits - http://galette.tuxfamily.org


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/