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

Nikolay Kim fafhrd at datacom.kz
Tue Oct 14 06:35:13 EDT 2008


Log message for revision 92190:
  release tag

Changed:
  A   z3ext.layoutform/tags/1.2.3/
  D   z3ext.layoutform/tags/1.2.3/CHANGES.txt
  A   z3ext.layoutform/tags/1.2.3/CHANGES.txt
  D   z3ext.layoutform/tags/1.2.3/setup.py
  A   z3ext.layoutform/tags/1.2.3/setup.py
  D   z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/configure.zcml
  A   z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/configure.zcml
  D   z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/form.pt
  A   z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/form.pt
  D   z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formadd.pt
  A   z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formadd.pt
  D   z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formbuttons.pt
  A   z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formbuttons.pt
  D   z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formedit.pt
  A   z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formedit.pt
  D   z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formgroup.pt
  A   z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formgroup.pt
  D   z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formgroups.pt
  A   z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formgroups.pt
  D   z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formview.pt
  A   z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formview.pt
  D   z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formviewspace.pt
  A   z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formviewspace.pt
  D   z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/interfaces.py
  A   z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/interfaces.py
  D   z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/subform.pt
  A   z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/subform.pt
  D   z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/widget.pt
  A   z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/widget.pt

-=-
Copied: z3ext.layoutform/tags/1.2.3 (from rev 92184, z3ext.layoutform/trunk)

Deleted: z3ext.layoutform/tags/1.2.3/CHANGES.txt
===================================================================
--- z3ext.layoutform/trunk/CHANGES.txt	2008-10-14 01:14:50 UTC (rev 92184)
+++ z3ext.layoutform/tags/1.2.3/CHANGES.txt	2008-10-14 10:35:12 UTC (rev 92190)
@@ -1,80 +0,0 @@
-=======
-CHANGES
-=======
-
-1.2.3 (2008-10-??)
-------------------
-
-- Groups support restored
-
-
-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.3/CHANGES.txt (from rev 92189, z3ext.layoutform/trunk/CHANGES.txt)
===================================================================
--- z3ext.layoutform/tags/1.2.3/CHANGES.txt	                        (rev 0)
+++ z3ext.layoutform/tags/1.2.3/CHANGES.txt	2008-10-14 10:35:12 UTC (rev 92190)
@@ -0,0 +1,82 @@
+=======
+CHANGES
+=======
+
+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

Deleted: z3ext.layoutform/tags/1.2.3/setup.py
===================================================================
--- z3ext.layoutform/trunk/setup.py	2008-10-14 01:14:50 UTC (rev 92184)
+++ z3ext.layoutform/tags/1.2.3/setup.py	2008-10-14 10:35:12 UTC (rev 92190)
@@ -1,72 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2007 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.
-#
-##############################################################################
-"""Setup for z3ext.layoutform package
-
-$Id$
-"""
-import sys, os
-from setuptools import setup, find_packages
-
-def read(*rnames):
-    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-
-version='1.2.3dev'
-
-
-setup(name='z3ext.layoutform',
-      version=version,
-      description="UI Skin for z3c.form based on z3ext.layout",
-      long_description=(
-          'Detailed Documentation\n' +
-          '======================\n'
-          + '\n\n' +
-          read('CHANGES.txt')
-          ),
-      classifiers=[
-        'Development Status :: 5 - Production/Stable',
-        'Environment :: Web Environment',
-        'Intended Audience :: Developers',
-        'License :: OSI Approved :: Zope Public License',
-        'Programming Language :: Python',
-        'Natural Language :: English',
-        'Operating System :: OS Independent',
-        'Topic :: Internet :: WWW/HTTP',
-        'Framework :: Zope3'],
-      author='Nikolay Kim',
-      author_email='fafhrd91 at gmail.com',
-      url='http://z3ext.net/',
-      license='ZPL 2.1',
-      packages=find_packages('src'),
-      package_dir = {'':'src'},
-      namespace_packages=['z3ext'],
-      install_requires = ['setuptools',
-			  'zope.publisher',
-			  'zope.component',
-			  'zope.pagetemplate',
-			  'zope.app.pagetemplate',
-			  'zope.i18nmessageid',
-			  'z3c.form',
-			  'z3c.autoinclude',
-                          'z3ext.layout>=1.5.0',
-                          'z3ext.resource>=1.2.0',
-			  'z3ext.resourcepackage>=1.2.0',
-			  'z3ext.statusmessage',
-                          ],
-      extras_require = dict(test=['zope.app.testing',
-                                  'zope.testing',
-				  'zope.testbrowser',
-                                  ]),
-      include_package_data = True,
-      zip_safe = False
-      )

