Commit Graph

1936 Commits (81b7676391f014e9d1cb02b9e7209218fedf50e7)

Author SHA1 Message Date
Nathaniel Catchpole 45e8efc948 Issue #2871004 by mondrake: Add a test for INSERTing invalid data fetched from a subselect query 2017-04-28 14:49:27 -04:00
Chris McCafferty 3c72c97d0b Issue #2867749 by pfrenssen, claudiu.cristea: Parsing an URL with another URL in the query arguments throws undefined offset notice 2017-04-27 15:45:08 -04:00
Lauri Eskola d2a5fe79e2 Issue #2837013 by benjifisher, leslieg, alexpott: clean_class Twig filter does not work with Views rewriting 2017-04-27 22:05:35 +03:00
Nathaniel Catchpole 13aa53b1f2 Issue #2872611 by alexpott: Optimise \Drupal\Core\Extension\ThemeHandler::refreshInfo() for the early installer 2017-04-26 10:08:19 -04:00
Alex Pott 453d552da9 Issue #2853201 by hampercm, dawehner: [upstream] CORS breaks form submission unless allowed origins includes site's own host 2017-04-22 13:12:09 +01:00
Alex Pott b8ed298cc1 Issue #2753971 by dagmar, hampercm, Berdir, xjm, generalredneck, catch, alexpott: ContentEntityStorageBase::deleteRevision() function does not remove node_field_revision entries 2017-04-19 21:42:58 +01:00
Alex Pott cc77425233 Issue #2850034 by hampercm, dawehner, Wim Leers: CORS allow-origin '*' not possible because of cached headers 2017-04-18 09:20:01 +01:00
Alex Pott ce2aae0b6a Issue #2863336 by hchonov, tstoeckler, alexpott: Default revision flag doesn't propagate to all entity translation objects 2017-04-17 10:56:42 +01:00
Alex Pott a0dcc7f156 Issue #2853300 by Wim Leers: Standardize fatal error/exception handling: backtrace for all formats, not just HTML 2017-04-17 10:38:56 +01:00
Alex Pott d31759af95 Issue #1928868 by dawehner, fago, Gábor Hojtsy, Jose Reyero, tstoeckler, Wim Leers, Berdir: Typed config incorrectly implements Typed Data interfaces 2017-04-14 07:29:04 +01:00
Nathaniel Catchpole 25f990b11d Issue #2816307 by GoZ, himanshu-dixit, james.williams, Jo Fitzgerald, dawehner, claudiu.cristea, catch: array_unique notice from List unmet configuration dependencies instead of just failing 2017-04-11 14:14:13 +01:00
Chris McCafferty 4a892d898b Issue #2864690 by renatog, sandeepscs, cilefen: Fix typos in core README files 2017-04-08 16:18:38 -04:00
Alex Pott 75f0c02a79 Issue #2850797 by maxocub, dawehner, alexpott: Prepare our phpunit tests to be BC compatible with phpunit 5.x/6.x 2017-04-04 15:29:18 +01:00
Alex Pott 4c01abe205 Issue #2862947 by michielnugter, Jo Fitzgerald, boaloysius, klausi, alexpott, GoZ: Incorrect field assertions in AssertLegacyTrait 2017-04-03 15:48:52 +01:00
Alex Pott c2ad4bcddc Issue #2865829 by mpdonadio: DateTimePlus test of validate_format = FALSE 2017-04-03 15:16:42 +01:00
Alex Pott 47d0521876 Issue #2864257 by GoZ, Jo Fitzgerald, klausi: Convert web tests AssertNoPattern to Browser Test 2017-04-03 15:13:06 +01:00
Nathaniel Catchpole 9cf2b355ac Issue #2861622 by alexpott: Running \Drupal\KernelTests\Config\DefaultConfigTest creates a directory called : in DRUPAL_ROOT 2017-03-31 00:18:49 +01:00
Lauri Eskola 01016622ba Issue #2857580 by vegantriathlete: Correct documentation on assertLinkByHref 2017-03-30 08:07:24 +03:00
Alex Pott 4656717240 Issue #2822837 by vaplas, martin107, chiranjeeb2410, klausi, dawehner: Replace @expectedException @expectedExceptionMessage with $this->setExpectedException 2017-03-27 11:26:01 +01:00
Alex Pott 16842fc2aa Issue #2829346 by ekes, kentr, klausi: Allow repeated calls to DrupalKernel::setSitePath() 2017-03-25 10:48:26 +00:00
Alex Pott 458de4e53b Issue #2862470 by Jo Fitzgerald, klausi: Add assertOptionByText() to AssertLegacyTrait for better browser test compatibility 2017-03-22 22:45:01 +00:00
Alex Pott 1ef413bec0 Issue #2862463 by hchonov, Jo Fitzgerald, tstoeckler: Cloning an entity with initialized translations leaves $values pointing to the old entity object 2017-03-22 22:26:39 +00:00
Alex Pott 1e56b1fbad Issue #2795111 by Jo Fitzgerald, GoZ, dawehner, klausi: WTB to BTB, add getRawContent() in BTB 2017-03-22 22:25:04 +00:00
Alex Pott e65e326721 Issue #2828073 by hchonov, tstoeckler: Cloning an entity with initialized translations leaves $entityKeys and $translatableEntityKeys pointing to the old entity object 2017-03-21 21:33:35 +00:00
Nathaniel Catchpole 4d92ef4069 Issue #2856808 by amateescu, catch: Break out the 'entity_test_update' entity type into its own module and add additional test db dumps 2017-03-20 12:47:32 +00:00
Alex Pott ade0589692 Issue #2858295 by mpdonadio, GoZ, Wim Leers, alexpott: DateTimePlus doesn't track errors properly 2017-03-20 09:41:41 +00:00
xjm e59c5e671e Issue #2857853 by vegantriathlete: Correct typos in DefaultConfigTest.php 2017-03-19 00:04:16 +01:00
Alex Pott 45d83369a3 Issue #2615496 by amateescu, joseph.olstad, amcgowanca, alexpott, Fabianx, djdevin, greggles, tstoeckler: A serial/primary key field can not be added to an existing table 2017-03-17 14:19:33 +00:00
Alex Pott 4976fb50e0 Issue #2855927 by daffie, Jo Fitzgerald: Drupal\KernelTests\Core\Database\RangeQueryTest does not have to add the module "database_test" 2017-03-14 11:29:28 +00:00
Alex Pott 4dde9c8169 Issue #2615016 by hchonov, Jo Fitzgerald, Pavan B S, tstoeckler, mkalkbrenner, plach, amateescu, Berdir: ContentEntityBase::hasTranslationChanges should exclude the "changed" fields from the comparison 2017-03-14 11:28:14 +00:00
Alex Pott 4b8275dbca Issue #2857725 by Jo Fitzgerald, boaloysius, klausi: Improve assertNoFieldByName() compatibility for empty strings 2017-03-13 16:14:16 +00:00
Alex Pott 6b62f6bc8e Issue #2718655 by dawehner, Jo Fitzgerald, Wim Leers: #type actions with dropbutton loses bubbleable metadata 2017-03-13 15:51:16 +00:00
Alex Pott 7e3c8582bf Issue #2859308 by Jo Fitzgerald: Improve assertNoFieldById() compatibility for empty strings 2017-03-13 11:40:41 +00:00
Alex Pott 97d9a7b2ae Issue #2548061 by hussainweb, alexpott, klausi, Crell, dawehner, Berdir: Fix Drupal\Tests\accept_header_routing_teste\Unit\Routing\AcceptHeaderMatcherTest::testNoRouteFound 2017-03-10 15:05:26 +00:00
Alex Pott b26016db7a Issue #2855977 by blazey: LanguageNegotiationUrl::processInbound removes path prefix even when detection is based on domain 2017-03-09 08:53:13 +00:00
Nathaniel Catchpole 01f8bd64ed Issue #2854529 by alexpott, xjm, klausi, Chi, Mixologic: Fix Drupal.Scope.MethodScope - all methods should have scopes 2017-03-06 11:25:01 +00:00
xjm 59ee98a262 Issue #2802663 by mpdonadio, Berdir, jibran, jhedstrom, amateescu: Exceptions due ChangedItem, CreatedItem, and TimestampItem implicit dependencies on datetime module 2017-03-04 15:09:09 -06:00
xjm 1324a42f0c Revert "Issue #2802663 by mpdonadio, jibran, Berdir, jhedstrom, amateescu: ChangedItem, CreatedItem, and TimestampItem fields have an implicit dependency on datetime module"
This reverts commit cd176e1d24.
2017-03-04 14:07:24 -06:00
xjm cd176e1d24 Issue #2802663 by mpdonadio, jibran, Berdir, jhedstrom, amateescu: ChangedItem, CreatedItem, and TimestampItem fields have an implicit dependency on datetime module 2017-03-04 13:52:45 -06:00
xjm fa39f06433 Issue #2361539 by alexpott, webflo, AjitS, himanshu-dixit, tameeshb, xjm: Config export key order is not predictable for sequences, add orderby property to config schema 2017-03-04 12:42:17 -06:00
xjm f621a88dd0 Issue #2857714 by klausi: Upgrade Coder to 8.2.11 2017-03-04 09:04:49 -06:00
xjm 72d65cc85c Issue #2857822 by alexpott, klausi: Fix coding standards issues introduced mostly by array syntax conversion 2017-03-04 08:02:01 -06:00
xjm 52e3eec616 Issue #2776975 by joelpittet, dawehner, tim.plunkett, xjm, pfrenssen: March 3, 2017: Convert core to array syntax coding standards for Drupal 8.3.x RC phase 2017-03-03 19:20:24 -06:00
Alex Pott 23d140fd6c Issue #2117305 by disasm, Pavan B S, ieguskiza, Jo Fitzgerald: Replace usages of db_or() and db_and() 2017-03-03 11:37:33 +00:00
Nathaniel Catchpole b1242b2928 Issue #2075889 by pwolanin, kgoel, alexpott, catch, mpdonadio, YesCT, himanshu-dixit, dawehner, xjm, johnshortess, Crell, jhodgdon, Wim Leers, mradcliffe, attiks, tstoeckler, webchick: Make Drupal handle incoming paths in a case-insensitive fashion for routing 2017-02-28 11:49:30 +00:00
Alex Pott f572d837b4 Revert "Issue #2855428 by Sam152, jhedstrom, timmillwood: Workflow state and transition add/edit form IDs have a '-' in them"
This reverts commit 973e6b4f16.
2017-02-27 23:06:50 +00:00
Alex Pott 973e6b4f16 Issue #2855428 by Sam152, jhedstrom, timmillwood: Workflow state and transition add/edit form IDs have a '-' in them 2017-02-27 22:54:44 +00:00
Nathaniel Catchpole 9bd08a0024 Issue #2825347 by Wim Leers: 'Accept' header still is used for determining response format of error responses, ?_format= has no effect AND serialization module's exception subscriber does not support status code 500 error responses 2017-02-27 15:09:11 +00:00
Alex Pott 7562fb2476 Revert "Issue #2075889 by pwolanin, kgoel, catch, mpdonadio, YesCT, dawehner, alexpott, johnshortess, Crell, Wim Leers, jhodgdon, mradcliffe, xjm, attiks, tstoeckler, webchick: Make Drupal handle incoming paths in a case-insensitive fashion for routing"
This reverts commit 77a2431e2e.
2017-02-27 11:16:07 +00:00
xjm 3832bf77a1 Issue #2855267 by daffie: "Larry" should not use $GLOBALS in Drupal\KernelTests\Core\Database\UpdateComplexTest 2017-02-23 13:53:50 +00:00
Nathaniel Catchpole 4b325ae0c7 Issue #2248983 by hchonov, amateescu, paranojik, timmillwood, tstoeckler, catch, Berdir, alexpott: Define the revision metadata base fields in the entity annotation in order for the storage to create them only in the revision table 2017-02-23 13:45:30 +00:00
Nathaniel Catchpole fafa49b913 Issue #2854249 by GoZ, himanshu-dixit, boaloysius, xjm: Default message for linkNotExists and linkByHrefNotExists is wrong 2017-02-23 11:09:38 +00:00
Nathaniel Catchpole d837f01c58 Issue #2808335 by hchonov, tstoeckler, anish.a, Wim Leers, catch, Berdir: Changed time not updated when only non-translatable fields are changed on a translated entity 2017-02-22 16:45:04 +00:00
xjm 0f5eab10b5 Issue #2854560 by Wim Leers, boaloysius, dawehner: \Drupal\Core\Routing\RequestFormatRouteFilter::filter() is too HTML-centric 2017-02-22 16:36:29 +00:00
Alex Pott 2736deb8d1 Issue #2846643 by mpdonadio, bkosborne, jhedstrom, alexpott: DateFormatter should not attempt to load a format from storage if the format is "custom" 2017-02-21 16:50:21 +00:00
Alex Pott 9f2371f26e Issue #2580935 by vaplas, maijs: DisplayPluginBase::applyDisplayCachablityMetadata() method has typo in it's name 2017-02-21 15:56:40 +00:00
xjm bbd96cc9a0 Issue #2852515 by dawehner, timmillwood: $interface is still set from the previous loop in tagged services compilation 2017-02-21 09:37:03 +00:00
Alex Pott 77a2431e2e Issue #2075889 by pwolanin, kgoel, catch, mpdonadio, YesCT, dawehner, alexpott, johnshortess, Crell, Wim Leers, jhodgdon, mradcliffe, xjm, attiks, tstoeckler, webchick: Make Drupal handle incoming paths in a case-insensitive fashion for routing 2017-02-20 16:02:05 +00:00
Alex Pott 037932df45 Issue #2851635 by tim.plunkett, alexpott, dawehner: DefaultSingleLazyPluginCollection retains stale instance IDs 2017-02-14 11:05:36 +00:00
xjm fee5c76922 Issue #2851648 by tim.plunkett, jibran: Layout regions should be in the order defined by the definition 2017-02-13 17:17:25 -06:00
Alex Pott 3901464895 Issue #2845543 by vaplas, gambry, alexpott: PostgreSQL regular expression match operators works only for text 2017-02-13 17:25:06 +00:00
Alex Pott 39d1e8557f Issue #2822190 by webflo, Wim Leers, dawehner, alexpott, effulgentsia, SchnWalter: PathValidator validates based on a RequestContext leaked from the current request, resulting in false negatives during CLI requests and POST submissions 2017-02-13 15:47:12 +00:00
Alex Pott 151050c794 Issue #2841311 by hchonov, tstoeckler: Initialized fields of an entity clone have a reference to the original entity object instead to the cloned entity object 2017-02-13 14:23:49 +00:00
xjm e4ae1c1af2 Issue #2691971 by imrancluster, lluvigne, andrewmacpherson, royal121, John Cook, emallove, tstoeckler, alexpott, Cottser, ok_lyndsey, webchick: "Update Notifications" #title repeated for drupal 8 installation in configure site page 2017-02-12 14:19:31 -06:00
Alex Pott fea11b6de2 Issue #2803779 by pfrenssen, klausi, Mile23, alexpott, dawehner: Update Coder to 8.2.10 and fix errors from improved sniffs 2017-02-11 22:02:19 +00:00
effulgentsia 2b2f939d59 Issue #2851600 by tim.plunkett, jibran: Remove workaround from \Drupal\Core\Config\TypedConfigManager::processDefinition() 2017-02-11 13:16:54 -08:00
xjm 6ca61afd59 Issue #2851510 by klausi: Fix phpcs regressions by running phpcbf 2017-02-10 16:17:15 -06:00
xjm 22d62194b3 Issue #2851574 by tim.plunkett, mpdonadio: DependentPluginDefinitionInterface and DependentPluginDefinitionTrait should be in Drupal\Core not Drupal\Component 2017-02-10 14:36:18 -06:00
Alex Pott 172e9e38cc Issue #2815845 by dawehner, Wim Leers, alexpott, tedbow, Berdir, swentel, webflo: Importing (deploying) REST resource config entities should automatically do the necessary route rebuilding 2017-02-10 10:45:01 +00:00
effulgentsia 7f3c710feb Issue #2821189 by tim.plunkett, tstoeckler: Allow object-based plugin definitions to be processed in DerivativeDiscoveryDecorator 2017-02-10 00:24:54 -08:00
effulgentsia 09769ab590 Issue #2822752 by tim.plunkett, jibran: Allow object-based plugin definitions to be created by non-annotated discovery 2017-02-09 17:14:53 -08:00
Nathaniel Catchpole 3bd5be0d33 Issue #2850022 by Sam152, Berdir: Duplicating a non-default revision should produce a default revision for a newly created entity 2017-02-09 21:16:47 +00:00
Nathaniel Catchpole 6018d048bb Issue #2389335 by Berdir, naveenvalecha, claudiu.cristea, almaudoh, joachim, jibran: Deprecate entity.query service and replace with using the entity storage's getQuery() method 2017-02-09 21:10:34 +00:00
Alex Pott 1fcd3d5c56 Issue #2808233 by gnuget, dawehner, Wim Leers, tedbow, Chi, dysrama: REST 403 responses don't tell the user *why* access is not granted: requires deep Drupal understanding to figure out 2017-02-09 19:56:28 +00:00
Nathaniel Catchpole 8dbd209ef3 Issue #2313095 by claudiu.cristea, l0ke, umarzaffer, mrjmd, dawehner, alexpott, catch: Move node constants to NodeInterface 2017-02-09 11:14:54 +00:00
xjm 43de9e0959 Issue #2850170 by aaronbauman, dawehner: Capitalization error for assertTRUE() 2017-02-08 20:54:01 -06:00
Alex Pott a3c32ebb6f Issue #2848553 by Sam152, Jaesin, dawehner: Make sure all 'configure' links are valid routes 2017-02-08 21:40:41 +00:00
effulgentsia 2fd6026a62 Issue #2821191 by tim.plunkett, tstoeckler, jibran: Allow object-based plugin definitions to be processed in PluginDependencyTrait 2017-02-08 13:28:13 -08:00
xjm f2f688b89b Issue #2849222 by tstoeckler: settings.testing.php / testing.services.yml not picked up by BrowserTestBase 2017-02-08 10:32:45 -06:00
Nathaniel Catchpole 5b2cb036e8 Issue #2847687 by jp.stacey, dawehner: EntityAccessCheck mandates instanceof EntityInterface when it only needs AccessibleInterface 2017-02-08 14:14:09 +00:00
effulgentsia ed4ad77a12 Issue #2824655 by tim.plunkett: Plugin definitions should store their class in a consistent manner (without leading slashes) 2017-02-07 17:11:17 -08:00
Alex Pott 9c777482ea Issue #2842399 by dawehner, webflo: Unable to render link with attributes twice 2017-02-07 12:36:11 +00:00
Alex Pott ba06831005 Issue #2847611 by dawehner, webflo: \Drupal\Core\Template\TwigExtension::getLink overrides existing classes 2017-02-06 20:01:47 +00:00
Alex Pott ac55a70849 Issue #2832080 by cebasqueira, Berdir: BrowserTestBase::drupalLogin() does an unnecessary redirect from /user to /user/login for each login 2017-02-06 19:25:33 +00:00
Nathaniel Catchpole 2f18ae0c9f Revert "Issue #2795489 by mpdonadio, cilefen, ednawig: 2038 bug with PHP timestamps on 32-bit systems - warn users?"
This reverts commit bb25a5b766.
2017-02-06 17:02:24 +00:00
Nathaniel Catchpole bb25a5b766 Issue #2795489 by mpdonadio, cilefen, ednawig: 2038 bug with PHP timestamps on 32-bit systems - warn users? 2017-02-06 13:53:17 +00:00
Nathaniel Catchpole 8d6e9ef531 Issue #2802427 by Stefdewa, hardik.p, Arndt, Jo Fitzgerald: Browser tests fail under HTTPS 2017-02-06 12:24:31 +00:00
Alex Pott ba455a1dc4 Issue #2606772 by mikeker, pwolanin, YesCT, david_garcia, alexpott, cilefen, xjm, Cottser, catch, joelpittet, effulgentsia, kevla, dawehner: Long Twig cache directories can cause failures on some filesystems 2017-02-06 09:01:01 +00:00
xjm cd05ee426b Issue #177124 by hgoto, roblav, mrfelton, AjitS, wturrell, lyricnz, ADLongwell, tim.plunkett, effulgentsia, sun, GoddamnNoise, Liam Morland, Xano, drumm, guschilds, cilefen: Form validation messages appear in incorrect order 2017-02-06 03:07:18 -05:00
Alex Pott 612665b15e Issue #2605664 by Torenware, Mile23, alexpott, Taran2L, neclimdul, Yogesh Pawar, mark.creamer, donquixote, dawehner, klausi: Align TestDiscovery and bootstrap.php's non-permissive loading of PSR-4 namespaces for traits 2017-02-02 16:37:31 +00:00
Alex Pott 01ac7634be Issue #2754977 by dmsmidt, marcvangend, mohit_aghera, Getekid, tim.plunkett, ndf: Enhance formErrorHandler to include children errors on RenderElements 2017-01-31 11:28:38 +00:00
Nathaniel Catchpole ebe2d76141 Issue #2156401 by alexpott, moshe weitzman, tedbow, dawehner, greg.1.anderson, phenaproxima, chris.smith, heddn, balsama, xjm, Mile23, izus, Manuel Garcia, sun, pwolanin, Berdir: Write install_profile value to configuration and only to settings.php if it is writeable 2017-01-31 10:32:31 +00:00
Alex Pott 1fbdcc7a10 Issue #2693081 by yanniboi, YesCT: Merging data types leads to incomplete definition 2017-01-31 10:09:29 +00:00
effulgentsia 414574e173 Issue #2559825 by tim.plunkett, Antti J. Salminen, lauriii, aspilicious, alexpott: Preprocess functions from base hooks not triggered for theme hooks not using the __ pattern 2017-01-30 17:04:19 -08:00
webchick 402c4ea2e3 Issue #2767025 by tstoeckler, Sam152, kristiaanvandeneynde, timmillwood, Gábor Hojtsy, Berdir, dawehner, xjm: Add entity type label for a collection of entities 2017-01-30 15:20:19 -08:00
effulgentsia 0bc54981d2 Issue #2113345 by dawehner, tedbow, Wim Leers, kristiaanvandeneynde, Crell, Grayside, klausi: Define a mechanism for custom link relationships 2017-01-30 12:29:33 -08:00
effulgentsia 701bee40ef Issue #2818653 by tim.plunkett, tstoeckler, jibran: Allow object-based plugin definitions to be processed in DefaultPluginManager::findDefinitions() 2017-01-30 10:46:35 -08:00
Alex Pott 87c1e2ee24 Issue #2844181 by maxocub, Alex Bukach, alexpott: PluralTranslatableMarkup serialization error 2017-01-28 12:52:17 +00:00
Nathaniel Catchpole 8ec7fdc83f Issue #2832052 by amoebanath, drunken monkey: BrowserTestBase::drupalLogin() has typo in assert message 2017-01-27 15:24:09 +00:00
Alex Pott 3af641f191 Issue #2837676 by michielnugter, droplet, alexpott, Lendude, jibran, klausi, Wim Leers: Provide a better way to validate all javascript activity is completed 2017-01-26 09:21:16 +00:00
Alex Pott 98e7ac3f66 Issue #2838949 by damiankloip: HttpException Handling Does Not Pass Headers to Responses — results e.g. in missing Allow header for 405 responses 2017-01-25 18:40:27 +00:00
xjm 3af6a3e538 Issue #2754217 by alexpott, xjm, dawehner, martin107: Random Test Failure with "failed to open stream" for temporary://.htaccess 2017-01-19 19:11:27 +00:00
Alex Pott 4b65a2bec0 Issue #2675010 by hchonov, Berdir, yongt9412, tstoeckler: Cloned entity will point to the same field objects if the clone was created after an entity translation has been initialized 2017-01-19 15:40:15 +00:00
Nathaniel Catchpole 03cd7e5ee5 Issue #2843259 by alexpott, Mile23: Drupal\Tests\ComposerIntegrationTest breaks when composer.lock generated with composer version 1.3 and higher 2017-01-19 11:26:17 +00:00
Alex Pott b1500e0704 Issue #2844001 by dawehner, tim.plunkett: Add a Url::mergeOptions method 2017-01-18 15:17:20 +00:00
Nathaniel Catchpole 52b6136cbb Issue #2843828 by alexpott, timmillwood: \Drupal\Core\DrupalKernel::initializeSettings() can result in moving the autoloader position 2017-01-18 10:51:35 +00:00
Alex Pott 16ddd38769 Issue #2795543 by cebasqueira, GoZ: Document that only plain string values are allowed in \Drupal\Tests\WebAssert::buildXPathQuery 2017-01-17 14:46:46 +00:00
Alex Pott dc583b732a Issue #936316 by vaplas, johns996, aerozeppelin, mgifford, gapple, gnuget: CSS aggregation strips some essential whitespace within strings 2017-01-17 13:45:47 +00:00
Alex Pott 054a7a644e Issue #2731419 by hgoto, michielnugter, pareshpatel, tocab, Chernous_dn, Sabbi0612, cilefen, droplet: "cannot call methods on dialog prior to initialization" logged when resizing after closing a modal 2017-01-17 10:24:32 +00:00
xjm b7ff214793 Issue #2843074 by tim.plunkett, alexpott, claudiu.cristea, denutkarsh, effulgentsia: Stale dependencies passed to onDependencyRemoval() result in data loss on uninstallation 2017-01-15 13:57:26 -06:00
Alex Pott 8f2befb326 Issue #2801097 by dawehner, Berdir: Converting feed to absolute URLs fails on invalid XML, results in empty output 2017-01-14 10:55:45 +00:00
Nathaniel Catchpole 3d72d4be83 Issue #2194783 by Berdir, vprocessor, andypost, Antonnavi, tim.plunkett, Crell, Mile23, catch: Rename EntityTypeInterface::isSubclassOf() to ::entityClassImplements() 2017-01-11 22:06:48 +00:00
Alex Pott b8d54eea18 Issue #2795037 by jhedstrom, shashikant_chauhan, gnuget, dawehner: BTB: Add cronRun function 2017-01-11 14:21:35 +00:00
Alex Pott 45d25684b6 Issue #2830079 by mpdonadio, jhedstrom: Change DateTimePlus to throw more specific exceptions 2017-01-11 13:01:07 +00:00
Alex Pott cc30d65427 Issue #2390495 by amateescu, Berdir: Support marking field storage definitions as required 2017-01-10 15:28:55 +00:00
Nathaniel Catchpole bb55292a88 Issue #2786443 by alexpott, Berdir, RKopacz, milos.kroulik, generalconsensus: \Drupal\field\FieldStorageConfigStorage::mapFromStorageRecords() can fail without a reasonable error 2017-01-06 12:58:51 +00:00
Alex Pott 3cd6934a2e Issue #2784537 by klausi, mpdonadio, dawehner: Add legacy assertFieldByXPath()/assertNoFieldByXPath() method for browser tests 2017-01-05 12:53:18 +00:00
Alex Pott cc3f37cca8 Issue #2640496 by Berdir, catch, amateescu: Revision ID in {node} and {node_revision} can get out of sync 2017-01-05 10:30:18 +00:00
Nathaniel Catchpole 9d8d1ed77b Issue #2809227 by timmillwood, Berdir, hchonov, catch, amateescu, alexpott: Store revision id in originalRevisionId property to use after revision id is updated 2016-12-20 16:16:13 +00:00
Alex Pott 7147993244 Issue #2834580 by Berdir: Move locale.translation_status state key to a separate key/value collection 2016-12-19 09:27:43 +00:00
Alex Pott 716fe7139f Issue #2784159 by dawehner, hchonov: Remove CURL timeout in BTB 2016-12-17 12:03:46 +00:00
Alex Pott d2b46426da Issue #2796105 by larowlan, Sam152, Yogesh Pawar, alexpott, dawehner, anish.a, Fabianx: Move similar methods in BrowserTestBase / WebTestBase to a trait; untangle installDrupal() 2016-12-15 10:26:27 +00:00
Alex Pott 94f0aacff6 Issue #2569119 by pwolanin, marvin_B8, jhedstrom, csheltonlcm, alexpott, dawehner, Fabianx, catch: Use Crypt::hashBase64(), not hash('crc32b') or sha1 for placeholder tokens 2016-12-15 10:20:19 +00:00
Nathaniel Catchpole 926f9dc603 Issue #2729663 by dmsmidt, thpoul, SKAUGHT, Wim Leers, Lendude, droplet, effulgentsia, xjm, Reinmar, alexpott: Fragment link pointing to <textarea> should be redirected to CKEditor instance when CKEditor replaced that textarea 2016-12-14 14:30:20 +00:00
Nathaniel Catchpole f4a242f154 Issue #2669802 by chr.fritsch, Berdir, seanB, bojanz, dawehner, yoroy, slashrsm, tstoeckler: Add a content entity form which allows to set revisions 2016-12-13 15:45:12 +00:00
Nathaniel Catchpole 8a9f91ac16 Issue #2831816 by Jo Fitzgerald, james.williams: Only first set of configuration dependencies is checked on installation 2016-12-09 12:29:35 +00:00
xjm e9500065da Issue #2296423 by tim.plunkett, dsnopek, swentel, Manuel Garcia, tedbow, alexpott, xjm, andypost, dawehner, effulgentsia, Berdir, jhedstrom, catch, benjy, jibran, Wim Leers, tstoeckler, larowlan, webchick: Implement layout plugin type in core 2016-12-09 11:58:28 +00:00
Nathaniel Catchpole 222fa031f7 Issue #2824165 by tim.plunkett: Remove brittleness from ConfigEntityStorageTest 2016-12-06 11:13:44 +00:00
Alex Pott 729340a8fd Issue #2756401 by claudiu.cristea, pfrenssen, sandervd, gielfeldt, alexpott, amateescu, dawehner: EntityAutocomplete form element validation is too strict 2016-12-05 14:16:10 +00:00
Alex Pott 408f00c31c Issue #2698909 by Berdir, andypost, jibran, tim.plunkett, lauriii, tstoeckler, dawehner: EntityViewBuilder uses non-existing #theme hooks 2016-12-05 12:21:47 +00:00
Nathaniel Catchpole 740ccca37f Issue #2811841 by hchonov, tstoeckler, Berdir: Add test coverage ensuring user input is mapped on the correct form elements when elements are reordered 2016-12-02 13:38:53 +00:00
Alex Pott 79569a7503 Revert "Issue #2712647 by klausi, catch, slasher13, jibran, Manuel Garcia, alexpott, naveenvalecha, neclimdul, dawehner, Wim Leers, pounard: Update Symfony components to ~3.1"
This reverts commit a55b8ef19e.
2016-12-02 11:05:17 +00:00
Alex Pott fdbc6eb8a2 Issue #2830485 by klausi, michielnugter: \Drupal\Tests\outside_in\FunctionalJavascript\OutsideInBlockFormTest fails randomly 2016-12-01 12:19:48 +00:00
Alex Pott a55b8ef19e Issue #2712647 by klausi, catch, slasher13, jibran, Manuel Garcia, alexpott, naveenvalecha, neclimdul, dawehner, Wim Leers, pounard: Update Symfony components to ~3.1 2016-12-01 11:00:20 +00:00
Alex Pott aa5da27065 Issue #2817115 by tstoeckler, dawehner, cilefen: JavascriptTestBase::tearDown() fails if $this->mink is not set 2016-11-30 14:15:30 +00:00
Nathaniel Catchpole d498a39276 Issue #2822387 by jhedstrom, Wim Leers, klausi: Undefined offset 1 in BrowserTestBase::getMethodCaller() 2016-11-30 13:17:09 +00:00
Nathaniel Catchpole ef809cba80 Revert "Issue #2156401 by alexpott, moshe weitzman, tedbow, dawehner, greg.1.anderson, phenaproxima, chris.smith, heddn, balsama, xjm, Mile23, izus, Manuel Garcia, sun, pwolanin, Berdir: Write install_profile value to configuration and only to settings.php if it is writeable"
This reverts commit 480eb82c2e.
2016-11-30 10:48:38 +00:00
Nathaniel Catchpole 480eb82c2e Issue #2156401 by alexpott, moshe weitzman, tedbow, dawehner, greg.1.anderson, phenaproxima, chris.smith, heddn, balsama, xjm, Mile23, izus, Manuel Garcia, sun, pwolanin, Berdir: Write install_profile value to configuration and only to settings.php if it is writeable 2016-11-29 16:00:08 +00:00
xjm ac5428e830 Issue #2809117 by klausi, dawehner, marcoscano, Mile23, xjm, fgm, jhodgdon: Integrate PHPUnit verbose output in Simpletest UI 2016-11-28 10:01:53 -06:00
Nathaniel Catchpole a251c2da3b Issue #2830596 by pwolanin, YesCT, alexpott: MTimeProtectedFastFileStorage::getFullPath() creates really long filenames unnecessarily 2016-11-28 10:26:16 +00:00
Alex Pott 46ff3bb2b3 Issue #2829588 by damiankloip, Fabianx, markcarver, dawehner, catch: Provide a "url.path.is_front" cache context to allow contributed themes to move global "is_front" variable back 2016-11-26 22:30:04 +00:00
Nathaniel Catchpole d46fefcb8b Revert "Issue #2808063 by vaplas, martin107, Chi, Wim Leers, catch, dawehner, alexpott: LibraryDiscoveryParser::buildByExtension() doesn't validate that extensions exist"
This reverts commit a68c44f486.
2016-11-22 12:08:40 +00:00
Nathaniel Catchpole a68c44f486 Issue #2808063 by vaplas, martin107, Chi, Wim Leers, catch, dawehner, alexpott: LibraryDiscoveryParser::buildByExtension() doesn't validate that extensions exist 2016-11-22 11:11:46 +00:00
Nathaniel Catchpole 87e10306b5 Issue #2424791 by jibran, dpi, chx, Berdir: Entity query hardcodes entity_reference and entity specifier 2016-11-21 20:51:55 +00:00
Nathaniel Catchpole 235bfca5ae Issue #2795045 by legovaer, kmoll: Make SchemaCheckTestTrait available outside of the config module 2016-11-21 13:15:27 +00:00
Nathaniel Catchpole 19006b5e7d Issue #2625212 by faline, cilefen, okay19, krishnan.n, snehi, kostyashupenko, tstoeckler, dawehner, alexpott, Wim Leers, cs_shadow: Add ConfigSchemaChecker to development.services.yml 2016-11-18 10:00:22 +00:00
Nathaniel Catchpole 9d155a2a85 Issue #2826391 by Wim Leers: CsrfAccessCheck should have proper error feedback for invalid/missing CSRF token query argument just like CsrfRequestHeaderAccessCheck 2016-11-18 09:47:35 +00:00
xjm abb650ffd4 SA-CORE-2016-005 by larowlan, xjm, David_Rothstein, Dave Reid, Crell, cilefen, alexpott, mlhess, catch, pwolanin, YesCT, dawehner, quicksketch, Heine, znerol, charlotte.b, jnicola, ezraw
(cherry picked from commit c5da97f9e7)
2016-11-16 13:22:21 -06:00
Nathaniel Catchpole f25e39ffa3 Issue #2787923 by claudiu.cristea, dawehner, Jaesin, klausi: Add a getDrupalSettings() method to JavascriptTestBase 2016-11-10 13:17:50 +00:00
Nathaniel Catchpole e4893d4b1b Issue #2210521 by mitrpaka, vlad.n, Ema.jar, donquixote, dawehner, klausi, alexpott: Settings::getInstance() should throw an exception if called before being initialized 2016-11-09 13:17:17 +00:00
Nathaniel Catchpole 5a88934ee9 Issue #2808085 by klausi, claudiu.cristea, stof, nicolas.grekas: Pipe char in locators break Mink and Symfony element search 2016-11-03 11:47:44 +00:00
Alex Pott 3408c306b4 Issue #2824410 by jhodgdon: DiffFormatter component class has leak from core class 2016-11-03 09:57:53 +00:00
Nathaniel Catchpole f927e20b88 Issue #2753733 by alexpott, klausi: AccountProxy can do unnecessary user loads to get an ID 2016-10-30 18:47:35 +00:00
Alex Pott 4920ac027b Issue #2822665 by martin107: LibraryDiscoveryParserTest::testBuilldByExtensionSimple() passes an unwanted parameter 2016-10-27 22:45:18 -07:00
Nathaniel Catchpole 2b74c93361 Issue #2754929 by joelpittet, markcarver: Internal path(s) missing for "html" and "page" theme hook suggestions on <front> 2016-10-26 20:41:50 +01:00
Alex Pott 2bccef8b36 Issue #2763787 by pwolanin, nerdstein, rlhawk, YesCT, slasher13, tuutti, alexpott, therealssj, TravisCarden, dawehner, maximpodorov, klausi, catch, talhaparacha, Eric_A: Upgrade random_compat to latest version 2016-10-26 12:33:05 -07:00
Alex Pott 78d3770636 Issue #2818031 by phenaproxima, Berdir, alexpott: Trailing slashes can cause FileSystem::mkdir() to return a false negative 2016-10-26 10:08:22 -07:00
Nathaniel Catchpole 962eddec66 Issue #2796581 by tim.plunkett, jibran, catch, swentel, alexpott, cilefen, xjm, amateescu: Fields must store their region in entity displays 2016-10-25 22:21:33 +01:00
Alex Pott 92a19bdf99 Issue #2721179 by catch, klausi, alexpott, dawehner, effulgentsia: Replace deprecated Symfony ExecutionContextInterface 2016-10-25 13:22:49 -07:00
Alex Pott 5c4a8dfbe6 Issue #2795601 by jhedstrom, mpdonadio: Convert \Drupal\Tests\system\Functional\Common\FormatDateTest mostly to a kernel test 2016-10-25 13:15:51 -07:00
Alex Pott dd79f7911f Issue #2571633 by lauriii, tuutti, joelpittet: Remove TwigExtension setter methods - use constructor instead 2016-10-25 11:24:35 -07:00
Alex Pott 2cde5b67c6 Issue #2821320 by michielnugter, droplet, Lendude: Add test coverage for machine-name.js 2016-10-23 14:13:05 -07:00
Nathaniel Catchpole b33af7a964 Issue #2814035 by klausi, dawehner: Make $modules property protected on BrowserTestBase and KernelTestBase 2016-10-21 16:35:12 +01:00
Scott Reeves 99a55f04f2 Issue #2616756 by Charlotte17, joelpittet, lauriii, heddn, ytl, T'Bell Hernandez, Cottser, vaplas, alexpott: Allow instantiating Attribute objects within Twig 2016-10-20 21:09:02 -07:00
Nathaniel Catchpole a469aa222c Issue #2666032 by hchonov, Gábor Hojtsy, mkalkbrenner: Add TranslationStatusInterface to ask for the status of an entity translation and fix statuses in ContentEntityBase 2016-10-19 11:47:04 +01:00
Nathaniel Catchpole 2f7924b3ab Issue #2752463 by tstoeckler: EntityResolverManager::setParametersFromEntityInformation() sets parameter info for non-existing parameters 2016-10-19 11:37:56 +01:00
Nathaniel Catchpole 3a8b4eee94 Issue #2809789 by pwolanin, dawehner: UrlGenerator fails to urlencode aliases, incorrectly encodes "system" path 2016-10-19 10:54:55 +01:00
Alex Pott 8bbdbedd69 Issue #2811133 by cilefen, Wim Leers, neclimdul, dawehner: Confusing error response set by ContentTypeHeaderMatcher when forgetting the Content-Type request header 2016-10-14 10:26:11 +01:00
Nathaniel Catchpole b104e87731 Revert "Issue #2811133 by Wim Leers, neclimdul, dawehner: Confusing error response set by ContentTypeHeaderMatcher when forgetting the Content-Type request header"
This reverts commit 97f0d43d67.
2016-10-13 23:34:01 +01:00
Alex Pott 97f0d43d67 Issue #2811133 by Wim Leers, neclimdul, dawehner: Confusing error response set by ContentTypeHeaderMatcher when forgetting the Content-Type request header 2016-10-13 21:38:27 +01:00
Alex Pott 184a05e06c Issue #2795395 by Yogesh Pawar, tresti88, marvin_B8, shashikant_chauhan, tstoeckler, dawehner: PathRootsSubscriber breaks if there are no routes 2016-10-13 13:00:00 +01:00
Alex Pott c3b3ec1be5 Issue #2575829 by znerol: Hash session id before using it as a cache context 2016-10-13 11:18:33 +01:00
Nathaniel Catchpole b09f92223a Issue #2717207 by mpdonadio, dawehner, catch, alexpott: Add a time service to provide consistent interaction with time()/microtime() and superglobals 2016-10-13 10:42:53 +01:00
Nathaniel Catchpole 9f26c56909 Issue #2801899 by shashikant_chauhan, daffie, axel.rutz: Rename Drupal\Core\Database\Connection::rollback() to Drupal\Core\Database\Connection::rollBack() 2016-10-13 10:38:32 +01:00
Alex Pott dbf2b0ed1b Revert "Issue #2796581 by tim.plunkett, swentel, amateescu: Fields must store their region in entity displays"
This reverts commit 64f9bb959b.
2016-10-12 13:23:31 +01:00
Nathaniel Catchpole 4c68d20583 Revert "Issue #2809527 by tim.plunkett, Berdir: Add backwards compatibility layer for entity display default config that lacks 'region'"
This reverts commit dd6d586818.
2016-10-12 13:19:25 +01:00
Nathaniel Catchpole 5c93d7e314 Issue #2767655 by claudiu.cristea, dawehner, alexpott: Allow WebAssert to inspect also hidden fields 2016-10-12 10:57:24 +01:00
Alex Pott 8c22ddf5cf Issue #2699489 by catch, tim.plunkett: FormBuilder $ajax_form_request check does not check which AJAX form is being requested 2016-10-11 23:28:19 +01:00
Alex Pott a407037d45 Issue #2795967 by daffie, Katiemouse: A query with a fetchAll(\PDO::FETCH_COLUMN) will fail for SQLite 2016-10-04 19:59:42 +01:00
Nathaniel Catchpole 652ab4a02e Issue #2807705 by alexpott, dawehner, aburke626: FormattableMarkup::placeholderFormat() can result in unsafe replacements 2016-10-03 21:11:06 +01:00
Alex Pott dd6d586818 Issue #2809527 by tim.plunkett, Berdir: Add backwards compatibility layer for entity display default config that lacks 'region' 2016-10-01 10:47:02 +01:00
Alex Pott ae621fe689 Issue #2672888 by fago: BrowserTestBase fails when the webserver runs as another user 2016-09-30 17:30:29 +01:00
Alex Pott f506915ec8 Revert "Issue #2807705 by alexpott, dawehner, aburke626: FormattableMarkup::placeholderFormat() can result in unsafe replacements"
This reverts commit 8477ed5afd.
2016-09-30 11:48:04 +01:00
Alex Pott 64f9bb959b Issue #2796581 by tim.plunkett, swentel, amateescu: Fields must store their region in entity displays 2016-09-30 11:46:40 +01:00
Alex Pott b9dafa0928 Revert "Issue #2796581 by tim.plunkett, swentel, amateescu: Fields must store their region in entity displays"
This reverts commit 9d8bfbb6e4.
2016-09-30 11:45:33 +01:00
Alex Pott 9d8bfbb6e4 Issue #2796581 by tim.plunkett, swentel, amateescu: Fields must store their region in entity displays 2016-09-30 10:31:50 +01:00
effulgentsia 8477ed5afd Issue #2807705 by alexpott, dawehner, aburke626: FormattableMarkup::placeholderFormat() can result in unsafe replacements 2016-09-29 11:10:11 -07:00
Alex Pott 2766d1a729 Revert "Issue #2662844 by penyaskito, dawehner, catch: cache.backend.chainedfast misbehaves in some situations"
This reverts commit 4eb87a26df.
2016-09-29 13:44:40 +01:00
Alex Pott 26efc430ff Revert "Issue #2751847 by penyaskito: Throw exception if the same service is injected twice in ChainedFastBackend"
This reverts commit e3587e21e4.
2016-09-29 11:40:29 +01:00
Alex Pott eaaea5db8b Revert "Issue #2664322 by dawehner, benjifisher, almaudoh: key_value table is only used by a core service but it depends on system install"
This reverts commit 5571193f80.
2016-09-28 17:22:20 +01:00
Alex Pott d27d6c3dd9 Issue #1841474 by dawehner, lokapujya, gnuget, mradcliffe, lluvigne, Wim Leers, klausi: Convert REST tests to Guzzle (would also help with core moving from WTB to BTB) 2016-09-28 13:18:20 +01:00
Nathaniel Catchpole 5571193f80 Issue #2664322 by dawehner, benjifisher, almaudoh: key_value table is only used by a core service but it depends on system install 2016-09-28 11:38:34 +01:00
Alex Pott f0d2de33c3 Issue #2788209 by amateescu, Berdir: Entity reference field "Autocomplete matching: Starts with" option does not work 2016-09-27 17:16:38 +01:00
Nathaniel Catchpole 82304ed90f Issue #2776235 by mikeryan, alexpott: Cached autoloader misses cause failures when missed class becomes available 2016-09-27 14:35:22 +01:00
Nathaniel Catchpole 1975fe0892 Issue #2804675 by alexpott, hideaway: Tests using TestDatabase class are stuck in an infinite loop in Windows (8.2.0-rc2 only) 2016-09-26 16:22:24 +01:00
Alex Pott 397b680a5f Issue #2567715 by marthinal, hgoto, jpd4nt, mr.baileys, Wim Leers, alexpott: #markup generated by #pre_render callbacks do not get processed by ensureMarkupIsSafe() 2016-09-26 11:22:14 +01:00
Alex Pott 67076176cd Issue #2647916 by Lendude, Wim Leers, dawehner: Views ajax modals stop working in certain scenarios: due to JS settings caching, AJAX responses may set wrong ajaxPageState.libraries, causing problems for subsequent AJAX requests/responses 2016-09-26 08:46:29 +01:00
Alex Pott 97b2c76457 Issue #2738567 by jmuzz, mtift, claudiu.cristea, dawehner, samuel.mortenson: Add test trait for drupalGetTestFiles and drupalCompareFile 2016-09-26 08:14:56 +01:00
Alex Pott d70e577aba Issue #2773733 by claudiu.cristea, klausi, dawehner: Fix AssertLegacyTrait::assert(No)Text to handle html encoded strings (part 3) 2016-09-25 12:03:24 +01:00
Alex Pott e3587e21e4 Issue #2751847 by penyaskito: Throw exception if the same service is injected twice in ChainedFastBackend 2016-09-25 11:43:35 +01:00
Alex Pott f4c6a21986 Issue #2805757 by Mile23: InstallerRedirectTraitTest causes fatal when run from PHPUnit 2016-09-25 09:48:41 +01:00
Alex Pott 918731d6e8 Issue #2803117 by chx: JavascriptTestBase catches the wrong exception 2016-09-23 20:32:18 +01:00
Alex Pott 29ce04e5d0 Issue #728702 by Crell, daffie, pillarsdotnet, pjcdawkins, Damien Tournoud, David_Rothstein, reglogge, amateescu, tim.plunkett, tstoeckler, xjm, hussainweb, alexpott, cweagans, Tor Arne Thune, catch: Visiting index.php should redirect to install.php if settings.php already has database credentials but database is empty 2016-09-23 10:45:19 +01:00
Alex Pott 761657a7dc Issue #2763401 by klausi: PHPunit browser tests should log all Mink requests 2016-09-22 14:21:08 +01:00
xjm a8579d60d5 SA-CORE-2016-004 by alexpott, andypost, antongp, cashwilliams, catch, Chi, dawehner, dsnopek, Heine, kierheyl, Pere Orga, pwolanin, larowlan, q2u, stefan.r, xjm
(cherry picked from commit 75d6aa33cd)
2016-09-21 12:41:50 -05:00
effulgentsia 6a4cfa29a1 Issue #2796953 by Wim Leers, mondrake, effulgentsia, catch, mikeryan, ayalon, chx, Fabianx, tim.plunkett, jibran, xjm, slashrsm, phenaproxima, borisson_: [regression] Plugins extending from classes of uninstalled modules lead to fatal error 2016-09-21 01:09:07 -07:00
Alex Pott 61941454e9 Issue #2795611 by GoZ: Provide a assertHeader legacy assertion 2016-09-19 17:21:53 +01:00
Alex Pott bb08449a51 Issue #2797947 by jmuzz: Allow NULL as second parameter in BTB->drupalPostForm() 2016-09-19 16:53:15 +01:00
Alex Pott bff67911a6 Issue #2799053 by sanduhrs: Environment is not preserved running phpunit with a different user 2016-09-19 12:36:14 +01:00
Alex Pott 7125a80096 Issue #2755677 by Mile23: Fix 'Drupal.WhiteSpace.OpenTagNewline' coding standard 2016-09-19 11:39:40 +01:00
Alex Pott 41cab62705 Issue #2801883 by claudiu.cristea: Add an empty $modules property in BrowserTestBase 2016-09-19 11:30:51 +01:00
Nathaniel Catchpole 8a5abfc0fa Issue #2791163 by alexpott, dawehner: Random automatic testing failures on SQLite with PHP 5.5 2016-09-16 11:35:51 +01:00
Alex Pott efcf5218c9 Issue #2655104 by dawehner, jhedstrom, gclicon, chr.fritsch, smk-ka, phenaproxima: List unmet configuration dependencies instead of just failing 2016-09-15 13:19:42 +02:00
Nathaniel Catchpole fec70c8fb9 Issue #2797943 by jmuzz, claudiu.cristea, dawehner: Add support for clickLink()'s second argument to BrowserTestBase 2016-09-13 13:44:47 +01:00
Nathaniel Catchpole dc509d0a43 Issue #2794715 by Mile23, klausi: TestSuiteBaseTest cannot be executed as standalone test 2016-09-12 16:17:33 +01:00
xjm fea00575f0 Revert "Issue #2793443 by dawehner: Make private functions protected in BrowserTestBase/KernelTestBase"
This reverts commit bde190669e.
2016-09-09 16:22:14 -05:00
xjm 24d528d802 Issue #2758559 by eporama, leolando.tan, kamalrajsahu21, tstoeckler, larowlan, claudiu.cristea: EntityType::setStorageClass() violates its interface 2016-09-02 15:38:42 -05:00
xjm 9d3d930151 Issue #2785355 by timmillwood, dawehner, claudiu.cristea, borisson_: Expose the class resolver on \Drupal 2016-09-02 15:25:16 -05:00
xjm bde190669e Issue #2793443 by dawehner: Make private functions protected in BrowserTestBase/KernelTestBase 2016-09-02 14:56:53 -05:00
Alex Pott cf37e9033c Issue #2760905 by anavarre, claudiu.cristea, amitaibu, dawehner: The documentation should be more explicit about PHPUnit requesting the webserver user to perform all functional tests 2016-09-02 17:07:07 +01:00
Nathaniel Catchpole 9c63871934 Issue #1267508 by fietserwin, daffie, lisa.ugray, chx, alexpott, Berdir, dawehner, Crell: Subselects don't work in DBTNG conditions, except when used as value for IN 2016-09-01 14:01:59 +01:00
Alex Pott f25150623a Issue #2792831 by mkalkbrenner: YamlSymfonyTest must not require PHP yaml extension 2016-08-31 09:20:37 -05:00
Alex Pott a7b67e7af1 Issue #2721901 by Mile23, anoopjohn: Fix Drupal.Commenting.FunctionComment.MissingParamName 2016-08-29 06:50:59 -05:00
Nathaniel Catchpole f6ae58526c Issue #2572801 by alexpott, vprocessor, andriyun, andypost, chishah92, Mile23, attiks, hussainweb, klausi, dawehner, pfrenssen: Fix 'Drupal.WhiteSpace.ScopeIndent' coding standard 2016-08-28 18:16:36 +01:00
Alex Pott ee38d6f72a Issue #2771547 by Lendude, klausi, dawehner, alexpott, pwolanin: In Browser and FunctionalJavascript tests SIMPLETEST_USER_AGENT cookie needs to be set every 5 seconds 2016-08-26 12:37:15 -05:00
Alex Pott 4282851183 Issue #2784677 by GoZ: Move core/modules/simpletest/tests/src/Functional/BrowserTestBaseTest.php to core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php 2016-08-23 19:12:33 +01:00
Nathaniel Catchpole 3c42666bfc Issue #2787577 by alexpott, dawehner: When tests use multiple namespaces they should do so in a coding standards compliant way 2016-08-22 17:10:39 +01:00
Nathaniel Catchpole 37010da991 Issue #2787655: Fix \Drupal\Tests\Core\Form\FormTestBase to not have multiple namespaces 2016-08-22 17:01:56 +01:00
Nathaniel Catchpole 50ab536e79 Issue #2728403 by timmillwood: Non-revisionable translatable fields on revisionable entities don't translate correctly 2016-08-22 16:32:22 +01:00
Nathaniel Catchpole 31dcacad1b Issue #2740983 by VitalyM, alexpott: Configuration system doesn't allow importing a single item from a non-default collection 2016-08-19 14:27:11 +01:00
Nathaniel Catchpole 5730984d40 Issue #2779459: KernelTestBase thinks private file setting is in config 2016-08-18 21:24:36 +01:00
Alex Pott 73333c5b46 Issue #2070559 by Mile23: Harmonize PHPUnit and run-tests to both scan for themes 2016-08-18 15:00:25 +01:00
Alex Pott bd2772d916 Issue #2783819 by Lendude: Update AjaxThemeTest to use assertWaitOnAjaxRequest 2016-08-18 12:44:47 +01:00
Alex Pott 08b7a3fbc8 Issue #2783393 by Mile23: Fix 'Drupal.Commenting.FunctionComment.IncorrectParamVarName' coding standard 2016-08-18 10:38:31 +01:00
Alex Pott da0645c1f8 Issue #2785913 by tim.plunkett: StableTemplateOverrideTest does not respect experimental modules 2016-08-18 09:06:48 +01:00
Alex Pott 1bd3a04d6c Issue #2780549 by andrewbelcher, alexpott, mpdonadio: FormattedDateDiff::$maxAge never applied to caches 2016-08-15 18:20:00 +01:00
Alex Pott af1abd851c Issue #2780905 by catch, joelpittet: cache MemoryBackend has a pointless constructor 2016-08-15 11:17:11 +01:00
Nathaniel Catchpole dd3ee4c7df Issue #2635784 by Manuel Garcia, sidharthap, cilefen, veerasekar89, gambry, catch, alexpott, Cottser, dawehner, joelpittet: Deprecate ThemeHandler::setDefault() in favour of configuration and replace usages 2016-08-15 08:55:33 +01:00
Alex Pott 0c0481ef86 Revert "Issue #2780549 by andrewbelcher, alexpott, mpdonadio: FormattedDateDiff::$maxAge never applied to caches"
This reverts commit abe69518ab.
2016-08-12 20:43:12 +01:00
Alex Pott abe69518ab Issue #2780549 by andrewbelcher, alexpott, mpdonadio: FormattedDateDiff::$maxAge never applied to caches 2016-08-12 14:40:34 +01:00
Nathaniel Catchpole a0096f1c08 Revert "Issue #1267508 by fietserwin, lisa.ugray, daffie, chx, Crell: Subselects don't work in DBTNG conditions, except when used as value for IN"
This reverts commit 22a241ca04.
2016-08-12 13:00:14 +01:00
Nathaniel Catchpole 246304717f Issue #2778673 by neclimdul: UnitTestCase::getStringTranslationStub() incorrectly documents its return type 2016-08-12 12:29:10 +01:00
Alex Pott 8824b86716 Issue #2759863 by klausi: Implement request header support for drupalGet() on BrowserTestBase 2016-08-11 14:28:52 +01:00
Nathaniel Catchpole bc00f081e6 Issue #2725533 by timmillwood, alexpott, amateescu, webchick, dixon_, larowlan, dawehner, catch, Crell, Bojhan, jibran, Wim Leers, agentrickard, Berdir: Add experimental content_moderation module 2016-08-08 13:26:31 +01:00
Alex Pott fdb71536e1 Issue #2773389 by martin107, claudiu.cristea, klausi: BrowserTestBase::getTextContent() wrongly returns the raw content 2016-08-08 10:05:17 +01:00
Nathaniel Catchpole 937b9f228d Issue #2553733 by alexpott, dawehner, Wim Leers, jibran: BrowserTestBase should be adding the config schema checker like WebTestBase 2016-08-05 15:58:10 +01:00
Nathaniel Catchpole ad76a96a40 Issue #2723607 by valthebald, deepakaryan1988: Remove entity_load* usage for dynamic entity types 2016-08-05 09:29:20 +01:00
Alex Pott bc834169f0 Issue #1869548 by dawehner, jeqq, dmouse, slasher13, damiankloip, alexpott, nod_, AlxVallejo, chr.fritsch, yanniboi, effulgentsia, dixon_, -enzo-, Wim Leers, Crell, andypost, catch, Damien Tournoud, kim.pepper, linclark: Opt-in CORS support 2016-08-02 11:56:38 +01:00
Nathaniel Catchpole a0a530fd4f Issue #1920902 by neclimdul, larowlan, alexpott, chx, sun, jthorson, damiankloip, Berdir, Mixologic, YesCT, hussainweb, rcaracaus, cweagans, catch, jibran, msonnabaum, dawehner, webchick, anavarre, heyrocker: Add a Drupal Yaml wrapper so we can default to PECL Yaml component if it is available 2016-08-01 18:52:00 +01:00
Nathaniel Catchpole 03fc20425b Issue #2537732 by Xano, tim.plunkett, gnuget, claudiu.cristea, drunken monkey, bojanz: PluginFormInterface must have access to the complete $form_state (introduce SubFormState for embedded forms) 2016-08-01 18:48:16 +01:00