##// END OF EJS Templates
Merged r9381 from trunk....
Merged r9381 from trunk. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.4-stable@9398 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r8528:fb1a2fd7cd4c
r9264:32fd503cbbdf
Show More
enabled_modules.yml
105 lines | 1.6 KiB | 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
Jean-Philippe Lang
Makes user unwatch what he can no longer view after its permissions have changed (#3589)....
r3053 enabled_modules_016:
name: boards
project_id: 2
id: 16
Eric Davis
Treat Calendar and Gantt pages as separate modules. #6153...
r3899 enabled_modules_017:
name: calendar
project_id: 1
id: 17
enabled_modules_018:
name: gantt
project_id: 1
id: 18
enabled_modules_019:
name: calendar
project_id: 2
id: 19
enabled_modules_020:
name: gantt
project_id: 2
id: 20
enabled_modules_021:
name: calendar
project_id: 3
id: 21
enabled_modules_022:
name: gantt
project_id: 3
id: 22
enabled_modules_023:
name: calendar
project_id: 5
id: 23
enabled_modules_024:
name: gantt
project_id: 5
id: 24
Jean-Philippe Lang
Refactor and add tests for News #index API (#7072)....
r4391 enabled_modules_025:
name: news
project_id: 2
id: 25
Jean-Philippe Lang
Resourcified repositories for CRUD operations to prepare for multiple SCM per project (#779)....
r8528 enabled_modules_026:
name: repository
project_id: 2
id: 26