[galette-commits] [GIT] galette/galette.git branch, develop, updated. 0.7.4-43-g082b906

[ 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  082b9067bc886d8d446837056628cfbd33de156c (commit)
      from  20fe19319072ad828db885de6fbe6dda92afcb1a (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 082b9067bc886d8d446837056628cfbd33de156c
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date:   Fri Feb 8 21:07:46 2013 +0100

    Automate reminders; fixes #368 #376 #377
    
    - Add texts for new reminders
    - Move members fields definition
    - Externalize Texts definitions
    - Create table for reminders
    - Print labels for impending/late members who do not hav a mail address

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

Summary of changes:
 galette/ajouter_adherent.php                       |    2 +
 galette/ajouter_contribution.php                   |    1 +
 galette/doandget_export.php                        |    1 -
 galette/etiquettes_adherents.php                   |    5 +-
 galette/export.php                                 |    1 -
 galette/gestion_textes.php                         |    2 +-
 .../includes/{ => fields_defs}/members_fields.php  |    0
 galette/includes/fields_defs/texts_fields.php      |  194 ++++++++++
 galette/includes/galette.inc.php                   |   24 +-
 galette/install/index.php                          |    4 +-
 galette/install/sql/mysql.sql                      |   16 +-
 galette/install/sql/pgsql.sql                      |   24 ++-
 galette/install/sql/sqlite.sql                     |   15 +-
 galette/install/sql/upgrade-to-0.75-mysql.sql      |   15 +
 galette/install/sql/upgrade-to-0.75-pgsql.sql      |   23 ++
 galette/install/sql/upgrade-to-0.75-sqlite.sql     |   14 +
 galette/lib/Galette/Core/Authentication.php        |   30 ++
 galette/lib/Galette/Core/History.php               |    9 +-
 galette/lib/Galette/Entity/Reminder.php            |  399 ++++++++++++++++++++
 galette/lib/Galette/Entity/Texts.php               |  163 ++-------
 galette/lib/Galette/Repository/Members.php         |   58 +++
 galette/lib/Galette/Repository/Reminders.php       |  244 ++++++++++++
 galette/lostpasswd.php                             |    1 +
 galette/reminder.php                               |  167 ++++++++
 galette/self_adherent.php                          |    1 +
 galette/templates/default/desktop.tpl              |    2 +-
 galette/templates/default/galette.css              |    2 +-
 galette/templates/default/reminder.tpl             |   77 ++++
 28 files changed, 1341 insertions(+), 153 deletions(-)
 rename galette/includes/{ => fields_defs}/members_fields.php (100%)
 create mode 100644 galette/includes/fields_defs/texts_fields.php
 create mode 100644 galette/install/sql/upgrade-to-0.75-mysql.sql
 create mode 100644 galette/install/sql/upgrade-to-0.75-pgsql.sql
 create mode 100644 galette/install/sql/upgrade-to-0.75-sqlite.sql
 create mode 100644 galette/lib/Galette/Entity/Reminder.php
 create mode 100644 galette/lib/Galette/Repository/Reminders.php
 create mode 100644 galette/reminder.php
 create mode 100644 galette/templates/default/reminder.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/