summaryrefslogtreecommitdiffstats
path: root/app/views/timelog
Commit message (Collapse)AuthorAgeFilesLines
* Merged r16924 and r16925 (#26520).Jean-Philippe Lang2017-10-151-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@16989 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r16983 to r16985 (#27186).Jean-Philippe Lang2017-10-151-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@16986 e93f8b46-1217-0410-a6f0-8f06a7374b81
* DOn't show time entries when query is invalid (#23912).Jean-Philippe Lang2017-06-072-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16635 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use query parameters intead of params in CSV link.Jean-Philippe Lang2017-06-011-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16594 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Better handling of update failures when bulk editing time entries.Jean-Philippe Lang2017-04-041-5/+21
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16477 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Timelog move between projects (#588).Jean-Philippe Lang2017-04-032-11/+14
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16450 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-131-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16390 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Get the count by group from the query directly.Jean-Philippe Lang2017-03-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16387 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show Last Comment in Issue list (#1474).Jean-Philippe Lang2017-03-051-1/+6
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16367 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use css pseudo-classes instead of cycle("odd", "even") (#15361).Jean-Philippe Lang2017-01-252-2/+2
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16249 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Handle csv columns selection in query to preload appropriate associations ↵Jean-Philippe Lang2017-01-181-2/+2
| | | | | | (#24865). git-svn-id: http://svn.redmine.org/redmine/trunk@16219 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds settings to make the issue and/or comment fields mandatory for time ↵Jean-Philippe Lang2017-01-121-2/+2
| | | | | | | | logs (#24577). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16176 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Time entry form - limit issue autocomplete to already selected project (#24189).Jean-Philippe Lang2016-12-161-5/+32
| | | | | | Patch by Jens Kraemer. git-svn-id: http://svn.redmine.org/redmine/trunk@16082 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use multipart forms for objects that may have file custom fields (#6719).Jean-Philippe Lang2016-12-132-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16068 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Clear" button in Spent Time Report tab also clears global filters (#13622).Jean-Philippe Lang2016-12-111-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16057 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r16051 and r16050 for now (#15361).Jean-Philippe Lang2016-12-032-2/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16052 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes calls to #reset_cycle (#15361).Jean-Philippe Lang2016-12-031-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16051 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use css pseudo-classes instead "odd", "even" classes (#15361).Jean-Philippe Lang2016-12-032-2/+2
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16050 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show the entered value when it's not valid (#23996).Jean-Philippe Lang2016-11-181-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15971 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test broken, display hours like in other tables (#23996).Jean-Philippe Lang2016-11-182-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15967 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Introduce a setting to change the display format of timespans to h:mm (#23996).Jean-Philippe Lang2016-11-183-5/+5
| | | | | | Patch by Jens Kraemer. git-svn-id: http://svn.redmine.org/redmine/trunk@15965 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Issue subject is not updated when you select another issue on time entry ↵Jean-Philippe Lang2016-11-183-9/+9
| | | | | | form (#24041). git-svn-id: http://svn.redmine.org/redmine/trunk@15951 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't use a global variable for storing context menu URL.Jean-Philippe Lang2016-10-291-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15936 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Project is required.Jean-Philippe Lang2016-10-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15935 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show message for empty results on time entries.Jean-Philippe Lang2016-08-301-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15763 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds issue tracker and status columns and filters on spent time list (#23401).Jean-Philippe Lang2016-08-201-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15738 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changes required by functional tests updates.Jean-Philippe Lang2016-07-211-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15726 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use named route.Jean-Philippe Lang2016-07-161-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15673 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make time entries groupable (#16843).Jean-Philippe Lang2016-07-134-50/+25
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15649 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove special behaviour for listing issue time entries, use a filter for that.Jean-Philippe Lang2016-07-123-9/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15644 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display the list of saved queries in the sidebar (#14790).Jean-Philippe Lang2016-07-122-0/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15642 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Makes spent time queries savable (#14790).Jean-Philippe Lang2016-07-123-5/+20
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15639 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't generate urls with params.Jean-Philippe Lang2016-07-101-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15631 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't generate back url with params.Jean-Philippe Lang2016-07-101-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15629 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use HTML5 date input fields instead of text fields with jquery ui date ↵Jean-Philippe Lang2016-05-072-2/+2
| | | | | | | | pickers (#19468). Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15375 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve accessibility for icon-only links by adding hidden text (#21805).Jean-Philippe Lang2016-03-201-3/+3
| | | | | | Patch by Daniel Ritz. git-svn-id: http://svn.redmine.org/redmine/trunk@15271 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add id and class for easier styling of query filters (#22018).Jean-Philippe Lang2016-03-191-2/+2
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@15255 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace uses of image_tag() with CSS (#21256).Jean-Philippe Lang2016-01-201-6/+8
| | | | | | | | | | | | | * Replace image_tag() with CSS classes * Create some CSS classes where necessary * Change "check all" positioned on the right in "Trackers -> Summary" and "Roles -> Permissions report" instead of left like in "Worfklow" * Add missing title attribute in a few places * Makes some lines shorter while at it Patch by Daniel Ritz. git-svn-id: http://svn.redmine.org/redmine/trunk@15068 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use ul tags to do pagination (#21258).Jean-Philippe Lang2015-11-281-1/+1
| | | | | | Patch by Daniel Ritz. git-svn-id: http://svn.redmine.org/redmine/trunk@14897 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't let users log time on issues they cannot see in their projects (#21150).Jean-Philippe Lang2015-11-041-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14796 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that time logging form may disclose subjects of issues that are not ↵Jean-Philippe Lang2015-11-041-1/+1
| | | | | | | | visible (#21150). Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@14795 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces the link with a checkbox to select/unselect all items in the list.Jean-Philippe Lang2015-10-231-3/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14729 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Raises time entries comments limit to 1024 (#19885).Jean-Philippe Lang2015-09-211-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14621 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update activities list when changing project/issue id on the time entry form ↵Jean-Philippe Lang2015-05-302-0/+14
| | | | | | (#19656). git-svn-id: http://svn.redmine.org/redmine/trunk@14287 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-232-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14043 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove duplicated :id key from app/views/timelog/report.html.erbToshi MARUYAMA2015-01-041-2/+2
| | | | | | Ruby 2.2 shows warning. git-svn-id: http://svn.redmine.org/redmine/trunk@13835 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed duplicate element ids.Jean-Philippe Lang2014-11-231-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13644 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed submit_query_form function.Jean-Philippe Lang2014-11-181-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13617 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed deep nested time entries routes.Jean-Philippe Lang2014-11-161-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13609 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13482 e93f8b46-1217-0410-a6f0-8f06a7374b81