[galette-commits] [GIT] galette/plugin-auto.git branch develop updated. 1.6.0-66-g2eb34ab |
[ Thread Index |
Date Index
| More lists.galette.eu/commits Archives
]
- To: commits@xxxxxxxxxxxxxxxx
- Subject: [galette-commits] [GIT] galette/plugin-auto.git branch develop updated. 1.6.0-66-g2eb34ab
- From: <git@xxxxxxxxxxxxx>
- Date: Sun, 11 Apr 2021 13:19:55 +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-auto.git" repository.
The branch, develop has been updated
via 2eb34ab006a243f247fefa1d6a21bb113bd6554e (commit)
from 6f4bcca4a27a29e5f135cd4cfe72e493d1dc6c53 (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 2eb34ab006a243f247fefa1d6a21bb113bd6554e
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sun Nov 1 09:06:24 2020 +0100
Galette 0.9.5 compatible
Switch to php-di
0.9.5 compatibility, move models to their own controller
Fixes on vehicles routes
Prepare crud properties controller
Number of displayed models
Move class to correct sub ns, few fixes
Implement pagination, various fixes
Few fixes, use controller for vehicle picture
-----------------------------------------------------------------------
Summary of changes:
.composer-require-checker.config.json | 3 -
_define.php | 7 +-
_routes.php | 128 ++--
composer.json.checker | 7 +-
lib/GaletteAuto/AbstractObject.php | 104 ++-
lib/GaletteAuto/Autos.php | 17 +-
lib/GaletteAuto/Body.php | 17 +
lib/GaletteAuto/Brand.php | 17 +
lib/GaletteAuto/Color.php | 17 +
lib/GaletteAuto/Controller.php | 301 +++++----
.../Controllers/Crud/ModelsController.php | 408 ++++++++++++
.../Controllers/Crud/PropertiesController.php | 396 +++++++++++
lib/GaletteAuto/{ => Filters}/AutosList.php | 2 +-
lib/GaletteAuto/Filters/ModelsList.php | 29 +-
lib/GaletteAuto/Finition.php | 17 +
lib/GaletteAuto/PropertiesController.php | 738 +++++++--------------
lib/GaletteAuto/Repository/Models.php | 14 +-
lib/GaletteAuto/State.php | 17 +
lib/GaletteAuto/Transmission.php | 17 +
templates/default/model.tpl | 7 +-
templates/default/models_list.tpl | 28 +-
templates/default/object_list.tpl | 16 +-
templates/default/object_show.tpl | 2 +-
templates/default/vehicles_list.tpl | 71 +-
24 files changed, 1586 insertions(+), 794 deletions(-)
create mode 100644 lib/GaletteAuto/Controllers/Crud/ModelsController.php
create mode 100644 lib/GaletteAuto/Controllers/Crud/PropertiesController.php
rename lib/GaletteAuto/{ => Filters}/AutosList.php (98%)
hooks/post-receive
--
galette/plugin-auto.git
--
Galette repositories commits - http://galette.eu
List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/