You are here

CHANGELOG.txt in Taxonomy CSV import/export 7.4

<<<<<<< CHANGELOG.txt
=======
>>>>>>> 2.8.2.5.2.4


                      TAXONOMY CSV IMPORT/EXPORT
                      ==========================


== CHANGELOG ==
  ===========


<<<<<<< CHANGELOG.txt
Taxonomy csv import/export 7.x-5.1, 2010-08-16
Taxonomy csv import/export 6.x-5.2, 2010-08-16
----------------------------------------------
By Daniel Berthereau: Fixed error of commit to cvs and linked bugs.
By Daniel Berthereau: Forget taxonomy_csv.css and taxonomy_csv.js (Drupal 6).
By Daniel Berthereau: Merged all taxonomy-csv 6.x branches except 6.x-1.
By Daniel Berthereau: Doxygened some help.


Taxonomy csv import/export 7.x-5.0, 2010-08-13
Taxonomy csv import/export 6.x-5.0, 2010-08-13
----------------------------------------------
By Daniel Berthereau: Changed cvs HEAD from 6.x to 7.x release.
By Daniel Berthereau: Merged all taxonomy-csv 7.x branches except 7.x-1.
By Daniel Berthereau: Modularized and simplified code and reintegrated line api.
By Daniel Berthereau: Use of new features of Drupal 7 (UI and Field).
By Daniel Berthereau: Implemented synonyms and related terms in 7.x release.
By Daniel Berthereau: Cleaned structure of user interface.
By Daniel Berthereau: Improved speed of tree and polyhierarchical import.
By Daniel Berthereau: Implemented quick import mode: no check of existing terms.
By Daniel Berthereau: Set hierarchy check disabled by default in user interface.
By Daniel Berthereau: Removed special permissions and use 'administer taxonomy'.
By Daniel Berthereau: Removed internal cache and use only core taxonomy ones.
By Daniel Berthereau: Removed utf8 conversion.
#872366 by vipzhicheng: Better support of non-Ascii characters.
=======
Taxonomy csv import/export 7.x-5.1, 2010-08-16
Taxonomy csv import/export 6.x-5.1, 2010-08-16
----------------------------------------------
By Daniel Berthereau: Fixed error of commit to cvs and linked bugs.
By Daniel Berthereau: Merged all taxonomy-csv 6.x branches except 6.x-1.
By Daniel Berthereau: Doxygened some help.


Taxonomy csv import/export 7.x-5.0, 2010-08-13
Taxonomy csv import/export 6.x-5.0, 2010-08-13
----------------------------------------------
By Daniel Berthereau: Changed cvs HEAD from 6.x to 7.x release.
By Daniel Berthereau: Merged all taxonomy-csv 7.x branches except 7.x-1.
By Daniel Berthereau: Modularized and simplified code and reintegrated line api.
By Daniel Berthereau: Use of new features of Drupal 7 (UI and Field).
By Daniel Berthereau: Implemented synonyms and related terms in 7.x release.
By Daniel Berthereau: Cleaned structure of user interface.
By Daniel Berthereau: Improved speed of tree and polyhierarchical import.
By Daniel Berthereau: Implemented quick import mode: no check of existing terms.
By Daniel Berthereau: Set hierarchy check disabled by default in user interface.
By Daniel Berthereau: Removed special permissions and use 'administer taxonomy'.
By Daniel Berthereau: Removed internal cache and use only core taxonomy ones.
By Daniel Berthereau: Removed utf8 conversion.
#872366 by vipzhicheng: Better support of non-Ascii characters.
>>>>>>> 2.8.2.5.2.4
#843526 by iAugur: Fixed field name prefix.
#686328 by Alexander N: Fixed double display of PathAuto warning.


Taxonomy csv import/export 7.x-4.11, 2010-05-29
Taxonomy csv import/export 6.x-4.11, 2010-05-29
-----------------------------------------------
By Daniel Berthereau: Fixed and updated release to prepare Drupal 7 release.
By Daniel Berthereau: Small changed 6.x release to keep it close to the 7.x one.
By Daniel Berthereau: Added check of maximum length of names to 255 characters.


