*******************************************
** CPSWiki V0.1.0 [R1 build 2005/05/25-09:17 by madarche]
** SVN URL: https://svn.nuxeo.org/pub/CPSWiki/trunk Revision: 21807
Requires:
~~~~~~~~~
-
New features:
~~~~~~~~~~~~~
- Front page is an automatic summary of all pages.
- Added a full view where the whole wiki content is displayed.
- Added backlinks.
- Added file attachments.
Bug fixes:
~~~~~~~~~~
- Used monospaced font for the wiki text areas used for edition.
  This fixes #671: "The text area used for editing wiki pages should use
  fixed-size font".
New internal features:
~~~~~~~~~~~~~~~~~~~~~~
-

*******************************************
** CPSWiki V0.0.4 [R1 build 2005/04/12-15:22 by madarche]

Requires:
~~~~~~~~~
- CPSDefault > 3.32.1
New features:
~~~~~~~~~~~~~
-
Bug fixes:
~~~~~~~~~~
- Renamed addWikiPage to addPage in page adder template (page adding would fail)
- Made the wiki use the CMF and CPS already existing roles and permissions and
  modified the workflows accordingly.
  Fixes #563 ("CPSWiki is unusable in sections. Which use cases for CPSWiki in
  sections and in general?")
- Made the portal types of CPSWiki follow the Zope, CMF and CPS naming
  conventions: "CPS Wiki" -> "Wiki", "CPS Wiki Page" -> "Wiki Page".
- Added security checks on WikiPage methods.
- Made the methods of Wiki and WikiPage named in a more object oriented manner.
- Added missing permissions in the workflow definitions.
New internal features:
~~~~~~~~~~~~~~~~~~~~~~
-

*******************************************
** CPSWiki V0.0.3 [R1 build 2005/03/30-09:21 by madarche]

Requires:
~~~~~~~~~
-
New features:
~~~~~~~~~~~~~
-
Bug fixes:
~~~~~~~~~~
- Specified that CPS expects an output in 'iso-8859-15' encoding.
- Specified that the initial header level has to be h2 since the wiki page uses
  h1. By default restructured text produces an initial header level h3.
New internal features:
~~~~~~~~~~~~~~~~~~~~~~
-

*******************************************
** CPSWiki V0.0.2 [R1 build 2005/03/23-08:09 by madarche]

Requires:
~~~~~~~~~
-
New features:
~~~~~~~~~~~~~
- Added locking capabilities.
Bug fixes:
~~~~~~~~~~
-
New internal features:
~~~~~~~~~~~~~~~~~~~~~~
- Added unit tests for the encoding problems with the restructuredtext parser
  that are not fixed yet.

*******************************************
** CPSWiki V0.0.1 [R1 build 2005/03/19-08:53 by madarche]

Requires:
~~~~~~~~~
-
New features:
~~~~~~~~~~~~~
-
Bug fixes:
~~~~~~~~~~
- Removed the useless dummy parser
- Removed warning (CMFCore.permissions + file encoding)
- Added i18n for the "Save" button.
- Made the default parser be the "restructuredtext" parser.
New internal features:
~~~~~~~~~~~~~~~~~~~~~~
- Made CPSWiki depend on the CPSUtil.html module for HTML sanitizing for the
  sake of factorization.

