summaryrefslogtreecommitdiffstats
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed that project copy triggers a 500 error if project validation fails.Jean-Philippe Lang2015-01-071-1/+2
* Cleans up parent project assignment in ProjectsController.Jean-Philippe Lang2015-01-071-38/+44
* Moved Project#hierarchy to NestedSet::Traversing.Jean-Philippe Lang2015-01-071-9/+0
* Replaces awesome_nested_set gem with a simple and more robust implementation ...Jean-Philippe Lang2015-01-071-49/+6
* Use logger.info? (#18605).Jean-Philippe Lang2014-12-141-1/+1
* Skip some validations if attribute did not change.Jean-Philippe Lang2014-12-061-2/+1
* Get version ids with a single query (was n+1).Jean-Philippe Lang2014-12-021-3/+4
* Removed broken and unused method added in r5313.Jean-Philippe Lang2014-12-021-6/+0
* Use scope.Jean-Philippe Lang2014-12-021-1/+1
* Edit attachments after upload (#1326).Jean-Philippe Lang2014-11-291-0/+1
* Moved controller code to new method Project#add_default_member.Jean-Philippe Lang2014-11-021-0/+9
* Adds a 'sorted' scope to Project.Jean-Philippe Lang2014-11-021-0/+1
* Fixed SQL errors with SQLServer (column specified more than once in the order...Jean-Philippe Lang2014-10-291-1/+1
* Code cleanup.Jean-Philippe Lang2014-10-281-2/+2
* Clear @assignable_users on reload.Jean-Philippe Lang2014-10-251-0/+1
* Makes Project#assignable_users return a scope that prevents 2*n queries.Jean-Philippe Lang2014-10-251-5/+7
* Restores commits reverted when rails-4.1 branch was merged (#18174).Jean-Philippe Lang2014-10-241-1/+2
* remove unneeded "references" of joinsToshi MARUYAMA2014-10-241-6/+0
* Code cleanup: use #project_condition.Jean-Philippe Lang2014-10-231-3/+2
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-28/+38
* Adds buit-in groups to give specific permissions to anonymous and non members...Jean-Philippe Lang2014-09-281-8/+18
* WARNING: Can't mass-assign protected attributes: user_id, type.Jean-Philippe Lang2014-07-141-1/+1
* Fixed that query roles are not copied when copying a project (#17202).Jean-Philippe Lang2014-07-141-0/+1
* fix typos of source comments at Project modelToshi MARUYAMA2014-04-071-3/+3
* fix typos of source comments at Project modelToshi MARUYAMA2014-04-061-2/+2
* fix typo of Enumeration#overridding_change?Toshi MARUYAMA2014-04-061-2/+2
* Use spaces instead of tabs.Jean-Philippe Lang2014-02-091-3/+3
* Enable the watching of news (#2549).Jean-Philippe Lang2014-02-091-3/+10
* Project.activities should always return a ActiveRecord::Relation (#15983).Jean-Philippe Lang2014-02-071-8/+8
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* back out from r12715 to r12720: #connection replacingToshi MARUYAMA2014-01-271-1/+1
* remove unneeded Relation#all from Project modelToshi MARUYAMA2014-01-271-2/+2
* Rails4: replace deprecated #connection from Project modelToshi MARUYAMA2014-01-271-1/+1
* remove unneeded Project#acts_as_nested_set :order => 'name' optionToshi MARUYAMA2014-01-211-1/+1
* call Project#set_or_update_position_under in Project.rebuild_tree! (#12431)Toshi MARUYAMA2014-01-211-0/+3
* back out r12680Toshi MARUYAMA2014-01-201-1/+1
* use :order_column option instead of :order for acts_as_nested_setToshi MARUYAMA2014-01-201-1/+1
* Rails4: replace deprecated Relation#update_all at Project#create_time_entry_a...Toshi MARUYAMA2014-01-101-4/+3
* remove unneeded Relation#all from Project#copy_issuesToshi MARUYAMA2014-01-091-1/+1
* Fixed that time entries custom values are not deleted when deleting a project...Jean-Philippe Lang2013-12-181-1/+1
* Avoid a query if enabled_modules association is already loaded (#15058).Jean-Philippe Lang2013-10-201-1/+1
* Adds User#builtin_role.Jean-Philippe Lang2013-06-121-1/+1
* fix that project auto generation fails when projects created in the same time...Toshi MARUYAMA2013-06-081-1/+1
* Project#all_issue_custom_fields now returns a scope.Jean-Philippe Lang2013-06-011-2/+6