]> source.dussan.org Git - redmine.git/commit
Added a cross-project issue list. It displays the issues of all the projects visible...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 31 Aug 2007 17:02:44 +0000 (17:02 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 31 Aug 2007 17:02:44 +0000 (17:02 +0000)
commit404bfce446915fe9dadcfce7b36d732813523e28
tree3564a673930e64592c6d923f452baf905f9f750d
parent1187ad96ac4922ddd61d4292453a9bec9614abdd
Added a cross-project issue list. It displays the issues of all the projects visible by the user.
The users list available in the filters ('assigned to' / 'created by') is made of the members of all projects the current user belongs to.
For now, this view is only accessible from 'My page' ('issues assigned to me' or 'issues reported by me' blocks, to view the full lists)

On 'My page', assigned issue are now sorted by priority.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@684 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/issues_controller.rb
app/models/project.rb
app/models/query.rb
app/views/issues/index.rhtml [new file with mode: 0644]
app/views/my/blocks/_issuesassignedtome.rhtml
app/views/my/blocks/_issuesreportedbyme.rhtml
test/functional/my_controller_test.rb