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
...
*
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
*
Add "last 2 weeks" preset to time entries reporting (#11862).
Jean-Philippe Lang
2012-10-09
1
-0
/
+3
*
Fixed that 200 API responses have a body containing one space (#11388).
Jean-Philippe Lang
2012-07-14
1
-2
/
+2
*
Fixed that time entries should be sorted by date and created_on (#11178).
Jean-Philippe Lang
2012-06-16
1
-1
/
+1
*
Fixed that project, issue and activity should be preserved when logging time ...
Jean-Philippe Lang
2012-05-29
1
-8
/
+16
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Prevent mass-assignment when adding/updating a time entry (#10390).
Jean-Philippe Lang
2012-03-06
1
-5
/
+5
*
Cleanup in TimelogController#destroy.
Jean-Philippe Lang
2012-03-04
1
-15
/
+15
*
Removes all #verify calls in controllers. Verification is handled at routing ...
Jean-Philippe Lang
2012-03-03
1
-3
/
+0
*
Fixed that project is ignored when entering an issue id on /time_entries/new ...
Jean-Philippe Lang
2012-01-22
1
-4
/
+6
*
Keep back_url param for when continuing creating issues.
Jean-Philippe Lang
2012-01-21
1
-2
/
+2
*
Enable global time logging at /time_entries/new (#10020).
Jean-Philippe Lang
2012-01-21
1
-6
/
+13
*
Adds a 'Create and continue' button on the spent time form (#9995).
Jean-Philippe Lang
2012-01-21
1
-2
/
+6
*
Separated new/edit views for the timelog controller.
Jean-Philippe Lang
2012-01-10
1
-1
/
+0
*
Do not call _before_save hook without saving.
Jean-Philippe Lang
2012-01-09
1
-2
/
+0
*
Do not call _before_save hook without saving.
Jean-Philippe Lang
2012-01-09
1
-2
/
+0
*
Removed unnecessary calculations in time entries index.
Jean-Philippe Lang
2011-12-04
1
-2
/
+0
*
Adds named scopes for time entries index.
Jean-Philippe Lang
2011-12-04
1
-30
/
+29
*
Dropped TimeEntryReportsController.
Jean-Philippe Lang
2011-12-02
1
-2
/
+12
*
remove trailing white-spaces from app/controllers/timelog_controller.rb.
Toshi MARUYAMA
2011-08-21
1
-23
/
+23
*
Separation of RSS/API auth actions.
Jean-Philippe Lang
2011-07-09
1
-2
/
+3
*
Fixed: GET /time_entries.xml ignores limit/offset parameters (#8356).
Jean-Philippe Lang
2011-05-22
1
-3
/
+3
*
Fixed: DoubleRenderError introduced by #7996.
Jean-Philippe Lang
2011-04-05
1
-0
/
+2
*
add function of bulk delete time entries (#7996).
Toshi MARUYAMA
2011-04-04
1
-20
/
+24
*
add bulk edit and bulk update actions for time entries (#7996).
Toshi MARUYAMA
2011-04-04
1
-0
/
+49
*
Replaces TimeEntry.visible_by with a visible scope.
Jean-Philippe Lang
2011-03-16
1
-47
/
+43
*
Fixed: 404 when entering time with blank issue id (#7099).
Jean-Philippe Lang
2010-12-14
1
-2
/
+2
[prev]
[next]