diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-03-07 11:43:38 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-03-07 11:43:38 +0000 |
commit | 36b5d4f6af0479598b34715e6082a2450769d691 (patch) | |
tree | 4b3426a2cb0a58b829659ca9e3e4451c703bd491 /doc | |
parent | b366375e7ee1e2d76ec3c257e45cb793ae30a6a9 (diff) | |
download | redmine-36b5d4f6af0479598b34715e6082a2450769d691.tar.gz redmine-36b5d4f6af0479598b34715e6082a2450769d691.zip |
Backported r2429, r2430, r248 to r2491 and r2522 from trunk (request and controller objects added to the hooks by default.).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.8-stable@2558 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index c197420da..3e176656c 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -14,6 +14,7 @@ http://www.redmine.org/ * One click filter action in activity view * Clickable/linkable line #'s while browsing the repo or viewing a file * Links to versions on files list +* Added request and controller objects to the hooks by default * Fixed: exporting an issue with attachments to PDF raises an error * Fixed: "too few arguments" error may occur on activerecord error translation * Fixed: "Default columns Displayed on the Issues list" setting is not easy to read |