Zope Subversion Repository |
|
Zope: Products.Five/branches/1.1/form
No default branch
Revision 65463
Modified
Sat Feb 25 19:57:08 2006 UTC (7 years, 3 months ago) by philikon
Shorter branch naming.
Filename: Products.Five/branches/Five-1.1/form
Revision 65452
Modified
Sat Feb 25 17:28:42 2006 UTC (7 years, 3 months ago) by philikon
Codespeak conventions -> svn.zope.org conventions.
Filename: Products.Five/branch/Five-1.1/form
Revision 65450
Modified
Sat Feb 25 17:24:01 2006 UTC (7 years, 3 months ago) by jens
- putting Five into its final resting place
Filename: z3/Five/branch/Five-1.1/form
Revision 56434
Modified
Wed Jul 13 21:35:48 2005 UTC (7 years, 11 months ago) by philikon
branch off 1.1
Filename: z3/Five/trunk/form
Revision 54162
Modified
Mon May 16 16:22:56 2005 UTC (8 years, 1 month 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, 1 month 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, 2 months 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.