Download & Extend

Releases for CVS integration

cvslog 6.x-1.0-alpha3

Download Size md5 hash
cvslog-6.x-1.0-alpha3.tar.gz 52.88 KB 24bbc3a125864fd29016df6e92950195
cvslog-6.x-1.0-alpha3.zip 60.72 KB ae90e66cbefa92a1c7ee5115be79f68b
Last updated: December 24, 2010 - 22:43
Official release from tag: 6.x-1.0-alpha3

Release notes

First official release compatible with Drupal 6 core (note that the alpha1 and alpha2 releases were tagged months ago but never officially released -- they were used internally for initial deployment on drupal.org).

Changes since 5.x-1.1:

  • Ported to the Drupal 6 API:
    • .info file port to 6.x
    • #366389 by dww and deadwood.module: Ported cvs.install to Schema API.
    • proper use of db_query for 6.x port.
    • #225059 by dww: Initial port of CVS release node form altering to D6.
    • #372711 by dww: Ported theme('feed_icon') to D6 API (missing title argument).
  • cleanup of #176747 by jpetso, hunmonk: rip out dead regex code -- not needed since we're now requiring the hash sign.
  • #323047 by kbahey and dww: Prevent clobbering of CVSROOT/passwd file when a database error happens.
  • #339054 by dww: Initial support to collect datestamp data for CVS tags.
  • #344234 by dww: Added a warning message after branch creation reminding users to update their workspace to the new branch.
Read more

cvslog 5.x-1.1

Download Size md5 hash
cvslog-5.x-1.1.tar.gz 48.86 KB 8309e10c59cdb82c49e3afc763100df5
cvslog-5.x-1.1.zip 56.78 KB 4430802e749b09100bccc6d4337840ca
Last updated: December 24, 2010 - 22:43
Official release from tag: 5.x-1.1

Release notes

Changes since DRUPAL-5--1-0:

Read more

cvslog 5.x-1.x-dev

Download Size md5 hash
cvslog-5.x-1.x-dev.tar.gz 49.2 KB 2f17dd60e0b926c06de87566852a1745
cvslog-5.x-1.x-dev.zip 56.59 KB ea27c0991df74da52669d4d30e3d5ba5
Last updated: February 25, 2011 - 07:31
Development snapshot from branch: 5.x-1.x

Release notes

Development snapshot for Drupal 5. Please note that this module will most likely be at EOL sometime before any 6.x releases. The successor will be the VersionControl API.

cvslog 5.x-1.0

Download Size md5 hash
cvslog-5.x-1.0.tar.gz 47.26 KB 769a46d55e53efedc5f5032572bc42e8
cvslog-5.x-1.0.zip 54.55 KB f38e002a0e387aa80cb01a9429a302fc
Last updated: December 24, 2010 - 22:43
Official release from tag: 5.x-1.0

Release notes

First official release compatibile with the 5.x core API. Contains all features and bug fixes from the 4.7.x-2.* series up to version 4.7.x-2.2.

cvslog 4.7.x-2.2

Download Size md5 hash
cvslog-4.7.x-2.2.tar.gz 44.99 KB 67c121368e626dea01c4f2a35fe68c60
cvslog-4.7.x-2.2.zip 52.09 KB 6c9b1f742365af3a7df7e07f83dd243c
Last updated: December 24, 2010 - 22:43
Official release from tag: 4.7.x-2.2

Release notes

Changes since4.7.x-2.1:

Read more

cvslog 4.7.x-1.2

Download Size md5 hash
cvslog-4.7.x-1.2.tar.gz 34.59 KB 2929d23ccd5c73ff39482a9ead2ae501
cvslog-4.7.x-1.2.zip 40.68 KB 4783c3c22430eb81259de52cc2f0ea3f
Last updated: December 24, 2010 - 22:43
Official release from tag: 4.7.x-1.2

Release notes

Bugs fixed since 4.7.x-1.1:

Read more

cvslog 4.7.x-1.1

Download Size md5 hash
cvslog-4.7.x-1.1.tar.gz 34.27 KB 301763ef2009801cebf9fe38d7ae2902
cvslog-4.7.x-1.1.zip 40.18 KB dac00c13e6a294b59147db3933cd919c
Last updated: December 24, 2010 - 22:43
Official release from tag: 4.7.x-1.1

Release notes

This release fixes a security vulnerability, all users of cvs.module (4.7.x-1.0 or 4.7.0 from before the new release system) are urged to upgrade. For more details, see DRUPAL-SA-2006-028.

This release includes a new database update: cvs_update_5() which removes a stale entry from the {variable} table. After you upgrade, you should run update.php for your site.

