Log of /contributions/modules/rdf/rdf.test
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Mar 4 20:56:53 2009 UTC
(8 months, 3 weeks ago)
by
arto
Branch:
MAIN
Changes since
1.2: +2 -2 lines
Diff to
previous 1.2
Changelog:
- Added a new database table, {rdf_repositories}, for holding RDF repository definitions.
- Added schema update #6002 for creating the {rdf_repositories} table.
- Added schema update #6003 for migrating RDF repository definitions from the {variable} table to {rdf_repositories}.
- Changed rdf_db_get_repository_tables() to make use of the new {rdf_repositories} table.
- Removed rdf_db_get_repository_names() in favor of rdf_db_get_repository_tables().
- Changed rdf_db_create_repository() options; dependent modules take note: in the future invoke the function with 'title' and 'description' instead of 'dc:title' and 'dc:description'. See rdf.db.inc for details.
- Renamed rdf_db_update_repository_metadata() to rdf_db_update_repository().
- Removed rdf_db_delete_repository_metadata().
- Prevented editing of the System and Local repositories on the RDF repository management screen.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Feb 16 13:27:09 2009 UTC
(9 months, 1 week ago)
by
arto
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0-ALPHA6
Changes since
1.1: +3 -3 lines
Diff to
previous 1.1
Merged latest changes from http://github.com/bendiken/drupal-rdf.
Changelog:
- #330541 by jmiccolis: Views integration.
- Cache rdf_db_get_repository_tables() and rdf_db_count_repository_triples() results (by alex.k).
- Refactored rdf_db_get_repository_tables() and rdf_db_count_repository_triples().
- Prevent duplicate RDF statements from being inserted (in accordance with repository settings).
- Merge any duplicated RDF statements on cron runs (in accordance with repository settings).
- Implemented support for CCK Fieldgroup fields when outputting RSS feeds from the Views plugin.
- Honor Location module content-type-specific RSS settings when outputting RSS feeds from the Views plugin.
- Folded the RDF Schema module back into the base module, leaving a placeholder (for the time being) in order to allow users to cleanly uninstall the submodule.
- Renamed the 'RDF API' module to 'RDF'.
- Minor coding conventions cleanup.
- Updated the information in README.txt and INSTALL.txt; added contributors to README.txt.
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.