##// END OF EJS Templates
Make --command option usable on Windows....
Make --command option usable on Windows. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1877 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1554:a01f976b4cfa
r1875:9e7bce6a9462
Show More
enabled_modules.yml
45 lines | 707 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
Added a Mercurial test repository with unit and functional tests....
r978