Resource Registries 1.2.4 (Sep 11, 2006)

Bugfix release. This release is for Plone 2.1.

For additional information about this project, please visit the overview page .

Available downloads

Resource Registries 1.2.4

For all platforms (0 kB)

Release Notes

Tested with Plone 2.1.4, Plone 2.1.3, Plone 2.1.2, Plone 2.1.1, Plone 2.1
State Final release
License GPL

1.2.4
=====

* Made enabled checkbox work again.
[fschulze]

1.2.3
=====

* Backported several fixes from 1.3.1:
[fschulze]

- 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.2.2
=====

* Added missing arguments in resource adding functions.
[jenner, fschulze]

1.2.1
=====

* Fixed traversal of security restricted resources.
[jenner, alecm, fschulze]

* Added javascript "full" compression, which achieves higher compression ratios
by doing variable name packing based on the rules from Dean Edwards packer:
http://dean.edwards.name/packer/usage/
[fschulze]

* Added keyword encoding for javascript. This greatly reduces the file size of
javascript files, but adds a small performance hit on the client for the
decoding.
[fschulze]

1.2
===

* Added compression for CSS and Javascript resources.
[fschulze]

* Added better labels and a short explanation to the debugmode-checkbox in the forms.
[elvix]

* Renamed 'TAL condition' to 'Condition' in the forms, as it has nothing to do with
TAL at all (it is a CMF/TALES expression) It should include a link to CMF Expressions help
[elvix]