Project

General

Profile

Plugins Directory » Checkout

Author: Holger Just
Website: http://dev.holgerjust.de/projects/redmine-checkout/wiki
Code repository: http://dev.holgerjust.de/projects/redmine-checkout/repository
Registered on: 2010-11-01 (over 13 years ago)
Current version: 0.5
Compatible with: Redmine 0.9.x, 1.0.x, 1.1.x
User ratings:   (3)

Add configurable information about available checkout/clone URLs and general information to the repository.

URLs can be configured using regular expressions.

Changelog

0.5 (2010-07-22)

Compatible with Redmine 0.9.x, 1.0.x, 1.1.x.

The goal of this release was to have the ability to define multiple URLs per repository. This is needed by e.g. Git. A common protocol choice for a self-hosted Git repository would look like this:

  • traditional Git protocol (read-only)
  • Git+SSH (read+write)
  • Git over WebDAV (read+write)

As these three protocols all run by different URLs, it was necessary to derive the protocol URLs from the base repository and have some kind of URL switcher on the user-facing side. Also added was the ability to add a repository description.

Features

  • Introduced the ability to define multiple protocols
  • Added a clipboard helper which copies the currently selected protocol URL into the users clipboard

Fixed Bugs

None, as this is a comprehensive rewrite.

redmine_checkout_0.5.tar.gz (27 KB) redmine_checkout_0.5.tar.gz Holger Just, 2010-11-01 13:30
redmine_checkout_0.5.zip (52.8 KB) redmine_checkout_0.5.zip Holger Just, 2010-11-01 13:30

User ratings

  by Artur Hefczyc almost 7 years ago

Updated to Redmine 3.3.2: https://projects.tigase.org/projects/redmine-checkout

  by R M over 8 years ago

https://github.com/rkallensee/redmine_checkout still works with redmine 3.x

  by Sasha Harutyunyan about 9 years ago

Best Ever , but need to be rewritten to support for latest versions of redmine