summaryrefslogtreecommitdiff
path: root/modules/simpletest
Commit message (Collapse)AuthorAge
* - 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
|
* #339210 by klausi and dmenefee: Allow SimpleTest module to work on sites ↵Angie Byron2009-04-25
| | | | with HTTP authentication.
* - Patch #345591 by pwolanin, JacobSingh: drupal_http_request() should return ↵Dries Buytaert2009-04-25
| | | | the original status message and protocol.
* - Patch #335756 by Damien Tournoud, hass: fixed simpletest file directory path.Dries Buytaert2009-04-25
|
* - Patch #308296 by Dave Reid, Damien Tournoud: clean-up of drupalCreateNode().Dries Buytaert2009-04-22
|
* - Patch #147310 by c960657 et al: better cache headers for reverse proxies.Dries Buytaert2009-04-22
|
* - Patch #302240 by fago: fixed various problems with form storage and added ↵Dries Buytaert2009-04-22
| | | | tests. Yay.
* - Patch #413732 by brianV: database code clean-up.Dries Buytaert2009-04-20
|
* #368639 by puradata: Remove drupalCreateField/Instance in favour of standard ↵Angie Byron2009-04-20
| | | | API functions.
* Roll-back of #333054; needs more discussion.Angie Byron2009-04-20
|
* - Patch #434336 by klausi: fixed simpletest on lighttpd. Curl header funkiness.Dries Buytaert2009-04-17
|
* #396224 - SA-CORE-2009-03 - Disallow nulls and slashes from file names in theme.Angie Byron2009-04-15
|
* - Patch #423690 by Berdir: fixed bug in menu_link_maintain(). With tests.Dries Buytaert2009-04-13
|
* #423664 by Berdir: Fix dependency checking of non-existing modules. (with ↵Angie Byron2009-04-11
| | | | corrected tests)
* - Patch #424094 by chx: fixed taxonomy tests.Dries Buytaert2009-04-05
|
* - Patch #254491 by chx, catch, justinrandell, pwolanin, David_Rothstein, et ↵Dries Buytaert2009-04-02
| | | | al: centralized static caching to improve testability of the Drupal code, and to remove $reset-parameters. Thanks for taking the time to convince me, catch!
* - Patch #333054 by c960657: page cache should be case sensitive.Dries Buytaert2009-04-01
|
* #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵Angie Byron2009-03-31
| | | | static method to reduce memory footprint of SimpleTest.
* #349237 by c960657: Fix assertTitle()'s encoding of HTML attributes (with ↵Angie Byron2009-03-30
| | | | tests).
* #259368 by Rob Loach, mfer, and sun: Allow drupal_add_css() to add/aggregate ↵Angie Byron2009-03-30
| | | | inline CSS.
* #415762 by boombatower: Clean SimpleTest environment on module uninstall.Angie Byron2009-03-29
|
* #297972 by scor, yched, Steven Jones, and heyrocker: Allow drupal_execute() ↵Angie Byron2009-03-28
| | | | to be performed within batch API (with tests).
* #369964 by yched and bjaspan: Refactor field validation and error reporting. ↵Angie Byron2009-03-26
| | | | Field API no longer coupled to Form API. Hooray.
* - Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation ↵Dries Buytaert2009-03-20
| | | | to user and administration menu. Will require follow-up patches.
* #402804 by roychri and Damien Tournoud: Add assertions to check if text was ↵Angie Byron2009-03-17
| | | | found only once or more than once.
* #347250 by catch, drewish, and Berdir: Add function for loading multiple ↵Angie Byron2009-03-14
| | | | users in one request.
* - Patch #400636 by mr.baileys: improve HTTP request assertion message.Dries Buytaert2009-03-14
|
* - Patch #401922 by Damien Tournoud: fixed parent link detection.Dries Buytaert2009-03-14
|
* - Patch #12201 by mfb: added support for table descriptions.Dries Buytaert2009-03-14
|
* - Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from ↵Dries Buytaert2009-03-14
| | | | Views.
* #343999 by Crell, chx, and Alexander Pas: Add facility for doing NULL / NOT ↵Angie Byron2009-03-14
| | | | NULL conditions to DBTNG.
* #360081 by quicksketch: Stop using global variables for JavaScript settings.Angie Byron2009-03-13
|
* - Patch #373613 by drewish, quicksketch: working around some Debian issues. ↵Dries Buytaert2009-03-10
| | | | They ship a different GD library.
* - Patch #395856 by mr.baileys: added HTTP request status code to request ↵Dries Buytaert2009-03-09
| | | | assertion message.
* - Patch #373613 by quicksketch and drewish: in order to operate on images ↵Dries Buytaert2009-03-09
| | | | | | | | | | multiple times (such as crop, scale, then desaturate) without quality loss, we need to pass images by their raw GD (or other library) resources rather than re-opening the same image repeatedly, which causes wasted processing and loss of quality when using JPEG images. This patch reworks the image toolkits, adds some new image manipulations and adds some impressive SimpleTests.
* - Patch #395228 by c960657: fixed sorting order in drupalGetTestFiles().Dries Buytaert2009-03-08
|
* #350545 by Damien Tournoud: Remove unreliable invalid date test so that ↵Angie Byron2009-03-08
| | | | SQLite tests pass.