Commit Graph

104 Commits (18480688421be8934d4ea1130a0332980141444d)

Author SHA1 Message Date
webchick 8db6d1f298 Issue #2343213 by alexpott: Fixed SQLBase::mapjoinable does not support SQLite. 2014-09-27 00:18:07 -07:00
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