Collage 1.2.0 (Beta release 3) (Aug 16, 2008)

Collage

This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.

cleanup, LinguaPlone support, skinnable portlets

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

Available downloads

Product Package (beta 3)

For all platforms (0 kB)

Release Notes

Tested with Plone 3
State Beta release
License GPL

 

Change log

Collage 1.2 beta 3 (2008-08-15)

https://svn.plone.org/collective/Products.Collage/tags/1.2b3

  • Packaged as a python egg and released on pypi. [davisagli]
  • Renamed builtin portlet skins and gave minimum CSS to them. [glenfant]
  • Re-using ATContentTypes.content.schemata.ATContentTypesSchema and removing copied/pasted portions of code in our schema definitions. [glenfant]
  • Removed CMF skins layer "Collage" and spreaded its stuffs in Zope 3 style browser resources and pages (CSS). Added an upgrade step for this. [glenfant]
  • Using the MessageFactory for labels and descriptions in schemas. Code is more compact and i18ndude friendly. [glenfant]
  • Added unit tests for utilities. [glenfant]

Collage 1.2.0 beta 2

https://svn.plone.org/collective/Collage/tags/1.2.0beta2

  • Added a GenericSetup upgrade step to 1.2.0. [glenfant]
  • Removed useless Folder and Plone Site types setups. [glenfant]

Collage 1.2.0 beta 1

https://svn.plone.org/collective/Collage/tags/1.2.0beta1

  • Added a skin demo for portlets [glenfant]
  • Code cleanup with pyflakes [glenfant]
  • Registering skin with ZCML [glenfant]
  • Version is now 3 digits (major.minor.bugfix) as most components. [glenfant]
  • Extensions/* (Install script) is now useless. Removed [glenfant]
  • Removed meta_type attr in GS profile when not creating objects. (potentially harmful according to MArtin Aspeli) [glenfant]
  • Defining "view" variables in templates is harmful. Renamed to kssview (generally) [glenfant]
  • For reason I can't understand, templates macros for KSS editing only work when in a <span metal:define-macro ...> or a <div metal:define-macro ...> [glenfant]
  • We must set each fied in its own macro in the xx_portlet.pt views otherwise KSS screams. [glenfant]
  • Made portlets skinnable (reintroduced some of the zegor branch) [glenfant]
  • Fixed unicode error in clipboard's title (reintroduced fix from zegor branch). [glenfant]
  • I hate tabs for indenting (removed in every file I needed to change) [glenfant]
  • Some easy code refactorings: the trunk does not support Plone 2.x and older versions any more. [glenfant]
  • Added some markups for i18ndude in Python. [glenfant]
  • Moved (and added) tests to "tests" directory. [glenfant]
  • Making templates ready for i18ndude that found malformed stuffs when ZPT is more tolerant. [glenfant]
  • Made split- and expand-icons transparent [malthe]
  • Added clickable link view.
  • Simplified view class names. [malthe]
  • Removed annotations hack (we now expect content to be IAnnotatable). [malthe]
  • Image standard display now shows the actual image rather than its preview. This caused issues with large images in a Collage being upscaled when displayed. [rockdj]