summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Wrap conditions with a single if new_record?.Jean-Philippe Lang2017-01-151-8/+10
* Add default timezone for new users (#16484).Jean-Philippe Lang2017-01-151-0/+3
* Cast as decimal(30,0) instead of integer (#21249).Jean-Philippe Lang2017-01-141-2/+2
* Filtering out specific subprojects (using 'is not' operator) (#15773).Jean-Philippe Lang2017-01-141-3/+10
* Filters on chained custom fields and custom field attributes (#21249).Jean-Philippe Lang2017-01-141-1/+82
* Let user always see his private notes (#17632).Jean-Philippe Lang2017-01-142-7/+8
* Moves journals selection to Issue#visible_journals_with_index (#17632).Jean-Philippe Lang2017-01-141-0/+15
* Adds settings to make the issue and/or comment fields mandatory for time logs...Jean-Philippe Lang2017-01-121-0/+2
* Don't compare timestamps with 0, triggers SQL errors with PostgreSQL (#10840).Jean-Philippe Lang2017-01-121-4/+3
* Allow "stay logged in" from multiple browsers (#10840).Jean-Philippe Lang2017-01-121-4/+56
* Don't preload custom field filter values (#24787).Jean-Philippe Lang2017-01-121-5/+0
* Don't preload all query filters (#24787).Jean-Philippe Lang2017-01-093-112/+139
* remove trailing white space from app/models/version.rbToshi MARUYAMA2017-01-081-1/+1
* Don't destructively insert builtin_role into roles (#23519).Jean-Philippe Lang2017-01-071-3/+2
* Reset #roles on reload (#23519).Jean-Philippe Lang2017-01-071-0/+1
* Don't preload projects and roles on Principal#memberships association (#23519).Jean-Philippe Lang2017-01-072-5/+8
* Sort user memberships by project.Jean-Philippe Lang2017-01-071-0/+4
* Validate length of custom field regexp (#24283).Jean-Philippe Lang2017-01-041-1/+1
* Speeds up Project.allowed_to_condition for users who belong to hundreds of pr...Jean-Philippe Lang2017-01-032-21/+40
* Speeds up rendering of the project list for users who belong to hundreds of p...Jean-Philippe Lang2017-01-031-2/+12
* Unneeded assignment (#24693).Jean-Philippe Lang2016-12-311-1/+1
* Handle time entries on subtasks and prevent from reassigning an issue that is...Jean-Philippe Lang2016-12-311-0/+9
* Don't load Member#user, use #principal instead.Jean-Philippe Lang2016-12-311-1/+1
* Prevent parent issue from being closed if a child issue is open (#10989).Jean-Philippe Lang2016-12-211-1/+9
* Show an error message when changing an issue's project fails due to errors in...Jean-Philippe Lang2016-12-181-0/+1