mromy 2005/03/09 17:27:47 CET
Modified files: (Branch: JAHIA-4-0-BRANCH)
src/views/txt history.txt
Log:
- changelog for 4.0.6
Revision Changes Path
1.41.2.6 +83 -2 jahia/src/views/txt/history.txt
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/src/views/txt/history.txt.diff?r1=1.41.2.5&r2=1.41.2.6&f=h
Index: history.txt
===================================================================
RCS file: /cvs/jahia/src/views/txt/Attic/history.txt,v
retrieving revision 1.41.2.5
retrieving revision 1.41.2.6
diff -u -r1.41.2.5 -r1.41.2.6
--- history.txt 10 Dec 2004 14:05:31 -0000 1.41.2.5
+++ history.txt 9 Mar 2005 16:27:46 -0000 1.41.2.6
@@ -10,9 +10,90 @@
. . . i n j a h i a w e t r u s t . . .
-Jahia 4 Change Log
+Jahia 4.0 Change Log
+
+Last update: 09.03.2005
+
+
+Jahia 4.0.6
+-----------
+
+( Lines beginning with [JAHIA-#] refer to the entry number # entered in the
+ JIRA issue tracking. The full list of issues solved can be found here :
+
http://www.jahia.org/jira/secure/ReleaseNote.jspa?projectId=10000&styleName=Html&version=10021
+ More details on each issue can also be directly accessed by using this
kind of url :
+ http://www.jahia.org/jira/browse/JAHIA-# , where # is the issue number. )
+
+
+Bugfixes, refactorings and other enhancements:
+
+- Fix for JAHIA-247 : Logs routed to browser
+ Problems should no longer arrise when exiting the "logs" tags in the
template edit popup.
+- Fix for JAHIA-273 : Sort virtual site list and sort language list
+ Fixed virtual site lists to be sorted by site title
+ Fixed language lists to be sorted by display name in current navigation
language
+ Fixed language name display in administration to always use the current
navigation language
+- Fix for JAHIA-268 : jParams.setCacheExpirationDate & Delay cannot really
deactivate page cache
+ Setting a past date in the jParams.setCacheExpirationDate or using
setCacheExpirationDelay(0) will now prevent the page from being cached.
+- Fix for JAHIA-266 : JahiaUser.getSiteID must not be used on LDAP users, or
maybe even completely removed from interface
+ JahiaLDAPUser.getSiteID() now returns -1
+ Modified ACL getPermission so that we try as much as possible to use the
siteID from the ParamBean (although this still isn't 100% correct, the site ID
should come from the object being tested)
+ Added code in administration so that we put the AdminParamBean in the
ThreadLocal object.
+- Fix for JAHIA-245 : Site administrators no longer have all permissions on
content from other sites.
+- Modify category bean to test if the container categorized really exist and
+ avoid adding non existing container to list of found container
+- Bugfix : allow changing the title back to the active title, which was not
possible before.
+- Fixed german character output
+- With IE, there is an exception when selecting a table and deleting it.
+
+Database
+- Fixed Compatibility with MySQL 4.1
+ Fixed schema to be compatible
+ Upgraded driver to lastest stable release.
+- Updated Postgres drivers to latest stable release
+
+LDAP
+- Added groups.ldap.preload attribute to avoid preloading of all users in a
group
+- Fixed ldap user search on single attribute
+- Fixed dynamic ldap groups with multiple objectClass
+- Removed virtual site integrity test for ldap users
+- Fixed referral attribute, changed user search filters
+- Put group keys instead of objects in getUserMembership for dynamic ldap
groups
+- Fixed bad class cast in ldap provider
+- Added support for ldap dynamic groups
+
+WebDAV
+- Fixed office/slide issue when accessing a private file
+- Fixed bug with webdav permissions
+- Bugfixes on webdav security and permissions / bad mapping for guest and
users groups / added rights button for shared folder
+
+Installation and Environment (J2EE; DB; OS;...)
+- Add a test for weblogic support
+- fix for SunOne server
+
+Cache
+- Modifiy the cache to invalidate cache by workflow state also and not
flushing all sate of page when editing it
+- Add queing for delivering page to ensure we truly build different page
(pageid,mode or user different)
+- Add a long delayFromNow to ensure that when we set a delay for expiration
date it's a true delay
+
+Search engine and filters
+- Added powerpoint and Excel file extractor
+- Fixed search relevance
+- fix search relevance
+- Enabling not equals, not null, is null comparison in containers filters
+
+WYSIWYG Editors - Tidy - Neko
+- refactoring html parser service so that we can plug different parser
implementation
+- provide early Neko implementation for testing
+- fix form encoding < , >
+
+Templates
+- Added a comparator in category to order categorized pages by title
+- Added 'shortcut' picto for remote and linked pages in corporate templates
navigation menus
+
+Administration
+- Fix for license key validity date
-Last update: 10.12.2004
Jahia 4.0.5
-----------