[galette-commits] [GIT] galette/plugin-objectslend.git branch develop updated. cbdf95ed1e7f6ac03284ab638a35ff71556193b1

[ Thread Index | Date Index | More lists.galette.eu/commits Archives ]


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  cbdf95ed1e7f6ac03284ab638a35ff71556193b1 (commit)
       via  3292c76233b75996fd394a1bd217135339f83128 (commit)
       via  6b3f7563599ff3c963a2dd4ccf2ce7f3ab0dfb98 (commit)
       via  de67071ccb5a4a727967ab7a29103c9645b1d4ab (commit)
       via  60f55d366eec3fcdd79f874b33ed581217a3973c (commit)
       via  8f3bdc01d94fa9d65f64080d4f5cdf92e9a30c0e (commit)
       via  7677d3dc84e2176f46be8330129b8956bc4e26b4 (commit)
       via  97535ca4f7384a4e13779dbc9b190389bdc1c04b (commit)
       via  93941f9cd6d4ee7da0e41fb0d98e66d2b30cc6bc (commit)
       via  8ae63bcde214a535551bb622c8d3d9e0b0d01f09 (commit)
      from  7c57ea802bbcaa63a32200c7917d7392e609601b (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 cbdf95ed1e7f6ac03284ab638a35ff71556193b1
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date:   Thu Apr 9 12:40:43 2020 +0200

    Update translations

commit 3292c76233b75996fd394a1bd217135339f83128
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date:   Thu Apr 9 12:33:09 2020 +0200

    Remove old files

commit 6b3f7563599ff3c963a2dd4ccf2ce7f3ab0dfb98
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date:   Thu Apr 9 12:23:31 2020 +0200

    Add page to display rents for an object

commit de67071ccb5a4a727967ab7a29103c9645b1d4ab
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date:   Thu Apr 9 11:49:58 2020 +0200

    Begin to update template file

commit 60f55d366eec3fcdd79f874b33ed581217a3973c
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date:   Thu Apr 9 10:56:58 2020 +0200

    Do not extract strings without domain

commit 8f3bdc01d94fa9d65f64080d4f5cdf92e9a30c0e
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date:   Wed Apr 8 07:37:47 2020 +0200

    Fix route name

commit 7677d3dc84e2176f46be8330129b8956bc4e26b4
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date:   Wed Apr 8 06:49:33 2020 +0200

    Typo

commit 97535ca4f7384a4e13779dbc9b190389bdc1c04b
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date:   Tue Apr 7 08:24:47 2020 +0200

    Fixes on templates

commit 93941f9cd6d4ee7da0e41fb0d98e66d2b30cc6bc
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date:   Mon Apr 6 08:06:22 2020 +0200

    Move main classes to Entity namespace
    
    Cleanup, few fixes, drop remaining translations in routes calls

commit 8ae63bcde214a535551bb622c8d3d9e0b0d01f09
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date:   Sat Apr 4 11:29:11 2020 +0200

    Get back some changes/fixes proposed by @dbabault
    
    see https://github.com/galette/plugin-objectslend/pull/1

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

Summary of changes:
 _define.php                                        |   19 +-
 _routes.php                                        |  186 +-
 lang/Makefile                                      |   34 +-
 lang/en_US/LC_MESSAGES/objectslend.mo              |  Bin 17355 -> 16026 bytes
 lang/en_US/LC_MESSAGES/objectslend_routes.mo       |  Bin 796 -> 0 bytes
 lang/fr_FR.utf8/LC_MESSAGES/objectslend.mo         |  Bin 18929 -> 17831 bytes
 lang/fr_FR.utf8/LC_MESSAGES/objectslend_routes.mo  |  Bin 789 -> 0 bytes
 lang/objectslend.pot                               |  940 ++++---
 lang/objectslend_en_US.php                         |  662 -----
 lang/objectslend_en_US.po                          | 2556 ++++++--------------
 lang/objectslend_fr_FR.utf8.php                    |  662 -----
 lang/objectslend_fr_FR.utf8.po                     | 1621 +++++++------
 lang/objectslend_routes.pot                        |   58 -
 lang/objectslend_routes_en_US.php                  |   41 -
 lang/objectslend_routes_en_US.po                   |   69 -
 lang/objectslend_routes_fr_FR.utf8.php             |   41 -
 lang/objectslend_routes_fr_FR.utf8.po              |   69 -
 lang/xgettext.py                                   |   19 +-
 .../{ => Entity}/CategoryPicture.php               |    2 +-
 .../{ => Entity}/LendCategory.php                  |   85 +-
 lib/GaletteObjectsLend/{ => Entity}/LendObject.php |   26 +-
 lib/GaletteObjectsLend/{ => Entity}/LendPDF.php    |    2 +-
 lib/GaletteObjectsLend/{ => Entity}/LendRent.php   |  141 +-
 lib/GaletteObjectsLend/{ => Entity}/LendStatus.php |   21 +-
 .../{ => Entity}/ObjectPicture.php                 |    2 +-
 lib/GaletteObjectsLend/{ => Entity}/Picture.php    |   10 +-
 .../{ => Entity}/Preferences.php                   |    2 +-
 lib/GaletteObjectsLend/Filters/CategoriesList.php  |   33 +-
 lib/GaletteObjectsLend/Filters/ObjectsList.php     |    7 +-
 lib/GaletteObjectsLend/IO/PdfObjects.php           |   11 +-
 lib/GaletteObjectsLend/Repository/Categories.php   |   28 +-
 lib/GaletteObjectsLend/Repository/Objects.php      |   45 +-
 lib/GaletteObjectsLend/Repository/Status.php       |   12 +-
 templates/default/admin_picture.tpl                |    1 +
 templates/default/categories_list.tpl              |   24 +-
 templates/default/category_edit.tpl                |    7 +-
 templates/default/headers.tpl                      |    2 +-
 templates/default/list_lent_object.tpl             |   42 +
 templates/default/menu.tpl                         |   10 +-
 templates/default/objects_edit.tpl                 |   34 +-
 templates/default/objects_list.tpl                 |   93 +-
 templates/default/status_edit.tpl                  |    2 +-
 templates/default/status_list.tpl                  |   42 +-
 templates/default/take_more_objects_away.tpl       |    2 +-
 templates/default/take_object.tpl                  |   33 +-
 45 files changed, 2591 insertions(+), 5105 deletions(-)
 mode change 100644 => 100755 lang/Makefile
 delete mode 100644 lang/en_US/LC_MESSAGES/objectslend_routes.mo
 delete mode 100644 lang/fr_FR.utf8/LC_MESSAGES/objectslend_routes.mo
 delete mode 100644 lang/objectslend_en_US.php
 delete mode 100644 lang/objectslend_fr_FR.utf8.php
 delete mode 100644 lang/objectslend_routes.pot
 delete mode 100644 lang/objectslend_routes_en_US.php
 delete mode 100644 lang/objectslend_routes_en_US.po
 delete mode 100644 lang/objectslend_routes_fr_FR.utf8.php
 delete mode 100644 lang/objectslend_routes_fr_FR.utf8.po
 rename lib/GaletteObjectsLend/{ => Entity}/CategoryPicture.php (98%)
 rename lib/GaletteObjectsLend/{ => Entity}/LendCategory.php (74%)
 rename lib/GaletteObjectsLend/{ => Entity}/LendObject.php (97%)
 rename lib/GaletteObjectsLend/{ => Entity}/LendPDF.php (97%)
 rename lib/GaletteObjectsLend/{ => Entity}/LendRent.php (74%)
 rename lib/GaletteObjectsLend/{ => Entity}/LendStatus.php (95%)
 rename lib/GaletteObjectsLend/{ => Entity}/ObjectPicture.php (98%)
 rename lib/GaletteObjectsLend/{ => Entity}/Picture.php (98%)
 rename lib/GaletteObjectsLend/{ => Entity}/Preferences.php (99%)
 create mode 100644 templates/default/list_lent_object.tpl


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

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

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


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/