changeset 51:371eac10df0b live

* Merge from "cannam" branch. This includes update to Redmine trunk, plus welcome/tip-of-the-day from luisf branch.
author Chris Cannam
date Wed, 24 Nov 2010 12:20:08 +0000
parents 09b1d4349da3 (diff) 97333e644a2c (current diff)
children 9c7ad012e34d
files app/views/common/.svn/prop-base/403.rhtml.svn-base app/views/common/.svn/prop-base/404.rhtml.svn-base app/views/common/.svn/text-base/403.rhtml.svn-base app/views/common/.svn/text-base/404.rhtml.svn-base app/views/common/403.rhtml app/views/common/404.rhtml app/views/timelog/.svn/prop-base/_report_criteria.rhtml.svn-base app/views/timelog/.svn/prop-base/details.rhtml.svn-base app/views/timelog/.svn/prop-base/report.rhtml.svn-base app/views/timelog/.svn/text-base/_report_criteria.rhtml.svn-base app/views/timelog/.svn/text-base/details.rhtml.svn-base app/views/timelog/.svn/text-base/report.rhtml.svn-base app/views/timelog/_report_criteria.rhtml app/views/timelog/details.rhtml app/views/timelog/report.rhtml app/views/users/.svn/prop-base/add.rhtml.svn-base app/views/users/.svn/text-base/add.rhtml.svn-base app/views/users/add.rhtml app/views/wiki/.svn/prop-base/special_date_index.rhtml.svn-base app/views/wiki/.svn/prop-base/special_page_index.rhtml.svn-base app/views/wiki/.svn/text-base/special_date_index.rhtml.svn-base app/views/wiki/.svn/text-base/special_page_index.rhtml.svn-base app/views/wiki/special_date_index.rhtml app/views/wiki/special_page_index.rhtml extra/svn/reposman-soundsoftware.rb test/integration/.svn/prop-base/issues_api_test.rb.svn-base test/integration/.svn/prop-base/projects_api_test.rb.svn-base test/integration/.svn/text-base/api_token_login_test.rb.svn-base test/integration/.svn/text-base/disabled_rest_api_test.rb.svn-base test/integration/.svn/text-base/http_basic_login_test.rb.svn-base test/integration/.svn/text-base/http_basic_login_with_api_token_test.rb.svn-base test/integration/.svn/text-base/issues_api_test.rb.svn-base test/integration/.svn/text-base/projects_api_test.rb.svn-base test/integration/api_token_login_test.rb test/integration/disabled_rest_api_test.rb test/integration/http_basic_login_test.rb test/integration/http_basic_login_with_api_token_test.rb test/integration/issues_api_test.rb test/integration/projects_api_test.rb
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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