[Checkins] SVN: z3ext.layoutform/tags/1.2.8/ release tag

Nikolay Kim fafhrd at datacom.kz
Fri Nov 21 03:53:52 EST 2008


Log message for revision 93228:
  release tag

Changed:
  A   z3ext.layoutform/tags/1.2.8/
  D   z3ext.layoutform/tags/1.2.8/CHANGES.txt
  A   z3ext.layoutform/tags/1.2.8/CHANGES.txt
  U   z3ext.layoutform/tags/1.2.8/setup.py
  D   z3ext.layoutform/tags/1.2.8/src/z3ext/layoutform/error.py
  A   z3ext.layoutform/tags/1.2.8/src/z3ext/layoutform/error.py

-=-
Deleted: z3ext.layoutform/tags/1.2.8/CHANGES.txt
===================================================================
--- z3ext.layoutform/trunk/CHANGES.txt	2008-11-21 00:35:08 UTC (rev 93215)
+++ z3ext.layoutform/tags/1.2.8/CHANGES.txt	2008-11-21 08:53:52 UTC (rev 93228)
@@ -1,108 +0,0 @@
-=======
-CHANGES
-=======
-
-1.2.7 (2008-11-20)
-------------------
-
-- Use new z3ext.statusmessage api
-
-
-1.2.6 (2008-11-06)
-------------------
-
-- Use updated pagelet api for nameless pagelets
-
-
-1.2.5 (2008-10-22)
-------------------
-
-- Update translations
-
-
-1.2.4 (2008-10-20)
-------------------
-
-- Added support of display form
-
-- Added tranlsations: nl, ru
-
-
-1.2.3 (2008-10-14)
-------------------
-
-- Groups support restored
-
-- Use IPageletType for views
-
-
-1.2.2 (2008-10-08)
-------------------
-
-- Added extra views for form
-
-
-1.2.1 (2008-10-08)
-------------------
-
-- Show all form errors
-
-
-1.2.0 (2008-10-06)
-------------------
-
-- Added default css styles
-
-- Removed z3c packages dependencies
-
-- Use pagelets instead of macros
-
-
-1.1.2 (2008-09-26)
-------------------
-
-- Added group support
-
-- Return added object in createAndAdd method
-
-
-1.1.1 (2008-08-05)
-------------------
-
-- Fixed wrong `for` in label tag
-
-
-1.1.0 (2008-07-22)
-------------------
-
-- Remove cancel button from edit form
-
-
-1.0.1 (2008-06-02)
-------------------
-
-- Redirect to nextURL after success 'apply'
-
-
-1.0.0 (2008-05-13)
-------------------
-
-- Use `includeDependencies` instead `autoinclude`
-
-
-0.2.0 (2008-??-??)
-------------------
-
-- Use z3c.autoinclude
-
-
-0.1.1 (2008-01-22)
-------------------
-
-- Fixed missing import in add.py
-
-
-0.1 (2008-01-19)
-----------------
-
-- Initial release

