versioncontrol_git 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| versioncontrol_git-7.x-1.x-dev.tar.gz | 59.93 KB | 09866ce9e3854da567f99692f35416f8 |
| versioncontrol_git-7.x-1.x-dev.zip | 81.4 KB | a4311009328d5b23bf4f5c3fb38550f1 |
Release notes
Port to D7 in progress.
versioncontrol_git 6.x-2.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| versioncontrol_git-6.x-2.0-alpha1.tar.gz | 20.25 KB | e107d324e88b6e744aaa827e0cdf36ff |
| versioncontrol_git-6.x-2.0-alpha1.zip | 27.56 KB | 6e3c3005f66cf7bd73dcf9f466b9b7d4 |
Release notes
An initial alpha release, to coincide with the alpha release just made of VCAPI.
versioncontrol_git 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| versioncontrol_git-6.x-2.x-dev.tar.gz | 60.26 KB | 08a23ef46d684d2cfca866e95fbdb087 |
| versioncontrol_git-6.x-2.x-dev.zip | 81.67 KB | 2bd6018a9723802625fc3bd87cd4ccd1 |
Release notes
porting to new oop vcs api
versioncontrol_git 6.x-1.2-alpha3
| Download | Size | md5 hash |
|---|---|---|
| versioncontrol_git-6.x-1.2-alpha3.tar.gz | 16.01 KB | bc579da1029c63e3b7bc78bfe2b691dd |
| versioncontrol_git-6.x-1.2-alpha3.zip | 19.37 KB | 845e430badb57e9ff24b83fefe40e73a |
Release notes
Changes:
- don't use our file cache anymore.
- #484372: Improve the cache Improve the cache
- removes the evil cache functions (They are not used anymore)
- review cache_get return before use it
- clear cache on uninstall
Fixes:
- actually pass the missing parameter merge on _versioncontrol_git_parse_items()
- avoid empty tagname (do not use the ":short" suffix on refname inside git-for-each-ref format)
- fix: update vc api interaction on repo add/edit (replace hook_versioncontrol_extract_repository_data with hook_versioncontrol_repository_submit(). )
- remove hook documentation (make the code less redundant)
versioncontrol_git 6.x-1.2-alpha2
| Download | Size | md5 hash |
|---|---|---|
| versioncontrol_git-6.x-1.2-alpha2.tar.gz | 21.21 KB | d4b396db52b3b10c482701e1d8889ee6 |
| versioncontrol_git-6.x-1.2-alpha2.zip | 26.32 KB | 9d07d743b9b9d6b48b192787dd07b659 |
Release notes
This is the second alpha of the 6.x version. It fixes lots of bugs of alpha1, though is still feature-incomplete and not recommended for production. If you want to help with testing and accept some shortcomings, then you're welcome to report any bugs and feature requests to the issue queue. There is no upgrade path provided, neither for 5.x to 6.x version nor for alphaX to alphaY.
versioncontrol_git 6.x-1.2-alpha1
| Download | Size | md5 hash |
|---|---|---|
| versioncontrol_git-6.x-1.2-alpha1.tar.gz | 19.92 KB | 3e79ac17337aa99fddf54b2827a960f7 |
| versioncontrol_git-6.x-1.2-alpha1.zip | 23.52 KB | 8a3bfdb36c3030373db9cc64d83e83d2 |
Release notes
Fisrt functional version at 6.x:
- New log parser
special thanks to ConriI to the awesome work here
Upgrading from 5.x:
- Please remove all repositories, uninstall and then install the 6.x version.
versioncontrol_git 5.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| versioncontrol_git-5.x-1.2.tar.gz | 22.83 KB | 3028c597fdff2cf992cc62611a304907 |
| versioncontrol_git-5.x-1.2.zip | 27.95 KB | ed0ab4bb25a1ad20e7d4a215e4184a17 |
Release notes
Added help information.
versioncontrol_git 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| versioncontrol_git-5.x-1.1.tar.gz | 22.47 KB | 4a07bef71d7e3b88218dab1ffedc8538 |
| versioncontrol_git-5.x-1.1.zip | 27.62 KB | d67c45030b2c8e3497780453488b394b |
Release notes
Added user interface to allow the user to choose if log file is to be used (http://drupal.org/node/217424) and cleaned up xgit scripts (http://drupal.org/node/217425).
versioncontrol_git 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| versioncontrol_git-5.x-1.0.tar.gz | 22.4 KB | cf83ddb49e427a33d2daccfe09730c86 |
| versioncontrol_git-5.x-1.0.zip | 27.5 KB | e623491c00c25812cbdef8283cb3e67f |
Release notes
First fully functional release. Does not have everything that will be included later, but it has enough working to be used.