diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-08-31 12:59:57 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-08-31 12:59:57 +0000 |
commit | dbad26c87db8247c0d635c993981d4277e165978 (patch) | |
tree | 331b8029e1f6c02c5812033b7080281a6a0fbc60 /config/settings.yml | |
parent | 25b4139028696d4f4fb057f598a771aca52b7afe (diff) | |
download | redmine-dbad26c87db8247c0d635c993981d4277e165978.tar.gz redmine-dbad26c87db8247c0d635c993981d4277e165978.zip |
Adds an option to generate sequential project identifiers.
Disabled by default, it can be enabled on the 'Projects' tab in application settings.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1777 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/settings.yml')
-rw-r--r-- | config/settings.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/settings.yml b/config/settings.yml index ac79edb8d..e1ad341de 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -118,6 +118,8 @@ display_subprojects_issues: default: 1 default_projects_public: default: 1 +sequential_project_identifiers: + default: 0 # encodings used to convert repository files content to UTF-8 # multiple values accepted, comma separated repositories_encodings: |