[galette-commits] [GIT] galette/galette.git branch, develop, updated. 0.7.3.1-38-g3aebd84

[ 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  3aebd843f3a54594af13c0cb5227b0ba970b781f (commit)
      from  e8e98cd2e419cb7930a149610530b5e8e8e5fbf8 (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 3aebd843f3a54594af13c0cb5227b0ba970b781f
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date:   Sat Jan 26 23:44:41 2013 +0100

    Titles management; fixes #174 closes #175
    
    Also add a gender field.
    Titles are now displayed using a drop-down list.

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

Summary of changes:
 galette/ajouter_adherent.php                       |    3 +-
 galette/carte_adherent.php                         |    2 +-
 galette/{history.php => edit_title.php}            |   66 +++---
 galette/{gestion_textes.php => gestion_titres.php} |   65 ++----
 galette/includes/members_fields.php                |   66 +++---
 galette/install/sql/mysql.sql                      |   14 +-
 galette/install/sql/pgsql.sql                      |   20 ++-
 galette/install/sql/sqlite.sql                     |   13 +-
 galette/install/sql/upgrade-to-0.74-mysql.sql      |   19 ++-
 galette/install/sql/upgrade-to-0.74-pgsql.sql      |   28 +++
 galette/lib/Galette/Entity/Adherent.php            |   68 ++++--
 galette/lib/Galette/Entity/Politeness.php          |   99 --------
 galette/lib/Galette/Entity/Title.php               |  240 ++++++++++++++++++++
 galette/lib/Galette/Repository/Titles.php          |  159 +++++++++++++
 galette/self_adherent.php                          |    3 +-
 galette/templates/default/ajax_members.tpl         |    4 +-
 galette/templates/default/edit_title.tpl           |   20 ++
 galette/templates/default/galette.css              |    6 +-
 galette/templates/default/gestion_adherents.tpl    |    4 +-
 galette/templates/default/gestion_titres.tpl       |   47 ++++
 galette/templates/default/group_persons.tpl        |    4 +-
 galette/templates/default/liste_membres.tpl        |    4 +-
 galette/templates/default/member.tpl               |   23 ++-
 galette/templates/default/page.tpl                 |    1 +
 galette/templates/default/voir_adherent.tpl        |    2 +-
 25 files changed, 740 insertions(+), 240 deletions(-)
 copy galette/{history.php => edit_title.php} (52%)
 copy galette/{gestion_textes.php => gestion_titres.php} (55%)
 delete mode 100644 galette/lib/Galette/Entity/Politeness.php
 create mode 100644 galette/lib/Galette/Entity/Title.php
 create mode 100644 galette/lib/Galette/Repository/Titles.php
 create mode 100644 galette/templates/default/edit_title.tpl
 create mode 100644 galette/templates/default/gestion_titres.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/