Copied: z3ext.layoutform/tags/1.2.3/setup.py (from rev 92189, z3ext.layoutform/trunk/setup.py)
===================================================================
--- z3ext.layoutform/tags/1.2.3/setup.py	                        (rev 0)
+++ z3ext.layoutform/tags/1.2.3/setup.py	2008-10-14 10:35:12 UTC (rev 92190)
@@ -0,0 +1,72 @@
+##############################################################################
+#
+# Copyright (c) 2007 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.
+#
+##############################################################################
+"""Setup for z3ext.layoutform package
+
+$Id$
+"""
+import sys, os
+from setuptools import setup, find_packages
+
+def read(*rnames):
+    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
+
+version='1.2.3'
+
+
+setup(name='z3ext.layoutform',
+      version=version,
+      description="UI Skin for z3c.form based on z3ext.layout",
+      long_description=(
+          'Detailed Documentation\n' +
+          '======================\n'
+          + '\n\n' +
+          read('CHANGES.txt')
+          ),
+      classifiers=[
+        'Development Status :: 5 - Production/Stable',
+        'Environment :: Web Environment',
+        'Intended Audience :: Developers',
+        'License :: OSI Approved :: Zope Public License',
+        'Programming Language :: Python',
+        'Natural Language :: English',
+        'Operating System :: OS Independent',
+        'Topic :: Internet :: WWW/HTTP',
+        'Framework :: Zope3'],
+      author='Nikolay Kim',
+      author_email='fafhrd91 at gmail.com',
+      url='http://z3ext.net/',
+      license='ZPL 2.1',
+      packages=find_packages('src'),
+      package_dir = {'':'src'},
+      namespace_packages=['z3ext'],
+      install_requires = ['setuptools',
+			  'zope.publisher',
+			  'zope.component',
+			  'zope.pagetemplate',
+			  'zope.app.pagetemplate',
+			  'zope.i18nmessageid',
+			  'z3c.form',
+			  'z3c.autoinclude',
+                          'z3ext.layout>=1.5.1',
+                          'z3ext.resource>=1.2.0',
+			  'z3ext.resourcepackage>=1.2.0',
+			  'z3ext.statusmessage',
+                          ],
+      extras_require = dict(test=['zope.app.testing',
+                                  'zope.testing',
+				  'zope.testbrowser',
+                                  ]),
+      include_package_data = True,
+      zip_safe = False
+      )

