Rails 2.3 port branch.
Updated INSTALL doc for Rails 2.2.2
Adds rake config/initializers/session_store.rb to the install doc.
Updates 0.8.1 CHANGELOG.
Codified instructions from RUNNING_TESTS as rake tasks for convenience
Rake tasks are in testing.rake and can be run by `rake test:scm:setup:<scm>`Updated RUNNING_TESTS
Contributed by Gerrit Kaiser
CHANGELOG updated.
UPGRADING updated
Update changelog for 0.8 rc1
Changelog updated.
Slight non-code change to test git sync
Reverting slight non-code change
Slight non-code change
Adds support for file viewing with Darcs 2.0+ (patch #1799 by Ralph Lange slightly edited).
Added missing documentation for setting up the Darcs test repository.
Added doc/README_FOR_APP so RDoc can be built. (#1769)
Merged CHANGELOG from 0.7 stable.
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.
Updated INSTALL doc.
Doc update for 0.7.2 release.
Adds Filesystem adapter (patch #1393 by Paul R).
Doc update for 0.7.1 release.
Changelog update.
Doc update before 0.7-rc1 release.
Merged Git support branch (r1200 to r1226).
Default configuration data can now be loaded from the administration screen.A message is automatically displayed on this screen if roles, trackers,... have not been configured yet.The rake task is still available and the data loading code is wrapped in a transaction.
Changes for 0.6.2 release.
Added a Mercurial test repository with unit and functional tests.
Added some functional tests and a CVS test repository.
Doc and version changes for 0.6.1 release.
Added some unit tests for the Bazaar adapter.
Slight changes for 0.6.0 release.
Removed inconsistent user manual stuff (html/docbook content and controller). Help link now points to the Redmine guide which will be more easy to maintain.Also removed the useless components directory.
Added RMagick availability on admin/info.
Added namespace for Redmine specific rake tasks.
Added wiki syntax to online help.
Updated UPGRADING documentation
Doc update for 0.5.1 release.
Slight documentation update.
Online help japanese translation added (Ken Date)
Doc files updated for 0.5.0 release
updated INSTALL doc with rake db:migrate instead of the deprecated rake migrate
added italian translation [Alessio Spadaro]
japanese translation added (thanks to Satoru Kurashiki)
fixed: error when clicking "add" with no block selected on my/page_layout
updated CHANGELOG for 0.4.2 release
fixed: hide mail preference not saved (my/account)
updated UPGRADING doc file
updated documentation
updated documentation with new setting options
added the ability to set the sort order for trackers
added the ability to set the sort order for roles
added the ability to set the sort order for issue statuses
credits for english help translation to Todd McGrath
updated changelog and doc files
updated online help with settings description
settings are now stored in the database (config_custom.rb no more used) and editable through the application in: Admin -> Settings
0.4.1 release
0.4.0 release
various documentation updates
svn browser merged in trunk
contextual links redesign
trunk moved from /trunk/redmine to /trunk
- new controller "myController" - account/my_page moved to my/page- account/my_account mmoved to my/account- "my page" is now customizable (table user_preferences added)
improved issues change history
english help translation addedthx to Karim Trott
0.3.0
tables and forms redesign,added form builder for several views
Localization plugin removed (replaced with GLoc)
0.3 unstable
v0.2.0
Initial commit