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

Nikolay Kim fafhrd at datacom.kz
Wed Oct 8 03:41:53 EDT 2008


Log message for revision 91898:
  release tag

Changed:
  A   z3ext.layoutform/tags/1.2.2/
  D   z3ext.layoutform/tags/1.2.2/CHANGES.txt
  A   z3ext.layoutform/tags/1.2.2/CHANGES.txt
  D   z3ext.layoutform/tags/1.2.2/buildout.cfg
  A   z3ext.layoutform/tags/1.2.2/buildout.cfg
  U   z3ext.layoutform/tags/1.2.2/setup.py
  D   z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/formbuttons.pt
  A   z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/formbuttons.pt
  D   z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/formview.pt
  A   z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/formview.pt
  D   z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/formviewspace.pt
  A   z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/formviewspace.pt
  D   z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/interfaces.py
  A   z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/interfaces.py
  D   z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/widget.pt
  A   z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/widget.pt

-=-
Copied: z3ext.layoutform/tags/1.2.2 (from rev 91892, z3ext.layoutform/trunk)

Deleted: z3ext.layoutform/tags/1.2.2/CHANGES.txt
===================================================================
--- z3ext.layoutform/trunk/CHANGES.txt	2008-10-08 04:29:33 UTC (rev 91892)
+++ z3ext.layoutform/tags/1.2.2/CHANGES.txt	2008-10-08 07:41:52 UTC (rev 91898)
@@ -1,68 +0,0 @@
-=======
-CHANGES
-=======
-
-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.2/CHANGES.txt (from rev 91897, z3ext.layoutform/trunk/CHANGES.txt)
===================================================================
--- z3ext.layoutform/tags/1.2.2/CHANGES.txt	                        (rev 0)
+++ z3ext.layoutform/tags/1.2.2/CHANGES.txt	2008-10-08 07:41:52 UTC (rev 91898)
@@ -0,0 +1,74 @@
+=======
+CHANGES
+=======
+
+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

Deleted: z3ext.layoutform/tags/1.2.2/buildout.cfg
===================================================================
--- z3ext.layoutform/trunk/buildout.cfg	2008-10-08 04:29:33 UTC (rev 91892)
+++ z3ext.layoutform/tags/1.2.2/buildout.cfg	2008-10-08 07:41:52 UTC (rev 91898)
@@ -1,21 +0,0 @@
-[buildout]
-develop = .
-parts = test coverage-test coverage-report
-
-
-[test]
-recipe = zc.recipe.testrunner
-eggs = z3ext.layoutform [test]
-
-
-[coverage-test]
-recipe = zc.recipe.testrunner
-eggs = z3ext.layoutform [test]
-defaults = ['--coverage', '../../coverage']
-
-
-[coverage-report]
-recipe = zc.recipe.egg
-eggs = z3c.coverage
-scripts = coverage=coverage-report
-arguments = ('coverage', 'coverage/report')

Copied: z3ext.layoutform/tags/1.2.2/buildout.cfg (from rev 91897, z3ext.layoutform/trunk/buildout.cfg)
===================================================================
--- z3ext.layoutform/tags/1.2.2/buildout.cfg	                        (rev 0)
+++ z3ext.layoutform/tags/1.2.2/buildout.cfg	2008-10-08 07:41:52 UTC (rev 91898)
@@ -0,0 +1,18 @@
+[buildout]
+develop = .
+parts = test coverage-test coverage-report
+
+[test]
+recipe = zc.recipe.testrunner
+eggs = z3ext.layoutform [test]
+
+[coverage-test]
+recipe = zc.recipe.testrunner
+eggs = z3ext.layoutform [test]
+defaults = ['--coverage', '../../coverage']
+
+[coverage-report]
+recipe = zc.recipe.egg
+eggs = z3c.coverage
+scripts = coverage=coverage-report
+arguments = ('coverage', 'coverage/report')