Taxonomy csv import/export 6.x-4.10, 2010-05-10
-----------------------------------------------
#765964 by Daniel Berthereau: Fixed import duplicate terms with full term mode.


Taxonomy csv import/export 6.x-4.9, 2010-01-13
----------------------------------------------
#666820 by Jeremy Rasmussen: Fixed url of exported taxonomy file.


taxonomy_csv 5.x-1.5, 2009-12-11
--------------------------------
#333159 by Katrina Messenger: Added weight import.


Taxonomy csv import/export 6.x-4.8, 2009-12-10
Taxonomy csv line api 6.x-4.8, 2009-12-10
----------------------------------------------
By Daniel Berthereau: Cleaned code with SimpleTest/TestBed suggestions.
#633348 by Jens Beltofte: Fixed field name when database uses a prefix.
#495548 and #447852 by Daniel Berthereau: Warned if use of incompatible modules.


Taxonomy csv import/export 7.x-4.7, 2009-10-20
Taxonomy csv import/export 6.x-4.7, 2009-10-20
----------------------------------------------
By Daniel Berthereau: Added export of terms and vocabularies.


Taxonomy csv 7.x-4.6, 2009-10-05
Taxonomy csv 6.x-4.6, 2009-10-05
--------------------------------
#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.
#576042 by Daniel Berthereau: Fixed use of previous choices save.


Taxonomy csv line api 6.x-4.5, 2009-09-23
-----------------------------------------
By Daniel Berthereau: Released light api: taxonomy_csv.line.api.inc in CVS HEAD.


Taxonomy csv 7.x-4.5, 2009-09-22
--------------------------------
By Daniel Berthereau: Released public version of taxonomy_csv for Drupal 7.


Taxonomy csv 7.x-4.5, 2009-09-22
Taxonomy csv 6.x-4.5, 2009-09-22
--------------------------------
By Daniel Berthereau: Added Polyhierarchical structure import.
By Daniel Berthereau: Added Fields (name, weight, description, synonyms) import.
By Daniel Berthereau: Added check of root level term.
By Daniel Berthereau: Added check when an imported term unchanges existing ones.
By Daniel Berthereau: Cleaned some UI items and help.
By Daniel Berthereau: Fixed compatibility of url import with all browsers.
By Daniel Berthereau: Fixed sensitive case update of a name.


Taxonomy csv 7.x-4.4, 2009-09-13
Taxonomy csv 6.x-4.4, 2009-09-13
--------------------------------
#575236 by Daniel Berthereau: Added Children import.
By Daniel Berthereau: Added Parents import.


Taxonomy csv 7.x-4.3, 2009-09-12
Taxonomy csv 6.x-4.3, 2009-09-12
--------------------------------
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 7.x-4.2, 2009-08-18
Taxonomy csv 6.x-4.2, 2009-08-18
--------------------------------
#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 7.x-4.1, 2009-08-11
Taxonomy csv 6.x-4.1, 2009-08-11
--------------------------------
#540916 by Daniel Berthereau: Added warning to disable Pathauto before import.


Taxonomy csv 7.x-4.0, 2009-08-10
--------------------------------
By Daniel Berthereau: Converted Taxonomy csv module from Drupal 6.x to Drupal 7.


Taxonomy csv 6.x-4.0, 2009-08-09
--------------------------------
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, 2009-04-08
--------------------------------
#427076 by Daniel Berthereau: Fixed Microsoft Windows pass-by-reference error.


Taxonomy csv 6.x-3.0, 2009-04-03
--------------------------------
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.


Taxonomy csv 6.x-2.4, 2009-03-10
--------------------------------
By Daniel Berthereau: Released 6.x.2.4.


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 by line structure 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, 2009-02-28
--------------------------------
By Daniel Berthereau: Fixed package release.
By Daniel Berthereau: Fixed define.


Taxonomy csv 6.x-2.0, 2009-02-27
--------------------------------
By Daniel Berthereau: Rewrited module. Cleaned release.


