Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download versioncontrol_git-7.x-1.0-alpha1.tar.gztar.gz 62.32 KB
MD5: d3eed78c7c7883ac36cbf13621daa0a5
SHA-1: cd259a06fea7e9f12b90edabfec3d57755ee3216
SHA-256: 28634d3aaecb1a01f1b056f0e79f30f02c3fd919b5db6c6d28a43ffa78a456f1
Download versioncontrol_git-7.x-1.0-alpha1.zipzip 83.31 KB
MD5: bada17d5e24f8b86bab7f0c43ecb1376
SHA-1: bf9c477867086a396e26cbb37cf335d139b79f16
SHA-256: 20e8c39604eaf50436781112538abf61bbb8e6c8e4c9ebe323a0011742672bee

Release notes

The initial release for D7.

These are the main changes since the branch point not mentioned on other D6 releases:

  • #1985426 follow-up: Use class constants to define test repository counters.
  • #1985426: Implement versioncontrol reposync plugin option to store tag/commit relations optionally.
  • Temporaly depend on dev version.
  • #1796382: Set default branch from reposync default plugin.
  • Use Gzip for the tarball with the test git repository.
  • Do not call a module function before calling setUp on base git test case.
  • #1331352 by tizzo: Add iconv check.
  • #1761092 follow-up: Convert the version string before copare it with version_compare() if needed.
  • #1761092: Fixed hook_requirements failed detecting installed git version.
  • Renumber update hooks to accommodate 6.x backport.
  • #1007098: Port vc_git_individual_commit view to D7/views3.
  • #1546110: Merge remote-tracking branch 'origin/sync-tinkering-d7' into 7.x-1.x
  • Tell autoload about the test file rename on e979f6f.
  • #1546110: numerous fixups following the generic-reposync merge.
  • Use a more informative string if git binary is not found.
  • Fix up requirements logic to not make erroenous complaints.
  • #1546110: Port token support to D7.
  • Fixing an error so that a link is not accidentally checkpain()ed.
  • #1549720, add hook_requirements and hook_enable implementations to check for the version of the git binary available.
  • #1007100: Stop using db_result on tests.
  • #1007100, adding repo sync plugin setting for versioncontrol tests.
  • #1007100, added `Implements` doc block.
  • Related to #1007100, removed unneeded hook_install and added variable cleanups to hook_uninstall().
  • Related to #1007100, fixing string concatenation and control structure spacing for coding standards.
  • Related to #1007100, updated hook_update_n() functions for compliance with Drupal 7 expectations. These should only be run by someone updated from a very old version from D6.
  • Related to #1007100, updated form_alter definition.
  • #1007100, updating from `Implementation of` to `Implements` in doc blocks for compliance with coding standards.
  • #1007100, replacing set_time_limit() with drupal_set_time_limit().
  • Define the current reposync plugin implemented here as the default one for this backend.
  • #1007100, removing deprecated function call from D6.
  • #1007100, updating module description and adding files for tests.
  • Open 7.x-1.x branch.

For more changes related to this, see release nodes 6.x-2.0-beta1 and 6.x-2.0-beta2.

Created by: marvil07
Created on: 9 May 2013 at 03:19 UTC
Last updated: 28 Nov 2013 at 18:08 UTC
New features
Bug fixes

Other releases