index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
controllers
/
timelog_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Adds a permission to log time for another user (#3848).
Jean-Philippe Lang
2018-12-16
1
-3
/
+11
*
Column Project is no longer added by default to the list of default columns f...
Jean-Philippe Lang
2018-09-23
1
-1
/
+1
*
Allow project bulk edit of time entries (#26534).
Go MAEDA
2018-09-14
1
-1
/
+11
*
Time entry creation: preserve 'spent on' value when using 'Create and Continu...
Go MAEDA
2018-08-02
1
-0
/
+1
*
Set default configuration for the timelog list (#26356).
Jean-Philippe Lang
2017-07-12
1
-1
/
+1
*
Use ApplicationController#find_optional_project instead.
Jean-Philippe Lang
2017-06-26
1
-9
/
+1
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Better handling of update failures when bulk editing time entries.
Jean-Philippe Lang
2017-04-04
1
-18
/
+21
*
Get rid of sort_helper when using queries.
Jean-Philippe Lang
2017-03-13
1
-5
/
+1
*
Redmine loses filters after deleting a spent time (#14817).
Jean-Philippe Lang
2016-12-11
1
-1
/
+1
*
Show action not allowed for time entries in closed projects (#24297).
Jean-Philippe Lang
2016-11-18
1
-3
/
+7
*
Bulk edit for shows activities not available for the time entry's project (#2...
Jean-Philippe Lang
2016-11-18
1
-2
/
+5
*
Preload project and user.
Jean-Philippe Lang
2016-10-29
1
-1
/
+2
*
Preload project and user.
Jean-Philippe Lang
2016-10-29
1
-1
/
+1
*
Don't bulk edit file custom fields (#6719).
Jean-Philippe Lang
2016-10-23
1
-1
/
+1
*
New "Spent time" menu tab when spent time module is enabled on project (#23311).
Jean-Philippe Lang
2016-08-20
1
-1
/
+1
*
Adds issue tracker and status columns and filters on spent time list (#23401).
Jean-Philippe Lang
2016-08-20
1
-1
/
+0
*
Use head instead of render :nothing => true.
Jean-Philippe Lang
2016-07-17
1
-1
/
+1
*
Use .before_action instead of .before_filter.
Jean-Philippe Lang
2016-07-14
1
-6
/
+6
*
Make time entries groupable (#16843).
Jean-Philippe Lang
2016-07-13
1
-1
/
+0
*
Remove special behaviour for listing issue time entries, use a filter for that.
Jean-Philippe Lang
2016-07-12
1
-8
/
+11
*
Makes spent time queries savable (#14790).
Jean-Philippe Lang
2016-07-12
1
-3
/
+6
*
Code cleanup (#23054).
Jean-Philippe Lang
2016-06-15
1
-17
/
+1
*
Clearing time entry custom fields while bulk editing results in values set to...
Jean-Philippe Lang
2016-06-15
1
-1
/
+10
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Can't bulk edit own time entries with "Edit own time entries" (#18580).
Jean-Philippe Lang
2015-05-09
1
-0
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Use logger.info? (#18605).
Jean-Philippe Lang
2014-12-14
1
-1
/
+1
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-5
/
+5
*
Let the new time_entry form be submitted without project (#17954).
Jean-Philippe Lang
2014-10-04
1
-40
/
+23
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Rails4: replace deprecated find_all_by_* at TimelogController#find_time_entries
Toshi MARUYAMA
2014-01-10
1
-1
/
+1
*
Fixed that filtering time entries on activity does not take care of activity ...
Jean-Philippe Lang
2013-12-15
1
-1
/
+1
*
Spent time details and report should ignore 'Setting.display_subprojects_issu...
Jean-Philippe Lang
2013-07-28
1
-2
/
+0
*
Don't use finder options.
Jean-Philippe Lang
2013-07-28
1
-12
/
+3
*
Preload some associations.
Jean-Philippe Lang
2013-07-28
1
-8
/
+5
*
Fixed that sorting time entries by custom field raises a SQL error (#14366).
Jean-Philippe Lang
2013-07-28
1
-9
/
+5
*
Log errors when bulk edit/copy fails (#13440).
Jean-Philippe Lang
2013-03-12
1
-0
/
+1
*
Refactor: #issues_to_csv and #entries_to_csv merged into QueriesHelper#query_...
Jean-Philippe Lang
2013-02-23
1
-1
/
+1
*
Makes all time entry columns available in the CSV export.
Jean-Philippe Lang
2013-02-19
1
-1
/
+2
*
Use #per_page instead of #items_per_page.
Jean-Philippe Lang
2013-02-17
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Deprecation warnings (#12774).
Jean-Philippe Lang
2013-01-08
1
-2
/
+2
*
Removed unused code.
Jean-Philippe Lang
2012-12-11
1
-47
/
+0
*
Use named routes in controllers.
Jean-Philippe Lang
2012-12-11
1
-6
/
+14
*
Rescue Query::StatementInvalid in TimelogController.
Jean-Philippe Lang
2012-12-09
1
-0
/
+2
*
Adds filters for regular/custom fields to the time entries list/report (#10191).
Jean-Philippe Lang
2012-12-09
1
-2
/
+2
*
Adds TimeEntryQuery for listing time entries.
Jean-Philippe Lang
2012-12-09
1
-17
/
+20
*
remove trailing white-space from app/controllers/timelog_controller.rb
Toshi MARUYAMA
2012-11-13
1
-1
/
+1
[next]