Commit Graph

174 Commits (ae32aaae81a92118f6de995831919e87e77daa03)

Author SHA1 Message Date
Alex Pott 92965c5bb5 Issue #2522652 by neclimdul, phenaproxima, prajaankit, benjy: Add getTemplateByName method to TemplateStorage 2015-07-15 17:13:12 +01:00
webchick 100f2a22fd Issue #2532646 by TR: "@return boolean" is wrong, use "@return bool" 2015-07-14 21:35:42 -07:00
Alex Pott 91ab3cc309 Issue #2514168 by phenaproxima, mikeryan, benjy: Streamline migrate_drupal integration tests 2015-07-14 22:43:41 +01:00
Alex Pott f5cdc33241 Issue #2531028 by Berdir, neclimdul: Null migrate destination is a reserved keyword in PHP 7 2015-07-14 08:56:42 +01:00
Alex Pott cc8e7c3fcc Issue #2522600 by neclimdul, phenaproxima: Remove CMI dependency from Migration Templates 2015-07-06 18:28:57 +01:00
Alex Pott 2d9e1c5a2d Issue #2514052 by phenaproxima: Remove migrate_drupal's MigratePluginManager implementation 2015-07-04 00:55:49 +01:00
Alex Pott 74d72d1b4b Issue #2463909 by phenaproxima, mikeryan: Migrations should support non-installed default configurations (templates) 2015-07-02 10:39:14 +01:00
webchick e40ed9d1d4 Issue #2509512 by chx: Redundant code in StaticMapTest::setUp 2015-07-02 00:26:36 -07:00
Alex Pott e044adb014 Issue #2509300 by dawehner, catch, larowlan: Path alias UI allows node/1 and /node/1 as system path then fatals 2015-06-29 18:15:19 +01:00
Alex Pott 1f53649bfb Issue #1392754 by tss, justAChris, jhodgdon: Comply with new documentation standards for @file for namespaced class files 2015-06-26 21:53:33 +01:00
Alex Pott 8d3755c8f4 Issue #2509496 by chx, benjy, phenaproxima: Make migrate process plugins more flexible/less boilerplate 2015-06-22 15:56:42 -05:00
Alex Pott fd2bc62e43 Issue #2503083 by pwolanin, neclimdul: Simplify PasswordInterface so it's not coupled to UserInterface 2015-06-22 15:54:10 -05:00
Alex Pott 6bb1ba389f Issue #2505521 by benjy: Clean-up un-need test classes in migrate_drupal 2015-06-21 08:48:20 -05:00
Alex Pott 7bd866aa9f Revert "Issue #2505521 by benjy: Clean-up un-need test classes in migrate_drupal"
This reverts commit 3700144557.
2015-06-21 08:47:20 -05:00
Alex Pott 3700144557 Issue #2505521 by benjy: Clean-up un-need test classes in migrate_drupal 2015-06-19 06:09:55 -05:00
Nathaniel Catchpole d579f51362 Issue #1314214 by stefan.r, phayes, ergophobe, YesCT, damienwhaley, kbasarab, Tor Arne Thune, basic, pfrenssen, yannickoo, simolokid, fietserwin, bzrudi71: MySQL driver does not support full UTF-8 (emojis, asian symbols, mathematical symbols) 2015-06-18 15:36:24 +01:00
Alex Pott 7918441b48 Issue #2504781 by neclimdul: Skip instead of fail migration tests if pdo_sqlite is missing 2015-06-14 22:16:25 +01:00
Nathaniel Catchpole 975c164261 Issue #2504417 by alexpott: Fix Drupal\Tests\migrate\Unit\MigrateSqlIdMapTest::testGetQualifiedMapTablePrefix() 2015-06-11 13:25:11 +01:00
Alex Pott fa2a7a56f7 Issue #2499835 by phenaproxima, chx, benjy: Remove broken Fake DB driver 2015-06-10 00:07:08 +01:00
Nathaniel Catchpole 9f4d5e84fe Issue #2460529 by alexpott, chx, phenaproxima: Migrations need to use the configuration entity dependency system 2015-06-05 10:47:51 +01:00
Nathaniel Catchpole 537da55a56 Revert "Issue #1314214 by stefan.r, phayes, ergophobe, YesCT, damienwhaley, Tor Arne Thune, kbasarab, pfrenssen, basic, yannickoo, simolokid: MySQL driver does not support full UTF-8 (emojis, asian symbols, mathematical symbols)"
This reverts commit b105158ab7.
2015-06-02 17:06:45 +01:00
Nathaniel Catchpole b105158ab7 Issue #1314214 by stefan.r, phayes, ergophobe, YesCT, damienwhaley, Tor Arne Thune, kbasarab, pfrenssen, basic, yannickoo, simolokid: MySQL driver does not support full UTF-8 (emojis, asian symbols, mathematical symbols) 2015-06-02 10:13:37 +01:00
Alex Pott 73b5652a74 Issue #2470693 by dawehner, Berdir, jibran, hussainweb, pwolanin, znerol: Upgrade to Symfony 2.7.0 2015-06-01 11:47:08 +01:00
Alex Pott 9e11c08b56 Issue #2466797 by mikeryan, benjy: Rename migration_groups key to avoid confusion with MigrationGroup support 2015-05-28 03:31:07 +01:00
Alex Pott 6ac8e463c0 Issue #2417975 by phenaproxima, benjy, chx, neclimdul: EntityFile destination incorrectly assumes temporary files are absolute paths 2015-05-25 13:21:27 +01:00
xjm 088f8b357a Issue #2491155 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 744a7ba06d Issue #2484131 by phenaproxima, neclimdul, mikeryan: Migration process plugin should log exceptions encountered during stubbing 2015-05-18 14:00:06 +01:00
Alex Pott f52cc18235 Issue #2488126 by phenaproxima: MachineName process plugin should use injected transliteration service 2015-05-18 06:13:01 +01:00
Alex Pott ea32974d23 Issue #2258177 by amateescu, sun, mikeryan, bdone, dawehner, Berdir: Convert migrate_drupal tests to KernelTestBase 2015-05-14 16:30:05 -07:00
Alex Pott 2d35b92e82 Issue #2485171 by mikeryan: Fix spelling of MigrateExecutableMemoryExceededTest 2015-05-09 04:32:10 -07:00
xjm 0df58b068f Issue #2275377 by martin107, mikeryan, chx, benjy, YesCT: Rename Row::stub to Row::isStub 2015-04-26 09:43:21 -05:00
Nathaniel Catchpole 629003e3f5 Issue #2454669 by amateescu: SQLite: Fix tests in migrate_drupal test group 2015-04-21 13:50:18 +01:00
webchick e600895aa0 Issue #2161793 by boris sondagh, arrrgh, jhodgdon, catch, benjy: Create hook_help for migrate module 2015-04-18 08:47:01 -07:00
webchick 54ba27d86a Issue #2417549 by alexpott, znerol, benjy, Berdir: Drupal\migrate_drupal\Tests\d6\MigrateFileTest fail in MigrateTestBase 2015-04-15 02:44:25 -07:00
webchick 81a6979058 Issue #2459155 by alexpott, pfrenssen, hussainweb, neclimdul: Remove REQUEST_TIME from bootstrap.php 2015-04-06 23:53:19 -07:00
Alex Pott 21644b4256 Issue #2461047 by chx: Simplify SourcePluginBase a tiny bit 2015-04-01 13:38:36 +01:00
Alex Pott 284681aa43 Issue #1897058 by disasm, rteijeiro: Replace "boolean" with "bool" when used as param/return/var type 2015-03-31 17:03:31 +01:00
webchick 70f8ac6f31 Issue #2457887 by prateekMehta, stefan.r, rpayanm, alexpott: Use Utility\SafeMarkup class instead of Utility\String for placeholder(), checkPlain(),format() functions 2015-03-29 15:13:25 -07:00
Alex Pott 04a17f8bd8 Issue #2423435 by benjy, chx: Add CckField Plugin type to migrate_drupal 2015-03-19 10:36:40 +00:00
Alex Pott 260f936703 Issue #2427335 by benjy, chx, dawehner: Combine legacy Source class into SourcePluginBase 2015-03-15 20:49:44 +00:00
Alex Pott 28e35f6517 Issue #2414539 by webflo, vijaycs85: Simplify schema definition for sequence 2015-03-09 08:23:40 +00:00
webchick 752b99ff30 Issue #2443615 by benjy: Add an interface to MigrateExecutable 2015-03-07 11:33:51 +11:00
webchick 518eff9b31 Issue #2422227 by benjy, chx, dawehner: Add setProcessOfProperty to Migration entity 2015-03-07 11:32:43 +11:00
Alex Pott b79c650836 Issue #2388067 by david_garcia: getQualifiedMapTableName is database specific logic out of the database driver 2015-02-27 12:20:42 +00:00
Alex Pott 80d54fc2b6 Issue #2422221 by benjy, chx: LoadEntity needs to fire load hooks for dynamic migrations 2015-02-14 11:22:43 +00:00
Nathaniel Catchpole 7ff2724563 Issue #2422019 by alexpott, dawehner: Don't use reflection for parsing test annotations 2015-02-09 10:30:16 +00:00
Alex Pott 06aff1a5ff Issue #2414365 by benjy: File migration fails when the files are at a remote URI 2015-02-03 14:27:02 +00:00
Alex Pott 22a1fd62cf Issue #2409587 by Cogax: Incorrect documentation for @covers 2015-02-03 10:01:09 +00:00
Alex Pott 9eb96615da Issue #2411233 by benjy, chx: Stub in migration process plugin does not do complete process 2015-02-02 10:41:16 +00:00
Alex Pott fcb679d878 Issue #2405023 by benjy: Cannot create base_field_override entity, ID already exists 2015-01-26 12:37:29 +00:00