Commit Graph

583 Commits (d7497b03ae6cccc4ba6315c0b5ddac2a00fef2b4)

Author SHA1 Message Date
Alex Pott 0b2393d89c
Issue #2911149 by quietone, Jo Fitzgerald, heddn, cogent, mikelutz: FormatDate process plugin doesn't handle zero values 2018-11-22 15:57:56 +00:00
Alex Pott 978c9e1cc3
Issue #3015110 by pwolanin, mikelutz, YesCT, quietone: migrate source plugin SqlBase::initializeIterator fails to update rows when high water reset to NULL or 0 and mapJoinable() = TRUE 2018-11-22 15:12:48 +00:00
Nathaniel Catchpole 148b87f5cf Issue #3011069 by Jo Fitzgerald, quietone: Incomplete testing for format_date process plugin 2018-11-20 12:37:12 +00:00
Nathaniel Catchpole 971c946001 Issue #2684689 by jgrunert, Jo Fitzgerald, heddn, phenaproxima, chx, nevergone, bendeguz.csirmaz, Dylan Donkersgoed, iMiksu, maxocub, Gábor Hojtsy: SubProcess process plugin doesn't support passing context values from source plugin 2018-11-20 12:06:50 +00:00
Nathaniel Catchpole 39c3361d50 Issue #2989734 by alexpott, andypost, mikelutz, tacituseu: PHP 7.3 compatibility 2018-11-06 11:24:44 +00:00
Nathaniel Catchpole 06a9fc0bb0 Issue #3005170 by mikelutz, quietone, maxocub, larowlan: Add @trigger_error for deprecated (Drupal\migrate\Plugin\Migration::get() 2018-11-05 13:21:05 +00:00
Lee Rowlands a92a3693ee
Issue #2751825 by mikelutz, gnuget: MigrationLookup plugin should accept zero as a legitimate input 2018-10-26 19:13:29 +10:00
Gábor Hojtsy a007373c93 Issue #2961114 by quietone, heddn, Gábor Hojtsy, maxocub, masipila: Migrate D6 i18n CCK field option translations 2018-10-25 22:48:13 +02:00
Alex Pott a9f1973c22
Issue #2999906 by mikelutz, heddn, phenaproxima, alexpott: Move logic from the get plugin into the Row class 2018-10-11 15:04:11 +01:00
Alex Pott 618274b96f
Issue #2996789 by Mile23, Lendude, longwave, dawehner: Deprecate Drupal\field\Tests\EntityReference\EntityReferenceTestTrait 2018-09-21 13:05:21 +01:00
Alex Pott 2dabd1de10
Issue #2829185 by vaplas, Jo Fitzgerald, anmolgoyal74, chipway, gaurav.kapoor, mark_fullmer, amit.drupal, cilefen, longwave, xjm, wturrell, anavarre: Fix spelling errors in Drupal core comments 2018-09-20 17:12:38 +01:00
Alex Pott 2973442335
Issue #2999478 by heddn, mikelutz: Refactor MigrateExecutable::rollback() 2018-09-19 10:43:26 +01:00
Alex Pott 90f91f3e91
Issue #2999150 by mikelutz: MigrationLookup::skipOnEmpty docblock and typehint mismatch 2018-09-19 09:31:09 +01:00
Nathaniel Catchpole 37f6cceff4 Issue #2963811 by msankhala, quietone, joachim: Improve variable names in MigrationLookup for DX 2018-08-24 11:02:37 +09:00
xjm fa6b3d95dd Revert "Issue #2822382 by voleger, pfrenssen, erozqba, RytoEX, borisson_, sidharthap, Jo Fitzgerald, shashikant_chauhan: Make every property protected on classes extending BrowserTestBase and KernelTestBase"
This reverts commit 69501f3062.
2018-08-16 18:12:22 -05:00
Nathaniel Catchpole 69501f3062 Issue #2822382 by voleger, pfrenssen, erozqba, RytoEX, borisson_, sidharthap, Jo Fitzgerald, shashikant_chauhan: Make every property protected on classes extending BrowserTestBase and KernelTestBase 2018-08-15 19:55:23 +09:00
Alex Pott 6c40e077ef
Issue #2937853 by idebr, mfernea, SherFengChong, alexpott, borisson_: Fix 'Drupal.Formatting.MultipleStatementAlignment' coding standard 2018-08-13 11:13:36 +01:00
Alex Pott 9273076d01
Issue #2991710 by jcnventura, maxocub, heddn, quietone, phenaproxima, effulgentsia: Migrate system broken if content_translation enabled 2018-08-10 22:29:14 +01:00
Alex Pott a6d53088df
Issue #2877839 by Jo Fitzgerald, edysmp, heddn, Nebel54, phenaproxima, alexpott, quietone: Reuse option in FileCopy migrate process plugin not work with remote files 2018-07-22 13:44:57 +01:00
Alex Pott b9fdef8387
Issue #2959106 by rakesh.gectcr, Jo Fitzgerald, quietone, heddn: Log message if menu_link_parent plugin skip the row 2018-07-22 12:43:28 +01:00
Alex Pott 3509098e6b
Issue #2939748 by msankhala, joachim: MigrateSourceInterface::getIds() doesn't clearly document what the 'alias' property does 2018-07-22 12:35:41 +01:00
Alex Pott b2f170c55f
Issue #2959097 by Jo Fitzgerald, rakesh.gectcr, quietone, heddn: Log message if migration plugin skip the row When there is no destination found. 2018-07-22 12:31:51 +01:00
Alex Pott bbac45a7ba
Issue #2984610 by Jo Fitzgerald, quietone: Migration::getProcessPlugins() requires test that exception is thrown 2018-07-22 12:25:18 +01:00
Alex Pott 369c0ffd6a
Issue #2921661 follow-up by quietone: Add support to migrate multilingual revisions 2018-07-05 14:21:34 +01:00
Nathaniel Catchpole 9eb7988132 Issue #2921661 by heddn, maxocub, alexpott, phenaproxima, Jo Fitzgerald, badmetevils, quietone: Add support to migrate multilingual revisions 2018-07-03 16:53:47 +01:00
Alex Pott 6bf15d5fc6
Issue #2971338 by Jo Fitzgerald, quietone, alexpott, joachim, xjm: MigrationLookupTest::testMultipleSourceIds() uses wrong class for mocking 2018-07-02 11:48:47 +01:00
xjm 40ba73de43 Revert "Issue #2971338 by Jo Fitzgerald, quietone, joachim: MigrationLookupTest::testMultipleSourceIds() uses wrong class for mocking"
This reverts commit 6a8fe61275.
2018-06-30 01:13:32 +01:00
Alex Pott 6a8fe61275
Issue #2971338 by Jo Fitzgerald, quietone, joachim: MigrationLookupTest::testMultipleSourceIds() uses wrong class for mocking 2018-06-29 23:53:02 +01:00
Alex Pott 15946fea43
Issue #2936821 by msankhala, joachim, lomasr, marxjohnson: unclear docs in MigrateProcessInterface 2018-06-11 18:30:09 +01:00
Alex Pott 522631b064
Issue #2951715 by dravenk, marvil07, rakesh.gectcr, davidsonjames, heddn, Jo Fitzgerald, quietone, alexpott, maxocub: Log message if static_map plugin skips the row 2018-06-09 11:38:09 +01:00
Alex Pott 0cc5879a8a
Issue #2973366 by Jo Fitzgerald: GetTest.php should test Get plugin, rather than a class the extends it 2018-06-08 10:38:41 +01:00
Alex Pott 26e582687c
Revert "Issue #2865247 by Jo Fitzgerald, NickWilde, rakesh.gectcr, heddn, maxocub: Migration lookup process plugin doesn't check validity of provided migration(s)"
This reverts commit b208b07712.
2018-05-23 08:04:34 +01:00
Alex Pott b208b07712
Issue #2865247 by Jo Fitzgerald, NickWilde, rakesh.gectcr, heddn, maxocub: Migration lookup process plugin doesn't check validity of provided migration(s) 2018-05-22 10:11:49 +01:00
Nathaniel Catchpole 6f8f239d8e Issue #2968519 by alexpott, amateescu, martin107: The entity.query service is essentially deprecated because it relies on \Drupal\Core\Entity\Query\QueryFactory which is 2018-05-17 13:18:31 +01:00
Lee Rowlands 0d6d22af0b
Issue #2926120 by idebr, zaporylie, borisson_: @var tag must not end with a full stop 2018-05-15 06:49:38 +10:00
Nathaniel Catchpole c2585a1888 Issue #2961691 by alexpott, Berdir, timmillwood, idebr: Change SYMFONY_DEPRECATIONS_HELPER back to strict 2018-05-11 15:20:00 +01:00
Alex Pott ba42166da2
Issue #2971959 by juampynr: Typo at DestinationBase.php 2018-05-11 10:58:43 +01:00
Alex Pott be6d515cad
Issue #2572613 by Malevi4, idebr, pfrenssen, Mile23, RajeevK: Fix 'Drupal.Array.Array.CommaLastItem' coding standard 2018-05-11 10:40:33 +01:00
Alex Pott b8f93d5b61
Issue #2901730 by mfernea, ankitjain28may, idebr: Fix 'Squiz.WhiteSpace.FunctionSpacing' coding standard 2018-05-11 10:26:36 +01:00
Nathaniel Catchpole 154f282899 Issue #2849669 by alexpott, pwolanin, Munavijayalakshmi, dawehner: Fix \Drupal\Component\Utility\Unicode() because of the Symfony mbstring polyfill 2018-05-08 21:55:21 +01:00
Alex Pott 282eb36c14
Issue #2969757 by marcel66, amateescu, alexpott: Fix "The Drupal\migrate\Plugin\migrate\process\Iterator is deprecated in Drupal 8.4.x and will be removed before Drupal 9.0.0. Instead, use Drupal\migrate\Plugin\migrate\process\SubProcess" 2018-05-08 10:47:13 +01:00
Alex Pott 9d0bbf5a95
Issue #2960978 by maboresev, benjifisher: Change getSourceIDsHash to getSourceIdsHash in the Migrate module 2018-05-01 10:22:04 +01:00
Nathaniel Catchpole 7a160733ea Issue #2912348 by maxocub, Jo Fitzgerald, masipila, heddn, phenaproxima: Handle entity_references related to Drupal 6 and 7 node translations with different IDs 2018-04-19 13:08:40 +01:00
Alex Pott bb2ef5d7c6
Issue #2960611 by msankhala, dmitryl, benjifisher: Change lookupSourceID and lookupDestinationID to lookupSourceId and lookupDestinationId in the Migrate module 2018-04-14 18:55:34 +01:00
Alex Pott 9f29eb1199
Issue #2960309 by andrew-as, quietone: Fix @see path in MigrateDestinationInterface 2018-04-13 12:10:41 +01:00
Alex Pott b930c804e1
Issue #2225587 by quietone, Jo Fitzgerald, alexpott, heddn, Pavan B S, maxocub, phenaproxima, Gábor Hojtsy, ao2: Migrate D6 i18n menu links 2018-04-10 15:58:25 +01:00
Alex Pott b61e2a65fc
Revert "Issue #2225587 by quietone, Jo Fitzgerald, heddn, Pavan B S, maxocub, phenaproxima, Gábor Hojtsy, ao2, alexpott: Migrate D6 i18n menu links"
This reverts commit 66480d7f40.
2018-04-10 14:13:48 +01:00
Alex Pott a809a15ece
Issue #2945563 by maxocub, heddn: Migration dependencies are not set when using the migration_lookup or iterator process plugins 2018-04-10 12:26:52 +01:00
Alex Pott 66480d7f40
Issue #2225587 by quietone, Jo Fitzgerald, heddn, Pavan B S, maxocub, phenaproxima, Gábor Hojtsy, ao2, alexpott: Migrate D6 i18n menu links 2018-04-10 11:25:55 +01:00
Nathaniel Catchpole d90ac78f3e Issue #2798891 by ankitjain28may, trobey, TR: Define project dependencies in core module .info files 2018-04-06 13:13:01 +01:00