ReleaseNotesXWikiEnterprise11M4

Version 1.15 by Vincent Massol on 2007/08/16
Warning: For security reasons, the document is displayed in restricted mode as it is not the current version. There may be differences and errors due to this.

Release Notes for XWiki 1.1 Enterprise Milestone 4

Version 1.1 Milestone 4 brings lots of new features, improvements and bug fixes.

There's also been a big internal change since 1.1M3 in that XWiki has been reorganized to separate the Platform from the Products developed on top of it and a modular automated build system using Maven2 has been setup. This was done to support the multiple products that will be released in the near future: XWiki Enterprise (the current Wiki you've come to know and love), XWiki Enterprise Manager (Multi Wiki management tool), XWiki Watch (social feed reader) and more.

Invalid macro parameters used for the [toc] macro. Cause: [Failed to validate bean: [must be greater than or equal to 1]]. Click on this message for details.

Changes from 1.1 Milestone 3

Main changes:

  • Bugs fixed:
  • New experimental Lucene Search page. It adds scoring, searching into attachments (including Office documents), search paging and more (performance improvements, more customizable search results, etc). This search page is meant to become the default in the near future. It's currently experimental as we want to ensure it fully works as well as the old search. We need your help. Please let us know on the XWiki mailing list, on IRC, or on this wiki if you have any comments (positive or negative about it). This new page is located in Main.LuceneSearch. You can also edit the Panels.Search page so that the search is done with the Lucene search by default. lucenesearch.png
  • Diff improvements. Diffs are now shown at the level of words.
  • Added an option to open external link to new window. Default is in the same window.
  • When deleting a page, the list of pages that will be orphaned are displayed
  • Added a wiki text mode in the WYSIWYG editor
  • Code macro now escapes everything (wiki syntax, HTML, Groovy, Velocity, other Radeox macros)
  • New option to preserve previous version during document import
  • Several XMLRPC fixes and improvements
  • MacroMapping renderer is enabled by default
  • Added plaincode template allowing to access the source of a page without any encoding
  • Option not to display the login screen
  • Allow {style} macros to be nested
  • Fullscreen editing in both wiki and WYSIWYG editors
  • New XMLRPC removeSpace() API
  • New Quick Links Panel with links to common useful pages
  • New "My Recent Modifications" Panel
  • Moved Orphaned Pages inside the AllDocs page as a new tab
  • Improved navigation by adding the Quick Links Panel + My Recent Modifications Panel to the side menu and removed the Navigation panel from the default layout
  • Improved the Tag page
  • Search also searches on page names now
  • Added new RSS Feeds page to list all feeds available on the wiki

+ lot more (Platform, XWiki Enterprise, Panels)

Breaking API changes

The following changes can make your application not work anymore when you upgrade to this version. To upgrade, make sure you review the changes below and update your code accordingly. We try to minimize such changes but from time to time we have to do them in order to improve XWiki's core.

  • com.xpn.xwiki.XWiki.saveDocument(XWikiDocument doc, XWikiDocument olddoc, XWikiContext context) and saveDocument(XWikiDocument doc, XWikiDocument olddoc, String comment, XWikiContext context) have been removed. Please use instead the simpler form saveDocument(XWikiDocument doc, XWikiContext context) and saveDocument(XWikiDocument doc, String comment, XWikiContext context).
    • Note: The need to pass the olddoc parameter was for the notification mechanism which was doing a diff to decide whether to send notifications or not. This now done internally and automatically, making it a cleaner design and solving issues where notifications were not happening when they should have.

Known issues

Upgrading from any version

If you've been using XWiki prior to version 1.1 Milestone 4, then you may have noticed that the document version and the history do not match (there's an offset of one in the printed versions, the history being one version smaller). We have fixed this and we are providing a patch for you to run on your wiki installation. To run the patch install the RCS Fix XAR file using the Importer Tool and then go to the XWiki.FixRCS page and follow the instructions.

You only need to run this patch if you're upgrading to 1.1 Milestone 4 and if you want the versions displayed in the history to be in sync with the document's version displayed when you view the documents

Follow the instructions below for upgrading from your specific version.

Upgrading from 1.0 or from earlier 1.1 Milestones

There have been no changes to the database structure so you can simply install this version and configure it to point to your existing database. However you may want to import the default wiki XAR in order to benefit from improvements listed above. You'll find above the list of pages that have been modified so you can restrict your import to those pages if you're already using a XWiki 1.0 XAR.

Upgrading from versions earlier than 1.0

Check the release notes for 1.0.

Tags:
   

Get Connected