0.5 Release
Start date 2010-05-23 Due date 2010-07-22
100%
8 closed (100%) 0 open (0%)
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 (#146)
- Added a clipboard helper which copies the currently selected protocol URL into the users clipboard (#144)
Fixed Bugs
None, as this is a comprehensive rewrite.