Deleted: z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/configure.zcml
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/browser/configure.zcml	2008-10-14 01:14:50 UTC (rev 92184)
+++ z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/configure.zcml	2008-10-14 10:35:12 UTC (rev 92190)
@@ -1,147 +0,0 @@
-<configure 
-   xmlns="http://namespaces.zope.org/zope"
-   xmlns:z3ext="http://namespaces.zope.org/z3ext">
-
-  <!-- buttons -->
-  <adapter 
-     provides="z3c.form.interfaces.IButtonAction"
-     factory=".buttons.ButtonAction" />
-
-  <adapter 
-     provides="z3c.form.interfaces.IButtonAction"
-     factory=".buttons.AddButtonAction" />
-
-  <adapter 
-     provides="z3c.form.interfaces.IButtonAction"
-     factory=".buttons.SaveButtonAction" />
-
-  <adapter 
-     provides="z3c.form.interfaces.IButtonAction"
-     factory=".buttons.CancelButtonAction" />
-
-  <!-- TextArea widget -->
-  <class class=".textarea.TextAreaWidget">
-    <require
-       permission="zope.Public"
-       interface="z3c.form.interfaces.ITextAreaWidget" />
-  </class>
-  
-  <adapter 
-     for="zope.schema.interfaces.IText
-          ..interfaces.ILayoutFormLayer"
-     factory=".textarea.TextAreaFieldWidget" />
-
-  <!-- templates -->
-  <z3ext:pagelet
-     template="form.pt"
-     for="..interfaces.IPageletForm"
-     layer="..interfaces.ILayoutFormLayer"
-     provides="..interfaces.IPageletFormView"
-     permission="zope.Public" />
-
-  <z3ext:pagelet
-     template="formadd.pt"
-     for="..interfaces.IPageletAddForm"
-     layer="..interfaces.ILayoutFormLayer"
-     provides="..interfaces.IPageletFormView"
-     permission="zope.Public" />
-
-  <z3ext:pagelet
-     template="formedit.pt"
-     for="..interfaces.IPageletEditForm"
-     layer="..interfaces.ILayoutFormLayer"
-     provides="..interfaces.IPageletFormView"
-     permission="zope.Public" />
-
-  <z3ext:pagelet
-     template="subform.pt"
-     for="z3c.form.interfaces.ISubForm"
-     layer="..interfaces.ILayoutFormLayer"
-     provides="..interfaces.IPageletFormView"
-     permission="zope.Public" />
-
-  <z3ext:pagelet
-     template="formgroup.pt"
-     for="z3c.form.group.Group"
-     layer="..interfaces.ILayoutFormLayer"
-     provides="..interfaces.IPageletFormView"
-     permission="zope.Public" />
-
-  <!-- Error View -->
-  <z3ext:pagelet
-     for="z3c.form.interfaces.IErrorViewSnippet"
-     template="error.pt"
-     layer="..interfaces.ILayoutFormLayer"
-     permission="zope.Public" />
-
-  <!-- form view -->
-  <z3ext:pagelet
-     for="z3c.form.interfaces.IForm"
-     template="formview.pt"
-     provides="z3ext.layoutform.browser.interfaces.IForm"
-     layer="..interfaces.ILayoutFormLayer"
-     permission="zope.Public" />
-
-  <!-- viewspace view -->
-  <z3ext:pagelet
-     for="..interfaces.IPageletForm"
-     template="formviewspace.pt"
-     provides="z3ext.layoutform.browser.interfaces.IViewspace"
-     layer="..interfaces.ILayoutFormLayer"
-     permission="zope.Public" />
-
-  <!-- groups view -->
-  <z3ext:pagelet
-     for="..interfaces.IPageletForm"
-     template="formgroups.pt"
-     provides="z3ext.layoutform.browser.interfaces.IFormGroups"
-     layer="..interfaces.ILayoutFormLayer"
-     permission="zope.Public" />
-
-  <!-- form buttons -->
-  <z3ext:pagelet
-     for="..interfaces.IPageletForm"
-     template="formbuttons.pt"
-     provides="z3ext.layoutform.browser.interfaces.IFormButtons"
-     layer="..interfaces.ILayoutFormLayer"
-     permission="zope.Public" />
-
-  <!-- widget view -->
-  <z3ext:pagelet
-     for="z3c.form.interfaces.IWidget"
-     template="widget.pt"
-     provides="z3ext.layoutform.browser.interfaces.IWidget"
-     layer="..interfaces.ILayoutFormLayer"
-     permission="zope.Public" />
-
-  <!-- add form buttons -->
-  <z3ext:pagelet
-     for="..interfaces.IPageletAddForm"
-     template="formaddbuttons.pt"
-     provides="z3ext.layoutform.browser.interfaces.IFormButtons"
-     layer="..interfaces.ILayoutFormLayer"
-     permission="zope.Public" />
-
-  <!-- status message -->
-  <adapter factory=".message.Message" />
-
-  <!-- styles -->
-  <z3ext:resourceinclude
-     name="z3ext-layoutform.css"
-     library="z3ext"
-     type="stylesheet"
-     file="styles.css" filetype="zrt" />
-
-  <z3ext:resource
-     file="required.gif"
-     name="z3ext-layoutform-required.gif" />
-
-  <z3ext:resource
-     file="linkOpaque.gif"
-     name="z3ext-layoutform-linkOpaque.gif" />
-
-  <z3ext:resource
-     file="linkTransparent.gif"
-     name="z3ext-layoutform-linkTransparent.gif" />
-
-</configure>

