/[drupal]/contributions/modules/taxonomy_csv/CHANGELOG.txt
ViewVC logotype

Contents of /contributions/modules/taxonomy_csv/CHANGELOG.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 2.12 - (show annotations) (download)
Tue Oct 20 20:21:43 2009 UTC (5 weeks, 2 days ago) by danielkm
Branch: MAIN
CVS Tags: HEAD
Changes since 2.11: +9 -3 lines
File MIME type: text/plain
By Daniel Berthereau: Added export of terms and vocabularies.
1 /* $Id: CHANGELOG.txt,v 2.11 2009/10/05 09:43:12 danielkm Exp $ */
2
3
4 TAXONOMY CSV IMPORT/EXPORT
5 ==========================
6
7
8 == CHANGELOG ==
9 ===========
10
11 Taxonomy csv x.x-x.x, xxxx-xx-xx
12 --------------------------------
13
14
15 Taxonomy csv 7.x-4.7, 2009-10-20
16 Taxonomy csv 6.x-4.7, 2009-10-20
17 --------------------------------
18 By Daniel Berthereau: Added export of terms and vocabularies.
19
20
21 Taxonomy csv 7.x-4.6, 2009-10-05
22 Taxonomy csv 6.x-4.6, 2009-10-05
23 --------------------------------
24 #590206 by Daniel Berthereau: Added import of full term definitions and links.
25 By Daniel Berthereau: Added import in multiple vocabularies with 'fields_links'.
26 By Daniel Berthereau: Cleaned code with some Zend Studio suggestions.
27 By Daniel Berthereau: Added table of content in help.
28
29
30 Taxonomy csv line api 6.x-4.5, 2009-09-23
31 --------------------------------
32 By Daniel Berthereau: Released light api: taxonomy_csv.line.api.inc in CVS HEAD.
33
34 Taxonomy csv 7.x-4.5, 2009-09-22
35 --------------------------------
36 By Daniel Berthereau: Released public version of taxonomy_csv for Drupal 7.
37
38 Taxonomy csv 7.x-4.5, 2009-09-22
39 Taxonomy csv 6.x-4.5, 2009-09-22
40 --------------------------------
41 By Daniel Berthereau: Added Polyhierarchical structure import.
42 By Daniel Berthereau: Added Fields (name, weight, description, synonyms) import.
43 By Daniel Berthereau: Added check of root level term.
44 By Daniel Berthereau: Added check when an imported term unchanges existing ones.
45 By Daniel Berthereau: Cleaned some UI items and help.
46 By Daniel Berthereau: Fixed compatibility of url import with all browsers.
47 By Daniel Berthereau: Fixed sensitive case update of a name.
48
49
50 Taxonomy csv 7.x-4.4, 2009-09-13
51 Taxonomy csv 6.x-4.4, 2009-09-13
52 --------------------------------
53 #575236 by Daniel Berthereau: Added Children import.
54 By Daniel Berthereau: Added Parents import.
55
56
57 Taxonomy csv 7.x-4.3, 2009-09-12
58 Taxonomy csv 6.x-4.3, 2009-09-12
59 --------------------------------
60 By Daniel Berthereau: Created API to import csv line or batch from any module.
61 By Daniel Berthereau: Added any size file import (full line by line approach).
62 By Daniel Berthereau: Added tweaks to allow import even with low memory.
63 By Daniel Berthereau: Removed multistep autodivide import.
64 By Daniel Berthereau: Added Taxonomy manager export format.
65 By Daniel Berthereau: Cleaned comments and help.
66 By Daniel Berthereau: Fixed form display bugs.
67
68
69 Taxonomy csv 7.x-4.2, 2009-08-18
70 Taxonomy csv 6.x-4.2, 2009-08-18
71 --------------------------------
72 #450900 by Daniel Berthereau: Fixed duplicate parent term query.
73 By Daniel Berthereau: Fixed batch cache and statistics.
74 By Daniel Berthereau: Fixed error display when batch error (only useful infos).
75 By Daniel Berthereau: Added option to reduce log level and memory usage.
76 By Daniel Berthereau: Cleaned release.
77
78
79 Taxonomy csv 7.x-4.1, 2009-08-11
80 Taxonomy csv 6.x-4.1, 2009-08-11
81 --------------------------------
82 #540916 by Daniel Berthereau: Added warning to disable Pathauto before import.
83
84
85 Taxonomy csv 7.x-4.0, 2009-08-10
86 --------------------------------
87 By Daniel Berthereau: Converted Taxonomy csv module from Drupal 6.x to Drupal 7.
88
89
90 Taxonomy csv 6.x-4.0, 2009-08-09
91 --------------------------------
92 By Daniel Berthereau: Added multistep import for big files (avoid memory error).
93 By Daniel Berthereau: Added term enclosure option.
94 By Daniel Berthereau: Reviewed user interface code for lisibility (js & css).
95 By Daniel Berthereau: Reviewed batch code in order to decrease memory usage.
96
97
98 Taxonomy csv 6.x-3.1, 2009-04-08
99 --------------------------------
100 #427076 by Daniel Berthereau: Fixed Microsoft Windows pass-by-reference error.
101
102
103 Taxonomy csv 6.x-3.0, 2009-04-03
104 --------------------------------
105 By Daniel Berthereau: Redesigned UI with dynamic options and examples (AHAH).
106 By Daniel Berthereau: Added import by a text area.
107 By Daniel Berthereau: Added hook_perm "administer taxonomy by csv".
108 By Daniel Berthereau: Added memorize user settings.
109 By Daniel Berthereau: Added test on a duplicate of an existing vocabulary.
110 By Daniel Berthereau: Added tabulation delimiter option.
111 By Daniel Berthereau: Added import terms as flat vocabulary.
112 By Daniel Berthereau: Renamed "children import" to "structure import".
113 By Daniel Berthereau: Disabled option relations to all vocabularies (not in D6).
114 By Daniel Berthereau: Extracted advanced help to alone file.
115 By Daniel Berthereau: Simplified stats import code.
116
117
118 Taxonomy csv 6.x-2.4, 2009-03-10
119 --------------------------------
120 By Daniel Berthereau: Released 6.x.2.4.
121
122
123 Taxonomy csv 6.x-2.3, 2009-03-09
124 --------------------------------
125 By Daniel Berthereau: Added subrelations import.
126 By Daniel Berthereau: Added option to make relations into all vocabularies.
127 By Daniel Berthereau: Fixed related terms import: remove related when replace.
128 By Daniel Berthereau: Fixed vocabulary level check for flat vocabulary.
129
130
131 Taxonomy csv 6.x-2.2, 2009-03-06
132 --------------------------------
133 By Daniel Berthereau: Restructured module to display warning informations.
134 By Daniel Berthereau: Added options to display import result.
135 By Daniel Berthereau: Added options to choose log level.
136 By Daniel Berthereau: Added one term by line structure import.
137 By Daniel Berthereau: Added auto create vocabulary.
138 By Daniel Berthereau: Added vocabulary level check.
139 By Daniel Berthereau: Extended help about one term structure array import.
140 By Daniel Berthereau: Fixed translate in install hook.
141 By Daniel Berthereau: Fixed related terms import: keep old even if Ignore.
142
143
144 Taxonomy csv 6.x-2.1, 2009-02-28
145 --------------------------------
146 By Daniel Berthereau: Fixed package release.
147 By Daniel Berthereau: Fixed define.
148
149
150 Taxonomy csv 6.x-2.0, 2009-02-27
151 --------------------------------
152 By Daniel Berthereau: Rewrited module. Cleaned release.
153
154
155 taxonomy_csv 6.x-1.5, 2008-04-19
156 taxonomy_csv 5.x-1.4, 2008-04-19
157 taxonomy_csv 4.7.x-1.4, 2008-04-19
158 ----------------------------------
159
160 By naquah: Various bug fixes regarding file encoding, line endings, and
161 delimiters.
162
163
164 taxonomy_csv 6.x-1.4, 2008-04-10
165 --------------------------------
166 By naquah: Update for Drupal 6.2 compatibility.
167
168
169 taxonomy_csv 6.x-1.3, 2008-02-23
170 taxonomy_csv 5.x-1.3, 2008-02-23
171 taxonomy_csv 4.7.x-1.3, 2008-02-23
172 ----------------------------------
173 By naquah: Improved documentation.
174 By naquah: Allow import of term description and term synonyms.
175 By naquah: Various bug fixes.
176
177
178 taxonomy_csv 6.x-1.x-dev, 2008-01-27
179 ------------------------------------
180 Fully compatible with Drupal 6 and utilizing the new Batch API that will
181 accomodate in importing larger files.
182
183
184 taxonomy_csv 5.x-1.2, 2008-01-27
185 taxonomy_csv 4.7.x-1.2, 2008-01-27
186 ----------------------------------
187
188 By naquah: Added a README.txt file.
189 No new features, no bug fixes and no known bugs.
190
191
192 taxonomy_csv 5.x-1.1, 2007-11-16
193 taxonomy_csv 4.7.x-1.1, 2007-11-16
194 ----------------------------------
195 By naquah: Fixed a bug where items with the same name though different parents
196 are not imported.
197
198
199 taxonomy_csv 5.x-1.0, 2007-10-26
200 taxonomy_csv 4.7.x-1.0, 2007-10-26
201 ----------------------------------
202 By naquah: Make sure to read the disclaimer on the project page!
203
204
205 taxonomy_csv 5.x-1.x-dev, 2007-10-21
206 taxonomy_csv 4.7.x-1.x-dev, 2007-10-21
207 --------------------------------------
208 By naquah: Use at your own risk!

  ViewVC Help
Powered by ViewVC 1.1.2