Resource Registries 1.4.1
This is for the upcoming Plone 3.0.1.
For additional information about this project, please visit the
project page.
Available downloads
Change log
1.4.1
=====
* Added '/' to the strings that are filtered out in
BaseRegistry.generateId(). This fixes #7048.
[davconvent]
1.4.0
=====
* Add support for automatic grouping mode to the GenericSetup export/import
code.
[wichert]
1.4.0-rc1
=========
* Added a new automatic grouping mode feature. It is turned off by default.
When enabled the resources will first be sorted into groups with the same
merging-relevant settings and after that merged. In the groups the order of
the resources in the registries will be preserved.
[hannosch]
* Changed the exportimport handlers to only cook the resources once at the end
and not after each new resource has been added.
[hannosch]
1.4.0-beta5
===========
* Fixed setting of cache headers when the registry is associated with a
RAMCache.
[fschulze]
1.4.0-beta4
===========
* Switched back to getToolByName.
[wichert]
* Added portal_kss as registry for kss files.
[fschulze]
* Slightly optimized the viewlet manager templates.
[hannosch]
1.4.0-beta3
===========
* Replace usage of getToolByNames with getUtility.
[wichert, hannosch]
1.4.0-beta2
===========
* Reverted fix of tests, because Zope was wrong.
[fschulze]
1.4.0-beta1
===========
* Fixed test failures caused by changes in Zope 2.10.
[fschulze]
* Ported bugfixes from 1.3 line.
[fschulze]
1.4.0-alpha2
============
* Started to use views and viewlet managers.
[fschulze]
* Removed compatibility stuff for Plone version lower than 3.0.
[fschulze]
1.3.8
=====
* Cook resources after GS profile import.
[fschulze]
* Added missing enabled property handling to updateScript.
[fschulze]
* Fixed typo which prevented position-after/insert-after in GS profiles to
work.
[fschulze]
1.3.7
=====
* For compatibility with GenericSetup conventions, the import steps now
support 'insert-before' and 'insert-after' as aliases for
'position-before' and 'position-after', while 'insert-top' and
'insert-bottom' are aliases for 'position-top' and 'position-bottom',
respectively.
[mj]
1.3.6
=====
* Invalidate cache when cooking resources if the registry is assigned to a
RAMCache or similar cache manager.
* Fixed string replacement during packing when several resources got packed
in different threads at once, which resulted in exchanged strings.
[fschulze]
1.3.5
=====
* Fixed string protection for strings which mix single and double quotes.
[fschulze]
* Made packer.py usable as a standalone commandline tool.
[fschulze]
* Fixed several issues in 'full' compression.
[fschulze]
* Extended the GenericSetup import step to support positioning of resources:
the 'position-before' and 'position-after' attributes cause the resource
to be positioned before or after resource named in the attribute.
'position-top' and 'position-bottom' move a resource to the top or bottom.
[mj]
1.3.4
=====
* Improved IE conditional compilation protection, it now works in "full"
compression.
[fschulze]
* Improved regular expression for strings.
[fschulze]
* Fixed order of oneline and multiline comment removal in javascript packer.
[fschulze]
* Fixed validation warning about multiple comments when rendering resources
inline.
[fschulze]
* Made css "full" packing more aggressive.
[fschulze]
* Cleaned up testing framework and made all tests run properly.
[fschulze, hannosch]
1.3.3
=====
* Don't wrap None in aquisition wrapper if resource is not found.
[tesdal]
1.3.2
=====
* Made GenericSetup importer not fail on repeated imports.
[alecm]
* Made enabled checkbox work again.
[fschulze]
1.3.1
=====
* Enable use of z3 / Five resources.
[ree]
* Mark missing or unaccessible ressources in management screens.
[fschulze]
* Moved 'enabled' checkbox into legend before 'id' textbox.
[fschulze]
* Don't remove conditional compile instructions for IE from javascripts.
[fschulze]
* Fixed error when content is unicode.
[rocky]
1.3
===
* No changes since rc1.
1.3-rc1
=======
* Add patch from jenner to handle updating and removal of resources
from GenericSetup profiles.
[wichert]
1.3-beta2
=========
* Included fixes from the 1.2 line.
[fschulze]
1.3-beta1
=========
* Do not install default CSS and JS on upgrade, only on initial installation.
[wichert]
1.3-alpha1
==========
* Added GenericSetup import/export handlers (to support GS-based Plone 2.5
portal creation)
[rafrombrc]

