From: Pieter v. Z. <pv...@us...> - 2005-07-06 14:17:11
|
Update of /cvsroot/coefficient/coefficient In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3094 Added Files: RELEASE-NOTES.txt Log Message: release notes for release 0.9.6 --- NEW FILE: RELEASE-NOTES.txt --- Coefficient - open source project based collaboration platform ============================================================= version 0.9.6 01 July 2005 (release notes created by: pv...@us...) The main features that has been made and included in this release: * Adding Aliasing of e-mail addresses in the MailForum module * Impoving the dgroupsOneWorldTheme for OpenDgroups * Adding in the mail forum settings page for the MailForum module * Added Constants.ALIAS_MAIL_HOST_ADDRESS to create assing an alias domain * Added MAX_NUM_OF_FORUMS for OpenDgroups. Some small bug fixes was included as well: * added a null check for images in ImageServlet * added a null check for first time startup in Configuration.canExecuteForRole In more detail: Adding Aliasing of e-mail addresses in the MailForum module ----------------------------------------------------------- The MailForum uses the global configuration property ALIAS_MAIL_HOST_ADDRESS to assign a alias username name that is stored in CoefficientUser and assigned to AliasUser in Dithaka. All email send out by the MailForum using Dithaka will use the alias email address as the from-header. The reply-to will always be back to the list in the mail forum. Impoving the dgroupsOneWorldTheme for OpenDgroups ------------------------------------------------- The alignment at the top with the menu was improved so that it aligned with the content in the middle of the page Adding in the mail forum settings page for the MailForum module --------------------------------------------------------------- The mail forum settings was improved by adding a page to set the following settings: * Adding of footer to mail messages * Adding of subject prefix * Providing a listname * Maximum message size that is allowed These setting are used by Dithaka. Added MAX_NUM_OF_FORUMS for OpenDgroups. ------------------------------------------ The number of mail forums per project can be controlled by this global configuration property. _______________________ Changes in Coefficient ----------------------- 30/06/2005 pvz: updating version numbers in: all Install.txt, Install_web_app.txt, changes.xml, the bat and sh scripts 07/06/2005 pvz: updated comments in updateAllProperties.sh and updateAllPropertiesWeb.sh pvz: added updateAllPropertiesEAR.sh to update the property files in the ejb-jar and war files that are contained in the ear. 06/06/2005 pvz: added scripts to update property files: hibernate.properties, hibernate_util.properties, coefficient.properties and project.properties 30/05/2005 pvz: added a null check for images in ImageServlet added radiobutton to ConfigKeyUtil and MAX_NUM_OF_FORUMS to Constants to limit the number of forums per project 25/05/2005 pvz: added ALIAS_MAIL_HOST_ADDRESS to Constants to facilitate the concept of alias mail addresses in Coefficient. added user.setAliasEmail in UserAdmin module added String aliasEmail property to CoefficientUser added message to say that this is the real email address and that an alias will be assigned in userInfoPrompt.vm 29/04/2005 pvz: Changed view-projects.vm. Added check: if !MostActiveProject (meaning recent) then add a project/workspace description pvz: added a null check for first time startup in Configuration.canExecuteForRole ---------------------------- Changes in MailForum module ---------------------------- 30/06/2005 pvz: these jars should not be here. These must be copied or be build from the Dithaka project and either be moved here or the location specified in the build.properties file and used in the build process. 17/06/2005 pvz: Added DBUpdateUtil.updateToNewVersion(); to move from 0.9.5-1 to a new version of the model. 14/06/2005 pvz: removed VirtualUser as this was replaced by AliasUser 31/05/2005 pvz: added null checks for "project". Needed for global discussion groups 24+25/05/2005 pvz Changed in CoefficientMailet, MailForum and CoefficientUserExpert to use the alias e-mail address again. pvz: added projectName so that all the mailForum pages can display to which project it is associated with. The following vm pages was changed: forumList,forumView, conversationList, conversationView, messageView and messageEdit. Also added code to include the projectName in the MailForum class. 18/05/2005 pvz: trying to enable the use of alias addresses. Changed in CoefficientMailet, MailForum and CoefficientUserExpert to use the alias e-mail address. But I have changed this back because when one replies to the e-mail the return message can not be matched as the matching was changed to be done on the alias email address. The ForumMailet in Dithaka->James was also changed for this purpose. 29/04/2005 pvz: wrapped the mail forum settings in ConfigKeyUtil and changed the forumSettingsEdit.vm page to reflect these changes pvz: I have removed this: ($forum.fullMailAddress) from forumView.vm 21/04/2005 pvz: changed the MailForum to display the mail forum settings and save them to the db. Included the virtual users code and the forumChampion code pvz: added message.setDateSent(new Date()) to MailForum class. Also changed the added publishEvent to MemberAdmin Module issues: you have to install and run coefficient before starting up james. Forum.setOwnedByProject?!!!!!! 20/04/2005 pvz: changed vorumView.vm to include link to nw forumSettingsEdit.vm 19/04/2005: pvz: added a null check at line 68 in Configuration this is becuase if Dithaka is deployed first om James and then Jboss is started up. Please test this! --------------------------------------- Changes indgroupsOneWorldTheme module --------------------------------------- 27/05/2005 pvz: late entry: changed TABLEWIDTH=667 and CENTERPERCENTAGE=100% 27/05/2005 pvz: changed the TABLEWIDTH=1448 and the CENTERPERCENTAGE=28% and removed the body and extra table code from the header.vm. Also added some comments so that one can see when east,north,west,south and center start. 26/04/2005 pvz: changed the colspan="5" from 4 to 5 in north.vm |