Changelog
=========


3.0.6 (2016-02-18)
------------------

- Only enable simplelayout block edit actions, if documentEditable class is available.
  [mathias.leimgruber]


3.0.5 (2015-09-10)
------------------

- Trigger 'refreshed' event after colorbox initialization
  [elioschmutz]


3.0.4 (2015-05-01)
------------------

- Ajax requests made by ajaxManager should be POST, not GET.
  This solves several caching Issues with latest IE11 and Chrome > 41.
  [mathias.leimgruber]


3.0.3 (2015-03-11)
------------------

- Make it possible to disable colorbox on sl images.
  [lknoepfel]


3.0.2 (2015-02-24)
------------------

- Add missing semicolon in sl_ui_variables.js.
  [mathias.leimgruber]


3.0.1 (2014-06-13)
------------------

- Implement possibility to have multiple view with images.
  [tschanzt]


3.0.0 (2014-05-09)
------------------

- Implement uninstall profile.
  [jone]

- Remove kukit-devel.js disabling.
  [jone]

- Change Size of all sl-controls when collapsed.
  [tschanzt]


3.0c1 (2013-03-29)
------------------

- Fix jquery selectors for jquery 1.7.x.
  [mathias.leimgruber]

- Replace jq with $.
  [mathias.leimgruber]


3.0b5 (2013-01-21)
------------------

- Remove "setHeightOfEmptyDropZone".
  [mathias.leimgruber]

- Fix sl-control toggler js.
  [mathias.leimgruber]

- Improved simplelayout action js.
  [Julian Infanger]

- Move to github, cleanup.
  [jone]

- Fix wrong initial metadata according to latest upgrade.
  [jone]


3.0b4 (2012-04-24)
------------------

- Fix for right floating images.
  [mathias.leimgruber]


3.0b3 (2012-04-23)
------------------

- Do highlight slots if you hover a block.
  [Julian Infanger]

- Replaced lightbox with colorbox. Added colorbox integration including config.
  Added upgradestep to remove lightbox js and css and install ftw.colorbox.
  [Julian Infanger]


3.0b2 (2012-04-05)
------------------

- Fix block reload parameter.
  [mathias.leimgruber]


3.0b1 (2012-03-05)
------------------

- Add image-download-link to lightbox
  [22.12.2011, eschmutz]

- Add new arrowimages
  [22.12.2011, eschmutz]

- Plone 4.1 compatibility: Use _ instead of - as ID sepereator.
  [03.08.2011, jbaumann]

- Plone 4.1 uuid4 support for blocks
  [03.08.2011, jbaumann]

- Fix selector in delete action using prepOverlay.
  It will no longer reload the hole page.
  [12.05.2011, mathias.leimgruber]

- #486 Simplelayout ImageOverlay verbessern
  Added grafics in german
  [06.05.2011, elio.schmutz]

- #486 Simplelayout ImageOverlay verbessern
  Added Lightbox 0.5 (browser/resources/jquery_lightbox)
  http://leandrovieira.com/projects/jquery/lightbox/
  [05.05.2011, elio.schmutz]

- Remove padding by js on the very right image (float).
  [05.05.2011, mathias.leimgruber]

- Moved prepOverlay for images in a new JS file (permission Problem)
  [21.01.2011, mathias.leimgruber]

- use prepOverlay to show images instead of greybox
  [04.10.2010, mathias.leimgruber]

- Updated select_default_page.cpt patch to plone 4
  [30.09.2010, mathias.leimgruber]

- Javascript: added 'toggle-edit-mode' jQuery event
  [07.09.2010, jbaumann]

- removed dependecies for jquery
  [09.07.2010, mathias.leimgruber]

- removed old plone globals, use now portal_state
  [12.07.2010, mathias.leimgruber]

- make views work with plone4
  [12.07.2010, mathias.leimgruber]


2.0.2
-----
- blocks are not longer available as startpage [mathias.leimgruber]
- initialize empty slots and give them a height, for easier
  drag'n'drop [mathias.leimgruber]


2.0.1
-----
- removed expose function, cause of IE problems [mathias.leimgruber]
- remove edit-mode cookie when user clicks on "view"
  or "preview". [mathias.leimgruber]


2.0
---
- read out viewname an pass it to the render method,
  for more infos check README of simplelayout.base.
  [mathias.leimgruber]
- fix zindex confilct with expose [mathias.leimgruber]
- fix actionsloaded triggering [victor.baumann]

2.0rc2
------
- moved JS toggleEditMode funtion from simplelayout.base to this
  package [mathias.leimgruber]
- use cookie to store the edit-mode state [mathias.leimgruber]
- use collective.js.jquery [mathias.leimgruber]
- use plone.app.jquerytools [mathias.leimgruber]

2.0rc1
------
- JS-fix: load controls on pages without any blocks, faild if there
  were more than one simplelayout container. [mathias.leimgruber]


2.0b4
-----
- compress, merged and cache js. [mathias.leimgruber]


2.0b3
-----
- replace jsonlib with z3c.json, avoid ucs4 error in some cases[mathias.leimgruber]


2.0b2
-----

- Bugfix: bind toggleeditmode event only to the first matching
  simplelayout-content class, this is important for
  simplelayout.portlet.dropzone package [mathias.leimgruber]
- define ajaxManager globaly in this package [mathias.leimgruber]



2.0b1
-----

- Bug Fixes
- includes newest jquery v1.3.2


1.0
---

- Initial release
- shipps all important ui functions
    - change block layout
    - delete block action with modale window
    - more...
- includes newest jquery v1.3.0
- includes jquery theme "silver"
