Download & Extend

Releases for Comment Upload

comment_upload 6.x-1.0-alpha6

Download Size md5 hash
comment_upload-6.x-1.0-alpha6.tar.gz 16.18 KB a4f256fb8838cc7dd940fd0a37f4dd22
comment_upload-6.x-1.0-alpha6.zip 17.9 KB 442008565867b8c3977d46ee9da9a19b
Last updated: February 26, 2012 - 07:20
Official release from tag: 6.x-1.0-alpha6

Release notes

Bugs fixed since 6.x-1.0-alpha5

  • toemaz, ankheg: making preview and attach translations work in comment preview
  • #658184 by berdir: Fixed errors with PHP 5.3 (still works in 5.2).
  • #917666 by Shiny: Fixed missing table prefix in update_6000().

Other changes since 6.x-1.0-alpha5

  • #112805 by greg.1.anderson, moshe weitzman: Alter project_issue JSON output with data about files attached to issue comments.
  • Removing translation directories
  • Stripping CVS keywords

comment_upload 6.x-1.0-alpha5

Download Size md5 hash
comment_upload-6.x-1.0-alpha5.tar.gz 15.87 KB e7a27c823ba516912678fb9b23fc4c1b
comment_upload-6.x-1.0-alpha5.zip 18.03 KB 3ec228da8c491125d9dd2558f32c9241
Last updated: December 24, 2010 - 22:39
Official release from tag: 6.x-1.0-alpha5

Release notes

Fixed major error: [379470] and verified that [441216] isn't applicable.

comment_upload 6.x-1.0-alpha4

Download Size md5 hash
comment_upload-6.x-1.0-alpha4.tar.gz 15.84 KB c6ce3a8744ac10f3dd0019606dd11e56
comment_upload-6.x-1.0-alpha4.zip 18.01 KB fae8df9135acaba9b7dd346daa6cc593
Last updated: December 24, 2010 - 22:39
Official release from tag: 6.x-1.0-alpha4

Release notes

Immediate release to fix an urgent issue. Thanks to alienbrain and jrglasgow.

comment_upload 6.x-1.0-alpha3

Download Size md5 hash
comment_upload-6.x-1.0-alpha3.tar.gz 16.06 KB 1ba3fcb008b9ad9a0c5f863a7262b53e
comment_upload-6.x-1.0-alpha3.zip 18.18 KB f836174a83a59eab18c5a8b9d5d117d4
Last updated: December 24, 2010 - 22:39
Official release from tag: 6.x-1.0-alpha3

Release notes

Fixed issue in which changes made to the description prior after an upload were lost.
Added a feature to allow the node ID and comment number to be prepended to the uploaded filename.

comment_upload 6.x-1.0-alpha2

Download Size md5 hash
comment_upload-6.x-1.0-alpha2.tar.gz 15.73 KB 6f2857020bece1a38ce70a6c68ad3319
comment_upload-6.x-1.0-alpha2.zip 17.89 KB 5c1b66ae7c1d078bec3535d63c153755
Last updated: December 24, 2010 - 22:39
Official release from tag: 6.x-1.0-alpha2

Release notes

Fixes weighting issue in comment_upload.install

comment_upload 6.x-1.0-alpha1

Download Size md5 hash
comment_upload-6.x-1.0-alpha1.tar.gz 15.73 KB 1891ac77efe0a592b8a6c2ea2e056601
comment_upload-6.x-1.0-alpha1.zip 17.88 KB a38dd3cf1b170d0519be5045d54de15f
Last updated: December 24, 2010 - 22:39
Official release from tag: 6.x-1.0-alpha1

Release notes

Improved FAPI functionality for Drupal.org

comment_upload 6.x-1.x-dev

Download Size md5 hash
comment_upload-6.x-1.x-dev.tar.gz 16.18 KB bce3107e7fa1e233faa6df1769a57b99
comment_upload-6.x-1.x-dev.zip 17.9 KB 72a3bf2cc9c4ed52d6c021b2a123cd1f
Last packaged version: 6.x-1.0-alpha6+1-dev
Last updated: May 16, 2012 - 22:40
Development snapshot from branch: 6.x-1.x

