summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests
Commit message (Collapse)AuthorAge
* - Patch #310447 by Damien Tournoud, Crell, catch: add back SET NAMES='utf8' ↵Dries Buytaert2008-09-21
| | | | -- we love UTF-8
* #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵Angie Byron2008-09-20
| | | | absolute paths.
* #310358 by drewish: Add a test for file_save_upload and clean up file.test.Angie Byron2008-09-20
|
* #307477 by clemens.tolboom and boombatower: Test how XML-RPC responds to ↵Angie Byron2008-09-17
| | | | large messages.
* - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved ↵Dries Buytaert2008-09-17
| | | | developer experience.
* - Patch #296297 by beeradb, boombatwoer: tests for drupal_get_content and ↵Dries Buytaert2008-09-17
| | | | drupal_set_content. Yay.
* #308434 follow-up by drewish: Small clean-ups to file.inc clean-ups.Angie Byron2008-09-15
|
* #308534 by Dave Reid: Remove stray whitespace core-wide.Angie Byron2008-09-15
|
* #253702 follow-up by catch: Fix file.inc tests.Angie Byron2008-09-15
|
* - Patch #253702 by Damien Tournoud et al: further clean-up of the session ↵Dries Buytaert2008-09-15
| | | | handling code.
* AHEM. Aaaaand... tests! :DAngie Byron2008-09-15
|
* - Patch #304139 by Rob Loach, beeradb, Damien, et al: tests for the ↵Dries Buytaert2008-09-08
| | | | variable_*() functions.
* #302763 by DamZ: Fixing test failures, removing legacy globals check cruft.Angie Byron2008-09-06
|
* #296310 by DamZ: Fixes to drupal_http_request() and accompanying tests.Angie Byron2008-09-06
|
* - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] ↵Dries Buytaert2008-09-06
| | | | as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
* - Patch #64967 by Arancaytar, meba: ereg -> preg for performance reasons and ↵Dries Buytaert2008-09-05
| | | | future compatilbility. PHP6 is rumoured to drop ereg support.
* #285309 by pwolanin: menu_name in hook_menu is ignored on updatesAngie Byron2008-09-02
|
* - Patch #296310 by domas, dmitrig01, boombatower: drupal_http_request tests.Dries Buytaert2008-09-02
|
* #276276 follow-up by Crell: Fixing a notice in db test.Angie Byron2008-08-31
|
* #276276 by Crell and florbuit: New database system unit tests. WOOHOO! :DAngie Byron2008-08-31
|
* - Patch #295564 by mustafau, Damien Tournoud et al: drupal_http_rqeuest ↵Dries Buytaert2008-08-29
| | | | triggers error.
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
| | | | generation database layer for Drupal 7.
* - Patch #276430 by jhedstrom, chx, boombatower et al: added tests for ↵Dries Buytaert2008-08-16
| | | | session handling.
* - Patch #295564 by boombatower, Damien Tournoud: fixed drupal_http_request ↵Dries Buytaert2008-08-16
| | | | error and cleaned up some simpletest stuff. We should have a much more funky 'all tests passed' screen. Having all tests pass shouldn't be this boring. Let's be a bit more creative and injest some fun ... ;-)
* - Patch #268063: move tests from includes/tests to modules/simpletests/tests.Dries Buytaert2008-08-14
|
* - Patch #283806 by mustafau: fixed bug in drupal_http_request() and added ↵Dries Buytaert2008-08-13
| | | | some first drupal_http_request() tests to core. Yay.
* - Patch #268063 by boombatower, chx, cwgordon7, Damien Tournoud: move ↵Dries Buytaert2008-08-09
includes/tests to simpletest/tests and provide hidden .info propery