CHANGELOG.txt 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  1. TAXONOMY CSV IMPORT/EXPORT
  2. ==========================
  3. == CHANGELOG ==
  4. ===========
  5. Taxonomy csv import/export 7.x-5.10, 2012-02-22
  6. -----------------------------------------------
  7. #1410784 by Daniel Berthereau: Added import/export of multivalued fields.
  8. By Daniel Berthereau: Simplified import UI: only three generic import formats.
  9. By Daniel Berthereau: Removed old code from 6.x in order to use only Field API.
  10. By Daniel Berthereau: Clarified import of translations.
  11. By Daniel Berthereau: Added export of translations.
  12. Taxonomy csv import/export 7.x-5.10, 2012-02-22
  13. Taxonomy csv import/export 6.x-5.10, 2012-02-22
  14. -----------------------------------------------
  15. By Daniel Berthereau: Updated documentation and checked code with Coder.
  16. Taxonomy csv import/export 6.x-5.10, 2012-02-22
  17. -----------------------------------------------
  18. By Daniel Berthereau: Added a full export format compatible with Taxonomy CSV 7.
  19. Taxonomy csv import/export 7.x-5.9, 2012-02-04
  20. ----------------------------------------------
  21. By Daniel Berthereau: Added import custom fields (by tid and for any fields).
  22. By Daniel Berthereau: Added import of translations by tid.
  23. By Daniel Berthereau: Added export of fields.
  24. Taxonomy csv import/export 7.x-5.9, 2012-02-04
  25. Taxonomy csv import/export 6.x-5.9, 2012-02-04
  26. ----------------------------------------------
  27. #969750 by Daniel Berthereau: Fixed check of Javascript, presumed true.
  28. By Daniel Berthereau: Improved internal documentation and code.
  29. By Daniel Berthereau: Added new export format: tid and name.
  30. Taxonomy csv import/export 7.x-5.8, 2012-01-28
  31. ----------------------------------------------
  32. #1395090 by Alex Oroshchuk: Added import/export by vocabulary machine name.
  33. By Daniel Berthereau: Added option to set the format of the description.
  34. By Daniel Berthereau: Removed compatibily layer between Taxonomy CSV 6 and 7.
  35. By Daniel Berthereau: Improved import speed and memory usage.
  36. By Daniel Berthereau: Added internationalization for Taxonomy CSV import.
  37. #1413922 By Daniel Berthereau: Added support for number and text custom fields.
  38. Taxonomy csv import/export 7.x-5.8, 2012-01-28
  39. Taxonomy csv import/export 6.x-5.8, 2012-01-28
  40. ----------------------------------------------
  41. #1359260 by Daniel Berthereau: Added a warning when terms count is invalid.
  42. By Daniel Berthereau: Added pipe delimiter and quote enclosure option.
  43. By Daniel Berthereau: Check line breaks in descriptions and escape or set them.
  44. #1287210 by Èric Palau: Added permissions to import and export by CSV.
  45. #1312244 by Daniel Berthereau: Added drush support to use module with CLI.
  46. By Daniel Berthereau: Simplified use of update/replace/ignore existing items.
  47. #1308420 by Jordim: Fixed 'Full definitions and links' import.
  48. By Daniel Berthereau: Cleaned some cosmetic items (Coder review).
  49. #1395090 by Alex Oroshchuk: Fixed check options with Drush 4.5.
  50. #1006440 by Daniel Berthereau: Changed default export enclosure to « " ».
  51. By Daniel Berthereau: Fixed Full definitions import with duplicates names.
  52. #1410628 by Daniel Berthereau: Added select to export multiple vocabularies.
  53. Taxonomy csv import/export 7.x-5.7, 2011-10-03
  54. ----------------------------------------------
  55. By Daniel Berthereau: Added autocreation of custom fields.
  56. By Daniel Berthereau: Improved related terms import.
  57. #1027068 by Carsten Müller and Roberto Mariani: Added support for custom fields.
  58. #1040894 by Carsten Müller: Added support for file extension .csv and .txt.
  59. #1179568 by TommyChris: Fixed DB double prefix error.
  60. Taxonomy csv import/export 7.x-5.7, 2011-10-03
  61. Taxonomy csv import/export 6.x-5.7, 2011-10-03
  62. ----------------------------------------------
  63. By Daniel Berthereau: Released new versions.
  64. By Daniel Berthereau: Fixed some UI bugs and updated help.
  65. By Daniel Berthereau: Simplified full definition and links import.
  66. By Daniel Berthereau: Completed keep order of terms option.
  67. By Daniel Berthereau: Improved user interface.
  68. #1006466 by Daniel Berthereau: Fixed import full definitions in existing.
  69. #1208010 by Daniel Berthereau: Added hierarchical tree export format.
  70. #1237068 by Ted A Gifford: Removed a "by reference" warning in PHP strict mode.
  71. #1244498 by Brad Erickson: Added link to first term causing export failure.
  72. #1256628 by Daniel Berthereau: Fixed Microsoft DOS end line export format.
  73. #1267026 by Daniel Berthereau: Fixed non-ascii filename of exported vocabulary.
  74. #1270168 by Daniel Berthereau: Fixed Taxonomy manager export format.
  75. #1287210 by Daniel Berthereau: Added option to delete terms before import.
  76. Taxonomy csv import/export 6.x-5.7, 2011-10-03
  77. ----------------------------------------------
  78. #1123914 by Andrey parashutiki: Fixed use of UI with keys up and down.
  79. #1248926 by Daniel Berthereau: Added infos about weight limit of imported terms.
  80. Taxonomy csv import/export 7.x-5.6, 2011-01-07
  81. Taxonomy csv import/export 6.x-5.6, 2011-01-07
  82. ----------------------------------------------
  83. #1017708 by EliteMonk: Fixed query with database prefix.
  84. Taxonomy csv import/export 7.x-5.5, 2011-01-07
  85. Taxonomy csv import/export 6.x-5.5, 2011-01-07
  86. ----------------------------------------------
  87. By Daniel Berthereau: Added soft tab (two spaces or more) delimiter.
  88. By Daniel Berthereau: Added option to keep order of terms by specifying weight.
  89. #1006436 by John Voskuilen: Fixed export with Microsoft DOS end of line.
  90. #1006466 by John Voskuilen: Harmonized import of Full term definition and links.
  91. Taxonomy csv import/export 6.x-5.4, 2010-09-14
  92. ----------------------------------------------
  93. #910788 by Brad Bulger: Fixed error when vocabulary isn't checked after import.
  94. Taxonomy csv import/export 7.x-5.4-dev, 2010-09-13
  95. --------------------------------------------------
  96. #896132 by Matthias Hutterer: Fixed parents & children names broken by D7 HEAD.
  97. Taxonomy csv import/export 6.x-5.3, 2010-09-13
  98. ----------------------------------------------
  99. By Daniel Berthereau: Reimplemented utf8 conversion for obsolete Windows users.
  100. By Daniel Berthereau: Simplified format for geotaxonomy import/export.
  101. Taxonomy csv import/export 7.x-5.3, 2010-08-20
  102. Taxonomy csv import/export 6.x-5.3-dev, 2010-08-20
  103. --------------------------------------------------
  104. By Daniel Berthereau: Enabled plug-ins for specific formats.
  105. By Daniel Berthereau: Implemented geotaxonomy import/export format.
  106. By Daniel Berthereau: Simplified and standardized import process.
  107. Taxonomy csv import/export 7.x-5.1, 2010-08-16
  108. Taxonomy csv import/export 6.x-5.2, 2010-08-16
  109. ----------------------------------------------
  110. By Daniel Berthereau: Fixed error of commit to cvs and linked bugs.
  111. By Daniel Berthereau: Forget taxonomy_csv.css and taxonomy_csv.js (Drupal 6).
  112. By Daniel Berthereau: Merged all taxonomy-csv 6.x branches except 6.x-1.
  113. By Daniel Berthereau: Doxygened some help.
  114. Taxonomy csv import/export 7.x-5.0, 2010-08-13
  115. Taxonomy csv import/export 6.x-5.0, 2010-08-13
  116. ----------------------------------------------
  117. By Daniel Berthereau: Changed cvs HEAD from 6.x to 7.x release.
  118. By Daniel Berthereau: Merged all taxonomy-csv 7.x branches except 7.x-1.
  119. By Daniel Berthereau: Modularized and simplified code and reintegrated line api.
  120. By Daniel Berthereau: Use of new features of Drupal 7 (UI and Field).
  121. By Daniel Berthereau: Implemented synonyms and related terms in 7.x release.
  122. By Daniel Berthereau: Cleaned structure of user interface.
  123. By Daniel Berthereau: Improved speed of tree and polyhierarchical import.
  124. By Daniel Berthereau: Implemented quick import mode: no check of existing terms.
  125. By Daniel Berthereau: Set hierarchy check disabled by default in user interface.
  126. By Daniel Berthereau: Removed special permissions and use 'administer taxonomy'.
  127. By Daniel Berthereau: Removed internal cache and use only core taxonomy ones.
  128. By Daniel Berthereau: Removed utf8 conversion.
  129. #872366 by vipzhicheng: Better support of non-Ascii characters.
  130. #843526 by iAugur: Fixed field name prefix.
  131. #686328 by Alexander N: Fixed double display of PathAuto warning.
  132. Taxonomy csv import/export 7.x-4.11, 2010-05-29
  133. Taxonomy csv import/export 6.x-4.11, 2010-05-29
  134. -----------------------------------------------
  135. By Daniel Berthereau: Fixed and updated release to prepare Drupal 7 release.
  136. By Daniel Berthereau: Small changed 6.x release to keep it close to the 7.x one.
  137. By Daniel Berthereau: Added check of maximum length of names to 255 characters.
  138. Taxonomy csv import/export 6.x-4.10, 2010-05-10
  139. -----------------------------------------------
  140. #765964 by Daniel Berthereau: Fixed import duplicate terms with full term mode.
  141. Taxonomy csv import/export 6.x-4.9, 2010-01-13
  142. ----------------------------------------------
  143. #666820 by Jeremy Rasmussen: Fixed url of exported taxonomy file.
  144. taxonomy_csv 5.x-1.5, 2009-12-11
  145. --------------------------------
  146. #333159 by Katrina Messenger: Added weight import.
  147. Taxonomy csv import/export 6.x-4.8, 2009-12-10
  148. Taxonomy csv line api 6.x-4.8, 2009-12-10
  149. ----------------------------------------------
  150. By Daniel Berthereau: Cleaned code with SimpleTest/TestBed suggestions.
  151. #633348 by Jens Beltofte: Fixed field name when database uses a prefix.
  152. #495548 and #447852 by Daniel Berthereau: Warned if use of incompatible modules.
  153. Taxonomy csv import/export 7.x-4.7, 2009-10-20
  154. Taxonomy csv import/export 6.x-4.7, 2009-10-20
  155. ----------------------------------------------
  156. By Daniel Berthereau: Added export of terms and vocabularies.
  157. Taxonomy csv 7.x-4.6, 2009-10-05
  158. Taxonomy csv 6.x-4.6, 2009-10-05
  159. --------------------------------
  160. #590206 by Daniel Berthereau: Added import of full term definitions and links.
  161. By Daniel Berthereau: Added import in multiple vocabularies with 'fields_links'.
  162. By Daniel Berthereau: Cleaned code with some Zend Studio suggestions.
  163. By Daniel Berthereau: Added table of content in help.
  164. #576042 by Daniel Berthereau: Fixed use of previous choices save.
  165. Taxonomy csv line api 6.x-4.5, 2009-09-23
  166. -----------------------------------------
  167. By Daniel Berthereau: Released light api: taxonomy_csv.line.api.inc in CVS HEAD.
  168. Taxonomy csv 7.x-4.5, 2009-09-22
  169. --------------------------------
  170. By Daniel Berthereau: Released public version of taxonomy_csv for Drupal 7.
  171. Taxonomy csv 7.x-4.5, 2009-09-22
  172. Taxonomy csv 6.x-4.5, 2009-09-22
  173. --------------------------------
  174. By Daniel Berthereau: Added Polyhierarchical structure import.
  175. By Daniel Berthereau: Added Fields (name, weight, description, synonyms) import.
  176. By Daniel Berthereau: Added check of root level term.
  177. By Daniel Berthereau: Added check when an imported term unchanges existing ones.
  178. By Daniel Berthereau: Cleaned some UI items and help.
  179. By Daniel Berthereau: Fixed compatibility of url import with all browsers.
  180. By Daniel Berthereau: Fixed sensitive case update of a name.
  181. Taxonomy csv 7.x-4.4, 2009-09-13
  182. Taxonomy csv 6.x-4.4, 2009-09-13
  183. --------------------------------
  184. #575236 by Daniel Berthereau: Added Children import.
  185. By Daniel Berthereau: Added Parents import.
  186. Taxonomy csv 7.x-4.3, 2009-09-12
  187. Taxonomy csv 6.x-4.3, 2009-09-12
  188. --------------------------------
  189. By Daniel Berthereau: Created API to import csv line or batch from any module.
  190. By Daniel Berthereau: Added any size file import (full line by line approach).
  191. By Daniel Berthereau: Added tweaks to allow import even with low memory.
  192. By Daniel Berthereau: Removed multistep autodivide import.
  193. By Daniel Berthereau: Added Taxonomy manager export format.
  194. By Daniel Berthereau: Cleaned comments and help.
  195. By Daniel Berthereau: Fixed form display bugs.
  196. Taxonomy csv 7.x-4.2, 2009-08-18
  197. Taxonomy csv 6.x-4.2, 2009-08-18
  198. --------------------------------
  199. #450900 by Daniel Berthereau: Fixed duplicate parent term query.
  200. By Daniel Berthereau: Fixed batch cache and statistics.
  201. By Daniel Berthereau: Fixed error display when batch error (only useful infos).
  202. By Daniel Berthereau: Added option to reduce log level and memory usage.
  203. By Daniel Berthereau: Cleaned release.
  204. Taxonomy csv 7.x-4.1, 2009-08-11
  205. Taxonomy csv 6.x-4.1, 2009-08-11
  206. --------------------------------
  207. #540916 by Daniel Berthereau: Added warning to disable Pathauto before import.
  208. Taxonomy csv 7.x-4.0, 2009-08-10
  209. --------------------------------
  210. By Daniel Berthereau: Converted Taxonomy csv module from Drupal 6.x to Drupal 7.
  211. Taxonomy csv 6.x-4.0, 2009-08-09
  212. --------------------------------
  213. By Daniel Berthereau: Added multistep import for big files (avoid memory error).
  214. By Daniel Berthereau: Added term enclosure option.
  215. By Daniel Berthereau: Reviewed user interface code for lisibility (js & css).
  216. By Daniel Berthereau: Reviewed batch code in order to decrease memory usage.
  217. Taxonomy csv 6.x-3.1, 2009-04-08
  218. --------------------------------
  219. #427076 by Daniel Berthereau: Fixed Microsoft Windows pass-by-reference error.
  220. Taxonomy csv 6.x-3.0, 2009-04-03
  221. --------------------------------
  222. By Daniel Berthereau: Redesigned UI with dynamic options and examples (AHAH).
  223. By Daniel Berthereau: Added import by a text area.
  224. By Daniel Berthereau: Added hook_perm "administer taxonomy by csv".
  225. By Daniel Berthereau: Added memorize user settings.
  226. By Daniel Berthereau: Added test on a duplicate of an existing vocabulary.
  227. By Daniel Berthereau: Added tabulation delimiter option.
  228. By Daniel Berthereau: Added import terms as flat vocabulary.
  229. By Daniel Berthereau: Renamed "children import" to "structure import".
  230. By Daniel Berthereau: Disabled option relations to all vocabularies (not in D6).
  231. By Daniel Berthereau: Extracted advanced help to alone file.
  232. By Daniel Berthereau: Simplified stats import code.
  233. Taxonomy csv 6.x-2.4, 2009-03-10
  234. --------------------------------
  235. By Daniel Berthereau: Released 6.x.2.4.
  236. Taxonomy csv 6.x-2.3, 2009-03-09
  237. --------------------------------
  238. By Daniel Berthereau: Added subrelations import.
  239. By Daniel Berthereau: Added option to make relations into all vocabularies.
  240. By Daniel Berthereau: Fixed related terms import: remove related when replace.
  241. By Daniel Berthereau: Fixed vocabulary level check for flat vocabulary.
  242. Taxonomy csv 6.x-2.2, 2009-03-06
  243. --------------------------------
  244. By Daniel Berthereau: Restructured module to display warning informations.
  245. By Daniel Berthereau: Added options to display import result.
  246. By Daniel Berthereau: Added options to choose log level.
  247. By Daniel Berthereau: Added one term by line structure import.
  248. By Daniel Berthereau: Added auto create vocabulary.
  249. By Daniel Berthereau: Added vocabulary level check.
  250. By Daniel Berthereau: Extended help about one term structure array import.
  251. By Daniel Berthereau: Fixed translate in install hook.
  252. By Daniel Berthereau: Fixed related terms import: keep old even if Ignore.
  253. Taxonomy csv 6.x-2.1, 2009-02-28
  254. --------------------------------
  255. By Daniel Berthereau: Fixed package release.
  256. By Daniel Berthereau: Fixed define.
  257. Taxonomy csv 6.x-2.0, 2009-02-27
  258. --------------------------------
  259. By Daniel Berthereau: Rewrited module. Cleaned release.
  260. taxonomy_csv 6.x-1.5, 2008-04-19
  261. taxonomy_csv 5.x-1.4, 2008-04-19
  262. taxonomy_csv 4.7.x-1.4, 2008-04-19
  263. ----------------------------------
  264. By naquah: Various bug fixes regarding file encoding, line endings, and
  265. delimiters.
  266. taxonomy_csv 6.x-1.4, 2008-04-10
  267. --------------------------------
  268. By naquah: Update for Drupal 6.2 compatibility.
  269. taxonomy_csv 6.x-1.3, 2008-02-23
  270. taxonomy_csv 5.x-1.3, 2008-02-23
  271. taxonomy_csv 4.7.x-1.3, 2008-02-23
  272. ----------------------------------
  273. By naquah: Improved documentation.
  274. By naquah: Allow import of term description and term synonyms.
  275. By naquah: Various bug fixes.
  276. taxonomy_csv 6.x-1.x-dev, 2008-01-27
  277. ------------------------------------
  278. Fully compatible with Drupal 6 and utilizing the new Batch API that will
  279. accomodate in importing larger files.
  280. taxonomy_csv 5.x-1.2, 2008-01-27
  281. taxonomy_csv 4.7.x-1.2, 2008-01-27
  282. ----------------------------------
  283. By naquah: Added a README.txt file.
  284. No new features, no bug fixes and no known bugs.
  285. taxonomy_csv 5.x-1.1, 2007-11-16
  286. taxonomy_csv 4.7.x-1.1, 2007-11-16
  287. ----------------------------------
  288. By naquah: Fixed a bug where items with the same name though different parents
  289. are not imported.
  290. taxonomy_csv 5.x-1.0, 2007-10-26
  291. taxonomy_csv 4.7.x-1.0, 2007-10-26
  292. ----------------------------------
  293. By naquah: Make sure to read the disclaimer on the project page!
  294. taxonomy_csv 5.x-1.x-dev, 2007-10-21
  295. taxonomy_csv 4.7.x-1.x-dev, 2007-10-21
  296. --------------------------------------
  297. By naquah: Use at your own risk!