Releases for Node clone

node_clone 5.x-2.5

pwolanin - July 5, 2008 - 00:23
Official release from CVS tag: DRUPAL-5--2-5
Download: node_clone-5.x-2.5.tar.gz
Size: 12.77 KB
md5_file hash: f5f634b57f9bcdff9e35a6508face30e
First released: July 5, 2008 - 00:23
Last updated: July 5, 2008 - 00:25

As of this release, for the CCK Imagefield and Filefield modules, the node is processed
before populating the form to make sure about attachments on the original node
is removed. This prevents the data corruption could previously occur. Previous
versions only handled this for the core upload module.

An additional helper module, Clone Imagefield, had been added. If this module
is enabled, files attached using the CCK Imagefield module will be copied when
the clone is created and attached to the clone. Typically, this means the filename
of the copy will have a number appended to it to distinguish it form the original file.

node_clone 5.x-1.5

pwolanin - July 5, 2008 - 00:22
Official release from CVS tag: DRUPAL-5--1-5
Download: node_clone-5.x-1.5.tar.gz
Size: 12.97 KB
md5_file hash: 9decd0938893cb917d670e6b087e43c9
First released: July 5, 2008 - 00:22
Last updated: July 5, 2008 - 00:25

As of this release, for the CCK Imagefield and Filefield modules, the node is processed
before populating the form to make sure about attachments on the original node
is removed. This prevents the data corruption could previously occur. Previous
versions only handled this for the core upload module.

An additional helper module, Clone Imagefield, had been added. If this module
is enabled, files attached using the CCK Imagefield module will be copied when
the clone is created and attached to the clone. Typically, this means the filename
of the copy will have a number appended to it to distinguish it form the original file.

node_clone 5.x-2.4

pwolanin - May 10, 2008 - 00:11
Official release from CVS tag: DRUPAL-5--2-4
Download: node_clone-5.x-2.4.tar.gz
Size: 11.05 KB
md5_file hash: fea0743a4d46117a79789f4ddb9e6ade
First released: May 10, 2008 - 00:11
Last updated: May 10, 2008 - 00:15

The 5.x-2.3 release was accidentally made using HEAD (6.x) files rather than the correct 5.x-2.x branch files.

node_clone 5.x-1.3

pwolanin - May 7, 2008 - 03:16
Official release from CVS tag: DRUPAL-5--1-3
Download: node_clone-5.x-1.3.tar.gz
Size: 11.32 KB
md5_file hash: 6717e83683b10a86b6d8740f203e106c
First released: May 7, 2008 - 03:16
Last updated: May 7, 2008 - 03:20

get missing /po files: http://drupal.org/node/254480

node_clone 5.x-2.3

pwolanin - May 7, 2008 - 03:15
Official release from CVS tag: DRUPAL-5--2-3
Download: node_clone-5.x-2.3.tar.gz
Size: 12.15 KB
md5_file hash: 90cd455f50f02b6edbcbbc4ee064c765
First released: May 7, 2008 - 03:15
Last updated: May 7, 2008 - 03:20

DO NOT USE THIS RELEASE - IT HAS DRUPAL 6.x FILES

node_clone 5.x-1.2

pwolanin - May 4, 2008 - 01:04
Official release from CVS tag: DRUPAL-5--1-2
Download: node_clone-5.x-1.2.tar.gz
Size: 9.05 KB
md5_file hash: 34f983009c1ad7045810b19f7e995def
First released: May 4, 2008 - 01:04
Last updated: May 4, 2008 - 01:05

Added a new permission 'clone own nodes'

Improve _alter hook when cloning (warning this may break existing implementations of this hook).

Added a .install file with a hook_uninstall.

see:

http://drupal.org/node/254407
http://drupal.org/node/254395
http://drupal.org/node/231997

node_clone 5.x-2.2

pwolanin - May 4, 2008 - 01:02
Official release from CVS tag: DRUPAL-5--2-2
Download: node_clone-5.x-2.2.tar.gz
Size: 8.81 KB
md5_file hash: f22d5c6cc87905c1f4ffd22183c5172e
First released: May 4, 2008 - 01:02
Last updated: May 4, 2008 - 01:05

Added a new permission 'clone own nodes'

Improve _alter hook when cloning (warning this may break existing implementations of this hook).

