summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Backported r10842 from trunk.Jean-Philippe Lang2013-01-091-0/+15
* Merged r10992 from trunk (#12400).Jean-Philippe Lang2012-12-151-1/+7
* Merged r10850 from trunk (#12396).Jean-Philippe Lang2012-11-211-2/+3
* Merged r10856 and r10857 from trunk to 2.1-stable (#12409)Toshi MARUYAMA2012-11-212-0/+15
* Merged r10852 from trunk (#12399)Toshi MARUYAMA2012-11-211-1/+18
* Merged r10810 from trunk (#12359).Jean-Philippe Lang2012-11-171-0/+7
* Merged r10801 from trunk (#12349).Jean-Philippe Lang2012-11-171-3/+3
* Merged r10812 from trunk (#12375)Toshi MARUYAMA2012-11-161-1/+2
* Merged r10433, r10437 from trunk.Jean-Philippe Lang2012-09-292-18/+31
* Merged r10438 from trunk.Jean-Philippe Lang2012-09-291-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
* Fixed: Custom fields of type version not proper handled in receiving e-mails ...Jean-Philippe Lang2012-08-062-2/+12
* Adjust the comment.Jean-Philippe Lang2012-08-021-2/+2
* Makes Version#<=> consistent with SQL sort.Jean-Philippe Lang2012-08-021-2/+2
* Sort issues by scheduled versions first then unscheduled versions.Jean-Philippe Lang2012-08-021-1/+3
* Fixed that Mailer.with_synched_deliveries does not use delivery settings (#11...Jean-Philippe Lang2012-07-311-1/+3
* Removed AuthSourceLdap.human_attribute_name.Jean-Philippe Lang2012-07-311-8/+0
* Support for subforums (#3831).Jean-Philippe Lang2012-07-311-2/+35
* Versions that are not shared should not be assignable when selecting another ...Jean-Philippe Lang2012-07-271-1/+18
* Repository Identifier should be frozen (#11109).Jean-Philippe Lang2012-07-261-1/+12
* Changed issues css class from priority-{position} to status-{id} (#2071).Jean-Philippe Lang2012-07-261-1/+1
* Changed issues css class from status-{position} to status-{id} (#11304).Jean-Philippe Lang2012-07-261-1/+1
* Sort versions ascending when grouping issues by version (#11153).Jean-Philippe Lang2012-07-241-1/+1
* In case the column is not found.Jean-Philippe Lang2012-07-241-1/+1
* Ability to group and sort the issue list by user/version custom field (#9419).Jean-Philippe Lang2012-07-242-6/+66
* Adds Version.fields_for_order_statement.Jean-Philippe Lang2012-07-242-1/+6
* Adds CustomField#group_statement.Jean-Philippe Lang2012-07-242-5/+14
* Fixed that settings raises an error if not trackers exist (#11467).Jean-Philippe Lang2012-07-211-2/+10