Nathaniel Catchpole
|
6862b53e83
|
Issue #2659100 by dawehner, alexpott: Allow run-tests.sh to run just the javascript Functional tests
|
2016-02-22 11:33:20 +09:00 |
Alex Pott
|
98d39d1bdb
|
Issue #2669400 by jungle, dimaro, rakesh.gectcr, lluvigne, Mile23: Replace deprecated usages of entity_create('type') with a direct call to <EntityType>::create()
|
2016-02-20 10:55:26 +05:30 |
Nathaniel Catchpole
|
4a6c6d83d7
|
Issue #2670360 by edurenye: Add BC layer in installSchema to support url_alias
|
2016-02-18 10:58:14 +09:00 |
Nathaniel Catchpole
|
8e4fe5c0f9
|
Issue #2641584 by Mac_Weber, heykarthikwithu, legovaer: Replace deprecated usage of entity_create('field_config') with a direct call to FieldConfig::create()
|
2016-02-16 20:13:36 +09:00 |
Nathaniel Catchpole
|
854649c923
|
Issue #2641624 by heykarthikwithu, Mac_Weber, kostyashupenko: Replace deprecated usage of entity_create('user') with a direct call to User::create()
|
2016-02-16 16:54:49 +09:00 |
Nathaniel Catchpole
|
049224c875
|
Issue #2641562 by Mac_Weber, legovaer: Replace deprecated usage of entity_create('entity_view_display') with a direct call to EntityViewDisplay::create()
|
2016-02-16 12:35:57 +09:00 |
Jennifer Hodgdon
|
d87ade36a4
|
Issue #2572643 by alexpott, attiks, Jelle_S, jhodgdon: Fix Drupal.Commenting.FileComment coding standard
|
2016-02-11 12:54:33 -08:00 |
Nathaniel Catchpole
|
d4e7281f28
|
Issue #2641586 by Mac_Weber, marvin_B8: Replace deprecated usage of entity_create('field_storage_config') with a direct call to FieldStorageConfig::create()
|
2016-02-09 08:52:18 +09:00 |
Alex Pott
|
0146f0f753
|
Issue #895656 by smccabe, adinac, andypost, mfb: dom and hash extensions already required by system module, do not need to be required by simpletest
|
2016-02-02 11:24:50 +00:00 |
Nathaniel Catchpole
|
5f0b3cb452
|
Issue #2655700 by jhodgdon: ajaxRender() is referenced in documentation but no longer exists
|
2016-02-01 21:18:35 +09:00 |
Alex Pott
|
af54540567
|
Issue #2510150 by tduong, Berdir: AccountProxy is not calling date_set_default_timezone() for anonymous users
|
2016-01-19 14:57:43 +00:00 |
Alex Pott
|
474fc00912
|
Issue #2636774 by dawehner, jibran: Move some of the create* functionality into traits
|
2016-01-19 14:00:21 +00:00 |
Nathaniel Catchpole
|
4a320ea0d1
|
Issue #1494670 by Liam Morland, jhedstrom, Wim Leers, mfb: References to CSS, JS, and similar files should be root-relative URLs: avoids mixed content warnings & fewer bytes to send
|
2016-01-15 13:20:55 +09:00 |
Alex Pott
|
9067206883
|
Issue #2571845 by drupal.ninja03, hussainweb, anil280988, snehi, jhodgdon, GoZ, stefan.r: Links to wikipedia/php.net should be part of the actual t() string so they can be localized
|
2016-01-05 14:31:39 +00:00 |
Alex Pott
|
9f4034ac98
|
Issue #2642236 by TR: Various setUp() and tearDown() methods are not protected (the sequel)
|
2016-01-05 10:53:08 +00:00 |
Alex Pott
|
424ed505f0
|
Issue #2642824 by chx, jhodgdon: Document extension_discovery_scan_tests setting everywhere
|
2016-01-04 17:29:16 +00:00 |
Nathaniel Catchpole
|
27daa8c3b6
|
Issue #2641692 by Mac_Weber: Replace deprecated usage of entity_create('user_role') with a direct call to UserRole::create()
|
2016-01-04 15:02:02 +09:00 |
Nathaniel Catchpole
|
3e4c90d3df
|
Issue #1386394 by David_Rothstein, Kristen Pol, tstoeckler: Add back the ability for install profiles (or at least distros) to pre-select a language or modify the language-selection screen
|
2016-01-04 13:08:05 +09:00 |
Alex Pott
|
b1c7365ef4
|
Issue #2605684 by chx, dawehner: Routing silently fails in kernel tests
|
2015-12-23 15:11:24 +00:00 |
Alex Pott
|
b374ddbaaa
|
Issue #2637030 by klausi: Assertions with BrowserTestBase are reported in the wrong file and line number
|
2015-12-21 15:53:17 +00:00 |
Nathaniel Catchpole
|
38e1141cbf
|
Issue #2636228 by alexpott: BrowserTestBase and KernelTestBase tests break badly when they fail
|
2015-12-21 12:09:32 +00:00 |
Alex Pott
|
224c447f08
|
Issue #2494735 by hussainweb: add $runTestInSeparateProcess = TRUE for BrowserTestBase
|
2015-12-16 12:15:31 +00:00 |
Alex Pott
|
d003c7276a
|
Issue #2635324 by dawehner: kernel tests are unrunnabble because markTestSkipped message is not displayed
|
2015-12-16 11:25:51 +00:00 |
Nathaniel Catchpole
|
97fc3f7e4a
|
Issue #2388247 by pguillard, snehi, joelpittet, sriharsha.uppuluri: Documentation refers to _theme() function, which has been removed
|
2015-12-10 14:19:31 +00:00 |
Jennifer Hodgdon
|
c5eb4480bb
|
Issue #2607870 by Lars Toomre: Some docblock fixes for PHP type 'integer'
(cherry picked from commit e0516e391a )
|
2015-12-08 09:48:25 -08:00 |
Alex Pott
|
e746bd96f4
|
Issue #2105583 by neclimdul, tim.plunkett, dawehner, Mile23: Add some sane strictness to phpunit tests to catch risky tests
|
2015-12-07 14:37:15 +00:00 |
Alex Pott
|
f730e579b4
|
Issue #2572695 by marvin_B8, attiks, pfrenssen, xjm: Fix 'Drupal.ControlStructures.ElseIf' coding standard
|
2015-11-28 16:50:23 +01:00 |
Alex Pott
|
12db22c4cb
|
Issue #2485761 by mondrake, c470ip, jhedstrom: Support for transparent GIFs broken
|
2015-11-24 12:38:01 +00:00 |
Alex Pott
|
7b4baac538
|
Issue #2587229 by Chi, claudiu.cristea: Cleanup AssertContentTrait::xpath()
|
2015-11-24 11:59:48 +00:00 |
Alex Pott
|
37705f2a82
|
Issue #2189345 by benjy, sanduhrs, Mile23, joshtaylor, jbekker, klausi, sun, zaporylie, pfrenssen, jsacksick: run-tests.sh should exit with a failure code if any tests failed
|
2015-11-17 14:42:51 +00:00 |
Nathaniel Catchpole
|
3d6d0f1801
|
Issue #2535774 by dawehner, jhedstrom: Error handler swallows catchable fatal errors
|
2015-11-12 10:08:51 +00:00 |
Alex Pott
|
7d05e583e1
|
Revert "Issue #2510380 by Wim Leers, DuaelFr, mlewand, quicksketch, Reinmar, oleq: Images cannot be linked in CKEditor"
This reverts commit 2d342c0f63 .
|
2015-11-03 17:27:58 +00:00 |
Alex Pott
|
2d342c0f63
|
Issue #2510380 by Wim Leers, DuaelFr, mlewand, quicksketch, Reinmar, oleq: Images cannot be linked in CKEditor
|
2015-11-03 15:15:57 +00:00 |
Nathaniel Catchpole
|
533bb68ca3
|
Issue #2606470 by alexpott: Symfony prevents container cloning in 2.8 - let's fix this early
|
2015-11-03 10:48:10 +00:00 |
xjm
|
120111a956
|
Issue #2588529 by David_Rothstein, cilefen, kikoalonsob: Code indentation is incorrect in simpletest_generate_file()
|
2015-10-23 20:26:25 -07:00 |
xjm
|
639272360e
|
Issue #2502621 by Pravin Ajaaz, hussainweb, Peacog, jhodgdon, ivanjaros: Replace implement notes with inheritdoc tag
|
2015-10-23 13:59:43 -07:00 |
Alex Pott
|
aeed399398
|
Issue #2502867 by Peacog, trwad, jhodgdon: Document all drupal(Post|Get)(*) methods $path parameter
|
2015-10-23 11:17:28 -07:00 |
Alex Pott
|
ff622b5962
|
Issue #2527126 by Wim Leers, dawehner, effulgentsia, anavarre, janusman, Fabianx, alexpott, hass, catch, Berdir, znerol: Only send X-Drupal-Cache-Tags and -Contexts headers when developer explicitly enables them
|
2015-10-20 11:04:58 -07:00 |
Alex Pott
|
cc3ddd4af0
|
Issue #2582457 by Mixologic, dawehner: Failed PHP Unit tests should report detailed information (regression)
|
2015-10-19 16:21:01 -07:00 |
Alex Pott
|
805e1d6daa
|
Issue #2589599 by tstoeckler: Dead code in WebTestBase
|
2015-10-19 10:46:16 -07:00 |
Alex Pott
|
e778f7c2aa
|
Issue #2573165 by tunic, hussainweb, elachlan, dawehner, Jaesin, grom358, cilefen: Step 1.5: Make the driver swappable more easy
|
2015-10-19 10:39:07 -07:00 |
effulgentsia
|
74a50236b8
|
Issue #2580389 by benjy, alexpott, jibran: Allow test classes to specify the config object exceptions
|
2015-10-15 11:04:55 -07:00 |
Alex Pott
|
93088f8720
|
Issue #2590059 by Sagar Ramgade, GoZ, sdstyles, jhodgdon: Fix double occurrence of prepositions
|
2015-10-15 11:02:38 +01:00 |
Alex Pott
|
b0e82e5871
|
Issue #2548195 by nod_, JohnAlbin, madhavvyas, sriharsha.uppuluri: Only use single quotes in JavaScript and update .eslintrc
|
2015-10-13 23:37:56 +01:00 |
effulgentsia
|
74cd53e34c
|
Issue #2583009 by alexpott, dawehner: --browser output from run-tests.sh could be easier to read
|
2015-10-08 13:29:32 -07:00 |
Nathaniel Catchpole
|
8b65164c5a
|
Issue #2533800 by alexpott: Remove all unused use statements from core
|
2015-10-08 20:46:26 +01:00 |
xjm
|
b8251f61e9
|
Issue #2575869 by pwolanin, Wim Leers, JeroenT, dawehner, YesCT: Remove all remaining usage of deprecated UrlGeneratorInterface::generateFromPath() and delete it
|
2015-10-06 22:06:35 -05:00 |
xjm
|
bfb117c569
|
Issue #2487588 by YesCT, Leksat, Schnitzel, alexpott, anavarre, xjm: Move CMI import/export directory "staging" to "sync", as it is confused with staging environments
|
2015-10-05 18:29:54 -05:00 |
Nathaniel Catchpole
|
72b0180f59
|
Issue #2454649 by Aki Tendo, dawehner: Cache Optimization and hardening -- [PP-1] Use assert() instead of exceptions in Cache::merge(Tags|Contexts)
|
2015-10-05 14:12:02 +01:00 |
Alex Pott
|
a47dd7adda
|
Issue #2568511 by Mile23, ianthomas_uk, Wim Leers: Fix broken test: KernelTestBase::render
|
2015-10-05 13:05:04 +01:00 |