diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-28 10:26:05 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-28 10:26:05 +0000 |
commit | 05d39eeb35c83b26bdad8ebddb55db1fdb89de2b (patch) | |
tree | 1238124192c80d6d53ccb907580394c5bd1b9f96 /doc | |
parent | e55c1d82e633c692324c9b0289ffeeb15b11e383 (diff) | |
download | redmine-05d39eeb35c83b26bdad8ebddb55db1fdb89de2b.tar.gz redmine-05d39eeb35c83b26bdad8ebddb55db1fdb89de2b.zip |
Changelog update.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1369 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGELOG | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 9ced8b4c0..b39185151 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -5,6 +5,38 @@ Copyright (C) 2006-2008 Jean-Philippe Lang http://www.redmine.org/ +== 2008-04-28 v0.7.0 + +* Forces Redmine to use rails 2.0.2 gem when vendor/rails is not present +* Queries can be marked as 'For all projects'. Such queries will be available on all projects and on the global issue list. +* Add predefined date ranges to the time report +* Time report can be done at issue level +* Various timelog report enhancements +* Accept the following formats for "hours" field: 1h, 1 h, 1 hour, 2 hours, 30m, 30min, 1h30, 1h30m, 1:30 +* Display the context menu above and/or to the left of the click if needed +* Make the admin project files list sortable +* Mercurial: display working directory files sizes unless browsing a specific revision +* Preserve status filter and page number when using lock/unlock/activate links on the users list +* Redmine.pm support for LDAP authentication +* Better error message and AR errors in log for failed LDAP on-the-fly user creation +* Redirected user to where he is coming from after logging hours +* Warn user that subprojects are also deleted when deleting a project +* Include subprojects versions on calendar and gantt +* Notify project members when a message is posted if they want to receive notifications +* Fixed: Feed content limit setting has no effect +* Fixed: Priorities not ordered when displayed as a filter in issue list +* Fixed: can not display attached images inline in message replies +* Fixed: Boards are not deleted when project is deleted +* Fixed: trying to preview a new issue raises an exception with postgresql +* Fixed: single file 'View difference' links do not work because of duplicate slashes in url +* Fixed: inline image not displayed when including a wiki page +* Fixed: CVS duplicate key violation +* Fixed: ActiveRecord::StaleObjectError exception on closing a set of circular duplicate issues +* Fixed: custom field filters behaviour +* Fixed: Postgresql 8.3 compatibility +* Fixed: Links to repository directories don't work + + == 2008-03-29 v0.7.0-rc1 * Overall activity view and feed added, link is available on the project list |