diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-12 19:58:19 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-12 19:58:19 +0000 |
commit | 6fcc512cb77a0851ab8c3c693fd178b564a600dd (patch) | |
tree | d6f8e3b4ece15c8329192352385d8614c9ef30ef /config | |
parent | 3a75b6771fa1bb6ba79895312ee9d1325be6663d (diff) | |
download | redmine-6fcc512cb77a0851ab8c3c693fd178b564a600dd.tar.gz redmine-6fcc512cb77a0851ab8c3c693fd178b564a600dd.zip |
Adds a setting for whether new projects should be public by default (closes #842, #839).
Patch by Rocco Stanzione, slightly edited.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1235 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/settings.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/settings.yml b/config/settings.yml index 59f4f0437..bb501823e 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -103,6 +103,8 @@ issue_list_default_columns: - updated_on display_subprojects_issues: default: 1 +default_projects_public: + default: 1 # encodings used to convert repository files content to UTF-8 # multiple values accepted, comma separated repositories_encodings: @@ -113,4 +115,4 @@ emails_footer: default: |- 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 -
\ No newline at end of file + |