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
*
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
*
Adds a pseudo format to api template names and overrides ActionController#def...
Jean-Philippe Lang
2010-12-04
1
-4
/
+2
*
Fixes test failure in r4461.
Jean-Philippe Lang
2010-12-04
1
-1
/
+1
*
Adds REST API for TimeEntries (#6823).
Jean-Philippe Lang
2010-12-04
1
-17
/
+65
*
Prevents NoMethodError when requesting /time_entries/edit without an id (#6904).
Jean-Philippe Lang
2010-11-16
1
-9
/
+15
*
Refactor: convert timelogs to a REST resource (:time_entries)
Eric Davis
2010-10-12
1
-2
/
+1
*
Refactor: extract TimelogController#edit to #update
Eric Davis
2010-10-11
1
-5
/
+13
*
Refactor: extract TimelogController#create from TimelogController#edit
Eric Davis
2010-10-08
1
-1
/
+16
*
Refactor: extract TimelogController#new from #edit
Eric Davis
2010-10-07
1
-1
/
+9
*
Refactor: rename TimelogController#details to #index
Eric Davis
2010-10-06
1
-5
/
+5
*
Refactor: extract TimelogController#report to a new controller class
Eric Davis
2010-10-05
1
-135
/
+1
*
Change the TimelogController's to/from dates based on the project time entries
Eric Davis
2010-09-14
1
-2
/
+2
*
Refactor: move method to Model.
Eric Davis
2010-09-14
1
-2
/
+2
*
Refactor TimelogController#report's joins and provide a hook to add more.
Eric Davis
2010-08-09
1
-2
/
+9
*
Added hook :controller_timelog_available_criterias
Eric Davis
2010-07-01
1
-0
/
+1
*
Refactor: extract @available_criterias to utility method.
Eric Davis
2010-07-01
1
-45
/
+50
*
Handle unsuccessful destroys in TimelogController. #5700
Eric Davis
2010-06-20
1
-2
/
+5
*
Adds subtasking (#443) including:
Jean-Philippe Lang
2010-03-13
1
-4
/
+4
*
Removes "xxx and return" calls (#4446).
Jean-Philippe Lang
2009-12-18
1
-3
/
+3
*
Fixed: Pre-filled time tracking date ignores timezone (#4160).
Jean-Philippe Lang
2009-11-06
1
-1
/
+1
*
Fixed: first day of date range is not included in time report with SQLite (#3...
Jean-Philippe Lang
2009-11-04
1
-1
/
+1
*
Use FasterCSV or ruby1.9 CSV instead of ruby1.8 builtin CSV.
Jean-Philippe Lang
2009-11-04
1
-2
/
+2
*
Added all list and boolean custom data fields to the Time Report. #4077
Eric Davis
2009-10-21
1
-1
/
+8
*
Makes timelog report work at issue level (#2935).
Jean-Philippe Lang
2009-09-20
1
-2
/
+10
*
Changed Enumerations to use a Single Table Inheritance
Eric Davis
2009-05-30
1
-1
/
+1
*
Added plugin hook, :controller_timelog_edit_before_save. (#3341)
Eric Davis
2009-05-30
1
-0
/
+3
*
Validates sort_key and sort_order params (#2378).
Jean-Philippe Lang
2008-12-24
1
-1
/
+6
*
Unescape back_url param before calling redirect_to.
Jean-Philippe Lang
2008-09-21
1
-1
/
+1
*
Adds cross-project time reports support (#994).
Jean-Philippe Lang
2008-08-31
1
-11
/
+29
*
Moves @layout 'base'@ to ApplicationController.
Jean-Philippe Lang
2008-08-10
1
-1
/
+0
[next]