##// END OF EJS Templates
Version sharing (#465) + optional inclusion of subprojects in the roadmap view (#2666)....
Version sharing (#465) + optional inclusion of subprojects in the roadmap view (#2666). Each version of a project can be shared with: * subprojects * projects in the project hierarchy: ancestors + descendants (needs versions management permission on the root project) * projects in the project tree: root project + all its descendants (same as above) * all projects (can be set by admin users only) Notes: * when sharing a version of a private project with others projects, its name will be visible within the other projects * a project with versions used by non descendant projects can not be archived git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3123 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2854:eecec44ed298
r3009:5f8e9d711820
Show More
enabled_modules.yml
61 lines | 974 B | text/x-yaml | YamlLexer
/ test / fixtures / enabled_modules.yml
Jean-Philippe Lang
Added project module concept....
r714 ---
enabled_modules_001:
name: issue_tracking
project_id: 1
id: 1
enabled_modules_002:
name: time_tracking
project_id: 1
id: 2
enabled_modules_003:
name: news
project_id: 1
id: 3
enabled_modules_004:
name: documents
project_id: 1
id: 4
enabled_modules_005:
name: files
project_id: 1
id: 5
enabled_modules_006:
name: wiki
project_id: 1
id: 6
enabled_modules_007:
name: repository
project_id: 1
id: 7
enabled_modules_008:
name: boards
project_id: 1
id: 8
Jean-Philippe Lang
Added a Mercurial test repository with unit and functional tests....
r978 enabled_modules_009:
name: repository
project_id: 3
id: 9
Jean-Philippe Lang
Fixed: Unable to create a wiki (Rails 2.0 compatibility)....
r985 enabled_modules_010:
name: wiki
project_id: 3
id: 10
Jean-Philippe Lang
Adds basic support for issue creation via email (#1110)....
r1554 enabled_modules_011:
name: issue_tracking
project_id: 2
id: 11
Jean-Philippe Lang
Fixed: cross-project issue list should not show issues of projects for which the issue tracking module was disabled....
r1905 enabled_modules_012:
name: time_tracking
project_id: 3
id: 12
enabled_modules_013:
name: issue_tracking
project_id: 3
id: 13
enabled_modules_014:
name: issue_tracking
project_id: 5
id: 14
Jean-Philippe Lang
Add a test that breaks before r2967 (broken project wiki copy)....
r2854 enabled_modules_015:
name: wiki
project_id: 2
id: 15