summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Adds label_any string for filters.Jean-Philippe Lang2012-10-041-1/+1
* Adds no_issue_in_project operator for relations filter (#3265).Jean-Philippe Lang2012-10-041-6/+8
* sort custom field issue filter by type and position (#12018)Toshi MARUYAMA2012-10-042-1/+7
* move CustomFieldsHelper tabs variable to model constant for common use (#12018)Toshi MARUYAMA2012-10-041-0/+21
* change "is_private" issue filter order from 15 to 16 (#12018)Toshi MARUYAMA2012-10-041-1/+1
* change "status" issue filter order from 1 to 0 (#12018)Toshi MARUYAMA2012-10-041-1/+1
* Private issue notes (#1554).Jean-Philippe Lang2012-10-034-11/+72
* code layout cleanup Query available_filters methodToshi MARUYAMA2012-10-021-33/+71
* add new user format "lastname" (#10937)Toshi MARUYAMA2012-10-011-1/+6
* pin user format order at setting panel (#10937)Toshi MARUYAMA2012-10-011-5/+25
* Call sort for array with more than one element only.Jean-Philippe Lang2012-09-291-2/+2
* Test failure.Jean-Philippe Lang2012-09-291-1/+1
* Makes related issues available for display and filtering on the issue list (#...Jean-Philippe Lang2012-09-293-10/+105
* Do not link copied issues when copying a project (#6899).Jean-Philippe Lang2012-09-272-2/+2
* Adds a "Copied from/to" relation when copying issue(s) (#6899).Jean-Philippe Lang2012-09-272-5/+18
* remove trailing white-spaces from app/models/query.rbToshi MARUYAMA2012-09-251-3/+3
* replace tab to space at app/models/query.rbToshi MARUYAMA2012-09-251-1/+1
* Use eager loaded #principal association instead of #user (#11904).Jean-Philippe Lang2012-09-221-1/+1
* Use eager loaded #principal association instead of #user (#11904).Jean-Philippe Lang2012-09-221-1/+1
* Avoid to run one SQL query per member on Project#assignable_users (#11904).Jean-Philippe Lang2012-09-221-1/+1
* Potential can't dup NilClass error in UserPreference (#11905).Jean-Philippe Lang2012-09-221-1/+1
* Anonymous users should always see public issues only (#11872).Jean-Philippe Lang2012-09-202-19/+24
* Anonymous users should not see private issues with anonymous author (#11872).Jean-Philippe Lang2012-09-191-6/+14
* scm: bazaar: use log encoding as path encoding (#11834)Toshi MARUYAMA2012-09-181-0/+22
* scm: bazaar: remove unused scm.revisions ":with_paths => true" option from fe...Toshi MARUYAMA2012-09-161-1/+1
* Do not consider that versions that are due today are completed.Jean-Philippe Lang2012-09-161-1/+1
* Fixed comment.Etienne Massip2012-09-121-1/+1
* Code cleanup.Jean-Philippe Lang2012-09-091-6/+6
* Fixed that the reminder email excludes issues assigned to groups (#11723).Jean-Philippe Lang2012-09-091-1/+10
* Fixed: Issues associated with a locked version are not copied when copying a ...Jean-Philippe Lang2012-09-091-1/+11
* Fixed that target version is lost on project copy for issues that are assigne...Jean-Philippe Lang2012-09-091-1/+1
* Code cleanup.Jean-Philippe Lang2012-09-091-6/+4
* Adapt subtasks copy when copying a project (#6965).Jean-Philippe Lang2012-09-081-1/+1
* Option to copy subtasks when copying issue(s) (#6965).Jean-Philippe Lang2012-09-081-0/+27
* Create role by copy (#9258).Jean-Philippe Lang2012-09-031-0/+9
* Code cleanup: removed the obsolete with_limit scope.Jean-Philippe Lang2012-08-271-1/+0
* Do not build a projects_by_role Hash that gets updated when accessing a key t...Jean-Philippe Lang2012-08-271-3/+6
* Make sure we don't build an empty IN () statement (#11662).Jean-Philippe Lang2012-08-271-1/+1
* MailHandler: Match assignee on the full display name (#11552).Jean-Philippe Lang2012-08-261-1/+1
* use Rails3 Active Record syntax in DocumentCategory modelToshi MARUYAMA2012-08-221-3/+1
* force set default document category if it is not set on database (#11665)Toshi MARUYAMA2012-08-211-0/+8
* Fixed that open scope on Project#issues raises an error (#11545).Jean-Philippe Lang2012-08-132-2/+0
* Fixed that projects are not ordered alphabetically after renaming project (#1...Jean-Philippe Lang2012-08-101-16/+26
* Code cleanup.Jean-Philippe Lang2012-08-081-0/+9
* Code cleanup.Jean-Philippe Lang2012-08-081-1/+1
* Ability to filter issues using project, author, assignee and target version c...Jean-Philippe Lang2012-08-071-5/+35
* Update the new custom field form with remotely.Jean-Philippe Lang2012-08-071-0/+4
* Build issue filters using javascript.Jean-Philippe Lang2012-08-071-0/+18
* Prevent "Overwriting existing method User.active" warning, scope is already d...Jean-Philippe Lang2012-08-071-2/+0
* Prevents "Overwriting existing method Issue.open" warning (#11545).Jean-Philippe Lang2012-08-072-0/+2