summaryrefslogtreecommitdiffstats
path: root/app/views/timelog
Commit message (Expand)AuthorAgeFilesLines
...
* Use #labelled_form_for instead of #labelled_tabular_form_for.Jean-Philippe Lang2011-12-091-2/+2
* Rails3: view: html_safe for timelog/_date_range.html.erbToshi MARUYAMA2011-12-071-1/+1
* Slight change to time report style.Jean-Philippe Lang2011-12-051-1/+1
* Dropped TimeEntryReportsController.Jean-Philippe Lang2011-12-023-1/+92
* Adds an autoscroll div around time entry list and report (#8809).Jean-Philippe Lang2011-11-291-0/+2
* [#9489] set ids, created invisible labels and linked themToshi MARUYAMA2011-10-291-4/+9
* replace tabs to spaces at app/views/timelog/_date_range.html.erbToshi MARUYAMA2011-09-171-2/+2
* replace tabs to spaces at app/views/timelog/index.html.erbToshi MARUYAMA2011-09-171-2/+2
* replace tabs to spaces at app/views/timelog/edit.html.erbToshi MARUYAMA2011-09-171-1/+1
* remove a trailing tab from app/views/timelog/_list.html.erbToshi MARUYAMA2011-09-171-1/+1
* remove trailing white-spaces app/views/timelog/_list.html.erbToshi MARUYAMA2011-09-171-3/+3
* rename .rhtml to .html.erb of app/views/timelog/_date_range.rhtml.Toshi MARUYAMA2011-08-291-0/+0
* rename .rhtml to .html.erb of app/views/timelog/_list.rhtml.Toshi MARUYAMA2011-08-291-0/+0
* rename .rhtml to .html.erb of app/views/timelog/bulk_edit.rhtml.Toshi MARUYAMA2011-08-291-0/+0
* rename .rhtml to .html.erb of app/views/timelog/edit.rhtml.Toshi MARUYAMA2011-08-291-0/+0
* HTML escape at app/views/timelog/_list.rhtml.Toshi MARUYAMA2011-08-021-2/+2
* Fixed: GET /time_entries.xml ignores limit/offset parameters (#8356).Jean-Philippe Lang2011-05-221-1/+1
* Fixed: empty list for user/version custom fields on bulk edit form (#2096).Jean-Philippe Lang2011-04-071-1/+1
* add bulk edit items and context menu in time entries list view (#7996).Toshi MARUYAMA2011-04-041-1/+13
* add view for bulk edit time entries (#7996).Toshi MARUYAMA2011-04-041-0/+49
* Disable unused fields when switching the period type.Jean-Philippe Lang2011-04-031-5/+6
* Changed timelogs filters to use non-AJAX requests (#1965).Jean-Philippe Lang2011-04-032-12/+4
* Adds a pseudo format to api template names and overrides ActionController#def...Jean-Philippe Lang2010-12-042-0/+0
* Adds REST API for TimeEntries (#6823).Jean-Philippe Lang2010-12-042-0/+28
* Refactor: convert timelogs to a REST resource (:time_entries)Eric Davis2010-10-121-1/+1
* Refactor: extract TimelogController#edit to #updateEric Davis2010-10-111-1/+6
* Refactor: extract TimelogController#create from TimelogController#editEric Davis2010-10-081-1/+1
* Refactor: extract TimelogController#new from #editEric Davis2010-10-071-1/+1
* Refactor: rename TimelogController#details to #indexEric Davis2010-10-062-2/+2
* Refactor: extract TimelogController#report to a new controller classEric Davis2010-10-053-96/+1
* Don't reveal issue subjects if user is only allowed to view spent time (#3187).Jean-Philippe Lang2009-11-141-1/+1
* Refactoring ApplicationHelper#link_to_issue.Jean-Philippe Lang2009-11-141-1/+1
* Added an active field track if an Enumeration is active on the frontend view.Eric Davis2009-10-211-1/+1
* Fixed a bug where the form would POST causing a routing error. (#3918)Eric Davis2009-09-251-1/+2
* Adds missing native eol properties.Jean-Philippe Lang2009-09-202-56/+56
* Makes timelog report work at issue level (#2935).Jean-Philippe Lang2009-09-202-2/+3
* Makes tickets and timelogs filters collapsible (UI).Jean-Philippe Lang2009-09-203-4/+13
* Adds a lang string with arguments for date ranges (#2305).Jean-Philippe Lang2009-03-131-4/+2
* Fixes broken CSV link on cross-project timelog report (#2941).Jean-Philippe Lang2009-03-132-2/+2
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-213-5/+5
* Fixes broken action url on time edit form (#2707).Jean-Philippe Lang2009-02-101-1/+1
* Changes time related icons.Jean-Philippe Lang2009-01-302-2/+2
* Adds an helper to render other formats download links.Jean-Philippe Lang2009-01-292-9/+7
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-262-2/+6
* Validates sort_key and sort_order params (#2378).Jean-Philippe Lang2008-12-241-4/+4
* Added :view_timelog_edit_form_bottom hook to the timelog/edit form.Eric Davis2008-10-281-0/+1
* Adds cross-project time reports support (#994).Jean-Philippe Lang2008-08-312-4/+4
* Fixed: logtime entry duplicated when edited from parent project (#1728).Jean-Philippe Lang2008-08-031-2/+2
* Adds custom fields on time entries (#772).Jean-Philippe Lang2008-07-221-0/+3
* Addq "please select" to activity select box if no activity is set as default ...Jean-Philippe Lang2008-06-291-1/+1