summaryrefslogtreecommitdiff
path: root/modules/simpletest
Commit message (Collapse)AuthorAge
* - Patch #298669 by Crell, moshe et al: add query logging per connection.Dries Buytaert2008-10-16
|
* - Patch #304924 by Damien Tournoud: extend error handler to manage ↵Dries Buytaert2008-10-15
| | | | exceptions. I have one exception and one fail.
* - Patch #320374 by Damien Tournoud, pwolanin et al: worked around a ↵Dries Buytaert2008-10-15
| | | | max_allowed_packet size issue with the simpletests.
* - Patch #321165 by Dave Reid: fixed exceptions in XML-RPC library and its tests.Dries Buytaert2008-10-15
|
* - Patch #320747 by lilou, UltimateBoy: removed double semicolons.Dries Buytaert2008-10-14
|
* #320161 by Dave Reid: Fix problems with drupalGetTestFiles() that causes ↵Angie Byron2008-10-12
| | | | upload.test to break on some systems.
* #320155 by Dave Reid: Fix silly exceptions in file.test.Angie Byron2008-10-12
|
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|
* #320127 by matt2000: Fix bug with file_check_directory() being passed a ↵Angie Byron2008-10-12
| | | | function by-reference.
* #253569 by aaron, agentrickard, and Dave Reid: Add hook_modules_X to allow ↵Angie Byron2008-10-11
| | | | modules to react when other modules are enabled, disabled, installed, or uninstalled.
* #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI.Angie Byron2008-10-11
|
* #318892 by justinrandell and chx: Add .install files to the list of files ↵Angie Byron2008-10-09
| | | | added to .info files.
* #313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions ↵Angie Byron2008-10-09
| | | | to allow for localization of permission names
* #316344 by boombatower: Add meta refresh support to SimpleTest to allow ↵Angie Byron2008-10-09
| | | | programmatically dealing with Batch API and such.
* #142995 by dopry, drewish, quicksketch, jpetso, and flobruit: Adding ↵Angie Byron2008-10-09
| | | | hook_file_X(). This is an enabler of lots and lots of goodies. See CHANGELOG.txt for more. Awesome work, guys. :)
* - Patch #318593 by hswong3i: clean up of tabs.Dries Buytaert2008-10-08
|
* - Patch #308668 by jpetso, boombatower: make test selection page work when ↵Dries Buytaert2008-10-06
| | | | Javascript is disabled.
* #281446 by xqus, dropcube, and catch: Improve the requirements check for the ↵Angie Byron2008-10-01
| | | | installer. Awesome.
* Temporary roll-back of #298669: This wasn't quite ready yet and broke ↵Angie Byron2008-09-28
| | | | SimpleTest in a big way.
* - Patch #298669 by Crell, moshe weitzman: added query logging per connection.Dries Buytaert2008-09-28
|
* #302300 follow-up by Crell: Fixes to database connection tests.Angie Byron2008-09-27
|
* #302300 by Crell: Support adding and ignoring database targets, for better ↵Angie Byron2008-09-26
| | | | replication support.
* - 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
|