/[drupal]/contributions/modules/taxonomy_csv/taxonomy_csv.js
ViewVC logotype

Log of /contributions/modules/taxonomy_csv/taxonomy_csv.js

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


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 20 20:21:44 2009 UTC (5 weeks, 2 days ago) by danielkm
Branch: MAIN
CVS Tags: HEAD
Changes since 2.5: +56 -29 lines
Diff to previous 2.5
By Daniel Berthereau: Added export of terms and vocabularies.

Revision 2.3.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 20 19:53:27 2009 UTC (5 weeks, 2 days ago) by danielkm
Branch: DRUPAL-7--4
CVS Tags: DRUPAL-7--4-7
Changes since 2.3.2.2: +56 -29 lines
Diff to previous 2.3.2.2 , to branch point 2.3 , to next main 2.6
By Daniel Berthereau: Added export of terms and vocabularies.

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 20 19:45:56 2009 UTC (5 weeks, 2 days ago) by danielkm
Branch: DRUPAL-6--4
CVS Tags: DRUPAL-6--4-7
Changes since 1.1.2.8: +56 -29 lines
Diff to previous 1.1.2.8 , to branch point 1.1 , to next main 2.6
By Daniel Berthereau: Added export of terms and vocabularies.

Revision 2.3.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 5 10:09:40 2009 UTC (7 weeks, 3 days ago) by danielkm
Branch: DRUPAL-7--4
CVS Tags: DRUPAL-7--4-6
Changes since 2.3.2.1: +3 -4 lines
Diff to previous 2.3.2.1 , to branch point 2.3
#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.

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 5 10:01:40 2009 UTC (7 weeks, 3 days ago) by danielkm
Branch: DRUPAL-6--4
CVS Tags: DRUPAL-6--4-6
Changes since 1.1.2.7: +3 -3 lines
Diff to previous 1.1.2.7 , to branch point 1.1
#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.

Revision 2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 5 09:43:12 2009 UTC (7 weeks, 3 days ago) by danielkm
Branch: MAIN
Changes since 2.4: +3 -3 lines
Diff to previous 2.4
#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.

Revision 2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 23 14:21:04 2009 UTC (2 months ago) by danielkm
Branch: MAIN
Changes since 2.3: +22 -22 lines
Diff to previous 2.3
By Daniel Berthereau: Released public version of taxonomy_csv for Drupal 7.
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.

Revision 2.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 22 07:12:16 2009 UTC (2 months ago) by danielkm
Branch: DRUPAL-7--4
CVS Tags: DRUPAL-7--4-5
Changes since 2.3: +23 -24 lines
Diff to previous 2.3
By Daniel Berthereau: Released public version of taxonomy_csv for Drupal 7.
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.

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 22 05:51:59 2009 UTC (2 months ago) by danielkm
Branch: DRUPAL-6--4
CVS Tags: DRUPAL-6--4-5
Changes since 1.1.2.6: +22 -22 lines
Diff to previous 1.1.2.6 , to branch point 1.1
By Daniel Berthereau: Released public version of taxonomy_csv for Drupal 7.
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.

Revision 2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 13 07:13:07 2009 UTC (2 months, 1 week ago) by danielkm
Branch: MAIN
Branch point for: DRUPAL-7--4
Changes since 2.2: +79 -9 lines
Diff to previous 2.2
#575236 by Daniel Berthereau: Added Children import.
By Daniel Berthereau: Added Parents import.
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.
#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.

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 13 06:56:36 2009 UTC (2 months, 1 week ago) by danielkm
Branch: DRUPAL-6--4
CVS Tags: DRUPAL-6--4-4
Changes since 1.1.2.5: +3 -3 lines
Diff to previous 1.1.2.5 , to branch point 1.1
#575236 by Daniel Berthereau: Added Children import.
By Daniel Berthereau: Added Parents import.

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 12 16:06:17 2009 UTC (2 months, 2 weeks ago) by danielkm
Branch: DRUPAL-6--4
CVS Tags: DRUPAL-6--4-3
Changes since 1.1.2.4: +79 -9 lines
Diff to previous 1.1.2.4 , to branch point 1.1
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.

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 18 07:03:26 2009 UTC (3 months, 1 week ago) by danielkm
Branch: DRUPAL-6--4
CVS Tags: DRUPAL-6--4-2
Changes since 1.1.2.3: +1 -1 lines
Diff to previous 1.1.2.3 , to branch point 1.1
#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.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 13 16:41:00 2009 UTC (3 months, 2 weeks ago) by danielkm
Branch: DRUPAL-6--4
Changes since 1.1.2.2: +0 -0 lines
Diff to previous 1.1.2.2 , to branch point 1.1
By Daniel Berthereau: Fixed error display when batch error (only useful infos).
By Daniel Berthereau: Added option to reduce log level and memory usage.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 12 11:48:06 2009 UTC (3 months, 2 weeks ago) by danielkm
Branch: DRUPAL-6--4
Changes since 1.1.2.1: +78 -74 lines
Diff to previous 1.1.2.1 , to branch point 1.1
#540916 by Daniel Berthereau: Added warning to disable Pathauto before import.
#450900 by Daniel Berthereau: Fixed duplicate parent term query.
By Daniel Berthereau: Fixed batch cache and statistics.

Revision 2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 11 11:52:16 2009 UTC (3 months, 2 weeks ago) by danielkm
Branch: MAIN
CVS Tags: DRUPAL-6--1-1, DRUPAL-6--4-1
Changes since 2.1: +78 -74 lines
Diff to previous 2.1
#540916 by Daniel Berthereau: Added warning to disable Pathauto before import.

Revision 2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 9 15:27:00 2009 UTC (3 months, 2 weeks ago) by danielkm
Branch: MAIN
CVS Tags: DRUPAL-6--4-0
Changes since 1.1: +82 -0 lines
Diff to previous 1.1
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.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 9 14:17:07 2009 UTC (3 months, 2 weeks ago) by danielkm
Branch: DRUPAL-6--4
Changes since 1.1: +82 -0 lines
Diff to previous 1.1
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.

Revision 1.1
Sun Aug 9 14:17:07 2009 UTC (3 months, 2 weeks ago) by danielkm
Branch: MAIN
Branch point for: DRUPAL-6--4
FILE REMOVED
file taxonomy_csv.js was initially added on branch DRUPAL-6--4.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2