Release History

Version Date Description
1.0-alpha1 2005-10-18
0.11.2 2005-10-08
0.11.1 2005-05-10
0.11 2005-05-01
0.10.3 2005-03-22
0.10.2 2005-03-18
0.10.1 2005-03-16
0.10 2005-03-10
0.9 2004-03-10

Get the RSS feed of the last changes

Release 1.0-alpha1 - 2005-10-18

Type Changes By
add Added debug logging throughout (using Log4E ). colinmacleod
update Updated all action classes to use the client session. colinmacleod
remove Removed library implementation. Now uses ivata cms. colinmacleod
update Ugraded ivata masks implementation to use fr ames for ivata cms. colinmacleod
update Ugraded project files to Maven 1.1-beta2. colinmacleod
add Added expression language version of Struts and JSTL tag libraries. colinmacleod
add Added new user right classes, with centralized right checking.

Simplified user groups - split UserGroupDO class from GroupDO.
colinmacleod
add First version of setting subproject. Existing setting classes restructured, new setting user interface created.

Flexible XML UI configuration makes it easy to reuse the same web pages in other projects.

Web files work as stand-alone webapp for testing.
colinmacleod
update Upgraded Hibernate to version 3.0.5 colinmacleod
update Upgraded Maven to version 1.1 colinmacleod
update Made the setup program more flexible, so it can be re-used in other projects (ivata cms). colinmacleod
fix Added serialVersionUID to classes which implement Serializable. colinmacleod

Release 0.11.2 - 2005-10-08

Type Changes By
fix Fixed various bugs in address book groups. You can no longer delete a group if it has users, people or sub-groups in it. colinmacleod
fix Fixed bugs adding a new user in the address book. colinmacleod
add Added improved logging to error page, setup classes and mail subsystem. colinmacleod
update Moved log4j.properties from core subproject to package/war to make it easier to change in production (now in WEB-INF/classes directly - no longer in a jar file). colinmacleod
update Extended HMailServer class to support hMailServer v4.x. colinmacleod
fix Added missing import for DriverManager in nanoContainer.groovy. colinmacleod
fix Changed CR/LF line endings on Windows, so you can open the default text files with notepad. colinmacleod
fix Updated documentation to tell user to put dll file into bin directory for Tomcat on Windows. colinmacleod
fix Improved error handling for setup process on Windows. If the DLL file is unavailable (for example, because of an access exception), this error is now caught and reported. colinmacleod

Release 0.11.1 - 2005-05-10

Type Changes By
fix Fixes bugs in the setup process on Apache Tomcat 5.0.x. (Other versions of Tomcat appear to be unaffected.) colinmacleod
fix Made certain the demo user cannot delete users from the address book. colinmacleod

Release 0.11 - 2005-05-01

Type Changes By
add Added rewriting of URLs, so you can apply a common URL rewriting pattern via a web server such as Apache. Your app server might think it is serving http://mysite.com/aPath/.... but all links and URLs are rewritten to http://myothersite.com/bPath/c Path/..... colinmacleod
add Added Groovy initialization scripts (via NanoContainer ) to pico container factory. This makes it easier to re-use components in different configurations, and will let us break the project into subprojects. colinmacleod
update Made the dependency instructions clearer (thanks, Venkatesh). colinmacleod
update Changed the primary key of data objects to String, and used UUID method to provide better cross-database compatibility. colinmacleod
update Updated code to XHTML 1.0 Transitional (can't go to XHTML strict until Struts complies). colinmacleod
remove Removed the Hibernate cache file as JBoss doesn't seem to like it. (You can put it back in again, by removing the excludes attribute in the file maven.xml in the hibernate subproject.) colinmacleod
remove Removed the file properties.jspf - you can set a CSS style explicitly these days, and it will determine the other display options from the stylesheet. colinmacleod
add Implemented new themes, along with an option to choose theme at login. colinmacleod
add Added default Hypersonic SQL database, so all you need is the webapp to get running. colinmacleod
add Added Apache Torque generated schema a nd data for databases. colinmacleod
fix Fixed link in the title frame (target was parent without the underscore). colinmacleod
fix Fixed general bug in the lists. The next/previous URLs were not being written correctly. colinmacleod
add Added list page for ivata masks. colinmacleod
add Added support for Struts Tiles. colinmacleod

Release 0.10.3 - 2005-03-22

Type Changes By
update Changed the hibernate configuration so it is expanded in the webapp. colinmacleod
fix Fixed new user handling (thanks again, Ram). colinmacleod

Release 0.10.2 - 2005-03-18

Type Changes By
fix Fixed foreign keys in MySQL scripts. brill
fix Fixed mail API deps. brill
fix Fixed path issues in setup.pl on Windows - especially path names with spaces. Also removed dieNow for unrecognized OS. colinmacleod
fix Fixed index.jsp so it picks up a missing or guest security session. colinmacleod
remove Removed case-senitive path in install scripts. Actually removed the scripts altogether (they were no longer used). colinmacleod

Release 0.10.1 - 2005-03-16

Type Changes By
fix Fixed clear and apply buttons on new event. colinmacleod
fix Fixed pop-up closing events. colinmacleod
fix Fixed login error when browser has no javascript. colinmacleod
fix Fixed CVS exclusion paths in eclipse project XSLT. colinmacleod
fix Corrected test constructors in the AddressBook and Security subprojects. colinmacleod

Release 0.10 - 2005-03-10

Type Changes By
add Added Windows support, using the open source IMAP Server hMailServer, and the newly released PostgreSQL 8.0. colinmacleod
update Started removing presentation information from HTML, and streamlining themes around CSS. colinmacleod
remove Removed favorites maintenance page - now handled by ivata masks. colinmacleod
remove Removed GroupListAction by extending functionality in GroupFrameAction. colinmacleod
add Applied ivata masks to addressbook group input mask. colinmacleod
add Re-enabled support for resin cookies. colinmacleod
remove Removed SSLEXT extensions, and returned to plain old Struts - we prefer to use Apache to provide/enforce SSL. colinmacleod
add Added RELEASE.txt file with current release information. colinmacleod
add Added ivata masks interface for some input mask generation. colinmacleod
add Added new install script, setup.pl. colinmacleod
add Replaced persistence layer with Hibernate ( had been EJB CMP2). colinmacleod
add Restructured ivata groupware around PicoContainer. colinmacleod
add Added changes.xml to documentation. colinmacleod
update Renamed project to ivata groupware. colinmacleod

Release 0.9 - 2004-03-10

Type Changes By
add Proprietary ivata restructured and packaged as ivata op. Released to the open source community at ivata.org. colinmacleod