| Commit message (Expand) | Author | Age |
* | #509392 by adrian: Add .info files for installation profiles. | Angie Byron | 2009-07-15 |
* | - Patch #517542 by Damien Tournoud: fixed broken patch. | Dries Buytaert | 2009-07-14 |
* | - Patch #481498 by JamesAn: convert simpletest to drupal_static(). | Dries Buytaert | 2009-07-11 |
* | #500280 follow-up by boombatower: Remove debugging code and fix implementation. | Angie Byron | 2009-07-11 |
* | - Patch #500280 by boombatower, Dries: provide verbose mode for testing. | Dries Buytaert | 2009-07-08 |
* | - Patch #500292 by Boombatower: provide a settings pagea for hidden SimpleTes... | Dries Buytaert | 2009-07-07 |
* | - Patch #512104 by boombatower: simpletest breaks high volume sites. | Dries Buytaert | 2009-07-07 |
* | - Patch #443154 by boombatower: make sure fatal errors are reported as test f... | Dries Buytaert | 2009-07-07 |
* | - Patch #506976 by catch: rename hook_perm to hook_permission. | Dries Buytaert | 2009-07-05 |
* | - Patch #477944 by DamZ: more streamlining and clean-up of session handling c... | Dries Buytaert | 2009-07-01 |
* | #487868 follow-up by David Rothstein: Fix phpDoc of link assertion functions. | Angie Byron | 2009-06-16 |
* | - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers... | Dries Buytaert | 2009-06-12 |
* | - Patch #487868 by David_Rothstein: fixed some test issues. | Dries Buytaert | 2009-06-11 |
* | - Patch #487868 by David_Rothstein: remove meaningless assertions in drupalLo... | Dries Buytaert | 2009-06-10 |
* | #220233 by Berdir, marcingy, et al: Add useful API functions for extracting n... | Angie Byron | 2009-06-04 |
* | #479200 by yched: Have SimpleTest rebuild node types between test runs. | Angie Byron | 2009-06-02 |
* | - Patch #478188 by boombatower: code style fixes. | Dries Buytaert | 2009-06-01 |
* | - Patch #394524 by Berdir, Damien Tournoud: converted to the new database abs... | Dries Buytaert | 2009-05-30 |
* | - Patch #477038 by Damien Tournoud, chx: add security and session token suppo... | Dries Buytaert | 2009-05-30 |
* | - Patch #296001 by mr.baileys, ThiOz et al: added support for e-mail assertio... | Dries Buytaert | 2009-05-26 |
* | - Patch #464714 by chx, DamZ: speed up the tests by bringing unit tests backt... | Dries Buytaert | 2009-05-25 |
* | - Patch #471070 by stella: millions of code style fixes. | Dries Buytaert | 2009-05-24 |
* | - Patch #470992 by chx: disable locale module while running tests. | Dries Buytaert | 2009-05-24 |
* | #452416 by bjaspan: Reformat status reporting code slightly to allow breakpoi... | Angie Byron | 2009-05-20 |
* | #295864 follow-up by boombatower: Clarify when to use randomName() vs. random... | Angie Byron | 2009-05-03 |
* | - Patch #419114 by boombatower: clean up assertions. | Dries Buytaert | 2009-05-03 |
* | - Patch #295864 by boombatower, sun: fixed typos in the documentation. Nice ... | Dries Buytaert | 2009-04-29 |
* | - Patch #295864 by boombatower: cleaned up the randomName() method by removin... | Dries Buytaert | 2009-04-29 |
* | - Patch #340081 by dmitrig01, boombatower: clean-up of drupalCreateUser() | Dries Buytaert | 2009-04-29 |
* | #339210 by klausi and dmenefee: Allow SimpleTest module to work on sites with... | Angie Byron | 2009-04-25 |
* | - Patch #335756 by Damien Tournoud, hass: fixed simpletest file directory path. | Dries Buytaert | 2009-04-25 |
* | - Patch #308296 by Dave Reid, Damien Tournoud: clean-up of drupalCreateNode(). | Dries Buytaert | 2009-04-22 |
* | - Patch #413732 by brianV: database code clean-up. | Dries Buytaert | 2009-04-20 |
* | #368639 by puradata: Remove drupalCreateField/Instance in favour of standard ... | Angie Byron | 2009-04-20 |
* | - Patch #434336 by klausi: fixed simpletest on lighttpd. Curl header funkiness. | Dries Buytaert | 2009-04-17 |
* | #349237 by c960657: Fix assertTitle()'s encoding of HTML attributes (with tes... | Angie Byron | 2009-03-30 |
* | #402804 by roychri and Damien Tournoud: Add assertions to check if text was f... | Angie Byron | 2009-03-17 |
* | #347250 by catch, drewish, and Berdir: Add function for loading multiple user... | Angie Byron | 2009-03-14 |
* | - Patch #400636 by mr.baileys: improve HTTP request assertion message. | Dries Buytaert | 2009-03-14 |
* | - Patch #395856 by mr.baileys: added HTTP request status code to request asse... | Dries Buytaert | 2009-03-09 |
* | - Patch #395228 by c960657: fixed sorting order in drupalGetTestFiles(). | Dries Buytaert | 2009-03-08 |
* | - Patch #334554 by hass: prevent endless loops in the simpletests. | Dries Buytaert | 2009-02-22 |
* | - Patch #380064 by c960657: make file_scan_directory() use save property name... | Dries Buytaert | 2009-02-22 |
* | #373502 by drewish and sun: Add function to delete unmanaged files recuriseve... | Angie Byron | 2009-02-13 |
* | #369413 by bjaspan: Reset Field API caches in DrupalWebTestCase->tearDown(). | Angie Byron | 2009-02-06 |
* | - Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, floriant... | Dries Buytaert | 2009-02-03 |
* | #363687 by chx: Simplify DBTNG codeflow. | Angie Byron | 2009-01-25 |
* | - Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, u... | Dries Buytaert | 2009-01-19 |
* | - Patch #351805 by chx: worked around endless loops in tests. | Dries Buytaert | 2009-01-06 |
* | - Patch #353618 by sun: drupalLogin does not update passed-in user object -- ... | Dries Buytaert | 2009-01-06 |