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 (about 14 years ago) | |
Current version: | 0.5 | |
Compatible with: | Redmine 0.9.x, 1.0.x, 1.1.x | |
User ratings: |
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.