Copied: z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/configure.zcml (from rev 92189, z3ext.layoutform/trunk/src/z3ext/layoutform/browser/configure.zcml)
===================================================================
--- z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/configure.zcml	                        (rev 0)
+++ z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/configure.zcml	2008-10-14 10:35:12 UTC (rev 92190)
@@ -0,0 +1,211 @@
+<configure 
+   xmlns="http://namespaces.zope.org/zope"
+   xmlns:z3ext="http://namespaces.zope.org/z3ext">
+
+  <!-- buttons -->
+  <adapter 
+     provides="z3c.form.interfaces.IButtonAction"
+     factory=".buttons.ButtonAction" />
+
+  <adapter 
+     provides="z3c.form.interfaces.IButtonAction"
+     factory=".buttons.AddButtonAction" />
+
+  <adapter 
+     provides="z3c.form.interfaces.IButtonAction"
+     factory=".buttons.SaveButtonAction" />
+
+  <adapter 
+     provides="z3c.form.interfaces.IButtonAction"
+     factory=".buttons.CancelButtonAction" />
+
+  <!-- TextArea widget -->
+  <class class=".textarea.TextAreaWidget">
+    <require
+       permission="zope.Public"
+       interface="z3c.form.interfaces.ITextAreaWidget" />
+  </class>
+  
+  <adapter 
+     for="zope.schema.interfaces.IText
+          ..interfaces.ILayoutFormLayer"
+     factory=".textarea.TextAreaFieldWidget" />
+
+  <!-- templates -->
+  <z3ext:pagelet
+     template="form.pt"
+     for="..interfaces.IPageletForm"
+     layer="..interfaces.ILayoutFormLayer"
+     provides="..interfaces.IPageletFormView"
+     permission="zope.Public" />
+
+  <z3ext:pagelet
+     template="formadd.pt"
+     for="..interfaces.IPageletAddForm"
+     layer="..interfaces.ILayoutFormLayer"
+     provides="..interfaces.IPageletFormView"
+     permission="zope.Public" />
+
+  <z3ext:pagelet
+     template="formedit.pt"
+     for="..interfaces.IPageletEditForm"
+     layer="..interfaces.ILayoutFormLayer"
+     provides="..interfaces.IPageletFormView"
+     permission="zope.Public" />
+
+  <z3ext:pagelet
+     template="subform.pt"
+     for="z3c.form.interfaces.ISubForm"
+     layer="..interfaces.ILayoutFormLayer"
+     provides="..interfaces.IPageletFormView"
+     permission="zope.Public" />
+
+  <z3ext:pagelet
+     template="formgroup.pt"
+     for="z3c.form.group.Group"
+     layer="..interfaces.ILayoutFormLayer"
+     provides="..interfaces.IPageletFormView"
+     permission="zope.Public" />
+
+  <!-- Error View -->
+  <z3ext:pagelet
+     for="z3c.form.interfaces.IErrorViewSnippet"
+     template="error.pt"
+     layer="..interfaces.ILayoutFormLayer"
+     permission="zope.Public" />
+
+  <!-- form view -->
+  <interface
+     name="layoutform.form"
+     type="z3ext.layout.interfaces.IPageletType"
+     interface="z3ext.layoutform.browser.interfaces.IForm" />
+
+  <z3ext:pagelet
+     for="z3c.form.interfaces.IForm"
+     template="formview.pt"
+     provides="z3ext.layoutform.browser.interfaces.IForm"
+     layer="..interfaces.ILayoutFormLayer"
+     permission="zope.Public" />
+
+  <!-- viewspace view -->
+  <interface
+     name="layoutform.viewspace"
+     type="z3ext.layout.interfaces.IPageletType"
+     interface="z3ext.layoutform.browser.interfaces.IViewspace" />
+
+  <z3ext:pagelet
+     for="..interfaces.IPageletForm"
+     template="formviewspace.pt"
+     provides="z3ext.layoutform.browser.interfaces.IViewspace"
+     layer="..interfaces.ILayoutFormLayer"
+     permission="zope.Public" />
+
+  <!-- form buttons -->
+  <interface
+     name="layoutform.buttons"
+     type="z3ext.layout.interfaces.IPageletType"
+     interface="z3ext.layoutform.browser.interfaces.IFormButtons" />
+
+  <z3ext:pagelet
+     for="..interfaces.IPageletForm"
+     template="formbuttons.pt"
+     provides="z3ext.layoutform.browser.interfaces.IFormButtons"
+     layer="..interfaces.ILayoutFormLayer"
+     permission="zope.Public" />
+
+  <!-- widget view -->
+  <interface
+     name="layoutform.widget"
+     type="z3ext.layout.interfaces.IPageletType"
+     interface="z3ext.layoutform.browser.interfaces.IWidget" />
+
+  <z3ext:pagelet
+     for="z3c.form.interfaces.IWidget"
+     template="widget.pt"
+     provides="z3ext.layoutform.browser.interfaces.IWidget"
+     layer="..interfaces.ILayoutFormLayer"
+     permission="zope.Public" />
+
+  <!-- group view -->
+  <interface
+     name="layoutform.group"
+     type="z3ext.layout.interfaces.IPageletType"
+     interface="z3ext.layoutform.browser.interfaces.IGroup" />
+
+  <z3ext:pagelet
+     for="z3c.form.interfaces.IGroup"
+     template="formgroup.pt"
+     provides="z3ext.layoutform.browser.interfaces.IGroup"
+     layer="..interfaces.ILayoutFormLayer"
+     permission="zope.Public" />
+
+  <!-- groups view -->
+  <interface
+     name="layoutform.groups"
+     type="z3ext.layout.interfaces.IPageletType"
+     interface="z3ext.layoutform.browser.interfaces.IFormGroups" />
+
+  <z3ext:pagelet
+     for="..interfaces.IPageletForm"
+     template="formgroups.pt"
+     provides="z3ext.layoutform.browser.interfaces.IFormGroups"
+     layer="..interfaces.ILayoutFormLayer"
+     permission="zope.Public" />
+
+  <!-- add form buttons -->
+  <z3ext:pagelet
+     for="..interfaces.IPageletAddForm"
+     template="formaddbuttons.pt"
+     provides="z3ext.layoutform.browser.interfaces.IFormButtons"
+     layer="..interfaces.ILayoutFormLayer"
+     permission="zope.Public" />
+
+  <!-- extra form views -->
+  <interface
+     name="layoutform.formInfo"
+     type="z3ext.layout.interfaces.IPageletType"
+     interface="z3ext.layoutform.browser.interfaces.IExtraFormInfo" />
+
+  <interface
+     name="layoutform.viewspaceInfo"
+     type="z3ext.layout.interfaces.IPageletType"
+     interface="z3ext.layoutform.browser.interfaces.IExtraViewspaceInfo" />
+
+  <interface
+     name="layoutform.widgetBefore"
+     type="z3ext.layout.interfaces.IPageletType"
+     interface="z3ext.layoutform.browser.interfaces.IExtraBeforeWidget" />
+
+  <interface
+     name="layoutform.widgetAfter"
+     type="z3ext.layout.interfaces.IPageletType"
+     interface="z3ext.layoutform.browser.interfaces.IExtraAfterWidget" />
+
+  <interface
+     name="layoutform.buttonsInfo"
+     type="z3ext.layout.interfaces.IPageletType"
+     interface="z3ext.layoutform.browser.interfaces.IExtraFormButtonsInfo" />
+
+  <!-- status message -->
+  <adapter factory=".message.Message" />
+
+  <!-- styles -->
+  <z3ext:resourceinclude
+     name="z3ext-layoutform.css"
+     library="z3ext"
+     type="stylesheet"
+     file="styles.css" filetype="zrt" />
+
+  <z3ext:resource
+     file="required.gif"
+     name="z3ext-layoutform-required.gif" />
+
+  <z3ext:resource
+     file="linkOpaque.gif"
+     name="z3ext-layoutform-linkOpaque.gif" />
+
+  <z3ext:resource
+     file="linkTransparent.gif"
+     name="z3ext-layoutform-linkTransparent.gif" />
+
+</configure>