taxonomy_csv 6.x-1.5, 2008-04-19
taxonomy_csv 5.x-1.4, 2008-04-19
taxonomy_csv 4.7.x-1.4, 2008-04-19
----------------------------------
By naquah: Various bug fixes regarding file encoding, line endings, and
delimiters.


taxonomy_csv 6.x-1.4, 2008-04-10
--------------------------------
By naquah: Update for Drupal 6.2 compatibility.


taxonomy_csv 6.x-1.3, 2008-02-23
taxonomy_csv 5.x-1.3, 2008-02-23
taxonomy_csv 4.7.x-1.3, 2008-02-23
----------------------------------
By naquah: Improved documentation.
By naquah: Allow import of term description and term synonyms.
By naquah: Various bug fixes.


taxonomy_csv 6.x-1.x-dev, 2008-01-27
------------------------------------
Fully compatible with Drupal 6 and utilizing the new Batch API that will
accomodate in importing larger files.


taxonomy_csv 5.x-1.2, 2008-01-27
taxonomy_csv 4.7.x-1.2, 2008-01-27
----------------------------------
By naquah: Added a README.txt file.
No new features, no bug fixes and no known bugs.


taxonomy_csv 5.x-1.1, 2007-11-16
taxonomy_csv 4.7.x-1.1, 2007-11-16
----------------------------------
By naquah: Fixed a bug where items with the same name though different parents
are not imported.


taxonomy_csv 5.x-1.0, 2007-10-26
taxonomy_csv 4.7.x-1.0, 2007-10-26
----------------------------------
By naquah: Make sure to read the disclaimer on the project page!


taxonomy_csv 5.x-1.x-dev, 2007-10-21
taxonomy_csv 4.7.x-1.x-dev, 2007-10-21
--------------------------------------
By naquah: Use at your own risk!

File

