Log of /contributions/modules/taxonomy_xml/taxonomy_xml.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.9.2.20.2.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Nov 23 21:46:57 2009 UTC
(22 hours, 49 minutes ago)
by
dman
Branch:
DRUPAL-6--2
Changes since
1.9.2.20.2.11: +41 -4 lines
Diff to
previous 1.9.2.20.2.11
, to
branch point 1.9.2.20
deeper error handling for RDF library. I want to use libraries.module, but I'm on ARC1 not 2. Nicer messages warning if the lib is unavailable. Does not show in the formats list if not. working towards actual single-term export under menu callbacks (not working yet - needs HTTP headers). Added content to install.txt.
Revision
1.9.2.20.2.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 18 14:38:30 2009 UTC
(6 days, 5 hours ago)
by
dman
Branch:
DRUPAL-6--2
Changes since
1.9.2.20.2.10: +22 -17 lines
Diff to
previous 1.9.2.20.2.10
, to
branch point 1.9.2.20
Added a new supported format - CSV Ancestry. This supports the Google Merchant product taxonomy ... and the taxonomy used by some spreadsheet folk. Read-only. Batched, so it can scale to thousands of terms. still just does string matching although it could do heirarchy matching if needed
Revision
1.9.2.20.2.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 31 14:11:01 2009 UTC
(2 months, 3 weeks ago)
by
dman
Branch:
DRUPAL-6--2
Changes since
1.9.2.20.2.7: +84 -5 lines
Diff to
previous 1.9.2.20.2.7
, to
branch point 1.9.2.20
Documentation updates. Added FONZ to the remote taxonomy services. Tweaked Remote import - needs to become batch jobs more to avoid timeouts. added link to docs about services. Made a change to character escaping when generating RDF (ensure & is escaped)
Revision
1.9.2.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Feb 26 14:16:53 2009 UTC
(8 months, 3 weeks ago)
by
dman
Branch:
DRUPAL-6--1
Changes since
1.9.2.16: +16 -6 lines
Diff to
previous 1.9.2.16
, to
branch point 1.9
A small bunch of PHP_STRICT warning tweaks.
Added a little feedback to help debug why relationships are being made under batch jobs.
TODO a 'silent' mode, as just the messages that accumulate in BIG runs can blow out the memory.
Revision
1.9.2.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 8 12:25:51 2009 UTC
(10 months, 2 weeks ago)
by
dman
Branch:
DRUPAL-6--1
Changes since
1.9.2.15: +3 -3 lines
Diff to
previous 1.9.2.15
, to
branch point 1.9
Attempt to solve non-ascii encoding problems. Shifted file downloads from application/octet-stream to text/xml; charset=UTF-8
Minor fixes to avoid a few PHP strict notices (undefined variables)
Downloads are renamed *.rdf.xml and *.tcs.xml to try and give hints to text editors to keep treating the files as the XML they are. see http://drupal.org/node/350037
Revision
1.9.2.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 30 16:08:47 2008 UTC
(12 months, 3 weeks ago)
by
dman
Branch:
DRUPAL-6--1
Changes since
1.9.2.12: +140 -37 lines
Diff to
previous 1.9.2.12
, to
branch point 1.9
Added beginings of support for taxonomy server SERVICES as a source of import.
So far only tested with eol.org data - the interface is not yet public
But soon all sorts of sources can be pluggable.
Revision
1.9.2.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 28 14:46:53 2008 UTC
(12 months, 3 weeks ago)
by
dman
Branch:
DRUPAL-6--1
Changes since
1.9.2.8: +58 -25 lines
Diff to
previous 1.9.2.8
, to
branch point 1.9
problems with XML escaping for entities on output
Revised the id/uri attribute needed for batch operations. Not $term->URI but $term->uri for consistancy with field_uri that taxonomy_enhancer and node as term will be doing
Started adding provision for 'web services' - not implimented, but the UI is coming.
Revision
1.9.2.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Sep 28 05:22:22 2008 UTC
(13 months, 3 weeks ago)
by
dman
Branch:
DRUPAL-6--1
Changes since
1.9.2.4: +365 -71 lines
Diff to
previous 1.9.2.4
, to
branch point 1.9
Abstracted two of the trickier relinking processes into generic functions. To lighten the syntax-only parser and make
them available for reuse in onther syntaxes
---------------------------------------------------------------------
Revision
1.9.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Sep 12 20:39:46 2008 UTC
(14 months, 1 week ago)
by
dman
Branch:
DRUPAL-6--1
Changes since
1.9.2.1: +44 -19 lines
Diff to
previous 1.9.2.1
, to
branch point 1.9
Updates from the taxonomy code sprint hosted by the "Encyclopedia of Life"
http://groups.drupal.org/node/14742
This adds a new taxonomy serialization schema, and the ability to load vocabularies and terms from URLs.
Some scaling issues were encountered (max_packet_size error) due to the inefficient handling of DOM trees and the lack of garbage collections. If you try it and ABSOLUTELY NOTHIG seems to happen (but the page form re-displays) ... try a smaller source file.
I'm going to have to address this pretty quickly.
Revision
1.9.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Sep 6 15:27:39 2008 UTC
(14 months, 2 weeks ago)
by
dman
Branch:
DRUPAL-6--1
CVS Tags:
DRUPAL-6--1-1
Changes since
1.9: +516 -208 lines
Diff to
previous 1.9
This is a major rewrite. Also released on the DRUPAL-5--2 branch.
I'm branching to DRUPAL-6--2 so as to leave the original straight port alone as a limited, stable version, as this branch may need a little more testing, and is structured different.
Anyway, as described in http://drupal.org/node/299599
this adds RDF and CSV import/export handlers
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 3 09:30:30 2008 UTC
(17 months, 3 weeks ago)
by
nicolash
Branch:
MAIN
Changes since
1.10: +7 -6 lines
Diff to
previous 1.10
Replaced calls to module_invoke('taxonomy', 'get_vocabulary', $vid) with module_invoke('taxonomy', 'vocabulary_load', $vid)
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Apr 11 09:36:44 2008 UTC
(19 months, 2 weeks ago)
by
nicolash
Branch:
MAIN
Changes since
1.9: +2 -2 lines
Diff to
previous 1.9
Changed:
$vocabulary = module_invoke('taxonomy', 'get_vocabulary', $vid);
to:
$vocabulary = module_invoke('taxonomy', 'vocabulary_load', $vid);
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Dec 18 02:15:24 2007 UTC
(23 months, 1 week ago)
by
dman
Branch:
MAIN
Changes since
1.7: +72 -62 lines
Diff to
previous 1.7
Code style update only.
Mostly whitespace.
Renamed the globals to be coder.module 'strict' compliant.
Should be no function change visible. Just clean-slating the module for
upcoming additions
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jan 13 20:46:43 2007 UTC
(2 years, 10 months ago)
by
etopian
Branch:
MAIN
Changes since
1.3: +81 -48 lines
Diff to
previous 1.3
Patched up to: http://drupal.org/node/71264
TODO: fix vocabulary-node association: wrong node types??
TODO: fix GLOBALS variables Name (use standard notation)
- import: checking if term already exists using name and hierarchy
- import: using file_read_contents() instead of using file handlers
- export: default filename is "taxonomy_VocabularyName.xml"
- export: XML is more human-readable: added indents and line feed
- export: using $_SERVER[] superglobal for browser checking
- displayed information on import process
- displayed warning if non vocabulary is present
- Fixed some help text (export)
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.