[galette-commits] [GIT] galette/galette.git branch develop updated. 0.9.2.1-51-g3788554 |
[ Thread Index |
Date Index
| More lists.galette.eu/commits Archives
]
- To: commits@xxxxxxxxxxxxxxxx
- Subject: [galette-commits] [GIT] galette/galette.git branch develop updated. 0.9.2.1-51-g3788554
- From: <git@xxxxxxxxxxxxx>
- Date: Sat, 28 Sep 2019 09:25:46 +0200
- Auto-submitted: auto-generated
This is an automated email from git. It was generated because a ref
change was pushed to the "galette/galette.git" repository.
The branch, develop has been updated
via 37885541ee3383764f7f9a73704488140a68fa2a (commit)
from 740a0a76a5fd0696638e2e323b58a96d5e80743c (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 37885541ee3383764f7f9a73704488140a68fa2a
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Mon Mar 25 20:31:38 2019 +0100
Save searches; closes #691
Add missing migration for dates; fixes #1266
-----------------------------------------------------------------------
Summary of changes:
galette/includes/dependencies.php | 7 +-
galette/includes/routes/members.routes.php | 329 ++++++++++++++++-
galette/install/scripts/mysql.sql | 15 +
galette/install/scripts/pgsql.sql | 24 ++
galette/install/scripts/upgrade-to-0.93-mysql.sql | 25 ++
galette/install/scripts/upgrade-to-0.93-pgsql.sql | 25 ++
galette/lib/Galette/Entity/SavedSearch.php | 401 +++++++++++++++++++++
.../lib/Galette/Filters/AdvancedMembersList.php | 12 +-
galette/lib/Galette/Filters/MembersList.php | 12 +-
.../SavedSearchesList.php} | 46 +--
galette/lib/Galette/Repository/Members.php | 4 +-
.../{Transactions.php => SavedSearches.php} | 203 ++++-------
galette/templates/default/advanced_search.tpl | 12 +-
galette/templates/default/gestion_adherents.tpl | 85 ++++-
galette/templates/default/page.tpl | 1 +
galette/templates/default/saved_searches.tpl | 77 ++++
tests/Galette/Core/tests/units/Db.php | 3 +-
tests/Galette/Core/tests/units/Install.php | 3 +-
tests/Galette/Entity/tests/units/SavedSeach.php | 144 ++++++++
tests/Galette/Repository/tests/units/Members.php | 4 +-
20 files changed, 1228 insertions(+), 204 deletions(-)
create mode 100644 galette/install/scripts/upgrade-to-0.93-mysql.sql
create mode 100644 galette/install/scripts/upgrade-to-0.93-pgsql.sql
create mode 100644 galette/lib/Galette/Entity/SavedSearch.php
copy galette/lib/Galette/{DynamicFields/Separator.php => Filters/SavedSearchesList.php} (63%)
copy galette/lib/Galette/Repository/{Transactions.php => SavedSearches.php} (51%)
create mode 100644 galette/templates/default/saved_searches.tpl
create mode 100644 tests/Galette/Entity/tests/units/SavedSeach.php
hooks/post-receive
--
galette/galette.git
--
Galette repositories commits - http://galette.eu
List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/