Skip to content

Latest commit

 

History

History
187 lines (133 loc) · 6.49 KB

CHANGES.rst

File metadata and controls

187 lines (133 loc) · 6.49 KB

Changelog

There's a frood who really knows where his towel is.

2.0b5 (unreleased)

  • Simplify slideshow template to avoid depending on context id; this solves an issue when id ends with ".html". [rodfersou]
  • Refactor static resources. [rodfersou]
  • Add classes to HTML elements on tile for easy visual customization. [agnogueira]
  • Remove dependency on plone.directives.form and latest traces of Grok. [hvelarde]
  • Fix exception getting image size with ImageScaling adapter (refs. sc.social.like #87). [rodfersou]

2.0b4 (2016-11-03)

  • Do not try to create scales on news article with no lead image; this was causing issues in some Collection view methods and in collective.cover's Collection tile (fixes #178). [hvelarde]

2.0b3 (2016-09-12)

  • Fix issue in NITF tile that was causing an exception when dropping content into it (fixes #175). [rodfersou]

2.0b2 (2016-07-27)

  • The getImage() and imageCaption() methods of the NITF class are deprecated and will be removed on next release; use image() and media_caption() instead. [hvelarde]
  • Fix issue with collective.nitf.image viewlet raising AttributeError when plone.app.contenttypes is installed (closes #169). [hvelarde]
  • Use <p> tag to display the News Article subtitle to avoid warnings on validation. [hvelarde]
  • Fix exception when syndicalize NITF (closes #161). [rodfersou]
  • Fix tile date format. [hvelarde]
  • Avoid rising exceptions when content referenced in tile is not available (fixes #154). [hvelarde, rodfersou]
  • Remove hard dependency on plone.app.referenceablebehavior as Archetypes is no longer the default framework in Plone 5. Under Plone < 5.0 you should now explicitly add it to the eggs part of your buildout configuration to avoid issues while upgrading. [hvelarde]

2.0b1 (2016-02-29)

  • Show title of news article as alt attribute on tile's image. [hvelarde]
  • Fix upgrade step to work with both, Archetypes and Dexterity-based collections. [rodfersou]

2.0a1 (2015-09-30)

Warning

Upgrades are supported only from release 1.0b3.

  • Make control panel configlet accesible to Site Administrator role (closes #137). [hvelarde]
  • Load Cycle2 resources from the JS registry if available (closes #133). [hvelarde]
  • Fix display of byline and refactor override of documentbyline viewlet; avoid performance issues when having many users by memoizing expensive call to Membership tool (fixes #128). [hvelarde, rodfersou]
  • Replace slideshow framework machinery; we use Cycle2 now instead of Galleria. Don't forget do uninstall and remove collective.js.galleria if you no longer depend on it on your site (closes #116). [rodfersou, hvelarde]
  • Fix default values for genre and urgency fields (closes #118). [rodfersou]
  • Add NITF tile for collective.cover (closes #123). [hvelarde]
  • Reimplement section field as a behavior (closes #98). [hvelarde]
  • Drop support of Plone 4.2. [hvelarde]
  • Remove dependency on collective.z3cform.widgets. Don't forget do uninstall and remove the package if you no longer depend on it on your site. [hvelarde]
  • Update package i18n and Spanish and Brazilian Portuguese translations. [hvelarde]
  • Restore default binding on Link content type at uninstall time. [hvelarde]
  • Add Current as default value for available_genres and General as default value for available_sections. [hvelarde]
  • Character counter code was removed from package; this should be reimplemented using collective.js.charcount (closes #75). [hvelarde]
  • Package was cleaned by removing some dependencies, deprecated methods on default view, unused macros from templates, and needless resources, scripts and styles. [marcosfromero, hvelarde]
  • Remove all javascript from templates, create new nitf.js and use jsregistry (closes #94). [marcosfromero]
  • Add confirmation overlay before removing an image in media.pt (closes #85). [marcosfromero]
  • Add required script library in media.pt to prevent image not loading when editing in overlay (closes #84). [marcosfromero]
  • Fields were reordered to enhance user experience on adding/editing content: 'location' field is now above 'body text' and 'urgency' is below 'genre'. [hvelarde]
  • Reimplement keywords and documentbyline viewlets with semantic markup and support for news article byline for INITF interface. [jpgimenez, hvelarde, cleberjsantos]
  • Refactor templates to implement semantic markup to annotate news-specific metadata using rNews, schema.org and RDFa (closes #47). [jpgimenez, marcosfromero, hvelarde]
  • Add plone.app.relationfield as a dependency; this is needed for Dexterity to proper handle relations (closes #71). [jpgimenez]
  • Remove five.grok dependency, will easy the mainteinance and the extendibility of the package. [jpgimenez]
  • Changes image link behavior in view.pt for mobile devices (closes #62). [marcosfromero]