Other changes since cvslog 4.7.x-1.0:

  • #94000 by dww: adding $Name$ tags for automated version identification
  • #101034 by AjK: Two settings form element names not aligned with system variable name.
  • #101034 by AjK: add cvs_update_5() to delete stale entry in {variable} table.
  • #101335 by Zen: Motivation field fixes.
  • #101170 by Zen: Fixed how some pages render their output.
  • Other minor code cleanup (removing stray whitespace, making a few strings clearer, etc).

cvslog 4.7.x-2.1

Download Size md5 hash
cvslog-4.7.x-2.1.tar.gz 42.16 KB bb42b00b9cd4c506f54eb5b9729da9e3
cvslog-4.7.x-2.1.zip 48.69 KB a9621ea8dce2e43e6e8f7e194f080539
Last updated: December 24, 2010 - 22:43
Official release from tag: 4.7.x-2.1

Release notes

This release fixes a security vulnerability, all users of cvs.module (4.7.x-1.0 or 4.7.0 from before the new release system) are urged to upgrade. For more details, see DRUPAL-SA-2006-028.

This release includes a new database update: cvs_update_5() which removes a stale entry from the {variable} table. After you upgrade, you should run update.php for your site.

Other changes since cvslog 4.7.x-2.0:

  • #94000 by dww: adding $Name$ tags for automated version identification.
  • #97031 by Zen: CVS application form fixes + move all strings to the settings page.
  • #97128 by dww: don't make the body field required when project administrators edit project releases.
  • #97735 by AjK: Extra application status.
  • #97789 by AjK, dww and Zen: numerous UI improvements for CVS account management:
    • Changes the status "pending response" to "queued"
    • Adds a new status "disabled"
    • You can now filter the account overview page by status
    • Paginates the list of cvs accounts on the accounts overview page
    • Lots of other minor string improvements
  • #101034 by AjK: Two settings form element names not aligned with system variable name.
Read more

cvslog 4.7.x-2.x-dev

Download Size md5 hash
cvslog-4.7.x-2.x-dev.tar.gz 44.64 KB b32481197f4b09ac3390b5a08655342e
cvslog-4.7.x-2.x-dev.zip 51.21 KB 694104063fcb143eac623646f78beb56
Last updated: February 25, 2011 - 07:31
Development snapshot from branch: 4.7.x-2.x

Release notes

This is where bugs in the new release system will be fixed, and new features and future work will be resolved. This release requires a 4.7.x-2.* version of the project.module.

cvslog 4.7.x-1.0

Download Size md5 hash
cvslog-4.7.x-1.0.tar.gz 34.18 KB ba582f73621d8cb41332f61bb9eab6e3
cvslog-4.7.x-1.0.zip 39.84 KB 9191f16f876300b869a12441ac283c44
Last updated: December 24, 2010 - 22:43
Official release from tag: 4.7.x-1.0

Release notes

The initial stable release compatible with Drupal core 4.7.x. This is the code from before the new release system. It is incompatible with the 4.7.x-2.x series of the project.module, so be sure you use the 4.7.x-1.x series of both modules.

cvslog 4.7.x-2.0

Download Size md5 hash
cvslog-4.7.x-2.0.tar.gz 40.08 KB e5c0726f9a1b4ab663ed38ba52b1d730
cvslog-4.7.x-2.0.zip 46.23 KB 5bb710090c447deb5e28e6c5437b5686
Last updated: December 24, 2010 - 22:43
Official release from tag: 4.7.x-2.0

Release notes

The initial release of the 4.7.x-2.x series which implements the new release system. This series requires a version of the project.module that is also version 4.7.x-2.x, since the project API changed for major revision 2.

cvslog 4.7.x-1.x-dev

Download Size md5 hash
cvslog-4.7.x-1.x-dev.tar.gz 34.35 KB dc4c8d773e24f07547c6e6e2418bdf0f
cvslog-4.7.x-1.x-dev.zip 39.94 KB 1521752761d51f1be5081b85121eea6b
Last updated: February 25, 2011 - 07:31
Development snapshot from branch: 4.7.x-1.x

cvslog 6.x-1.x-dev

Download Size md5 hash
cvslog-6.x-1.x-dev.tar.gz 52.04 KB 9a3bfa7f32f91a63d320fc9ba1288690
cvslog-6.x-1.x-dev.zip 59.4 KB 56e279289497c45ed76981cf3044052b
Last updated: February 25, 2011 - 07:31
Development snapshot from branch: master
Subscribe with RSS Syndicate content
nobody click here