Release notes

This development snapshot is intended for testing and development. It is therefore not recommended nor supported for use on websites.

comment_upload 4.7.x-0.1

Download Size md5 hash
comment_upload-4.7.x-0.1.tar.gz 10.78 KB e28f76a25df1822d54f94ce88ee12b03
comment_upload-4.7.x-0.1.zip 11.99 KB 380cf4b74ee83dc7c2200abf76ad8dec
Last updated: December 24, 2010 - 22:39
Official release from tag: 4.7.x-0.1

Release notes

The release fixes an arbitrary file upload issue. See SA-2008-015 for details.

Changes since DRUPAL-4-7:

  • #72235 - fixed incompatability with private download method by creating a hook_file_download and designated comment u
    pload tables.
  • fix table prefixes in .install
  • #88495 - make sure files and table entries are deleted when the parent node is removed.
  • Improved README.txt
  • #111931 - don't save to sequences, when there are no comment uploads to be upgraded
  • #110962 - Support PostgreSQL, make sure MySQL definition matches.
  • #113585 - fix sql error in create table statement
  • #113258 - Backported support for multiple inline images
  • #126312 - records were removed but actual files were not deleted, due to a missing file_delete.
  • #216024 (SA-2008-015) - cast $comment to an object before passing it to validation routines.

comment_upload 5.x-0.1

Download Size md5 hash
comment_upload-5.x-0.1.tar.gz 11.13 KB c392e24ee171283b998666b6c2e9d89f
comment_upload-5.x-0.1.zip 12.59 KB 7439ec8762eba783965aee62da79b4ce
Last updated: December 24, 2010 - 22:39
Official release from tag: 5.x-0.1

Release notes

This is the first release of comment_upload as a 0.1 version.

The release fixes an arbitrary file upload issue. See SA-2008-015 for details.

Changes since DRUPAL-5:

  • Improved README.txt
  • fix dissapearing files when editing comment
  • 110164 - Improve interoperation with upload_preview.
  • Allow multiple images to be shown inline
  • Add description as image title
  • #110962 - Support PostgreSQL, make sure MySQL definition matches.
  • #113253 - do not show an image inline when it is not listed
  • #113585 - fix sql error in create table statement
  • Added and corrected code comments.
  • #126312 - records were removed but actual files were not deleted, due to a missing file_delete.
  • Ensure proper JS callback on second - n file upload
  • #216024 (SA-2008-015) - cast $comment to an object before passing it to validation routines.

comment_upload 5.x-1.x-dev

Download Size md5 hash
comment_upload-5.x-1.x-dev.tar.gz 12.57 KB 761f61eed3ca0eb0e4762ae1518e2e15
comment_upload-5.x-1.x-dev.zip 14.28 KB 8dc52f8184630b6c64c48cd1ac6aed3e
Last updated: February 25, 2011 - 07:30
Development snapshot from branch: 5.x-1.x

Release notes

This is an unsupported development version.

comment_upload 4.7.x-1.x-dev

Download Size md5 hash
comment_upload-4.7.x-1.x-dev.tar.gz 10.77 KB 7ff56f0e2f89b6875eea646f865c8053
comment_upload-4.7.x-1.x-dev.zip 11.9 KB 3f19e1aefa892f405db4421eb7b4ee3d
Last updated: February 25, 2011 - 07:30
Development snapshot from branch: 4.7.x-1.x

Release notes

Offers multiple file attachment on comments, with working previews. Note: the development version is unsupported.

comment_upload HEAD

Download Size md5 hash
comment_upload-HEAD.tar.gz 13.37 KB d6dbb39c40b5bf2d3ff38383f2b0810a
comment_upload-master.tar.gz 12.08 KB f496a97f9770d86b3d62ca8a6fc1f8a6
comment_upload-HEAD.zip 15.23 KB ede2ae1b5df896d82026076bdee8e6b7
comment_upload-master.zip 13.53 KB 26170bd52f941ebbba22a2e58dc1eda0
Last updated: February 25, 2011 - 07:30
Development snapshot from branch: master
Subscribe with RSS Syndicate content
nobody click here