development:
adapter: mysql
- database: redmine_development\r
+ database: redmine_development
host: localhost
username: root
password:
-\r
+
test:
adapter: mysql
- database: redmine_test\r
+ database: redmine_test
host: localhost
username: root
password:
adapter: sqlserver
host: localhost,1157
database: redmine_test
- \r
+
demo:
- adapter: sqlite3\r
- dbfile: db/redmine_demo.db\r
+ adapter: sqlite3
+ dbfile: db/redmine_demo.db
# Uncomment below to force Rails into production mode when
# you don't control web/app server and can't set it the proper way
-# ENV['RAILS_ENV'] ||= 'production'\r
+# ENV['RAILS_ENV'] ||= 'production'
# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')
# (enables use of different database adapters for development and test environments)
# config.active_record.schema_format = :ruby
- # See Rails::Configuration for more options\r
- \r
- # SMTP server configuration\r
- config.action_mailer.smtp_settings = {\r
- :address => "127.0.0.1",\r
- :port => 25,\r
- :domain => "somenet.foo",\r
- :authentication => :login,\r
- :user_name => "redmine",\r
- :password => "redmine",\r
- }\r
- \r
- config.action_mailer.perform_deliveries = true\r
-\r
+ # See Rails::Configuration for more options
+
+ # SMTP server configuration
+ config.action_mailer.smtp_settings = {
+ :address => "127.0.0.1",
+ :port => 25,
+ :domain => "somenet.foo",
+ :authentication => :login,
+ :user_name => "redmine",
+ :password => "redmine",
+ }
+
+ config.action_mailer.perform_deliveries = true
+
# Tell ActionMailer not to deliver emails to the real world.
# The :test delivery method accumulates sent emails in the
# ActionMailer::Base.deliveries array.
- #config.action_mailer.delivery_method = :test\r
+ #config.action_mailer.delivery_method = :test
config.action_mailer.delivery_method = :smtp
# Uncomment this line if the engines plugin is installed.
# Enable serving of images, stylesheets, and javascripts from an asset server
# config.action_controller.asset_host = "http://assets.example.com"
-\r
+
# Disable mail delivery
-config.action_mailer.perform_deliveries = false\r
+config.action_mailer.perform_deliveries = false
config.action_mailer.raise_delivery_errors = false
-\r
+
# Enable serving of images, stylesheets, and javascripts from an asset server
# config.action_controller.asset_host = "http://assets.example.com"
-\r
+
# Disable delivery errors if you bad email addresses should just be ignored
config.action_mailer.raise_delivery_errors = false
# No email in production log
-config.action_mailer.logger = nil\r
+config.action_mailer.logger = nil
-# redMine - project management software\r
-# Copyright (C) 2006 Jean-Philippe Lang\r
-#\r
-# This program is free software; you can redistribute it and/or\r
-# modify it under the terms of the GNU General Public License\r
-# as published by the Free Software Foundation; either version 2\r
-# of the License, or (at your option) any later version.\r
-# \r
-# This program is distributed in the hope that it will be useful,\r
-# but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r
-# GNU General Public License for more details.\r
-# \r
-# You should have received a copy of the GNU General Public License\r
-# along with this program; if not, write to the Free Software\r
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\r
-\r
-# available languages for help pages\r
-langs:\r
- - en\r
- - fr\r
- - ja\r
-\r
-# mapping between controller/action and help pages\r
-# if action is not defined here, 'index' page will be displayed\r
-pages:\r
- # administration\r
- admin:\r
- index: ch01.html\r
- projects: ch01s01.html\r
- mail_options: ch01s09.html\r
- info: ch01s12.html\r
- users:\r
- index: ch01s02.html\r
- roles:\r
- index: ch01s03.html\r
- workflow: ch01s07.html\r
- trackers:\r
- index: ch01s04.html\r
- issue_statuses:\r
- index: ch01s06.html\r
- settings:\r
- index: ch01s11.html\r
- # projects\r
- projects:\r
- index: ch02.html\r
- settings: ch01s01.html\r
- add: ch01s01.html\r
- show: ch02s01.html\r
- gantt: ch02s02.html\r
- calendar: ch02s02.html\r
- changelog: ch02s06.html\r
- roadmap: ch02s07.html\r
- add_document: ch02s07.html\r
- list_documents: ch02s07.html\r
- add_issue: ch02s03.html\r
- list_issues: ch02s03.html\r
- add_news: ch02s06.html\r
- list_news: ch02s06.html\r
- add_file: ch02s11.html\r
- list_files: ch02s11.html\r
- changelog: ch02s05.html\r
- issues:\r
- index: ch02s03.html\r
- documents:\r
- index: ch02s09.html\r
- news:\r
- index: ch02s06.html\r
- versions:\r
- index: ch02s09.html\r
- reports:\r
- index: ch02s04.html\r
- # accounts\r
- my:\r
- index: ch03.html\r
- account: ch03s01.html\r
- page: ch03s02.html\r
- account:\r
- index: ch03.html\r
- lost_password: ch03s03.html\r
- register: ch03s04.html\r
- wiki:\r
- index: ch02s10.html\r
+# redMine - project management software
+# Copyright (C) 2006 Jean-Philippe Lang
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+# available languages for help pages
+langs:
+ - en
+ - fr
+ - ja
+
+# mapping between controller/action and help pages
+# if action is not defined here, 'index' page will be displayed
+pages:
+ # administration
+ admin:
+ index: ch01.html
+ projects: ch01s01.html
+ mail_options: ch01s09.html
+ info: ch01s12.html
+ users:
+ index: ch01s02.html
+ roles:
+ index: ch01s03.html
+ workflow: ch01s07.html
+ trackers:
+ index: ch01s04.html
+ issue_statuses:
+ index: ch01s06.html
+ settings:
+ index: ch01s11.html
+ # projects
+ projects:
+ index: ch02.html
+ settings: ch01s01.html
+ add: ch01s01.html
+ show: ch02s01.html
+ gantt: ch02s02.html
+ calendar: ch02s02.html
+ changelog: ch02s06.html
+ roadmap: ch02s07.html
+ add_document: ch02s07.html
+ list_documents: ch02s07.html
+ add_issue: ch02s03.html
+ list_issues: ch02s03.html
+ add_news: ch02s06.html
+ list_news: ch02s06.html
+ add_file: ch02s11.html
+ list_files: ch02s11.html
+ changelog: ch02s05.html
+ issues:
+ index: ch02s03.html
+ documents:
+ index: ch02s09.html
+ news:
+ index: ch02s06.html
+ versions:
+ index: ch02s09.html
+ reports:
+ index: ch02s04.html
+ # accounts
+ my:
+ index: ch03.html
+ account: ch03s01.html
+ page: ch03s02.html
+ account:
+ index: ch03.html
+ lost_password: ch03s03.html
+ register: ch03s04.html
+ wiki:
+ index: ch02s10.html
syntax: wiki_syntax.html
\ No newline at end of file
map.home '', :controller => 'welcome'
- map.connect 'wiki/:id/:page/:action', :controller => 'wiki', :page => nil\r
- map.connect 'roles/workflow/:id/:role_id/:tracker_id', :controller => 'roles', :action => 'workflow'\r
- map.connect 'help/:ctrl/:page', :controller => 'help'\r
- #map.connect ':controller/:action/:id/:sort_key/:sort_order'\r
+ map.connect 'wiki/:id/:page/:action', :controller => 'wiki', :page => nil
+ map.connect 'roles/workflow/:id/:role_id/:tracker_id', :controller => 'roles', :action => 'workflow'
+ map.connect 'help/:ctrl/:page', :controller => 'help'
+ #map.connect ':controller/:action/:id/:sort_key/:sort_order'
map.connect 'issues/:issue_id/relations/:action/:id', :controller => 'issue_relations'
map.connect 'projects/:project_id/boards/:action/:id', :controller => 'boards'
# Allow downloading Web Service WSDL as a file with an extension
# instead of a file named 'wsdl'
map.connect ':controller/service.wsdl', :action => 'wsdl'
-\r
+
# Install the default route as the lowest priority.
map.connect ':controller/:action/:id'
-# redMine - project management software\r
-# Copyright (C) 2006-2007 Jean-Philippe Lang\r
-#\r
-# This program is free software; you can redistribute it and/or\r
-# modify it under the terms of the GNU General Public License\r
-# as published by the Free Software Foundation; either version 2\r
-# of the License, or (at your option) any later version.\r
-# \r
-# This program is distributed in the hope that it will be useful,\r
-# but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r
-# GNU General Public License for more details.\r
-# \r
-# You should have received a copy of the GNU General Public License\r
-# along with this program; if not, write to the Free Software\r
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\r
-\r
-\r
-# DO NOT MODIFY THIS FILE !!!\r
-# Settings can be defined through the application in Admin -> Settings\r
-\r
-app_title:\r
- default: Redmine\r
-app_subtitle:\r
- default: Project management\r
-welcome_text:\r
- default:\r
-login_required:\r
- default: 0\r
-self_registration:\r
- default: 1\r
-lost_password:\r
- default: 1\r
-attachment_max_size:\r
- format: int\r
- default: 5120\r
-issues_export_limit:\r
- format: int\r
- default: 500\r
-mail_from:\r
- default: redmine@somenet.foo\r
-text_formatting:\r
- default: textile\r
-wiki_compression:\r
- default: ""\r
-default_language:\r
- default: en\r
-host_name:\r
- default: localhost:3000\r
-feeds_limit:\r
- format: int\r
- default: 15\r
-autofetch_changesets:\r
- default: 1\r
-sys_api_enabled:\r
- default: 0\r
-commit_ref_keywords:\r
- default: 'refs,references,IssueID'\r
-commit_fix_keywords:\r
- default: 'fixes,closes'\r
-commit_fix_status_id:\r
- format: int\r
- default: 0\r
-# autologin duration in days\r
-# 0 means autologin is disabled \r
-autologin:\r
- format: int\r
- default: 0\r
-# date format\r
-# 0: language based\r
-# 1: ISO format\r
-date_format:\r
- format: int\r
- default: 0\r
-cross_project_issue_relations:\r
- default: 0\r
-notified_events:\r
- serialized: true\r
- default: --\r
- - issue_added\r
- - issue_updated\r
+# redMine - project management software
+# Copyright (C) 2006-2007 Jean-Philippe Lang
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+
+# DO NOT MODIFY THIS FILE !!!
+# Settings can be defined through the application in Admin -> Settings
+
+app_title:
+ default: Redmine
+app_subtitle:
+ default: Project management
+welcome_text:
+ default:
+login_required:
+ default: 0
+self_registration:
+ default: 1
+lost_password:
+ default: 1
+attachment_max_size:
+ format: int
+ default: 5120
+issues_export_limit:
+ format: int
+ default: 500
+mail_from:
+ default: redmine@somenet.foo
+text_formatting:
+ default: textile
+wiki_compression:
+ default: ""
+default_language:
+ default: en
+host_name:
+ default: localhost:3000
+feeds_limit:
+ format: int
+ default: 15
+autofetch_changesets:
+ default: 1
+sys_api_enabled:
+ default: 0
+commit_ref_keywords:
+ default: 'refs,references,IssueID'
+commit_fix_keywords:
+ default: 'fixes,closes'
+commit_fix_status_id:
+ format: int
+ default: 0
+# autologin duration in days
+# 0 means autologin is disabled
+autologin:
+ format: int
+ default: 0
+# date format
+# 0: language based
+# 1: ISO format
+date_format:
+ format: int
+ default: 0
+cross_project_issue_relations:
+ default: 0
+notified_events:
+ serialized: true
+ default: --
+ - issue_added
+ - issue_updated
\ No newline at end of file