Downloads
Download tar.gz
37.06 KB
MD5: dc542bc9341356e69619eeba4e2d9841
SHA-1: 43b38ed051601237148dc5c05ce190ba2f2a3cb1
SHA-256: 4f425ae664c5b942769091604a6122bc9beeb6eb5a92f12cdb254127b4cf7f97
Download zip
45.92 KB
MD5: 4a9e255c053739082fe8ba46329c1685
SHA-1: 883a0255bdb7632b0faeca1acdd2018c0c550ac8
SHA-256: f8e9ed6e861464ec84c56e12b8b38091debc741f3c9abbdb32916673bcc39bd0
Release notes
NO NEW FEATURES - NO SUPPORT FOR CCK FIELDS OR ANY OTHER CONTRIB MODULE
Bugfixes
A typo prevented any import to succeed (the wizard fails before Set default values page).
Changes since DRUPAL-6--1-0-RC1:
- by robrechtj : error in types list of
user.inc - by robrechtj : display an clear error when the user does not have the necessary permissions and show the buttons (eg Reload) so the user still sees it is a form.
- by robrechtj : better sorting of the content types.
- #344663 by robrechtj : add sample data on mapping page as well.
- by robrechtj : get rid of
hook_node_import_static()and call ithook_node_import_values()instead. All node_import hooks pair up beautiful with an_alter(). - #346020 by robrechtj : typo fix which prevented the Set default values page to be displayed. Thanks biohabit!