<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "document-v13.dtd">
<document>
<header>
 <title>Prerelease</title></header>
 <abstract>MyCoRe-2.0.94 (Beta 4) der aktuelle "Release Candidate" für die Version <strong>MyCoRe 2.1</strong>.
  Das Release soll in Kürze veröffentlicht werden. Bitte melden Sie daher alle noch 
  auftretenden Fehler umgehend an die Community, um ein optimales Release zu gewährleisten.</abstract>
 <body>
 
  <p>
  Neben dem aktuellen Release stellt das Entwickler-Team in unregelmäßigen Abständen auch Vorabversionen 
  zum nächsten Release, sogenannte Prereleases, zur Verfügung. Auf diesem Wege sollen die Benutzer unseres
  Projektes die Möglichkeit haben, rasch neue Entwicklungsschritte in ihre eigenen Anwendungen integrieren
  zu können.
  </p>

  <p>
    Um den aktuellen Stand in der eigenen Anwendung oder dem aktuellen DocPortal zu verwenden, muss in der
    pom.xml (zu finden unter docportal/config) die entsprechende MyCoRe-Version auf <strong>2.0.94</strong> angepasst werden:
    
    <source xml:space="preserve"><![CDATA[
  <groupId>org.mycore</groupId>
  <artifactId>application-model</artifactId>
  <version>2.0.94</version>]]></source>
  
    Anschliessend muss die Anwendung neu erstellt werden.
  </p>
  
  <p>
    <a href="http://sourceforge.net/projects/mycore/files/docportal/rc/docportal-2.0.94.zip/download"><img src="/images/download_mcr_rc20.png" alt="Link zum SF-Download" style="float:right;"/></a>
    Alternativ steht DocPortal mit dem aktuellen <a href="http://sourceforge.net/projects/mycore/files/docportal/rc/docportal-2.0.94.zip/download">Release-Candidate 2.0.94</a> zum Download zur Verfügung. Die dazugehörige Installationsanleitung finden Sie
   im <a href="site:chapter3_ug21">UserGuide</a>.
  </p>

  <h2>Changes in this version include</h2>
  <h3>New features</h3>
  <ul>
    <li>Added functionality to disable editing of a textfield and set it read-only with @disabled="true", same as for list elements.</li>
    <li>Added MCRLocalServlet to allow multi lingual javascript applications.</li>
    <li>Added two command 'list' and 'restore' to handle revision of a metadata object.</li>
    <li>Added METS editor.</li>
    <li>Added a new Toolbar-API to modify ImageViewer toolbar.</li>
    <li>
      ImageViewer uses structure information of METS-files for "chapter overview" using
      <ul>
        <li>jsTree (<a href="http://www.jstree.com/">http://www.jstree.com/</a>)</li>
        <li>fg-menu 3.0 (<a href="http://www.filamentgroup.com/lab/jquery_ipod_style_and_flyout_menus/">http://www.filamentgroup.com/lab/jquery_ipod_style_and_flyout_menus/</a>)</li>
      </ul>
    </li>
  </ul>
  
  <h3>Fixed Bugs</h3>
  <ul>
    <li>Validation fails when creating new user account (see <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=3118487&amp;group_id=92005&amp;atid=599192">3118487</a>)</li>
    <li>password of a user should always be changeable (see <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=3152882&amp;group_id=92005&amp;atid=599192">3152882</a>)</li>
    <li>MCRSessionListingServlet throws NullPointerException (see <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=3118486&amp;group_id=92005&amp;atid=599192">3118486</a>)</li>
    <li>"MCR.editor_" + type + "_directory" (see <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=3164569&amp;group_id=92005&amp;atid=599192">3164569</a>)</li>
    <li>Error while tranforming XML workflow file (see <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=3164572&amp;group_id=92005&amp;atid=599192">3164572</a>)</li>
    <li>ErrorServlet has wrong WebAppBaseURL (see <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=3118439&amp;group_id=92005&amp;atid=599192">3118439</a>)</li>
    <li>IView permalink doens't work with space characters in file (see <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=3189052&amp;group_id=92005&amp;atid=599192">3189052</a>)</li>
    <li>MCRMETSServlet (see <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=3185631&amp;group_id=92005&amp;atid=599192">3185631</a>)</li>
    <li>Sorting of a fulltext search result has no effect. (see <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=3189936&amp;group_id=92005&amp;atid=599192">3189936</a>)</li>
    <li>"ant resolve" override pom.xml (see <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=3199545&amp;group_id=92005&amp;atid=599192">3199545</a>)</li>
    <li>DocPortal does not index content of A. Hohlfeld (see <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=3204336&amp;group_id=92005&amp;atid=599192">3204336</a>)</li>
    <li>WCMS "save changes" doesn't work (see <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=3177246&amp;group_id=92005&amp;atid=599192">3177246</a>)</li>
  </ul>

  <h3>Changes</h3>
  <ul>
    <li>Moved all webcli classes in package org.mycore.webcli.</li>
    <li>Added option to initialize all hits of a lucene query: MCR.Searcher.{ID}.initializeResult=true.</li>
    <li>Enable storing of fields of type long and date, so they can be use for sorting.</li>
    <li>Adding manager class for creating, get, removing store in IFS2. MCRStore is no longer responsible for these operations.</li>
    <li>Merged mycore-useradmin and mycore-userlogin component into mycore-user moved user system related code from mycore-base to mycore-user.</li>
    <li>Separate ACL system from User system
        MCRUserMagr.login() now actually logs a (MCR) user in 
        Guest User is not physically stored in database anymore
        A default group for new users can be configured via property (defaults to "users"):
        MCR.Users.DefaultGroupName.
    </li>
  </ul> 
</body>
</document>
