Nathaniel Catchpole
|
617d5b7bed
|
Issue #2994694 by mitrpaka, hardik.p, Vidushi Mehta, Hardik Rawal, mondrake, longwave: Properly deprecate db_driver, db_escape_field, db_escape_table, db_rename_table, db_drop_index, db_drop_unique_key, db_add_unique_key, db_drop_primary_key, db_add_primary_key
|
2018-08-31 10:05:49 +09:00 |
Nathaniel Catchpole
|
df1de90392
|
Issue #2991902 by amateescu: Fix block_content_update_8400() and taxonomy_update_8601() to not rely on the module handler anymore
|
2018-08-29 11:29:23 +09:00 |
Lee Rowlands
|
adf3293789
|
Issue #2804155 by tedbow, drumm, samuel.mortenson, xjm, geerlingguy: If the next minor version of core has a security release, status still says "Security update required!" even if the site is on an equivalent, secure release already
|
2018-08-29 09:23:18 +10:00 |
Nathaniel Catchpole
|
eadaeb9ac7
|
Issue #2848137 by gaurav.kapoor, voleger, hgunicamp, andypost, shashikant_chauhan, brahmjeet789, pk188, cilefen, daffie: Replace all calls to db_update, which is deprecated
|
2018-08-28 20:41:58 +09:00 |
xjm
|
cd9f5a7d73
|
Issue #2995076 by mikelutz, benjamindamron, mradcliffe, xjm, samuel.mortenson, tedbow: Let UpdateTestBase check for multiple status messages
|
2018-08-27 18:10:31 -04:00 |
Nathaniel Catchpole
|
8f00a9a1ee
|
Issue #2983887 by Berdir: Add static cache to \Drupal\Core\Entity\ContentEntityStorageBase::getLatest*RevisionId()
|
2018-08-27 19:51:11 +09:00 |
Lauri Eskola
|
f0d889eb3a
|
Issue #2945571 by bendeguz.csirmaz, samuel.mortenson, Jo Fitzgerald, lauriii, rp7: Off canvas looks funky when using Seven theme
|
2018-08-27 12:33:45 +03:00 |
webchick
|
033f2a2649
|
Issue #2992017 by tim.plunkett, neclimdul, tedbow, johndevman: \Drupal\Core\Plugin\Context\EntityContextDefinition::getSampleValues() needlessly generates full sample entities
|
2018-08-25 13:19:54 -04:00 |
webchick
|
4ed41f4e8e
|
Issue #2957425 by tedbow, johndevman, mpotter, tim.plunkett, hawkeye.twolf, alexpott, Berdir, samuel.mortenson, xjm, kevincrafts, jibran, amateescu, larowlan, twfahey, EclipseGc, sjerdo, japerry, mtodor, phenaproxima, johnzzon, mglaman: Allow the inline creation of non-reusable Custom Blocks in the layout builder
|
2018-08-25 13:07:16 -04:00 |
Lee Rowlands
|
dd7fdb37bc
|
Issue #2978067 by msankhala: EntityAdapter should have a getEntity method
|
2018-08-25 12:53:17 +10:00 |
Lee Rowlands
|
da66fcb8cc
|
Issue #2992542 by foxtrotcharlie: AjaxRenderer declares a $controllerResolver variable but never uses it
|
2018-08-25 12:50:55 +10:00 |
Nathaniel Catchpole
|
0245916c28
|
Issue #2985786 by alexpott: Document that UpdatePathTestBase tests need to be in the legacy group
|
2018-08-24 15:55:40 +09:00 |
Nathaniel Catchpole
|
077e230712
|
Issue #2894261 by alexpott, Berdir, Sam152, deepakaryan1988, larowlan, andypost: Deprecated service entity.manager needs to be replaced with entity_type.manager in ContentEntityForm
|
2018-08-24 15:23:48 +09:00 |
Lee Rowlands
|
cb5774fe4b
|
Issue #2985297 by amateescu, hchonov: Generalize the concept of entity synchronization
|
2018-08-24 14:32:10 +10:00 |
Lee Rowlands
|
36ecfc620a
|
Issue #2828793 by andypost, catch, wturrell, Jo Fitzgerald, jibran: Stop logging comment IP addresses by default
|
2018-08-24 14:20:17 +10:00 |
Nathaniel Catchpole
|
6f00afaeea
|
Issue #2985530 by alexpott: Add documentation note about MySQL minimum version and MariaDB
|
2018-08-24 11:18:49 +09:00 |
Nathaniel Catchpole
|
37f6cceff4
|
Issue #2963811 by msankhala, quietone, joachim: Improve variable names in MigrationLookup for DX
|
2018-08-24 11:02:37 +09:00 |
Nathaniel Catchpole
|
19d645788b
|
Issue #2846963 by mpdonadio: Clean up DateRangeWidgetBase::massageFormValues()
|
2018-08-24 10:28:25 +09:00 |
Nathaniel Catchpole
|
7cb2fe809f
|
Issue #2985701 by longwave, dagmar, catch: Followup: Move DbLogTest::generateLogEntries() into a Trait
|
2018-08-24 09:57:38 +09:00 |
Nathaniel Catchpole
|
6b61e10702
|
Issue #2848815 by mondrake, voleger, gaurav.kapoor, jeetendrakumar, Sharique, vidhatanand, techtud, cilefen, andypost: Replace all calls to db_next_id, which is deprecated
|
2018-08-24 09:49:34 +09:00 |
Nathaniel Catchpole
|
44b3b41abd
|
Issue #2848952 by voleger, andypost, mondrake, jeetendrakumar, pk188, hgunicamp, piggito, JayKandari, daffie, shashikant_chauhan, xjm, cilefen, chiranjeeb, Pavan B S: Replace all calls to db_merge(), which is deprecated
|
2018-08-24 09:21:59 +09:00 |
Nathaniel Catchpole
|
52100ba127
|
Issue #2994561 by andypost: Properly deprecate db_create_table
|
2018-08-23 21:13:10 +09:00 |
Nathaniel Catchpole
|
36570233d8
|
Issue #2994556 by mondrake: Properly deprecate db_and, db_condition, db_or, db_xor
|
2018-08-23 21:05:52 +09:00 |
Nathaniel Catchpole
|
d136825c12
|
Issue #2876209 by Lendude: Convert \Drupal\views\Tests\ViewAjaxTest to a BrowserTestBase test
|
2018-08-23 15:44:04 +09:00 |
Nathaniel Catchpole
|
53c4c3c27e
|
Issue #2993577 by mondrake, voleger, andypost: Properly deprecate db_add_field, db_drop_field, db_field_names
|
2018-08-23 14:31:16 +09:00 |
Nathaniel Catchpole
|
5cbcd6d33d
|
Issue #2988562 by jeqq, amateescu, timmillwood: Classes that extend SqlContentEntityStorageSchema should not hardcode table names and use the ones provided by the storage instead
|
2018-08-22 21:42:17 +09:00 |
Nathaniel Catchpole
|
89bafb75b7
|
Issue #2848821 by voleger, harsha012, vidhatanand, Sharique, alexpott, mondrake: Replace all calls to db_close, which is deprecated
|
2018-08-22 20:56:09 +09:00 |
Lauri Eskola
|
74c323ff09
|
Issue #2943661 by dslobodyanik, BrightBold, lauriii, ckrina, dean-coakley, Eli-T, markconroy: Create the Recipe Collections element
|
2018-08-22 11:54:04 +03:00 |
Nathaniel Catchpole
|
917a12ac81
|
Issue #2848820 by jeetendrakumar, andypost, mondrake, vidhatanand: Replace all calls to db_transaction, which is deprecated
|
2018-08-22 09:35:38 +09:00 |
Nathaniel Catchpole
|
1e7b231b80
|
Issue #2990896 by phenaproxima, effulgentsia, seanB, xjm: Move Media::save() logic into storage handler to prevent data integrity issues when media items with remote content are saved
|
2018-08-22 09:20:02 +09:00 |
Nathaniel Catchpole
|
f6e473e807
|
Issue #2098047 by pguillard, Dinesh18, yoroy, cbeier, ifrik, chetan2111, Gábor Hojtsy: Installer ui text cleanup
|
2018-08-21 21:01:42 +09:00 |
Nathaniel Catchpole
|
cb846b878c
|
Issue #2982719 by seanB, phenaproxima, xjm: Document the MediaType config entity properties
|
2018-08-21 20:33:53 +09:00 |
Nathaniel Catchpole
|
ce816c7d7c
|
Issue #2848914 by pk188, ApacheEx, dagmar: Move DbLogTest::generateLogEntries() into a Trait
|
2018-08-21 20:28:39 +09:00 |
Nathaniel Catchpole
|
44396edfec
|
Issue #2962764 by timmillwood, amateescu, catch, Fabianx: Better explain _initialPublished process
|
2018-08-21 20:20:34 +09:00 |
Nathaniel Catchpole
|
fbe82f785b
|
Issue #2669984 by maxocub, masipila: Migrate Drupal 7 user entity translations data to Drupal 8
|
2018-08-21 20:15:13 +09:00 |
Nathaniel Catchpole
|
bf7029a65c
|
Issue #2600154 by alexpott, Cottser, joelpittet, mfernea, slasher13, vaplas, aleevas, Jo Fitzgerald, skyredwang: Update our Twig code to be ready for Twig 2.x
|
2018-08-21 17:18:11 +09:00 |
Nathaniel Catchpole
|
4ba4c09fa1
|
Issue #2772321 by msankhala, shashikant_chauhan, dhruveshdtripathi, vimal_nadar, joachim: insert() and other public methods with an param should refer to where to find details on this
|
2018-08-21 17:08:51 +09:00 |
Nathaniel Catchpole
|
dcbb276a70
|
Issue #2820179 by andypost, mondrake, darkdim, piggito, ieguskiza, daffie: Replace usages of deprecated method db_change_field()
|
2018-08-21 12:52:43 +09:00 |
xjm
|
5de039f50a
|
Issue #2990511 by tedbow, xjm, samuel.mortenson: Add comprehensive test coverage for update status for security releases
|
2018-08-20 09:18:08 -05:00 |
Lauri Eskola
|
716e8d2c9b
|
Issue #2990611 by ashishdalvi, pazhyn, imalabya, Eli-T: Remove empty taxonomies from Umami Demo
|
2018-08-20 13:09:48 +03:00 |
Lauri Eskola
|
6803dccd6e
|
Issue #2992380 by Eli-T, JayKandari: Umami content types are inconsistent with respect to auto creating tags
|
2018-08-20 12:46:07 +03:00 |
xjm
|
ba347735e8
|
Revert "Issue #2957425 by tedbow, johndevman, tim.plunkett, hawkeye.twolf, Berdir, alexpott, samuel.mortenson, kevincrafts, jibran, larowlan, amateescu, twfahey, sjerdo, mtodor, japerry, xjm, phenaproxima, mglaman, EclipseGc, johnzzon: Allow the inline creation of non-reusable Custom Blocks in the layout builder"
This reverts commit 500403b458.
|
2018-08-16 18:12:46 -05:00 |
xjm
|
fa6b3d95dd
|
Revert "Issue #2822382 by voleger, pfrenssen, erozqba, RytoEX, borisson_, sidharthap, Jo Fitzgerald, shashikant_chauhan: Make every property protected on classes extending BrowserTestBase and KernelTestBase"
This reverts commit 69501f3062.
|
2018-08-16 18:12:22 -05:00 |
Nathaniel Catchpole
|
725e36091e
|
Issue #2895532 by caseylau, Wim Leers, tedbow, dawehner, DamienMcKenna, gabesullice, Berdir, mistermoper, skyredwang, larowlan, bojanz: @DataType=map cannot be normalized, affects @FieldType=link, @FieldType=map
|
2018-08-16 11:35:24 +09:00 |
Alex Pott
|
3f44f5bbcb
|
Issue #2991542 by mondrake, voleger: Introduce a DatabaseLegacyTest class for deprecation testing
|
2018-08-15 22:39:37 +01:00 |
Nathaniel Catchpole
|
69501f3062
|
Issue #2822382 by voleger, pfrenssen, erozqba, RytoEX, borisson_, sidharthap, Jo Fitzgerald, shashikant_chauhan: Make every property protected on classes extending BrowserTestBase and KernelTestBase
|
2018-08-15 19:55:23 +09:00 |
Alex Pott
|
a42433ef91
|
Issue #2985784 by maxocub, heddn, masipila: No static mapping found in d7_language_content_settings migration
|
2018-08-15 02:47:40 +01:00 |
Alex Pott
|
ae7bca02df
|
Issue #2984955 by neclimdul, alexpott: Fix THe to be The
|
2018-08-14 20:28:53 +01:00 |
Alex Pott
|
4ee92a7448
|
Issue #2923429 by Dinesh18, voleger, alexpott: Remove 'bundle' key from menu link create method in 'Drupal\menu_link_content\Controller\MenuController'
|
2018-08-14 18:14:06 +01:00 |
Nathaniel Catchpole
|
cfeae61b70
|
Issue #2991080 by alexpott: Remove skipped deprecations no longer triggered by tests
|
2018-08-13 22:20:29 +09:00 |