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
/
test
/
functional
/
timelog_controller_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed that time entries should be sorted by date and created_on (#11178).
Jean-Philippe Lang
2012-06-16
1
-0
/
+14
*
Fixed that project, issue and activity should be preserved when logging time ...
Jean-Philippe Lang
2012-05-29
1
-3
/
+14
*
Fixed that logging time inside redirects at global time logging (#11038).
Jean-Philippe Lang
2012-05-29
1
-0
/
+2
*
Fixed that activities option tags on the time entry bulk edit form are escaped.
Jean-Philippe Lang
2012-05-05
1
-0
/
+6
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
1
-6
/
+6
*
Additional tests for TimelogController.
Jean-Philippe Lang
2012-04-18
1
-0
/
+12
*
Display of multi custom fields.
Jean-Philippe Lang
2012-01-29
1
-0
/
+12
*
Fixed that project is ignored when entering an issue id on /time_entries/new ...
Jean-Philippe Lang
2012-01-22
1
-0
/
+14
*
Enable global time logging at /time_entries/new (#10020).
Jean-Philippe Lang
2012-01-21
1
-1
/
+95
*
Adds a 'Create and continue' button on the spent time form (#9995).
Jean-Philippe Lang
2012-01-21
1
-0
/
+22
*
Separated new/edit views for the timelog controller.
Jean-Philippe Lang
2012-01-10
1
-2
/
+2
*
Additional tests for TimelogController and added missing i18n string.
Jean-Philippe Lang
2011-12-17
1
-0
/
+78
*
Removed unnecessary calculations in time entries index.
Jean-Philippe Lang
2011-12-04
1
-5
/
+5
*
add tests to export time log csv in Traditional Chinese and French for csv se...
Toshi MARUYAMA
2011-11-27
1
-0
/
+70
*
Fixed that :edit_time_entries permission allows creating time entries (#9405).
Jean-Philippe Lang
2011-11-24
1
-0
/
+12
*
Fixed that :view_time_entries permission allows time entry editing (#9405).
Jean-Philippe Lang
2011-11-24
1
-0
/
+11
*
fix malformed time log csv encoding in case of unable to convert (#8549)
Toshi MARUYAMA
2011-11-16
1
-0
/
+46
*
add functional test to export time log csv encoded in Big5 on Traditional Chi...
Toshi MARUYAMA
2011-11-15
1
-0
/
+39
*
code layout clean up test/functional/timelog_controller_test.rb
Toshi MARUYAMA
2011-11-10
1
-1
/
+4
*
remove trailing white-spaces from test/functional/timelog_controller_test.rb.
Toshi MARUYAMA
2011-08-25
1
-27
/
+26
*
Code cleanup.
Jean-Philippe Lang
2011-04-05
1
-7
/
+1
*
add functional tests for bulk edit time entries (#7996).
Toshi MARUYAMA
2011-04-04
1
-4
/
+75
*
Changed timelogs filters to use non-AJAX requests (#1965).
Jean-Philippe Lang
2011-04-03
1
-4
/
+18
*
Fixed: 404 when entering time with blank issue id (#7099).
Jean-Philippe Lang
2010-12-14
1
-0
/
+20
*
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
1
-1
/
+1
*
Refactor: convert timelogs to a REST resource (:time_entries)
Eric Davis
2010-10-12
1
-3
/
+3
*
Refactor: extract TimelogController#edit to #update
Eric Davis
2010-10-11
1
-2
/
+2
*
Refactor: extract TimelogController#create from TimelogController#edit
Eric Davis
2010-10-08
1
-2
/
+2
*
Refactor: extract TimelogController#new from #edit
Eric Davis
2010-10-07
1
-11
/
+11
*
Refactor: rename TimelogController#details to #index
Eric Davis
2010-10-06
1
-28
/
+28
*
Refactor: extract TimelogController#report to a new controller class
Eric Davis
2010-10-05
1
-127
/
+0
*
Change the TimelogController's to/from dates based on the project time entries
Eric Davis
2010-09-14
1
-3
/
+3
*
Handle unsuccessful destroys in TimelogController. #5700
Eric Davis
2010-06-20
1
-0
/
+18
*
Refactor: Move the rest of the routing tests to RoutingTest.
Eric Davis
2010-04-21
1
-105
/
+0
*
Fixed: first day of date range is not included in time report with SQLite (#3...
Jean-Philippe Lang
2009-11-04
1
-0
/
+16
*
Added all list and boolean custom data fields to the Time Report. #4077
Eric Davis
2009-10-21
1
-2
/
+4
*
Added an active field track if an Enumeration is active on the frontend view.
Eric Davis
2009-10-21
1
-0
/
+23
*
Makes timelog report work at issue level (#2935).
Jean-Philippe Lang
2009-09-20
1
-0
/
+8
*
Upgraded to Rails 2.3.4 (#3597)
Eric Davis
2009-09-13
1
-1
/
+1
*
Allows multiple roles on the same project (#706). Prerequisite for user group...
Jean-Philippe Lang
2009-05-10
1
-1
/
+1
*
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
Jean-Philippe Lang
2009-02-21
1
-0
/
+2
*
Fixes broken action url on time edit form (#2707).
Jean-Philippe Lang
2009-02-10
1
-0
/
+9
*
Converted routing and urls to follow the Rails REST convention.
Eric Davis
2009-01-26
1
-6
/
+113
*
Slight changes in functional tests.
Jean-Philippe Lang
2009-01-04
1
-1
/
+1
*
Adds cross-project time reports support (#994).
Jean-Philippe Lang
2008-08-31
1
-2
/
+52
*
Adds atom feed on time entries details (#1479).
Jean-Philippe Lang
2008-06-17
1
-0
/
+8
*
Fixed: time entries created with the default activity even if a different one...
Jean-Philippe Lang
2008-06-14
1
-1
/
+3
*
Fixed: IssueController#edit doesn't set default Activity as default (#1302).
Jean-Philippe Lang
2008-05-26
1
-1
/
+11
*
Custom fields (list and boolean) can be used as criteria in time report (#1012).
Jean-Philippe Lang
2008-04-09
1
-2
/
+19
[next]