Download & Extend

Releases for Document

document 7.x-1.20

Download Size md5 hash
document-7.x-1.20.tar.gz 42.6 KB 9329c040296cb317416c0154e8e71fb7
document-7.x-1.20.zip 48.89 KB 9f7ccbc61ceffd0ddd9273785c903c3a
Last updated: May 6, 2012 - 16:30
Official release from tag: 7.x-1.20

Release notes

Important security fix for 7.x-1.x branch. Updating this this release is highly recommended.
Other fixes and improvements:
i) Issue #1194418 by tim.hidalgo: Undefined property: stdClass::$nid in document_form()
ii) Issue #1216300 by tshakah: "would be" repetition in content types description.
iii) Issue #1305930 by duncan.moo: Resolved Drupal 7 port issues for admin and moderation form..
iv) Resolved Drupal 7 port issues for search form.
v) Issue 1241276 by John_NL: Fixed document deletion errors.
vi) Resolved undefined property warning when updating a document node outside the standard node edit form (e.g. during Publish/Unpublish).
vii) Fixed extracting document vocabulary terms when node language is set to 'und'.
viii) Resolved Drupal 7 port issues for document block forms.
ix) Issue 1478972 by loopy1492: Added ability to control allowed file extensions for uploaded documents.

document 6.x-1.11

Download Size md5 hash
document-6.x-1.11.tar.gz 41.02 KB f65f251ff95b9aa6b516914ee132ed6b
document-6.x-1.11.zip 47.92 KB 6e00adf5c95f09bc565f5a5b1de137fc
Last updated: May 6, 2012 - 16:30
Official release from tag: 6.x-1.11

Release notes

Important security fix for 6.x-1.11 branch. Updating to this release is highly recommended.

document 6.x-1.0

Download Size md5 hash
document-6.x-1.0.tar.gz 40.73 KB 951d143ea377e0783c2fb0044dd05306
document-6.x-1.0.zip 47.53 KB 797a13f48fd1f83afdb58095f3e3b079
Last updated: April 28, 2012 - 21:20
Official release from tag: 6.x-1.0

Release notes

Stable release for 6.x branch.

Changes:
1) Issue #1123282 by chris.wray: js bug-fix for IE.

This is the final release for 6.x branch of this module. New features only goto 7.x branch and only critical bugs reported would be back-ported to 6.x.

document 7.x-1.0

Download Size md5 hash
document-7.x-1.0.tar.gz 42.2 KB beb198fad22585f11a7860d8cb380266
document-7.x-1.0.zip 48.44 KB 87ee31ea0a0b19d8eb2b7a519ef50163
Last updated: April 28, 2012 - 21:15
Official release from tag: 7.x-1.0

Release notes

First stable release for 7.x branch of the module.

document 7.x-1.x-dev

Download Size md5 hash
document-7.x-1.x-dev.tar.gz 42.6 KB b3e079e3f601bbd9524b8726da1edb10
document-7.x-1.x-dev.zip 48.89 KB fac13d5fd2c81e70eca6029dd2c8ed9f
Last packaged version: 7.x-1.0+4-dev
Last updated: April 30, 2012 - 00:10
Development snapshot from branch: 7.x-1.x

Release notes

Initial port of the module for Drupal 7.x. No new features/changes have been introduced.
Upgrade from Drupal 6.x branch is not officially supported yet.

document 6.x-1.0-beta3

Download Size md5 hash
document-6.x-1.0-beta3.tar.gz 39.79 KB 6d047846959321b027eea726dd8a1efc
document-6.x-1.0-beta3.zip 46.46 KB d46bda02d4aeb2fcb2a34ad7228c6a64
Last updated: May 15, 2011 - 22:16
Official release from tag: 6.x-1.0-beta3

Release notes

Many bug-fixes including these:
1) Fix for not showing "pending publishing" message on Document creation if the document is already published.
2) Issue #913922 by Robert_T: Fixed issue with Document to loose url and type on reverting previous revisions. Now no validation is performed on reversion and url, type and fid is copied from the revision being reverted instead of trying to generate them again.
3) Issue #927554 by Robert_T: Fixed $op code for "delete revision" in hook_nodeapi().
4) Fix to ensure that a document file shared by multiple revisions does not get removed when one of the revisions is deleted. A file can get associated to multiple revisions when a revision is reverted. At that time, all its data including file information is copied to the new revision from the existing revision being reverted from.
5) Issue #942548 by Simon Georges: i18n improvements.
6) Issue #1123282 by chris.wray: Sorting and Paging links for document search are hooked via jQuery for performing ajax search to ensure proper application of paging and sorting parameters as this module does not support PostBack paging/sorting for Search module currently.

document 6.x-1.0-beta2

Download Size md5 hash
document-6.x-1.0-beta2.tar.gz 38.19 KB 53a742d98c3069ba8bee7bbd87ec31c3
document-6.x-1.0-beta2.zip 46.37 KB 1eda3ab960c06072588d1d0c903912fa
Last updated: December 24, 2010 - 22:48
Official release from tag: 6.x-1.0-beta2

Release notes

Changes from 1.0-Beta 1

1) #804148 by budda: Better Html compliance.
2) Implemented hook_block to provide a couple of search block for documents that can be dropped anywhere on pages for searching documents.
3) Added classes to search result headers, for better theming support.
4) Removed the extra "s" from the default Document vocabulary name "Document types".
5) Added an option for web search while searching documents.
6) Fixed Column sort header url after a Ajax document search (http://www.rahulsingla.com/projects/drupal-document-module#comment-194)

document 6.x-1.x-dev

Download Size md5 hash
document-6.x-1.x-dev.tar.gz 41.02 KB 28a013d38b7e32041a2487511d656146
document-6.x-1.x-dev.zip 47.92 KB 1084d96349198613561fc98532d0a889
Last packaged version: 6.x-1.0+1-dev
Last updated: April 29, 2012 - 12:10
Development snapshot from branch: 6.x-1.x

Release notes

Changes from 1.0-Beta 1

1) #804148 by budda: Better Html compliance.
2) Implemented hook_block to provide a couple of search block for documents that can be dropped anywhere on pages for searching documents.
3) Added classes to search result headers, for better theming support.
4) Removed the extra "s" from the default Document vocabulary name "Document types".
5) Added an option for web search while searching documents.
6) http://www.rahulsingla.com/projects/drupal-document-module#comment-194
Fixed Column sort header url after a Ajax document search.

document 6.x-1.0-beta1

Download Size md5 hash
document-6.x-1.0-beta1.tar.gz 35.16 KB 181a1d5628ee8c1f3ba69aad57b6512c
document-6.x-1.0-beta1.zip 42.56 KB 0ed82592a8008d1e47ea2d62a9fcd71a
Last updated: December 24, 2010 - 22:48
Official release from tag: 6.x-1.0-beta1

Release notes

The first public release for the Document module, a Document Management system for Drupal. This release supports the following features:

  • Integration with Drupal node system and Taxonomy. This module adds a custom Node Type, Document. Each Document you create is a Drupal node, and hence enjoys all features available to a node.
  • Support for Document revisions/versioning - This module allows you to maintain multiple versions/revisions of the same Document.
  • Views 2 Integration - The custom fields added by the module to the Document node type are accessible in Views, plus the module provides some useful out-of-the box Views.
  • Theming support
  • Searching - The documents being nodes are fully indexable by the Drupal search system. In addition, the module provides its own custom search for Documents.

The future versions of the module might add support for checking in/out documents for collaborative editing of documents uploaded to the site.

Subscribe with RSS Syndicate content