summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* For 3 comments or more, show reply link at top of comments as well (#24089).Jean-Philippe Lang2017-04-093-0/+7
* Introduce setting to hide optional user custom fields on registration form (#...Jean-Philippe Lang2017-04-092-2/+7
* Option to set a default assignee on each project (#482).Jean-Philippe Lang2017-04-086-5/+32
* Fixed that watchers list is not updated when changing project on the new issu...Jean-Philippe Lang2017-04-064-14/+23
* Option to copy watchers when copying issues (#10460).Jean-Philippe Lang2017-04-063-14/+35
* Set autocomplete to off on project quick search (#23310).Jean-Philippe Lang2017-04-061-1/+1
* Fixed that related to "no open issues" filter shows all issues (#25478).Jean-Philippe Lang2017-04-061-1/+1
* Always set spent_hours instance variables to a Float in Issue instances (#255...Jean-Philippe Lang2017-04-051-3/+3
* Code cleanup.Jean-Philippe Lang2017-04-051-4/+5
* Use 2 queries that use an index.Jean-Philippe Lang2017-04-041-1/+2
* Use #to_sql to generate the subquery.Jean-Philippe Lang2017-04-041-6/+7
* Adds a scope to left join the issue.Jean-Philippe Lang2017-04-042-1/+4
* Don't compare LOWER() with #downcase.Jean-Philippe Lang2017-04-041-5/+3
* SQL Cleanup.Jean-Philippe Lang2017-04-041-2/+1
* Adds a link back to the issue list that we are coming from.Jean-Philippe Lang2017-04-042-1/+11
* Better handling of update failures when bulk editing time entries.Jean-Philippe Lang2017-04-042-23/+42
* Let the issue list be grouped by private flag.Jean-Philippe Lang2017-04-041-1/+1
* Don't hardcode the groups on My page.Jean-Philippe Lang2017-04-043-25/+37
* Adds methods to User model to handle tokens.Jean-Philippe Lang2017-04-043-5/+20
* Makes Attachments column available on the issue list (#25515).Jean-Philippe Lang2017-04-042-13/+21
* Query through multiple projects by issue custom field not possible anymore (#...Jean-Philippe Lang2017-04-034-15/+27
* Deny edit/update/delete for anonymous user (#25483).Jean-Philippe Lang2017-04-032-3/+6
* Use path instead of URL of image in preview (#25295).Jean-Philippe Lang2017-04-031-1/+1
* Delete the file after the change is committed (#25215).Jean-Philippe Lang2017-04-031-2/+6
* Adds file equality check to deduplication hook (#25215).Jean-Philippe Lang2017-04-031-3/+10
* Reuse existing identical disk files for new attachments (#25215).Jean-Philippe Lang2017-04-031-0/+19
* Change MD5 table header to Checksum (#25240).Jean-Philippe Lang2017-04-032-2/+7
* Adds a rake task to update attachments digests to SHA256 (#25240).Jean-Philippe Lang2017-04-031-1/+22
* Changes the digest used for attachments to SHA256 (#25240).Jean-Philippe Lang2017-04-031-5/+5
* Send email even if password is not changed (#7577).Jean-Philippe Lang2017-04-035-4/+6
* Reset status when copying issues (#23610).Jean-Philippe Lang2017-04-032-7/+5
* Timelog move between projects (#588).Jean-Philippe Lang2017-04-032-11/+14
* Adds a User.admin scope (#25416).Jean-Philippe Lang2017-04-031-1/+5
* 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