# HG changeset patch # User Chris Cannam # Date 1290601208 0 # Node ID 371eac10df0bde6981a9636dbfbfdd3230a66488 # Parent 09b1d4349da3dde58657fd526967edf711801c2b# Parent 97333e644a2c3a80067929d23c0fe3079c9f4b3b * Merge from "cannam" branch. This includes update to Redmine trunk, plus welcome/tip-of-the-day from luisf branch. diff -r 97333e644a2c -r 371eac10df0b extra/svn/reposman-soundsoftware.rb --- a/extra/svn/reposman-soundsoftware.rb Tue Nov 23 15:59:13 2010 +0000 +++ b/extra/svn/reposman-soundsoftware.rb Wed Nov 24 12:20:08 2010 +0000 @@ -214,7 +214,7 @@ yield if block_given? else uid, gid = Etc.getpwnam($svn_owner).uid, ($use_groupid ? Etc.getgrnam(project.identifier).gid : Etc.getgrnam($svn_group).gid) - right = project.is_public ? 0775 : 0770 + right = project.is_public ? 02775 : 02770 yield if block_given? Find.find(repos_path) do |f| File.chmod right, f diff -r 97333e644a2c -r 371eac10df0b lib/redmine/info.rb --- a/lib/redmine/info.rb Tue Nov 23 15:59:13 2010 +0000 +++ b/lib/redmine/info.rb Wed Nov 24 12:20:08 2010 +0000 @@ -3,7 +3,7 @@ class << self def app_name; 'Redmine' end def url; 'http://www.redmine.org/' end - def help_url; 'http://www.redmine.org/guide' end + def help_url; '/projects/soundsoftware-site/wiki/Help' end def versioned_name; "#{app_name} #{Redmine::VERSION}" end # Creates the url string to a specific Redmine issue