[galette-commits] [GIT] galette/plugin-paypal.git branch master updated. 1.5.1-23-g4ccf25b

[ 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-paypal.git" repository.

The branch, master has been updated
       via  4ccf25b2de3d557ab01d0974d4bb7dff63a7a178 (commit)
       via  efa98c5cd95a10a7bd120eec58b07684c40a7c19 (commit)
       via  0a125f8481726b5770f88a8c6501ca2fb32132fd (commit)
       via  6c139ea72e51664bbb83cbd1d5d49bf67a22c007 (commit)
       via  806e9857c343ff1b30f6a812f9d097f85aebcd50 (commit)
       via  acfbc980b47f761b624faad2492d3bae6472cfad (commit)
       via  7bf16319bc57a4801489f2a2f60a6ccb5f777401 (commit)
       via  131c02419d29c4775d2defdc3de09deb79974892 (commit)
       via  9f8eb2d8acc91fb669767aee542453c497749cbe (commit)
       via  c4413525c11c7a2034d77771884b135ee953fee4 (commit)
       via  fb3f3ec8a75cb8598696e89de324c75cffa31daa (commit)
       via  ac8e3457a74147951c962b067f52b83f6b9525c0 (commit)
       via  682fe8b40d30e16da33f51411f86bfc568ce17fa (commit)
       via  7c2bb4c5e298e1846cf253c058707f70e3d73894 (commit)
       via  913cd5d0a5595e05275da8f6cd9b458521b78c06 (commit)
       via  4ba7fe22215230210c3bb8e1d72fc1a22c766e55 (commit)
       via  39f44f5452bbfc1bde2f96190949a418ca67d399 (commit)
       via  0a09fe977e787d0a096c3a466daf235e34670f08 (commit)
       via  e3c3a76cb3d4d42796fa4b285aabadd3d33dd9c6 (commit)
       via  0f335fccd61e4d25dbc77cb095a7d6c2e6654aef (commit)
       via  a22f14693f17f240bf119c8c56db95c4a4478dca (commit)
       via  e1b0103e79813879bdf18723420332c31a059de5 (commit)
      from  60a2e0237275f9f34b907cb151f8b96e8f42e114 (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 4ccf25b2de3d557ab01d0974d4bb7dff63a7a178
Merge: 60a2e02 efa98c5
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date:   Wed Dec 20 21:57:59 2017 +0100

    Merge branch 'release/1.6.0'

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

Summary of changes:
 .gitignore                                        |   5 +-
 ChangeLog                                         |   3 +
 README                                            |   1 +
 _config.inc.php                                   |   2 -
 _define.php                                       |  15 +-
 _routes.php                                       | 488 ++++++++++++++++++++++
 lang/Makefile                                     |  93 ++---
 lang/en_US/LC_MESSAGES/galette_paypal.mo          | Bin 4879 -> 0 bytes
 lang/en_US/LC_MESSAGES/paypal.mo                  | Bin 0 -> 3762 bytes
 lang/en_US/LC_MESSAGES/paypal_routes.mo           | Bin 0 -> 455 bytes
 lang/fr_FR.utf8/LC_MESSAGES/galette_paypal.mo     | Bin 5377 -> 0 bytes
 lang/fr_FR.utf8/LC_MESSAGES/paypal.mo             | Bin 0 -> 4173 bytes
 lang/fr_FR.utf8/LC_MESSAGES/paypal_routes.mo      | Bin 0 -> 464 bytes
 lang/lang_english.php                             | 174 --------
 lang/lang_french.php                              | 174 --------
 lang/messages.po                                  | 226 ----------
 lang/paypal.pot                                   | 120 ++++++
 lang/paypal_en_US.php                             |  95 +++++
 lang/{en_US.po => paypal_en_US.po}                | 294 ++++++-------
 lang/paypal_fr_FR.utf8.php                        |  95 +++++
 lang/{fr_FR.utf8.po => paypal_fr_FR.utf8.po}      | 298 ++++++-------
 lang/paypal_routes.pot                            |   8 +
 lang/paypal_routes_en_US.php                      |  20 +
 lang/paypal_routes_en_US.po                       |  30 ++
 lang/paypal_routes_fr_FR.utf8.php                 |  20 +
 lang/paypal_routes_fr_FR.utf8.po                  |  30 ++
 lang/xgettext.py                                  |  94 +++--
 lib/GalettePaypal/Paypal.php                      | 201 ++++-----
 lib/GalettePaypal/PaypalHistory.php               |  81 ++--
 paypal_form.php                                   |  82 ----
 paypal_history.php                                |  99 -----
 paypal_notify.php                                 | 228 ----------
 paypal_preferences.php                            |  96 -----
 paypal_success.php                                | 106 -----
 templates/default/galette_paypal.css              |  28 --
 templates/default/headers.tpl                     |   2 +-
 templates/default/menu.tpl                        |   8 +-
 templates/default/paypal_form.tpl                 |  40 +-
 templates/default/paypal_history.tpl              |  83 ++--
 templates/default/paypal_preferences.tpl          |  15 +-
 templates/default/paypal_success.tpl              |  10 +-
 templates/default/public_menu.tpl                 |   2 +-
 webroot/galette_paypal.css                        |  23 +
 {templates/default => webroot}/images/paypal.png  | Bin
 {templates/default => webroot}/images/warning.png | Bin
 45 files changed, 1552 insertions(+), 1837 deletions(-)
 create mode 100644 README
 create mode 100644 _routes.php
 delete mode 100644 lang/en_US/LC_MESSAGES/galette_paypal.mo
 create mode 100644 lang/en_US/LC_MESSAGES/paypal.mo
 create mode 100644 lang/en_US/LC_MESSAGES/paypal_routes.mo
 delete mode 100644 lang/fr_FR.utf8/LC_MESSAGES/galette_paypal.mo
 create mode 100644 lang/fr_FR.utf8/LC_MESSAGES/paypal.mo
 create mode 100644 lang/fr_FR.utf8/LC_MESSAGES/paypal_routes.mo
 delete mode 100644 lang/lang_english.php
 delete mode 100644 lang/lang_french.php
 delete mode 100644 lang/messages.po
 create mode 100644 lang/paypal.pot
 create mode 100644 lang/paypal_en_US.php
 rename lang/{en_US.po => paypal_en_US.po} (61%)
 create mode 100644 lang/paypal_fr_FR.utf8.php
 rename lang/{fr_FR.utf8.po => paypal_fr_FR.utf8.po} (63%)
 create mode 100644 lang/paypal_routes.pot
 create mode 100644 lang/paypal_routes_en_US.php
 create mode 100644 lang/paypal_routes_en_US.po
 create mode 100644 lang/paypal_routes_fr_FR.utf8.php
 create mode 100644 lang/paypal_routes_fr_FR.utf8.po
 delete mode 100644 paypal_form.php
 delete mode 100644 paypal_history.php
 delete mode 100644 paypal_notify.php
 delete mode 100644 paypal_preferences.php
 delete mode 100644 paypal_success.php
 delete mode 100644 templates/default/galette_paypal.css
 create mode 100644 webroot/galette_paypal.css
 rename {templates/default => webroot}/images/paypal.png (100%)
 rename {templates/default => webroot}/images/warning.png (100%)


hooks/post-receive
-- 
galette/plugin-paypal.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/