[galette-commits] [GIT] galette/plugin-events.git branch develop updated. 1.3.1-24-g39ed0fa |
[ Thread Index |
Date Index
| More lists.galette.eu/commits Archives
]
- To: commits@xxxxxxxxxxxxxxxx
- Subject: [galette-commits] [GIT] galette/plugin-events.git branch develop updated. 1.3.1-24-g39ed0fa
- From: <git@xxxxxxxxxxxxx>
- Date: Tue, 11 May 2021 06:58:49 +0200
- Auto-submitted: auto-generated
This is an automated email from git. It was generated because a ref
change was pushed to the "galette/plugin-events.git" repository.
The branch, develop has been updated
via 39ed0fa0089dbac93b25450768f9343aedad1f5d (commit)
via 7635ac30e589f15b18c974de143f5814eb80e16a (commit)
via 77ecf77cd3f8ab1aff19f26d0f82e6563cc3691d (commit)
via 3ca6f5ba621fcf804189ea94e62b10cebd6d0e6a (commit)
from 08ef03bb056d3d68288f13b2ff0ae010def8e9ee (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 39ed0fa0089dbac93b25450768f9343aedad1f5d
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Tue May 11 06:52:49 2021 +0200
Use controller for bookings
commit 7635ac30e589f15b18c974de143f5814eb80e16a
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sun May 9 08:32:12 2021 +0200
Use controller for activities routes
commit 77ecf77cd3f8ab1aff19f26d0f82e6563cc3691d
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sun May 9 04:35:58 2021 +0200
Use controller for events routes
commit 3ca6f5ba621fcf804189ea94e62b10cebd6d0e6a
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Wed Apr 28 08:08:39 2021 +0200
0.9.5 compat
-----------------------------------------------------------------------
Summary of changes:
_define.php | 20 +-
_routes.php | 1283 ++------------------
.../Controllers/Crud/ActivitiesController.php | 374 ++++++
.../Controllers/Crud/BookingsController.php | 674 ++++++++++
.../Controllers/Crud/EventsController.php | 510 ++++++++
lib/GaletteEvents/Controllers/CsvController.php | 6 +-
templates/default/activities.tpl | 4 +-
templates/default/activity.tpl | 2 +-
templates/default/adh_actions.tpl | 2 +-
templates/default/adh_fiche_action.tpl | 2 +-
templates/default/booking.tpl | 2 +-
templates/default/bookings.tpl | 6 +-
templates/default/calendar.tpl | 2 +-
templates/default/event.tpl | 4 +-
templates/default/events.tpl | 4 +-
templates/default/menu.tpl | 12 +-
16 files changed, 1662 insertions(+), 1245 deletions(-)
create mode 100644 lib/GaletteEvents/Controllers/Crud/ActivitiesController.php
create mode 100644 lib/GaletteEvents/Controllers/Crud/BookingsController.php
create mode 100644 lib/GaletteEvents/Controllers/Crud/EventsController.php
hooks/post-receive
--
galette/plugin-events.git
--
Galette repositories commits - http://galette.eu
List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/