Zope Subversion Repository |
|
Zope: Products.Five/tags/1.4.2/form
No default branch
Revision 71066
Modified
Sat Nov 4 19:46:53 2006 UTC (6 years, 6 months ago) by rocky
Tagged Five 1.4.2 release.
Filename: Products.Five/branches/1.4/form
Revision 65584
Modified
Tue Feb 28 15:49:21 2006 UTC (7 years, 2 months ago) by philikon
Branch off Five 1.4. We're not releasing Five 1.4b yet, but we need a Five
branch that is geared towards Zope trunk (=Zope 2.10).
Rocky should merge his work only to the Five 1.4 branch. Five 1.4 is geared
towards Zope 2.9.
Filename: Products.Five/trunk/form
Revision 65450
Modified
Sat Feb 25 17:24:01 2006 UTC (7 years, 2 months ago) by jens
- putting Five into its final resting place
Filename: z3/Five/trunk/form
Revision 54162
Modified
Mon May 16 16:22:56 2005 UTC (8 years ago) by yuppie
set svn:ignore where missing
Filename: z3/Five/trunk/form
Revision 53376
Modified
Thu Apr 28 14:00:01 2005 UTC (8 years ago) by philikon
Copied from: z3/Five/branch/philikon-restructuring/form revision 53365
Merged the philikon-restructuring branch.
Three subpackages were introduced:
- Five.browser: contains all browser-related code, such as browser
page configuration, our special Page Template implementation, etc.
Five.browser.tests also contains the extensive test suite for all
browser-related things.
- Five.form: contains mostly configuration code for the form machinery
and its tests (Five.form.tests).
- Five.skin: contains the (now only beginnings) of Five's skinning
support and tests of primarily the StandardMacros view.
As the subpackages were introduced, the tests were split up accordingly.
They are now grouped by feature and can be run much more atomically. The
FiveTest product is no longer.
For more information, see
http://codespeak.net/pipermail/z3-five/2005q2/000434.html
Filename: z3/Five/branch/philikon-restructuring/form
Revision 52628
Added
Mon Apr 18 23:22:53 2005 UTC (8 years, 1 month ago) by philikon
Major restructuring. We now have the following sub-packages:
* Five.browser
* Five.form
* Five.skin
Tests aren't passing yet which is due to a weird behaviour of
ZopeTwoPageTemplateFile.