remove trailing white-spaces from config/settings.yml
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9813 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
74a2c5a521
commit
21dac7287b
@ -1,16 +1,16 @@
|
|||||||
# redMine - project management software
|
# Redmine - project management software
|
||||||
# Copyright (C) 2006-2007 Jean-Philippe Lang
|
# Copyright (C) 2006-2012 Jean-Philippe Lang
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# This program is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU General Public License
|
# modify it under the terms of the GNU General Public License
|
||||||
# as published by the Free Software Foundation; either version 2
|
# as published by the Free Software Foundation; either version 2
|
||||||
# of the License, or (at your option) any later version.
|
# of the License, or (at your option) any later version.
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful,
|
# This program is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
@ -89,7 +89,7 @@ diff_max_lines_displayed:
|
|||||||
default: 1500
|
default: 1500
|
||||||
enabled_scm:
|
enabled_scm:
|
||||||
serialized: true
|
serialized: true
|
||||||
default:
|
default:
|
||||||
- Subversion
|
- Subversion
|
||||||
- Darcs
|
- Darcs
|
||||||
- Mercurial
|
- Mercurial
|
||||||
@ -119,7 +119,7 @@ commit_logtime_activity_id:
|
|||||||
format: int
|
format: int
|
||||||
default: 0
|
default: 0
|
||||||
# autologin duration in days
|
# autologin duration in days
|
||||||
# 0 means autologin is disabled
|
# 0 means autologin is disabled
|
||||||
autologin:
|
autologin:
|
||||||
format: int
|
format: int
|
||||||
default: 0
|
default: 0
|
||||||
@ -139,7 +139,7 @@ default_issue_start_date_to_creation_date:
|
|||||||
default: 1
|
default: 1
|
||||||
notified_events:
|
notified_events:
|
||||||
serialized: true
|
serialized: true
|
||||||
default:
|
default:
|
||||||
- issue_added
|
- issue_added
|
||||||
- issue_updated
|
- issue_updated
|
||||||
mail_handler_body_delimiters:
|
mail_handler_body_delimiters:
|
||||||
@ -147,10 +147,10 @@ mail_handler_body_delimiters:
|
|||||||
mail_handler_api_enabled:
|
mail_handler_api_enabled:
|
||||||
default: 0
|
default: 0
|
||||||
mail_handler_api_key:
|
mail_handler_api_key:
|
||||||
default:
|
default:
|
||||||
issue_list_default_columns:
|
issue_list_default_columns:
|
||||||
serialized: true
|
serialized: true
|
||||||
default:
|
default:
|
||||||
- tracker
|
- tracker
|
||||||
- status
|
- status
|
||||||
- priority
|
- priority
|
||||||
@ -165,7 +165,7 @@ default_projects_public:
|
|||||||
default: 1
|
default: 1
|
||||||
default_projects_modules:
|
default_projects_modules:
|
||||||
serialized: true
|
serialized: true
|
||||||
default:
|
default:
|
||||||
- issue_tracking
|
- issue_tracking
|
||||||
- time_tracking
|
- time_tracking
|
||||||
- news
|
- news
|
||||||
@ -198,7 +198,7 @@ emails_footer:
|
|||||||
default: |-
|
default: |-
|
||||||
You have received this notification because you have either subscribed to it, or are involved in it.
|
You have received this notification because you have either subscribed to it, or are involved in it.
|
||||||
To change your notification preferences, please click here: http://hostname/my/account
|
To change your notification preferences, please click here: http://hostname/my/account
|
||||||
gravatar_enabled:
|
gravatar_enabled:
|
||||||
default: 0
|
default: 0
|
||||||
openid:
|
openid:
|
||||||
default: 0
|
default: 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user