| 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 |
| Type | Changes | By |
|---|---|---|
|
Added debug logging throughout (using Log4E ). | colinmacleod |
|
Updated all action classes to use the client session. | colinmacleod |
|
Removed library implementation. Now uses ivata cms. | colinmacleod |
|
Ugraded ivata masks implementation to use fr ames for ivata cms. | colinmacleod |
|
Ugraded project files to Maven 1.1-beta2. | colinmacleod |
|
Added expression language version of Struts and JSTL tag libraries. | colinmacleod |
|
Added new user right classes, with centralized right checking.
Simplified user groups - split UserGroupDO class from GroupDO. |
colinmacleod |
|
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 |
|
Upgraded Hibernate to version 3.0.5 | colinmacleod |
|
Upgraded Maven to version 1.1 | colinmacleod |
|
Made the setup program more flexible, so it can be re-used in other projects (ivata cms). | colinmacleod |
|
Added
serialVersionUID to classes which implement
Serializable. |
colinmacleod |
| Type | Changes | By |
|---|---|---|
|
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 |
|
Fixed bugs adding a new user in the address book. | colinmacleod |
|
Added improved logging to error page, setup classes and mail subsystem. | colinmacleod |
|
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 |
|
Extended
HMailServer class to support
hMailServer v4.x. |
colinmacleod |
|
Added missing import for DriverManager in nanoContainer.groovy. | colinmacleod |
|
Changed CR/LF line endings on Windows, so you can open the default text files with notepad. | colinmacleod |
|
Updated documentation to tell user to put dll file into bin directory for Tomcat on Windows. | colinmacleod |
|
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 |
| Type | Changes | By |
|---|---|---|
|
Fixes bugs in the setup process on Apache Tomcat 5.0.x. (Other versions of Tomcat appear to be unaffected.) | colinmacleod |
|
Made certain the demo user cannot delete users from the address book. | colinmacleod |
| Type | Changes | By |
|---|---|---|
|
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 |
|
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 |
|
Made the dependency instructions clearer (thanks, Venkatesh). | colinmacleod |
|
Changed the primary key of data objects to
String, and used
UUID method to provide better cross-database compatibility. |
colinmacleod |
|
Updated code to XHTML 1.0 Transitional (can't go to XHTML strict until Struts complies). | colinmacleod |
|
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 |
|
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 |
|
Implemented new themes, along with an option to choose theme at login. | colinmacleod |
|
Added default Hypersonic SQL database, so all you need is the webapp to get running. | colinmacleod |
|
Added Apache Torque generated schema a nd data for databases. | colinmacleod |
|
Fixed link in the title frame (target was parent without the underscore). | colinmacleod |
|
Fixed general bug in the lists. The next/previous URLs were not being written correctly. | colinmacleod |
|
Added list page for ivata masks. | colinmacleod |
|
Added support for Struts Tiles. | colinmacleod |
| Type | Changes | By |
|---|---|---|
|
Changed the hibernate configuration so it is expanded in the webapp. | colinmacleod |
|
Fixed new user handling (thanks again, Ram). | colinmacleod |
| Type | Changes | By |
|---|---|---|
|
Fixed foreign keys in MySQL scripts. | brill |
|
Fixed mail API deps. | brill |
|
Fixed path issues in
setup.pl on Windows - especially path names with spaces. Also removed dieNow for unrecognized OS. |
colinmacleod |
|
Fixed
index.jsp so it picks up a missing or guest security session. |
colinmacleod |
|
Removed case-senitive path in install scripts. Actually removed the scripts altogether (they were no longer used). | colinmacleod |
| Type | Changes | By |
|---|---|---|
|
Fixed clear and apply buttons on new event. | colinmacleod |
|
Fixed pop-up closing events. | colinmacleod |
|
Fixed login error when browser has no javascript. | colinmacleod |
|
Fixed CVS exclusion paths in eclipse project XSLT. | colinmacleod |
|
Corrected test constructors in the AddressBook and Security subprojects. | colinmacleod |
| Type | Changes | By |
|---|---|---|
|
Added Windows support, using the open source IMAP Server hMailServer, and the newly released PostgreSQL 8.0. | colinmacleod |
|
Started removing presentation information from HTML, and streamlining themes around CSS. | colinmacleod |
|
Removed favorites maintenance page - now handled by ivata masks. | colinmacleod |
|
Removed
GroupListAction by extending functionality in
GroupFrameAction. |
colinmacleod |
|
Applied ivata masks to addressbook group input mask. | colinmacleod |
|
Re-enabled support for resin cookies. | colinmacleod |
|
Removed SSLEXT extensions, and returned to plain old Struts - we prefer to use Apache to provide/enforce SSL. | colinmacleod |
|
Added RELEASE.txt file with current release information. | colinmacleod |
|
Added ivata masks interface for some input mask generation. | colinmacleod |
|
Added new install script, setup.pl. | colinmacleod |
|
Replaced persistence layer with Hibernate ( had been EJB CMP2). | colinmacleod |
|
Restructured ivata groupware around PicoContainer. | colinmacleod |
|
Added changes.xml to documentation. | colinmacleod |
|
Renamed project to ivata groupware. | colinmacleod |
| Type | Changes | By |
|---|---|---|
|
Proprietary ivata restructured and packaged as ivata op. Released to the open source community at ivata.org. | colinmacleod |