Added a .install file with a hook_uninstall.

see:

http://drupal.org/node/254407
http://drupal.org/node/254395
http://drupal.org/node/231997

node_clone 6.x-1.0-beta2

pwolanin - May 3, 2008 - 22:07
Official release from CVS tag: DRUPAL-6--1-0-BETA2
Download: node_clone-6.x-1.0-beta2.tar.gz
Size: 11.66 KB
md5_file hash: b5bcecd10656513e1c4e320eeb0c88a3
First released: May 3, 2008 - 22:07
Last updated: May 3, 2008 - 22:10

see:

http://drupal.org/node/254328
http://drupal.org/node/231997

add 'clone own nodes' permission, split module into 2 files, add hook_uninstall, and enable both cloning methods in a single module.

node_clone 5.x-1.1

pwolanin - February 13, 2008 - 04:32
Official release from CVS tag: DRUPAL-5--1-1
Download: node_clone-5.x-1.1.tar.gz
Size: 11.07 KB
md5_file hash: 558481fc1c7ff053bb939c8b6bcf80b2
First released: February 13, 2008 - 04:32
Last updated: February 13, 2008 - 04:35

Fixed minor bug with setting the author: http://drupal.org/node/218619

Added new alter hooks backported from HEAD: http://drupal.org/node/199895

node_clone 5.x-2.1

pwolanin - February 13, 2008 - 04:21
Official release from CVS tag: DRUPAL-5--2-1
Download: node_clone-5.x-2.1.tar.gz
Size: 10.76 KB
md5_file hash: 8300ca11ec5a60527f418b4b96df9c7e
First released: February 13, 2008 - 04:21
Last updated: February 13, 2008 - 04:25

Fixed minor bug with setting the author: http://drupal.org/node/218619

Added new alter hooks backported from HEAD: http://drupal.org/node/199895

node_clone 6.x-1.0-beta1

pwolanin - February 13, 2008 - 03:21
Official release from CVS tag: DRUPAL-6--1-0-BETA1
Download: node_clone-6.x-1.0-beta1.tar.gz
Size: 10.58 KB
md5_file hash: 81344031472be651aeefa3bf85beed97
First released: February 13, 2008 - 03:21
Last updated: February 13, 2008 - 03:25

Initial update for 6.x. Also adds new alter hooks (that I may backport to 5.x)

This is updated from the 5.x-2.x branch - so it works by prepopulating the node form. I plan to merge in the 5.x-1.x version of the functionality and have that switchable on the settings page.

node_clone 5.x-1.0

pwolanin - May 5, 2007 - 04:10
Official release from CVS tag: DRUPAL-5--1-0
Download: node_clone-5.x-1.0.tar.gz
Size: 10.78 KB
md5_file hash: c12639772601b50826173af06e8f5a29
First released: May 5, 2007 - 04:10
Last updated: May 5, 2007 - 04:15

A simple update of the original 4.7 code, with minor additional features. Nodes are cloned by saving a copy of the current node to the DB, and then presenting the resulting new node in an edit form.

node_clone 4.7.x-2.0

pwolanin - May 5, 2007 - 04:08
Official release from CVS tag: DRUPAL-4-7--2-0
Download: node_clone-4.7.x-2.0.tar.gz
Size: 9.72 KB
md5_file hash: 5ac4291fc96b2549fd68140c70c4b2cd
First released: May 5, 2007 - 04:08
Last updated: May 5, 2007 - 04:10

Clone by pre-populating the node form, rather than be saving a copy of the node. See: http://drupal.org/node/110294

node_clone 5.x-1.x-dev

pwolanin - May 5, 2007 - 03:55
Nightly development snapshot from CVS branch: DRUPAL-5
Download: node_clone-5.x-1.x-dev.tar.gz
Size: 12.97 KB
md5_file hash: 2e158673e261fbf90fefcf3a6dfa78e2
First released: May 5, 2007 - 03:55
Last updated: May 23, 2008 - 12:08

This branch is a simple update of the original 4.7 code, with minor additional features. Nodes are cloned by saving a copy of the current node to the DB, and then presenting the resulting new node in an edit form.

node_clone 5.x-2.0

