]> source.dussan.org Git - redmine.git/commit
Change the TimelogController's to/from dates based on the project time entries
authorEric Davis <edavis@littlestreamsoftware.com>
Tue, 14 Sep 2010 19:02:25 +0000 (19:02 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Tue, 14 Sep 2010 19:02:25 +0000 (19:02 +0000)
commitcdfc57d5442f72d62437f52af480049c943ecbf8
tree576cbf92e5bdeec589544476cc83de216adda120
parent8900797adaf29adc447925b800d5457ca941795f
Change the TimelogController's to/from dates based on the project time entries

Instead of looking for the earliest and latest time entry system wide for the
dates in the form, now TimelogController will only look at the time entries
for the current project (and parent/sub projects).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4087 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/timelog_controller.rb
app/models/project.rb
app/models/time_entry.rb
test/functional/timelog_controller_test.rb
test/unit/time_entry_test.rb