The module contains a flaw that allows a user with the 'clone node' permission to potentially bypass normal viewing access restrictions, for example allowing the user to see unpublished nodes even if they do not have permission to view unpublished nodes.
The module contains a flaw that allows a user with the 'clone node' permission to potentially bypass normal viewing access restrictions, for example allowing the user to see unpublished nodes even if they do not have permission to view unpublished nodes.
The module contains a flaw that allows a user with the 'clone node' permission to potentially bypass normal viewing access restrictions, for example allowing the user to see unpublished nodes even if they do not have permission to view unpublished nodes.
The module contains a flaw that allows a user with the 'clone node' permission to potentially bypass normal viewing access restrictions, for example allowing the user to see unpublished nodes even if they do not have permission to view unpublished nodes.
The module contains a flaw that allows a user with the 'clone node' permission to potentially bypass normal viewing access restrictions, for example allowing the user to see unpublished nodes even if they do not have permission to view unpublished nodes.
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.
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.
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.
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.
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.
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.
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.