[tryton-debian-vcs] tryton-modules-calendar-classification branch debian updated. debian/3.6.0-1-4-gb2334ca

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Nov 11 11:22:21 UTC 2015


The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-calendar-classification.git;a=commitdiff;h=debian/3.6.0-1-4-gb2334ca

commit b2334ca5ca28a6f5b1d41aad270e96ac16d7f3a6
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Nov 11 12:11:06 2015 +0100

    Merging upstream version 3.8.0.

diff --git a/CHANGELOG b/CHANGELOG
index 4ce2f79..3db1f4b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.8.0 - 2015-11-02
+* Bug fixes (see mercurial logs for details)
+
 Version 3.6.0 - 2015-04-20
 * Bug fixes (see mercurial logs for details)
 * Add support for PyPy
diff --git a/PKG-INFO b/PKG-INFO
index 1616fb4..e0a0d30 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_calendar_classification
-Version: 3.6.0
+Version: 3.8.0
 Summary: Tryton module to add classification access to events
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: issue_tracker at tryton.org
 License: GPL-3
-Download-URL: http://downloads.tryton.org/3.6/
+Download-URL: http://downloads.tryton.org/3.8/
 Description: trytond_calendar_classification
         ===============================
         
@@ -60,6 +60,9 @@ Classifier: Natural Language :: Dutch
 Classifier: Natural Language :: English
 Classifier: Natural Language :: French
 Classifier: Natural Language :: German
+Classifier: Natural Language :: Hungarian
+Classifier: Natural Language :: Italian
+Classifier: Natural Language :: Portuguese (Brazilian)
 Classifier: Natural Language :: Russian
 Classifier: Natural Language :: Slovenian
 Classifier: Natural Language :: Spanish
diff --git a/calendar_.py b/calendar_.py
index b31bca5..a9a8960 100644
--- a/calendar_.py
+++ b/calendar_.py
@@ -101,7 +101,7 @@ class Event:
             cls.raise_user_error('access_error', cls.__doc__)
 
         writable_ids = []
-        domain = Rule.domain_get(cls.__name__, mode='write')
+        domain = Rule.query_get(cls.__name__, mode='write')
         if domain:
             for sub_ids in grouped_slice(ids):
                 red_sql = reduce_ids(table.id, sub_ids)
diff --git a/locale/es_CO.po b/locale/es_CO.po
index e61d644..e58f58d 100644
--- a/locale/es_CO.po
+++ b/locale/es_CO.po
@@ -2,239 +2,11 @@
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
-msgctxt "error:calendar.event.attendee:"
-msgid "    * "
-msgstr "    * "
-
-msgctxt "error:calendar.event.attendee:"
-msgid ""
-"%s (%s) changed his/her participation status to: %s\n"
-"\n"
-msgstr "%s (%s) cambió su estado de participación"
-
-msgctxt "error:calendar.event.attendee:"
-msgid ""
-"%s (%s) has accepted this invitation:\n"
-"\n"
-msgstr "%s (%s) ha aceptado esta invitación:"
-
-msgctxt "error:calendar.event.attendee:"
-msgid ""
-"%s (%s) has declined this invitattion:\n"
-"\n"
-msgstr "%s (%s) rechazó esta invitación:"
-
-msgctxt "error:calendar.event.attendee:"
-msgid "%s: %s @ %s"
-msgstr "%s: %s @ %s"
-
-msgctxt "error:calendar.event.attendee:"
-msgid "(No Subject)"
-msgstr "(Sin Asunto)"
-
-msgctxt "error:calendar.event.attendee:"
-msgid ":"
-msgstr ":"
-
-msgctxt "error:calendar.event.attendee:"
-msgid "When"
-msgstr "Cuando"
-
-msgctxt "error:calendar.event:"
-msgid "    * "
-msgstr "    * "
-
-msgctxt "error:calendar.event:"
-msgid "(No Subject)"
-msgstr "(Sin Asunto)"
-
-msgctxt "error:calendar.event:"
-msgid ":"
-msgstr ":"
-
 msgctxt "error:calendar.event:"
 msgid "Busy"
 msgstr ""
 
