summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAge
* - Patch #602332 by Steven Jones, pwolanin, Steven Merrill: XML output option ↵Dries Buytaert2010-11-13
| | | | for use with Hudson / JUnit.
* - Patch #924686 by mikey_p, munzirtaha: space required after foreach construct.Dries Buytaert2010-09-28
|
* - Patch #921606 by munzirtaha, bleen18: various code uses is_null().Dries Buytaert2010-09-26
|
* #891028 by chx: Fixed Orphan node types lose bodies on upgrade.Angie Byron2010-09-11
|
* #706842 by bangpound, bjaspan, Damien Tournoud, chx, aaronbauman: Fixed ↵Angie Byron2010-09-05
| | | | 'taxo as field' update broken + wipes some node/term associations .
* - Patch #848368 by Stevel, Damien Tournoud: test updating for poll.module.Dries Buytaert2010-07-30
|
* #838438 follow-up by Damien Tournoud: db_prefix is no longer a global, wrong ↵Angie Byron2010-06-29
| | | | path given to drupal_var_export() function file.
* #838438 by Damien Tournoud, chx: Added basic tests for D6 => D7 upgrade ↵Angie Byron2010-06-28
| | | | path, and framework for further extending upgrade test coverage. W00t! :D
* - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 ↵Dries Buytaert2010-05-01
| | | | and sha1.
* - Patch #663644 by boombatower: remove notice from run-tests.sh.Dries Buytaert2010-01-15
|
* #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more ↵Angie Byron2010-01-09
| | | | extraneous 'Please' in the interface.
* - Patch #648268 by boombatower: allow run-tests.sh to work with https.Dries Buytaert2009-12-17
|
* #606526 by axyjo and scor: Remove trailing whitespace and add newlines at ↵Angie Byron2009-11-10
| | | | end of files. Sorry, folks! But it is after code freeze. :)
* - Patch #581286 by David Strauss | moshe weitzman: fixed detection of CLI ↵Dries Buytaert2009-09-19
| | | | environments properly.
* #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, ↵Angie Byron2009-08-17
| | | | dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.
* - Patch #546882 by Gabor Hojtsy: moving simpletest over to the new IA.Dries Buytaert2009-08-13
|
* #193383 by TheRec, JirkaRybka, and Bart Jansens: Centralize calls to ↵Angie Byron2009-08-05
| | | | set_time_limit() and prevent warnings/errors.
* - Patch #443154 by boombatower, pwolanin: properly report fatal errors as ↵Dries Buytaert2009-07-30
| | | | failures.
* - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to ↵Dries Buytaert2009-07-20
| | | | admin/structure.
* - Patch #516062 by c960657: fixed regression in run-tests.shDries Buytaert2009-07-11
|
* - Patch #443154 by boombatower: make sure fatal errors are reported as test ↵Dries Buytaert2009-07-07
| | | | failures.
* - Patch #511022 by gordon: some drupal.sh fixes for Drush.Dries Buytaert2009-07-06
|
* - Patch #484610 by Damien Tournoud: do not start an output buffer when ↵Dries Buytaert2009-06-10
| | | | running in CLI mode.
* - Patch #449198 by boombatower: cealn up test loading and related API.Dries Buytaert2009-06-08
|
* - Patch #430682 by saxofaan: script didn't work with non-default webserver port.Dries Buytaert2009-04-13
|
* #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵Angie Byron2009-03-31
| | | | static method to reduce memory footprint of SimpleTest.
* - Re-adding code-clean.sh. Didn't mean to remove that.Dries Buytaert2009-03-09
|
* - Patch #340940 by grendzy, Damien Tournoud: remove code-style.pl. Death by ↵Dries Buytaert2009-03-09
| | | | coder module.
* Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.Angie Byron2009-02-26
|
* #377564 by boombatower: Make run-tests.sh respect the ↵Angie Byron2009-02-20
| | | | 'simpletest_clear_results' variable.
* #330983 by recidive and boombatower: Rename users/users_roles tables to ↵Angie Byron2009-02-18
| | | | user/user_role for consistency.
* - Patch #367508 by lyricnz: returned help screen when running test groups.Dries Buytaert2009-02-01
|
* - Patch #358006 by gcopenhaver: fixed spelling errors.Dries Buytaert2009-01-13
|
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Modified patch #348408 by boombatower: clariy run-test.sh script and ↵Dries Buytaert2008-12-18
| | | | provide some better help.
* - Patch #338239 by Damien Tournoud: clean-up DrupalWebTestCase.Dries Buytaert2008-11-26
|
* - Patch #338516 by Damien Tournoud: convert run-tests.sh to the new database ↵Dries Buytaert2008-11-24
| | | | API.
* - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.Dries Buytaert2008-11-11
|
* - Patch #322843 by Damien Tournoud: fixed --php option.Dries Buytaert2008-10-29
|
* - Patch #322843 by Damien Tournoud, boombatower: fixed --php parameter in ↵Dries Buytaert2008-10-19
| | | | run-tests.sh
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|
* #312883 by moshe weitzman: Fix REQUEST_METHOD notice in run-tests.sh.Angie Byron2008-09-24
|
* #312847 by moshe weitzman: Fix end time reporting in run-tests.sh.Angie Byron2008-09-24
|
* - Patch #311160 by moshe weitzman and Damien Tournoud: enhance run-tests.sh ↵Dries Buytaert2008-09-23
| | | | by automatically picking up the PHP interpreter.
* #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵Angie Byron2008-09-20
| | | | absolute paths.
* - 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 #291670 by dhubler, Dries: run tests by file.Dries Buytaert2008-08-18
|
* - Patch #254166 by Damien Tournoud: improved error handling of concurrency mode.Dries Buytaert2008-07-24
|
* - Patch #254166 by boombatower: improve and clean-up the test script. Added ↵Dries Buytaert2008-07-07
| | | | color coding and allow people to control the verbosity.