Commit Graph

294 Commits (5d7ae0590544c8c9548e28854b71ad22dd03216a)

Author SHA1 Message Date
Alex Pott feb3a4df40 Issue by fago: Denormalization of entities with translations fails 2016-10-01 08:04:00 +01:00
Alex Pott a7b67e7af1 Issue by Mile23, anoopjohn: Fix Drupal.Commenting.FunctionComment.MissingParamName 2016-08-29 06:50:59 -05:00
Alex Pott af1abd851c Issue by catch, joelpittet: cache MemoryBackend has a pointless constructor 2016-08-15 11:17:11 +01:00
Nathaniel Catchpole 3700d9fd91 Issue by Mile23, keopx, naveenvalecha, marvin_B8: Remove usages of deprecated entity_get_bundles() 2016-07-31 21:20:40 +01:00
Alex Pott 133c212ed9 Issue by alexpott, Mile23: Fix 'Drupal.Classes.ClassDeclaration.CloseBraceAfterBody' coding standard 2016-05-08 10:05:38 -05:00
Alex Pott 70f58860c8 Issue by Mile23: Part 2: Fix several errors in the 'Drupal.Commenting.DocComment' coding standard 2016-05-05 12:32:19 +01:00
Alex Pott 942c1cff1b Issue by vprocessor, attiks, andriyun, alexpott, pfrenssen: Fix 'Generic.PHP.UpperCaseConstant' coding standard 2016-04-28 17:18:08 +01:00
Alex Pott 1b3ffe2ab8 Issue by attiks, alexpott: Fix 'Drupal.Files.EndFileNewline' coding standard 2016-04-27 11:05:37 +01:00
Alex Pott bfde6d3423 Issue by alexpott, klausi, heykarthikwithu, xjm, tstoeckler: @file is not required for classes, interfaces and traits 2016-04-09 15:48:39 +01:00
Alex Pott f3f3800fe4 Issue by alexpott: Fix "Drupal.Classes.UnusedUseStatement" standard in core 2016-04-05 11:50:03 +01:00
Nathaniel Catchpole 0f76f79c3d Issue by alexpott: Test failures in NormalizeTest 2016-03-30 11:29:29 +09:00
Alex Pott 0db5b13892 Issue by Berdir: Convert simpletest kernel tests in modules A-I to phpunit 2016-03-28 19:36:47 +01:00
Nathaniel Catchpole 348aa684a7 Issue by borisson_, arunkumark, Mile23: Replace deprecated usage of entity_create('node') with a direct call to Node::create() in comment,datetime,editor,field,hal,system,taxonomy,views 2016-03-04 10:59:57 +09:00
Nathaniel Catchpole 1d75784abe Issue by saurabh.tripathi.cs: Replace deprecated usage of entity_create('taxonomy_term') and entity_create('taxonomy_vocabulary') with a direct call to Term::create() and Vocabulary::create() 2016-02-24 13:17:21 +09:00
Nathaniel Catchpole c051385d7b Issue by droplet: MIME, not Mime / mime 2016-02-22 21:30:26 +09:00
Nathaniel Catchpole 4b8acaab95 Issue by Arla, clemens.tolboom, effulgentsia, kaa4ever: Stop excluding local ID and revision fields from HAL output 2016-02-22 12:26:32 +09:00
Alex Pott 98d39d1bdb Issue by jungle, dimaro, rakesh.gectcr, lluvigne, Mile23: Replace deprecated usages of entity_create('type') with a direct call to <EntityType>::create() 2016-02-20 10:55:26 +05:30
Nathaniel Catchpole a3f5ca8a81 Issue by dawehner, chx: Move {router} out of system.install and create the table lazy 2016-02-19 13:26:53 +09:00
Nathaniel Catchpole 9040dc8002 Issue by dawehner, alexpott, kostyashupenko: url_alias table is only used by a core service but it depends on system install 2016-02-17 16:11:37 +09:00
Nathaniel Catchpole dc111b405e Issue by naveenvalecha, Mac_Weber, dimaro, heykarthikwithu: Replace deprecated usage of entity_create('file') with a direct call to File::create() 2016-02-17 15:25:46 +09:00
Nathaniel Catchpole a55d4651e0 Issue by Mac_Weber, lluvigne, heykarthikwithu: Replace deprecated usage of entity_create('node_type') with a direct call to NodeType::create() 2016-02-17 09:24:04 +09:00
Nathaniel Catchpole 8e4fe5c0f9 Issue by Mac_Weber, heykarthikwithu, legovaer: Replace deprecated usage of entity_create('field_config') with a direct call to FieldConfig::create() 2016-02-16 20:13:36 +09:00
Nathaniel Catchpole 854649c923 Issue by heykarthikwithu, Mac_Weber, kostyashupenko: Replace deprecated usage of entity_create('user') with a direct call to User::create() 2016-02-16 16:54:49 +09:00
Nathaniel Catchpole a79891dadf Issue by DuaelFr, Mac_Weber: Replace deprecated usage of entity_create('comment*') with a direct call to Comment/CommentType::create() 2016-02-15 08:43:00 +09:00
Nathaniel Catchpole d4e7281f28 Issue by Mac_Weber, marvin_B8: Replace deprecated usage of entity_create('field_storage_config') with a direct call to FieldStorageConfig::create() 2016-02-09 08:52:18 +09:00
Alex Pott 9067206883 Issue by drupal.ninja03, hussainweb, anil280988, snehi, jhodgdon, GoZ, stefan.r: Links to wikipedia/php.net should be part of the actual t() string so they can be localized 2016-01-05 14:31:39 +00:00
Jennifer Hodgdon e225500828 Issue by r_sharma08, ashhishhh, snehi, pjonckiere, dawehner: Missing @return tag in getActiveHelp(), denormalize(), createBookNode()
(cherry picked from commit 0a97f79072)
2015-12-07 10:40:28 -08:00
xjm 639272360e Issue by Pravin Ajaaz, hussainweb, Peacog, jhodgdon, ivanjaros: Replace implement notes with inheritdoc tag 2015-10-23 13:59:43 -07:00
Nathaniel Catchpole 8b65164c5a Issue by alexpott: Remove all unused use statements from core 2015-10-08 20:46:26 +01:00
Alex Pott 97823b5a54 Issue by claudiu.cristea, amateescu, yched, nlisgo, Berdir, alexpott, klausi, Wim Leers, xjm, catch: Deprecate entity_reference.module and move its functionality to core 2015-10-06 12:02:22 +01:00
Alex Pott 5c0eb9b7a5 Issue by plach, Berdir, yched: ContentEntityInterface::getTranslation() should throw an exception when an invalid language is specified 2015-10-02 12:23:54 +01:00
Alex Pott 7599b055c7 Issue by ifrik, walangitan, XaviP, jhodgdon, batigolix: Fix online docs references in Help to conform to our standards 2015-09-26 16:01:27 +02:00
Alex Pott 7a25f513f5 Issue by stefan.r, joelpittet, lauriii, Cottser, Sutharsan, kgoel, justAChris, Gábor Hojtsy, dawehner, jhodgdon, effulgentsia, xjm, andypost, googletorp: Replace !placeholder with :placeholder for URLs in hook_help() implementations 2015-09-21 12:38:19 +01:00
Alex Pott dd8f5660d9 Issue by penyaskito, vijaycs85, yched: Replace direct access to FieldConfigBase::default_value with methods 2015-09-10 10:28:11 +01:00
effulgentsia 764890d629 Issue by amateescu, swentel, Leksat, larowlan, dawehner, Gábor Hojtsy, mpdonadio, benjy, jmuzz, yched, jibran, marthinal, dmsmidt: String field type doesn't consider empty string as empty value 2015-08-20 12:15:48 -07:00
Alex Pott efd4da3a8f Issue by kim.pepper, Jaesin: Convert instances of Guzzle getBody(TRUE) 2015-07-25 00:16:20 +01:00
Alex Pott 1f53649bfb Issue by tss, justAChris, jhodgdon: Comply with new documentation standards for @file for namespaced class files 2015-06-26 21:53:33 +01:00
Nathaniel Catchpole 30ca0d1de6 Issue by dawehner, pwolanin, rteijeiro, neclimdul, znerol: Implement query parameter based content negotiation as alternative to extensions 2015-06-08 11:11:09 +01:00
xjm ac3b76625c Issue by mgifford, rpayanm, a_thakur, maximpodorov, AohRveTPV, jhodgdon: Spellchecking Drupal - PHP 2015-05-24 15:51:18 -05:00
xjm 088f8b357a Issue by mikeburrelljr, Mac_Weber, opdavies: Update drupal.org and kernel.org URLs in core modules (Follow-up to 2489912) 2015-05-24 15:08:46 -05:00
Alex Pott ad871286d1 Issue by dawehner, neclimdul, Crell, kim.pepper, nod_, Wim Leers, larowlan, jibran, pwolanin, catch: Move modal / dialog to query parameters 2015-05-13 18:12:54 -07:00
Alex Pott 20add38187 Issue by larowlan, andythorne: Make Relation and Type domain configurable based on context 2015-05-08 15:58:10 -07:00
catch 40cc6312d9 Issue by alexpott, xjm: Don't install a module when its default configuration has unmet dependencies 2015-03-22 18:53:45 +00:00
Alex Pott 13e0794edc Issue by dawehner, neclimdul: Use the $request format instead of the ContentNegotation 2015-03-20 22:39:42 +00:00
Alex Pott 2d714fbef2 Issue by andypost, naiduharish: Consider CommentManagerInterface::addDefaultField() as deprecated and remove in favour of CommentTestTrait 2015-02-09 14:17:47 +00:00
Alex Pott 0509fbe789 Issue by yched, jibran, amateescu, pfrenssen: Stop auto-creating FieldItems on mere reading of $entity->field[N] 2015-02-05 08:58:52 +00:00
Alex Pott f46d6ad949 Issue by pwolanin, Berdir: Require a specific placeholder format in db_query() in order to trigger argument expansion, and require explicit 'IN' parameter for conditions 2015-02-03 09:42:28 +00:00
Alex Pott 466759dc15 Issue by marthinal, Berdir, RavindraSingh: Cannot create user entities - {"error":"Access denied on creating field pass"} 2015-02-02 12:31:59 +00:00
webchick e69cd76706 Issue by xjm, Wim Leers, effulgentsia: Convert Url::fromUri() base:// scheme to base: 2015-01-30 15:15:21 -08:00
webchick 0fb9bb5474 Issue by mpdonadio, dawehner, martin107, Berdir, pcambra, naveenvalecha, tim.plunkett: Replace most existing _url calls with Url objects 2015-01-29 20:56:19 -08:00
Alex Pott adb97dad3a Issue by Arla, Anushka-mp: Allow empty entity IDs in EntityResolvers 2015-01-08 19:44:25 +00:00
Alex Pott b778bfd1ec Issue by tstoeckler, plach, jsbalsera, Berdir, mauzeh, damiankloip, andypost: Entity definitions miss a language entity key 2014-12-29 22:15:19 +00:00
Nathaniel Catchpole da33162efd Issue by yched: Remove special support for NULL values in FieldItemList 2014-12-19 10:12:31 +00:00
Alex Pott 0bb57ed2f5 Issue by Mile23, daffie, cs_shadow, cosmicdreams: DrupalUnitTestBase is deprecated, replace with KernelTestBase 2014-12-05 14:42:56 +00:00
Nathaniel Catchpole 689797a6bd Issue by damiankloip, larowlan: Entity normalization should check field access to avoid leaking data 2014-12-05 10:48:00 +00:00
Nathaniel Catchpole 150cbcf61f Issue by alexpott, benjy: Fixed Create a persistent comment body field storage. 2014-11-18 10:29:05 +00:00
Nathaniel Catchpole 4dc03e7037 Issue by yched: Fixed Lots of tests still enable entity.module. 2014-11-12 17:22:47 +00:00
Nathaniel Catchpole cd9b0f4fde Issue by alexpott, swentel: Fixed Allow field storages to be persisted when they have no fields. 2014-11-12 16:16:39 +00:00
Nathaniel Catchpole 66762a5361 Issue by YesCT, Pedro Lozano, alexpott, martin107: Protect Drupal\Core\Language\Language::id, and use getId(). 2014-10-13 10:10:32 +01:00
Alex Pott ba2b869092 Issue by fago, pgautam: Separate FieldableEntityInterface out of ContentEntityInterface. 2014-10-01 16:11:14 +02:00
webchick 0189add1e3 Issue by Berdir, Wim Leers: Fixed Don't invalidate cache tags of referenced entities, use entity list cache tags correctly, add test coverage for entity list cache tags. 2014-10-01 01:20:51 -07:00
Alex Pott 002ae719c9 Issue by larowlan, tim.plunkett | xjm: Rename l() to _l() and url() to _url(), and document replacements. 2014-09-30 10:10:00 +02:00
webchick 6caeaf03f3 Issue by yched, Jose Reyero, xjm, andypost, fago, msonnabaum, Berdir, dixon_: Use adapters for supporting typed data. 2014-09-28 14:09:08 -07:00
Alex Pott 420248266f Issue by yched: Unify 'name' / 'field_name' in FieldConfig / FieldStorageConfig. 2014-09-28 18:36:18 +02:00
Alex Pott 22d79dc212 Issue by Berdir, swentel: Apply formatters and widgets in EntityTestFormCotroller. 2014-09-22 09:40:58 +01:00
webchick 1476c56c62 Issue by alexpott, yched, andypost, swentel | xjm: Rename FieldInstanceConfig to FieldConfig. 2014-09-19 19:45:52 -07:00
catch 21a11cf58f Issue by alexpott, YesCT: Fixed ConfigurableLanguage cannot be created/removed directly, integrate language_save() and language_delete(). 2014-09-14 15:27:33 +01:00
Alex Pott 320ebd0363 Issue by Arla, Berdir, amateescu | catch: Use entity reference for taxonomy parents. 2014-09-09 16:54:47 +01:00
Nathaniel Catchpole f749eac343 Revert "Issue by Berdir: Apply formatters and widgets in EntityTestFormCotroller."
This reverts commit 3ac426f9cb.
2014-09-09 14:21:09 +01:00
Nathaniel Catchpole 3ac426f9cb Issue by Berdir: Apply formatters and widgets in EntityTestFormCotroller. 2014-09-09 14:06:02 +01:00
Dries ca85441da2 Issue by sun: PHPUnit Tests namespace of modules is ambiguous with regular runtime namespace (+ Simpletest tests). 2014-09-05 12:40:22 -04:00
webchick 9c537ec4b2 Issue by naveenvalecha, cesarmiquel, Berdir, mr.york, jlbellido, segi, vasi1186, Leksat, Gábor Hojtsy, Schnitzel, grisendo, Aron Novak, likin, penyaskito, vijaycs85, kfritsche, fago: Fixed Default *content* entity languages are not set for entities created with the API. 2014-08-28 12:58:27 -07:00
Alex Pott 0463b81a08 Issue by sun: Fixed Various setUp() and tearDown() methods are not protected. 2014-08-18 16:50:50 +01:00
Alex Pott f9c1ff235b Issue by sun: Fixed various tests. 2014-08-12 00:40:02 -07:00
Alex Pott 9eac446013 Issue by cs_shadow, penyaskito, lokeoke | xjm: Rename randomName() to randomMachineName(). 2014-08-06 09:50:23 +01:00
Nathaniel Catchpole a57630c83d Issue by yched, swentel, alexpott: Rename Field[instance]Config classes and entity types (again). 2014-07-18 19:56:27 +01:00
webchick 30c2afed20 Issue by sun: Replace getInfo() in tests with native phpDoc + annotations (following PHPUnit). 2014-07-10 20:50:37 -07:00
webchick 94e0188a10 Issue by xjm, tim.plunkett: Switch hook_help() to use RouteMatch instead of Request. 2014-06-29 20:33:08 -07:00
Nathaniel Catchpole 86e432e05e Issue by plach, alexpott, xjm, effulgentsia, pwolanin, swentel | yched: Clarify handling of field translatability. 2014-06-20 18:40:27 +01:00
Nathaniel Catchpole 0f752ca609 Issue by dawehner, damiankloip, tstoeckler, kgoel, fubhy, jrglasgow, xjm, Gaelan, socketwench: Require type hints for automatic entity upcasting. 2014-06-20 18:38:26 +01:00
Nathaniel Catchpole a4d7fad2ae Revert "Issue by dawehner, damiankloip, tstoeckler, kgoel, fubhy, jrglasgow, xjm, Gaelan, socketwench: Require type hints for automatic entity upcasting."
This reverts commit c9e73f7def.
2014-06-20 18:38:00 +01:00
Nathaniel Catchpole c9e73f7def Issue by dawehner, damiankloip, tstoeckler, kgoel, fubhy, jrglasgow, xjm, Gaelan, socketwench: Require type hints for automatic entity upcasting. 2014-06-20 13:21:57 +01:00
Dries 505a062e52 Issue by mashermike, juampy: Fixed Files don't have URI nor href. 2014-06-18 21:54:41 +02:00
Nathaniel Catchpole 4e3ee43e76 Issue by larowlan, alexpott, martin107, jessebeach, xjm: Create a comment-type config entity and use that as comment bundles, require selection in field settings form. 2014-06-13 10:34:04 +01:00
webchick 49a900460d Issue by jaredsmith, martin107, YesCT, filijonka, tstoeckler: Typehint with Drupal\Core\Language\LanguageInterface instead Drupal\Core\Language\Language. 2014-06-10 09:53:32 -07:00
Alex Pott 1ab2651755 Issue by tstoeckler, plach, jessebeach, fago, Berdir, xjm, mauzeh: Make ContentEntityDatabaseStorage generate static database schemas for content entities. 2014-06-01 15:53:43 -05:00
Alex Pott c9b722d0c3 Issue by damiankloip, xjm: Inject EntityManager dependency into UuidResolver. 2014-05-31 15:17:04 -05:00
webchick d0d3e53361 Issue by xjm, typhonius, donquixote: [May 27] Move all module code to PSR-4. 2014-05-27 19:43:20 -07:00
Alex Pott 2ae7accf86 Issue by filijonka, sun, Xano: Rename "DrupalUnitTestBase" to KernelTestBase. 2014-05-21 00:40:03 +01:00
Alex Pott 486e276f65 Revert "Issue by znerol, Berdir: Remove module check in DrupalKernel."
This reverts commit 341b903d05.
2014-05-21 00:37:52 +01:00
Nathaniel Catchpole 341b903d05 Issue by znerol, Berdir: Remove module check in DrupalKernel. 2014-05-20 10:14:33 +01:00
webchick eef067b5a5 Issue by jhodgdon, effulgentsia, tim.plunkett, herom, larowlan: Update hook_help signature to use route_name instead of path. 2014-05-06 19:04:53 -07:00
webchick 0263085f27 Issue by blueminds, Jalandhar: Make the comment entity_id be a reference field. 2014-04-18 13:41:57 -07:00
Nathaniel Catchpole c4b7a5b8fd Issue by damiankloip: Revise Guzzle client configuration and event registration. 2014-04-15 20:12:48 +01:00
webchick e84971c526 Issue by damiankloip | Crell: Upgrade to Guzzle 4. 2014-04-11 10:58:24 -04:00
Nathaniel Catchpole 3a5e997452 Issue by damiankloip, Wim Leers, Berdir: Rename default 'cache' cache bin to 'default'. 2014-03-31 10:49:28 +01:00
catch 2f959b9693 Issue by Berdir, Xen, andypost: Rename EntityStorageController to EntityStorage. 2014-03-27 12:54:40 +01:00
Alex Pott 5a0edc309e Issue by Boobaa: LogicException in Drupal\hal\Normalizer\FieldItemNormalizer does not exist. 2014-03-26 23:55:17 +01:00
Alex Pott 28152037ae Issue by Berdir, fago, tim.plunkett: Rename ComplexDataInterface::getPropertyValues() to toArray(), remove setPropertyValues(). 2014-03-25 22:09:18 +01:00
Alex Pott 9dc59dda73 Issue by damiankloip, Berdir: Config entity references broken and other bugs. 2014-03-25 11:40:34 +01:00
Alex Pott ed4b791c34 Issue by andypost, amateescu, damiankloip: Remove ConfigField.. Item and List classes + interfaces. 2014-03-10 14:43:46 +00:00
Alex Pott 40dc8daf51 Issue 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 cdab74eed5 Issue by sun, Berdir: Remove Node module dependency from Testing profile. 2014-02-13 11:28:24 +00:00
Nathaniel Catchpole 2e6c6d71e7 Issue by Sam152, joelpittet, LinL, Sutharsan, adsw12: Replace all module_exists() deprecated function calls. 2014-02-11 11:23:35 +00:00
Nathaniel Catchpole 1b75d42313 Issue by damiankloip, linclark: Support deserialization of file entities in HAL. 2014-02-10 10:34:59 +00:00
Alex Pott c3b127382b Issue by damiankloip: Use constructor injection in hal normalizer services. 2014-02-02 21:09:58 +00:00
Alex Pott 76bcb27b13 Issue by tim.plunkett: EntityInterface::uri() should use route name and not path. 2014-01-31 15:08:43 +00:00
Alex Pott 20315e1de7 Issue by Berdir, Xano, tim.plunkett: Rename the entityInfo() and entityType() methods on EntityInterface and EntityStorageControllerInterface. 2014-01-30 12:14:58 +00:00
Nathaniel Catchpole e373ebee34 Issue by Berdir, sun, alexpott, ACF, acrollet, adamdicarlo, Albert Volkman, andreiashu, andyceo, andypost, anenkov, aspilicious, barbun, beejeebus, boombatower, cam8001, chriscalip, chx, cosmicdreams, dagmar, damiankloip, dawehner, deviance, disasm, dixon_, dstol, ebrowet, Gábor Hojtsy, heyrocker, Hydra, ianthomas_uk, japicoder, jcisio, jibran, julien, justafish, jvns, KarenS, kbasarab, kim.pepper, larowlan, Lars Toomre, leschekfm, Letharion, LinL, lirantal, Lukas von Blarer, marcingy, Mike Wacker, mrf, mtift, mtunay, n3or, nadavoid, nick_schuch, Niklas Fiekas, ParisLiakos, pcambra, penyaskito, pfrenssen, plopesc, Pol, Rok Žlender, rvilar, swentel, tim.plunkett, tobiasb, tsvenson, typhonius, vasi1186, vijaycs85, wamilton, webchick, webflo, wizonesolutions, xjm, yched, YesCT, znerol: Remove Variable subsystem. 2014-01-28 13:07:47 +00:00
Alex Pott 19e8cf3848 Issue by Berdir: Add first(), get($index) and possibly other methods to ListInterface. 2014-01-25 11:26:34 +01:00
Nathaniel Catchpole 0b55dcd841 Issue by plach, Berdir, katbailey, ParisLiakos, alexpott, chx, sun, larowlan, Gábor Hojtsy, cosmicdreams, vijaycs85, YesCT, penyaskito, andypost, Albert Volkman, joelpitett: Objectify the language system. 2014-01-15 16:27:37 +00:00
Alex Pott cdac25ee08 Issue by plopesc | yched: Remove "Field" prefix from FieldDefinitionInterface methods. 2013-12-09 19:19:58 -04:00
webchick aeecb0a4ce Issue by plach, andypost, yched, Gábor Hojtsy: Make sure language codes for original field values always match entity language regardless of field translatability. 2013-11-28 00:25:13 -08:00
webchick 9bcaedec15 Issue by fago, smiletrl, Berdir, effulgentsia, amateescu: Make use of classes for entity field and data definitions. 2013-11-27 13:55:54 -08:00
Alex Pott 7b8e204118 Issue by tim.plunkett, damiankloip, dawehner: Replace path-based entity links with route names. 2013-11-15 09:31:24 -04:00
Alex Pott ab59feb8ea Issue by dotoree, Tim Bozeman: Core modules and themes missing the version attribute in info.yml. 2013-10-22 16:23:24 -07:00
Alex Pott 3ded2216b0 Issue by Berdir | effulgentsia: Move field type plugins to Plugin/Field/FieldType. 2013-10-19 09:12:13 +01:00
webchick fccc64dc31 git commit -m Issue 2013-10-14 22:23:30 -07:00
Alex Pott 0f8b4e794e Issue by Berdir, smiletrl, fago: Convert entity field types to the field_type plugin. 2013-10-14 16:53:22 +01:00
webchick 8144f2d8ed Issue by batigolix, linclark, clemens.tolboom: Create hook_help() for HAL module. 2013-10-10 07:15:08 -07:00
Nathaniel Catchpole 1aeee1cd39 Issue 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 510c81a9c5 Issue by Berdir, dixon_, plach: Rename \Drupal\Core\Entity\Field\Field, related subclasses and interfaces to *FieldItemList. 2013-09-28 13:29:14 +02:00
webchick af4ec603d1 Issue by klausi: Move REST, serialization and HAL to the web services package + CHANGELOG.txt entry. 2013-09-27 14:19:14 +02:00
Alex Pott e40eb19722 Issue by yched, swentel, Hydra: Fixed Remove remaining references to field_sql_storage(). 2013-09-23 15:04:08 +02:00
Nathaniel Catchpole 29530fd0f2 Issue by smiro: Remove Unused local variable $links from /core/modules/hal/lib/Drupal/hal/Normalizer/EntityNormalizer.php. 2013-09-16 12:12:06 +01:00
Alex Pott 678df35b2b Issue by yched, plopesc: Added helper methods getEntity() in FieldInterface / FieldItemInterface. 2013-09-11 00:20:54 +02:00
Nathaniel Catchpole c7994001cc Issue by yched, chx, amateescu, plach, Damien Tournoud, fago, swentel: Switch from Field-based storage to Entity-based storage. 2013-09-01 07:20:49 +01:00
Alex Pott 52771351f9 Issue by klausi, fago, das-peter, Pancho, Berdir, yched: Provide the options list of an entity field. 2013-08-27 14:10:25 +01:00
webchick 523fb85533 Issue by tim.plunkett, effulgentsia, msonnabaum: Move entity type classes from Drupal$provider\Plugin\Core\Entity to Drupal$provider\Entity. 2013-08-18 14:16:19 -07:00
Alex Pott cde3c7de42 Issue by klausi: Add REST test coverage for nodes. 2013-07-31 22:51:41 +02:00
Alex Pott 2c2f5f59f5 Issue by fubhy the cat, EclipseGc, Berdir: Use annotation discovery for data type plugins. 2013-06-29 15:48:52 +01:00
Alex Pott 4c357934c2 Issue by webflo, swentel, penyaskito, andypost, alexpott, YesCT, dagmar: Languages should be configuration entities. 2013-06-29 11:56:53 +01:00
Alex Pott a6a4adc9b4 Issue by aspilicious, andypost, pcambra, swentel: Drop procedural usage of fields in [f-l] modules. 2013-06-18 12:28:44 +02:00
Alex Pott f2d710c607 Issue by dawehner, ParisLiakos, plach, jibran: Move LANGUAGE constants to the Language class. 2013-05-25 13:12:45 -07:00
Alex Pott 518c4d10bd Issue by amateescu, swentel, yched: Add EntityFormDisplay objects for entity forms. 2013-05-19 13:02:16 -07:00
Alex Pott 79ea2f38f8 Issue by ParisLiakos, RobLoach, karschsp: Require 'type' key in .info.yml files. 2013-05-07 14:51:26 +01:00
Nathaniel Catchpole bba539c65f by fago, berdir, dawehner: Avoid instantiating EntityNG field value objects by default. 2013-04-26 09:32:17 +01:00
catch ae0984f871 Issue by swentel: Convert Field API variables to CMI. 2013-04-22 22:57:38 +01:00
webchick 1c29588594 Issue by linclark, effulgentsia: Handle entity references on import. 2013-04-16 17:44:21 -07:00
Alex Pott a820153fa5 Issue by swentel, yched, xjm, larowlan, alexpott, tim.plunkett: Convert Field API to CMI. 2013-04-13 18:06:40 +01:00
Alex Pott 34e630950a Issue by chx | catch: Use YAML as the primary means for service registration. 2013-04-09 05:32:49 +01:00
webchick f277d1dc58 Issue follow-up by linclark, effulgentsia: Support deserialization for hal+json (minor nit fixes). 2013-04-03 19:01:09 -07:00
webchick 4b455afc6d Issue by linclark, effulgentsia: Support deserialization for hal+json. 2013-03-29 09:00:20 -07:00
Dries b59ad36f0b Issue by linclark: Support serialization in hal+json. 2013-03-13 13:09:05 -04:00