]> source.dussan.org Git - redmine.git/commit
Ticket grouping (#2679).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 26 Apr 2009 13:09:14 +0000 (13:09 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 26 Apr 2009 13:09:14 +0000 (13:09 +0000)
commitb557393252cc961c2f47dc90d50b75f76d7d7dca
treef7ebe7cfa18e256431393c7183146450e5377048
parent24875be705fdca8e53b7c39a58023d13421628e3
Ticket grouping (#2679).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2696 e93f8b46-1217-0410-a6f0-8f06a7374b81
45 files changed:
app/controllers/issues_controller.rb
app/controllers/queries_controller.rb
app/models/query.rb
app/views/issues/_list.rhtml
app/views/issues/index.rhtml
app/views/queries/_form.rhtml
config/locales/bg.yml
config/locales/bs.yml
config/locales/ca.yml
config/locales/cs.yml
config/locales/da.yml
config/locales/de.yml
config/locales/en.yml
config/locales/es.yml
config/locales/fi.yml
config/locales/fr.yml
config/locales/gl.yml
config/locales/he.yml
config/locales/hu.yml
config/locales/it.yml
config/locales/ja.yml
config/locales/ko.yml
config/locales/lt.yml
config/locales/nl.yml
config/locales/no.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/pt.yml
config/locales/ro.yml
config/locales/ru.yml
config/locales/sk.yml
config/locales/sl.yml
config/locales/sr.yml
config/locales/sv.yml
config/locales/th.yml
config/locales/tr.yml
config/locales/uk.yml
config/locales/vi.yml
config/locales/zh-TW.yml
config/locales/zh.yml
db/migrate/20090425161243_add_queries_group_by.rb [new file with mode: 0644]
lib/redmine/export/pdf.rb
public/stylesheets/application.css
test/fixtures/queries.yml
test/functional/issues_controller_test.rb