Commit Graph

1529 Commits (dda8487697cccbbf7e5522a617ebea8a66cd765b)

Author SHA1 Message Date
xjm 73f91709fb Revert "Issue #2625696 by chx, alexpott, benjy, mikeryan, andypost, phenaproxima: Make migrations themselves plugins instead of config entities"
This reverts commit 694994fe9b.
2016-02-29 13:14:52 -06:00
xjm 803834c7b5 Revert "Issue #2676258 by benjy, alexpott: Nuke builder plugins and migration storage"
This reverts commit f71ec898d6.
2016-02-29 13:14:48 -06:00
Nathaniel Catchpole f71ec898d6 Issue #2676258 by benjy, alexpott: Nuke builder plugins and migration storage 2016-02-29 16:01:22 +09:00
Nathaniel Catchpole 00606660c8 Issue #2672200 by Sweetchuck, gauravjeet: Wrap Drupal with closure variable 2016-02-29 12:25:57 +09:00
Alex Pott bd71f2413b Issue #2613878 by edysmp, heddn, Adita, Lord_of_Codes, jian he, chx, miiimooo, alexpott, benjy, mikeryan: Use hash for Migration source keys, rather than verbatim values 2016-02-27 08:52:14 +00:00
Alex Pott 694994fe9b Issue #2625696 by chx, alexpott, benjy, mikeryan, andypost, phenaproxima: Make migrations themselves plugins instead of config entities 2016-02-27 08:23:44 +00:00
Nathaniel Catchpole b13450f677 Issue #2591357 by Oleksiy, snehi, dimaro, sdstyles, Arez, Gábor Hojtsy: Content view type filter should be labeled "Content Type" for consistency 2016-02-26 15:17:53 +09:00
Nathaniel Catchpole 1d75784abe Issue #2672604 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 9385c911e2 Issue #2514212 by Berdir, tduong, chx: Entity::getEntity() does not correctly deal with an existing ID mapping without a destination ID 2016-02-24 11:49:50 +09:00
Nathaniel Catchpole 5972523090 Issue #2471154 by amateescu, googletorp, Denchev, mariancalinro, Xano, celdia: Anonymous user label can't be viewed and auth user labels are only accessible with 'access user profiles' permission 2016-02-22 19:50:34 +09:00
Nathaniel Catchpole fd16d6eb22 Issue #2454057 by alexpott, mgifford: Node type settings property does not exist anymore 2016-02-22 12:34:50 +09:00
Nathaniel Catchpole 2be16d8a4e Issue #2613154 by LOBsTerr, sivaji@knackforge.com: Remove node.views.inc 2016-02-22 10:07:21 +09:00
Alex Pott d83a7742b4 Issue #2671916 by Berdir, mgoedecke: node_access_rebuild() will never work after since entityQuery has now accessCheck default set to true and the grants are deleted beforehand 2016-02-21 10:22:12 +05:30
Nathaniel Catchpole a3f5ca8a81 Issue #2338747 by dawehner, chx: Move {router} out of system.install and create the table lazy 2016-02-19 13:26:53 +09:00
Nathaniel Catchpole b04e99ad2b Issue #2651228 by jordanpagewhite, webbykat: Add description beneath 'User the administration theme for editing content...' on the admin Appearance page 2016-02-18 11:16:35 +09:00
Nathaniel Catchpole fda31a65db Revert "Issue #2521782 by paulmckibben, swentel: HTML head has alternate hreflang links to unpublished translations"
This reverts commit 5a25b3fba9.
2016-02-17 16:07:57 +09:00
Nathaniel Catchpole 5a25b3fba9 Issue #2521782 by paulmckibben, swentel: HTML head has alternate hreflang links to unpublished translations 2016-02-17 10:30:47 +09:00
Nathaniel Catchpole a55d4651e0 Issue #2641604 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 #2641584 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 1e8c0d387b Issue #2663290 by edurenye, Berdir, dawehner: Argument validator schemas are broken 2016-02-16 10:20:17 +09:00
Nathaniel Catchpole c3ae8b4c56 Issue #2641596 by Mac_Weber, heykarthikwithu: Replace deprecated usage of entity_create('node') with a direct call to Node::create() 2016-02-15 21:37:55 +09:00
Nathaniel Catchpole 55e3b42546 Issue #2667346 by mohit_aghera: EntityViewsData extending classes should use $this->t() but many use t() 2016-02-15 20:45:25 +09:00
Nathaniel Catchpole 7e4b50e68f Issue #2635224 by dawehner, bojanz: ContentEntityBase should provide field definitions for key fields 2016-02-15 09:27:14 +09:00
Nathaniel Catchpole 8bd5ae4b8e Issue #2630886 by dawehner: Correct the join from revision data table to revision base table 2016-02-15 09:16:40 +09:00
Nathaniel Catchpole a79891dadf Issue #2503411 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 b51c12a911 Issue #2509722 by NickWilde, dawehner, Lendude, rakesh.gectcr, Nitesh Pawar, xjm, tstoeckler: "Error: missing help" in Views for Node fields without descriptions 2016-02-12 11:02:16 +09:00
Jennifer Hodgdon d87ade36a4 Issue #2572643 by alexpott, attiks, Jelle_S, jhodgdon: Fix Drupal.Commenting.FileComment coding standard 2016-02-11 12:54:33 -08:00
Nathaniel Catchpole d4e7281f28 Issue #2641586 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
Nathaniel Catchpole 7daedb3e7e Issue #2659078 by dpi: Unexpected access operation throws exception when node grant system is active 2016-02-02 16:25:52 +09:00
Nathaniel Catchpole 376180d304 Issue #2635242 by quietone, alvar0hurtad0: Add tests for node body [d6] [d7] 2016-02-02 15:50:30 +09:00
Nathaniel Catchpole 340daaf7f8 Issue #2649892 by alexpott, mikey_p: Should typehint against DateFormatterInterface and not DateFormatter 2016-02-01 17:34:31 +09:00
Alex Pott 53b7b92400 Issue #2604484 by quietone, dobe, drclaw, skyredwang, mikeryan, grahl: Migrate Drupal 7 image and file fields 2016-01-26 11:18:59 +00:00
Nathaniel Catchpole b95ae50276 Issue #2604098 by Wim Leers: HelpBlock has the 'url' cache context instead of 'route' 2016-01-26 15:49:25 +09:00
Nathaniel Catchpole 758a81e61d Issue #2473021 by jcnventura, amitgoyal: Deprecate NodeAccessControlHandlerInterface::writeGrants() for removal in Drupal 9.0.x 2016-01-13 15:07:32 +09:00
Alex Pott fff56d70b9 Issue #1559506 by finnydobson, JuliaKM, snehi, anil280988, priya.chat, jhodgdon, alexpott: Query alter docs need some clarification 2016-01-07 11:48:07 +00:00
Alex Pott 9f4034ac98 Issue #2642236 by TR: Various setUp() and tearDown() methods are not protected (the sequel) 2016-01-05 10:53:08 +00:00
Nathaniel Catchpole 78ed86e0c0 Issue #2528340 by pguillard, er.manojsharma: Improve description text for 'Content types' item on the Structure page 2016-01-01 19:17:19 +09:00
Nathaniel Catchpole 71b78ccc60 Issue #2592325 by sasanikolic, dawehner, Wim Leers: Revision tab is not shown directly 2015-12-29 20:56:26 +09:00
Alex Pott 2c03b9f0ff Issue #2572789 by attiks, andriyun: Fix 'Drupal.WhiteSpace.Comma' coding standard 2015-12-23 14:28:29 +00:00
Alex Pott 503100b34e Issue #2629712 by leolando.tan: Typo in node argument default plugin 2015-12-23 00:48:25 +00:00
Alex Pott dffb305079 Issue #2617590 by aspilicious, Berdir: ConfigEntityBundleBase needs to clear bundle cache when updating a bundle 2015-12-17 19:11:28 +00:00
Alex Pott 9b091977c9 Issue #2535220 by Berdir, droplet, mbaynton: Javascript error in Firefox in node edit form if uid field is not visible but author details is 2015-12-10 14:56:01 +00:00
effulgentsia 2090a96a21 Issue #2382675 by plach, yched, alexpott: hook_entity_create() affects the data of new translations of existing entities in unexpected and undocumented ways 2015-11-18 13:17:37 -08:00
xjm 376fb615d7 Issue #2458223 by geertvd, eiriksm, dawehner, lokapujya, Gábor Hojtsy, jeqq, plach, Dom., jhodgdon, xjm, catch, alexpott, jibran: Duplicated field handlers in field UI for some base table fields 2015-11-17 22:32:23 -06:00
Nathaniel Catchpole 99507a38ce Issue #1919468 by alexpott, Berdir: EntityManager::getAllBundleInfo() adds default entity_type_id bundle for entity types with bundles 2015-11-17 13:19:35 +00:00
effulgentsia 71142958f9 Issue #2600666 by tim.plunkett: Route definitions using entity type paramconverters with serial IDs should add an integer requirement 2015-11-12 17:47:26 -08:00
Alex Pott fbe0991b98 Issue #2577963 by yched, amateescu, klausi: Let entity_ref Selection handlers be in charge of the field validation 2015-11-12 22:41:33 +00:00
Alex Pott 0e507e421b Issue #1810394 by hchonov, plach, YesCT, David Hernández, Schnitzel, vijaycs85, penyaskito, tstoeckler, alexpott, Gábor Hojtsy: Site configuration with domain based language negotiation results in redirecting authenticated users to a different domain when accessing a content entity route for translation language different from the interface language 2015-11-12 22:14:14 +00:00
webchick de14b6d199 Issue #2590993 by mikeryan, webflo, svendecabooter, dixon_, phenaproxima: Create stub entities with proper default values 2015-11-12 12:34:55 -08:00
Nathaniel Catchpole a56fa00112 Issue #2495297 by jhedstrom, snehi: [regression] Display revision_uid editor name if different from uid on node revision overview page 2015-11-11 12:08:56 +00:00