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:

0005-Show-original-svn-form-if-SubversionCreator-isn-t-en.patch

Elektritter Messinger, 06 May 2014 12:12

Download (972 Bytes)

View differences:

lib/scm_repositories_helper_patch.rb
54 54
        end
55 55

  
56 56
        def subversion_field_tags_reduced(form, repository)
57
          if ScmConfig['allow_add_local']
57
          if ScmConfig['allow_add_local'] || !SubversionCreator.enabled?
58 58
            subversion_field_tags_without_add(form, repository)
59 59
          else
60 60
            content_tag('p', form.text_field(:url, :size => 60, :required => true,
61
- 
Terms of use | Privacy policy