Fixes integration tests.
Rails 2.2 branch added.
Email delivery configuration moved to an unversioned YAML file (config/email.yml, see the sample file) (#1412).Email delivery is disabled. It's automatically turned on when configuration is found.
Test environments cleanup.
Merged Rails 2.0 compatibility changes.Compatibility with Rails 1.2 is preserved.
Native eol property set on config/*
Account information can now be sent to the user when creating an account.ActionMailer logger set to nil for production environment to disable email contents output in production.log
Fixed: 10342 Creation of Schema in OracleComment is a reserved keyword for Oracle. The five 'Comment' columns are renamed to 'Commments'.Migration scripts were modified to let oracle users create the database. For the others, migration 41 will rename the columns (only if columns have the 'old' name)....
removed unused development_* environments
trunk moved from /trunk/redmine to /trunk
0.3.0
0.3 unstable
v0.2.0
SQL error using PostgreSQL
Initial commit