##// END OF EJS Templates
Link to watched issues list on my page....
Link to watched issues list on my page. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2457 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1905:394fc9c10945
r2396:5bdd4291624c
Show More
enabled_modules.yml
57 lines | 916 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
Added a Mercurial test repository with unit and functional tests....
r978