Commit Graph

37 Commits (bc11c5e5b29634ece3164fc8b91babc69739f825)

Author SHA1 Message Date
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