-msgctxt "error:calendar.event:"
-msgid "Cancelled Event: %s @ %s"
-msgstr "Evento Cancelado: %s @ %s"
-
 #, fuzzy
 msgctxt "error:calendar.event:"
 msgid "Free"
 msgstr "Gratis"
-
-msgctxt "error:calendar.event:"
-msgid "Invitation: %s @ %s"
-msgstr "Invitación: %s @ %s"
-
-msgctxt "error:calendar.event:"
-msgid ""
-"This event has been canceled.\n"
-"\n"
-msgstr "Este evento se canceló."
-
-msgctxt "error:calendar.event:"
-msgid ""
-"This event has been changed.\n"
-"\n"
-msgstr "Este evento cambió."
-
-msgctxt "error:calendar.event:"
-msgid "Updated Invitation: %s @ %s"
-msgstr "Invitación actualizada: %s @ %s"
-
-msgctxt "error:calendar.event:"
-msgid "When"
-msgstr "Cuando"
-
-msgctxt "error:calendar.event:"
-msgid ""
-"You have been invited to the following event.\n"
-"\n"
-msgstr "Usted fue invitado al siguiente evento."
-
-msgctxt "field:calendar.event,organizer_schedule_agent:"
-msgid "Schedule Agent"
-msgstr "Agente de Planeación"
-
-msgctxt "field:calendar.event,organizer_schedule_status:"
-msgid "Schedule Status"
-msgstr "Estado de Planeación"
-
-msgctxt "field:calendar.event.attendee,schedule_agent:"
-msgid "Schedule Agent"
-msgstr "Agente de Planeación"
-
-msgctxt "field:calendar.event.attendee,schedule_status:"
-msgid "Schedule Status"
-msgstr "Estado de Planeación"
-
-msgctxt "field:res.user,calendar_email_notification_cancel:"
-msgid "Cancelled invitations"
-msgstr "Invitaciones canceladas"
-
-msgctxt "field:res.user,calendar_email_notification_new:"
-msgid "New invitations"
-msgstr "Nuevas invitaciones"
-
-msgctxt "field:res.user,calendar_email_notification_partstat:"
-msgid "Invitation Replies"
-msgstr "Invitaciones Contestadas"
-
-msgctxt "field:res.user,calendar_email_notification_update:"
-msgid "Changed invitations"
-msgstr "Invitaciones Cambiadas"
-
-msgctxt "selection:calendar.event,organizer_schedule_agent:"
-msgid ""
-msgstr ""
-
-msgctxt "selection:calendar.event,organizer_schedule_agent:"
-msgid "Client"
-msgstr "Cliente"
-
-msgctxt "selection:calendar.event,organizer_schedule_agent:"
-msgid "None"
-msgstr "Ninguna"
-
-msgctxt "selection:calendar.event,organizer_schedule_agent:"
-msgid "Server"
-msgstr "Servidor"
-
-msgctxt "selection:calendar.event,organizer_schedule_status:"
-msgid ""
-msgstr ""
-
-msgctxt "selection:calendar.event,organizer_schedule_status:"
-msgid "1.0"
-msgstr "1.0"
-
-msgctxt "selection:calendar.event,organizer_schedule_status:"
-msgid "1.1"
-msgstr "1.1"
-
-msgctxt "selection:calendar.event,organizer_schedule_status:"
-msgid "1.2"
-msgstr "1.2"
-
-msgctxt "selection:calendar.event,organizer_schedule_status:"
-msgid "3.7"
-msgstr "3.7"
-
-msgctxt "selection:calendar.event,organizer_schedule_status:"
-msgid "3.8"
-msgstr "3.8"
-
-msgctxt "selection:calendar.event,organizer_schedule_status:"
-msgid "5.1"
-msgstr "5.1"
-
-msgctxt "selection:calendar.event,organizer_schedule_status:"
-msgid "5.2"
-msgstr "5.2"
-
-msgctxt "selection:calendar.event,organizer_schedule_status:"
-msgid "5.3"
-msgstr "5.3"
-
-msgctxt "selection:calendar.event.attendee,schedule_agent:"
-msgid ""
-msgstr ""
-
-msgctxt "selection:calendar.event.attendee,schedule_agent:"
-msgid "Client"
-msgstr "Cliente"
-
-msgctxt "selection:calendar.event.attendee,schedule_agent:"
-msgid "None"
-msgstr "Ninguno"
-
-msgctxt "selection:calendar.event.attendee,schedule_agent:"
-msgid "Server"
-msgstr "Servidor"
-
-msgctxt "selection:calendar.event.attendee,schedule_status:"
-msgid ""
-msgstr ""
-
-msgctxt "selection:calendar.event.attendee,schedule_status:"
-msgid "1.0"
-msgstr "1.0"
-
-msgctxt "selection:calendar.event.attendee,schedule_status:"
-msgid "1.1"
-msgstr "1.1"
-
-msgctxt "selection:calendar.event.attendee,schedule_status:"
-msgid "1.2"
-msgstr "1.2"
-
-msgctxt "selection:calendar.event.attendee,schedule_status:"
-msgid "3.7"
-msgstr "3.7"
-
-msgctxt "selection:calendar.event.attendee,schedule_status:"
-msgid "3.8"
-msgstr "3.8"
-
-msgctxt "selection:calendar.event.attendee,schedule_status:"
-msgid "5.1"
-msgstr "5.1"
-
-msgctxt "selection:calendar.event.attendee,schedule_status:"
-msgid "5.2"
-msgstr "5.2"
-
-msgctxt "selection:calendar.event.attendee,schedule_status:"
-msgid "5.3"
-msgstr "5.3"
-
-msgctxt "view:res.user:"
-msgid "Calendar Email Notifications"
-msgstr "Notificaciones de Calendario por Email"
-
-msgctxt "view:res.user:"
-msgid "Notifications"
-msgstr "Notificaciones"
diff --git a/locale/es_MX.po b/locale/es_MX.po
new file mode 100644
index 0000000..b8538d9
--- /dev/null
+++ b/locale/es_MX.po
@@ -0,0 +1,11 @@
+# 
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "error:calendar.event:"
+msgid "Busy"
+msgstr "Ocupado"
+
+msgctxt "error:calendar.event:"
+msgid "Free"
+msgstr "Libre"
diff --git a/locale/hu_HU.po b/locale/hu_HU.po
new file mode 100644
index 0000000..824b918
--- /dev/null
+++ b/locale/hu_HU.po
@@ -0,0 +1,11 @@
+# 
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "error:calendar.event:"
+msgid "Busy"
+msgstr ""
+
+msgctxt "error:calendar.event:"
+msgid "Free"
+msgstr ""
diff --git a/locale/it_IT.po b/locale/it_IT.po
new file mode 100644
index 0000000..824b918
--- /dev/null
+++ b/locale/it_IT.po
@@ -0,0 +1,11 @@
+# 
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "error:calendar.event:"
+msgid "Busy"
+msgstr ""
+
+msgctxt "error:calendar.event:"
+msgid "Free"
+msgstr ""
diff --git a/locale/ja_JP.po b/locale/ja_JP.po
new file mode 100644
index 0000000..824b918
--- /dev/null
+++ b/locale/ja_JP.po
@@ -0,0 +1,11 @@
+# 
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "error:calendar.event:"
+msgid "Busy"
+msgstr ""
+
+msgctxt "error:calendar.event:"
+msgid "Free"
+msgstr ""
diff --git a/locale/lt_LT.po b/locale/lt_LT.po
new file mode 100644
index 0000000..824b918
--- /dev/null
+++ b/locale/lt_LT.po
@@ -0,0 +1,11 @@
+# 
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "error:calendar.event:"
+msgid "Busy"
+msgstr ""
+
+msgctxt "error:calendar.event:"
+msgid "Free"
+msgstr ""
diff --git a/locale/pt_BR.po b/locale/pt_BR.po
new file mode 100644
index 0000000..7011ba4
--- /dev/null
+++ b/locale/pt_BR.po
@@ -0,0 +1,11 @@
+# 
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "error:calendar.event:"
+msgid "Busy"
+msgstr "Ocupado"
+
+msgctxt "error:calendar.event:"
+msgid "Free"
+msgstr "Livre"
diff --git a/setup.py b/setup.py
index 3a59969..c883ded 100644
--- a/setup.py
+++ b/setup.py
@@ -79,6 +79,9 @@ setup(name=name,
         'Natural Language :: English',
         'Natural Language :: French',
         'Natural Language :: German',
+        'Natural Language :: Hungarian',
+        'Natural Language :: Italian',
+        'Natural Language :: Portuguese (Brazilian)',
         'Natural Language :: Russian',
         'Natural Language :: Slovenian',
         'Natural Language :: Spanish',
diff --git a/tryton.cfg b/tryton.cfg
index aaf9806..8e96dfc 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.6.0
+version=3.8.0
 depends:
     calendar
     ir
diff --git a/trytond_calendar_classification.egg-info/PKG-INFO b/trytond_calendar_classification.egg-info/PKG-INFO
index a89054a..ed7a9ae 100644
--- a/trytond_calendar_classification.egg-info/PKG-INFO
+++ b/trytond_calendar_classification.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond-calendar-classification
-Version: 3.6.0
+Version: 3.8.0
 Summary: Tryton module to add classification access to events
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: issue_tracker at tryton.org
 License: GPL-3
-Download-URL: http://downloads.tryton.org/3.6/
+Download-URL: http://downloads.tryton.org/3.8/
 Description: trytond_calendar_classification
         ===============================
         
@@ -60,6 +60,9 @@ Classifier: Natural Language :: Dutch
 Classifier: Natural Language :: English
 Classifier: Natural Language :: French
 Classifier: Natural Language :: German
+Classifier: Natural Language :: Hungarian
+Classifier: Natural Language :: Italian
+Classifier: Natural Language :: Portuguese (Brazilian)
 Classifier: Natural Language :: Russian
 Classifier: Natural Language :: Slovenian
 Classifier: Natural Language :: Spanish
diff --git a/trytond_calendar_classification.egg-info/SOURCES.txt b/trytond_calendar_classification.egg-info/SOURCES.txt
index 74ae8a7..19375f3 100644
--- a/trytond_calendar_classification.egg-info/SOURCES.txt
+++ b/trytond_calendar_classification.egg-info/SOURCES.txt
@@ -17,8 +17,14 @@ tryton.cfg
 ./locale/es_CO.po
 ./locale/es_EC.po
 ./locale/es_ES.po
+./locale/es_MX.po
 ./locale/fr_FR.po
+./locale/hu_HU.po
+./locale/it_IT.po
+./locale/ja_JP.po
+./locale/lt_LT.po
 ./locale/nl_NL.po
+./locale/pt_BR.po
 ./locale/ru_RU.po
 ./locale/sl_SI.po
 locale/bg_BG.po
@@ -29,8 +35,14 @@ locale/es_AR.po
 locale/es_CO.po
 locale/es_EC.po
 locale/es_ES.po
+locale/es_MX.po
 locale/fr_FR.po
+locale/hu_HU.po
+locale/it_IT.po
+locale/ja_JP.po
+locale/lt_LT.po
 locale/nl_NL.po
+locale/pt_BR.po
 locale/ru_RU.po
 locale/sl_SI.po
 trytond_calendar_classification.egg-info/PKG-INFO
diff --git a/trytond_calendar_classification.egg-info/requires.txt b/trytond_calendar_classification.egg-info/requires.txt
index 467718b..0bf93b5 100644
--- a/trytond_calendar_classification.egg-info/requires.txt
+++ b/trytond_calendar_classification.egg-info/requires.txt
@@ -1,3 +1,3 @@
 vobject >= 0.8.0
-trytond_calendar >= 3.6, < 3.7
-trytond >= 3.6, < 3.7
\ No newline at end of file
+trytond_calendar >= 3.8, < 3.9
+trytond >= 3.8, < 3.9
\ No newline at end of file
-- 
tryton-modules-calendar-classification



More information about the tryton-debian-vcs mailing list