This is an automated email from git. It was generated because a ref change was pushed to the "galette/plugin-objectslend.git" repository.
The branch, develop has been updated via e85ad474455f598471e372c2388e1f626c55d763 (commit) from fc30d647387c255890cdc7fabe54f98e4c7d8a59 (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 e85ad474455f598471e372c2388e1f626c55d763 Author: Johan Cwiklinski <jo...@x-tnd.be> Date: Thu Jan 25 06:51:03 2024 +0100 Headers, Galette 1.1.0 compat ----------------------------------------------------------------------- Summary of changes: .github/workflows/ci-linux.yml | 7 ++- _config.inc.php | 27 ++------ _define.php | 25 ++------ _routes.php | 20 +----- .../Controllers/Crud/CategoriesController.php | 56 +++++------------ .../Controllers/Crud/ObjectsController.php | 64 +++++++------------ .../Controllers/Crud/StatusController.php | 56 +++++------------ .../Controllers/ImagesController.php | 27 ++------ .../Controllers/MainController.php | 31 ++-------- .../Controllers/PdfController.php | 27 ++------ lib/GaletteObjectsLend/Entity/CategoryPicture.php | 36 ++--------- lib/GaletteObjectsLend/Entity/LendCategory.php | 39 +++--------- lib/GaletteObjectsLend/Entity/LendObject.php | 37 ++--------- lib/GaletteObjectsLend/Entity/LendPDF.php | 37 ++--------- lib/GaletteObjectsLend/Entity/LendRent.php | 37 ++--------- lib/GaletteObjectsLend/Entity/LendStatus.php | 37 ++--------- lib/GaletteObjectsLend/Entity/ObjectPicture.php | 37 ++--------- lib/GaletteObjectsLend/Entity/Picture.php | 72 ++++++++-------------- lib/GaletteObjectsLend/Entity/Preferences.php | 37 ++--------- lib/GaletteObjectsLend/Filters/CategoriesList.php | 59 ++++-------------- lib/GaletteObjectsLend/Filters/ObjectsList.php | 64 +++++-------------- lib/GaletteObjectsLend/Filters/StatusList.php | 40 +++--------- lib/GaletteObjectsLend/IO/PdfObject.php | 26 +------- lib/GaletteObjectsLend/IO/PdfObjects.php | 26 +------- .../PluginGaletteObjectslend.php | 41 +++--------- lib/GaletteObjectsLend/Repository/Categories.php | 31 +--------- lib/GaletteObjectsLend/Repository/Objects.php | 28 +-------- lib/GaletteObjectsLend/Repository/Status.php | 34 +--------- phpstan.neon | 2 + templates/default/categories_list.html.twig | 20 ++++++ templates/default/category_edit.html.twig | 20 ++++++ templates/default/headers.html.twig | 20 ++++++ templates/default/list_lent_object.html.twig | 20 ++++++ templates/default/objects_edit.html.twig | 20 ++++++ templates/default/objects_list.html.twig | 20 ++++++ templates/default/preferences.html.twig | 20 ++++++ templates/default/status_edit.html.twig | 20 ++++++ templates/default/status_list.html.twig | 20 ++++++ templates/default/take_more_objects_away.tpl | 20 ++++++ templates/default/take_object.html.twig | 20 ++++++ 40 files changed, 440 insertions(+), 840 deletions(-) hooks/post-receive -- galette/plugin-objectslend.git -- Galette repositories commits - http://galette.eu List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/