[Bps-public-commit] rtx-calendar branch master updated. 1.08-4-gf1eab54

BPS Git Server git at git.bestpractical.com
Mon Dec 18 13:58:13 UTC 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rtx-calendar".

The branch, master has been updated
       via  f1eab54ab20117ad8b1ab8898a13160146a89c88 (commit)
       via  74a2235b3020a72b95110e095a361d4c4d5fe8f2 (commit)
       via  9ff86d14061fe4472e8c8bdc842d831649ca912e (commit)
       via  c162c84fbdfec12f877d1f1bd9abc6092b6dc27f (commit)
      from  25b9dd4231a9be1f42b3e3508346cb3c88ed667d (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 f1eab54ab20117ad8b1ab8898a13160146a89c88
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Mon Dec 18 08:54:25 2023 -0500

    Prep version 1.09

diff --git a/CHANGES b/CHANGES
index d7d09e0..4e022fc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+Revision history for RTx-Calendar
+
+1.09 2023-12-18
+ - Add French translation (thanks elacour!)
+ - Restrict image width for better display on metacpan
+
 1.08 2023-12-15
  - Prevent loss of filter selection when changing months w/select boxes
  - Restore the default popup configuration
diff --git a/MANIFEST b/MANIFEST
index 4129aa7..0074ee2 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -26,6 +26,8 @@ lib/RTx/Calendar.pm
 Makefile.PL
 MANIFEST			This list of files
 META.yml
+po/calendar.pot
+po/fr.po
 README
 static/css/calendar.css
 static/images/created.png
diff --git a/META.yml b/META.yml
index 9188ca7..968968d 100644
--- a/META.yml
+++ b/META.yml
@@ -19,6 +19,7 @@ no_index:
     - etc
     - html
     - inc
+    - po
     - static
 requires:
   DateTime: 0
@@ -26,6 +27,6 @@ requires:
   perl: 5.10.1
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: '1.08'
+version: '1.09'
 x_module_install_rtx_version: '0.43'
 x_requires_rt: 5.0.0
diff --git a/lib/RTx/Calendar.pm b/lib/RTx/Calendar.pm
index 3333122..13b014b 100644
--- a/lib/RTx/Calendar.pm
+++ b/lib/RTx/Calendar.pm
@@ -4,7 +4,7 @@ use strict;
 use DateTime;
 use DateTime::Set;
 
-our $VERSION = "1.08";
+our $VERSION = "1.09";
 
 RT->AddStyleSheets('calendar.css');
 RT->AddJavaScript('calendar.js');

commit 74a2235b3020a72b95110e095a361d4c4d5fe8f2
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Mon Dec 18 08:50:46 2023 -0500

    Limit image width for better dislay on metacpan

diff --git a/lib/RTx/Calendar.pm b/lib/RTx/Calendar.pm
index 3f91904..3333122 100644
--- a/lib/RTx/Calendar.pm
+++ b/lib/RTx/Calendar.pm
@@ -330,7 +330,7 @@ to any dashboard, including on the RT home page.
 
 =begin HTML
 
-<p><img src="https://static.bestpractical.com/images/calendar/calendar.png" alt="Calendar Overview" /></p>
+<p><img width="600" src="https://static.bestpractical.com/images/calendar/calendar.png" alt="Calendar Overview" /></p>
 
 =end HTML
 

commit 9ff86d14061fe4472e8c8bdc842d831649ca912e
Author: Emmanuel Lacour <elacour at easter-eggs.com>
Date:   Mon Dec 18 11:51:22 2023 +0100

    Add french translation

diff --git a/po/fr.po b/po/fr.po
new file mode 100644
index 0000000..c602b69
--- /dev/null
+++ b/po/fr.po
@@ -0,0 +1,118 @@
+msgid ""
+msgstr ""
+"PO-Revision-Date: 2023-12-18 11:39+0200\n"
+"Last-Translator: Emmanuel Lacour <elacour at home-dn.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. (qq{<a href="$RT::WebPath/Search/Build.html">} . loc("Query Builder") . '</a>')
+#: html/Elements/CalendarFooter:21
+msgid ""
+"\n"
+"By default, RTx::Calendar displays Due and Starts dates. You can select other\n"
+"date fields with the Display Columns section in the %1.\n"
+"The following format will display the two additional date fields, LastUpdated and a\n"
+"custom field called Maintenance Date:\n"
+msgstr ""
+"\n"
+"Par défaut RTx::Calendar affiche les dates d’échéance et de début. Vous pouvez\n"
+"sélectionner d’autre dates dans la section « Afficher les colonnes » du « %1 ».\n"
+"L’exemple suivant ajoute les deux dates suivantes, la date de dernière mise à jour et\n"
+"un champs personnalisé nommé «Maintenance Date»:\n"
+
+
+#. (qq{<a href="$RT::WebPath/Search/Edit.html">} . loc("Advanced") . '</a>')
+#: html/Elements/CalendarFooter:8
+msgid ""
+"\n"
+"If you want to see reminders on the calendar, you need to go to the %1 tab\n"
+"of your query and explicitly add the following clause to it:\n"
+msgstr ""
+"\n"
+"Si vous voulez voir les rappels sur le calendrier, vous devez aller\n"
+"dans l’onglet « %1 » de votre requête et ajouter quelque chose comme ceci à la requête :\n"
+"\n"
+
+
+#. (qq{<a href="$RT::WebPath/Search/Build.html">} . loc("Query Builder") . '</a>')
+#: html/Elements/CalendarFooter:35
+msgid ""
+"\n"
+"You can change the default query used by Calendar.html and the MyCalendar\n"
+"portlet by saving a query with the name <code>calendar</code> in the %1.\n"
+msgstr ""
+"\n"
+"Vous pouvez changer la requête par défaut des composants « Calendar.html »\n"
+"et « MyCalendar » en sauvant une recherche sous le nom <code>calendar</code> dans le « %1 ».\n"
+
+
+#: html/Helpers/CalendarEventInfo:81
+msgid "<% $label_of{$attr} %>"
+msgstr ""
+
+#: html/Elements/CalendarFooter:5
+msgid "Advanced"
+msgstr "Avancé"
+
+#: html/Callbacks/RTx-Calendar/Elements/Tabs/Privileged:52 html/Elements/Calendar:233 html/Elements/MyCalendar:2 html/Elements/MyCalendar:90 html/Search/Calendar.html:1
+msgid "Calendar"
+msgstr "Calendrier"
+
+#. ($rtdate->GetMonth($Month), $Year)
+#: html/Elements/Calendar:23
+msgid "Calendar for %1 %2"
+msgstr "Calendrier pour %1 %2"
+
+#: html/Elements/CalendarFooter:30
+msgid "Changing the default query"
+msgstr "Modifier la requête par défaut"
+
+#: html/Elements/CalendarSidebar:28
+msgid "Clear Filter"
+msgstr "Effacer le filtre"
+
+#: html/Elements/CalendarFooter:14
+msgid "Displaying other kind of dates"
+msgstr "Afficher d’autres types de dates"
+
+#: html/Elements/CalendarFooter:3
+msgid "Displaying reminders"
+msgstr "Afficher les rappels"
+
+#: html/Elements/Calendar:25
+msgid "Download Spreadsheet"
+msgstr "Télécharger au format tableur"
+
+#: etc/tabs_privileged_callback.patch:25
+msgid "Edit"
+msgstr "Modifier"
+
+#: html/Elements/CalendarSidebar:34
+msgid "Event Types"
+msgstr "Types d’évènements"
+
+#: html/Elements/CalendarSidebar:26
+msgid "Filter"
+msgstr "Filtrer"
+
+#: html/Elements/CalendarSidebar:9
+msgid "Filter on Status"
+msgstr "Filtrer sur les statuts"
+
+#: html/Elements/CalendarFooter:1
+msgid "Help"
+msgstr "Aide"
+
+#: html/Elements/CalendarFooter:16 html/Elements/CalendarFooter:32
+msgid "Query Builder"
+msgstr "Constructeur de requêtes"
+
+#: html/Elements/CalendarSidebar:51
+msgid "Status Colors"
+msgstr "Couleurs des statuts"
+
+#: html/Elements/Calendar:177
+msgid "Submit"
+msgstr "Valider"
+

commit c162c84fbdfec12f877d1f1bd9abc6092b6dc27f
Author: Emmanuel Lacour <elacour at easter-eggs.com>
Date:   Mon Dec 18 11:50:38 2023 +0100

    Generate POT file using RT extract-message-catalog

diff --git a/po/calendar.pot b/po/calendar.pot
new file mode 100644
index 0000000..d808d88
--- /dev/null
+++ b/po/calendar.pot
@@ -0,0 +1,95 @@
+#. (qq{<a href="$RT::WebPath/Search/Build.html">} . loc("Query Builder") . '</a>')
+#: html/Elements/CalendarFooter:21
+msgid ""
+"\n"
+"By default, RTx::Calendar displays Due and Starts dates. You can select other\n"
+"date fields with the Display Columns section in the %1.\n"
+"The following format will display the two additional date fields, LastUpdated and a\n"
+"custom field called Maintenance Date:\n"
+msgstr ""
+
+#. (qq{<a href="$RT::WebPath/Search/Edit.html">} . loc("Advanced") . '</a>')
+#: html/Elements/CalendarFooter:8
+msgid ""
+"\n"
+"If you want to see reminders on the calendar, you need to go to the %1 tab\n"
+"of your query and explicitly add the following clause to it:\n"
+msgstr ""
+
+#. (qq{<a href="$RT::WebPath/Search/Build.html">} . loc("Query Builder") . '</a>')
+#: html/Elements/CalendarFooter:35
+msgid ""
+"\n"
+"You can change the default query used by Calendar.html and the MyCalendar\n"
+"portlet by saving a query with the name <code>calendar</code> in the %1.\n"
+msgstr ""
+
+#: html/Helpers/CalendarEventInfo:81
+msgid "<% $label_of{$attr} %>"
+msgstr ""
+
+#: html/Elements/CalendarFooter:5
+msgid "Advanced"
+msgstr ""
+
+#: html/Callbacks/RTx-Calendar/Elements/Tabs/Privileged:52 html/Elements/Calendar:233 html/Elements/MyCalendar:2 html/Elements/MyCalendar:90 html/Search/Calendar.html:1
+msgid "Calendar"
+msgstr ""
+
+#. ($rtdate->GetMonth($Month), $Year)
+#: html/Elements/Calendar:23
+msgid "Calendar for %1 %2"
+msgstr ""
+
+#: html/Elements/CalendarFooter:30
+msgid "Changing the default query"
+msgstr ""
+
+#: html/Elements/CalendarSidebar:28
+msgid "Clear Filter"
+msgstr ""
+
+#: html/Elements/CalendarFooter:14
+msgid "Displaying other kind of dates"
+msgstr ""
+
+#: html/Elements/CalendarFooter:3
+msgid "Displaying reminders"
+msgstr ""
+
+#: html/Elements/Calendar:25
+msgid "Download Spreadsheet"
+msgstr ""
+
+#: etc/tabs_privileged_callback.patch:25
+msgid "Edit"
+msgstr ""
+
+#: html/Elements/CalendarSidebar:34
+msgid "Event Types"
+msgstr ""
+
+#: html/Elements/CalendarSidebar:26
+msgid "Filter"
+msgstr ""
+
+#: html/Elements/CalendarSidebar:9
+msgid "Filter on Status"
+msgstr ""
+
+#: html/Elements/CalendarFooter:1
+msgid "Help"
+msgstr ""
+
+#: html/Elements/CalendarFooter:16 html/Elements/CalendarFooter:32
+msgid "Query Builder"
+msgstr ""
+
+#: html/Elements/CalendarSidebar:51
+msgid "Status Colors"
+msgstr ""
+
+#: html/Elements/Calendar:177
+msgid "Submit"
+msgstr ""
+

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

Summary of changes:
 CHANGES             |   6 +++
 MANIFEST            |   2 +
 META.yml            |   3 +-
 lib/RTx/Calendar.pm |   4 +-
 po/calendar.pot     |  95 ++++++++++++++++++++++++++++++++++++++++++
 po/fr.po            | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 225 insertions(+), 3 deletions(-)
 create mode 100644 po/calendar.pot
 create mode 100644 po/fr.po


hooks/post-receive
-- 
rtx-calendar


More information about the Bps-public-commit mailing list