Copied: z3ext.layoutform/tags/1.2.8/CHANGES.txt (from rev 93227, z3ext.layoutform/trunk/CHANGES.txt)
===================================================================
--- z3ext.layoutform/tags/1.2.8/CHANGES.txt	                        (rev 0)
+++ z3ext.layoutform/tags/1.2.8/CHANGES.txt	2008-11-21 08:53:52 UTC (rev 93228)
@@ -0,0 +1,114 @@
+=======
+CHANGES
+=======
+
+1.2.8 (2008-11-21)
+------------------
+
+- Fixed 'formError' status message
+
+
+1.2.7 (2008-11-20)
+------------------
+
+- Use new z3ext.statusmessage api
+
+
+1.2.6 (2008-11-06)
+------------------
+
+- Use updated pagelet api for nameless pagelets
+
+
+1.2.5 (2008-10-22)
+------------------
+
+- Update translations
+
+
+1.2.4 (2008-10-20)
+------------------
+
+- Added support of display form
+
+- Added tranlsations: nl, ru
+
+
+1.2.3 (2008-10-14)
+------------------
+
+- Groups support restored
+
+- Use IPageletType for views
+
+
+1.2.2 (2008-10-08)
+------------------
+
+- Added extra views for form
+
+
+1.2.1 (2008-10-08)
+------------------
+
+- Show all form errors
+
+
+1.2.0 (2008-10-06)
+------------------
+
+- Added default css styles
+
+- Removed z3c packages dependencies
+
+- Use pagelets instead of macros
+
+
+1.1.2 (2008-09-26)
+------------------
+
+- Added group support
+
+- Return added object in createAndAdd method
+
+
+1.1.1 (2008-08-05)
+------------------
+
+- Fixed wrong `for` in label tag
+
+
+1.1.0 (2008-07-22)
+------------------
+
+- Remove cancel button from edit form
+
+
+1.0.1 (2008-06-02)
+------------------
+
+- Redirect to nextURL after success 'apply'
+
+
+1.0.0 (2008-05-13)
+------------------
+
+- Use `includeDependencies` instead `autoinclude`
+
+
+0.2.0 (2008-??-??)
+------------------
+
+- Use z3c.autoinclude
+
+
+0.1.1 (2008-01-22)
+------------------
+
+- Fixed missing import in add.py
+
+
+0.1 (2008-01-19)
+----------------
+
+- Initial release

Modified: z3ext.layoutform/tags/1.2.8/setup.py
===================================================================
--- z3ext.layoutform/trunk/setup.py	2008-11-21 00:35:08 UTC (rev 93215)
+++ z3ext.layoutform/tags/1.2.8/setup.py	2008-11-21 08:53:52 UTC (rev 93228)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version='1.2.8dev'
+version='1.2.8'
 
 
 setup(name='z3ext.layoutform',

Deleted: z3ext.layoutform/tags/1.2.8/src/z3ext/layoutform/error.py
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/error.py	2008-11-21 00:35:08 UTC (rev 93215)
+++ z3ext.layoutform/tags/1.2.8/src/z3ext/layoutform/error.py	2008-11-21 08:53:52 UTC (rev 93228)
@@ -1,30 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2008 Zope Corporation and Contributors.
-# All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
-#
-##############################################################################
-""" 
-
-$Id:  2007-12-12 12:27:02Z fafhrd $
-"""
-from zope import interface
-from zope.app.pagetemplate import ViewPageTemplateFile
-from z3ext.statusmessage.message import Message
-
-
-class FormErrorStatusMessage(Message):
-
-    index = ViewPageTemplateFile('browser/message.pt')
-
-    def render(self, message):
-        self.message = message[0]
-        self.errors = [err for err in message[1:] if err.widget is None]
-        return self.index()

Copied: z3ext.layoutform/tags/1.2.8/src/z3ext/layoutform/error.py (from rev 93227, z3ext.layoutform/trunk/src/z3ext/layoutform/error.py)
===================================================================
--- z3ext.layoutform/tags/1.2.8/src/z3ext/layoutform/error.py	                        (rev 0)
+++ z3ext.layoutform/tags/1.2.8/src/z3ext/layoutform/error.py	2008-11-21 08:53:52 UTC (rev 93228)
@@ -0,0 +1,34 @@
+##############################################################################
+#
+# Copyright (c) 2008 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+""" 
+
+$Id:  2007-12-12 12:27:02Z fafhrd $
+"""
+from zope import interface
+from zope.app.pagetemplate import ViewPageTemplateFile
+from z3ext.statusmessage.message import Message
+
+
+class FormErrorStatusMessage(Message):
+
+    index = ViewPageTemplateFile('browser/message.pt')
+
+    @property
+    def context(self):
+        return self
+
+    def render(self, message):
+        self.message = message[0]
+        self.errors = [err for err in message[1:] if err.widget is None]
+        return self.index()



More information about the Checkins mailing list