]> source.dussan.org Git - redmine.git/commit
Added the ability to customize columns of a saved query.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 1 Oct 2007 08:44:17 +0000 (08:44 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 1 Oct 2007 08:44:17 +0000 (08:44 +0000)
commite5f5671d66295100d719d4712a03015268d65e02
tree3fd5ffdf275047e85b4c5c1a6e77cd2ca6b7c2ac
parent427b47b4d72276b5c80d79cd5f8e16c2aa31da1e
Added the ability to customize columns of a saved query.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@782 e93f8b46-1217-0410-a6f0-8f06a7374b81
28 files changed:
app/helpers/queries_helper.rb
app/models/enumeration.rb
app/models/issue_category.rb
app/models/issue_status.rb
app/models/query.rb
app/models/tracker.rb
app/views/issues/_list.rhtml [new file with mode: 0644]
app/views/issues/index.rhtml
app/views/projects/list_issues.rhtml
app/views/queries/_form.rhtml
db/migrate/071_add_queries_column_names.rb [new file with mode: 0644]
lang/bg.yml
lang/cs.yml
lang/de.yml
lang/en.yml
lang/es.yml
lang/fr.yml
lang/it.yml
lang/ja.yml
lang/nl.yml
lang/pl.yml
lang/pt-br.yml
lang/pt.yml
lang/ro.yml
lang/sv.yml
lang/zh.yml
public/stylesheets/application.css
test/unit/query_test.rb