summaryrefslogtreecommitdiff
path: root/modules/simpletest
Commit message (Collapse)AuthorAge
* #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.
* - Patch #458566 by chx: work around PHP's curly bracket madness.Dries Buytaert2009-05-10
|
* #453962 by neclimdul: Change all instances of getInfo() to static functions.Angie Byron2009-05-06
|
* - Patch #267333 by cwgordon7, David_Rothstein, lilou, et al: fixed batch api ↵Dries Buytaert2009-05-06
| | | | rounding.
* - Patch #352872 by Damien Tournoud: clean-up xmlrpc() wrapper.Dries Buytaert2009-05-04
|
* #295864 follow-up by boombatower: Clarify when to use randomName() vs. ↵Angie Byron2009-05-03
| | | | randomString().
* - Patch #419114 by boombatower: clean up assertions.Dries Buytaert2009-05-03
|
* - Patch #396578 by Damien Tournoud: added db_truncate_table() to the ↵Dries Buytaert2009-05-03
| | | | database layer.
* - Patch #329015 by Damien Tournoud: improved error handling of batch API.Dries Buytaert2009-05-03
|
* - Patch #392696 by yched et al: save default values on insert.Dries Buytaert2009-05-01
|
* #445950 follow-up: Committing missing simpletest.pages.inc.Angie Byron2009-05-01
|
* - Patch #445950 by boombatower: interface improvements for SimpleTest.Dries Buytaert2009-05-01
|
* - Patch #295864 by boombatower, sun: fixed typos in the documentation. Nice ↵Dries Buytaert2009-04-29
| | | | catches, sun\!
* - Patch #295864 by boombatower: cleaned up the randomName() method by ↵Dries Buytaert2009-04-29
| | | | removing unnecessary prefix code, and added a new randomString() method which includes characters like spaces.
* - Patch #340081 by dmitrig01, boombatower: clean-up of drupalCreateUser()Dries Buytaert2009-04-29
|
* - Patch #408024 by brianV et al: rename drupal_execute() to ↵Dries Buytaert2009-04-29
| | | | drupal_submit_form().
* #445094 by yched: Fix failing tests in SQLite/PostgreSQL due to passing in ↵Angie Byron2009-04-28
| | | | NULL values for ftid and ftvid.
* #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for ↵Angie Byron2009-04-27
| | | | anonymous JS functions.
* - Patch #345591 by pwolanin, c960657: make the tests work when running with CGI.Dries Buytaert2009-04-27
|
* - Patch #368067 by catch: move testing to a 'Development' menu.Dries Buytaert2009-04-27
|
* #444402 by kkaefer and RobLoach: Enforce coding standards on all core ↵Angie Byron2009-04-26
| | | | JavaScript.
* - Patch #445410 by Damien Tournoud: fix $ tags.Dries Buytaert2009-04-26
|