summaryrefslogtreecommitdiff
path: root/modules/simpletest
Commit message (Collapse)AuthorAge
* - 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.
* - Patch #296001 by mr.baileys, ThiOz et al: added support for e-mail ↵Dries Buytaert2009-05-26
| | | | assertions. Woot!
* - Patch #137932 by grendzy, Alan D, lilou et al: automatic enctype on adding ↵Dries Buytaert2009-05-25
| | | | a file field.
* - Patch #464714 by chx, DamZ: speed up the tests by bringing unit tests ↵Dries Buytaert2009-05-25
| | | | backt to live. Unit tests bootstrap faster and have the potential to speed up testing. We'll need help converting tests where possible.
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - Patch #470992 by chx: disable locale module while running tests.Dries Buytaert2009-05-24
|
* - Patch #304936 by boombatower, drewish: proper installation of test files ↵Dries Buytaert2009-05-24
| | | | and removal.
* - Patch #471142 by stella: code style fixes.Dries Buytaert2009-05-24
|
* #469768 again. Let's get those new files there, shall we? :PAngie Byron2009-05-22
|
* #469768 by sun and mr.baileys: Move error handling testing to their own ↵Angie Byron2009-05-22
| | | | separate .test and .module.
* - Patch #396284 by Berdir, chx, jcfiala, csevb10 et al: make sure to order ↵Dries Buytaert2009-05-22
| | | | by table headers first, before ordering by other fields.
* - Patch #467984 by Berdir: fixed some database glitches and extended the tests.Dries Buytaert2009-05-22
|
* Roll-back of #310467: Breaks installer requirements check and update.php.Angie Byron2009-05-21
|
* - Patch #428744 by Gabor: make the main page content a real block and clean ↵Dries Buytaert2009-05-21
| | | | up some of the content API.
* #452416 by bjaspan: Reformat status reporting code slightly to allow ↵Angie Byron2009-05-20
| | | | breakpoints in debuggers.
* - Patch #415044 by bjaspan, yched: indexes for field storage.Dries Buytaert2009-05-20
|
* - Patch #451668 by mfb: page cache test failing with mod_deflate.Dries Buytaert2009-05-18
|
* - Patch #407294 by Litrik: provide hooks to allow other modules to listen to ↵Dries Buytaert2009-05-17
| | | | SimpleTest results. Java-lamp, here I come!
* - Patch #464732 by deviantintegral: fixed variable name.Dries Buytaert2009-05-17
|
* - Patch #293511 by cwgordon7, catch, dereine, Wisif, ThiOz: added a test for ↵Dries Buytaert2009-05-17
| | | | menu_get_item() and menu_set_item().
* #451212 by yched: Make field_test_entity_save() consistent with node_save().Angie Byron2009-05-17
|
* #362024 by neclimdul, yched, and bjaspan: Make hook_field_load() multiple ↵Angie Byron2009-05-17
| | | | like field_attach_load().
* - Patch #368116 by chx, c960657: fixed bug in tokenizer for registry.Dries Buytaert2009-05-16
|
* #426906 by Rob Loach: Convert drupal_add_js/css to static caching API.Angie Byron2009-05-16
|
* - Patch #310467 by chx, moshe weitzman: made hook_theme slimmer.Dries Buytaert2009-05-14
|
* #320011 by lilou, snufkin, and karschp: Add consistent @file declarations to ↵Angie Byron2009-05-13
| | | | all .install files.
* - Patch #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return ↵Dries Buytaert2009-05-12
| | | | unrendered forms.