summaryrefslogtreecommitdiffstats
path: root/app/views/timelog
Commit message (Expand)AuthorAgeFilesLines
* Merged r16983 to r16985 (#27186).Jean-Philippe Lang2017-10-151-1/+3
* Merged r16057 (#13622).Jean-Philippe Lang2016-12-201-1/+1
* Merged r14897 to r14900 and r14949 (#21258).Jean-Philippe Lang2015-12-061-1/+1
* Don't let users log time on issues they cannot see in their projects (#21150).Jean-Philippe Lang2015-11-041-1/+3
* Fixed that time logging form may disclose subjects of issues that are not vis...Jean-Philippe Lang2015-11-041-1/+1
* Replaces the link with a checkbox to select/unselect all items in the list.Jean-Philippe Lang2015-10-231-3/+1
* Raises time entries comments limit to 1024 (#19885).Jean-Philippe Lang2015-09-211-1/+1
* Update activities list when changing project/issue id on the time entry form ...Jean-Philippe Lang2015-05-302-0/+14
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-232-2/+2
* remove duplicated :id key from app/views/timelog/report.html.erbToshi MARUYAMA2015-01-041-2/+2
* Removed duplicate element ids.Jean-Philippe Lang2014-11-231-1/+1
* Removed submit_query_form function.Jean-Philippe Lang2014-11-181-1/+1
* Removed deep nested time entries routes.Jean-Philippe Lang2014-11-161-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* Removes routes for time entries nested under project/issues.Jean-Philippe Lang2014-10-043-8/+8
* Let the new time_entry form be submitted without project (#17954).Jean-Philippe Lang2014-10-042-4/+5
* Wrap filters, options and buttons with extra div (#15362).Jean-Philippe Lang2014-01-111-3/+5
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-1/+1
* Removed deprecated align and width html attributes (#15307).Jean-Philippe Lang2013-11-113-4/+4
* Fixed that CSV Export of Spent Time ignores filters and columns selection (#1...Jean-Philippe Lang2013-04-031-1/+2
* Adds label_total_time string (#13337).Jean-Philippe Lang2013-03-102-4/+4
* Adds an helper for rendering query columns selection.Jean-Philippe Lang2013-02-231-1/+1
* Makes all time entry columns available in the CSV export.Jean-Philippe Lang2013-02-191-1/+15
* Input fields restricted on length should have maxlength parameter set (#12833).Jean-Philippe Lang2013-01-201-1/+1
* replace tabs to spaces at app/views/timelog/_form.html.erbToshi MARUYAMA2012-12-271-16/+16
* Update the issue subject when choosing an issue from the drop down menu.Jean-Philippe Lang2012-12-261-2/+11
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-221-2/+2
* Code cleanup.Jean-Philippe Lang2012-12-221-4/+4
* Makes time entry custom fields available for display on the time entries list...Jean-Philippe Lang2012-12-092-47/+44
* Rename the Member column to User on the time entries list.Jean-Philippe Lang2012-12-091-1/+1
* Adds TimeEntryQuery for listing time entries.Jean-Philippe Lang2012-12-091-32/+13
* Set radio button when selecting a date with the date picker.Jean-Philippe Lang2012-09-021-2/+6
* Don't show the project dropdown when logging time on an issue.Jean-Philippe Lang2012-08-091-1/+1
* Adds autocomplete to issue field on time logging form.Jean-Philippe Lang2012-08-091-0/+2
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-222-6/+6
* Use named routes.Jean-Philippe Lang2012-07-071-2/+2
* Deprecated :confirm => 'Text' option.Jean-Philippe Lang2012-07-071-1/+1
* Fixed that logging time inside redirects at global time logging (#11038).Jean-Philippe Lang2012-05-291-0/+1
* Fixed that activities option tags on the time entry bulk edit form are escaped.Jean-Philippe Lang2012-05-051-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-257-8/+10
* Fixed that date range fields don't get enabled when using the calendar popup ...Jean-Philippe Lang2012-04-191-1/+1
* Adds custom field in TimeEntry API responses (#10131).Jean-Philippe Lang2012-02-012-0/+4
* Fixed javascript error when changing time period on time report.Jean-Philippe Lang2012-01-241-1/+1
* Enable global time logging at /time_entries/new (#10020).Jean-Philippe Lang2012-01-213-2/+11
* Adds a 'Create and continue' button on the spent time form (#9995).Jean-Philippe Lang2012-01-211-1/+2
* Separated new/edit views for the timelog controller.Jean-Philippe Lang2012-01-103-23/+23
* Rails3: view: html_safe for timelog/report.html.erbToshi MARUYAMA2012-01-011-1/+1
* Rails3: view: html_safe for timelog/_report_criteria.html.erbToshi MARUYAMA2012-01-011-2/+2
* Rails3: view: html_safe for timelog/bulk_edit.html.erbToshi MARUYAMA2011-12-211-3/+4
* Invalid HTML generated with ruby1.9.Jean-Philippe Lang2011-12-171-1/+5