Commit Graph

1354 Commits (29155fdb8196ccdd4097806177525053e12515ca)

Author SHA1 Message Date
Alex Pott 44b86a4486
Issue #3004428 by mikelutz, alexpott, Mile23: Remove references to i18nVariable, CommentType, CommentVariable and CommentVariablePerCommentType from the global deprecation listener list 2018-10-26 23:58:52 +01:00
Lee Rowlands a92a3693ee
Issue #2751825 by mikelutz, gnuget: MigrationLookup plugin should accept zero as a legitimate input 2018-10-26 19:13:29 +10:00
Lee Rowlands b1d33121cc
Issue #3001309 by alexpott, Krzysztof Domański: Replace usages of UrlGeneratorTrait in non-api classes 2018-10-26 15:22:25 +10:00
Nathaniel Catchpole d8a6a68bbf Issue #2787871 by alexpott, yogeshmpawar, Insasse, Prashant.c, catch, hass: Properly deprecate getUserName() and use getAccountName() instead 2018-10-08 11:24:56 +01:00
Nathaniel Catchpole e58d1de50c Issue #2981000 by maxocub, masipila: Migrate Drupal 7 comment entity translations data to Drupal 8 2018-10-05 12:45:40 +01:00
Nathaniel Catchpole cff48a2209 Issue #3001216 by longwave, mondrake, voleger, tstoeckler, Berdir, andypost: Use the database.replica service where appropriate 2018-10-04 15:17:32 +01:00
Nathaniel Catchpole b42529c4b9 Issue #2981392 by masipila, maxocub: Comment migration corrupts data with multilingual sites 2018-10-04 14:31:28 +01:00
Alex Pott 982c174ffd
Issue #2794347 by nuez, Jo Fitzgerald, jmuzz, Lendude, boaloysius, klausi, jibran: Convert web tests to browser tests for field_ui module 2018-10-01 16:53:42 +01:00
Alex Pott f8f869f223
Issue #3001851 by abramm, longwave: Incorrect documented CommentInterface::getCommentedEntity() return value 2018-10-01 15:45:42 +01:00
Alex Pott 8c6c340fe6
Issue #2886547 by naveenvalecha, Mile23, longwave, impalash, Lendude, dawehner, Mixologic, xjm, borisson_, catch: Add trigger_error to deprecated TestBase base classes/traits that have none, reference CR 2018-10-01 15:40:09 +01:00
Nathaniel Catchpole 0b9f139881 Issue #3001619 by Mile23: Fix "AssertLegacyTrait::getAllOptions() is scheduled for removal in Drupal 9.0.0. Use $element->findAll(\'xpath\', \'option\') instead." deprecation error 2018-09-25 16:37:22 +01:00
Alex Pott 400413fafa
Issue #2954825 by rakesh.gectcr, tresti88, gnuget, borisson_, DamienGR, Prashant.c, amietpatial, alexpott, joachim, Berdir: Update the user.api.php documentation and add the correct type hints in the user's hooks implementations 2018-09-24 08:55:20 +01:00
Nathaniel Catchpole b48e1e7438 Issue #2873684 by voleger, longwave, jeetendrakumar, andypost, mondrake, catch: Replace all calls to db_select, which is deprecated 2018-09-21 14:01:49 +01:00
Alex Pott 2dabd1de10
Issue #2829185 by vaplas, Jo Fitzgerald, anmolgoyal74, chipway, gaurav.kapoor, mark_fullmer, amit.drupal, cilefen, longwave, xjm, wturrell, anavarre: Fix spelling errors in Drupal core comments 2018-09-20 17:12:38 +01:00
Alex Pott 06f44db5aa
Revert "Issue #2975217 by Sam152, Berdir: Update the default comment entity owner to the current user"
This reverts commit 0b8908a1d2.
2018-09-20 14:14:52 +01:00
Alex Pott 0b8908a1d2
Issue #2975217 by Sam152, Berdir: Update the default comment entity owner to the current user 2018-09-19 19:34:30 +01:00
Alex Pott e432eea9d7
Issue #2999306 by longwave, chr.fritsch, alexpott: Update numbering - quick follow-up to #2949964 2018-09-13 13:20:44 +02:00
Lee Rowlands bea23d7ce2
Issue #2949964 by Sam152, longwave, Berdir, amateescu: Add an EntityOwnerTrait to standardize the base field needed by EntityOwnerInterface 2018-09-13 07:27:17 +10:00
Alex Pott e4b39ba7b9
Issue #2970052 by martin107, marcel66, Mile23, longwave, dawehner, borisson_, alexpott, catch: Fix "assertNoPattern() is deprecated and scheduled for removal in Drupal 9.0.0. Use $this->assertSession()->responseNotMatches($pattern) instead" 2018-09-11 11:41:53 +02:00
Nathaniel Catchpole bb7c0570b8 Issue #2970831 by alexpott, martin107, catch, huascarmc, Mile23: Fix "AssertLegacyTrait::getRawContent() is scheduled for removal in Drupal 9.0.0. Use $this->getSession()->getPage()->getContent() instead. 2018-08-31 10:09:18 +09: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 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
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 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 6c40e077ef
Issue #2937853 by idebr, mfernea, SherFengChong, alexpott, borisson_: Fix 'Drupal.Formatting.MultipleStatementAlignment' coding standard 2018-08-13 11:13:36 +01:00
Lauri Eskola e742590eed
Issue #2981652 by ApacheEx, corbacho, drpal, dawehner, xjm, alexpott, lauriii: Format core JavaScript using recently add Prettier 2018-08-09 18:49:18 +03:00
Alex Pott 2650c43409
Issue #2809467 by michielnugter, Lendude: Convert \Drupal\comment\Tests\CommentPagerTest to BrowserTestBase 2018-07-30 11:33:13 +01:00
Gábor Hojtsy 242b03dad4 Issue #2863437 by maxocub, masipila: Migrate Drupal 7 title data to Drupal 8 2018-07-29 14:58:48 +02:00
Gábor Hojtsy 0f336ae86d Issue #2975666 by maxocub, benjifisher, masipila, jcnventura, jigarius, phenaproxima, catch, quietone: Migrate Drupal 7 node entity translations data to Drupal 8 2018-07-27 21:41:20 +02:00
Nathaniel Catchpole 3b0682ea1b Issue #2945513 by jpoesen, johnnny, Meenakshi.g, idebr, nno: Variable comment_parent in comment.html.twig should be parent_comment 2018-07-25 15:36:47 +09:00
Alex Pott 8c5075ad69
Issue #2985147 by eliclaggett, msankhala, neclimdul: Correct copy pasted plugin constructor documentations 2018-07-24 16:18:58 +01:00
Alex Pott f45132741a
Issue #2874133 by ApacheEx, borisson_, dawehner: Convert \Drupal\comment\Tests\CommentNewIndicatorTest to JavascriptTestBase and/or BrowserTestBase 2018-07-14 22:53:05 +01:00
Nathaniel Catchpole 14a769b758 Issue #2631698 by Jo Fitzgerald, robpowell, phenaproxima, heddn, quietone: Fix sub-optimal DX in MigrateFieldInterface 2018-07-13 12:39:04 +01:00
Nathaniel Catchpole 163144a923 Issue #2973791 by alexpott, martin107, mairi, volkerk: Fix deprecation messages related to deprecated comment Action plugins 2018-07-12 13:01:47 +01:00
Alex Pott 4ddf8b84e8
Issue #2983355 by ApacheEx, drpal: JS codestyle: indent 2018-07-05 16:34:50 +01:00
Nathaniel Catchpole d1a1cc5b39 Issue #2979916 by maxocub, masipila, phenaproxima: D7 comment field values are not migrated 2018-06-28 23:11:06 +01:00
Alex Pott 646584b3f7
Issue #2946419 by vaplas, Lendude, Mile23: Entity: Convert system functional tests to phpunit 2018-06-25 13:51:30 +01:00
Alex Pott f9f81a30f8
Issue #2878151 by joachim: collection link template for comment_type entity type is incorrect 2018-06-04 14:01:49 +01:00
Alex Pott d8029d7ee0
Issue #1596472 by catch, amateescu, claudiu.cristea, Berdir, Mile23, Sam152, pounard, fago, alexpott, fubhy, hchonov: Replace hard coded static cache of entities with cache backends 2018-05-31 12:07:30 +02:00
Lee Rowlands 585e6338b5
Issue #2938035 by Wim Leers, alexpott: When PATCHing a field is disallowed, no reason is given for *why* this happens 2018-05-16 11:30:32 +10:00
Alex Pott 92be45b46f
Issue #2910883 by vaplas, ShawnB, Wim Leers: Move all entity type REST tests to the providing modules 2018-05-15 12:37:57 +01:00
Lee Rowlands 0d6d22af0b
Issue #2926120 by idebr, zaporylie, borisson_: @var tag must not end with a full stop 2018-05-15 06:49:38 +10:00
Lee Rowlands 75850cddaf
Issue #2860259 by claudiu.cristea, larowlan: Move the comment hostname default value to a default value callback 2018-05-12 08:44:22 +10:00
Nathaniel Catchpole c2585a1888 Issue #2961691 by alexpott, Berdir, timmillwood, idebr: Change SYMFONY_DEPRECATIONS_HELPER back to strict 2018-05-11 15:20:00 +01:00
Alex Pott be6d515cad
Issue #2572613 by Malevi4, idebr, pfrenssen, Mile23, RajeevK: Fix 'Drupal.Array.Array.CommaLastItem' coding standard 2018-05-11 10:40:33 +01:00
Alex Pott b8f93d5b61
Issue #2901730 by mfernea, ankitjain28may, idebr: Fix 'Squiz.WhiteSpace.FunctionSpacing' coding standard 2018-05-11 10:26:36 +01:00
Nathaniel Catchpole 154f282899 Issue #2849669 by alexpott, pwolanin, Munavijayalakshmi, dawehner: Fix \Drupal\Component\Utility\Unicode() because of the Symfony mbstring polyfill 2018-05-08 21:55:21 +01:00
Alex Pott 7476b37f60
Issue #2906298 by qzmenko, runeasgar: Comments per page number validation 2018-05-08 15:17:39 +01:00
Alex Pott 84d5e36141
Issue #2969549 by marcel66, martin107: Fix "The $published parameter is deprecated since version 8.3.x and will be removed in 9.0.0." deprecation 2018-05-05 22:36:51 +01:00
Alex Pott 3bfc5a384b
Issue #2938970 by MerryHamster, surbz, msankhala, alexpott, Jo Fitzgerald, Yasiru Nilan, Manuel Garcia, ZeiP, boaloysius, xjm, wturrell, tameeshb, darrenwh, ritzz: Replace drupal_render() in @param, @return, @see, @link, etc 2018-05-03 17:58:24 +01:00