Modified: z3ext.layoutform/tags/1.2.2/setup.py
===================================================================
--- z3ext.layoutform/trunk/setup.py	2008-10-08 04:29:33 UTC (rev 91892)
+++ z3ext.layoutform/tags/1.2.2/setup.py	2008-10-08 07:41:52 UTC (rev 91898)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version='1.2.2dev'
+version='1.2.2'
 
 
 setup(name='z3ext.layoutform',

Deleted: z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/formbuttons.pt
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formbuttons.pt	2008-10-08 04:29:33 UTC (rev 91892)
+++ z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/formbuttons.pt	2008-10-08 07:41:52 UTC (rev 91898)
@@ -1,7 +0,0 @@
-<div class="z-form-controls">
-  <span tal:condition="context/actions/values">
-    <hr />
-    <input tal:repeat="action context/actions/values"
-	   tal:replace="structure action/render" />
-  </span>
-</div>

Copied: z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/formbuttons.pt (from rev 91897, z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formbuttons.pt)
===================================================================
--- z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/formbuttons.pt	                        (rev 0)
+++ z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/formbuttons.pt	2008-10-08 07:41:52 UTC (rev 91898)
@@ -0,0 +1,10 @@
+<div class="z-form-controls">
+  <tal:block tal:content="structure
+       context/@@pagelet/z3ext.layoutform.browser.interfaces.IExtraFormButtonsInfo|nothing" />
+
+  <span tal:condition="context/actions/values">
+    <hr />
+    <input tal:repeat="action context/actions/values"
+	   tal:replace="structure action/render" />
+  </span>
+</div>

Deleted: z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/formview.pt
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formview.pt	2008-10-08 04:29:33 UTC (rev 91892)
+++ z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/formview.pt	2008-10-08 07:41:52 UTC (rev 91898)
@@ -1,15 +0,0 @@
-<form action="." method="post" enctype="multipart/form-data" 
-      tal:attributes="method context/method;
-		      enctype context/enctype;
-		      acceptCharset context/acceptCharset;
-		      accept context/accept;
-		      action context/action;
-		      name context/name;
-		      id context/id">
-
-  <tal:block tal:content="structure
-	  context/@@pagelet/z3ext.layoutform.browser.interfaces.IViewspace" />
-
-  <tal:block tal:content="structure
-	  context/@@pagelet/z3ext.layoutform.browser.interfaces.IFormButtons" />
-</form>

Copied: z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/formview.pt (from rev 91897, z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formview.pt)
===================================================================
--- z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/formview.pt	                        (rev 0)
+++ z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/formview.pt	2008-10-08 07:41:52 UTC (rev 91898)
@@ -0,0 +1,18 @@
+<form action="." method="post" enctype="multipart/form-data" 
+      tal:attributes="method context/method;
+		      enctype context/enctype;
+		      acceptCharset context/acceptCharset;
+		      accept context/accept;
+		      action context/action;
+		      name context/name;
+		      id context/id">
+
+  <tal:block tal:content="structure
+      context/@@pagelet/z3ext.layoutform.browser.interfaces.IExtraFormInfo|nothing" />
+
+  <tal:block tal:content="structure
+	  context/@@pagelet/z3ext.layoutform.browser.interfaces.IViewspace" />
+
+  <tal:block tal:content="structure
+	  context/@@pagelet/z3ext.layoutform.browser.interfaces.IFormButtons" />
+</form>

Deleted: z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/formviewspace.pt
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formviewspace.pt	2008-10-08 04:29:33 UTC (rev 91892)
+++ z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/formviewspace.pt	2008-10-08 07:41:52 UTC (rev 91898)
@@ -1,11 +0,0 @@
-<h1 tal:condition="context/label|nothing"
-    tal:content="context/label|nothing">Do something</h1>
-<div class="z-form-description" 
-     tal:condition="context/description|nothing"
-     tal:content="context/description|nothing"></div>
-
-<div class="z-form-fieldset">
-  <tal:block tal:repeat="widget context/widgets/values"
-       tal:content="structure 
-           widget/@@pagelet/z3ext.layoutform.browser.interfaces.IWidget" />
-</div>

Copied: z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/formviewspace.pt (from rev 91897, z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formviewspace.pt)
===================================================================
--- z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/formviewspace.pt	                        (rev 0)
+++ z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/formviewspace.pt	2008-10-08 07:41:52 UTC (rev 91898)
@@ -0,0 +1,14 @@
+<h1 tal:condition="context/label|nothing"
+    tal:content="context/label|nothing">Do something</h1>
+<div class="z-form-description" 
+     tal:condition="context/description|nothing"
+     tal:content="context/description|nothing"></div>
+
+<tal:block tal:content="structure
+  context/@@pagelet/z3ext.layoutform.browser.interfaces.IExtraViewspaceInfo|nothing" />
+
+<div class="z-form-fieldset">
+  <tal:block tal:repeat="widget context/widgets/values"
+       tal:content="structure 
+           widget/@@pagelet/z3ext.layoutform.browser.interfaces.IWidget" />
+</div>

Deleted: z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/interfaces.py
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/browser/interfaces.py	2008-10-08 04:29:33 UTC (rev 91892)
+++ z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/interfaces.py	2008-10-08 07:41:52 UTC (rev 91898)
@@ -1,34 +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
-
-
-class IForm(interface.Interface):
-    """ form view """
-
-
-class IWidget(interface.Interface):
-    """ widget view """
-
-
-class IViewspace(interface.Interface):
-    """ form viewspace """
-
-
-class IFormButtons(interface.Interface):
-    """ form buttons """

Copied: z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/interfaces.py (from rev 91897, z3ext.layoutform/trunk/src/z3ext/layoutform/browser/interfaces.py)
===================================================================
--- z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/interfaces.py	                        (rev 0)
+++ z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/interfaces.py	2008-10-08 07:41:52 UTC (rev 91898)
@@ -0,0 +1,54 @@
+##############################################################################
+#
+# 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
+
+
+class IForm(interface.Interface):
+    """ form view """
+
+
+class IExtraFormInfo(interface.Interface):
+    """ extra form information """
+
+
+class IViewspace(interface.Interface):
+    """ form viewspace """
+
+
+class IExtraViewspaceInfo(interface.Interface):
+    """ extra widget information """
+
+
+class IWidget(interface.Interface):
+    """ widget view """
+
+
+class IExtraBeforeWidget(interface.Interface):
+    """ extra widget information """
+
+
+class IExtraAfterWidget(interface.Interface):
+    """ extra widget information """
+
+
+class IFormButtons(interface.Interface):
+    """ form buttons """
+
+
+class IExtraFormButtonsInfo(interface.Interface):
+    """ extra buttons information """

Deleted: z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/widget.pt
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/browser/widget.pt	2008-10-08 04:29:33 UTC (rev 91892)
+++ z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/widget.pt	2008-10-08 07:41:52 UTC (rev 91898)
@@ -1,17 +0,0 @@
-<div class="z-form-field"
-     tal:define="error context/error|nothing"
-     tal:attributes="class python:error and'z-form-field error'or'z-form-field'">
-  <label tal:attributes="for context/id;
-			 title context/field/description"
-	 tal:content="context/label">The Label</label>
-  <span class="z-form-fieldRequired"
-	tal:condition="context/required">&nbsp;</span>
-  <div tal:condition="error" tal:replace="structure error/render">
-    The Error
-  </div>
-  <div class="z-form-help" 
-       tal:content="structure context/field/description"></div>
-  <div tal:content="structure context/render">
-    <input type="text" style="width:100%" />
-  </div>
-</div>

Copied: z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/widget.pt (from rev 91897, z3ext.layoutform/trunk/src/z3ext/layoutform/browser/widget.pt)
===================================================================
--- z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/widget.pt	                        (rev 0)
+++ z3ext.layoutform/tags/1.2.2/src/z3ext/layoutform/browser/widget.pt	2008-10-08 07:41:52 UTC (rev 91898)
@@ -0,0 +1,21 @@
+<div class="z-form-field"
+     tal:define="error context/error|nothing"
+     tal:attributes="class python:error and'z-form-field error'or'z-form-field'">
+  <tal:block tal:content="structure
+    context/@@pagelet/z3ext.layoutform.browser.interfaces.IExtraBeforeWidget|nothing" />
+  <label tal:attributes="for context/id;
+			 title context/field/description"
+	 tal:content="context/label">The Label</label>
+  <span class="z-form-fieldRequired"
+	tal:condition="context/required">&nbsp;</span>
+  <div tal:condition="error" tal:replace="structure error/render">
+    The Error
+  </div>
+  <div class="z-form-help" 
+       tal:content="structure context/field/description"></div>
+  <div tal:content="structure context/render">
+    <input type="text" style="width:100%" />
+  </div>
+  <tal:block tal:content="structure
+    context/@@pagelet/z3ext.layoutform.browser.interfaces.IExtraAfterWidget|nothing" />
+</div>



More information about the Checkins mailing list