[galette-commits] [GIT] galette/plugin-events.git branch develop updated. 1.5.0-27-g2c97c13 |
[ 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.5.0-27-g2c97c13
- From: <git@xxxxxxxxxxxxx>
- Date: Wed, 29 Jun 2022 23:46:14 +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 2c97c13b1ddc459b6566b651ecdbe2b8a751a816 (commit)
via 8774f3511343420313da0c482028a6eded163ef5 (commit)
via 29605ab5b2b51db69fed290e6287166cb12c2308 (commit)
via 78bec3f6c2c0748555ca2e7812581a057b0fa0b5 (commit)
via 581674d66293906c3209b0d6e89f2fb686312114 (commit)
via e649a4288b14863a96ca6196da69b405146f7e1c (commit)
via 57eef72461e2ff829e3a65e4eee9402aa063665c (commit)
via 38647a8e23067773eb1764455076dbe6f8c5809f (commit)
from ba1fe230cb80cd81865b945c03737b2978be0464 (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 2c97c13b1ddc459b6566b651ecdbe2b8a751a816
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Wed Jun 29 23:45:57 2022 +0200
Cleanup
commit 8774f3511343420313da0c482028a6eded163ef5
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Mon Jun 27 10:24:52 2022 +0200
Twig conversion
commit 29605ab5b2b51db69fed290e6287166cb12c2308
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sun Jun 26 22:15:30 2022 +0200
Fix CS
commit 78bec3f6c2c0748555ca2e7812581a057b0fa0b5
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sun Jun 26 22:01:07 2022 +0200
Fix batch checkboxes names
commit 581674d66293906c3209b0d6e89f2fb686312114
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sun Jun 26 21:56:12 2022 +0200
Add plugin class
commit e649a4288b14863a96ca6196da69b405146f7e1c
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sun Jun 26 21:56:07 2022 +0200
Update package.lock version
commit 57eef72461e2ff829e3a65e4eee9402aa063665c
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sun Jun 26 21:55:57 2022 +0200
Twig conversion
commit 38647a8e23067773eb1764455076dbe6f8c5809f
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Fri Jun 10 06:30:25 2022 +0200
Methods has been renamed
-----------------------------------------------------------------------
Summary of changes:
_define.php | 6 +-
_routes.php | 2 +-
.../Controllers/Crud/ActivitiesController.php | 12 +-
.../Controllers/Crud/BookingsController.php | 25 +-
.../Controllers/Crud/EventsController.php | 16 +-
lib/GaletteEvents/Filters/BookingsList.php | 6 +-
lib/GaletteEvents/PluginGaletteEvents.php | 221 +
package-lock.json | 5220 +++++++++++++++++++-
templates/default/activities.html.twig | 80 +
templates/default/activities.tpl | 102 -
templates/default/activity.html.twig | 60 +
templates/default/activity.tpl | 131 -
templates/default/adh_actions.tpl | 1 -
templates/default/adh_fiche_action.tpl | 3 -
templates/default/booking.html.twig | 157 +
templates/default/booking.tpl | 138 -
templates/default/bookings.html.twig | 233 +
templates/default/bookings.tpl | 305 --
templates/default/calendar.html.twig | 24 +
templates/default/calendar.tpl | 23 -
templates/default/event.html.twig | 195 +
templates/default/event.tpl | 167 -
templates/default/events.html.twig | 125 +
templates/default/events.tpl | 131 -
templates/default/headers.html.twig | 5 +
templates/default/headers.tpl | 5 -
templates/default/menu.tpl | 16 -
27 files changed, 6299 insertions(+), 1110 deletions(-)
create mode 100644 lib/GaletteEvents/PluginGaletteEvents.php
create mode 100644 templates/default/activities.html.twig
delete mode 100644 templates/default/activities.tpl
create mode 100644 templates/default/activity.html.twig
delete mode 100644 templates/default/activity.tpl
delete mode 100644 templates/default/adh_actions.tpl
delete mode 100644 templates/default/adh_fiche_action.tpl
create mode 100644 templates/default/booking.html.twig
delete mode 100644 templates/default/booking.tpl
create mode 100644 templates/default/bookings.html.twig
delete mode 100644 templates/default/bookings.tpl
create mode 100644 templates/default/calendar.html.twig
delete mode 100644 templates/default/calendar.tpl
create mode 100644 templates/default/event.html.twig
delete mode 100644 templates/default/event.tpl
create mode 100644 templates/default/events.html.twig
delete mode 100644 templates/default/events.tpl
create mode 100644 templates/default/headers.html.twig
delete mode 100644 templates/default/headers.tpl
delete mode 100644 templates/default/menu.tpl
hooks/post-receive
--
galette/plugin-events.git
--
Galette repositories commits - http://galette.eu
List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/