Commit Graph

110 Commits (e8f1cbd51fdfd10a5b0e6e3232d2663ae69e953b)

Author SHA1 Message Date
mcdruid d88c80f888 Issue #3085861 by Liam Morland: Fix typos in simpletest comments 2022-11-25 16:56:35 +00:00
mcdruid 3c7c6de06f Issue #2759197 by Fabianx, Stevel, mpdonadio, joelpittet, larowlan, gor: Improve WebTestCase performance by 50% 2021-05-28 14:03:46 +01:00
mcdruid 6d33276740 Issue #1713332 by amateescu, mcdruid, Xen, droplet, pietmarcus, bzrudi71, znerol, czigor, marcelovani, TR, wulff, pp, Damien Tournoud, David_Rothstein, webchick, apassi, dcrocks, opdavies, Mixologic, xjm, zserno, andypost, Pancho, catch, gaas, Fabianx, Crell, alexpott: The SQLite database driver fails to drop simpletest tables 2020-10-16 22:12:45 +01:00
Fabian Franz 206c7c1b40 Issue #1081266 by stefan.r, jeroen.b, mikeytown2, David_Rothstein, tsphethean, mfb, joseph.olstad, marcelovani, Kars-T, joelpittet, Fabianx, catch, fgm, das-peter, alexpott, emcniece, oriol_e9g, sun, corbacho, klausi, mgifford, onelittleant, Peter Bex, Spleshka, beejeebus, Berdir, pwaterz, SocialNicheGuru, sylus, Wim Leers, heyyo, joshtaylor, swentel, alanburke, dagmar, alexmoreno, kenorb, EvanSchisler, Mark Theunissen, bmateus, andypost, Lukas von Blarer, ChristophWeber, nicholas.alipaz, arosboro, askibinski, dawehner, DerekL, ExTexan: Avoid re-scanning module directory when a filename or a module is missing 2016-07-04 14:16:32 -07:00
David Rothstein 6df765676a Issue #2195183 by cleaver, zopa, elgordogrande, sandykadam, jhodgdon, joachim, Eda: document Batch API callbacks as callback implementations 2015-10-14 15:37:30 -04:00
David Rothstein 3b96a7d912 Issue #2512210 by trgreen17, naveenvalecha, David_Rothstein, jhodgdon, liberatr: SimpleTest - WebTestBase method creates binary-text files when the intention was to create text files, and text file creation is broken 2015-10-12 23:39:43 -04:00
David Rothstein 731a540f83 Issue #2293767 by tstoeckler: Allow PSR-4 test classes to be used in Drupal 7. 2015-03-29 16:59:36 -04:00
David Rothstein 7cbe4b7e26 Issue #1693398 by donquixote, pounard, sun, Sylvain Lecoy: Allow PSR-0 test classes to be used in D7. 2013-04-01 22:50:18 -04:00
Jennifer Hodgdon 4fb8e143a3 Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pages 2012-03-26 11:28:49 -07:00
webchick 138745688b Issue #800434 by pillarsdotnet, plach, bart.hanssens: Added drupal_mail(), allow hook_mail_alter() implementation to cancel mail. 2012-01-21 10:24:52 -08:00
webchick d967abdf1d Issue #1054848 by barraponto: Fixing common typos through codespell.py. 2011-10-02 11:09:00 -07:00
webchick e3de4550ac Issue #1029606 follow-up by catch, David_Rothstein: Fixed Regression: Not loading the .module file causes a fatal error when uninstalling some modules (as does loading it). 2011-06-15 02:28:22 -04:00
The Great Git Migration 79bcdb8b7d Stripping CVS keywords 2011-02-25 02:06:03 +00:00
Dries Buytaert a3daea1f8a - Patch #968476 by Dave Reid: use proper API for removing directory on uninstall. 2010-11-12 03:06:52 +00:00
Dries Buytaert e6385ee624 - Patch #949212 by luchochs: simpletest_last_test_get() is ignored in api.drupal.org. 2010-10-25 00:19:24 +00:00
Dries Buytaert a67aa89c62 - Patch #937026 by sun: needless cache clearing in simpletest_run_tests(). 2010-10-10 11:34:22 +00:00
Dries Buytaert c9de4646c5 - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths and local tasks #2. 2010-09-24 00:37:45 +00:00
Dries Buytaert fb300d1f96 - Patch #895308 by Damien Tournoud: remove file_directory_path(). 2010-09-01 20:08:17 +00:00
Dries Buytaert 91ecce750c - Patch #867988 by andypost: remove simpletest_test_stream_wrappers(). 2010-07-30 01:34:38 +00:00
Angie Byron 72bffa0278 #594908 by Berdir, Bojhan, mrfelton, yoroy, catch: Changed Weight categories on Configuration & Modules correctly. 2010-03-30 07:17:19 +00:00
Dries Buytaert 25feb96f6d - Patch #248598 by David_Rothstein, pwolanin, aspilicious: improved warning about dangerous permissions. 2010-03-21 21:20:43 +00:00
Dries Buytaert 3fc8b8b3f3 - Patch #683814 by yched: remove unneeded call to batch_process(). 2010-01-15 04:16:57 +00:00
Angie Byron 71ee49de3e #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more extraneous 'Please' in the interface. 2010-01-09 23:03:22 +00:00
Dries Buytaert b057283bc3 - Patch #667264 by Damien Tournoud: improved generation of tests files to avoid concurrency problems causing the tests to /randomly/ fail. 2009-12-28 12:06:49 +00:00
Dries Buytaert 8749a43a54 - Patch #601548 by Damien Tournoud, moshe weitzman: loosen the dependency between t() and the theming layer. 2009-12-22 14:47:14 +00:00
Dries Buytaert 2def99b226 - Patch #663828 by chx: allow core tests to be programmatically disabled. 2009-12-20 21:12:54 +00:00
Angie Byron e14a263914 #577398 by boombatower: Fix SimpleTest temporary file handling, post-stream wrappers. 2009-12-15 05:25:47 +00:00
Dries Buytaert 1da26fadfe - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. 2009-12-04 16:49:48 +00:00
Dries Buytaert 5bdef156a8 - Patch #634234 by jhodgdon, arianek, lisarex: better help for system module, syslog module, and simpletest module. 2009-12-01 13:43:11 +00:00
Dries Buytaert 29368b4664 - Patch #620446 by Xano: rewrite permission titles and descriptions. 2009-12-01 13:14:43 +00:00
Angie Byron 47328efca6 #608870 by c960657: Fixed notice in simpletest_clean_database(). 2009-10-24 23:12:11 +00:00
Angie Byron a7149821d6 #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme functions to take one argument without any hacks. NOTE: This is an API change in hook_theme(). 2009-10-23 22:24:19 +00:00
Dries Buytaert 08386dac6d - Patch #611990 by c960657: the “Clean environment” button did not flush all caches. 2009-10-23 01:04:10 +00:00
Dries Buytaert c05f2181dc - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot. 2009-10-09 01:00:08 +00:00
Dries Buytaert ca709290cc - Patch #343502 by Dave Reid, sun | dbabbage, Dries, boombatower: allow tests to require and test existence of modules. Required to make testing contributed modules possible. 2009-10-08 15:18:27 +00:00
Dries Buytaert cef1089389 - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql(). 2009-09-29 15:13:57 +00:00
Dries Buytaert a32c8ecfff - Patch #249553 by sun: started to rename SimpleTest to Testing, at least in user output. 2009-09-21 06:52:40 +00:00
Angie Byron e18feedfdb #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... hey hey hey... gooood byeeee... 2009-09-18 00:04:24 +00:00
Angie Byron 78737e8366 #556534 by xmacinfo: Fixed SimpleTest help text. 2009-09-17 03:47:23 +00:00
Angie Byron 2c55219315 #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading. 2009-08-24 00:14:23 +00:00
Angie Byron e63e85020b Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again. 2009-08-24 00:10:46 +00:00
Angie Byron 4ae238ea57 *** empty log message *** 2009-08-24 00:02:05 +00:00
Angie Byron b41323642b #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://. 2009-08-17 19:14:42 +00:00
Dries Buytaert 9d97533822 - Patch #550768 by boombatower: correct clear result message. 2009-08-16 19:33:54 +00:00
Angie Byron 7e04923b9e #529126 by boombatower: Split up SimpleTest verbose output into separate files. 2009-08-15 17:52:53 +00:00
Angie Byron 8b86d0da84 #296574 by boombatower and chx: Provide debug function for debugging during tests and elsewhere. 2009-08-15 06:20:20 +00:00
Dries Buytaert 14f98f2b7e - Patch #546882 by Gabor Hojtsy: moving simpletest over to the new IA. 2009-08-13 11:31:26 +00:00
Dries Buytaert 8140ed0d84 - Patch #443154 by boombatower, pwolanin: properly report fatal errors as failures. 2009-07-30 10:46:53 +00:00
Dries Buytaert a938e18a1b - Patch #491556 by Berdir: completed converting core to DBTNG. Oh my. Kudos to Berdir for this humongous effort. 2009-07-28 19:18:08 +00:00
Dries Buytaert d24d954479 - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure. 2009-07-20 18:51:36 +00:00