[galette-commits] [GIT] galette/galette.git branch, develop, updated. 0.7.2.1-20-g3f2f56e |
[ 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 3f2f56e500af10032057ebd543e3ec672899f871 (commit)
via 5599bc867cafda553a5c406ae02ae896eb2ecebc (commit)
via 2c6aa774ed8587e8de81794eb0b1abcf897f145d (commit)
from ac9569a3b6b388a845017a1c78c1f45abd2d3989 (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 3f2f56e500af10032057ebd543e3ec672899f871
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Thu Oct 11 04:54:38 2012 +0200
Advanced search, fixes #370
Several options:
- search on various predefined fields (such as creation date, etc),
- free custom search into all members table fields, and also into
attached dynamic fields.
commit 5599bc867cafda553a5c406ae02ae896eb2ecebc
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sun Sep 30 19:20:13 2012 +0200
Fields visibility and requirement configuration; fixes #369
The new interface uses JS to detect incoherences
(fields required but not visible), and take care
of fields that should never been required.
commit 2c6aa774ed8587e8de81794eb0b1abcf897f145d
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sat Sep 29 16:04:59 2012 +0200
Login and password can now be set as optionnal; fixes #303
That does not means login or password will be empty, but they'll
be filled with random values.
-----------------------------------------------------------------------
Summary of changes:
galette/advanced_search.php | 99 ++++
galette/ajouter_adherent.php | 42 +-
galette/champs_requis.php | 103 ----
galette/config_fields.php | 13 +-
galette/gestion_adherents.php | 88 +++--
galette/includes/common.js | 22 +
galette/install/sql/pgsql.sql | 2 +-
galette/lib/Galette/Entity/Adherent.php | 26 +-
galette/lib/Galette/Entity/FieldsConfig.php | 242 +++++----
galette/lib/Galette/Entity/Required.php | 295 -----------
.../lib/Galette/Filters/AdvancedMembersList.php | 342 +++++++++++++
galette/lib/Galette/Filters/MembersList.php | 83 +++-
galette/lib/Galette/Repository/Members.php | 261 ++++++++++-
galette/self_adherent.php | 36 +-
galette/templates/default/advanced_search.tpl | 193 +++++++
galette/templates/default/champ_requis.tpl | 21 -
galette/templates/default/config_fields.tpl | 347 ++++++++------
galette/templates/default/galette.css | 61 ++-
galette/templates/default/gestion_adherents.tpl | 18 +
galette/templates/default/images/icon-warning.png | Bin 0 -> 3373 bytes
galette/templates/default/member.tpl | 527 ++++++++++++--------
galette/templates/default/page.tpl | 4 +-
galette/templates/default/voir_adherent.tpl | 396 +++++++++-------
galette/voir_adherent.php | 20 +-
24 files changed, 2084 insertions(+), 1157 deletions(-)
create mode 100644 galette/advanced_search.php
delete mode 100644 galette/champs_requis.php
delete mode 100644 galette/lib/Galette/Entity/Required.php
create mode 100644 galette/lib/Galette/Filters/AdvancedMembersList.php
create mode 100644 galette/templates/default/advanced_search.tpl
delete mode 100644 galette/templates/default/champ_requis.tpl
create mode 100644 galette/templates/default/images/icon-warning.png
hooks/post-receive
--
galette/galette.git
--
--
Galette repositories commits - http://galette.tuxfamily.org