| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | For 3 comments or more, show reply link at top of comments as well (#24089). | Jean-Philippe Lang | 2017-04-09 | 3 | -0/+7 |
* | Introduce setting to hide optional user custom fields on registration form (#... | Jean-Philippe Lang | 2017-04-09 | 2 | -2/+7 |
* | Option to set a default assignee on each project (#482). | Jean-Philippe Lang | 2017-04-08 | 6 | -5/+32 |
* | Fixed that watchers list is not updated when changing project on the new issu... | Jean-Philippe Lang | 2017-04-06 | 4 | -14/+23 |
* | Option to copy watchers when copying issues (#10460). | Jean-Philippe Lang | 2017-04-06 | 3 | -14/+35 |
* | Set autocomplete to off on project quick search (#23310). | Jean-Philippe Lang | 2017-04-06 | 1 | -1/+1 |
* | Fixed that related to "no open issues" filter shows all issues (#25478). | Jean-Philippe Lang | 2017-04-06 | 1 | -1/+1 |
* | Always set spent_hours instance variables to a Float in Issue instances (#255... | Jean-Philippe Lang | 2017-04-05 | 1 | -3/+3 |
* | Code cleanup. | Jean-Philippe Lang | 2017-04-05 | 1 | -4/+5 |
* | Use 2 queries that use an index. | Jean-Philippe Lang | 2017-04-04 | 1 | -1/+2 |
* | Use #to_sql to generate the subquery. | Jean-Philippe Lang | 2017-04-04 | 1 | -6/+7 |
* | Adds a scope to left join the issue. | Jean-Philippe Lang | 2017-04-04 | 2 | -1/+4 |
* | Don't compare LOWER() with #downcase. | Jean-Philippe Lang | 2017-04-04 | 1 | -5/+3 |
* | SQL Cleanup. | Jean-Philippe Lang | 2017-04-04 | 1 | -2/+1 |
* | Adds a link back to the issue list that we are coming from. | Jean-Philippe Lang | 2017-04-04 | 2 | -1/+11 |
* | Better handling of update failures when bulk editing time entries. | Jean-Philippe Lang | 2017-04-04 | 2 | -23/+42 |
* | Let the issue list be grouped by private flag. | Jean-Philippe Lang | 2017-04-04 | 1 | -1/+1 |
* | Don't hardcode the groups on My page. | Jean-Philippe Lang | 2017-04-04 | 3 | -25/+37 |
* | Adds methods to User model to handle tokens. | Jean-Philippe Lang | 2017-04-04 | 3 | -5/+20 |
* | Makes Attachments column available on the issue list (#25515). | Jean-Philippe Lang | 2017-04-04 | 2 | -13/+21 |
* | Query through multiple projects by issue custom field not possible anymore (#... | Jean-Philippe Lang | 2017-04-03 | 4 | -15/+27 |
* | Deny edit/update/delete for anonymous user (#25483). | Jean-Philippe Lang | 2017-04-03 | 2 | -3/+6 |
* | Use path instead of URL of image in preview (#25295). | Jean-Philippe Lang | 2017-04-03 | 1 | -1/+1 |
* | Delete the file after the change is committed (#25215). | Jean-Philippe Lang | 2017-04-03 | 1 | -2/+6 |
* | Adds file equality check to deduplication hook (#25215). | Jean-Philippe Lang | 2017-04-03 | 1 | -3/+10 |
* | Reuse existing identical disk files for new attachments (#25215). | Jean-Philippe Lang | 2017-04-03 | 1 | -0/+19 |
* | Change MD5 table header to Checksum (#25240). | Jean-Philippe Lang | 2017-04-03 | 2 | -2/+7 |
* | Adds a rake task to update attachments digests to SHA256 (#25240). | Jean-Philippe Lang | 2017-04-03 | 1 | -1/+22 |
* | Changes the digest used for attachments to SHA256 (#25240). | Jean-Philippe Lang | 2017-04-03 | 1 | -5/+5 |
* | Send email even if password is not changed (#7577). | Jean-Philippe Lang | 2017-04-03 | 5 | -4/+6 |
* | Reset status when copying issues (#23610). | Jean-Philippe Lang | 2017-04-03 | 2 | -7/+5 |
* | Timelog move between projects (#588). | Jean-Philippe Lang | 2017-04-03 | 2 | -11/+14 |
* | Adds a User.admin scope (#25416). | Jean-Philippe Lang | 2017-04-03 | 1 | -1/+5 |
* | spelling fixes (#25495) | Toshi MARUYAMA | 2017-04-02 | 6 | -9/+9 |
* | Make project custom fields available as columns on time logs (#24157). | Jean-Philippe Lang | 2017-03-18 | 1 | -0/+2 |
* | Remove initial indentation of blockquotes for better readability (#25320). | Jean-Philippe Lang | 2017-03-18 | 1 | -1/+1 |
* | Load queries from the helper. | Jean-Philippe Lang | 2017-03-18 | 2 | -4/+3 |
* | Fix tests (#1565). | Jean-Philippe Lang | 2017-03-16 | 1 | -1/+1 |
* | Use helper methods for rendering blocks. | Jean-Philippe Lang | 2017-03-16 | 5 | -22/+19 |
* | Allow multiple instances of custom queries on My page (#1565). | Jean-Philippe Lang | 2017-03-16 | 4 | -52/+54 |
* | Fix link to issues when displaying a project query (#1565). | Jean-Philippe Lang | 2017-03-15 | 2 | -14/+19 |
* | Move the "Log time" link on My page. | Jean-Philippe Lang | 2017-03-15 | 1 | -1/+1 |
* | Let user display a custom query on "My page" (#1565). | Jean-Philippe Lang | 2017-03-15 | 2 | -0/+37 |
* | Clear settings for blocks that are no longer used. | Jean-Philippe Lang | 2017-03-15 | 1 | -1/+7 |
* | Adds titles on icon links. | Jean-Philippe Lang | 2017-03-14 | 3 | -4/+7 |
* | Delete :issue_query from session instead of :query. | Jean-Philippe Lang | 2017-03-14 | 1 | -2/+1 |
* | Removes issues/list_simple partial, no longer used. | Jean-Philippe Lang | 2017-03-14 | 1 | -29/+0 |
* | Let user choose columns and sort order of issue lists on "My page" (#1565). | Jean-Philippe Lang | 2017-03-14 | 12 | -79/+129 |
* | Retrieve issues in each responder. | Jean-Philippe Lang | 2017-03-13 | 1 | -25/+23 |
* | Fixes indentation. | Jean-Philippe Lang | 2017-03-13 | 1 | -1/+1 |