pwolanin - May 5, 2007 - 03:53
Official release from CVS tag: DRUPAL-5--2-0
Download: node_clone-5.x-2.0.tar.gz
Size: 10.39 KB
md5_file hash: 95cdd960c1541f4a908eac2a54393404
First released: May 5, 2007 - 03:53
Last updated: May 5, 2007 - 03:55

The -2.x branch of this module uses a fundamentally different mechanism for cloning. The node creation form is pre-populated, rather than having a copy of the original node saved and then presented in the edit form.

node_clone 5.x-2.x-dev

pwolanin - February 28, 2007 - 01:04
Nightly development snapshot from CVS branch: DRUPAL-5--2
Download: node_clone-5.x-2.x-dev.tar.gz
Size: 12.77 KB
md5_file hash: 5c39afe22e5709e24b693a5cdef3abf8
First released: February 28, 2007 - 01:04
Last updated: May 23, 2008 - 12:08

Clone by pre-populating the node form, rather than be saving a copy of the node. See: http://drupal.org/node/110294

node_clone 4.7.x-2.x-dev

pwolanin - February 28, 2007 - 01:03
Nightly development snapshot from CVS branch: DRUPAL-4-7--2
Download: node_clone-4.7.x-2.x-dev.tar.gz
Size: 9.75 KB
md5_file hash: a8419fb56de97b9e819dd1479a857a3d
First released: February 28, 2007 - 01:03
Last updated: December 13, 2007 - 12:07

Clone by pre-populating the node form, rather than be saving a copy of the node. See: http://drupal.org/node/110294

node_clone 4.7.x-1.2

pwolanin - February 9, 2007 - 02:51
Official release from CVS tag: DRUPAL-4-7--1-2
Download: node_clone-4.7.x-1.2.tar.gz
Size: 9.85 KB
md5_file hash: a2537e006a5b75c4c9b623311809f1d0
First released: February 9, 2007 - 02:51
Last updated: February 9, 2007 - 02:55

Added German translation, thanks to hass

node_clone 4.7.x-1.1

pwolanin - January 6, 2007 - 22:22
Official release from CVS tag: DRUPAL-4-7--1-1
Download: node_clone-4.7.x-1.1.tar.gz
Size: 9.01 KB
md5_file hash: fd3606bf195bcee13e354c26052e0a91
First released: January 6, 2007 - 22:22
Last updated: January 6, 2007 - 18:25

This release includes a contributed French translation. There is no change in the module code.

node_clone 4.7.x-1.0

pwolanin - November 12, 2006 - 01:36
Official release from CVS tag: DRUPAL-4-7--1-0
Download: node_clone-4.7.x-1.0.tar.gz
Size: 7.96 KB
md5_file hash: 822a5c27db48fbf1f49c95948c3a5b0a
First released: November 12, 2006 - 01:36
Last updated: November 12, 2006 - 01:40

Stable release for Drupal 4.7.x.

node_clone 5.x-1.0-beta

pwolanin - November 12, 2006 - 01:32
Official release from CVS tag: DRUPAL-5--1-0-beta
Download: node_clone-5.x-1.0-beta.tar.gz
Size: 8.28 KB
md5_file hash: 66faa3ee18d2c167bff776c5953c5c2f
First released: November 12, 2006 - 01:32
Last updated: November 12, 2006 - 01:35

Initial update for Drupal 5.x- tested with Drupal 5.x beta. Please report any problems via the issue tracker. This module may be updated further as Drupal 5.0 is finalized.

node_clone HEAD

pwolanin - November 11, 2006 - 09:14
Nightly development snapshot from CVS branch: HEAD
Download: node_clone-HEAD.tar.gz
Size: 10.55 KB
md5_file hash: d7f3808f83b294490c7ad57051f112ed
First released: November 11, 2006 - 09:14
Last updated: March 7, 2008 - 00:09

node_clone 4.7.x-1.x-dev

pwolanin - July 28, 2006 - 09:02
Nightly development snapshot from CVS branch: DRUPAL-4-7
Download: node_clone-4.7.x-1.x-dev.tar.gz
Size: 9.89 KB
md5_file hash: ffff477222b00956dcd9bd68d65bf534
First released: July 28, 2006 - 09:02
Last updated: December 13, 2007 - 12:07
 
 

Drupal is a registered trademark of Dries Buytaert.