Commit Graph

303 Commits (4c11b7a9d0e3d7ef01ac538a70be8e77d9f03d5d)

Author SHA1 Message Date
webchick 962e7bff7d Issue #2268897 by benny, Berdir, chx: Write per user contact settings D6=>D8 migration. 2014-09-22 22:49:45 -07:00
webchick 3149c4b514 Issue #2244555 by benjy, ultimike, mikeryan: Use copy() directly instead of file_unmanaged_copy(). 2014-09-22 22:45:14 -07:00
webchick 8d184707f2 Issue #2313241 by aleksip, benjy: Fixed d6_taxonomy_term migrate fails when the parent term has not been already migrated. 2014-09-22 20:58:10 -07:00
webchick 1476c56c62 Issue #2312093 by alexpott, yched, andypost, swentel | xjm: Rename FieldInstanceConfig to FieldConfig. 2014-09-19 19:45:52 -07:00
Alex Pott ffde907c5d Issue #2321609 by benjy, dawehner: Fixed Provide a helpful message in case requirements are not met. 2014-09-18 13:57:55 +01:00
Alex Pott 6f0b27bf7e Issue #2338085 by benjy: Fixed UrlAlias Destination is missing fields implementation. 2014-09-16 12:52:17 +01:00
Alex Pott 04fdb835c9 Issue #2337749 by benjy: Fixed no_stub is never used. 2014-09-15 12:07:11 +01:00
Alex Pott 5e4b9a9a14 Issue #2336767 by benjy | dawehner: Missing @return documentation for MigrateProcessInterface. 2014-09-14 22:28:06 +01:00
Alex Pott f1fa0c8bbe Issue #2336285 by benjy, er.pushpinderrana, astrocling | tstoeckler: Fixed Typo in namespace declaration of Drupal\migrate_drupal\Plugin\migrate\process\d6. 2014-09-14 21:38:38 +01:00
Alex Pott 2ef89a6a32 Issue #2335345 by tstoeckler: Fixed Entity\Migration::getProcessPlugins() can return NULL but should always return an array. 2014-09-13 15:34:14 +01:00
Alex Pott d7840d6558 Issue #2315167 by benjy: Create migrations for status/promote/sticky. 2014-09-12 16:51:58 +01:00
Alex Pott 840cd4c885 Issue #2318281 by tim.plunkett, dawehner | kim.pepper: Provide a standard way to check a plugin is an instance of the required interface. 2014-09-10 12:58:56 +01:00
Dries ca85441da2 Issue #2260121 by sun: PHPUnit Tests namespace of modules is ambiguous with regular runtime namespace (+ Simpletest tests). 2014-09-05 12:40:22 -04:00
Nathaniel Catchpole 30cad25c71 Issue #2031717 by Berdir, swentel, fago: Make entity module not required. 2014-09-02 10:36:57 +01:00
webchick 12ee21a360 Issue #2328061 by tim.plunkett: Move datetime's FormElement #type classes in Core. 2014-08-28 21:42:51 -07:00
webchick 0c8bbf1b28 Issue #2324353 by chx: Remove MigrateEntityDestinationFieldInterface. 2014-08-23 12:15:26 -07:00
Alex Pott 629ebca291 Issue #1976158 by Berdir | msonnabaum: Rename entity storage/list/form/render "controllers" to handlers. 2014-08-22 12:59:25 +01:00
Alex Pott 9be30ef535 Issue #2271251 by ParisLiakos, undertext, JeroenT, StevenPatz, tim.plunkett: Remove usages of watchdog() from non-form and non-controllers. 2014-08-20 16:26:18 +01:00
Alex Pott 72b1c2f166 Issue #2320245 by benjy | jhodgdon: Fixed High water should consistently be two words. 2014-08-13 18:20:19 -07:00
Alex Pott 37df1bd026 Issue #2315489 by benjy: Renamed prepareIdMappings() in MigrateTestBase. 2014-08-13 18:01:54 -07:00
Jennifer Hodgdon c6ec2add35 Issue #2316413 by benjy, chx: Clean up MigrationInterface docs 2014-08-13 06:36:14 -07:00
Alex Pott 9c4954f66c Issue #2319375 by andrewmacpherson: Fixed Malformed @endcode tag in docblock for \Drupal\migrate\Row::getRawDestination(). 2014-08-12 18:17:38 -07:00
Alex Pott 453a4451b7 Issue #2314289 by benjy: Track result of migrations and use it to properly define migrate_dependencies. 2014-08-11 08:59:58 -05:00
Alex Pott 8fe81428b7 Issue #2315237 by andypost, daggerhart | yched: Rename FieldDefinition to BaseFieldDefinition. 2014-08-10 15:43:04 -05:00
Alex Pott 9eac446013 Issue #1676910 by cs_shadow, penyaskito, lokeoke | xjm: Rename randomName() to randomMachineName(). 2014-08-06 09:50:23 +01:00
webchick a98ed74b5d Issue #2216555 by jhodgdon, chx: Fill in @defgroup/topic docs for Migration overview. 2014-08-05 22:01:41 -07:00
Jennifer Hodgdon 2909a5d08d Issue #2290275 by chx: Add information to migrate plugin classes and interfaces for developers 2014-07-24 16:27:00 -07:00
Nathaniel Catchpole a57630c83d Issue #2287727 by yched, swentel, alexpott: Rename Field[instance]Config classes and entity types (again). 2014-07-18 19:56:27 +01:00
Alex Pott 7a42da238c Issue #2202511 by hussainweb, benjy | mikeryan: Added Implement migration groups. 2014-07-15 11:37:53 +01:00
Alex Pott b7959a1d45 Issue #2292821 by andypost, larowlan: Use widget for comment subject field. 2014-07-14 09:47:03 +01:00
Alex Pott 8524997327 Issue #2302261 by benjy: Fixed Typo in migrate.schema.yml. 2014-07-13 10:26:08 +01:00
webchick 30c2afed20 Issue #697760 by sun: Replace getInfo() in tests with native phpDoc + annotations (following PHPUnit). 2014-07-10 20:50:37 -07:00
Dries 4baeb8d8c5 Issue #2234159 by alexpott: Fixed config importing through the UI and change ConfigImportAll test using the UI. 2014-07-09 11:18:34 -04:00
Nathaniel Catchpole 4ccdb41471 Issue #2293773 by Gábor Hojtsy, alexpott, penyaskito: Fixed migrations use dots in key names - not allowed in config. 2014-07-09 10:43:52 +01:00
Alex Pott ac7e61ef9b Issue #2293807 by sun: Fixed Various migrate_drupal unit base test classes are not abstract and implement getInfo(). 2014-07-02 12:12:42 +01:00
Dries 41576e126f Issue #1875996 by Xano, tim.plunkett, neclimdul, Rajendar Reddy, Jalandhar: Reconsider naming conventions for derivative classes. 2014-06-30 15:24:34 -04:00
Alex Pott d7efdaa9f9 Issue #2262195 by sun: Fixed Various test classes are missing phpDoc. 2014-06-27 13:11:05 +01:00
webchick d5bb653ba7 Issue #2183957 by vijaycs85, chx, Gábor Hojtsy: Provide configuration schema for Migration module. 2014-06-24 19:19:48 -07:00
Alex Pott 1dbabcaaa6 Issue #2181775 by Ryan Weal, chx | mvc: Fixed SQL idmap broke when using separate mysql users for source and destination. 2014-06-19 23:54:12 +01:00
Nathaniel Catchpole 0c33183a9e Issue #2256679 by alexpott, tim.plunkett: Fixed Use config schema to determine which config entity properties to export regardless of whether they are public or protected. 2014-06-14 10:03:25 +01:00
Nathaniel Catchpole bc7e413dfb Issue #2281905 by Berdir: Stop caching plugin discovery/info hooks by language. 2014-06-12 10:10:59 +01:00
Alex Pott df301e7f12 Issue #2247903 by bdone: Fixed Add a substr options to DedupeBase process plugin. 2014-06-11 11:29:16 +01:00
webchick 49a900460d Issue #2246665 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 7354180b1c Issue #2273971 by xjm, martin107: Fixed migrate EntityComment should use the $row->stub() method. 2014-06-03 17:50:31 -05:00
Nathaniel Catchpole 949e7fe611 Issue #2276183 by alexpott: Fixed Date intl support is broken, remove it. 2014-05-30 10:59:48 +01:00
webchick d0d3e53361 Issue #2247991 by xjm, typhonius, donquixote: [May 27] Move all module code to PSR-4. 2014-05-27 19:43:20 -07:00
webchick 62613774e6 Issue #2178795 by tim.plunkett, jlbellido, YesCT, Berdir, Xano: Allow DiscoveryInterface::getDefinition() to throw an exception for an invalid plugin. 2014-05-20 23:28:08 -07:00
Alex Pott da026cf53c Issue #2116363 by Berdir, jessebeach | fago: Unified repository of field definitions (cache + API). 2014-05-15 12:26:18 -05:00
webchick fcc5f3b209 Issue #2263453 by chx, benjy: Split migration_dependencies into two keys. 2014-05-12 22:06:21 -07:00
Alex Pott b45b871c53 Issue #2250429 by ultimike, chx: D6_block migration not migrating all blocks. 2014-05-12 17:35:20 -05:00
Alex Pott 3d31d12b0e Issue #2262147 by sun: Various base test classes are not abstract. 2014-05-12 14:27:10 -05:00
Alex Pott b0821d885e Issue #2079797 by ParisLiakos, Xano, amateescu, tim.plunkett: Provide a trait for $this->t() and $this->formatPlural(). 2014-05-02 08:29:56 +01:00
Alex Pott 66800acd71 Issue #2121299 by andypost, bdone, benjy, penyaskito, chx, claudiu.cristea, damiankloip, gregboggs, InternetDevels, jessehs, jhedstrom, marvil07, mikeryan, pcambra, Xano, YesCT, axoplasm, kgoel, dclavain, jeckman, alvar0hurtad0, Drupali, fastangel, gloob, jhedstrom, joshtaylor, mpgeek, alexpott: Migrate Drupal 6 to Drupal 8 2014-04-23 16:46:22 +01:00
Alex Pott 1e15efd7d2 Issue #2202629 by sun: Move Drupal\Core\KeyValueStore\State* into Drupal\Core\State\State*. 2014-04-18 11:53:27 +01:00
Nathaniel Catchpole 56ace1cb34 Issue #2225473 by mcjim: Move database fakes out of migrate module so they can be used in non-migrate tests. 2014-04-15 20:24:22 +01:00
Alex Pott b1eb0a2931 Issue #2228291 by damiankloip: Move all plugin and other discovery data into a cache_discovery bin. 2014-04-11 10:40:11 -04:00
Alex Pott 9a878fb486 Issue #2227187 by Mykhailo Gurei, Jalandhar, cs_shadow, mandar.harkare | Berdir: Stop refering to config storage as storage controller. 2014-04-11 09:59:35 -04:00
webchick fc6b814e02 Issue #2170775 by tim.plunkett, martin107, Xano: Remove array typehint from . 2014-04-08 13:56:43 -07:00
webchick d53d8cf727 Issue #2233029 by benjy: Add a Book destination to the Migrate API. 2014-04-07 11:50:29 -07:00
Nathaniel Catchpole 99385d755f Issue #2233887 by benjy: Alias Destination is broken. 2014-04-07 14:30:17 +01:00
Alex Pott c1cf341bdd Issue #2222169 by David Hernández: Add skip_row option to StaticMap. 2014-04-06 20:03:12 +01:00
Nathaniel Catchpole ac120e26d9 Issue #2209145 by slashrsm, fgm, chx: Move all path alias SQL queries to a single storage controller. 2014-04-04 10:47:13 +01:00
Alex Pott 719b36a492 Issue #2208631 by slashrsm: Rename \Drupal\Core\Path\Path to \Drupal\Core\Path\AliasStorage. 2014-04-03 14:20:20 +01:00
Nathaniel Catchpole ef2563979a Issue #2211949 by chx, Berdir, fago, benjy: Support keeping new revision id for migrate. 2014-04-03 12:10:25 +01:00
Nathaniel Catchpole 3a5e997452 Issue #2221065 by damiankloip, Wim Leers, Berdir: Rename default 'cache' cache bin to 'default'. 2014-03-31 10:49:28 +01:00
catch 2f959b9693 Issue #2188613 by Berdir, Xen, andypost: Rename EntityStorageController to EntityStorage. 2014-03-27 12:54:40 +01:00
Alex Pott 1a51606bee Issue #2199381 by slashrsm, Xano: Add \Drupal\Core\Path\PathInterface. 2014-03-26 20:54:45 +01:00
Nathaniel Catchpole 743957c421 Issue #2221767 by alexpott: Migration configuration entities should not use the dependencies key. 2014-03-21 10:53:43 +00:00
Dries 265ee77e6e Issue #2213451 by andypost, bdone, benjy, penyaskito, chx, claudiu.cristea, damiankloip, gregboggs, InternetDevels, jessehs, jhedstrom, marvil07, mikeryan, pcambra, Xano, YesCT: Update Migrate API in core 2014-03-19 14:56:48 -04:00
webchick 77123f3f1b Issue #340723 by ParisLiakos, sun, Berdir, glennpratt, Cottser, swentel, alexpott, tstoeckler, Xano, tim.plunkett, BassistJimmyJam | beejeebus: Make modules and installation profiles only require .info.yml files. 2014-03-17 07:43:29 -07:00
Alex Pott eba0b71872 Revert "Issue #340723 by ParisLiakos, sun, Berdir, glennpratt, Cottser, swentel, tstoeckler, Xano, tim.plunkett, BassistJimmyJam: Make modules and installation profiles only require .info.yml files."
This reverts commit b4c561d0d5.
2014-03-17 13:02:04 +00:00
Nathaniel Catchpole b4c561d0d5 Issue #340723 by ParisLiakos, sun, Berdir, glennpratt, Cottser, swentel, tstoeckler, Xano, tim.plunkett, BassistJimmyJam: Make modules and installation profiles only require .info.yml files. 2014-03-17 11:57:35 +00:00
Alex Pott 0f35ae9f75 Issue #2004336 by damiankloip: Default UUID key in ConfigEntityType. 2014-03-08 10:58:15 +00:00
Dries 4638a0048d Issue #2194897 by sun: Rename Database\Query\Merge::key() to keys(), retain a BC alias for key(). 2014-03-05 14:57:36 -05:00
webchick 428d0f0ad9 Issue #2053153 by tim.plunkett, dawehner, damiankloip, aspilicious: Allow contrib modules to provide plugins on behalf of optional modules. 2014-03-01 17:57:51 -08:00
Dries 03ddf8c283 Issue #2198377 by alexpott: Enforce UUID key name in configuration entities. 2014-02-27 20:34:39 +01:00
Alex Pott 17645df74c Revert "Issue #2176621 by sun, alexpott: Remove global $databases." Broke testbots
This reverts commit 06e6e9238f.
2014-02-27 10:23:06 +00:00
webchick 06e6e9238f Issue #2176621 by sun, alexpott: Remove global $databases. 2014-02-26 21:12:10 -08: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 e53957de4f Revert "Issue #2203271 by Xano: Undefined index "rows_order" in theme_field_ui_table()." contained another patch
This reverts commit a457090d61.
2014-02-24 14:21:15 +00:00
Alex Pott a457090d61 Issue #2203271 by Xano: Undefined index "rows_order" in theme_field_ui_table(). 2014-02-24 13:48:40 +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
webchick 48ce65ba48 Issue #2168277 by andypost: Migrate mapping tables hash column should be varchar 64. 2014-01-24 20:27:02 -08:00
webchick 09d4cc9356 Issue #2170991 by Xano: Migrate provides invalid arguments when invoking hooks/type hint array arguments in ModuleHandlerInterface. 2014-01-13 20:42:18 -08:00
Jennifer Hodgdon 2d0932354e Issue #2169101 by penyaskito, chx: Improve docs in MigrateSqlSourceTestCase 2014-01-10 08:29:39 -08:00
Nathaniel Catchpole 3f369f179b Issue #2160345 by chx, YesCT, andypost: Clean up and test migrate executable and sql idmap. 2014-01-09 14:19:06 +00:00
Nathaniel Catchpole 4f66a53b4f Issue #2157691 by damiankloip: Move some helper methods in errors.inc to an Error utility class. 2014-01-09 11:50:54 +00:00
webchick 63f2e26eba Issue #2168265 by andypost: Allow migrate plugins to be altered and cached. 2014-01-07 21:45:10 -08:00
webchick 27a94ebdc0 Issue #2152355 by chx: Refactor the entity dedupe test to use dataProvider. 2014-01-03 00:07:02 -08:00
Alex Pott c2e68a5ddb Issue #2150407 by chx, bdone, eliza411, andypost: Migrate D6 roles and permissions. 2014-01-01 12:01:02 +01:00
Alex Pott 588e6783d2 Issue #2146733 by andypost, chx, InternetDevels, bohart: Select queries should not use rowCount() to calculate number of rows. 2013-12-27 11:23:31 +00:00
webchick 255d7304ea Issue #2154563 by chx, webchick: Migrate process plugin: flatten. 2013-12-18 19:43:40 -08:00
webchick f203b9c333 Revert "Issue #2154563 by chx: Migrate process plugin: flatten."
Oops. :P This is why I should not try and fix docs. :P

