summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* spelling fixes (#25495)Toshi MARUYAMA2017-04-026-9/+9
* Make project custom fields available as columns on time logs (#24157).Jean-Philippe Lang2017-03-181-0/+2
* Remove initial indentation of blockquotes for better readability (#25320).Jean-Philippe Lang2017-03-181-1/+1
* Load queries from the helper.Jean-Philippe Lang2017-03-182-4/+3
* Fix tests (#1565).Jean-Philippe Lang2017-03-161-1/+1
* Use helper methods for rendering blocks.Jean-Philippe Lang2017-03-165-22/+19
* Allow multiple instances of custom queries on My page (#1565).Jean-Philippe Lang2017-03-164-52/+54
* Fix link to issues when displaying a project query (#1565).Jean-Philippe Lang2017-03-152-14/+19
* Move the "Log time" link on My page.Jean-Philippe Lang2017-03-151-1/+1
* Let user display a custom query on "My page" (#1565).Jean-Philippe Lang2017-03-152-0/+37
* Clear settings for blocks that are no longer used.Jean-Philippe Lang2017-03-151-1/+7
* Adds titles on icon links.Jean-Philippe Lang2017-03-143-4/+7
* Delete :issue_query from session instead of :query.Jean-Philippe Lang2017-03-141-2/+1
* Removes issues/list_simple partial, no longer used.Jean-Philippe Lang2017-03-141-29/+0
* Let user choose columns and sort order of issue lists on "My page" (#1565).Jean-Philippe Lang2017-03-1412-79/+129
* Retrieve issues in each responder.Jean-Philippe Lang2017-03-131-25/+23
* Fixes indentation.Jean-Philippe Lang2017-03-131-1/+1
* Preload associations used to display issues on My page.Jean-Philippe Lang2017-03-131-2/+6
* Don't reload the page when adding/removing a block.Jean-Philippe Lang2017-03-135-8/+24
* Fix that move/delete links disappear after updating block settings.Jean-Philippe Lang2017-03-132-9/+14
* Use explicit url.Jean-Philippe Lang2017-03-131-1/+1
* Removes unneeded inclusions of sort_helper.Jean-Philippe Lang2017-03-133-6/+0
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-1311-146/+89
* Fix sort handle on "My page".Jean-Philippe Lang2017-03-112-1/+2
* Get the count by group from the query directly.Jean-Philippe Lang2017-03-098-15/+15
* Use local variables in issues/list partial.Jean-Philippe Lang2017-03-092-4/+4
* Removes MyControllerTest#page_layout (#25297).Jean-Philippe Lang2017-03-094-50/+42
* Test broken by r16381 (#25289).Jean-Philippe Lang2017-03-081-1/+1
* Adding a subtask should default to a tracker without disabled parent field (#...Jean-Philippe Lang2017-03-081-2/+9
* Adds a test for #25289.Jean-Philippe Lang2017-03-081-1/+2
* Adding a principal to 2 projects with member inheritance leads to an error (#...Jean-Philippe Lang2017-03-081-2/+4
* Emails with no text or html Content not handled properly (#25269, #25256).Jean-Philippe Lang2017-03-071-2/+8
* Issue description filter's 'none' operator does not match issues with blank d...Jean-Philippe Lang2017-03-071-2/+2
* Preload journal's user (#6375).Jean-Philippe Lang2017-03-051-1/+1
* Fix loading of last visible journal (#1474, #6375).Jean-Philippe Lang2017-03-051-9/+13
* Password reset should count as a password change for User#must_change_passwd ...Jean-Philippe Lang2017-03-051-7/+12
* Span elements should not contain a div.Jean-Philippe Lang2017-03-051-1/+1
* Mail parts with empty content should be ignored (#25256).Jean-Philippe Lang2017-03-051-10/+10
* Load only last journal with notes (#1474).Jean-Philippe Lang2017-03-051-2/+1
* Don't load all issues' journals (#1474).Jean-Philippe Lang2017-03-051-6/+8
* Show Last Comment in Issue list (#1474).Jean-Philippe Lang2017-03-056-3/+46
* Last updated by colum in issue list (#6375).Jean-Philippe Lang2017-03-052-0/+35
* REST API: option to get the project activities for time entries (#7506).Jean-Philippe Lang2017-03-031-1/+6
* The cancel operation in the issue edit mode doesn't work (#21579).Jean-Philippe Lang2017-03-031-1/+1
* Add attachment information to issues.xml in REST API (#12181).Jean-Philippe Lang2017-03-031-0/+6
* Allow to disable description field in tracker setting (#25052).Jean-Philippe Lang2017-03-021-2/+2
* Filter out current issue from the related issues autocomplete (#25055).Jean-Philippe Lang2017-03-021-1/+1
* Flash messages on CustomFields destroy (#24801).Jean-Philippe Lang2017-03-021-1/+3
* Priority should always be preloaded as it's used to render issue links.Jean-Philippe Lang2017-03-021-1/+2
* Adds a filter on issue attachments (#2783).Jean-Philippe Lang2017-03-021-0/+15