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.
Bugs fixed:
o #136179: Invalid pass-by-reference in views.install fixed.
o #140431: Taxonomy select boxes were improperly showing descriptions.
o #137971: Fix .install file for PGSQL. Again. Still.
o #136330: Fix problems with views_cache table not existing when updating from 1.5 -> 1.6-beta.
o #138510: Multi-select for taxonomy had disappeared.
o #117365: Comment: Last Changed Time wasn't ensuring node_comment_statistics is in the query.
o #136794: Sort by nid via click-sorting was also broken