pvollenweider    2005/04/29 13:58:51 CEST

  Modified files:        (Branch: JAHIA-4-0-BRANCH)
    src/views/txt        history.txt 
  Log:
  80 chars width
  
  Revision  Changes    Path
  1.41.2.9  +54 -38    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.8&r2=1.41.2.9&f=h
  
  
  
  Index: history.txt
  ===================================================================
  RCS file: /home/cvs/repository/jahia/src/views/txt/Attic/history.txt,v
  retrieving revision 1.41.2.8
  retrieving revision 1.41.2.9
  diff -u -r1.41.2.8 -r1.41.2.9
  --- history.txt       25 Apr 2005 08:04:16 -0000      1.41.2.8
  +++ history.txt       29 Apr 2005 11:58:50 -0000      1.41.2.9
  @@ -21,40 +21,49 @@
   ( 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. )
  +  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.
  +    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
  +    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 
 
  +  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.
  +- 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.
   - Fix bug in page URL key verification that prevented us from removing them
  -- Contribution by Intellogix : new checks on validity of page URL keys 
  +- Contribution by Intellogix : new checks on validity of page URL keys
     Non basic ASCII characters are forbidden
   - Add spanish resources
  -- Performance issue with Beans Objects: avoid to fully  load container list 
if not needed. 
  -  JahiaContainerService.loadContainerList(...) should be used instead of 
directly call 
  -  ContainerFactory.fullyLoadContainerList(...)
  +- Performance issue with Beans Objects: avoid to fully  load container list 
if
  +  not needed.
  +  JahiaContainerService.loadContainerList(...) should be used instead of
  +  directly call ContainerFactory.fullyLoadContainerList(...)
   - Backported content activation event from 4.5
   
   
  @@ -82,26 +91,27 @@
   - Added reconnection on "NoInitialContextException"
   - JAHIA-277 : LDAP user properties in read-only grey mode
     Modified implementation of user properties to introduce read-only 
properties.
  -  This requires modifications in template to the mysettings.jsp file. See 
this link for the 
  -  changes required : 
  +  This requires modifications in template to the mysettings.jsp file. See 
this
  +  link for the changes required :
     
http://cvspub.jahia.org/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/mysettings.jsp.diff?r1=1.2&r2=1.2.2.1&f=h
  -  Also modified the administration interfaces for editing properties to 
support read-only, 
  -  and also to more easily add new user properties (just by changing the JSP 
files). 
  -  Check the "Adding custom user properties" part in the README file to lears 
how to 
  -  add custom properties.
  +  Also modified the administration interfaces for editing properties to 
support
  +  read-only, and also to more easily add new user properties (just by 
changing
  +  the JSP files).
  +  Check the "Adding custom user properties" part in the README file to lears 
how
  +  to add custom properties.
   - Added groups.ldap.preload attribute to avoid preloading of all users
   - Fixed ldap dynamic group membership bug
   
   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
  +- Bugfixes on webdav security and permissions / bad mapping for guest and 
users
  +  groups / added rights button for shared folder
   - Removed move/rename on readonly file/dirs
   - syntaxic correction in french
   - Added dirPermissions key
  -- Throws an exception and display an error when trying to remove/move/rename 
a directory 
  -  with private files inside.
  +- Throws an exception and display an error when trying to remove/move/rename 
a
  +  directory with private files inside.
   - Updated error messages in filemanager
   - Can't copy/move if no admin rights
   - Sort with Collator
  @@ -113,10 +123,12 @@
   - 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
  +- 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
   - Manage pages with expirationdelay equal to zero as pages with cache off 
(non cacheable pages)
   
   Search engine and filters
  @@ -124,25 +136,29 @@
   - Fixed search relevance
   - fix search relevance
   - Enabling not equals, not null, is null comparison in containers filters
  -- Lowering page title boost score ( can be customized ) for better display 
of search result
  +- Lowering page title boost score ( can be customized ) for better display of
  +  search result
   - Appending file name to file content when indexing
   - Close file input streams after indexing
   - JAHIA-194 : Fixed indexer thread so that tomcat can properly quit
   
   WYSIWYG Editors - Tidy - Neko
  -- refactoring html parser service so that we can plug different parser 
implementation
  +- 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
  +- Added 'shortcut' picto for remote and linked pages in corporate templates
  +  navigation menus
   - Display n/a if page non avaliable, even in live mode -> pagination is 
correct.
   
   Administration
   - Fix for license key validity date
   - JAHIA-276 : Exit virtual sites in Admin Center when using localhost
  -  Replaced DNS-based test with a connection to an URL to retrieve a 
Jahia-specific HTTP header
  +  Replaced DNS-based test with a connection to an URL to retrieve a
  +  Jahia-specific HTTP header
     Added configuration options to configure the test URL and connection 
timeout.
   
   
  

Reply via email to