Commit Graph

155 Commits (5f61e2663aa9cd21c75ec65501371036295bbef6)

Author SHA1 Message Date
webchick 23902766ac Issue #2219925 by tim.plunkett: Rename ConfigEntityInterface::getExportProperties() to toArray(). 2014-03-20 19:31:32 -07:00
Jennifer Hodgdon 94b457f1cf Fix mode of rdf.module from last commit 2014-03-20 07:28:33 -07:00
Jennifer Hodgdon ad2ffc9cae Issue #2220649 by vaibhavjain: Fix typo in rdf.module comment 2014-03-20 07:24:30 -07:00
Alex Pott a8a8b2cbcc Issue #2016701 by Berdir, ceng, alarcombe, daffie, rhm50: Expand TermInterface to provide methods. 2014-03-17 10:11:38 +00:00
Nathaniel Catchpole 6b0b4cfc41 Issue #2139551 by djevans, cwells, ashepherd, vijaycs85: Support RDFa output in date formatter. 2014-03-10 13:19:34 +00:00
Alex Pott 0f35ae9f75 Issue #2004336 by damiankloip: Default UUID key in ConfigEntityType. 2014-03-08 10:58:15 +00:00
Alex Pott 2187fd1ee3 Issue #2198917 by andypost, Berdir: Use the string field type for the node title field. 2014-03-07 11:08:24 +00:00
Alex Pott 3001e93a13 Issue #1992954 by lokapujya, sphism, cwells, djevans, Stefan Freudenberg, Gaelan: Trimming of long usernames results in incorrect RDF. 2014-03-04 12:50:20 +00:00
Alex Pott d63062abf5 Issue #1778410 by linclark, ashepherd, Stefan Freudenberg, tim.plunkett, kay_v, adorsk: Throw exception when RDF namespaces collide. 2014-03-04 12:46:55 +00:00
Alex Pott 2020cb4968 Issue #2034975 by kay_v, linclark, krlucas: Test RDFa output in email formatter. 2014-03-04 12:46:54 +00:00
webchick 523964ba75 Issue #2192693 by alexpott, swentel: Remove config.inc. 2014-03-01 11:02:16 -08:00
Dries 03ddf8c283 Issue #2198377 by alexpott: Enforce UUID key name in configuration entities. 2014-02-27 20:34:39 +01:00
Nathaniel Catchpole d41d3db083 Issue #2199483 by damiankloip, alexpott: Provide a default config_prefix based on entity type ID and provider. 2014-02-25 10:12:46 +00:00
Alex Pott f6161fadb0 Issue #2002134 by fago, yched, amateescu, effulgentsia: Move TypedData metadata introspection from data objects to definition objects. 2014-02-24 11:44:26 +00:00
Alex Pott 40dc8daf51 Issue #2095303 by swentel, plopesc, Berdir, claudiu.cristea, yched: Rename 'field_entity' to 'field_config' and 'field_instance' to 'field_instance_config'. 2014-02-19 23:29:14 +00:00
Alex Pott b0da3ae64e Issue #2119905 by damiankloip, tim.plunkett, Berdir: Provide @ConfigEntityType and @ContentEntityType to have better defaults. 2014-02-18 14:34:10 +00:00
Alex Pott f3732c6862 Issue #2028025 by David Hernández, Berdir, larowlan, ceng, YesCT, a_thakur: Expand CommentInterface to provide methods. 2014-02-16 07:20:53 +00:00
Alex Pott cdab74eed5 Issue #1541298 by sun, Berdir: Remove Node module dependency from Testing profile. 2014-02-13 11:28:24 +00:00
webchick dca2d601ca Issue #1857442 by longwave, dawehner: Make $values optional on entity_create. 2014-02-06 23:47:06 -08:00
Nathaniel Catchpole 4b4ef377be Issue #2078387 by Xano, andypost, twistor, splatio, InternetDevels, amateescu, Berdir, larowlan, vladan.me: Add an EntityOwnerInterface. 2014-02-03 16:02:31 +00:00
webchick bc058bada9 Issue #2168011 by xjm, jessebeach, Damien Tournoud, znerol, Xano: Remove all 7.x to 8.x update hooks and disallow updates from the previous major version. 2014-01-31 09:26:04 -08:00
Alex Pott 76bcb27b13 Issue #2167641 by tim.plunkett: EntityInterface::uri() should use route name and not path. 2014-01-31 15:08:43 +00:00
Alex Pott 19e8cf3848 Issue #2110467 by Berdir: Add first(), get($index) and possibly other methods to ListInterface. 2014-01-25 11:26:34 +01:00
webchick 71d2e5ac03 Issue #2107699 by InternetDevels, djevans: Output the RDFa prefix mappings on the same line. 2014-01-24 20:28:59 -08:00
Nathaniel Catchpole 667ec43270 Issue #2099105 by Berdir, andypost, amateescu, larowlan: Clean-up render cache when permission changes. 2014-01-10 11:30:55 +00:00
Alex Pott 360c0c0757 Issue #1898444 by jenlampton, Cottser, lbainbridge, duellj, joelpittet, scor: Rdf.module - Convert theme_ functions to Twig. 2014-01-04 15:02:23 +01:00
webchick 3b604ffa21 Issue #2162271 by likin: Prefixes in config_get_storage_names_with_prefix. 2013-12-31 16:15:45 -08:00
webchick 67001bef78 Issue #2091357 by batigolix: Update hook_help for RDF module. 2013-12-31 15:13:49 -08:00
catch cc7b115ed8 Issue #2053461 by larowlan, andypost, tim.plunkett, swentel: Node type settings such as published state, promoted state, create revision and author information cannot be turned off. 2013-12-30 18:00:49 +00:00
webchick fdca37f8ae Issue #2160117 by sun: Remove/convert remaining calls to variable_get/_set/_del(). 2013-12-19 18:24:31 -08:00
webchick 3465947578 Issue #2146517 by TR: Remove annotation 'use' statements from all core classes. 2013-12-19 10:28:42 -08:00
webchick 9657849b73 Issue #2080705 by chertzog: Remove Unused local variable from /core/modules/rdf/lib/Drupal/rdf/Tests/TrackerAttributesTest.php. 2013-12-04 00:47:53 -08:00
Nathaniel Catchpole b20755f4c8 Issue #2142549 by amateescu, yched: Support multi-column field types in base tables. 2013-12-03 11:48:59 +00:00
webchick e6042e1743 Issue #2030929 by cwells, linclark, jesse.d: Test text formatter RDFa output. 2013-11-23 19:20:38 -08:00
webchick a50c69719e Issue #2130673 by cwells: Place number of comments metadata inside node template. 2013-11-22 19:21:50 -08:00
Dries 65f606ef45 Issue #2107681 by vijaycs85, rych: Create configuration schema for RDF module. 2013-11-17 15:31:13 -05:00
Alex Pott 7b8e204118 Issue #2133469 by tim.plunkett, damiankloip, dawehner: Replace path-based entity links with route names. 2013-11-15 09:31:24 -04:00
Nathaniel Catchpole 115b40c9f8 Issue #2134951 by xjm: Remove upgrade path tests. 2013-11-15 11:40:44 +00:00
Alex Pott bf3e9cfaaa Issue #2112705 by mikey_p: Replace EntityType::$module with provider. 2013-11-02 22:11:53 -07:00
Alex Pott 840e20aec6 Issue #2097691 by plopesc, amateescu: Move FIELD_CARDINALITY_UNLIMITED constant to FieldDefinitionInterface. 2013-10-26 09:26:00 -07:00
Alex Pott 4b7bbecbc3 Issue #2097903 by Berdir, amateescu: Rename EntityRenderController to EntityViewBuilder. 2013-10-25 13:54:18 -07:00
Alex Pott ab59feb8ea Issue #2095943 by dotoree, Tim Bozeman: Core modules and themes missing the version attribute in info.yml. 2013-10-22 16:23:24 -07:00
webchick a339661b0f Issue #2062017 by InternetDevels, rhm50, wesleydv, DeimoS: Replace user_access() calls with ->hasPermission() in rdf module. 2013-10-08 21:02:44 -07:00
webchick b014ce1ca8 Issue #2080703 by chertzog | mrsinguyen: Remove Unused local variable from /core/modules/rdf/rdf.module. 2013-10-06 22:41:03 -07:00
webchick 4f59f9746f Issue #2049207 by dlu, blakehall, janstoeckler, ramlev, Moderate | Cottser: Replace .tpl.php with .html.twig in documentation. 2013-10-03 15:08:29 -07:00
Nathaniel Catchpole 1aeee1cd39 Issue #2004244 by Berdir, plach, tim.plunkett, msonnabaum, das-peter: Move entity revision, content translation, validation and field methods to ContentEntityInterface. 2013-10-01 12:42:30 +01:00
Alex Pott 37949fe378 Issue #731724 by larowlan, andypost, dixon_, tsvenson: Convert comment settings into a field to make them work with CMI and non-node entities. 2013-09-27 17:34:47 +02:00
webchick 7dedb6cad0 Issue #1969572 by neclimdul, larowlan, hussainweb, dawehner, damiankloip, ParisLiakos, pwieck, Berdir, socketwench: Make Uuid a service. 2013-09-25 00:16:05 +02:00
Nathaniel Catchpole d7fa47b49b Issue #1605290 by amateescu, msonnabaum, Caseledde, damiankloip, beejeebus, catch, Berdir, Wim Leers: Enable entity render caching with cache tag support. 2013-09-22 09:31:05 +01:00
Nathaniel Catchpole 9e5def44b7 Issue #1778122 by scor, linclark, effulgentsia: Fixed Enable modules to inject attributes into field formatters, so that RDF attributes get output on the appropriate elements. 2013-09-20 10:59:23 +01:00