]> source.dussan.org Git - redmine.git/commit
Adds a permission to log time for another user (#3848).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 16 Dec 2018 16:28:22 +0000 (16:28 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 16 Dec 2018 16:28:22 +0000 (16:28 +0000)
commit2fdbcd35dd8cc2f6b98340825a57afd24ff89670
treebf05ccb4c0ad1109229cea2b5309fab4c27f8e51
parent537f162f27d91ad99fadd4be74c878adf33f0583
Adds a permission to log time for another user (#3848).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@17755 e93f8b46-1217-0410-a6f0-8f06a7374b81
14 files changed:
app/controllers/timelog_controller.rb
app/helpers/timelog_helper.rb
app/models/time_entry.rb
app/models/time_entry_query.rb
app/views/timelog/_form.html.erb
config/locales/en.yml
db/migrate/20180501132547_add_author_id_to_time_entries.rb [new file with mode: 0644]
lib/redmine.rb
test/fixtures/time_entries.yml
test/functional/project_enumerations_controller_test.rb
test/functional/timelog_controller_test.rb
test/object_helpers.rb
test/unit/lib/redmine/export/pdf/issues_pdf_test.rb
test/unit/time_entry_test.rb