/[drupal]/contributions/modules/rdf/rdf.feed.inc
ViewVC logotype

Log of /contributions/modules/rdf/rdf.feed.inc

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


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

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 3 09:35:45 2009 UTC (2 months, 3 weeks ago) by arto
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +5 -2 lines
Diff to previous 1.10
Do author name token substitution using both node and user tokens.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 1 06:03:17 2009 UTC (2 months, 3 weeks ago) by arto
Branch: MAIN
Changes since 1.9: +55 -30 lines
Diff to previous 1.9
Implemented an admin-configurable RDF mapping and token substitution value for author names in RDF feeds.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 16 00:17:41 2009 UTC (3 months, 1 week ago) by arto
Branch: MAIN
Changes since 1.8: +4 -1 lines
Diff to previous 1.8
Implemented RSS feed support for extended datetime literals that include CCK datetime fields' time zone names.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 13 00:14:28 2009 UTC (3 months, 2 weeks ago) by arto
Branch: MAIN
Changes since 1.7: +6 -1 lines
Diff to previous 1.7
Improved hook_nodeapi('rss item') interoperability (patch by geodaniel).

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 1 14:18:07 2009 UTC (3 months, 3 weeks ago) by arto
Branch: MAIN
Changes since 1.6: +5 -1 lines
Diff to previous 1.6
Implemented integration with CCK's Content Permissions module in RDF feed output.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 10 14:42:20 2009 UTC (4 months, 2 weeks ago) by arto
Branch: MAIN
Changes since 1.5: +1 -2 lines
Diff to previous 1.5
Removed a superfluous debugging code relic.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 10 14:40:08 2009 UTC (4 months, 2 weeks ago) by arto
Branch: MAIN
Changes since 1.4: +10 -1 lines
Diff to previous 1.4
Implemented a new RSS feed option for time zone offset adjustments when Daylight Saving Time (DST) is in effect.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 25 20:29:27 2009 UTC (8 months ago) by arto
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA7
Changes since 1.3: +22 -6 lines
Diff to previous 1.3
Fixed time zone issues in CCK Datestamp field handling in RSS output.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 25 04:20:41 2009 UTC (8 months ago) by arto
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
Implemented support for a default XML namespace in RDF/XML and RSS 1.0 output.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 23 12:32:08 2009 UTC (8 months ago) by arto
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1
Changelog:
- Allowed CURIEs to be used for data entry on the 'Add statement' screen.
- Prevented meta-meta field matching when checking for duplicates.
- Moved the hook_menu() definitions (all 8K of them) to rdf.menu.inc.
- Use headers_list() instead of drupal_get_headers() when determining whether to inject the RDFa doctype.
- Don't prepend the RDFa doctype if no previous doctype was found.
- Removed the RDF Schema submodule.
- Fixed RDF feed date handling for CCK datestamp fields.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 2 03:08:17 2009 UTC (8 months, 3 weeks ago) by arto
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA6
Changelog:
- Reimplemented the Drupal core modules' (node, taxonomy, blog, aggregator) RSS output in terms of extensible RDF/RSS 1.0 feeds - one important step towards publishing 100% RDFized Drupal sites.
- Added nodes' author information into RDF feeds by default (mapped to the dc:creator property).
- Changed RSS 1.0 feed output to use the MIME type application/rss+xml instead of application/rdf+xml.
- Refactored the Views 2.x RDF feed style and row plugins to use the new RDF feeds API for building their RSS 1.0 output.
- Consolidated all RDF feed configuration forms and logic in rdf.admin.inc.
- Consolidated most RDF feed build logic in rdf.feed.inc.
- Removed the special-cased Location module support in favor of supporting hook_nodeapi('rss item') when outputting RDF feeds.
- Renamed hook_rdf_views_feed() to hook_rdf_feed().
- Renamed hook_rdf_views_feed_channel() to hook_rdf_feed_channel().
- Renamed hook_rdf_views_feed_item() to hook_rdf_feed_item().
- Implemented a new API class RDF_Callback that will be used to support callbacks (poor man's closures) in various API functions.
- Implemented a new API class RDF_CallbackIterator that supports lazy iteration based on a data callback, helping to reduce memory usage.
- Fixed a bug (introduced in 6.x-1.0-alpha5) preventing CCK field property mappings from being saved.
- Added an input validation to ensure RDF mappings cannot be defined using non-existent namespaces.
- Improved the RDF mappings overview screen, and implemented autocompletion of RDF property names when mapping fields to RDF properties.
- Implemented a time zone configuration option for date/time values in RSS feeds.
- Fixed the time zone handling logic for RDF-mapped CCK fields used in RSS feeds.
- Added a $timezone parameter to rdf_datetime().
- Prevented a PHP warning from rdf_db_get_schema() when installing File Framework (fixed by miglius).
- #350485 by TheOnlyHarry: Fixed namespace prefix logic in RDF output.

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