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 rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
7
-8
/
+10
*
Fixed that date range fields don't get enabled when using the calendar popup ...
Jean-Philippe Lang
2012-04-19
1
-1
/
+1
*
Adds custom field in TimeEntry API responses (#10131).
Jean-Philippe Lang
2012-02-01
2
-0
/
+4
*
Fixed javascript error when changing time period on time report.
Jean-Philippe Lang
2012-01-24
1
-1
/
+1
*
Enable global time logging at /time_entries/new (#10020).
Jean-Philippe Lang
2012-01-21
3
-2
/
+11
*
Adds a 'Create and continue' button on the spent time form (#9995).
Jean-Philippe Lang
2012-01-21
1
-1
/
+2
*
Separated new/edit views for the timelog controller.
Jean-Philippe Lang
2012-01-10
3
-23
/
+23
*
Rails3: view: html_safe for timelog/report.html.erb
Toshi MARUYAMA
2012-01-01
1
-1
/
+1
*
Rails3: view: html_safe for timelog/_report_criteria.html.erb
Toshi MARUYAMA
2012-01-01
1
-2
/
+2
*
Rails3: view: html_safe for timelog/bulk_edit.html.erb
Toshi MARUYAMA
2011-12-21
1
-3
/
+4
*
Invalid HTML generated with ruby1.9.
Jean-Philippe Lang
2011-12-17
1
-1
/
+5
*
Removed fieldset.
Jean-Philippe Lang
2011-12-10
1
-4
/
+0
*
Removed double dash.
Jean-Philippe Lang
2011-12-10
1
-1
/
+1
*
Use #labelled_form_for instead of #labelled_tabular_form_for.
Jean-Philippe Lang
2011-12-09
1
-2
/
+2
*
Rails3: view: html_safe for timelog/_date_range.html.erb
Toshi MARUYAMA
2011-12-07
1
-1
/
+1
*
Slight change to time report style.
Jean-Philippe Lang
2011-12-05
1
-1
/
+1
*
Dropped TimeEntryReportsController.
Jean-Philippe Lang
2011-12-02
3
-1
/
+92
*
Adds an autoscroll div around time entry list and report (#8809).
Jean-Philippe Lang
2011-11-29
1
-0
/
+2
*
[#9489] set ids, created invisible labels and linked them
Toshi MARUYAMA
2011-10-29
1
-4
/
+9
*
replace tabs to spaces at app/views/timelog/_date_range.html.erb
Toshi MARUYAMA
2011-09-17
1
-2
/
+2
*
replace tabs to spaces at app/views/timelog/index.html.erb
Toshi MARUYAMA
2011-09-17
1
-2
/
+2
*
replace tabs to spaces at app/views/timelog/edit.html.erb
Toshi MARUYAMA
2011-09-17
1
-1
/
+1
*
remove a trailing tab from app/views/timelog/_list.html.erb
Toshi MARUYAMA
2011-09-17
1
-1
/
+1
*
remove trailing white-spaces app/views/timelog/_list.html.erb
Toshi MARUYAMA
2011-09-17
1
-3
/
+3
*
rename .rhtml to .html.erb of app/views/timelog/_date_range.rhtml.
Toshi MARUYAMA
2011-08-29
1
-0
/
+0
*
rename .rhtml to .html.erb of app/views/timelog/_list.rhtml.
Toshi MARUYAMA
2011-08-29
1
-0
/
+0
*
rename .rhtml to .html.erb of app/views/timelog/bulk_edit.rhtml.
Toshi MARUYAMA
2011-08-29
1
-0
/
+0
*
rename .rhtml to .html.erb of app/views/timelog/edit.rhtml.
Toshi MARUYAMA
2011-08-29
1
-0
/
+0
*
HTML escape at app/views/timelog/_list.rhtml.
Toshi MARUYAMA
2011-08-02
1
-2
/
+2
*
Fixed: GET /time_entries.xml ignores limit/offset parameters (#8356).
Jean-Philippe Lang
2011-05-22
1
-1
/
+1
*
Fixed: empty list for user/version custom fields on bulk edit form (#2096).
Jean-Philippe Lang
2011-04-07
1
-1
/
+1
*
add bulk edit items and context menu in time entries list view (#7996).
Toshi MARUYAMA
2011-04-04
1
-1
/
+13
*
add view for bulk edit time entries (#7996).
Toshi MARUYAMA
2011-04-04
1
-0
/
+49
*
Disable unused fields when switching the period type.
Jean-Philippe Lang
2011-04-03
1
-5
/
+6
*
Changed timelogs filters to use non-AJAX requests (#1965).
Jean-Philippe Lang
2011-04-03
2
-12
/
+4
*
Adds a pseudo format to api template names and overrides ActionController#def...
Jean-Philippe Lang
2010-12-04
2
-0
/
+0
*
Adds REST API for TimeEntries (#6823).
Jean-Philippe Lang
2010-12-04
2
-0
/
+28
*
Refactor: convert timelogs to a REST resource (:time_entries)
Eric Davis
2010-10-12
1
-1
/
+1
*
Refactor: extract TimelogController#edit to #update
Eric Davis
2010-10-11
1
-1
/
+6
*
Refactor: extract TimelogController#create from TimelogController#edit
Eric Davis
2010-10-08
1
-1
/
+1
*
Refactor: extract TimelogController#new from #edit
Eric Davis
2010-10-07
1
-1
/
+1
*
Refactor: rename TimelogController#details to #index
Eric Davis
2010-10-06
2
-2
/
+2
*
Refactor: extract TimelogController#report to a new controller class
Eric Davis
2010-10-05
3
-96
/
+1
*
Don't reveal issue subjects if user is only allowed to view spent time (#3187).
Jean-Philippe Lang
2009-11-14
1
-1
/
+1
*
Refactoring ApplicationHelper#link_to_issue.
Jean-Philippe Lang
2009-11-14
1
-1
/
+1
*
Added an active field track if an Enumeration is active on the frontend view.
Eric Davis
2009-10-21
1
-1
/
+1
*
Fixed a bug where the form would POST causing a routing error. (#3918)
Eric Davis
2009-09-25
1
-1
/
+2
*
Adds missing native eol properties.
Jean-Philippe Lang
2009-09-20
2
-56
/
+56
*
Makes timelog report work at issue level (#2935).
Jean-Philippe Lang
2009-09-20
2
-2
/
+3
*
Makes tickets and timelogs filters collapsible (UI).
Jean-Philippe Lang
2009-09-20
3
-4
/
+13
[next]