summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Load queries from the helper.Jean-Philippe Lang2017-03-182-4/+3
* Fix tests (#1565).Jean-Philippe Lang2017-03-163-52/+7
* Use helper methods for rendering blocks.Jean-Philippe Lang2017-03-166-26/+23
* Allow multiple instances of custom queries on My page (#1565).Jean-Philippe Lang2017-03-166-62/+114
* Traditional Chinese translation updated by ChunChang Lo (#25341)Toshi MARUYAMA2017-03-161-1/+1
* Japanese translation updated by Go MAEDA (#25264)Toshi MARUYAMA2017-03-161-1/+1
* Ukrainian translation updated by Anton Oslyak (#25019)Toshi MARUYAMA2017-03-166-926/+929
* Fix link to issues when displaying a project query (#1565).Jean-Philippe Lang2017-03-153-16/+42
* Show icons only when cursor is over the box.Jean-Philippe Lang2017-03-151-0/+3
* 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-154-1/+91
* Clear settings for blocks that are no longer used.Jean-Philippe Lang2017-03-153-5/+23
* Adds UI test for sorting issues on "My page" (#1565).Jean-Philippe Lang2017-03-141-0/+54
* 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-142-34/+0
* Let user choose columns and sort order of issue lists on "My page" (#1565).Jean-Philippe Lang2017-03-1417-92/+185
* Retrieve issues in each responder.Jean-Philippe Lang2017-03-131-25/+23
* Fixes indentation.Jean-Philippe Lang2017-03-131-1/+1
* Fixes ui tests.Jean-Philippe Lang2017-03-132-2/+17
* Removed invalid test, reorder links no longer exist.Jean-Philippe Lang2017-03-131-38/+0
* 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-136-11/+40
* 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-1317-163/+203
* Fix sort handle on "My page".Jean-Philippe Lang2017-03-112-1/+2
* Removes unused i18n strings (#25297).Jean-Philippe Lang2017-03-0949-98/+0
* Get the count by group from the query directly.Jean-Philippe Lang2017-03-0910-20/+22
* Use local variables in issues/list partial.Jean-Philippe Lang2017-03-092-4/+4
* Removes MyControllerTest#page_layout (#25297).Jean-Philippe Lang2017-03-099-87/+52
* 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-082-2/+35
* Adds a test for #25289.Jean-Philippe Lang2017-03-082-1/+13
* Adding a principal to 2 projects with member inheritance leads to an error (#...Jean-Philippe Lang2017-03-081-2/+4
* Allow to set multiple values in emails for list custom fields (#16549).Jean-Philippe Lang2017-03-086-11/+90
* Emails with no text or html Content not handled properly (#25269, #25256).Jean-Philippe Lang2017-03-073-2/+48
* Issue description filter's 'none' operator does not match issues with blank d...Jean-Philippe Lang2017-03-072-2/+14
* Preload journal's user (#6375).Jean-Philippe Lang2017-03-051-1/+1
* Fix loading of last visible journal (#1474, #6375).Jean-Philippe Lang2017-03-052-10/+15
* Adds tests for #25253.Jean-Philippe Lang2017-03-051-0/+28
* 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
* Removes invalid attributes from gravatar img tag.Jean-Philippe Lang2017-03-051-1/+1
* Mail parts with empty content should be ignored (#25256).Jean-Philippe Lang2017-03-053-10/+51
* 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
* Adds :label_last_notes string to locales (#1474).Jean-Philippe Lang2017-03-0548-0/+48
* Show Last Comment in Issue list (#1474).Jean-Philippe Lang2017-03-0511-9/+104