I'm looking for a part-time remote job.

Hire me


I'm the author of:

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book's project or

Buy the book

Social pages of the book:

By buying this book you also donate to Redmine (see this page).


Follow me:

svn_repository_borken_redmine2.2.patch

Yukinari Toyota, 30 Jul 2013 15:56

Download (716 Bytes)

View differences:

lib/scm_repositories_helper_patch.rb
56 56
        def subversion_field_tags_with_add(form, repository)
57 57
            svntags = subversion_field_tags_without_add(form, repository)
58 58
            svntags.gsub!('&lt;br /&gt;', '<br />')
59
            svntags = svntags.html_safe()
59 60

  
60 61
            if @project.respond_to?(:repositories) &&
61 62
                ScmConfig['max_repos'] && ScmConfig['max_repos'].to_i > 0 && @project.repositories.select{ |r| r.created_with_scm }.size >= ScmConfig['max_repos'].to_i
Terms of use | Privacy policy