EdenCRM change log. For download and documentation visit http://edencrm.sf.net/ Version 0.5 (December 28, 2001) - Included all library licenses in the lib directory - Modules are now completely pluggible. Modules expose themselves through the META-INF/module.xml file which is included in each module's JAR - Redesigned ModuleMessage interface - Initial code for pluggable user authentication - Upgraded to EdenLib 1.0b1 - Began process of externalizing all localizable resources - Module improvements: + Mail Module - Added drag and drop from message list to folders - Added copyright messages - Delete key on message list deletes message - Improved user interface - Now sending messages for major events (read, reply, forward, delete, etc) + History Module - Now handles history events - Removed filter on customer ID (will reimplement with generic filtering system) + Ticket Module - Ticket table is now updated when tickets are added - Ticket modifications are now written to the data store - Ticket statuses added - Double-clicking a ticket in the ticket table will now show the property editor for that ticket. - Added custom status support. Version 0.4.1 (October 19, 2001) - Included Apache blurb in docs/index.html Version 0.4 (October 19, 2001) - Added Mckoi database as default internal database - Upgraded to EdenLib 0.7 - Modules now create database tables if they do not exist - Removed all libraries and files related to MySQL - Fixed account list update bug Version 0.3 (October 19, 2001) - Changed license holder - Build files no longer included in distribution - Configuration files parsed by Velocity - Added copyright text to all source code - Upgraded to EdenLib 0.6 - Mail Module: Added address book Added reply and forward Initial drag and drop Added message templates - Ticket Module: Now using EdenLib Unique ID generator for ticket IDs Implemented edit and delete ticket commands Added pop up menu to the ticket table Ticket modifications are now stored in the data store - History Module: Now using EdenLib Unique ID generator for history entry IDs Version 0.2 (October 11, 2001) - Moved from net.edensoft.edencrm to org.edencrm package. - Moved core classes to core project. This project now only contains client code. - Removed modules from the main project. Each module now has its own subproject. - Modules are now dynamically loaded from the module directory - Created MessageHub system for inter-module communications - Upgraded to EdenLib 0.4.1 - Logging now through EdenLib logging API - Configuration file is now edencrm.xml Version 0.1 (September 25, 2001) - Initial release.