Commit Graph

517 Commits (7f00c34194bf3c71a4de22823960a5d20f55ed5a)

Author SHA1 Message Date
Alex Pott 28e35f6517 Issue #2414539 by webflo, vijaycs85: Simplify schema definition for sequence 2015-03-09 08:23:40 +00:00
webchick d583b740d1 Issue #2322639 by hussainweb, LinL, Temoor, oenie, MKorostoff, mglaman, kyuubi, unstatu, omers, pcambra, legolasbo, benjy, JeroenT: Replace all instances of node_type_load(), node_type_get_types(), entity_load('node_type') and entity_load_multiple('node_type') with static method calls from DRUPAL SOUTH WOOOO! 2015-03-07 16:48:27 +11: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 368cf514e9 Issue #2417567 by xjm, effulgentsia, mpdonadio, hussainweb: Rename user-path: scheme to internal: 2015-02-22 23:59:55 +00:00
Alex Pott 3f7f953ff8 Issue #2377113 by JeroenT, mglaman, LinL, pcambra: Replace all instances of entity_load('block_content') and entity_load_multiple('block_content') with static method calls 2015-02-19 12:53:47 +00:00
Alex Pott e975bb18d4 Issue #2416111 by quietone, ultimike, chx: Migrate Dump export needs to have a consistent order 2015-02-17 16:12:50 +00:00
Alex Pott 4e0c61742e Issue #2369401 by quietone: User picture file could not be copied 2015-02-17 01:04:38 +00:00
Alex Pott 0e1fe4c234 Issue #2413759 by benjy, hosef: Move D6 dumps to avoid collisions with D7 dumps 2015-02-16 16:52:27 +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
Alex Pott 7d7114eefc Issue #2422301 by benjy: Fix D6 user migration dependencies 2015-02-10 15:51:16 +00:00
Alex Pott eebf624a3b Issue #2030633 by hussainweb, Mile23, carsonevans, czigor, Berdir, fernando_calsa, Geijutsuka, amitgoyal, Jānis Bebrītis, undertext: Expand FieldStorageConfig with methods 2015-02-10 13:39:31 +00:00
Alex Pott 2d714fbef2 Issue #2357199 by andypost, naiduharish: Consider CommentManagerInterface::addDefaultField() as deprecated and remove in favour of CommentTestTrait 2015-02-09 14:17:47 +00:00
webchick d5304a46c6 Issue #2417647 by Wim Leers, effulgentsia: Add leading slash to paths within 'user-path:' URIs, to allow 'user-path:' URIs to point to the <none> route 2015-02-06 09:56:42 -08:00
Alex Pott 9dd8de4d56 Issue #2410623 by ultimike, chx: D6-D8 Custom Block Migration not visible in region 2015-02-06 13:38:02 +00:00
Alex Pott b1d2d7c322 Issue #2345833 by quietone, benjy: Convert assetEqual to assertIdentical in migrate_drupal 2015-02-05 09:21:16 +00:00
Alex Pott ef2a4a08ce Issue #2415399 by lokapujya, ultimike: D6->D8 migration: User role based block visibility settings not migrated properly 2015-02-03 11:50:41 +00:00
Alex Pott f46d6ad949 Issue #2358079 by pwolanin, Berdir: Require a specific placeholder format in db_query() in order to trigger argument expansion, and require explicit 'IN' parameter for conditions 2015-02-03 09:42:28 +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
webchick a504201e34 Issue #2417793 by effulgentsia, Wim Leers, YesCT, yched, dawehner: Allow entity: URIs to be entered in link fields 2015-01-31 22:21:03 -08:00
webchick cb22bbde88 Issue #2406749 by dawehner, YesCT, amateescu, hussainweb, kim.pepper, RavindraSingh, pwolanin, Wim Leers, Gábor Hojtsy, yched, jibran: Use a link field for custom menu link 2015-01-30 12:10:58 -08: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
Alex Pott 17f5f48b24 Issue #2411143 by dawehner, effulgentsia, amateescu, larowlan: Change LinkItem schema to store URIs rather than URLs/paths/routes 2015-01-23 11:15:38 +00:00
Alex Pott 1e98b16424 Issue #2384529 by hussainweb, rpayanm: Make the class variables protected for Migration 2015-01-22 18:37:29 +00:00
Alex Pott 3f1c3c01b9 Issue #2405337 by benjy: EntityFile destination doesn't handle temporary files when the source and destination are the same 2015-01-22 16:57:13 +00:00
Alex Pott 146069d455 Issue #2403815 by benjy: Test migration of signature_format with assertIdentical 2015-01-22 14:03:13 +00:00
Nathaniel Catchpole ea1dd45724 Issue #2406543 by alexpott: Remove ConfigFactory::setOverrideState and ConfigFactory::getOverrideState() 2015-01-20 11:11:16 +00:00
webchick e1f3f990d2 Issue #2403735 by benjy, markie, quietone: Migrate aggregator feed hash 2015-01-17 22:26:08 -08:00
webchick adf304f4d3 Issue #2395777 by ishanmahajan: D6->D8: Nodes do not migrate unless D6 Content module is enabled 2015-01-17 12:09:12 -08:00
Alex Pott cb3eb2fe13 Issue #2395993 by benjy: Clean up Loadentity a little 2015-01-15 10:02:51 +00:00
Alex Pott a6c29cb646 Issue #2406377 by benjy: Remove unnecessary $field_storage->status assertions from MigrateFieldTest 2015-01-13 13:23:12 +00:00
Alex Pott ec9a3ec27d Issue #2348875 by benjy, chx, bdone: Improving our dump files 2015-01-13 08:29:44 +00:00
Nathaniel Catchpole 694d95f65e Issue #2030571 by calebtr, daffie, filijonka, YesCT, Thomas Brekelmans, alexpott, Mile23, tadityar, Sharique, tim.plunkett, boztek: Expand Block with methods 2015-01-12 17:47:57 +00:00
Alex Pott 4d8bd967c3 Issue #2377117 by mglaman, rpayanm, pcambra: Replace all instances of entity_load('field_storage_config') and entity_load_multiple('field_storage_config') with static method calls 2015-01-12 15:49:29 +00:00
Alex Pott 3b53231aac Issue #2322105 by rpayanm, prics, Upchuk, Temoor, seanB, pcambra, jamesdixon: Replace all instances of taxonomy_vocabulary_load(), taxonomy_vocabulary_load_multiple(), entity_load('taxonomy_vocabulary') and entity_load_multiple('taxonomy_vocabulary') with static method calls 2015-01-11 13:36:43 +00:00
Alex Pott d644718d95 Issue #2394571 by benjy: Filter formats on cck text fields are not looked up in the idMap 2015-01-10 14:22:05 +00:00
Alex Pott d3e7bdb18f Issue #2404955 by benjy: Field Formatter settings have incorrect mappings for number formats 2015-01-10 14:11:28 +00:00
Alex Pott f14ec03536 Issue #2394157 by benjy: Update the EntityFile destination to handle temporary files 2015-01-10 13:28:29 +00:00
Alex Pott 41a3319b31 Issue #2394567 by benjy: File field need associated metadata during cck_field migration 2015-01-08 19:22:13 +00:00
Nathaniel Catchpole 0485e555a4 Issue #2357801 by dawehner, amitgoyal: File field default values are not deployable -- use UUIDs for the default file 2015-01-06 13:50:10 +00:00
Alex Pott 498bcc797c Issue #2376141 by chx, benjy, ultimike, eliza411: Fix node and node revision author ids 2015-01-05 13:57:04 +00:00
Alex Pott abe83bfb19 Issue #2030669 by daffie, Sharique, rpayanm, Mile23, undertext, marcingy, martin107, filijonka, amitgoyal, msupko: Expand Vocabulary with methods 2015-01-05 13:18:58 +00:00
webchick 451bf65740 Issue #2401035 by alexpott: items_per_page in node.settings is no longer used 2015-01-03 21:24:18 -08:00
Alex Pott 4e06a75955 Issue #2348447 by quietone, benjy, grahl, Cristian.Andrei: Undefined index exclude 2015-01-03 10:27:22 +00:00
Nathaniel Catchpole 95d4c594b0 Issue #2395395 by alexpott, effulgentsia, Gábor Hojtsy: TestBase lacks a config method to be used consistently in tests 2014-12-23 15:11:54 +00:00
Alex Pott b388670b5b Issue #2391403 by Gábor Hojtsy: Statistics block not properly migrated, schema incorrect 2014-12-22 16:31:07 +01:00
Alex Pott a5f0e6afb2 Issue #2233883 by benjy, hussainweb, ultimike: Link migration needs to convert source url into the appropriate route format for storage 2014-12-22 14:27:34 +00:00
Alex Pott f41585c8d3 Issue #2170235 by Berdir, penyaskito, larowlan, alexpott, sushyl: file_private_path should be in $settings, like file_public_path 2014-12-14 14:01:24 +01:00
Nathaniel Catchpole a17498c593 Issue #2387019 by dawehner, larowlan: String field formatters cannot link to their parent entity 2014-12-12 16:20:41 +00:00
webchick 1419122c76 Issue #2183983 by Gábor Hojtsy, vijaycs85, Berdir, Wim Leers, webflo, alexpott: Find hidden configuration schema issues 2014-12-11 12:43:20 -08:00
Alex Pott 194539a764 Issue #2358269 by Gábor Hojtsy: Migration bugs in block visibility, field overrides, cron, maintenance settings and form modes found by configuration schema checking 2014-12-11 09:23:35 +01:00
Alex Pott b175ecc425 Issue #2387141 by Gábor Hojtsy: Missing field configuration schemas across core tests 2014-12-10 12:35:29 +01:00
Alex Pott a029bf537d Issue #2386325 by Gábor Hojtsy: Recurring config schema problems with datetime and link field values in migrate tests 2014-12-04 14:44:17 +00:00
Nathaniel Catchpole b313cc6ae4 Issue #2374125 by alexpott: Create a persistent block_content body field storage 2014-11-24 23:10:21 +00:00
Nathaniel Catchpole 7822393c30 Issue #2370305 by Gábor Hojtsy, yched: Refactor field type configuration schemas for DX, easier to find errors 2014-11-24 22:17:32 +00:00
Alex Pott e789deca2a Issue #2346039 by ultimike, benjy: Add missing migrations to MigrateDrupal6Test and fix the result 2014-11-24 12:08:02 +00:00
Alex Pott 33b66b50d7 Issue #2377115 by mglaman: Replace all instances of entity_load('field_config') and entity_load_multiple('field_config') with static method calls 2014-11-21 23:50:15 +00:00
Alex Pott 633d84281a Issue #2339151 by EclipseGc, tim.plunkett, Gábor Hojtsy, effulgentsia: Conditions / context system does not allow for multiple configurable contexts, eg. language types 2014-11-19 21:03:06 +00:00
Nathaniel Catchpole 03d3d538c5 Issue #2368349 by Gábor Hojtsy, alexpott: Entity view and form display configuration schemas are too verbose / key ones missing 2014-11-19 12:26:05 +00:00
Nathaniel Catchpole 150cbcf61f Issue #2374087 by alexpott, benjy: Fixed Create a persistent comment body field storage. 2014-11-18 10:29:05 +00:00
Nathaniel Catchpole 0cde5d7536 Issue #2321385 by alexpott, bircher, amateescu, swentel, benjy: Fixed Creation of node body field in postSave() incompatible with default config and overrides. 2014-11-17 12:48:18 +00:00
Alex Pott 5c3a1c67ad Issue #2322509 by prics, cilefen, gaurav.goyal, harijari, Temoor: Replace all instances of node_load(), node_load_multiple(), entity_load('node') and entity_load_multiple('node') with static method calls. 2014-11-09 23:40:48 -08:00
Alex Pott 92c251415f Issue #2178703 by ultimike, chx, penyaskito: Migrate D6 menu links. 2014-11-09 23:31:29 -08:00
Alex Pott 687d72dade Issue #2321701 by Temoor, rpayanm: Replace all instances of contact_form_load(), entity_load('contact_form') and entity_load_multiple('contact_form') with static method calls. 2014-11-07 11:58:38 -08:00
Alex Pott 392522c083 Issue #2363643 by ultimike | benjy: Fixed Nodes with format 0 are skipped. 2014-11-01 14:11:48 +00:00
Alex Pott 9872c3ae14 Issue #2305869 by svendecabooter, ultimike | jhodgdon: Search migration - search logging (new setting). 2014-11-01 14:03:30 +00:00
catch 150893931e Issue #2271419 by alexpott, larowlan: Fixed Allow field types, widgets, formatters to specify config dependencies. 2014-11-01 09:42:21 +00:00
Alex Pott 2c2e2ce3c2 Issue #2312385 by estoyausente, svendecabooter, ultimike, benjy, Rade, andyceo: Fixed Move schemas for migrate_drupal sources to migrate_drupal module. 2014-10-29 09:41:28 +00:00
Alex Pott f34368b738 Issue #2302253 by ultimike | Ryan Weal: Fixed User profile "selection" type field type does not migrate from D6 if any of the available options contain a dot. 2014-10-29 09:39:28 +00:00
Alex Pott b34bcec02a Issue #2030645 by lokeoke, Mile23, tim.plunkett, miraj9093, slv_ | plopesc: Fixed Expand Menu with methods. 2014-10-29 09:33:37 +00:00
Alex Pott f4b4adf1bf Issue #2353667 by micnap | ultimike: D6->D8 Migration missing variable: forum_nav_vocabulary. 2014-10-27 10:18:34 +00:00
Alex Pott 864a9b9eb5 Issue #2353699 by jarsenx | ultimike: D6->D8 Migration missing variable: default_nodes_main. 2014-10-27 10:01:54 +00:00
Alex Pott 1b06ce86da Issue #2353695 by ultimike: D6->D8 Migration missing variable: feed_item_length. 2014-10-22 09:44:49 +01:00
Alex Pott e7a85fdf33 Issue #2353691 by micnap | ultimike: D6->D8 Migration missing variable: page_compression. 2014-10-18 19:03:11 +01:00
Alex Pott f2cb144af5 Issue #2353683 by micnap | ultimike: D6->D8 Migration missing variable: allow_insecure_uploads. 2014-10-18 14:53:20 +01:00
Alex Pott d79c585b9a Issue #2353711 by jarsenx | ultimike: D6->D8 Migration missing variable: update_check_frequency. 2014-10-18 14:51:43 +01:00
webchick 81d6f8702b Issue #2353729 by ultimike: D6->D8 Migration missing variable: user_mail_status_blocked_notify. 2014-10-13 21:48:08 -07:00
Nathaniel Catchpole 66762a5361 Issue #2340667 by YesCT, Pedro Lozano, alexpott, martin107: Protect Drupal\Core\Language\Language::id, and use getId(). 2014-10-13 10:10:32 +01:00
Alex Pott 408f452fec Issue #2353823 by ultimike: D6->D8 Migration missing variable: cache. 2014-10-12 22:16:42 +01:00
webchick cf58c1f99d Issue #2352361 by ultimike: MigrateFieldTest @file docblock is wrong. 2014-10-10 09:37:06 -07:00
webchick cd31649c66 Issue #1802128 by legolasbo, jucallme: Fixed Replace "user name" with "username" in UI text. 2014-10-09 11:34:52 -07:00
Alex Pott 1308c595b1 Issue #2322067 by Temoor, ashutoshsngh, roderik, finn.lewis: Replace all instances of taxonomy_term_load(), entity_load('taxonomy_term') and entity_load_multiple('taxonomy_term') with static method calls. 2014-10-08 16:31:02 +01:00
Alex Pott 331f2878fb Issue #2322233 by Temoor, Mirroar, estoyausente: Replace all instances of user_role_load(), entity_load('user_role') and entity_load_multiple('user_role') with static method calls. 2014-10-05 11:16:10 +02:00
Alex Pott c329dfd418 Issue #2321501 by Temoor, prics: Replace calls to aggregator_feed_load(), entity_load('aggregator_feed') and entity_load_multiple() with static method calls. 2014-10-04 16:39:10 +02:00
Alex Pott d111ef32a0 Issue #2272853 by webflo: Fixed CckFieldValues source plugin loses similar field values. 2014-10-02 14:49:22 +02:00
Alex Pott 807e561dd7 Issue #2332751 by tstoeckler, benjy: Added Allow to limit the nodes to migrate by node type. 2014-10-02 13:53:06 +02:00
Alex Pott 474ec90ea6 Issue #2278613 by benjy | Ryan Weal: Fixed Body text display is blank for migrated content types. 2014-10-02 12:32:01 +02:00
Alex Pott 6fa850778a Issue #2306049 by ultimike, benjy, hussainweb: Fixed D6->D8 node migration - Handle nodes with format = 0 ?. 2014-10-01 16:15:04 +02:00
Alex Pott 5fdcfc74d6 Issue #2346911 by larowlan, vijaycs85, Berdir | sihv: Fixed Base field overrides have incorrect default value callable properties. 2014-09-30 08:42:48 +02:00
webchick daaccc3b3d Issue #1869476 by rteijeiro, LewisNyman, lauriii, Wim Leers, mdrummond, swentel, hosef, cbiggins, larowlan, sun, EclipseGc, Gábor Hojtsy: Convert global menus (primary links, secondary links) into blocks. 2014-09-28 18:25:41 -07:00
Alex Pott 420248266f Issue #2344821 by yched: Unify 'name' / 'field_name' in FieldConfig / FieldStorageConfig. 2014-09-28 18:36:18 +02:00
webchick 0eda196d46 Issue #2340251 by iMiksu, alexpott, tim.plunkett, dawehner, Wim Leers: Remove most remaining url() calls. 2014-09-27 00:03:46 -07:00
Nathaniel Catchpole d56b70cffa Issue #2344979 by yched: Rename field type list_text to list_string. 2014-09-26 11:05:36 +01:00
Alex Pott 60dd5c17f2 Issue #2343173 by benjy: Fixed HEAD BROKEN: Duplicate entry in migrate dump node_revisions table. 2014-09-23 09:38:27 +01: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 9ac85b0b07 Issue #2279323 by benjy, oadaeh, ultimate, chx: Fixed Data for fields with multiple values do not import. 2014-09-22 22:18:44 -07:00
webchick dfecbdd429 Issue #2281553 by benjy, Sutharsan, ultimate: D6->D8 Node Revision migration is incomplete. 2014-09-22 21:35:22 -07:00
webchick bf7e5e2541 Issue #2281591 by benjy, Ryan Weal, vendion: Author information does not migrate over. 2014-09-22 21:30:56 -07:00
webchick 8f4a89d73c Issue #2281697 by benjy, Ryan Weal, oadaeh: Fixed Field weights are not migrated. 2014-09-22 21:27:59 -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
Nathaniel Catchpole 2a0254f973 Issue #2232605 by alexpott, dawehner, martin107, Cottser, sun: Fixed Themes cannot be uninstalled. 2014-09-19 10:25:26 +01: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 57926bf527 Issue #2313757 by Berdir, Wim Leers, dawehner: Remove text_processing option from text fields, expose existing string field types as plain text in UI. 2014-09-17 21:59:08 +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 d7840d6558 Issue #2315167 by benjy: Create migrations for status/promote/sticky. 2014-09-12 16:51:58 +01:00
Alex Pott e0d3aca108 Issue #2333357 by tstoeckler, benjy: Fixed Migrate node_revisions.timestamp into the revision_timestamp field. 2014-09-11 13:01:25 +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
Alex Pott 320ebd0363 Issue #1915056 by Arla, Berdir, amateescu | catch: Use entity reference for taxonomy parents. 2014-09-09 16:54:47 +01:00
Nathaniel Catchpole 4f978d9800 Issue #2324121 by Berdir, slashrsm, alexpott: Fixed NodeType's settings array was meant to be able to store information from mutliple modules. 2014-09-09 11:27:48 +01:00
Alex Pott 5e6c455ec6 Issue #2321593 by Temoor: Replace all instances of block_load(), entity_load('block') and entity_load_multiple('block') with static method calls. 2014-09-08 15:15:48 +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 9c537ec4b2 Issue #1966436 by naveenvalecha, cesarmiquel, Berdir, mr.york, jlbellido, segi, vasi1186, Leksat, Gábor Hojtsy, Schnitzel, grisendo, Aron Novak, likin, penyaskito, vijaycs85, kfritsche, fago: Fixed Default *content* entity languages are not set for entities created with the API. 2014-08-28 12:58:27 -07:00
webchick da94c06e29 Issue #2030591 by jibran, Temoor, andypost, lokeoke, er.pushpinderrana, martin107, pcambra, piyuesh23, Sharique, kgoel | plopesc: Expand ContactForm with methods. 2014-08-25 23:38:25 -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
Nathaniel Catchpole 5348e2e361 Issue #2283977 by alexpott, Gábor Hojtsy, effulgentsia, fago: Create a new ConfigEntity type for storing bundle-specific customizations of base fields. 2014-08-19 11:25:28 +01:00
Alex Pott 0463b81a08 Issue #2322889 by sun: Fixed Various setUp() and tearDown() methods are not protected. 2014-08-18 16:50:50 +01:00
Alex Pott 8d5713791e Issue #2321919 by Temoor: Replace all instances of menu_load(), entity_load('menu') and entity_load_multiple('menu') with static method calls. 2014-08-18 15:35:25 +01:00
Alex Pott 093ea79442 Issue #2285083 by crowdcg, andypost, larowlan: Rename contact category to contact form. 2014-08-16 12:57:44 +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
Alex Pott 758267ea70 Issue #2125083 by andypost, cosmicdreams, benjy, YesCT | bdone: Remove unused $keep variable from migrate sources. 2014-08-11 21:50:47 -05: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 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
Alex Pott 267202b248 Issue #2262275 by hussainweb, hosef, ultimike: Fixed D6->D8 CCK Single On/Off Checkbox, Checkboxes/Radio buttons, and Select formatters. 2014-07-31 16:23:28 +01:00
Nathaniel Catchpole 2ecdf8ceaa Issue #2295129 by alexpott, tim.plunkett: Fixed Filter formats should not save plugin data when the plugin configuration matches defaults. 2014-07-30 11:27:11 +01:00
Dries d1f6df12e0 Issue #2281443 by ultimike, TommyK: Fixed D6 Workflow settings -> D8 Publishing options not migrating. 2014-07-25 13:22:12 -04:00
Alex Pott 49f4fddbf3 Issue #1962846 by andypost, Wim Leers, InternetDevels: Use field instance name for header of comment list, drop comment-wrapper template. 2014-07-21 17:15:37 +01: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
Nathaniel Catchpole a780b52e2c Issue #2226063 by Berdir, plopesc: Merge ListBooleanItem from options module into BooleanItem. 2014-07-17 11:07:54 +01:00
Nathaniel Catchpole e25a1ec76b Issue #2295737 by Gábor Hojtsy, vijaycs85, alexpott: Fixed Not all shipped configuration passes validation even with all modules enabled. 2014-07-16 14:27:26 +01:00
Alex Pott 045d3ed92f Issue #2298667 by Mile23, neclimdul: Fixed Code review for report generation. 2014-07-16 12:43:37 +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 50327552d5 Issue #2248407 by ultimike, hussainweb, benjy, jp.stacey: D6 Block Mapping. 2014-07-11 13:07:11 +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
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 35458b5dfe Issue #2260241 by ultimike, benjy, er.pushpinderrana: Fixed D6->D8 Profile field (date). 2014-07-08 15:11:49 +01:00
Nathaniel Catchpole d34f1b65e2 Issue #2295571 by alexpott, tstoeckler: Bogus CustomBlock class in repo. 2014-07-08 12:04:09 +01:00
Alex Pott 753f2255fb Issue #2281539 by ultimike, benjy | brockfanning: Fixed D6->D8 Profile field (list selection). 2014-07-08 10:51:10 +01:00
Alex Pott fea90901e1 Issue #2293825 by sun: Fixed Various test classes do not have a "Test" suffix. 2014-07-07 17:06:42 +01:00
Alex Pott 421123a390 Issue #2249149 by ultimike, benjy | chx: Create a system_logging migration. 2014-07-07 12:26:57 +01:00
Alex Pott 5027a94d1e Issue #2281627 by ultimike, jjpost | barnettech: Fixed Freeform text profile field does not migrate properly from D6 to D7. 2014-07-04 19:07:27 +01:00
Alex Pott 052090f49f Issue #2281481 by ultimike, cYu, TommyK: Fixed D6 Body field label -> D8 field name not migrated. 2014-07-04 19:02:54 +01:00
Alex Pott acb96c010b Issue #2293419 by vijaycs85: Fixed Add config schema test to all configuration test in migration, fix bugs. 2014-07-04 10:43:37 +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
Alex Pott da5ea41603 Issue #2293063 by Gábor Hojtsy: Fixed Config schema mapping parsing is inconsistently forgiving, does not conform to the interface. 2014-07-01 11:59:18 +01:00
webchick 5cd540a56d Issue #2286681 by alexpott, tim.plunkett: Fixed Make public properties on ConfigEntityBase protected. 2014-06-27 08:09:42 -07:00
Alex Pott d7efdaa9f9 Issue #2262195 by sun: Fixed Various test classes are missing phpDoc. 2014-06-27 13:11:05 +01:00
webchick 29a839062d Issue #2293105 by vijaycs85: MigrateActionConfigSchemaTest duplicates all its code from SchemaCheckTestTrait. 2014-06-26 23:41:09 -07: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
Nathaniel Catchpole 48bf0252f0 Issue #2005434 by alexpott, heddn, andrewmacpherson, swentel: Let 3rd party modules store extra configuration in EntityDisplay. 2014-06-18 11:44:18 +01:00
webchick 1228438e65 Issue #2278541 by tim.plunkett, kim.pepper, Bojhan, EclipseGc: Refactor block visibility to use condition plugins. 2014-06-17 10:53:40 -07:00
Nathaniel Catchpole 4e3ee43e76 Issue #2228763 by larowlan, alexpott, martin107, jessebeach, xjm: Create a comment-type config entity and use that as comment bundles, require selection in field settings form. 2014-06-13 10:34:04 +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 c723131b15 Issue #2229163 by Michael Hodge Jr, rixter, thechanceg, bburg | Berdir: Remove node_type->has_title. 2014-06-11 23:26:24 +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
webchick d0107d496b Issue #950534 by mparker17, mgifford, Mixologic, jbloomfield, erinclerico, theMusician, wmostrey | zirvap: [policy] Consistently use email instead of e-mail in Drupal. 2014-06-09 14:47:53 -07:00
webchick 95725e29e9 Issue #1920862 by martin107, Mixologic, cilefen, larowlan, xan.ps, tim.plunkett | sun: Rename custom_block.module to block_content.module. 2014-06-09 13:19:20 -07:00
Alex Pott 1ab2651755 Issue #2183231 by tstoeckler, plach, jessebeach, fago, Berdir, xjm, mauzeh: Make ContentEntityDatabaseStorage generate static database schemas for content entities. 2014-06-01 15:53:43 -05:00
Nathaniel Catchpole aef08a5e0a Issue #2188075 by Berdir, amateescu, xjm: Remove magic getter of EntityReferenceItem. 2014-05-30 20:33:22 +01: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
Alex Pott 00339b3d36 Issue #2167167 by Berdir: Remove field_info_*(). 2014-05-27 09:34:19 +01:00
Dries 4e681e62e4 Issue #2262975 by Berdir: Fixed Non-Multiple field types with per-field storage are not supported in CckFieldValues. 2014-05-23 13:32:14 -04: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 1e2bfb87b1 Issue #2225959 by chx, ultimike: D6 Users and User Profile data isn't migrating. 2014-05-12 22:19:10 -07:00
webchick c401cc39fd Issue #2214313 by chx, ultimike, benjy | eliza411: Contact: Not all values are being migrated. 2014-05-12 22:17:52 -07:00
webchick 181b12210e Issue #2260239 by ultimike: D6->D8 Profile field (checkbox). 2014-05-12 22:10:20 -07:00
webchick f710b04587 Issue #2211611 by benjy | eliza411: The view mode source misses a requirements check for CCK. 2014-05-12 22:08:38 -07:00
webchick fcc5f3b209 Issue #2263453 by chx, benjy: Split migration_dependencies into two keys. 2014-05-12 22:06:21 -07:00
webchick 49b4f93382 Issue #2264717 by penyaskito: Convert MigrateDrupal6Test into a reusable abstract class which can be reused for D7 and other migrations . 2014-05-12 22:04:54 -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 8494b0632a Issue #2262195 by sun: Various test classes are missing phpDoc. 2014-05-12 14:31:16 -05:00
Alex Pott 3d31d12b0e Issue #2262147 by sun: Various base test classes are not abstract. 2014-05-12 14:27:10 -05:00
webchick b452ac5835 Issue #2226395 by benjy | penyaskito: Expand Drupal6FieldInstance testing with a float field. 2014-05-11 11:51:29 -07:00
Alex Pott b69a7784bb Issue #2219121 by bdone: Remove spacing issue in config/*.yml. 2014-05-05 11:59:57 +01:00
webchick b803cd32a3 Issue #2248149 by jessebeach, donquixote, sun: Use __DIR__ instead of drupal_get_path() for local PSR-0/PSR-4 directories. 2014-04-28 00:09:16 -07:00
webchick 5105b52e89 Issue #2248051 by Sutharsan: Remove last references to Entity Storage Controller. 2014-04-25 22:43:13 -07:00
Alex Pott 3937bda8e6 Issue #2243549 by agerson, cs_shadow | jhodgdon: Text changes needed as follow-up to Menu UI module rename. 2014-04-25 23:26:53 +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
Andreas Hennings 940e0dffb8 Issue #2083547 by donquixote: Implement PSR-4 for module-provided class files.
This affects class loading, plugin discovery and test discovery.

