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
/
views
/
timelog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r16924 and r16925 (#26520).
Jean-Philippe Lang
2017-10-15
1
-1
/
+1
*
Merged r16983 to r16985 (#27186).
Jean-Philippe Lang
2017-10-15
1
-1
/
+3
*
DOn't show time entries when query is invalid (#23912).
Jean-Philippe Lang
2017-06-07
2
-0
/
+4
*
Use query parameters intead of params in CSV link.
Jean-Philippe Lang
2017-06-01
1
-1
/
+1
*
Better handling of update failures when bulk editing time entries.
Jean-Philippe Lang
2017-04-04
1
-5
/
+21
*
Timelog move between projects (#588).
Jean-Philippe Lang
2017-04-03
2
-11
/
+14
*
Get rid of sort_helper when using queries.
Jean-Philippe Lang
2017-03-13
1
-1
/
+1
*
Get the count by group from the query directly.
Jean-Philippe Lang
2017-03-09
1
-1
/
+1
*
Show Last Comment in Issue list (#1474).
Jean-Philippe Lang
2017-03-05
1
-1
/
+6
*
Use css pseudo-classes instead of cycle("odd", "even") (#15361).
Jean-Philippe Lang
2017-01-25
2
-2
/
+2
*
Handle csv columns selection in query to preload appropriate associations (#2...
Jean-Philippe Lang
2017-01-18
1
-2
/
+2
*
Adds settings to make the issue and/or comment fields mandatory for time logs...
Jean-Philippe Lang
2017-01-12
1
-2
/
+2
*
Time entry form - limit issue autocomplete to already selected project (#24189).
Jean-Philippe Lang
2016-12-16
1
-5
/
+32
*
Use multipart forms for objects that may have file custom fields (#6719).
Jean-Philippe Lang
2016-12-13
2
-2
/
+2
*
"Clear" button in Spent Time Report tab also clears global filters (#13622).
Jean-Philippe Lang
2016-12-11
1
-1
/
+1
*
Reverts r16051 and r16050 for now (#15361).
Jean-Philippe Lang
2016-12-03
2
-2
/
+3
*
Removes calls to #reset_cycle (#15361).
Jean-Philippe Lang
2016-12-03
1
-1
/
+0
*
Use css pseudo-classes instead "odd", "even" classes (#15361).
Jean-Philippe Lang
2016-12-03
2
-2
/
+2
*
Show the entered value when it's not valid (#23996).
Jean-Philippe Lang
2016-11-18
1
-1
/
+1
*
Test broken, display hours like in other tables (#23996).
Jean-Philippe Lang
2016-11-18
2
-4
/
+4
*
Introduce a setting to change the display format of timespans to h:mm (#23996).
Jean-Philippe Lang
2016-11-18
3
-5
/
+5
*
Issue subject is not updated when you select another issue on time entry form...
Jean-Philippe Lang
2016-11-18
3
-9
/
+9
*
Don't use a global variable for storing context menu URL.
Jean-Philippe Lang
2016-10-29
1
-2
/
+2
*
Project is required.
Jean-Philippe Lang
2016-10-29
1
-1
/
+1
*
Show message for empty results on time entries.
Jean-Philippe Lang
2016-08-30
1
-1
/
+3
*
Adds issue tracker and status columns and filters on spent time list (#23401).
Jean-Philippe Lang
2016-08-20
1
-1
/
+1
*
Changes required by functional tests updates.
Jean-Philippe Lang
2016-07-21
1
-1
/
+3
*
Use named route.
Jean-Philippe Lang
2016-07-16
1
-2
/
+2
*
Make time entries groupable (#16843).
Jean-Philippe Lang
2016-07-13
4
-50
/
+25
*
Remove special behaviour for listing issue time entries, use a filter for that.
Jean-Philippe Lang
2016-07-12
3
-9
/
+5
*
Display the list of saved queries in the sidebar (#14790).
Jean-Philippe Lang
2016-07-12
2
-0
/
+8
*
Makes spent time queries savable (#14790).
Jean-Philippe Lang
2016-07-12
3
-5
/
+20
*
Don't generate urls with params.
Jean-Philippe Lang
2016-07-10
1
-2
/
+2
*
Don't generate back url with params.
Jean-Philippe Lang
2016-07-10
1
-1
/
+1
*
Use HTML5 date input fields instead of text fields with jquery ui date picker...
Jean-Philippe Lang
2016-05-07
2
-2
/
+2
*
Improve accessibility for icon-only links by adding hidden text (#21805).
Jean-Philippe Lang
2016-03-20
1
-3
/
+3
*
Add id and class for easier styling of query filters (#22018).
Jean-Philippe Lang
2016-03-19
1
-2
/
+2
*
Replace uses of image_tag() with CSS (#21256).
Jean-Philippe Lang
2016-01-20
1
-6
/
+8
*
Use ul tags to do pagination (#21258).
Jean-Philippe Lang
2015-11-28
1
-1
/
+1
*
Don't let users log time on issues they cannot see in their projects (#21150).
Jean-Philippe Lang
2015-11-04
1
-1
/
+3
*
Fixed that time logging form may disclose subjects of issues that are not vis...
Jean-Philippe Lang
2015-11-04
1
-1
/
+1
*
Replaces the link with a checkbox to select/unselect all items in the list.
Jean-Philippe Lang
2015-10-23
1
-3
/
+1
*
Raises time entries comments limit to 1024 (#19885).
Jean-Philippe Lang
2015-09-21
1
-1
/
+1
*
Update activities list when changing project/issue id on the time entry form ...
Jean-Philippe Lang
2015-05-30
2
-0
/
+14
*
Removed unneeded #h calls in views.
Jean-Philippe Lang
2015-02-23
2
-2
/
+2
*
remove duplicated :id key from app/views/timelog/report.html.erb
Toshi MARUYAMA
2015-01-04
1
-2
/
+2
*
Removed duplicate element ids.
Jean-Philippe Lang
2014-11-23
1
-1
/
+1
*
Removed submit_query_form function.
Jean-Philippe Lang
2014-11-18
1
-1
/
+1
*
Removed deep nested time entries routes.
Jean-Philippe Lang
2014-11-16
1
-1
/
+1
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-1
/
+1
[next]