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
...
*
Rails4: replace deprecated find_all_by_* at TimelogControllerTest
Toshi MARUYAMA
2014-01-11
1
-3
/
+5
*
Rails4: replace deprecated Relation#first with finder options at TimelogContr...
Toshi MARUYAMA
2014-01-11
1
-1
/
+1
*
Spent time details and report should ignore 'Setting.display_subprojects_issu...
Jean-Philippe Lang
2013-07-28
1
-0
/
+22
*
Fixed that sorting time entries by custom field raises a SQL error (#14366).
Jean-Philippe Lang
2013-07-28
1
-0
/
+18
*
Fixed that displaying time entries with custom field column raises an error (...
Jean-Philippe Lang
2013-07-24
1
-0
/
+11
*
Adds a link on "My Page" to view all my spent time (#13157).
Jean-Philippe Lang
2013-05-18
1
-0
/
+8
*
Fixed that CSV Export of Spent Time ignores filters and columns selection (#1...
Jean-Philippe Lang
2013-04-03
1
-0
/
+40
*
Makes all time entry columns available in the CSV export.
Jean-Philippe Lang
2013-02-19
1
-174
/
+7
*
Accommodates fixtures for databases with case sensitive sort.
Jean-Philippe Lang
2013-01-23
1
-2
/
+2
*
Makes issue custom fields available as timelog columns (#1766).
Jean-Philippe Lang
2013-01-12
1
-0
/
+10
*
Adds issue custom fields to time entries filters (#10191).
Jean-Philippe Lang
2013-01-12
1
-0
/
+9
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Code cleanup, use named routes.
Jean-Philippe Lang
2012-12-22
1
-6
/
+13
*
Adds TimeEntryQuery for listing time entries.
Jean-Philippe Lang
2012-12-09
1
-97
/
+23
*
Functional tests cleanup.
Jean-Philippe Lang
2012-12-03
1
-10
/
+0
*
Add "last 2 weeks" preset to time entries reporting (#11862).
Jean-Philippe Lang
2012-10-09
1
-0
/
+7
*
Removed invalid/duplicate test.
Jean-Philippe Lang
2012-10-09
1
-7
/
+0
*
Don't show the project dropdown when logging time on an issue.
Jean-Philippe Lang
2012-08-09
1
-12
/
+26
*
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
[prev]
[next]