summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
...
* Send reminders about visible issues only (#25713).Jean-Philippe Lang2017-05-131-1/+4
* remove trailing white-space from app/models/time_entry_query.rbToshi MARUYAMA2017-04-251-1/+1
* remove trailing white-space from app/models/user.rbToshi MARUYAMA2017-04-251-1/+1
* Prevent deadlocks by only locking the exact records we need to have locked (#...Jean-Philippe Lang2017-04-131-8/+14
* Option to set a default assignee on each project (#482).Jean-Philippe Lang2017-04-084-5/+23
* Fixed that watchers list is not updated when changing project on the new issu...Jean-Philippe Lang2017-04-061-0/+3
* Option to copy watchers when copying issues (#10460).Jean-Philippe Lang2017-04-061-0/+3
* 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
* 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
* 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-041-5/+28
* Adds methods to User model to handle tokens.Jean-Philippe Lang2017-04-041-0/+14
* Makes Attachments column available on the issue list (#25515).Jean-Philippe Lang2017-04-041-1/+2
* Query through multiple projects by issue custom field not possible anymore (#...Jean-Philippe Lang2017-04-034-15/+27
* 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-031-0/+5
* 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
* Reset status when copying issues (#23610).Jean-Philippe Lang2017-04-032-7/+5
* Adds a User.admin scope (#25416).Jean-Philippe Lang2017-04-031-1/+5
* spelling fixes (#25495)Toshi MARUYAMA2017-04-023-6/+6
* Make project custom fields available as columns on time logs (#24157).Jean-Philippe Lang2017-03-181-0/+2
* Allow multiple instances of custom queries on My page (#1565).Jean-Philippe Lang2017-03-161-1/+5
* Fix link to issues when displaying a project query (#1565).Jean-Philippe Lang2017-03-151-12/+16
* Clear settings for blocks that are no longer used.Jean-Philippe Lang2017-03-151-1/+7
* Let user choose columns and sort order of issue lists on "My page" (#1565).Jean-Philippe Lang2017-03-142-0/+17
* Fixes indentation.Jean-Philippe Lang2017-03-131-1/+1
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-133-19/+39
* Get the count by group from the query directly.Jean-Philippe Lang2017-03-092-7/+7
* 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
* 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-052-1/+31
* Last updated by colum in issue list (#6375).Jean-Philippe Lang2017-03-052-0/+35
* Allow to disable description field in tracker setting (#25052).Jean-Philippe Lang2017-03-021-2/+2