summaryrefslogtreecommitdiff
path: root/modules/simpletest
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
|
* #64967 follow-up by drewish: Replace ereg with preg in file_scan_directory().Angie Byron2008-09-20
|
* #255613 by boombatower: Replace old crufty manual cURL call with nice ↵Angie Byron2008-09-19
| | | | drupalGet().
* - Patch #308272 by cwgordon7, boombatower, flobruit, et al: improve test ↵Dries Buytaert2008-09-18
| | | | selection page.
* #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.
* #299186 by boombatower: Fix assertFieldByXPath so that it recognizes select ↵Angie Byron2008-09-17
| | | | and textarea values.
* #295697 by maartenvg and boombatower: Make SimpleTest fail to install if ↵Angie Byron2008-09-16
| | | | cURL is not present.
* #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
|
* #308262 by boombatower, flobruit, and Damien Tournoud: Clean-up of ↵Angie Byron2008-09-14
| | | | simpletest.js.
* #308399 by Damien Tournoud: Fix SimpleTest error handler to not spaz out and ↵Angie Byron2008-09-14
| | | | die when PHP errors are encountered.
* #308186 by chx: Fix tons and tons of test failures in certain versions of cURL.Angie Byron2008-09-14
|
* #305077 by DamZ, boombatower, and cwgordon7: Rework SimpleTest backend.Angie Byron2008-09-10
|
* - 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 #299461 by Damien Tournoud: fixed annoying glitches with assertEqual().Dries Buytaert2008-08-30
|
* - Patch #246261 by pwolanin: simpletest does not handle optgroup correctlyDries Buytaert2008-08-30
|
* - Patch #295564 by mustafau, Damien Tournoud et al: drupal_http_rqeuest ↵Dries Buytaert2008-08-29
| | | | triggers error.
* - Patch #297894 by boombatower: two new asserts for link checking.Dries Buytaert2008-08-23
|
* - Patch #298137 by flobruit: drupalCreateContentType() now resets node ↵Dries Buytaert2008-08-22
| | | | permissions.
* - Patch #297869 by boombatower: add xpath method to simpletest and refactor ↵Dries Buytaert2008-08-22
| | | | existing tests.
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
| | | | generation database layer for Drupal 7.
* - Patch #268148 by obsidiandesign: make the simpletests work on https.Dries Buytaert2008-08-18
|
* - Patch #293099 by boombatower: clarify form documentation and error handling.Dries Buytaert2008-08-18
|
* - Patch #276430 by jhedstrom, chx, boombatower et al: added tests for ↵Dries Buytaert2008-08-16
| | | | session handling.
* - Patch #296027 by hswong3i: {simpletest} indexes come with wrong array ↵Dries Buytaert2008-08-16
| | | | expression
* - 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 #290316 by boombatower, Damien Tournoud et al: made simpletests work ↵Dries Buytaert2008-08-13
| | | | on PostgreSQL.
* - Patch #291750 by boombatower: remove test results after displayed, makes ↵Dries Buytaert2008-08-11
| | | | tests work on PostgreSQL.
* - Patch #293500 by Damien Tournoud: message column too short for PostgreSQL.Dries Buytaert2008-08-11
|
* - Patch #268063 by boombatower, chx, cwgordon7, Damien Tournoud: move ↵Dries Buytaert2008-08-09
| | | | includes/tests to simpletest/tests and provide hidden .info propery
* - Patch #231190 by Dries: drupalHead repeated twice. Oops.Dries Buytaert2008-07-18
|
* - Patch #225880 by pwolanin, webchick, keith.smith, et al: fixed ↵Dries Buytaert2008-07-18
| | | | non-writability of settings.php.
* - Patch #231190 by eli, mfb: page cache didn't work with HEAD requests.Dries Buytaert2008-07-17
|