Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: redmine-git-hosting/redmine_git_hosting
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.2
Choose a base ref
...
head repository: redmine-git-hosting/redmine_git_hosting
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.x
Choose a head ref
  • 19 commits
  • 15 files changed
  • 3 contributors

Commits on Aug 27, 2015

  1. Merge #350 by hand

    Nicolas Rodriguez committed Aug 27, 2015
    Copy the full SHA
    b734992 View commit details
  2. Fix #472

    Nicolas Rodriguez committed Aug 27, 2015
    Copy the full SHA
    83ab691 View commit details
  3. Bump to version 1.1.3

    Nicolas Rodriguez committed Aug 27, 2015
    Copy the full SHA
    71f8d25 View commit details
  4. Minor change

    Nicolas Rodriguez committed Aug 27, 2015
    Copy the full SHA
    7373507 View commit details
  5. Fix #501

    root authored and Nicolas Rodriguez committed Aug 27, 2015
    Copy the full SHA
    c9e4838 View commit details
  6. Fix potential bugs when moving repositories

    Nicolas Rodriguez committed Aug 27, 2015
    Copy the full SHA
    9638a46 View commit details

Commits on Aug 28, 2015

  1. Fix duplicated hash key

    root authored and Nicolas Rodriguez committed Aug 28, 2015
    Copy the full SHA
    f877544 View commit details
  2. Log errors from XitoliteAdapter

    root authored and Nicolas Rodriguez committed Aug 28, 2015
    Copy the full SHA
    143745a View commit details
  3. Fix #502

    root authored and Nicolas Rodriguez committed Aug 28, 2015
    Copy the full SHA
    c3ebfb9 View commit details
  4. Fix #502 for real

    root authored and Nicolas Rodriguez committed Aug 28, 2015
    Copy the full SHA
    66416b0 View commit details

Commits on Sep 6, 2015

  1. Backport patch #505

    Nicolas Rodriguez committed Sep 6, 2015
    Copy the full SHA
    5c48902 View commit details
  2. Bump to version 1.1.4

    Nicolas Rodriguez committed Sep 6, 2015
    Copy the full SHA
    36000d0 View commit details

Commits on Sep 11, 2015

  1. Fix #<TypeError: no implicit conversion of nil into String> when mirr…

    …or doesn't need updates
    root committed Sep 11, 2015
    Copy the full SHA
    f9cd767 View commit details
  2. Fix #<TypeError: no implicit conversion of nil into String> for post …

    …receive urls too
    root committed Sep 11, 2015
    Copy the full SHA
    04457b0 View commit details

Commits on Oct 1, 2015

  1. BUGFIX: non-ASCII ReadMe error

    Avoid crash on ReadMe files containing non-ASCII symbols
    
    Without such workaround this module constantly caused Server Error 500 in repository view with the following log dump, if the repo contained ReadMe file in UTF-8 codepage:
    
      Rendered plugins/redmine_git_hosting/app/views/repositories/show.html.erb within layouts/base (191.4ms)
    Completed 500 Internal Server Error in 303ms (ActiveRecord: 30.8ms)
    
    ActionView::Template::Error ("\xE2" from ASCII-8BIT to UTF-8):
        47:                        :id => @project, :page => nil, :key => User.current.rss_key})) %>
        48:    <% end %>
        49:
        50:    <%= call_hook(:view_repositories_show_bottom) %>
        51:
        52:    <% other_formats_links do |f| %>
        53:     <%= f.link_to 'Atom',
      lib/redmine/hook.rb:61:in `block (2 levels) in call_hook'
      lib/redmine/hook.rb:61:in `each'
      lib/redmine/hook.rb:61:in `block in call_hook'
      lib/redmine/hook.rb:58:in `tap'
      lib/redmine/hook.rb:58:in `call_hook'
      lib/redmine/hook.rb:158:in `call_hook'
      app/controllers/repositories_controller.rb:125:in `show'
    stanclai authored and root committed Oct 1, 2015
    Copy the full SHA
    7cb9c3b View commit details

Commits on Oct 3, 2015

  1. Copy the full SHA
    28cf611 View commit details
  2. Bump to version 1.1.5

    root committed Oct 3, 2015
    Copy the full SHA
    a6aa442 View commit details

Commits on Nov 18, 2015

  1. Update Redcarpet version

    Nicolas Rodriguez committed Nov 18, 2015
    Copy the full SHA
    0697386 View commit details
  2. Update README

    root committed Nov 18, 2015
    Copy the full SHA
    773bbda View commit details
Loading