summaryrefslogtreecommitdiffstats
path: root/app/views/timelog
Commit message (Expand)AuthorAgeFilesLines
* Use css pseudo-classes instead of cycle("odd", "even") (#15361).Jean-Philippe Lang2017-01-252-2/+2
* Handle csv columns selection in query to preload appropriate associations (#2...Jean-Philippe Lang2017-01-181-2/+2
* Adds settings to make the issue and/or comment fields mandatory for time logs...Jean-Philippe Lang2017-01-121-2/+2
* Time entry form - limit issue autocomplete to already selected project (#24189).Jean-Philippe Lang2016-12-161-5/+32
* Use multipart forms for objects that may have file custom fields (#6719).Jean-Philippe Lang2016-12-132-2/+2
* "Clear" button in Spent Time Report tab also clears global filters (#13622).Jean-Philippe Lang2016-12-111-1/+1
* Reverts r16051 and r16050 for now (#15361).Jean-Philippe Lang2016-12-032-2/+3
* Removes calls to #reset_cycle (#15361).Jean-Philippe Lang2016-12-031-1/+0
* Use css pseudo-classes instead "odd", "even" classes (#15361).Jean-Philippe Lang2016-12-032-2/+2
* Show the entered value when it's not valid (#23996).Jean-Philippe Lang2016-11-181-1/+1
* Test broken, display hours like in other tables (#23996).Jean-Philippe Lang2016-11-182-4/+4
* Introduce a setting to change the display format of timespans to h:mm (#23996).Jean-Philippe Lang2016-11-183-5/+5
* Issue subject is not updated when you select another issue on time entry form...Jean-Philippe Lang2016-11-183-9/+9
* Don't use a global variable for storing context menu URL.Jean-Philippe Lang2016-10-291-2/+2
* Project is required.Jean-Philippe Lang2016-10-291-1/+1
* Show message for empty results on time entries.Jean-Philippe Lang2016-08-301-1/+3
* Adds issue tracker and status columns and filters on spent time list (#23401).Jean-Philippe Lang2016-08-201-1/+1
* Changes required by functional tests updates.Jean-Philippe Lang2016-07-211-1/+3
* Use named route.Jean-Philippe Lang2016-07-161-2/+2
* Make time entries groupable (#16843).Jean-Philippe Lang2016-07-134-50/+25
* Remove special behaviour for listing issue time entries, use a filter for that.Jean-Philippe Lang2016-07-123-9/+5
* Display the list of saved queries in the sidebar (#14790).Jean-Philippe Lang2016-07-122-0/+8
* Makes spent time queries savable (#14790).Jean-Philippe Lang2016-07-123-5/+20
* Don't generate urls with params.Jean-Philippe Lang2016-07-101-2/+2
* Don't generate back url with params.Jean-Philippe Lang2016-07-101-1/+1
* Use HTML5 date input fields instead of text fields with jquery ui date picker...Jean-Philippe Lang2016-05-072-2/+2
* Improve accessibility for icon-only links by adding hidden text (#21805).Jean-Philippe Lang2016-03-201-3/+3
* Add id and class for easier styling of query filters (#22018).Jean-Philippe Lang2016-03-191-2/+2
* Replace uses of image_tag() with CSS (#21256).Jean-Philippe Lang2016-01-201-6/+8
* Use ul tags to do pagination (#21258).Jean-Philippe Lang2015-11-281-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