Products-collage

Latest version: v1.4.0

Safety actively analyzes 629765 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

1.2.2

------------------

* A UID can start with numbers. The value of the id attribute cannot start
with a number by naming convention. The views now use:
string:title-${view/getUniqueIdentifier}, which always starts with a t
[jladage]

* Don't render empty descriptions in standard document.
[jensens]

* In Plone 3 the contributor is the one adding content. So default roles for
"Add Collage content" is now Contributor, additional to Owner & Manager.

* Don't assume that a view is always available: added error view as fallback.
It helps a lot in development and doesn't expose ugly tracebacks to users
if site has a configuration problem. Also minor cleanup and fixed tests.
[jensens]

* Added confirmation-popup for delete/remove action.
[jensens]

* Make viewlets following all the same paradigm.
Reorder them according to usability thought. Turn expandable content into
overlayed box.
[jensens]

* Turn add row into menu. Fix circular import problem instead ugly workaround.
[jensens]

* Added upgrade step to 1.2.2 that adds the alias whitelist property, without
which the control panel crashes.
[glenfant]

* Synched all .po files following jensens's changes and added french
missing labels.
[glenfant]

* Make a difference between types to be added to Collage and types
enabled for alias. This introduces a new whitelist in controlpanel.
[jensens]

* Feature "automatic split of rows with more than 3 entries" was broken.
Its fixed now. I also added an unbatched view for the row.
[jensens]

* Almost completed German translation.
[jensens]

* Added Dutch translation (nl).
[reinout]

* Added portuguese (pt) translation.
[igbun]

* Added additional CSS classes to Collage blocks to make it easier to
apply styles only for particular positions, content types, or Collage
view names.
[davisagli]

* Typo in collage.css.dtml
[glenfant]

* Fixed issue where layouts would not be looked up correctly for
aliases.
[malthe]

* Added support for theme-specific overrides of Collage views. See
DEVELOPERS.txt for details.
[davisagli]

* Update and sync french and english translation.
[kdeldycke]


Collage 1.2.1 (2008-12-10)
--------------------------

1.2.1

* Moved event handlers in events.py module
[glenfant]

* Fixed bug on searching (spaces in type name or non ascii searchable
text). Found items titles are colored according their workflow state as in
folder_contents (...)
[glenfant]

* Use `folder_summary_view` instead of `folder_listing` in topic
views. This fixes issue 43.
[malthe]

* Added Alias target search limit in config panel.
[glenfant]

* Optimizations of existing items view including link to target.
[glenfant]

* Removed code for old Plone (< 3.1) support since we can't be used in
Plone 3.0 or older anymore
[glenfant]

* Memoizing where possible to speed up views (not sure to be exhaustive)
[glenfant]

* New translations due to the control panel, and added translations synch
script.
[glenfant]

* Fixed bug on collage_helper
[glenfant]

* Added control panel for Collage inner content types whitelist.
[glenfant]

* Collage is now LinguaPlone compatible and therefore Collage elements
are now translatable.
[erral]

* Renderer: if a layout is defined on a canonical object, but not
on a translation, now the canonical version's layout setting
is used for the translation rather than the default. (Language
versions should look the same unless explicitly defined otherwise.)
[thomasw]

* Added Basque (eu) and Spanish (es) translations.
[erral]

* Added safety belt to GenericSetup upgrade scripts.
[glenfant]

* Added translation entries for new boolean in Collage.
[glenfant]

* Collage subcontents indexing is now an option, since a Collage
object may be irrelevant in search results (i.e: a Collage with
only File contents).
[glenfant]

* Added utilities.getFSVersionTuple that may help Collage extension
components (add skins, content type support, ...)
[glenfant]

* version.txt is major.minor.bugfix-[beta] to get synch with
metadata.xml/version (when upgrade step required) and complying
getFSVersionTuple above
[glenfant]

* Add missing event-related translation.
[kdeldycke]

Collage 1.2.0 beta 3 (2008-08-15)
---------------------------------

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
--------------------

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
--------------------

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]

1.1

* Various bug fixes
[malthe]

* No longer ship with jQuery.
[malthe]

* Show locking viewlet in content menu
[malthe]

* Fixed a jQuery integration issue
[malthe]

Page 4 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.