summaryrefslogtreecommitdiff
path: root/modules/simpletest
Commit message (Collapse)AuthorAge
* - Patch #306224 by catch, sun: add proper taxonomy term hooks.Dries Buytaert2008-11-02
|
* - Patch #306224 by catch et al: improving the taxonomy hook system.Dries Buytaert2008-11-02
|
* - Patch #324875 by pwolanin, Damien Tournoud, goba: improved conf_path() ↵Dries Buytaert2008-11-02
| | | | header injection checking.
* - Patch #328719 by c960657: make the module list tests succeed again.Dries Buytaert2008-11-01
|
* - Patch #314401 by boombatower et al: batch API screen improvements.Dries Buytaert2008-11-01
|
* - Patch #327480 by chx: remove DB specific code from simpletest.Dries Buytaert2008-10-31
|
* - Patch #298600 by chx, justinrandell, Damien, et al: make module_implements ↵Dries Buytaert2008-10-31
| | | | work regardless of bootstrap phase.
* - Patch #316225 by sun et al: allow behaviors to detach from AHAH/AJAX.Dries Buytaert2008-10-29
|
* - Patch #305150 by jpetso et al: keep running tests checked.Dries Buytaert2008-10-27
|
* - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css().Dries Buytaert2008-10-26
|
* #318440 by Crell: Make it easier to add multiple fields in a dynamic SELECT ↵Angie Byron2008-10-25
| | | | statement.
* #325869 by pwolanin: Restore missing hidden property in test module .info file.Angie Byron2008-10-24
|
* - Patch #315797 by mfer, Rob Loach, et al: rework the parameter of ↵Dries Buytaert2008-10-22
| | | | drupal_add_js.
* #316868 by Crell: Make addField() alias to the field name, rather than the ↵Angie Byron2008-10-22
| | | | table and field name when there are no conflicts.
* - Patch #323137 by Crell: clean-up of database tests.Dries Buytaert2008-10-20
|
* - Patch #322779 by Damein Tournoud, cha0s: simpletest calls ↵Dries Buytaert2008-10-20
| | | | file_check_directory incorrectly.
* - 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
|