summaryrefslogtreecommitdiffstats
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Removes deprecated methods.Jean-Philippe Lang2017-07-231-13/+0
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-7/+18
* Replace tabs with spaces (#26333).Toshi MARUYAMA2017-07-041-2/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Set inverse_of on project boards association.Jean-Philippe Lang2017-06-101-1/+1
* Using #joins is needed here with Rails 5.Jean-Philippe Lang2017-06-031-1/+1
* Statuses of subprojects should be showed too (#5385).Jean-Philippe Lang2017-05-271-1/+1
* Show statuses of project trackers only (#5385).Jean-Philippe Lang2017-05-271-0/+12
* Option to set a default assignee on each project (#482).Jean-Philippe Lang2017-04-081-1/+3
* Don't compare LOWER() with #downcase.Jean-Philippe Lang2017-04-041-5/+3
* Query through multiple projects by issue custom field not possible anymore (#...Jean-Philippe Lang2017-04-031-0/+17
* Reset status when copying issues (#23610).Jean-Philippe Lang2017-04-031-1/+1
* 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
* Use EXISTS instead of IN subquery (#21608).Jean-Philippe Lang2017-01-211-1/+1
* Adds updated_by and last_updated_by filters on issues (#17720).Jean-Philippe Lang2017-01-191-4/+5
* Speeds up Project.allowed_to_condition for users who belong to hundreds of pr...Jean-Philippe Lang2017-01-031-3/+3
* Unarchive link not working for subprojects of closed projects (#24595).Jean-Philippe Lang2016-12-131-2/+10
* Enforce issue assignee validation (#23921).Jean-Philippe Lang2016-12-101-1/+1
* Don't return 2 errors when identifier is blank (blank + too short).Jean-Philippe Lang2016-11-191-1/+1
* Speedup remove_inherited_roles (#22850).Jean-Philippe Lang2016-10-021-1/+1
* Adds pagination to admin project list.Jean-Philippe Lang2016-08-301-1/+4
* Disable "Select project modules" permission does not apply to the new project...Jean-Philippe Lang2016-08-301-2/+18
* Fixed that restricted custom permissions on for non member/anonymous does not...Jean-Philippe Lang2016-08-301-1/+3
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-161-1/+1
* Use .distinct instead of .uniq.Jean-Philippe Lang2016-07-141-4/+4
* Assignable users should not include users that cannot view the tracker (#23172).Jean-Philippe Lang2016-06-281-2/+13
* Limits the tracker list in filters and issue counts (#285).Jean-Philippe Lang2016-06-181-10/+18
* Preload principals.Jean-Philippe Lang2016-06-121-1/+1
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-071-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Use association instead of a manual JOIN (#21583).Jean-Philippe Lang2016-01-161-2/+2
* Don't show projects created more than 30 days ago in "Latest projects" (#21148).Jean-Philippe Lang2015-11-081-1/+4
* Default target version for new issues (#1828).Jean-Philippe Lang2015-11-011-1/+3
* Conditions cleanup.Jean-Philippe Lang2015-10-191-2/+2
* Error message when editing a child project without add project/subprojects pe...Jean-Philippe Lang2015-09-211-6/+8
* Project copy does not copy custom field settings (#20360).Jean-Philippe Lang2015-09-201-5/+11
* Project copy does not update custom field of version type values (#20361).Jean-Philippe Lang2015-09-201-0/+16
* Fixed invalid search link on the new project form (#20565).Jean-Philippe Lang2015-09-201-2/+6
* Don't propose projects without trackers when editing an issue (#20463).Jean-Philippe Lang2015-09-201-0/+3
* Project.copy_from deletes enabled_modules on source (#20512).Jean-Philippe Lang2015-08-181-1/+1
* use String#casecmp for case insensitive comparison (#20369)Toshi MARUYAMA2015-08-121-1/+1
* Fixed that members without view issues permission are able to list issues on ...Jean-Philippe Lang2015-07-251-1/+5
* Deprecates Project#member_principals.Jean-Philippe Lang2015-06-181-9/+11
* Fixed that project activity without parent hides system activities and remove...Jean-Philippe Lang2015-05-301-40/+10
* Memorize project override roles.Jean-Philippe Lang2015-01-241-1/+4
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Option to search attachment filenames and description (#4383).Jean-Philippe Lang2015-01-091-1/+1
* Deprecates Project#set_allowed_parent!.Jean-Philippe Lang2015-01-071-1/+2