Releases for Taxonomy CSV import/export
taxonomy_csv 6.x-4.7
First released: October 21, 2009 - 18:31
Size: 97.15 KB
md5_file hash: f98e39dcce045c67f9b61f252ecd5ca6
Last updated: October 21, 2009 - 18:37
By Daniel Berthereau: Added export of terms and vocabularies.
taxonomy_csv 7.x-4.7
First released: October 21, 2009 - 18:27
Size: 99.58 KB
md5_file hash: dd92cb84ae0788374d9d267f6ba4c056
Last updated: October 21, 2009 - 18:32
By Daniel Berthereau: Added export of terms and vocabularies.
taxonomy_csv 7.x-4.6
First released: October 5, 2009 - 10:28
Size: 85.82 KB
md5_file hash: fd8a686752d51102a8543e5aa47370a8
Last updated: October 5, 2009 - 10:31
#590206 by Daniel Berthereau: Added import of full term definitions and links.
By Daniel Berthereau: Added import in multiple vocabularies with 'fields_links'.
By Daniel Berthereau: Cleaned code with some Zend Studio suggestions.
By Daniel Berthereau: Added table of content in help.
taxonomy_csv 6.x-4.6
First released: October 5, 2009 - 10:16
Size: 83.24 KB
md5_file hash: 5467924cbd0b0b0da532df9045b82dd4
Last updated: October 5, 2009 - 10:21
#590206 by Daniel Berthereau: Added import of full term definitions and links.
By Daniel Berthereau: Added import in multiple vocabularies with 'fields_links'.
By Daniel Berthereau: Cleaned code with some Zend Studio suggestions.
By Daniel Berthereau: Added table of content in help.
taxonomy_csv 7.x-4.x-dev
First released: September 22, 2009 - 07:31
Size: 99.59 KB
md5_file hash: dba4fb8f0ed15416572e86dfd6704518
Last updated: October 21, 2009 - 00:32
By Daniel Berthereau: Released public version of taxonomy_csv for Drupal 7.
taxonomy_csv 7.x-4.5
First released: September 22, 2009 - 07:18
Size: 75.66 KB
md5_file hash: 638b8bff73e54bc0774a245adab33bdb
Last updated: September 22, 2009 - 07:21
By Daniel Berthereau: Released public version of taxonomy_csv for Drupal 7.
taxonomy_csv 6.x-4.4
First released: September 13, 2009 - 07:05
Size: 68.99 KB
md5_file hash: 06f797b980f06834be43d66c6c233b76
Last updated: September 13, 2009 - 07:11
#575236 by Daniel Berthereau: Added Children import.
By Daniel Berthereau: Added Parents import.
taxonomy_csv 6.x-4.3
First released: September 12, 2009 - 16:23
Size: 68.52 KB
md5_file hash: 7fb20c6c93dfc212b1758bb557e4fb8e
Last updated: September 12, 2009 - 16:25
By Daniel Berthereau: Created API to import csv line or batch from any module.
By Daniel Berthereau: Added any size file import (full line by line approach).
By Daniel Berthereau: Added tweaks to allow import even with low memory.
By Daniel Berthereau: Removed multistep autodivide import.
By Daniel Berthereau: Added Taxonomy manager export format.
By Daniel Berthereau: Cleaned comments and help.
By Daniel Berthereau: Fixed form display bugs.
taxonomy_csv 6.x-4.2
First released: August 18, 2009 - 07:43
Size: 62.16 KB
md5_file hash: 99276913e98f1c0ef9678d4c54b5c026
Last updated: August 18, 2009 - 07:46
#450900 by Daniel Berthereau: Fixed duplicate parent term query.
By Daniel Berthereau: Fixed batch cache and statistics.
By Daniel Berthereau: Fixed error display when batch error (only useful infos).
By Daniel Berthereau: Added option to reduce log level and memory usage.
By Daniel Berthereau: Cleaned release.
taxonomy_csv 6.x-4.1
First released: August 12, 2009 - 11:54
Size: 58.71 KB
md5_file hash: bf75159545b3fbbf5e0a9c45e5a9b04c
Last updated: August 12, 2009 - 11:56
#540916 by Daniel Berthereau: Added warning to disable Pathauto before import.
taxonomy_csv 6.x-4.0
First released: August 10, 2009 - 11:44
Size: 58.07 KB
md5_file hash: 8310977eab6f82bbbe6fc5b500456559
Last updated: August 10, 2009 - 11:46
Hi,
Here is the new release of Taxonomy csv module.
As there are a lot of issues on memory usage (see http://drupal.org/node/447852, http://drupal.org/node/495548, http://drupal.org/node/245483, http://drupal.org/node/455506), I work on this problem.
So main change of this release is about batch import process. Now, it's less memory intensive and you can import 1000 lines and more with a base xampp install and 10000 and more if you use Linux and have access to Apache and Php memory, depending of your other installed modules.
Furthermore, this release adds a multiple steps import: you only have to click several times a button to import automatically divided parts of a taxonomy.
So it's now possible to use taxonomy_csv even with big taxonomies or little memory server.
Other changes: includes an enclosure option after remark of yhager in order to fully respect csv standards.
Now, I work on other remarks (warning when pathauto is active, url import, duplicates import) and other features (and other projects too).
Regards,
Daniel Berthereau
Knowledge Manager
taxonomy_csv 6.x-4.x-dev
First released: August 9, 2009 - 15:04
Size: 97.15 KB
md5_file hash: 062ef211c63ce51198f8586290f4306a
Last updated: October 21, 2009 - 00:32
By Daniel Berthereau: Added multistep import for big files (avoid memory error).
By Daniel Berthereau: Added term enclosure option.
By Daniel Berthereau: Reviewed user interface code for lisibility (js & css).
By Daniel Berthereau: Reviewed batch code in order to decrease memory usage.
taxonomy_csv 6.x-3.1
First released: April 8, 2009 - 16:41
Size: 49.56 KB
md5_file hash: 2cdfb652e5dedaa21b4716502dd36bcc
Last updated: April 8, 2009 - 16:46
#427076 by Daniel Berthereau: Fixed Microsoft Windows deprecated call error.
taxonomy_csv 6.x-3.0
First released: April 7, 2009 - 17:27
Size: 49.49 KB
md5_file hash: 94e02810b27c5d08f30f6ebe6abc5c98
Last updated: April 7, 2009 - 17:31
By Daniel Berthereau: Released to 6.x-3.0 :
By Daniel Berthereau: Redesigned UI with dynamic options and examples (AHAH).
By Daniel Berthereau: Added import by a text area.
By Daniel Berthereau: Added hook_perm "administer taxonomy by csv".
By Daniel Berthereau: Added memorize user settings.
By Daniel Berthereau: Added test on a duplicate of an existing vocabulary.
By Daniel Berthereau: Added tabulation delimiter option.
By Daniel Berthereau: Added import terms as flat vocabulary.
By Daniel Berthereau: Renamed "children import" to "structure import".
By Daniel Berthereau: Disabled option relations to all vocabularies (not in D6).
By Daniel Berthereau: Extracted advanced help to alone file.
By Daniel Berthereau: Simplified stats import code.
By Daniel Berthereau: Rewrited advanced help.
taxonomy_csv 6.x-2.4
First released: March 10, 2009 - 00:42
Size: 32.62 KB
md5_file hash: c000a9d73e5306a12cc1042a03b44077
Last updated: March 10, 2009 - 00:46
Taxonomy csv 6.x-2.4, 2009-03-10
-------------------------------
By Daniel Berthereau: Cleaned release.
Taxonomy csv 6.x-2.3, 2009-03-09
-------------------------------
By Daniel Berthereau: Added subrelations import.
By Daniel Berthereau: Added option to make relations into all vocabularies.
By Daniel Berthereau: Fixed related terms import: remove related when replace.
By Daniel Berthereau: Fixed vocabulary level check for flat vocabulary.
Taxonomy csv 6.x-2.2, 2009-03-06
-------------------------------
By Daniel Berthereau: Restructured module to display warning informations.
By Daniel Berthereau: Added options to display import result.
By Daniel Berthereau: Added options to choose log level.
By Daniel Berthereau: Added one term structure array import.
By Daniel Berthereau: Added auto create vocabulary.
By Daniel Berthereau: Added vocabulary level check.
By Daniel Berthereau: Extended help about one term structure array import.
By Daniel Berthereau: Fixed translate in install hook.
By Daniel Berthereau: Fixed related terms import: keep old even if Ignore.
taxonomy_csv 6.x-2.1
First released: February 28, 2009 - 10:09
Size: 19.16 KB
md5_file hash: 092ad98ad15c94c1085aa07e39098ca0
Last updated: February 28, 2009 - 10:10
Fixed define and package release.
taxonomy_csv 6.x-2.0
First released: February 27, 2009 - 19:41
Size: 16.87 KB
md5_file hash: 0e29b3881eea42100e0532d294848486
Last updated: February 27, 2009 - 19:46
Rewrited module.
- New source options: import related terms, import term weights.
- New destination options: update existing terms and merge items, update existing terms and replace items.
- New advanced help.
taxonomy_csv 6.x-2.x-dev
First released: February 26, 2009 - 10:44
Size: 32.63 KB
md5_file hash: f56318437e5c58216c0e980faf3dec55
Last updated: March 10, 2009 - 12:19
Rewrited module.
New source options: import related terms, import weight.
New destination options: update existing terms and merge, update existing terms and replace.
New help and new advanced help.
taxonomy_csv 5.x-1.4
First released: April 19, 2008 - 22:30
Size: 9.49 KB
md5_file hash: 4b233777b2a7f884a5973448a29788be
Last updated: April 19, 2008 - 22:35
Various bug fixes regarding file encoding, line endings, and delimiters.
taxonomy_csv 4.7.x-1.4
First released: April 19, 2008 - 22:30
Size: 9.31 KB
md5_file hash: 041895bb0b805fdd69a8027d7f5920f5
Last updated: April 19, 2008 - 22:35
Various bug fixes regarding file encoding, line endings, and delimiters.