Deleted: z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/form.pt
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/browser/form.pt	2008-10-14 01:14:50 UTC (rev 92184)
+++ z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/form.pt	2008-10-14 10:35:12 UTC (rev 92190)
@@ -1,4 +0,0 @@
-<div class="z-form z-form-standard"
-     tal:content="structure
-		  context/@@pagelet/z3ext.layoutform.browser.interfaces.IForm">
-</div>

Copied: z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/form.pt (from rev 92189, z3ext.layoutform/trunk/src/z3ext/layoutform/browser/form.pt)
===================================================================
--- z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/form.pt	                        (rev 0)
+++ z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/form.pt	2008-10-14 10:35:12 UTC (rev 92190)
@@ -0,0 +1,3 @@
+<div class="z-form z-form-standard"
+     tal:content="structure context/@@pagelet/layoutform.form">
+</div>

Deleted: z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formadd.pt
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formadd.pt	2008-10-14 01:14:50 UTC (rev 92184)
+++ z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formadd.pt	2008-10-14 10:35:12 UTC (rev 92190)
@@ -1,4 +0,0 @@
-<div class="z-form z-form-add"
-     tal:content="structure
-		  context/@@pagelet/z3ext.layoutform.browser.interfaces.IForm">
-</div>

Copied: z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formadd.pt (from rev 92189, z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formadd.pt)
===================================================================
--- z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formadd.pt	                        (rev 0)
+++ z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formadd.pt	2008-10-14 10:35:12 UTC (rev 92190)
@@ -0,0 +1,3 @@
+<div class="z-form z-form-add"
+     tal:content="structure context/@@pagelet/layoutform.form">
+</div>

