Author: dsaulnier
Date: Tue Oct 9 16:03:35 2007
New Revision: 18799
URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D18799&repname=
=3Djahia
Log:
Change log 502 to 503 (end at commit 18795)
Added:
branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/html/startup/changelog_5.0=
.3.html
Added: branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/html/startup/changelog_=
5.0.3.html
URL: https://svndev.jahia.net/websvn/filedetails.php?path=3D/branches/JAHIA=
-5-0-SP-BRANCH/core/src/webapp/html/startup/changelog_5.0.3.html&rev=3D1879=
9&repname=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/html/startup/changelog_5.0=
.3.html (added)
+++ branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/html/startup/changelog_5.0=
.3.html Tue Oct 9 16:03:35 2007
@@ -0,0 +1,462 @@
+<?xml version=3D"1.0" encoding=3D"iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns=3D"http://www.w3.org/1999/xhtml">
+<head>
+<title> Changelog 5.0.2 to Jahia 5.0.3</title>
+<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859=
-1" />
+<style type=3D"text/css">
+<!--
+BODY { margin : 0px;
+ background-color : #999999;
+ color : #000000;
+ font-size : 10px;
+ font-family : Verdana, Arial, Helvetica,=
sans-serif;
+ }
+DIV.main { background-color : #FFFFFF;
+ width : 1118px;
+ display : block;
+ }
+A { text-decoration : none;
+ color : #006699;
+ }
+A:hover { text-decoration : underline;}
+DIV.header { background-color : #FFFFFF;
+ border-bottom : 4px solid #E7E7E7;
+ width : 1118px;
+ }
+ul {
+ list-style-position: outside;
+
+}
+DIV.header SPAN { border-bottom : 15px solid #006699;
+ display : block;
+ }
+H1 {
+ font-family : Arial, Helvetica, sans-serif;
+ font-size : 24px;
+ color : #666666;
+ font-variant: normal;
+ }
+H2 { font-family : Arial, Helvetica, sans-ser=
if;
+ font-size : 14px;
+ color : #999999;
+ }
+h3 {
+ font-size: 12px;
+ font-family: Arial, Helvetica, sans-serif;
+ font-weight: bold;
+}
+h4 {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ font-weight: normal;
+}
+DIV.box { width : 200px;
+ color : #666666;
+ font-family : Arial, Helvetica, sans-ser=
if;
+ float : left;
+ margin : 10px;
+ }
+DIV.box .title { color : #ffffff;
+ background-color : #006699;
+ padding : 2px 5px 2px 5px;
+ white-space : nowrap;
+ display : block;
+ }
+DIV.box .content { border-left : 1px solid #A8A8A8;
+ border-right : 1px solid #A8A8A8;
+ border-bottom : 1px solid #A8A8A8;
+ padding : 5px;
+ margin-bottom : 10px;
+ background-color : #E7E7E7;
+ }
+DIV.box .content UL { list-style : none;
+ margin : 0px;
+ padding : 0px;
+ }
+DIV.box .content LI { display : inline;
+ margin : 0px;
+ padding : 0px;
+ }
+DIV.box .content LI A { display : block;
+ font-weight : bold;
+ padding-top : 5px;
+ }
+DIV.box .content LI STRONG { display : block;
+ font-weight : bold;
+ padding-top : 5px;
+ font-size : 12px;
+ }
+DIV.maincontent {
+ width : 840px;
+ padding : 0 10px 0 10px;
+ background-color : #FFFFFF;
+ float : left;
+ margin-top : 10px;
+ }
+DIV.footer { border-top : 4px solid #006699;
+ padding : 10px 0 10px 0;
+ display : block;
+ text-align : center;
+ background-color : #FFFFFF;
+ width : 1118px;
+ clear : both;
+ }
+.code {
+ font-family : "Courier New", Courier, mono;
+ font-size : 11px;
+ }
+span.red { color : #B42C29; }
+.main .maincontent ol li {
+ padding-bottom: 0.5em;
+ padding-top: 0.5em;
+}
+-->
+</style>
+<script type=3D"text/javascript">
+<!--
+var current_view =3D 2; // 0 for quick, 1 for std, 2 for advanced
+var log_entries_innerHTML;
+var log_entries_node;
+
+function init()
+{
+ log_entries_node =3D getElementsByName_IE_fix("log_entries", "div")[0];
+ log_entries_innerHTML =3D log_entries_node.innerHTML;
+ display_quickview(); // Choose here init view
+}
+function remove_nodes(level, type)
+{
+ var nodes =3D getElementsByName_IE_fix(level, type);
+ for (var i=3D0; i < nodes.length; i++)
+ {
+ var current_node =3D nodes[i];
+ var parent_node =3D current_node.parentNode;
+ parent_node.removeChild(current_node);
+ }
+}
+function remove_sections(level)
+{
+ remove_nodes(level, "ul");
+ remove_nodes(level, "li");
+}
+function restore_all_sections()
+{
+ log_entries_node.innerHTML =3D log_entries_innerHTML; =
+}
+function getElementsByName_IE_fix(name, tag)
+{
+ var elements =3D document.getElementsByTagName(tag);
+ var result =3D new Array();
+ for(var i=3D0, j=3D0; i < elements.length; i++)
+ {
+ var element_name =3D elements[i].getAttribute("name");
+ if (element_name =3D=3D name)
+ result[j++] =3D elements[i];
+ }
+ =
+ return result;
+}
+
+function display_quickview() {
+ if (current_view =3D=3D 0)
+ return;
+ =
+ if (current_view =3D=3D 2)
+ display_stdview();
+ =
+ remove_sections("stdview_section")
+ =
+ current_view =3D 0;
+}
+function display_stdview() {
+ if (current_view =3D=3D 1)
+ return;
+ =
+ if (current_view =3D=3D 0)
+ restore_all_sections();
+ =
+ remove_sections("advview_section");
+ =
+ current_view =3D 1;
+}
+function display_advview() {
+ if (current_view =3D=3D 2)
+ return;
+ =
+ restore_all_sections();
+ current_view =3D 2;
+}
+//-->
+</script>
+</head>
+
+<body onLoad=3D"init()">
+<div class=3D"header">
+ <span><img src=3D"images/jahia_logo.gif" width=3D"175" height=3D"57" a=
lt=3D""/></span>
+</div>
+<div class=3D"main">
+ <div class=3D"box">
+ <div class=3D"title">Infos</div>
+ <div class=3D"content">
+ <a href=3D"http://www.jahia.org" class=3D"bold">Official Jahia=
Web Site.</a><br/>
+ Access to the <a href=3D"http://www.jahia.net/cvs">complete so=
urce code</a>, the
+ <a href=3D"http://www.jahia.net/jira/">bug tracking system</a>=
, the
+ <a href=3D"http://www.mail-archive.com/[EMAIL PROTECTED]/">de=
velopment mailing lists</a>, the
+ <a href=3D"http://www.jahia.org/doc">software documentation</a=
> and much more. <br/>
+ <br/>
+ For more information on the Jahia software, please refer to th=
e following documentation :
+ <ul id=3D"doc">
+ <li><a href=3D"jahia5mainfeatures.html">Jahia 5 main featu=
res</a></li>
+ <li><a href=3D"readme.html">Readme 5.0.2</a></li>
+ <li><a href=3D"changelog_5.0.2.html" target=3D"_blank">Cha=
nge log between 5.0.1 and 5.0.2</a></li>
+ <li><a href=3D"howtoinstall.html">How to install</a></li>
+ <li><a href=3D"howtoupgrade502.html">How to upgrade to Jah=
ia 5.0.2</a></li>
+ <li><a href=3D"howto_cluster.html">Clustering howto guide<=
/a></li>
+ <li><a href=3D"howto_esi.html">ESI server howto guide</a><=
/li>
+ <li><a href=3D"howto_monitoring.html">Monitoring howto gui=
de</a></li>
+ <li><a href=3D"howto_change_jahia_Jahia.html">Changing jah=
ia/Jahia guide</a></li>
+ <li><a href=3D"http://www.jahia.org/pricing">Pricing</a></=
li>
+
+ </ul>
+ </div>
+ <div class=3D"title">Partners</div>
+ <div class=3D"content">
+ If you need expertise to implement a Jahia project or for any =
other questions, you can contact one of the
+ Jahia partners that you can find at <a href=3D"http://www.jahi=
a.org/integrators">http://www.jahia.org/integrators</a>.
+ <br/>
+ <br/>
+ If you would like to become a Jahia partner, please read
+ <a href=3D"http://www.jahia.org/jahia/page188.html" target=3D"=
_blank">this page</a> to learn more about
+ partnering with Jahia Ltd. Becoming a Jahia partner is complet=
ely free.
+ </p>
+ </div>
+ </div>
+ <div class=3D"maincontent" style=3D"padding-left:10px;">
+
+<h1>
+ Changelog 5.0.2 to Jahia 5.0.3
+</h1>
+<a href=3D"#" onClick=3D"display_quickview()">Quick view</a>
+<a href=3D"#" onClick=3D"display_stdview()">Standard view</a>
+<a href=3D"#" onClick=3D"display_advview()">Advanced view</a>
+<BR><BR>
+
+This document is a summarization of the changes between Jahia 5.0 SP1 and =
Jahia 5.0 SP2. You can also consult the <a href=3D"changelog_5.0.2_svn_base=
d.html">
+ exhaustive list of svn commits since Jahia 5.0 SP1 release</a> or the
lis=
t of Jira entries fixed for Jahia 5.0 SP2:
+ <ul>
+ <li> <a
href=3D"http://www.jahia.net/jira/secure/ReleaseNote.jspa?ve=
rsion=3D10140&styleName=3DHtml&projectId=3D10000">Jahia Content Management =
Server</a><br></li>
+ <li> <a
href=3D"http://www.jahia.net/jira/secure/ReleaseNote.jspa?ve=
rsion=3D10155&styleName=3DHtml&projectId=3D10037">Jahia Document Management=
Server</a><br></li>
+ <li> <a
href=3D"http://www.jahia.net/jira/secure/ReleaseNote.jspa?ve=
rsion=3D10162&styleName=3DHtml&projectId=3D10035">Jahia Corporate Portal Se=
rver</a><br></li>
+ <li> <a
href=3D"http://www.jahia.net/jira/secure/ReleaseNote.jspa?ve=
rsion=3D10157&styleName=3DHtml&projectId=3D10038">Jahia Search and Indexati=
on Server</a><br></li>
+ <li> <a
href=3D"http://www.jahia.net/jira/secure/ReleaseNote.jspa?ve=
rsion=3D10160&styleName=3DHtml&projectId=3D10010">Jahia Cache Server (ESI)<=
/a><br></li>
+ <li> <a
href=3D"http://www.jahia.net/jira/secure/ReleaseNote.jspa?ve=
rsion=3D10165&styleName=3DHtml&projectId=3D10039">Jahia Default Set of Temp=
lates</a><br></li>
+</ul>
+
+<div name=3D"log_entries" title=3D"">
+<BR><BR>
+<BR><BR>
+<B>Jahia Content Repository / Performance</B><BR>
+**************************************************************************=
**<BR>
+<ul>
+ <li>Major performance improvements<br></li>
+ <ul name=3D"stdview_section">
+ <li>Jahia back end improvements<br></li>
+ <ul name=3D"advview_section">
+ <li>Acl optimization : do not request jahia_acl_entries
if it's empty<b=
r></li>
+ <li>Acl refactoring : do not create acls on each
object, only when an e=
ntry is inserted<br></li>
+ <li>Acl remapped, removed useless relation<br></li>
+ <li>Do not create acl if it's not modified<br></li>
+ <li>Optimized acl lookup for field creation<br></li>
+ <li>Optimized creation of fields, fields are now
created in one step on=
ly<br></li>
+ <li>Optimized container list creation by getting siteId
as parameter<br=
></li>
+ <li>Optimized container and containerlist
validation<br></li>
+ <li>Optimized workflow mainobject lookup<br></li>
+ <li>Minimized number of redundant metadata
updates<br></li>
+ <li>Removed unused attribute from
jahia_fields_data<br></li>
+ <li>Cleaned up and optimized jahia_fields_data<br></li>
+ <li>Optimized ObjectKey type instances<br></li>
+ <li>Avoid checking of container declaration in live
mode, to improve pe=
rformance in live browsing<br></li>
+ <li>Optimized isVersioningEnabled<br></li>
+ <li>Improved metadata load<br></li>
+ <li>No more resave properties when changing
state<br></li>
+ <li>Get absolute field and container cross refs in one
pass only<br></l=
i>
+ <li>No more check write access for browsing
categories<br></li>
+ <li>Avoid requesting field definitions with container
definition names<=
br></li>
+ </ul>
+ <li>Jahia configuration improvements<br></li>
+ <ul name=3D"advview_section">
+ <li>Changed Lucene default parameters to improve
indexation speed<br></=
li>
+ <li>Added configurable maximum load, beyond which
requests are rejected=
and users are displayed a "Service temporarily unavailable" message<br></l=
i>
+ </ul>
+ <li>Database improvements<br></li>
+ <ul name=3D"advview_section">
+ <li>Precalculate workflow states in database<br></li>
+ <li>Added some database indexes<br></li>
+ <li>Refactored and optimized some jahia_links database
access methods<b=
r></li>
+ </ul>
+ </ul>
+ <li name=3D"stdview_section">Back end framework improvements<br></li>
+ <ul name=3D"advview_section">
+ <li>Added a method to get all staging objects<br></li>
+ </ul>
+ <li name=3D"stdview_section">Fixed bug that made edition engine close
whe=
n flushing logs [WCM??]<br></li>
+ <li name=3D"stdview_section">Cache limits configuration removed from
jahi=
a.properties as it is not used anymore<br></li>
+ <li name=3D"stdview_section">Multiline Smalltext fields can now be
enable=
d with the field definition property JahiaFieldDefinitionProperties.FIELD_M=
ULTILINE_SMALLTEXT_PROP<br></li>
+ <li name=3D"advview_section">Statement fixed for deleting all fields of
t=
he site<br></li>
+ <li name=3D"advview_section">Fixed jahialink for categories<br></li>
+ <li name=3D"advview_section">Fixed containerlist rights update<br></li>
+ <li name=3D"advview_section">Removed no more used relationship to
JahiaSi=
te from JahiaPagesData, JahiaFieldsData and JahiaObject<br></li>
+ <li name=3D"advview_section">Fixed bug in
JahiaGroupDAO::removeProperty()=
method<br></li>
+ <li name=3D"advview_section">Allow JEXL for defaulting date fields and
us=
e thread-safe FastDateFormatter<br></li>
+ <li name=3D"advview_section">Versioning: fixed ACL infinite loop when
res=
toring ContentPage<br></li>
+</ul>
+<BR><BR>
+<B>Web Content Management Server</B><BR>
+**************************************************************************=
**<BR>
+<ul>
+ <li>Added recurrent rules to time-based publishing - Courtesy of
Vodafone=
(See End User Guide for more details)<br></li>
+ <li>Display now an icon next to the action menu when an ACL on a
content =
object is different from the one of its parent<br></li>
+ <li>Display now time based publishing status icon on Page select engine
-=
Courtesy of Minefi<br></li>
+ <li>Display now time based publishing status icon for link page as well
-=
Courtesy of Minefi<br></li>
+ <li>Display now time based publishing status icon in Edit Mode
(different=
icon if currently published or not) - Courtesy of Minefi<br></li>
+ <li name=3D"stdview_section">Fixed bug which prevented from adding
horizo=
ntal row in FCK Editor with IE6<br></li>
+ <li name=3D"advview_section">Page field: Acl was not inherited
correctly,=
when using the static create method<br></li>
+ <li name=3D"stdview_section">Fixed bug which prevented closing engine
whe=
n using "<strong>" HTML tag in BigText field<br></li>
+ <li name=3D"advview_section">Time based publishing: fixed isSame
method, =
do not create empty retention rule every time an engine is opened<br></li>
+ <li name=3D"stdview_section">Edition engines / copy field value in all
la=
nguages: replaced the checkbox by a more understandable clickable icon<br><=
/li>
+ <li name=3D"stdview_section">Cron: correctly display error
messages<br></=
li>
+ <li name=3D"stdview_section">Redesigned rights management
engine<br></li>
+ <li name=3D"advview_section">Removed wrong form tag which breaked html
la=
yout i edition engines under IE7<br></li>
+ <li name=3D"stdview_section">Category edition in Edition Engines:
autoful=
fill list when searching by key is now sorted by ascending order<br></li>
+ <li name=3D"stdview_section">Fixed bug that prevented from navigating
sit=
e in preview or compare mode<br></li>
+ <li name=3D"advview_section">Refactored "Share between all languages"
fun=
ctionality in edition engines<br></li>
+ <li name=3D"stdview_section">Added more features to link CSS files and
th=
e styles-XML file to the editor based on the context<br></li>
+ <li name=3D"stdview_section">Redisigned "work in progress"
window<br></li>
+ <li name=3D"stdview_section">Versioning: fixed date loss when sorting
rev=
isions<br></li>
+ <li name=3D"stdview_section">Improved virtual site deletion<br></li>
+ <li name=3D"stdview_section">Improved chat feature<br></li>
+</ul>
+<BR><BR>
+<B>Document Management Server</B><BR>
+**************************************************************************=
**<BR>
+<ul>
+ <li>Updated Slide librairy to SLIDE-386476 SNAPSHOT<br></li>
+ <li name=3D"stdview_section">Display correct error message when moving
fo=
lder that contains locked files<br></li>
+ <li name=3D"stdview_section">Display acl warning for
directories<br></li>
+ <li name=3D"stdview_section">Corrected a problem when uploading a file
wi=
th Internet Explorer on a Jahia server running under Linux or Solaris<br></=
li>
+</ul>
+<BR><BR>
+<B>Indexation & Search Server</B><BR>
+**************************************************************************=
**<BR>
+<ul>
+ <li>Added support for an optimized Single indexing server mode<br></li>
+ <li>Fixed search with a number in critereas<br></li>
+ <li>Enabled categories search with slide<br></li>
+ <li>Added support for delayed indexation for Jahia content and File
Field=
using Indexation Rules<br></li>
+ <ul name=3D"stdview_section">
+ <li>Rules are customizable by Content Type through XML
configuration fil=
es<br></li>
+ </ul>
+ <li>Allow aborting or putting in pause a full site re-indexation
job<br><=
/li>
+</ul>
+<BR><BR>
+<B>Business Processing Server</B><BR>
+**************************************************************************=
**<BR>
+<ul>
+ <li>Added information messsages about workflow errors in workflow
engine<=
br></li>
+ <li>Fixed a workflow error causing 'missing' pages<br></li>
+ <ul name=3D"advview_section">
+ <li>Prevented NPE<br></li>
+ </ul>
+ <li>Added "Publish all" and "Notify all" features - Courtesy of
Vodafone =
(See End User Guide for more details)<br></li>
+ <li name=3D"stdview_section">No more allow publication for NStep
workflow=
s for admins when clicking on notify<br></li>
+ <li name=3D"stdview_section">Fixed bug which prevented from validating
pa=
ge when user has no right to validate mother page<br></li>
+ <li>Added N-step Workflow enhancements - Courtesy of Minefi (See End
User=
Guide for more details)<br></li>
+ <ul name=3D"stdview_section">
+ <li>Enable to perform quick modifications before validation in
N-Step wo=
rkflow mode<br></li>
+ <li>Added suport for displaying special object workflow state
icons (wit=
h a number, indicating next workflow step)<br></li>
+ </ul>
+</ul>
+<BR><BR>
+<B>Portal Server</B><BR>
+**************************************************************************=
**<BR>
+<ul>
+</ul>
+<BR><BR>
+<B>Collaboration Suite / Portlets</B><BR>
+**************************************************************************=
**<BR>
+<ul>
+ <li>Improved Timesheet application<br></li>
+</ul>
+<BR><BR>
+<B>Templates</B><BR>
+**************************************************************************=
**<BR>
+<ul>
+</ul>
+<BR><BR>
+<B>Cluster / ESI / Cache Proxy</B><BR>
+**************************************************************************=
**<BR>
+<ul>
+ <li>Implemented EHCache (See Performance Guide for more
details)<br></li>
+ <ul name=3D"stdview_section">
+ <li>Made Jahia cache objects serializable<br></li>
+ </ul>
+ <li>Stability fixes<br></li>
+ <ul name=3D"advview_section">
+ <li>Correctly calculate the size in bytes of the invalidation
message<br=
></li>
+ <li>Avoid NPE when cache is flushed<br></li>
+ <li>Send ESI flush event when changing ACL on a file from the
filemanage=
r<br></li>
+ <li>Rolled back to Oswego concurrent package<br></li>
+ </ul>
+ <li name=3D"advview_section">ESI is now runned without
aspectwerkz<br></l=
i>
+ <li name=3D"stdview_section">ESI: Reuse prefetched generation for
fragmen=
ts to highly increase performance<br></li>
+ <li name=3D"stdview_section">ESI: Make container fragment absolute as
the=
y are in Jahia<br></li>
+ <li name=3D"advview_section">The Jboss cache instance for ESI is now
conf=
igured in esi-local-cache.xml<br></li>
+ <li name=3D"advview_section">In ESI server the data.xml is now back to
no=
t caching edit/preview/compare mode (defined in passthrough rules)<br></li>
+ <li name=3D"advview_section">Now the expiration of content will only
happ=
en from expiration time (can be changed in jahia.properties)<br></li>
+ <li name=3D"stdview_section">Flush all pages that reference container
lis=
t, if import service adds a container in list<br></li>
+ <li>Added read only mode to define dedicated browsing cluster
nodes<br></=
li>
+</ul>
+<BR><BR>
+<B>Administration Center / Migration</B><BR>
+**************************************************************************=
**<BR>
+<ul>
+ <li>Added Password Policy Service - Courtesy of Vodafone (See End User
Gu=
ide for more details)<br></li>
+ <li>Improved Import/Export service<br></li>
+ <ul name=3D"stdview_section">
+ <li>Added import selection screen: allows sitekey, name, and
template se=
t modification before import<br></li>
+ <li>Added an error message when import file is in incorrect
format<br></=
li>
+ <li>No more reset last modification and contributor dates (keep
before m=
igration values)<br></li>
+ <li>Server permissions are now exported/imported<br></li>
+ <li name=3D"advview_section">Optimized metadata import<br></li>
+ <li name=3D"advview_section">Preload page after creation, in
order to cr=
eate all necessary definitions / containerlist<br></li>
+ <li name=3D"advview_section">No more set automatic sort handler
when not=
needed<br></li>
+ <li name=3D"advview_section">No more set last imported site as
default s=
ite<br></li>
+ </ul> =
+ <li>Improved import results for easier results analisys<br></li>
+ <ul name=3D"stdview_section">
+ <li>Introduced import results in process display screen, linked
to finis=
hed import process<br></li>
+ <li>Added pid mapping informations in import results, providing
each imp=
orted page pids, in exported and imported sites<br></li>
+ <li>Made logs more readable<br></li>
+ </ul>
+ <li>Added new role in administration center on possibility to
immediately=
execute a cron job<br></li>
+ <li>Added settings for enabling / disabling display of ACL difference
ico=
n [ADMIN or Jahia.properties? xav 18017]<br></li>
+ <li>Added automatic scripts applier for minor migrations
purpose<br></li>
+ <li name=3D"stdview_section">Improved mail notifications<br></li>
+</ul>
+<BR><BR>
+<B>Documentation / Internationalization</B><BR>
+**************************************************************************=
**<BR>
+<ul>
+</ul>
+
+</div>
+
+<BR><BR>
+ </div>
+ <div class=3D"footer">
+ Copyright 2007, <a href=3D"http://www.jahia.org">Jahia Ltd</a> - A=
ll rights reserved
+ </div>
+</div>
+</body>
+</html>
_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list