CHANGELOG.txt
View source
  1. <<<<<<< CHANGELOG.txt
  2. =======
  3. >>>>>>> 2.8.2.5.2.4
  4. TAXONOMY CSV IMPORT/EXPORT
  5. ==========================
  6. == CHANGELOG ==
  7. ===========
  8. <<<<<<< CHANGELOG.txt
  9. Taxonomy csv import/export 7.x-5.1, 2010-08-16
  10. Taxonomy csv import/export 6.x-5.2, 2010-08-16
  11. ----------------------------------------------
  12. By Daniel Berthereau: Fixed error of commit to cvs and linked bugs.
  13. By Daniel Berthereau: Forget taxonomy_csv.css and taxonomy_csv.js (Drupal 6).
  14. By Daniel Berthereau: Merged all taxonomy-csv 6.x branches except 6.x-1.
  15. By Daniel Berthereau: Doxygened some help.
  16. Taxonomy csv import/export 7.x-5.0, 2010-08-13
  17. Taxonomy csv import/export 6.x-5.0, 2010-08-13
  18. ----------------------------------------------
  19. By Daniel Berthereau: Changed cvs HEAD from 6.x to 7.x release.
  20. By Daniel Berthereau: Merged all taxonomy-csv 7.x branches except 7.x-1.
  21. By Daniel Berthereau: Modularized and simplified code and reintegrated line api.
  22. By Daniel Berthereau: Use of new features of Drupal 7 (UI and Field).
  23. By Daniel Berthereau: Implemented synonyms and related terms in 7.x release.
  24. By Daniel Berthereau: Cleaned structure of user interface.
  25. By Daniel Berthereau: Improved speed of tree and polyhierarchical import.
  26. By Daniel Berthereau: Implemented quick import mode: no check of existing terms.
  27. By Daniel Berthereau: Set hierarchy check disabled by default in user interface.
  28. By Daniel Berthereau: Removed special permissions and use 'administer taxonomy'.
  29. By Daniel Berthereau: Removed internal cache and use only core taxonomy ones.
  30. By Daniel Berthereau: Removed utf8 conversion.
  31. #872366 by vipzhicheng: Better support of non-Ascii characters.
  32. =======
  33. Taxonomy csv import/export 7.x-5.1, 2010-08-16
  34. Taxonomy csv import/export 6.x-5.1, 2010-08-16
  35. ----------------------------------------------
  36. By Daniel Berthereau: Fixed error of commit to cvs and linked bugs.
  37. By Daniel Berthereau: Merged all taxonomy-csv 6.x branches except 6.x-1.
  38. By Daniel Berthereau: Doxygened some help.
  39. Taxonomy csv import/export 7.x-5.0, 2010-08-13
  40. Taxonomy csv import/export 6.x-5.0, 2010-08-13
  41. ----------------------------------------------
  42. By Daniel Berthereau: Changed cvs HEAD from 6.x to 7.x release.
  43. By Daniel Berthereau: Merged all taxonomy-csv 7.x branches except 7.x-1.
  44. By Daniel Berthereau: Modularized and simplified code and reintegrated line api.
  45. By Daniel Berthereau: Use of new features of Drupal 7 (UI and Field).
  46. By Daniel Berthereau: Implemented synonyms and related terms in 7.x release.
  47. By Daniel Berthereau: Cleaned structure of user interface.
  48. By Daniel Berthereau: Improved speed of tree and polyhierarchical import.
  49. By Daniel Berthereau: Implemented quick import mode: no check of existing terms.
  50. By Daniel Berthereau: Set hierarchy check disabled by default in user interface.
  51. By Daniel Berthereau: Removed special permissions and use 'administer taxonomy'.
  52. By Daniel Berthereau: Removed internal cache and use only core taxonomy ones.
  53. By Daniel Berthereau: Removed utf8 conversion.
  54. #872366 by vipzhicheng: Better support of non-Ascii characters.
  55. >>>>>>> 2.8.2.5.2.4
  56. #843526 by iAugur: Fixed field name prefix.
  57. #686328 by Alexander N: Fixed double display of PathAuto warning.
  58. Taxonomy csv import/export 7.x-4.11, 2010-05-29
  59. Taxonomy csv import/export 6.x-4.11, 2010-05-29
  60. -----------------------------------------------
  61. By Daniel Berthereau: Fixed and updated release to prepare Drupal 7 release.
  62. By Daniel Berthereau: Small changed 6.x release to keep it close to the 7.x one.
  63. By Daniel Berthereau: Added check of maximum length of names to 255 characters.
  64. Taxonomy csv import/export 6.x-4.10, 2010-05-10
  65. -----------------------------------------------
  66. #765964 by Daniel Berthereau: Fixed import duplicate terms with full term mode.
  67. Taxonomy csv import/export 6.x-4.9, 2010-01-13
  68. ----------------------------------------------
  69. #666820 by Jeremy Rasmussen: Fixed url of exported taxonomy file.
  70. taxonomy_csv 5.x-1.5, 2009-12-11
  71. --------------------------------
  72. #333159 by Katrina Messenger: Added weight import.
  73. Taxonomy csv import/export 6.x-4.8, 2009-12-10
  74. Taxonomy csv line api 6.x-4.8, 2009-12-10
  75. ----------------------------------------------
  76. By Daniel Berthereau: Cleaned code with SimpleTest/TestBed suggestions.
  77. #633348 by Jens Beltofte: Fixed field name when database uses a prefix.
  78. #495548 and #447852 by Daniel Berthereau: Warned if use of incompatible modules.
  79. Taxonomy csv import/export 7.x-4.7, 2009-10-20
  80. Taxonomy csv import/export 6.x-4.7, 2009-10-20
  81. ----------------------------------------------
  82. By Daniel Berthereau: Added export of terms and vocabularies.
  83. Taxonomy csv 7.x-4.6, 2009-10-05
  84. Taxonomy csv 6.x-4.6, 2009-10-05
  85. --------------------------------
  86. #590206 by Daniel Berthereau: Added import of full term definitions and links.
  87. By Daniel Berthereau: Added import in multiple vocabularies with 'fields_links'.
  88. By Daniel Berthereau: Cleaned code with some Zend Studio suggestions.
  89. By Daniel Berthereau: Added table of content in help.
  90. #576042 by Daniel Berthereau: Fixed use of previous choices save.
  91. Taxonomy csv line api 6.x-4.5, 2009-09-23
  92. -----------------------------------------
  93. By Daniel Berthereau: Released light api: taxonomy_csv.line.api.inc in CVS HEAD.
  94. Taxonomy csv 7.x-4.5, 2009-09-22
  95. --------------------------------
  96. By Daniel Berthereau: Released public version of taxonomy_csv for Drupal 7.
  97. Taxonomy csv 7.x-4.5, 2009-09-22
  98. Taxonomy csv 6.x-4.5, 2009-09-22
  99. --------------------------------
  100. By Daniel Berthereau: Added Polyhierarchical structure import.
  101. By Daniel Berthereau: Added Fields (name, weight, description, synonyms) import.
  102. By Daniel Berthereau: Added check of root level term.
  103. By Daniel Berthereau: Added check when an imported term unchanges existing ones.
  104. By Daniel Berthereau: Cleaned some UI items and help.
  105. By Daniel Berthereau: Fixed compatibility of url import with all browsers.
  106. By Daniel Berthereau: Fixed sensitive case update of a name.
  107. Taxonomy csv 7.x-4.4, 2009-09-13
  108. Taxonomy csv 6.x-4.4, 2009-09-13
  109. --------------------------------
  110. #575236 by Daniel Berthereau: Added Children import.
  111. By Daniel Berthereau: Added Parents import.
  112. Taxonomy csv 7.x-4.3, 2009-09-12
  113. Taxonomy csv 6.x-4.3, 2009-09-12
  114. --------------------------------
  115. By Daniel Berthereau: Created API to import csv line or batch from any module.
  116. By Daniel Berthereau: Added any size file import (full line by line approach).
  117. By Daniel Berthereau: Added tweaks to allow import even with low memory.
  118. By Daniel Berthereau: Removed multistep autodivide import.
  119. By Daniel Berthereau: Added Taxonomy manager export format.
  120. By Daniel Berthereau: Cleaned comments and help.
  121. By Daniel Berthereau: Fixed form display bugs.
  122. Taxonomy csv 7.x-4.2, 2009-08-18
  123. Taxonomy csv 6.x-4.2, 2009-08-18
  124. --------------------------------
  125. #450900 by Daniel Berthereau: Fixed duplicate parent term query.
  126. By Daniel Berthereau: Fixed batch cache and statistics.
  127. By Daniel Berthereau: Fixed error display when batch error (only useful infos).
  128. By Daniel Berthereau: Added option to reduce log level and memory usage.
  129. By Daniel Berthereau: Cleaned release.
  130. Taxonomy csv 7.x-4.1, 2009-08-11
  131. Taxonomy csv 6.x-4.1, 2009-08-11
  132. --------------------------------
  133. #540916 by Daniel Berthereau: Added warning to disable Pathauto before import.
  134. Taxonomy csv 7.x-4.0, 2009-08-10
  135. --------------------------------
  136. By Daniel Berthereau: Converted Taxonomy csv module from Drupal 6.x to Drupal 7.
  137. Taxonomy csv 6.x-4.0, 2009-08-09
  138. --------------------------------
  139. By Daniel Berthereau: Added multistep import for big files (avoid memory error).
  140. By Daniel Berthereau: Added term enclosure option.
  141. By Daniel Berthereau: Reviewed user interface code for lisibility (js & css).
  142. By Daniel Berthereau: Reviewed batch code in order to decrease memory usage.
  143. Taxonomy csv 6.x-3.1, 2009-04-08
  144. --------------------------------
  145. #427076 by Daniel Berthereau: Fixed Microsoft Windows pass-by-reference error.
  146. Taxonomy csv 6.x-3.0, 2009-04-03
  147. --------------------------------
  148. By Daniel Berthereau: Redesigned UI with dynamic options and examples (AHAH).
  149. By Daniel Berthereau: Added import by a text area.
  150. By Daniel Berthereau: Added hook_perm "administer taxonomy by csv".
  151. By Daniel Berthereau: Added memorize user settings.
  152. By Daniel Berthereau: Added test on a duplicate of an existing vocabulary.
  153. By Daniel Berthereau: Added tabulation delimiter option.
  154. By Daniel Berthereau: Added import terms as flat vocabulary.
  155. By Daniel Berthereau: Renamed "children import" to "structure import".
  156. By Daniel Berthereau: Disabled option relations to all vocabularies (not in D6).
  157. By Daniel Berthereau: Extracted advanced help to alone file.
  158. By Daniel Berthereau: Simplified stats import code.
  159. Taxonomy csv 6.x-2.4, 2009-03-10
  160. --------------------------------
  161. By Daniel Berthereau: Released 6.x.2.4.
  162. Taxonomy csv 6.x-2.3, 2009-03-09
  163. --------------------------------
  164. By Daniel Berthereau: Added subrelations import.
  165. By Daniel Berthereau: Added option to make relations into all vocabularies.
  166. By Daniel Berthereau: Fixed related terms import: remove related when replace.
  167. By Daniel Berthereau: Fixed vocabulary level check for flat vocabulary.
  168. Taxonomy csv 6.x-2.2, 2009-03-06
  169. --------------------------------
  170. By Daniel Berthereau: Restructured module to display warning informations.
  171. By Daniel Berthereau: Added options to display import result.
  172. By Daniel Berthereau: Added options to choose log level.
  173. By Daniel Berthereau: Added one term by line structure import.
  174. By Daniel Berthereau: Added auto create vocabulary.
  175. By Daniel Berthereau: Added vocabulary level check.
  176. By Daniel Berthereau: Extended help about one term structure array import.
  177. By Daniel Berthereau: Fixed translate in install hook.
  178. By Daniel Berthereau: Fixed related terms import: keep old even if Ignore.
  179. Taxonomy csv 6.x-2.1, 2009-02-28
  180. --------------------------------
  181. By Daniel Berthereau: Fixed package release.
  182. By Daniel Berthereau: Fixed define.
  183. Taxonomy csv 6.x-2.0, 2009-02-27
  184. --------------------------------
  185. By Daniel Berthereau: Rewrited module. Cleaned release.
  186. taxonomy_csv 6.x-1.5, 2008-04-19
  187. taxonomy_csv 5.x-1.4, 2008-04-19
  188. taxonomy_csv 4.7.x-1.4, 2008-04-19
  189. ----------------------------------
  190. By naquah: Various bug fixes regarding file encoding, line endings, and
  191. delimiters.
  192. taxonomy_csv 6.x-1.4, 2008-04-10
  193. --------------------------------
  194. By naquah: Update for Drupal 6.2 compatibility.
  195. taxonomy_csv 6.x-1.3, 2008-02-23
  196. taxonomy_csv 5.x-1.3, 2008-02-23
  197. taxonomy_csv 4.7.x-1.3, 2008-02-23
  198. ----------------------------------
  199. By naquah: Improved documentation.
  200. By naquah: Allow import of term description and term synonyms.
  201. By naquah: Various bug fixes.
  202. taxonomy_csv 6.x-1.x-dev, 2008-01-27
  203. ------------------------------------
  204. Fully compatible with Drupal 6 and utilizing the new Batch API that will
  205. accomodate in importing larger files.
  206. taxonomy_csv 5.x-1.2, 2008-01-27
  207. taxonomy_csv 4.7.x-1.2, 2008-01-27
  208. ----------------------------------
  209. By naquah: Added a README.txt file.
  210. No new features, no bug fixes and no known bugs.
  211. taxonomy_csv 5.x-1.1, 2007-11-16
  212. taxonomy_csv 4.7.x-1.1, 2007-11-16
  213. ----------------------------------
  214. By naquah: Fixed a bug where items with the same name though different parents
  215. are not imported.
  216. taxonomy_csv 5.x-1.0, 2007-10-26
  217. taxonomy_csv 4.7.x-1.0, 2007-10-26
  218. ----------------------------------
  219. By naquah: Make sure to read the disclaimer on the project page!
  220. taxonomy_csv 5.x-1.x-dev, 2007-10-21
  221. taxonomy_csv 4.7.x-1.x-dev, 2007-10-21
  222. --------------------------------------
  223. By naquah: Use at your own risk!