summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fixes uploading of empty files (#25115).Jean-Philippe Lang2017-02-281-3/+1
* revert r16322 (#24970)Toshi MARUYAMA2017-02-021-2/+2
* replace depricated Net::LDAP::LdapError by Net::LDAP::Error (#24970)Toshi MARUYAMA2017-02-021-2/+2
* Clean up sort orders.Jean-Philippe Lang2017-01-311-4/+4
* Time entry queries should be copied and deleted too.Jean-Philippe Lang2017-01-311-3/+3
* Removes default order on Project#versions association.Jean-Philippe Lang2017-01-311-1/+1
* Only show issue details in time entry activity events if the issue is visible...Jean-Philippe Lang2017-01-291-1/+5
* Option for long text custom fields to be displayed under the description fiel...Jean-Philippe Lang2017-01-251-1/+6
* Changed filter position (#17720).Jean-Philippe Lang2017-01-211-8/+8
* Use #none for empty scope.Jean-Philippe Lang2017-01-211-1/+1
* Clean up SQL.Jean-Philippe Lang2017-01-211-3/+3
* Adds a scope for issue auto complete.Jean-Philippe Lang2017-01-211-0/+6
* Use EXISTS instead of IN subquery (#21608).Jean-Philippe Lang2017-01-211-1/+1
* Allow forward reference to parent when importing issues (#22701).Jean-Philippe Lang2017-01-212-5/+42
* Adds updated_by and last_updated_by filters on issues (#17720).Jean-Philippe Lang2017-01-194-8/+45
* Searching for issues with "updated = none" always returns zero results (#15226).Jean-Philippe Lang2017-01-181-0/+11
* Add warning when loosing data from custom fields when bulk editing issues (#2...Jean-Philippe Lang2017-01-181-0/+8
* Fixed #joins_for_order_statement (#24865).Jean-Philippe Lang2017-01-181-4/+4
* Don't join all associations by default (#24865).Jean-Philippe Lang2017-01-181-3/+18
* Handle csv columns selection in query to preload appropriate associations (#2...Jean-Philippe Lang2017-01-181-0/+3
* Fixed that Query#has_column? returns false with default columns.Jean-Philippe Lang2017-01-171-1/+2
* Moves sort joins for issues to IssueQuery.Jean-Philippe Lang2017-01-172-3/+12
* Use exists? instead of count (#24839).Jean-Philippe Lang2017-01-161-1/+1