summaryrefslogtreecommitdiff
path: root/modules/simpletest
Commit message (Collapse)AuthorAge
...
* - Patch #500292 by Boombatower: provide a settings pagea for hidden ↵Dries Buytaert2009-07-07
| | | | SimpleTest variables.
* - Patch #512108 by boombatower: added a warning to educate people about the ↵Dries Buytaert2009-07-07
| | | | 'Clean environment' button when test run fails.
* - Patch #512104 by boombatower: simpletest breaks high volume sites.Dries Buytaert2009-07-07
|
* - Patch #443154 by boombatower: make sure fatal errors are reported as test ↵Dries Buytaert2009-07-07
| | | | failures.
* - Patch #505812 by Josh Waihi: remove database specific test.Dries Buytaert2009-07-06
|
* - Patch #506976 by catch: rename hook_perm to hook_permission.Dries Buytaert2009-07-05
|
* #315100 by Rob Loach, quicksketch, sun, skilip, aaron, et al: Add ability ↵Angie Byron2009-07-04
| | | | for modules to register JS/CSS libraries.
* - Patch #310139 by pwolanin, c960657: drupal_query_string_encode() should ↵Dries Buytaert2009-07-03
| | | | not call drupal_urlencode().
* - Patch #316189 by mfb, grndlvl: improved the format_date() test.Dries Buytaert2009-07-03
|
* - Patch #489438 by bjaspan, crotown: hook_field_create_field() is missing.Dries Buytaert2009-07-02
|
* #373201 by moshe weitzman, chx, Frando, eaton: Allow renderable array ↵Angie Byron2009-07-02
| | | | properties to be passed directly to theme functions.
* - Patch #395472 by JacobSingh, chx, cwgordon7: more improvements to the file ↵Dries Buytaert2009-07-01
| | | | transfer system to pave the path for a plugin manager. Heroic effort.
* - Patch #477944 by DamZ: more streamlining and clean-up of session handling ↵Dries Buytaert2009-07-01
| | | | code.
* - Patch #306027 by agentrickard, catch, dereine, Dave Reid, drewish, et al: ↵Dries Buytaert2009-07-01
| | | | automatically clean the {role_permission} table when modules are uninstalled.
* - Patch #497612 by Moshe Weitzman et al: harden user login by correctly ↵Dries Buytaert2009-06-30
| | | | using the form API. Complete commit now. Thank you, thank you.
* - Patch #316189 by mfb: tests for format_date.Dries Buytaert2009-06-30
|
* #493296 by jrchamp: Fix label on test assertion.Angie Byron2009-06-28
|
* #333171 by catch: Provide cache_get_multiple() and allow clearing of ↵Angie Byron2009-06-28
| | | | multiple cache IDs at once (with tests).
* - Patch #369314 by Berdir: make sub-selects work.Dries Buytaert2009-06-27
|
* #496950 by oestrich: Alphabetize the list of tests.Angie Byron2009-06-20
|
* - Patch #211439 by David_Rothstein, cwgordon7: correct sorting of modules.Dries Buytaert2009-06-20
|
* - Patch #276008 by lilou, Arancaytar: missing user agent should not trigger ↵Dries Buytaert2009-06-17
| | | | a notice per the HTTP specification.
* #482622 by chx and Frando: Allow alternative implementations for caching.Angie Byron2009-06-16
|
* #487868 follow-up by David Rothstein: Fix phpDoc of link assertion functions.Angie Byron2009-06-16
|
* - Patch #490574 by dww: avoid notices when you don't have files declared in ↵Dries Buytaert2009-06-13
| | | | your .info file.
* - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and ↵Dries Buytaert2009-06-12
| | | | teasers as fields. Oh, my.
* - Patch #487868 by David_Rothstein: fixed some test issues.Dries Buytaert2009-06-11
|
* - Patch #487830 by c960657: fixed a HTTP header and improved the tests.Dries Buytaert2009-06-10
|
* - Patch #487868 by David_Rothstein: remove meaningless assertions in ↵Dries Buytaert2009-06-10
| | | | drupalLogin().
* - Patch #336475 by kscheirer, Senpai, j.somers: added some tests for ↵Dries Buytaert2009-06-09
| | | | theme_table() and stick table headers.
* - Patch #449198 by boombatower: cealn up test loading and related API.Dries Buytaert2009-06-08
|
* #483468 by Josh Waihi and Berdir: Fix SimpleTest re-run tests button for ↵Angie Byron2009-06-08
| | | | PostgreSQL.
* - Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and ↵Dries Buytaert2009-06-06
| | | | system_theme_data().
* - Patch #156582 by c960657, Damien Tournoud, townxelliot: added support for ↵Dries Buytaert2009-06-06
| | | | timeouts to drupal_http_request().
* - Patch #481288 by Berdir: add support for INSERT INTO ... SELECT FROM ... ↵Dries Buytaert2009-06-05
| | | | queries.
* - Patch #473876 by Berdir: fixed broken query on PostgreSQL.Dries Buytaert2009-06-04
|
* #220233 by Berdir, marcingy, et al: Add useful API functions for extracting ↵Angie Byron2009-06-04
| | | | node type data.
* - Patch #422362 by JamesAn: convert form.inc to use new static caching API.Dries Buytaert2009-06-02
|
* - Patch #473652 by Damien Tournoud, catch: removed unneeded loop from ↵Dries Buytaert2009-06-02
| | | | file_get_mimetype() and further clean-up.
* - Patch #477944 by Damien Tournoud: fix and streamline page cache and ↵Dries Buytaert2009-06-02
| | | | session handling.
* #475596 by emmajane, catch, yoroy, et al. Move default welcome message to ↵Angie Byron2009-06-02
| | | | help system.
* #479200 by yched: Have SimpleTest rebuild node types between test runs.Angie Byron2009-06-02
|
* - Patch #458176 by c960657: improved exception handling in database layer.Dries Buytaert2009-06-01
|
* - Patch #478188 by boombatower: code style fixes.Dries Buytaert2009-06-01
|
* - Patch #394524 by Berdir, Damien Tournoud: converted to the new database ↵Dries Buytaert2009-05-30
| | | | abstraction layer.
* - Patch #477038 by Damien Tournoud, chx: add security and session token ↵Dries Buytaert2009-05-30
| | | | support to DrupalWebTestCase.
* - Patch #335067 by JamesAn: improved singular/plural strings in the ↵Dries Buytaert2009-05-29
| | | | simpletest UI.
* #475348 by boombatower: Move admin/development to system.module so it's ↵Angie Byron2009-05-29
| | | | available to other modules.
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* #296693 by Damien Tournoud, boombatower, sun, and Xano: Hide parent ↵Angie Byron2009-05-27
| | | | administrative menu items when user has no access to any of their children.