summaryrefslogtreecommitdiff
path: root/modules/rdf/rdf.module
Commit message (Collapse)AuthorAge
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* - Patch #712538 by scor: clean up RDF namespaces and mappings before Drupal ↵Dries Buytaert2010-04-10
| | | | 7 release.
* - Patch #694994 by Stefan Freudenberg: fixed the RDFa markup for number of ↵Dries Buytaert2010-04-08
| | | | comments on teasers.
* - Patch #699440 by scor, effulgentsia, noahb, catch: add bundle support to ↵Dries Buytaert2010-04-06
| | | | entity_uri() callback to remove performance overhead of forum_url_outbound_alter().
* - Patch #761616 by JohnAlbin: revert to .Dries Buytaert2010-04-06
|
* #707724 follow-up by yched: Fix more confusing field/entity api arguments.Angie Byron2010-03-27
|
* - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ↵Dries Buytaert2010-03-26
| | | | also links.
* - Patch #566390 by Gábor Hojtsy, Jose Reyero: apply locale import ↵Dries Buytaert2010-03-10
| | | | protection to the plural forms.
* #687712 by scor: Optimize rdf.module for displaying multiple comments.Angie Byron2010-03-07
|
* - Patch #623684 by linclark, christefano, scor: improved documentation of ↵Dries Buytaert2010-03-06
| | | | RDF module.
* - Patch #701672 by linclark: associate a standardized foaf:Person URI to ↵Dries Buytaert2010-03-03
| | | | each user profile.
* - Patch #720610 by andrewmacpherson: move the core RDF namespace definitions ↵Dries Buytaert2010-03-03
| | | | in the rdf module.
* - Patch #347959 by sun, Damien Tournoud, justinrandell, scor, chx: ↵Dries Buytaert2010-03-02
| | | | modules_installed() was broken during testing.
* - Patch #685034 by linclark: the number of comments in RDFa should be typed.Dries Buytaert2010-02-15
|
* #711592 by linclark and scor: Fixed rdf_preprocess_user_profile() uses ↵Angie Byron2010-02-12
| | | | currently logged in user.
* - Patch #652246 by effulgentsia, scor: optimize theme('field') and use it ↵Dries Buytaert2010-02-07
| | | | for comment body.
* - Patch #681626 by linclark, scor: the username in RDF should not have a ↵Dries Buytaert2010-02-01
| | | | language tag.
* - Patch #678594 by linclark: fixed RDFa markup for file/image formatters.Dries Buytaert2010-01-22
|
* #642122 by scor and Stefan Freudenberg: Allow for RDFa datatype attribute ↵Angie Byron2010-01-14
| | | | without callback function.
* #683590 by catch: Fixed user_load() still being called for every node view.Angie Byron2010-01-14
|
* #636992 by catch, yched: Fixed Entity loading needs protection from infinite ↵Angie Byron2010-01-13
| | | | recursion. Prevents unnecessary user_load()s from RDF.
* #664920 by catch and chx: Change 'taxonomy_term()' field to ↵Angie Byron2010-01-04
| | | | 'taxonomy_term_reference()'.
* - Patch #661494 by yched: fixed direct calls to node_view() do not trigger ↵Dries Buytaert2009-12-31
| | | | f_a_prepare_view().
* - Patch #667040 by effulgentsia: optimize template_preprocess_field().Dries Buytaert2009-12-26
|
* - Patch #658364 by effulgentsia: made the build/view/formatter terminology ↵Dries Buytaert2009-12-21
| | | | more consistent.
* - Patch #632092 by scor, linclark: number of replies of a node in RDFa.Dries Buytaert2009-12-16
|
* - Patch #652834 by yched, effulgentsia: changed Field formatters as render ↵Dries Buytaert2009-12-11
| | | | arrays to increase performance (and to clean-up the code).
* #493030 follow-up by scor and effulgentsia: Add rdf-meta class to empty ↵Angie Byron2009-12-06
| | | | spans to help identify their purpose.
* #635282 by jhodgdon and arianek: Update RDF, DBlog, and PHP module to new ↵Angie Byron2009-12-06
| | | | help standard.
* #642612 by yched: Add clean way to reset entity_info() cache.Angie Byron2009-11-26
|
* - Patch #614444 by scor, effulgentsia: more consistent RDFa logic for username.Dries Buytaert2009-11-12
|
* #552478 by pwolanin, samj, dropcube, and sun: Improve link/header API and ↵Angie Byron2009-11-03
| | | | support on node/comment pages rel=canonical and rel=shortlink standards.
* - Patch #606994 by yched: move entity handling out of Field API.Dries Buytaert2009-10-31
|
* #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme ↵Angie Byron2009-10-23
| | | | functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
* #493030 follow-up by sun: More RDF clean-ups.Angie Byron2009-10-20
|
* #493030 follow-up by sun: Clean-ups to RDF module.Angie Byron2009-10-20
|
* - Patch #493030 by effulgentsia: documentation improvements/additions for ↵Dries Buytaert2009-10-19
| | | | RDF support.
* - Patch #493030 by scor, Stefan Freudenberg, pwolanin, fago, Benjamin ↵Dries Buytaert2009-10-19
Melançon, kriskras, dmitrig01, sun: added RDFa support to Drupal core. Oh my, oh my.