Changelog
=========

1.0 (2010-05-17)
----------------

- compatibility with plone4
  [amleczko]

- add control and functionality to manage text in kupu and tiny for step 'form_text'
  [mirco]

- add some 'ajStandardSteps' to use the TinyMCE's buttons
  [mirco]

- inserted some changes into the js to make click on the buttons of TinyMCE
  [mirco]

- inserted some changes into the js to do actions in the iframe
  [mirco]

- changes to fix the operation of the highlights
  [mirco]

- commented the previous button of tours
  [mirco]

- minor Javascript refactoring
  [keul]


0.9 (2010-04-30)
----------------

- Change version to 0.9 (plone3 release series)
  [amleczko]

- Renamed validation to validators now a list of validators.
  Renamed isVisible to validate.
  Now show a warning box for each error message.
  [vincentfretin]

- Internationalize the "of" separator but the javascript is cached once it's generated so the translation is the first language seen on the portal after a restart.
  [vincentfretin]

- Internationalize the expected text of a step.
  [vincentfretin]

- Don't disable button input textarea select. The user needs to fill out
  the "remaining fields" and upload an image for example.
  [vincentfretin]

- Rename IManageTourUtility to ITourManager.
  [vincentfretin]

- Add url to next tour at the end of a tour.
  [vincentfretin]

- Add basic step validations: isAnonymous and isAuthenticated.
  [amleczko]

- Refactor tour and step: add proper Interface schema for Tour and Step.
  Add validation checkings write some coverage tests for that.
  [fdelia; amleczko]

- Add doctests for meta registration.
  [fdelia; amleczko]

- Add unittests for tour_manager.
  [fdelia; amleczko]
