mromy 2005/11/11 11:10:58 CET
Modified files: (Branch: JAHIA-4-1-BRANCH)
src/views/html/startup readme.html
Log:
- updated readme for 4.1.1
Revision Changes Path
1.68.2.7.2.10 +44 -82 jahia/src/views/html/startup/readme.html
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/src/views/html/startup/readme.html.diff?r1=1.68.2.7.2.9&r2=1.68.2.7.2.10&f=h
Index: readme.html
===================================================================
RCS file: /cvs/jahia/src/views/html/startup/Attic/readme.html,v
retrieving revision 1.68.2.7.2.9
retrieving revision 1.68.2.7.2.10
diff -u -r1.68.2.7.2.9 -r1.68.2.7.2.10
--- readme.html 2 Jun 2005 12:17:17 -0000 1.68.2.7.2.9
+++ readme.html 11 Nov 2005 10:10:57 -0000 1.68.2.7.2.10
@@ -145,15 +145,15 @@
<div class="content">
<a href="http://www.jahia.org" class="bold">Official Jahia Web
Site.</a><br/>
Access to the <a href="http://www.jahia.org/cvs">complete source
code</a>, the
- <a href="http://www.jahia.org/jira/">bug tracking system</a>, the
- <a href="http://list.jahia.org">development mailing lists</a>,
the
- <a href="http://www.jahia.org/doc">software documentation</a>
and much more. <br/>
+ <a href="http://www.jahia.net/jira/">bug tracking system</a>, the
+ <a href="http://www.jahia.net/jahia/page561.html">development
mailing lists</a>, the
+ <a href="http://www.jahia.net/jahia/page562.html">software
documentation</a> and much more. <br/>
<br/>
For more information on the Jahia software, please refer to the
following documentation :
<ul id="doc">
<li><a href="howtoinstall.html">How to install</a></li>
- <li><a href="../../txt/history.txt">Jahia 4.1.0_01 Change
Log</a></li>
- <li><a href="http://www.jahia.org/faq">Technical FAQ</a></li>
+ <li><a href="../../txt/history.txt">Jahia 4.1.1 Change
Log</a></li>
+ <li><a
href="http://www.jahia.net/jahia/page589.html">Technical FAQ</a></li>
<li><a href="bloginstall.html">Weblog client
install</a></li>
</ul>
</div>
@@ -170,107 +170,69 @@
</div>
</div>
<div class="maincontent">
- <h1>Jahia 4.1.0_01 README file</h1>
+ <h1>Jahia 4.1.1 README file</h1>
<br />
Please read this README carefully to learn about the new features
present in
this release. </p>
<h2>Table of content:</h2>
<p>
- - <a href="#1">Status of this maintenance release</a><br />
- - <a href="#2">New Features in 4.1</a><br />
- - <a href="#6">How can I upgrade from a Jahia 4.0.6 / 4.1 to this
new release ?</a><br />
+ - <a href="#1">Status of this release</a><br />
+ - <a href="#2">New Features in 4.1.1</a><br />
+ - <a href="#6">How can I upgrade from a Jahia 4.1.0 to this new
release ?</a><br />
- <a href="#7">Installation Issues</a><br/>
- <a href="#9">Taglibs documentation generation</a>
</p>
<br/>
- <h2><a name="1" id="1"></a>Status of this maintenance release</h2>
- <p>
- Jahia 4.1.0_01 is a maintenance release that fixes a few bugs
discovered after the
- launch of Jahia 4.1, namely :<br/>
- <br/>
- <ul type="square">
- <li> WebDAV bugs which prevents from setting rights on some
directory, as well as
- problem to connect to the WebDAV repository with WebFolders
or any WebDAV client.</li>
- <li> Lucene indexation bugs have been corrected and general
indexation speed and memory
- usage has been improved.</li>
- <li> Problems with the blog template when using Oracle database
has been fixed.</li>
- <li> Problems with the datasources when using Oracle database
has been fixed.</li>
- <li> Problem in ConnectionDispenser has been fixed.</li>
- </ul>
- You can check the <a href="../../txt/history.txt">changelog</a> to
have more details about the fixes that have been made in Jahia 4.1.0_01.
- </p>
+ <h2><a name="1" id="1"></a>Status</h2>
+ This release mainly improve features like file management and
clustering, as well as fixes a few bugs.
+ We also implement support for Single Sign-On (SSO) methods with
+ <a href="https://clearinghouse.ja-sig.org/wiki/display/CAS/Home"
target="_blank">CAS</a>
+ library to offer SSO between different Java applications, and with
+ <a href="http://jcifs.samba.org/src/docs/ntlmhttpauth.html"
target="_blank">JCIFS</a> library for
+ NTLM authentication.
+
<br/><br/>
- <h2><a name="2" id="2"></a>New features in 4.1</h2>
+ <h2><a name="2" id="2"></a>New features/improvements in 4.1.1</h2>
<p>
- The most important changes in this new release include the migration
- to <a href="http://jakarta.apache.org/slide/" target="_blank">Apache
Slide</a> 2.2
- for the file repository.
- <br/>
- A validation framework (based on the <a
- href="http://struts.apache.org/userGuide/dev_validator.html">Apache
Struts
- Validator Framework</a>) has also been added which allows you to
implement validation
- tests in the Jahia engines (mandatory fields, field restricted to 20
characters, etc), a
- partial search refactoring (will be finalized in Jahia 4.5) which
now indexes
- Office files properties and some new SOAP interfaces in order to be
able to run
- the Senseï Business Processing Server.<br/>
- Blog APIs that support various
- blog clients have also been added as well as a blog template.<br />
- <br />
-
- Of course all the bug fixes included in Jahia 4.0.6 are also present
in this
- edition.<br /> You can check the changelog of Jahia 4.0.6 to view a
list of all
- the modifications that have been commited in the 4.0.6 as they are
also included
- in the 4.1. <br />
- <br />
- <br />
- </p> <ul type="square">
- <li><b>Apache Slide 2.2 update</b><br/>
- Jahia 4.1 now uses Apache Slide 2.1 as file repository. You
can check the
- <a href="http://jakarta.apache.org/slide/"
target="_blank">Apache Slide</a> page for more information on
- what has changed<br/>
+ <ul type="square">
+ <li><b>Slide Improvement</b><br/>
+ <a
href="http://www.webdav.org/bind/" target="_blank">Webdav bindings</a>
+ are now
supported to allow quicker operations like move or copy of files/directories.
+ <br/>
<br/>
-
- </li>
- <li><strong>Weblogs</strong><br/>
- Jahia now implements the <a target="_blank"
-
href="http://xmlrpc.free-conversant.com/docs/bloggerAPI">Blogger API</a>,
- the <a target="_blank"
href="http://www.xmlrpc.com/metaWeblogApi">MetaWeblog API</a>
- and the <a target="_blank"
href="http://www.sixapart.com/movabletype/docs/mtmanual_programmatic.html">MovableType
API</a>,
- so you can choose any blog client application
compatible with at least 1 of these 3 APIs to post to your Jahia weblog.
Templates have naturally also been developped in order to support this new
feature.
- Information about how you are suppose to
configure your client application can be found <a
href="bloginstall.html">here</a>.<br/>
- </li>
- <li><b>Struts Validation Framework</b> (courtesy of Benjamin
Papez - <a href="http://www.commaro.com">Commaro GmbH</a>)<br/>
- Jahia now supports the Struts
- Validation Framework. This allows the template developer to
test fields in
- the Jahia engines forms (e.g. mandatory fields, field limited
to 4
- characters, etc). Some usage examples are available in the <a
href="http://www.jahia.org/templatedoc">template developer guide</a>
- .<br/>
+ <li><b>Authentication</b><br/>
+ 2 new
librairies have been implemented to offer Single Sign-On (SSO) :
+ <a
href="https://clearinghouse.ja-sig.org/wiki/display/CAS/Home"
target="_blank">CAS</a>
+ allows SSO for
all applications (including Jahia) running on the same server.
+ <a
href="http://jcifs.samba.org/src/docs/ntlmhttpauth.html"
target="_blank">JCIFS</a>
+ offers NTLM
HTTP authentification, so users logged to a windows domain can automatically be
logged to
+ Jahia.
+ <br/>
+ <br/>
+ <li><b>Clustering</b><br/>
+ Corrections
have been made to improve clustering feature.
+ <br/>
<br/>
-
</li>
- <li><b>Indexing Files properties</b><br/>
- Jahia 4.1 now also indexes Office and PDF files
- properties. An advanced search view with some other major
search refactorings will be included in Jahia 4.5.<br/>
+ <li><b>Code cleanup</b><br/>
+ Code cleanup
has been made (thanks to Julian Osman from NetReturn) to remove warning
messages during
+ compilation and
to support compilation of Jahia with JDK 1.5.
+ <br/>
<br/>
-
</li>
</ul>
<br/>
+ Please check the complete <a href="../../txt/history.txt">change
Log</a>
+ to view a complete list of all the modifications. <br/>
+ <br/>
<h2><a name="6" id="6"></a>How can I upgrade from a Jahia 4.0.6 /
4.1 to this new version ?
</h2>
<p>An automatic migration is provided and can be downloaded from the
Jahia website. Please download
- the Jahia Update tool to proceed with the upgrade. Thus upgrade
tool will allow to upgrade either from
- Jahia 4.0.6 OR Jahia 4.1 to this release. Read
<strong>carefully</strong> the README provided with
+ the Jahia Update tool to proceed with the upgrade. This upgrade
tool will allow to upgrade either from
+ Jahia 4.1.0 OR Jahia 4.1.0_01 to this release. Read
<strong>carefully</strong> the README provided with
the update tool and make sure you do a full backup of all your
current Jahia
environment (file system + database).<br/><br/>
- As the file repository is migrated from Apache Slide
1.x to Slide 2.2 (if migrating from Jahia 4.0.6), we
- <strong>strongly</strong> suggest that you check
extensively after the migration that there is no unexpected
- behaviour with the files that were migrated.
</p>
-
-
-
- <br/>
<h2><a name="7" id="7"></a>Installation Issues </h2>
<p><b>Make sure you don't use any white spaces in the path name
when installing Jahia.</b><br />