This reverts commit 9beae4fe17.
2013-12-18 14:50:22 -08:00
webchick 9beae4fe17 Issue #2154563 by chx: Migrate process plugin: flatten. 2013-12-18 14:42:29 -08:00
webchick 7080c75945 Issue #2152735 by chx: Migrate process plugin: extract. 2013-12-18 14:13:07 -08:00
webchick a9c13c23ac Issue #2154209 by chx: Process refactor: multiple handling. 2013-12-16 07:57:48 -08:00
webchick 87e100181e Issue #2147817 by chx: Migrate: add a static map process plugin. 2013-12-07 21:16:10 -08:00
webchick d0ef190888 Issue #2147815 by chx: Migrate: add an entity deduplication process plugin. 2013-12-07 16:43:27 -08:00
webchick e447e4c393 Issue #2147811 by chx: Migrate: add an Iterator process plugin. 2013-12-07 16:33:26 -08:00
webchick b833c53dc5 Issue #2150257 by chx, mpgeek: Add a machine name process plugin. 2013-12-07 14:27:33 -08:00
Nathaniel Catchpole 7bad5758a4 Issue #2143405 by chx, bdone: Split migrate into to migrate and migrate_drupal. 2013-12-02 12:37:57 +00:00
Alex Pott 0d61dd8193 Issue #2143415 by YesCT, mikeryan, marvil07, bdone, chx: Migrate fixes 2013-11-30 20:38:26 -04:00
Dries 67f30bc0a1 Migrate in core #2125717 by mikeryan, chx, marvil07, bdone, jessehs, mpgeek, BTMash, fastangel, mongolito404, Moshe Weitzman, eliza411, YesCT, dawehner, cosmicdreams 2013-11-20 17:08:56 -05:00