[Checkins] SVN: bluebream/trunk/CHANGES.txt Reformatted the changelog

Christophe Combelles ccomb at free.fr
Wed Aug 25 12:45:25 EDT 2010


Log message for revision 115944:
  Reformatted the changelog
  

Changed:
  U   bluebream/trunk/CHANGES.txt

-=-
Modified: bluebream/trunk/CHANGES.txt
===================================================================
--- bluebream/trunk/CHANGES.txt	2010-08-25 15:04:12 UTC (rev 115943)
+++ bluebream/trunk/CHANGES.txt	2010-08-25 16:45:25 UTC (rev 115944)
@@ -31,16 +31,11 @@
 ------------------
 
 - Set `name` & `description` for the sample application
-
 - Use project name as i18n_domain in base template
-
 - Merge the two templates into a single one by allowing to create a
   flat or nested namespace structure, and choose the package name.
-
 - Enabled Distribute by default instead of Setuptools
-
 - Added zope.app.schema registrations to be able to register a named vocabulary
-
 - removed buildout templating and include two zope.conf files,
   one for deployment and one for debugging with devmode
 
@@ -48,33 +43,22 @@
 ------------------
 
 - Include the sample application in the `bluebream_simple` template
-
 - Move the sample application provided by `bluebream` template
   to a sub-package named `welcome` similar to `bluebream_simple`
   The sample application can be easily removed.
-
 - The sample application object use 'zope.site.interfaces.IFolder`
   instead of `zope.container.interfaces.IContainer`
-
 - Include `zope.session` from `site.zcml`
-
 - Include `browser` namespace in `site.zcml` for convenience.
-
 - Added an empty `[versions]` part in `versions.cfg` with
   a recommendation to pin-down versions of other dependencies.
-
 - Remove `zope.app.twisted` from dependency list
-
 - Since BlueBream requires ZODB 3.9, FileStorage need not be
   wrapped with BlobStorage proxy to get ZODB blobs support.
-
 - The default ZODB blob layout should be 'bushy'
   Fix LP #543525
-
 - Use relative paths in etc/zope.conf Fix LP #543451
-
 - Specify i18n domain in ftesting.zcml Fix LP #543516
-
 - zope.browserresource package registration was missing
   Fix LP #541457 
 
@@ -90,7 +74,6 @@
 
 - The summary of ``bluebream_base`` template changed to:
   "A BlueBream project, base template"
-
 - Enable ``bluebream_simple`` again.  Documentation is
   available here:
   http://wiki.zope.org/bluebream/AlternateProjectTemplates
@@ -100,26 +83,17 @@
 
 - Use a template to display default page for the root
   folder
-
 - Use ``zope.formlib.form.DisplayForm`` as base class for
   views instead of ``zope.publisher.browser.BrowserView``
-
 - Sample application add form view name is changed from
   ``@@add`` to ``@@add_sample_app``
-
 - Add links to to BlueBream website & mailing list
-
 - Added license file
-
 - Improve "Usage" section in README.txt
-
 - Include ``zest.release`` to prepare release
-
 - Include ``bluebream_simple`` template (This will not be released
   with 1.0a2 as the documentation is not ready yet)
-
 - Move ``bluebream`` template code to ``bluebream_base``
-
 - Add static resource directory with CSS to ``bluebream_base``
   (based on ``bluebream_simple``).  The new style applied to main page.
 
@@ -128,7 +102,6 @@
 
 - Use released package distribution versions:
   http://download.zope.org/bluebream/bluebream-1.0a1.cfg
-
 - Include new packages to `site.zcml` template:
 
   - `zope.app.publisher.xmlrpc` (meta.zcml)
@@ -136,10 +109,8 @@
   - `zope.app.pagetemplate`
 
 - Changed template summary into: A BlueBream project
-
 - Removed `Sphinx-PyPI-upload` -- no more used as the
   website is moved to http://bluebream.zope.org
-
 - Added `zope.traversing.browser` from site.zcml
   in the project template. Ref: http://bit.ly/80xltO
 



More information about the checkins mailing list