Deleted: z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formbuttons.pt
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formbuttons.pt	2008-10-14 01:14:50 UTC (rev 92184)
+++ z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formbuttons.pt	2008-10-14 10:35:12 UTC (rev 92190)
@@ -1,10 +0,0 @@
-<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>

Copied: z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formbuttons.pt (from rev 92189, z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formbuttons.pt)
===================================================================
--- z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formbuttons.pt	                        (rev 0)
+++ z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formbuttons.pt	2008-10-14 10:35:12 UTC (rev 92190)
@@ -0,0 +1,10 @@
+<div class="z-form-controls">
+  <tal:block tal:content="structure
+             context/@@pagelet/layoutform.buttonsInfo|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.3/src/z3ext/layoutform/browser/formedit.pt
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formedit.pt	2008-10-14 01:14:50 UTC (rev 92184)
+++ z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formedit.pt	2008-10-14 10:35:12 UTC (rev 92190)
@@ -1,4 +0,0 @@
-<div class="z-form z-form-edit"
-     tal:content="structure
-		  context/@@pagelet/z3ext.layoutform.browser.interfaces.IForm">
-</div>

Copied: z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formedit.pt (from rev 92189, z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formedit.pt)
===================================================================
--- z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formedit.pt	                        (rev 0)
+++ z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formedit.pt	2008-10-14 10:35:12 UTC (rev 92190)
@@ -0,0 +1,3 @@
+<div class="z-form z-form-edit"
+     tal:content="structure context/@@pagelet/layoutform.form">
+</div>

