[galette-commits] [GIT] galette/galette.git branch develop updated. 0.9rc2-18-gef2df47 |
[ Thread Index |
Date Index
| More lists.galette.eu/commits Archives
]
- To: commits@xxxxxxxxxxxxxxxx
- Subject: [galette-commits] [GIT] galette/galette.git branch develop updated. 0.9rc2-18-gef2df47
- From: <git@xxxxxxxxxxxxx>
- Date: Wed, 25 Oct 2017 09:05:23 +0200
- Auto-submitted: auto-generated
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 ef2df47b3cc63237ec66c0eef89e7c416f180ec3 (commit)
via 6bcc12b9eec0e9a0b2acdbfd8ef872a1d80061cc (commit)
via e6d2a72095736a0abcd81098da61bd06845e9287 (commit)
from 4fd9e6ed0b6233d5967f54acd25ec17dd913ecca (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 ef2df47b3cc63237ec66c0eef89e7c416f180ec3
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Wed Oct 25 09:02:15 2017 +0200
Update locales
commit 6bcc12b9eec0e9a0b2acdbfd8ef872a1d80061cc
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Wed Oct 25 09:00:48 2017 +0200
Missing translation domain on routes
commit e6d2a72095736a0abcd81098da61bd06845e9287
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sun Oct 1 04:47:49 2017 +0200
Add telemetry and registration
Add telemetry class
Add UI on desktop
Send telemetry infos
Require compat for random_int, not available prior to PHP7
Store dates; display in preferences
Add renew
-----------------------------------------------------------------------
Summary of changes:
galette/composer.json | 3 +-
galette/composer.lock | 50 +-
galette/config/paths.inc.php | 3 +
galette/includes/dependencies.php | 13 +-
galette/includes/routes/ajax.routes.php | 50 +-
galette/includes/routes/management.routes.php | 33 +-
galette/lang/en_US/LC_MESSAGES/galette.mo | Bin 121431 -> 124311 bytes
galette/lang/en_US/LC_MESSAGES/routes.mo | Bin 5414 -> 5550 bytes
galette/lang/fr_FR.utf8/LC_MESSAGES/galette.mo | Bin 134669 -> 137984 bytes
galette/lang/fr_FR.utf8/LC_MESSAGES/routes.mo | Bin 5692 -> 5832 bytes
galette/lang/galette.pot | 968 +++++++++--------
galette/lang/galette_en_US.php | 901 ++++++++--------
galette/lang/galette_en_US.po | 1077 ++++++++++---------
galette/lang/galette_fr_FR.utf8.php | 901 ++++++++--------
galette/lang/galette_fr_FR.utf8.po | 1084 +++++++++++---------
galette/lang/routes.pot | 269 ++---
galette/lang/routes_en_US.php | 170 +--
galette/lang/routes_en_US.po | 406 ++++----
galette/lang/routes_fr_FR.utf8.php | 170 +--
galette/lang/routes_fr_FR.utf8.po | 406 ++++----
galette/lib/Galette/Core/Db.php | 49 +
galette/lib/Galette/Core/Preferences.php | 6 +-
galette/lib/Galette/Util/Telemetry.php | 450 ++++++++
galette/templates/default/desktop.tpl | 45 +
galette/templates/default/global_messages.tpl | 12 +
galette/templates/default/page.tpl | 9 +-
galette/templates/default/preferences.tpl | 33 +
galette/templates/default/telemetry.tpl | 108 ++
galette/webroot/themes/default/galette.css | 88 +-
.../themes/default/images/desktop/register.png | Bin 0 -> 4547 bytes
.../themes/default/images/desktop/telemetry.png | Bin 0 -> 4204 bytes
.../themes/default/images/icon-identity.png | Bin 0 -> 926 bytes
.../themes/default/images/icon-telemetry.png | Bin 0 -> 894 bytes
tests/Galette/Util/tests/units/Telemetry.php | 294 ++++++
34 files changed, 4722 insertions(+), 2876 deletions(-)
create mode 100644 galette/lib/Galette/Util/Telemetry.php
create mode 100644 galette/templates/default/telemetry.tpl
create mode 100644 galette/webroot/themes/default/images/desktop/register.png
create mode 100644 galette/webroot/themes/default/images/desktop/telemetry.png
create mode 100644 galette/webroot/themes/default/images/icon-identity.png
create mode 100644 galette/webroot/themes/default/images/icon-telemetry.png
create mode 100644 tests/Galette/Util/tests/units/Telemetry.php
hooks/post-receive
--
galette/galette.git
--
Galette repositories commits - http://galette.eu
List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/