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  6de920565e849ad9c9ec96ea017b7f9c6a2786ed (commit)
       via  9edf7c0bab24009c9cdc79e45833cbbbece728ec (commit)
       via  df89736e03c2d636d23881cda127ec0bc12f08f6 (commit)
       via  1b3e959d69f853139abc11b7b0115e283d31d9bd (commit)
       via  fec9c8152df464d4f9f6b70652559bfac1fe9584 (commit)
       via  9a72e71616bbbea01b5a71568c1ba07477b7ebab (commit)
       via  43c1b0f14a27407a818ee445615389a8339b02f9 (commit)
       via  7bde58870c6585c90112dd802aad293e9de38d8f (commit)
      from  84d0af01e5d24e86cdfc155f9609f191de68df69 (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 6de920565e849ad9c9ec96ea017b7f9c6a2786ed
Author: Johan Cwiklinski <jo...@x-tnd.be>
Date:   Sat May 2 12:44:23 2020 +0200

    No longer used methods; refs #1354

commit 9edf7c0bab24009c9cdc79e45833cbbbece728ec
Author: Johan Cwiklinski <jo...@x-tnd.be>
Date:   Sat May 2 12:41:30 2020 +0200

    Add Crud controller, migrate dynamic fields to a controller class
    
    Also fix JS issues on dynamic fields page
    refs #1354

commit df89736e03c2d636d23881cda127ec0bc12f08f6
Author: Johan Cwiklinski <jo...@x-tnd.be>
Date:   Sat May 2 12:39:28 2020 +0200

    Migrate history, dynamic translations and core fields ocnfig to a 
controller class
    
    refs #1354

commit 1b3e959d69f853139abc11b7b0115e283d31d9bd
Author: Johan Cwiklinski <jo...@x-tnd.be>
Date:   Sat May 2 10:43:44 2020 +0200

    Migrate plugins routes to a controller class
    
    cleanup some unused imports
    refs #1354

commit fec9c8152df464d4f9f6b70652559bfac1fe9584
Author: Johan Cwiklinski <jo...@x-tnd.be>
Date:   Sat May 2 10:25:00 2020 +0200

    Migrate dashboard, preferences and charts to a controller class
    
    Missing print_logo in abstract controller
    refs #1354

commit 9a72e71616bbbea01b5a71568c1ba07477b7ebab
Author: Johan Cwiklinski <jo...@x-tnd.be>
Date:   Sat May 2 09:54:04 2020 +0200

    Migrate images (logo, members ppictures) to a controller class
    
    Missing logo in AbstractController
    Migrate slash route to a controller
    
    refs #1354

commit 43c1b0f14a27407a818ee445615389a8339b02f9
Author: Johan Cwiklinski <jo...@x-tnd.be>
Date:   Sat May 2 09:07:51 2020 +0200

    Drop unused methods, clean; refs #1355

commit 7bde58870c6585c90112dd802aad293e9de38d8f
Author: Johan Cwiklinski <jo...@x-tnd.be>
Date:   Fri May 1 22:21:07 2020 +0200

    Migrate authentication routes to a controller class
    
    Add abstract controller to rule them all
    refs #1354

-----------------------------------------------------------------------

Summary of changes:
 galette/includes/dependencies.php                  |    2 +
 galette/includes/main.inc.php                      |  134 +-
 galette/includes/routes/authentication.routes.php  |   99 +-
 galette/includes/routes/main.routes.php            |  130 +-
 galette/includes/routes/management.routes.php      | 2557 +++++---------------
 .../lib/Galette/Controllers/AbstractController.php |  233 ++
 galette/lib/Galette/Controllers/AuthController.php |  240 ++
 .../Controllers/Crud/DynamicFieldsController.php   |  509 ++++
 galette/lib/Galette/Controllers/CrudController.php |  278 +++
 .../Controllers/DynamicTranslationsController.php  |  231 ++
 .../lib/Galette/Controllers/GaletteController.php  |  557 +++++
 .../lib/Galette/Controllers/HistoryController.php  |  282 +++
 .../lib/Galette/Controllers/ImagesController.php   |  149 ++
 .../lib/Galette/Controllers/PluginsController.php  |  363 +++
 .../templates/default/configurer_fiche_content.tpl |    2 +-
 galette/templates/default/configurer_fiches.tpl    |   18 +-
 galette/templates/default/editer_champ.tpl         |    4 +-
 galette/templates/default/page.tpl                 |    2 +-
 18 files changed, 3532 insertions(+), 2258 deletions(-)
 create mode 100644 galette/lib/Galette/Controllers/AbstractController.php
 create mode 100644 galette/lib/Galette/Controllers/AuthController.php
 create mode 100644 
galette/lib/Galette/Controllers/Crud/DynamicFieldsController.php
 create mode 100644 galette/lib/Galette/Controllers/CrudController.php
 create mode 100644 
galette/lib/Galette/Controllers/DynamicTranslationsController.php
 create mode 100644 galette/lib/Galette/Controllers/GaletteController.php
 create mode 100644 galette/lib/Galette/Controllers/HistoryController.php
 create mode 100644 galette/lib/Galette/Controllers/ImagesController.php
 create mode 100644 galette/lib/Galette/Controllers/PluginsController.php


hooks/post-receive
-- 
galette/galette.git

-- 
Galette repositories commits - http://galette.eu

List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/

Reply via email to