]> source.dussan.org Git - redmine.git/commit
Adds date range filter and pagination on time entries detail view (closes #434).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 26 Feb 2008 18:15:58 +0000 (18:15 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 26 Feb 2008 18:15:58 +0000 (18:15 +0000)
commit328df74dd1779963b80317b72e56aa2a4ea5e2f2
treebc34c905768eeae2106de016d9887ba106c14a8a
parent792b7f30e32eec84d6106e947fc3987e4e26a0b0
Adds date range filter and pagination on time entries detail view (closes #434).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1173 e93f8b46-1217-0410-a6f0-8f06a7374b81
34 files changed:
app/controllers/timelog_controller.rb
app/helpers/application_helper.rb
app/helpers/sort_helper.rb
app/helpers/timelog_helper.rb
app/models/time_entry.rb
app/views/timelog/_list.rhtml [new file with mode: 0644]
app/views/timelog/details.rhtml
lang/bg.yml
lang/cs.yml
lang/de.yml
lang/en.yml
lang/es.yml
lang/fi.yml
lang/fr.yml
lang/he.yml
lang/it.yml
lang/ja.yml
lang/ko.yml
lang/lt.yml
lang/nl.yml
lang/pl.yml
lang/pt-br.yml
lang/pt.yml
lang/ro.yml
lang/ru.yml
lang/sr.yml
lang/sv.yml
lang/uk.yml
lang/zh-tw.yml
lang/zh.yml
public/stylesheets/application.css
public/stylesheets/calendar.css
test/fixtures/time_entries.yml
test/functional/timelog_controller_test.rb