Deleted: z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formgroup.pt
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formgroup.pt	2008-10-14 01:14:50 UTC (rev 92184)
+++ z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formgroup.pt	2008-10-14 10:35:12 UTC (rev 92190)
@@ -1,8 +0,0 @@
-<fieldset>
-  <legend tal:content="context/label"></legend>
-  <div class="pageDescription" tal:content="context/description|nothing"></div>
-
-  <tal:block tal:repeat="widget context/widgets/values"
-       tal:content="structure 
-           widget/@@pagelet/z3ext.layoutform.browser.interfaces.IWidget" />
-</fieldset>

Copied: z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formgroup.pt (from rev 92189, z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formgroup.pt)
===================================================================
--- z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formgroup.pt	                        (rev 0)
+++ z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formgroup.pt	2008-10-14 10:35:12 UTC (rev 92190)
@@ -0,0 +1,7 @@
+<div class="z-form-fieldset">
+  <h3 tal:content="context/label"></h3>
+  <div class="z-page-description" tal:content="context/description|nothing"></div>
+
+  <tal:block tal:repeat="widget context/widgets/values"
+       tal:content="structure widget/@@pagelet/layoutform.widget" />
+</div>

Deleted: z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formgroups.pt
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formgroups.pt	2008-10-14 01:14:50 UTC (rev 92184)
+++ z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formgroups.pt	2008-10-14 10:35:12 UTC (rev 92190)
@@ -1,9 +0,0 @@
-<div class="z-form-fieldset" tal:repeat="group context/groups">
-  <h3 tal:content="group/label|nothing"></h3>
-  <div class="z-form-description"
-       tal:content="group/description|nothing"></div>
-
-  <tal:block tal:repeat="widget group/widgets/values"
-	     tal:content="structure 
-			  widget/@@pagelet/z3ext.layoutform.browser.interfaces.IWidget" />
-</div>

Copied: z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formgroups.pt (from rev 92189, z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formgroups.pt)
===================================================================
--- z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formgroups.pt	                        (rev 0)
+++ z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formgroups.pt	2008-10-14 10:35:12 UTC (rev 92190)
@@ -0,0 +1,3 @@
+<tal:block
+   tal:repeat="group context/groups"
+   tal:content="structure group/@@pagelet/layoutform.group" />

Deleted: z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formview.pt
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formview.pt	2008-10-14 01:14:50 UTC (rev 92184)
+++ z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formview.pt	2008-10-14 10:35:12 UTC (rev 92190)
@@ -1,18 +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.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>

Copied: z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formview.pt (from rev 92189, z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formview.pt)
===================================================================
--- z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formview.pt	                        (rev 0)
+++ z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formview.pt	2008-10-14 10:35:12 UTC (rev 92190)
@@ -0,0 +1,13 @@
+<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/layoutform.formInfo|nothing" />
+  <tal:block tal:content="structure context/@@pagelet/layoutform.viewspace" />
+  <tal:block tal:content="structure context/@@pagelet/layoutform.buttons" />
+</form>

Deleted: z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formviewspace.pt
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formviewspace.pt	2008-10-14 01:14:50 UTC (rev 92184)
+++ z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formviewspace.pt	2008-10-14 10:35:12 UTC (rev 92190)
@@ -1,18 +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>
-
-<tal:block tal:content="structure
-  context/@@pagelet/z3ext.layoutform.browser.interfaces.IExtraViewspaceInfo|nothing" />
-
-<div class="z-form-fieldset" tal:condition="context/widgets">
-  <tal:block tal:repeat="widget context/widgets/values"
-       tal:content="structure 
-           widget/@@pagelet/z3ext.layoutform.browser.interfaces.IWidget" />
-</div>
-
-<tal:block tal:condition="context/groups|nothing"
-	   tal:content="structure
-  context/@@pagelet/z3ext.layoutform.browser.interfaces.IFormGroups|nothing" />

Copied: z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formviewspace.pt (from rev 92189, z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formviewspace.pt)
===================================================================
--- z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formviewspace.pt	                        (rev 0)
+++ z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/formviewspace.pt	2008-10-14 10:35:12 UTC (rev 92190)
@@ -0,0 +1,18 @@
+<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/layoutform.viewspaceInfo|nothing" />
+
+<div class="z-form-fieldset" tal:condition="context/widgets">
+  <tal:block tal:repeat="widget context/widgets/values"
+       tal:content="structure 
+           widget/@@pagelet/z3ext.layoutform.browser.interfaces.IWidget" />
+</div>
+
+<tal:block tal:condition="context/groups|nothing"
+	   tal:content="structure
+  context/@@pagelet/z3ext.layoutform.browser.interfaces.IFormGroups|nothing" />