PSR-0 is still supported, and no module class files are moved yet.
2014-04-22 16:50:40 -07:00
webchick f0bed14de3 Issue #2233787 by alexpott, xjm | tim.plunkett: Move default configuration into extension/config/install to clarify its purpose. 2014-04-16 15:00:30 -07:00
Alex Pott 23b38b7294 Issue #2190561 by chx, pcambra, benjy: Migrate in core: Add a load system for migrate plugins. 2014-04-14 13:04:21 +01:00
Alex Pott e562ca4dd3 Issue #2085243 by dawehner: Rename Menu module into Menu UI module. 2014-04-13 15:04:02 -04:00
Alex Pott 62ba47d26a Revert "Issue #2085243 by dawehner: Rename Menu module into Menu UI module."
This reverts commit 07f63fe6f3.
2014-04-13 15:03:35 -04:00
Alex Pott 07f63fe6f3 Issue #2085243 by dawehner: Rename Menu module into Menu UI module. 2014-04-13 11:58:17 -04: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
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
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
Nathaniel Catchpole 78b48c89ad Issue #2092095 by tstoeckler, ParisLiakos: Remove \Drupal\Component\Utility\MapArray. 2014-02-28 10:43:51 +00:00
Alex Pott cdab74eed5 Issue #1541298 by sun, Berdir: Remove Node module dependency from Testing profile. 2014-02-13 11:28:24 +00:00
Nathaniel Catchpole 29bf9e891f Issue #2166703 by alexpott: Config SchemaStorage uses InstallStorage. 2014-01-29 11:58:00 +00:00
Nathaniel Catchpole 3d5f960b6a Issue #2172561 by Gábor Hojtsy, alexpott: Config overrides may spill over to undesired places. 2014-01-27 16:44:58 +00:00
Nathaniel Catchpole 53a66504f3 Revert "Issue #2172561 by Gábor Hojtsy: Config overrides may spill over to undesired places."
This reverts commit f2769f4db3.
2014-01-27 12:22:53 +00:00
Nathaniel Catchpole f2769f4db3 Issue #2172561 by Gábor Hojtsy: Config overrides may spill over to undesired places. 2014-01-27 11:50:29 +00: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 0ae4c3c304 Issue #2098119 by beejeebus, alexpott, chx: Replace config context system with baked-in locale support and single-event based overrides. 2014-01-09 10:50:21 +00:00
webchick de6c77606d Issue #2169067 by penyaskito: Typo in core/modules/migrate_drupal/tests/Drupal/migrate_drupal/Tests/source/d6/RoleSourceTest.php comment. 2014-01-07 22:31:00 -08:00
Jennifer Hodgdon c9fa025eb8 Issue #2168153 by chx: Add warning to Variable class that it is not a good class to use as a source class example 2014-01-06 14:36:27 -08:00
webchick ad3f2c7422 Issue #2154955 by bdone, chx, cosmicdreams, jacintocapote, jessehs, jibran, marvil07, mpgeek: Migrate variables to config 2014-01-02 22:14:37 -08:00
webchick be0c9c128a Issue #2165855 by Kartagis: Typo plural vs. singular in migrate module description. 2014-01-02 10:00:45 -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
Dries 141cb6f304 Issue #2130811 by alexpott, Gábor Hojtsy, vijaycs85, sun, Wim Leers: Use config schema in saving and validating configuration form to ensure data is consistent and correct. 2013-12-20 11:27:41 -05:00
webchick 39e76b0661 Issue #2148839 by chx: Move the drupal6_variable plugin where it belongs. 2013-12-03 21:13:02 -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