Commit Graph

975 Commits (c72dc29476b1b624ebdaa5643ad92ca1a0c3da7e)

Author SHA1 Message Date
Alex Pott 7599b055c7 Issue #2493475 by ifrik, walangitan, XaviP, jhodgdon, batigolix: Fix online docs references in Help to conform to our standards 2015-09-26 16:01:27 +02:00
webchick 4efd3aaa25 Issue #2551453 by LoMo, Ayesh, jaxxed, LinL, madhavvyas, Miraya: Follow-up: Consistently use "email" instead of "e-mail" in Drupal 2015-09-25 06:27:23 -07:00
Alex Pott f5647da835 Issue #2571291 by pwolanin, aneek, stefan.r: In WebTest code, assertEqual and assertIdentical should always show the 2 values on failure 2015-09-22 09:29:33 +02:00
Alex Pott 6bfdc3bd5e Issue #2570355 by Sutharsan, stefan.r, kgoel, josephdpurcell, joelpittet, justAChris, dawehner, pfrenssen, pwolanin, David_Rothstein, catch: Replace remaining !placeholder and @placeholder with :placeholder for URLs 2015-09-22 08:16:37 +02:00
catch e2d424db03 Issue #2458763 by Wim Leers, m1r1k: Remove the ability to configure a block's cache max-age 2015-09-22 00:19:48 +02:00
effulgentsia a537a3098e Issue #2571375 by alexpott, webflo, stefan.r, Xano, mr.baileys: Remove TranslationManager dependency from LanguageManager 2015-09-21 12:38:52 -07:00
Alex Pott 7a25f513f5 Issue #2560783 by stefan.r, joelpittet, lauriii, Cottser, Sutharsan, kgoel, justAChris, Gábor Hojtsy, dawehner, jhodgdon, effulgentsia, xjm, andypost, googletorp: Replace !placeholder with :placeholder for URLs in hook_help() implementations 2015-09-21 12:38:19 +01:00
effulgentsia e7a7de9f8c Issue #2557113 by stefan.r, alexpott, dawehner, joelpittet, cilefen, lauriii, plach, catch, chx, xjm: Make t() return a TranslationWrapper object to remove reliance on a static, unpredictable safe list 2015-09-18 21:33:21 -07:00
Nathaniel Catchpole b544422d4d Issue #2477223 by Mile23, Wim Leers, j2r, ianthomas_uk, jaimeguzman, pjbaert: Refactor _drupal_add_html_head, drupal_get_html_head, _drupal_add_html_head_link into the attachments processor, remove from common.inc 2015-09-17 22:32:56 +01:00
Nathaniel Catchpole 8691e08fdf Issue #2545972 by alexpott, joelpittet, ericjenkins, stefan.r, Wim Leers, Cottser: Remove all code usages SafeMarkup::checkPlain() and rely more on Twig autoescaping 2015-09-17 15:55:30 +01:00
effulgentsia 7dee9f8f27 Issue #2566447 by stefan.r, joelpittet, alexpott, lauriii, dawehner: Cast safe string objects to string or use assertEqual() in some assertIdentical() comparisons 2015-09-14 10:31:04 -07:00
Alex Pott d24a890690 Issue #2566963 by chx: Follow up of 2560643 Add test coverage 2015-09-12 11:12:38 +01:00
Alex Pott c27852cebe Issue #2560643 by chx, Mixologic, dawehner, larowlan: Fatal PHPUnit tests are not always reported as failure 2015-09-11 20:52:21 +01:00
webchick dc644d1df3 Issue #2565791 by mikeryan, subhojit777, quietone, phenaproxima: Fix migration labels 2015-09-10 10:29:44 -07:00
Alex Pott 1bd7a29156 Issue #2560729 by stefan.r, lauriii: Cast objects implementing SafeStringInterface to string in TestBase / WebTestBase 2015-09-10 12:41:01 +01:00
webchick e85b2ac5cf Issue #2565671 by joyceg, Aki Tendo: Misspelling in core/modules/simpletest/src/Tests/SimpleTestTest.php 2015-09-09 23:10:42 -07:00
xjm 570fba20cd Issue #2564353 by alexpott, joelpittet, xjm, justAChris, nlisgo, subhojit777: Remove !placeholder usage from SafeMarkup::format() 2015-09-09 19:04:37 -05:00
Nathaniel Catchpole d7509faee9 Issue #2565241 by alexpott: First test fails on postgres because of a stale connection 2015-09-09 14:47:05 +01:00
Alex Pott a2059f6277 Issue #2558191 by sdstyles: Remove usage of deprecated UrlGeneratorInterface::generateFromPath() in WebTestBase::drupalHead() 2015-09-09 14:40:33 +01:00
Nathaniel Catchpole 02569d158f Issue #2487592 by alexpott, JeroenT, Schnitzel, cilefen: CMI: don't ship with a default "active" directory that is empty in most Drupal installations 2015-09-09 13:06:17 +01:00
Nathaniel Catchpole 4c7b4763de Issue #1031122 by alexpott, greg.1.anderson, catch, sun, stefan.r, pwolanin: postgres changeField() is unable to convert to bytea column type correctly 2015-09-08 15:20:20 +01:00
Alex Pott 75f6c2f4cb Issue #2501895 by ifrik, jhodgdon: Too many pages with the same name ("Settings") 2015-09-08 11:24:01 +01:00
Nathaniel Catchpole 70880e91ee Issue #2561207 by stefan.r, Aki Tendo: assert() without a message breaks in PHP 5 2015-09-07 12:50:32 +01:00
Alex Pott c5dbd43cf6 Issue #2555169 by TR: API documentation should not suggest using deprecated function format_string() 2015-09-06 22:43:41 +01:00
Nathaniel Catchpole 56bcfe4ece Issue #2560641 by alexpott, lauriii, Xano, borisson_, ianthomas_uk, olli: Remove all usages SafeMarkup::checkPlain() from render arrays 2015-09-03 23:37:10 +01:00
Nathaniel Catchpole f13b2d59bd Revert "Issue #2560641 by alexpott, lauriii, Xano, borisson_, ianthomas_uk: Remove all usages SafeMarkup::checkPlain() from render arrays"
This reverts commit 3100760954.
2015-09-03 23:36:44 +01:00
Nathaniel Catchpole 3100760954 Issue #2560641 by alexpott, lauriii, Xano, borisson_, ianthomas_uk: Remove all usages SafeMarkup::checkPlain() from render arrays 2015-09-03 23:36:26 +01:00
Alex Pott 5d896a2ebe Issue #2334067 by mgifford, LewisNyman: error.svg doesn't have sufficient color contrast 2015-09-02 13:22:25 +01:00
Alex Pott 2b1f8e6ac3 Issue #507488 by lauriii, mdrummond, Wim Leers, Manuel Garcia, pwolanin, davidhernandez, chx, jibran, andypost, dawehner, Xano, tuutti, Gábor Hojtsy, LewisNyman, maximiliam, eiriksm, borisson_, bill richardson, Fabianx, joelpittet, Jeff Burnz, xjm, webchick, Bojhan, EclipseGc, emma.maria, tim.plunkett: Convert page elements (local tasks, actions) into blocks 2015-09-01 12:24:09 +01:00
webchick 90b74e92b8 Issue #2499199 by claudiu.cristea, dawehner: Use RandomGeneratorTrait in BrowserTestBase 2015-08-31 09:43:50 -07:00
Nathaniel Catchpole e580940021 Issue #2559605 by Cottser, stefan.r: Convert SafeMarkup::checkPlain() in render arrays to #plain_text 2015-08-31 08:45:25 +01:00
webchick 62285a81bd Issue #2531602 by eiriksm: JSDoc simpletest module 2015-08-28 23:29:40 -07:00
Alex Pott f82e0a3aeb Issue #2554849 by bojanz, hussainweb, webflo: phpunit testing crashes if a root vendor directory is used 2015-08-27 13:22:30 +01:00
Alex Pott 5bb2889d50 Issue #2536560 by Aki Tendo, stefan.r, damiankloip: Runtime Assertion unit and functional testing 2015-08-27 00:29:29 +01:00
effulgentsia ce6f3ec82b Issue #2554219 by nod_, larowlan, tim.plunkett, regilero, droplet, japerry, samuel.mortenson, Pere Orga, effulgentsia, benjy, Gábor Hojtsy, greggles, Wim Leers, David_Rothstein, pwolanin, neclimdul, EclipseGc, znerol: Port Cross-site Scripting - Ajax system fixes from SA-CORE-2015-003 to Drupal 8 2015-08-26 15:02:58 -07:00
Nathaniel Catchpole f384961721 Issue #2557519 by alexpott, joelpittet: Remove many usages SafeMarkup::checkPlain() and replace with Html::escape() 2015-08-26 11:34:29 +01:00
webchick 8aee36fd83 Issue #2557253 by phenaproxima, neclimdul: MigrateFullDrupalTestBase test discovery gobbles all the memory 2015-08-25 10:04:11 -07:00
Nathaniel Catchpole d9e895c963 Issue #2548147 by stefan.r: All batch labels are HTML escaped 2015-08-21 20:24:19 +01:00
Alex Pott ba2268f0a9 Issue #2547447 by Wim Leers, dawehner: Stop creating services.yml by default 2015-08-21 09:29:04 +01:00
Alex Pott bb2d279978 Issue #2501319 by joelpittet, cwells, stefan.r, YesCT, nlisgo, Cottser, cmanalansan, dawehner, xjm, alexpott, josephdpurcell: Remove SafeMarkup::set() in Error::renderExceptionSafe() and _drupal_log_error() and improve backtrace formatting consistency in _drupal_log_error(), Error::renderExceptionSafe(), and DefaultExceptionSubscriber::onHtml() 2015-08-20 09:56:42 +01:00
Alex Pott 9ee2b53754 Issue #1713332 by amateescu, Xen, droplet, bzrudi71, znerol, czigor, pp, wulff, Damien Tournoud: The SQLite database driver fails to drop simpletest tables 2015-08-18 23:36:52 +01:00
Alex Pott 9c313e7b50 Issue #2531042 by sdstyles, Berdir: Undefined string index 0 in WebTestBase::getAbsoluteUrl() in PHP 7 2015-08-18 22:18:41 +01:00
Alex Pott 2ecd3534aa Issue #2552893 by mpdonadio: AssertContentTrait::assertEscaped() should use Html::escape() 2015-08-18 13:01:11 +01:00
Alex Pott d5821399fc Issue #2304461 by dawehner, neclimdul, naveenvalecha, jibran, tim.plunkett, phenaproxima, Xano, hussainweb, sun, hitesh-jain, amateescu, alexpott, daffie, Mile23, Wim Leers, larowlan: KernelTestBaseTNG™ 2015-08-18 01:25:27 +01:00
webchick d2404bee75 Issue #2550823 by phenaproxima, neclimdul: Migrate Drupal integration tests should load all dump files 2015-08-15 11:25:18 -07:00
Nathaniel Catchpole 4983036c50 Issue #2540416 by dawehner, hussainweb: Move update.php back to a front controller 2015-08-14 17:47:21 +01:00
Alex Pott 794cf89a25 Issue #2497585 by mpdonadio, cilefen, borisson_, pjonckiere: Simpletest should set a system timezone in setUp 2015-08-13 23:45:28 +01:00
Nathaniel Catchpole 45a48e8e01 Issue #2501931 by alexpott, alimac, cmanalansan, davidhernandez, scotself, cilefen, RavindraSingh, peezy, YesCT, pwolanin: Remove SafeMarkup::set in twig_render_template() and ThemeManager and FieldPluginBase:advancedRender 2015-08-13 12:33:54 +01:00
Alex Pott 3f0ff2198b Revert "Issue #2501931 by alexpott, alimac, cmanalansan, davidhernandez, scotself, cilefen, RavindraSingh, peezy, YesCT, pwolanin: Remove SafeMarkup::set in twig_render_template() and ThemeManager and FieldPluginBase:advancedRender"
This reverts commit 9ccb44e236.
2015-08-13 10:23:05 +01:00
Nathaniel Catchpole 9ccb44e236 Issue #2501931 by alexpott, alimac, cmanalansan, davidhernandez, scotself, cilefen, RavindraSingh, peezy, YesCT, pwolanin: Remove SafeMarkup::set in twig_render_template() and ThemeManager and FieldPluginBase:advancedRender 2015-08-13 09:54:02 +01:00