Deleted: z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/interfaces.py
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/browser/interfaces.py	2008-10-14 01:14:50 UTC (rev 92184)
+++ z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/interfaces.py	2008-10-14 10:35:12 UTC (rev 92190)
@@ -1,58 +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 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 IFormGroups(interface.Interface):
-    """ form groups """
-
-
-class IFormButtons(interface.Interface):
-    """ form buttons """
-
-
-class IExtraFormButtonsInfo(interface.Interface):
-    """ extra buttons information """

Copied: z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/interfaces.py (from rev 92189, z3ext.layoutform/trunk/src/z3ext/layoutform/browser/interfaces.py)
===================================================================
--- z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/interfaces.py	                        (rev 0)
+++ z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/interfaces.py	2008-10-14 10:35:12 UTC (rev 92190)
@@ -0,0 +1,62 @@
+##############################################################################
+#
+# 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 IGroup(interface.Interface):
+    """ group """
+
+
+class IFormGroups(interface.Interface):
+    """ form groups """
+
+
+class IFormButtons(interface.Interface):
+    """ form buttons """
+
+
+class IExtraFormButtonsInfo(interface.Interface):
+    """ extra buttons information """

Deleted: z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/subform.pt
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/browser/subform.pt	2008-10-14 01:14:50 UTC (rev 92184)
+++ z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/subform.pt	2008-10-14 10:35:12 UTC (rev 92190)
@@ -1,13 +0,0 @@
-<div class="z-form-fieldset">
-  <h1 tal:condition="context/label|nothing"
-      tal:content="context/label|nothing">Do something</h1>
-  <div class="z-form-description" 
-       tal:content="context/description|nothing"></div>
-
-  <tal:block tal:repeat="widget context/widgets/values"
-       tal:content="structure 
-           widget/@@pagelet/z3ext.layoutform.browser.interfaces.IWidget" />
-</div>
-
-<tal:block tal:content="structure
-     context/@@pagelet/z3ext.layoutform.browser.interfaces.IFormButtons" />

Copied: z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/subform.pt (from rev 92189, z3ext.layoutform/trunk/src/z3ext/layoutform/browser/subform.pt)
===================================================================
--- z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/subform.pt	                        (rev 0)
+++ z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/subform.pt	2008-10-14 10:35:12 UTC (rev 92190)
@@ -0,0 +1,12 @@
+<div class="z-form-fieldset">
+  <h1 tal:condition="context/label|nothing"
+      tal:content="context/label|nothing">Do something</h1>
+  <div class="z-form-description" 
+       tal:content="context/description|nothing"></div>
+
+  <tal:block tal:repeat="widget context/widgets/values"
+       tal:content="structure widget/@@pagelet/layoutform.widget" />
+</div>
+
+<tal:block tal:content="structure
+     context/@@pagelet/z3ext.layoutform.browser.interfaces.IFormButtons" />

Deleted: z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/widget.pt
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/browser/widget.pt	2008-10-14 01:14:50 UTC (rev 92184)
+++ z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/widget.pt	2008-10-14 10:35:12 UTC (rev 92190)
@@ -1,21 +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'">
-  <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>

Copied: z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/widget.pt (from rev 92189, z3ext.layoutform/trunk/src/z3ext/layoutform/browser/widget.pt)
===================================================================
--- z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/widget.pt	                        (rev 0)
+++ z3ext.layoutform/tags/1.2.3/src/z3ext/layoutform/browser/widget.pt	2008-10-14 10:35:12 UTC (rev 92190)
@@ -0,0 +1,19 @@
+<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/layoutform.widgetBefore|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/layoutform.widgetAfter|nothing" />
+</div>



More information about the Checkins mailing list