--- a/setup.py Sat Dec 10 01:33:04 2011 +0100
+++ b/setup.py Fri Dec 16 13:11:41 2011 +0100
@@ -25,7 +25,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.3.3'
+version = '0.3.4'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = [
--- a/ztfy.utils.egg-info/PKG-INFO Sat Dec 10 01:33:04 2011 +0100
+++ b/ztfy.utils.egg-info/PKG-INFO Fri Dec 16 13:11:41 2011 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: ztfy.utils
-Version: 0.3.3
+Version: 0.3.4
Summary: ZTFY utility functions and classes for Zope3
Home-page: http://trac.ztfy.org/ztfy.utils
Author: Thierry Florac
@@ -41,6 +41,10 @@
Changelog
=========
+ 0.3.4
+ -----
+ - better check for missing requests
+
0.3.3
-----
- Added "fanstatic:" TALES expression
@@ -55,7 +59,7 @@
0.3
---
- - Switched to ZTK-1.1.2
+ - Switched to ZTK-1.1.2 and Python 2.6
- Added "getAge" function in date module
- Added session module and TALES adapter to get/set session values
- Check None value in catalog.getObjectId(...) and catalog.getObject(...) methods
--- a/ztfy/utils/docs/HISTORY.txt Sat Dec 10 01:33:04 2011 +0100
+++ b/ztfy/utils/docs/HISTORY.txt Fri Dec 16 13:11:41 2011 +0100
@@ -1,6 +1,10 @@
Changelog
=========
+0.3.4
+-----
+ - better check for missing requests
+
0.3.3
-----
- Added "fanstatic:" TALES expression
@@ -15,7 +19,7 @@
0.3
---
- - Switched to ZTK-1.1.2
+ - Switched to ZTK-1.1.2 and Python 2.6
- Added "getAge" function in date module
- Added session module and TALES adapter to get/set session values
- Check None value in catalog.getObjectId(...) and catalog.getObject(...) methods
Binary file ztfy/utils/locales/en/LC_MESSAGES/ztfy.utils.mo has changed
--- a/ztfy/utils/locales/en/LC_MESSAGES/ztfy.utils.po Sat Dec 10 01:33:04 2011 +0100
+++ b/ztfy/utils/locales/en/LC_MESSAGES/ztfy.utils.po Fri Dec 16 13:11:41 2011 +0100
@@ -14,7 +14,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ZTFY.utils\n"
-"POT-Creation-Date: Sun Oct 30 02:43:20 2011\n"
+"POT-Creation-Date: Fri Dec 16 13:08:37 2011\n"
"PO-Revision-Date: 2009-08-14 18:14+0200\n"
"Last-Translator: Thierry Florac <tflorac@ulthar.net>\n"
"Language-Team: French <traduc@traduc.org>\n"
Binary file ztfy/utils/locales/fr/LC_MESSAGES/ztfy.utils.mo has changed
--- a/ztfy/utils/locales/fr/LC_MESSAGES/ztfy.utils.po Sat Dec 10 01:33:04 2011 +0100
+++ b/ztfy/utils/locales/fr/LC_MESSAGES/ztfy.utils.po Fri Dec 16 13:11:41 2011 +0100
@@ -14,7 +14,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ZTFY.utils\n"
-"POT-Creation-Date: Sun Oct 30 02:43:20 2011\n"
+"POT-Creation-Date: Fri Dec 16 13:08:37 2011\n"
"PO-Revision-Date: 2009-08-14 18:14+0200\n"
"Last-Translator: Thierry Florac <tflorac@ulthar.net>\n"
"Language-Team: French <traduc@traduc.org>\n"
@@ -57,15 +57,15 @@
msgid "yesterday"
msgstr "hier"
-#: ztfy/utils/request.py:39
+#: ztfy/utils/request.py:40
msgid "No Request in interaction !"
msgstr "Pas de requête en cours !"
-#: ztfy/utils/security.py:64
+#: ztfy/utils/security.py:66
msgid "< missing principal %s>"
msgstr "< utilisateur inconnu %s >"
-#: ztfy/utils/security.py:68
+#: ztfy/utils/security.py:70
msgid "This principal can't be found in any authentication utility..."
msgstr "Cet utilisateur ne peut pas être trouvé"
--- a/ztfy/utils/locales/ztfy.utils.pot Sat Dec 10 01:33:04 2011 +0100
+++ b/ztfy/utils/locales/ztfy.utils.pot Fri Dec 16 13:11:41 2011 +0100
@@ -14,7 +14,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Meaningless\n"
-"POT-Creation-Date: Sun Oct 30 02:43:20 2011\n"
+"POT-Creation-Date: Fri Dec 16 13:08:37 2011\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Zope 3 Developers <zope-dev@zope.org>\n"
@@ -55,15 +55,15 @@
msgid "yesterday"
msgstr ""
-#: ztfy/utils/request.py:39
+#: ztfy/utils/request.py:40
msgid "No Request in interaction !"
msgstr ""
-#: ztfy/utils/security.py:64
+#: ztfy/utils/security.py:66
msgid "< missing principal %s>"
msgstr ""
-#: ztfy/utils/security.py:68
+#: ztfy/utils/security.py:70
msgid "This principal can't be found in any authentication utility..."
msgstr ""