.. |
actions.test
|
- Patch #338403 by drewish: code comments clean-up.
|
2008-11-25 13:14:29 +00:00 |
bootstrap.test
|
#88264 by Rob Loach and kscheirer: Make variable_get()'s defaultparameter default to NULL so that NULLs do not need to be specified.
|
2009-01-31 16:50:57 +00:00 |
cache.test
|
- Patch #318016 by Dave Reid: step one to standardizing type-hinting.
|
2008-12-08 21:41:54 +00:00 |
common.test
|
#91250 by ontwerpwerk, hass, profix898, Rob Loach, and mfer: Allow drupal_add_js() to reference external JavaScript files.
|
2009-02-28 07:36:06 +00:00 |
database_test.info
|
#318892 by justinrandell and chx: Add .install files to the list of files added to .info files.
|
2008-10-09 22:51:41 +00:00 |
database_test.install
|
#343999 by Crell, chx, and Alexander Pas: Add facility for doing NULL / NOT NULL conditions to DBTNG.
|
2009-03-14 17:45:55 +00:00 |
database_test.module
|
- Patch #299267 by Crell: add extender support to the SELECT query builder.
|
2009-02-22 16:53:41 +00:00 |
database_test.test
|
#343999 by Crell, chx, and Alexander Pas: Add facility for doing NULL / NOT NULL conditions to DBTNG.
|
2009-03-14 17:45:55 +00:00 |
field_test.info
|
#369562 by bjaspan and yched: Clean up a few minor things in field API.
|
2009-02-08 21:22:59 +00:00 |
field_test.install
|
#361683 follow-up by sun: Remove more windows line endings.
|
2009-02-05 03:42:58 +00:00 |
field_test.module
|
#369964 by yched and bjaspan: Refactor field validation and error reporting. Field API no longer coupled to Form API. Hooray.
|
2009-03-26 13:31:28 +00:00 |
file.test
|
#347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request.
|
2009-03-14 23:01:38 +00:00 |
file_test.info
|
#310358 by drewish: Add a test for file_save_upload and clean up file.test.
|
2008-09-20 07:35:53 +00:00 |
file_test.module
|
#30520 follow-up by Dave Reid: Fix error message about upload when not uploading a file (with tests, so we don't break it again).
|
2009-01-20 02:56:05 +00:00 |
form.test
|
#297972 by scor, yched, Steven Jones, and heyrocker: Allow drupal_execute() to be performed within batch API (with tests).
|
2009-03-28 18:09:11 +00:00 |
form_test.info
|
#242962 by Heine: Add a 'tablesort' Form API element to unify various places we use a big table with JS-enabled checkboxes next to each item (with tests).
|
2009-01-28 07:43:26 +00:00 |
form_test.module
|
#297972 by scor, yched, Steven Jones, and heyrocker: Allow drupal_execute() to be performed within batch API (with tests).
|
2009-03-28 18:09:11 +00:00 |
graph.test
|
- Patch #320451 by chx, Damien Tournoud: improved Drupal's module dependency system. This helps with fields in core. Comes with tests\!
|
2009-01-14 12:18:37 +00:00 |
image.test
|
- Patch #373613 by drewish, quicksketch: working around some Debian issues. They ship a different GD library.
|
2009-03-10 09:43:01 +00:00 |
image_test.info
|
- Patch #373613 by quicksketch and drewish: in order to operate on images multiple
|
2009-03-09 11:44:54 +00:00 |
image_test.module
|
- Patch #373613 by drewish, quicksketch: working around some Debian issues. They ship a different GD library.
|
2009-03-10 09:43:01 +00:00 |
menu.test
|
- Patch #401922 by Damien Tournoud: fixed parent link detection.
|
2009-03-14 20:56:06 +00:00 |
menu_test.info
|
- Patch #320363 by mikey_p: renaming module for consistency.
|
2008-12-28 18:27:14 +00:00 |
menu_test.module
|
- Patch #401922 by Damien Tournoud: fixed parent link detection.
|
2009-03-14 20:56:06 +00:00 |
module.test
|
- Patch #275796 by Gribnif, Damien Tournoud and Dave Reid: module_list() tried to reset a static using unset(). Added tests too.
|
2009-01-03 08:45:28 +00:00 |
registry.test
|
- Patch #318016 by Dave Reid: step one to standardizing type-hinting.
|
2008-12-08 21:41:54 +00:00 |
schema.test
|
- Patch #12201 by mfb: added support for table descriptions.
|
2009-03-14 20:34:17 +00:00 |
session.test
|
- Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation to user and administration menu. Will require follow-up patches.
|
2009-03-20 19:18:11 +00:00 |
session_test.info
|
- Patch #276430 by jhedstrom, chx, boombatower et al: added tests for session handling.
|
2008-08-16 21:11:02 +00:00 |
session_test.module
|
- Removing whitespace.
|
2009-01-26 14:08:44 +00:00 |
system_test.info
|
#325869 by pwolanin: Restore missing hidden property in test module .info file.
|
2008-10-24 23:32:44 +00:00 |
system_test.module
|
- Patch #328781 by Damien Tournoud and Dave Reid: fixed simpletest error reporting.
|
2008-12-09 11:09:26 +00:00 |
taxonomy_test.info
|
- Patch #356747 by chx: fix hidden module dependencies.
|
2009-01-11 07:50:03 +00:00 |
taxonomy_test.install
|
- Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL table namespace.
|
2009-01-14 21:16:21 +00:00 |
taxonomy_test.module
|
- Patch #324313 by catch et al: load multiple nodes and terms at once.
|
2008-12-05 22:18:46 +00:00 |
unicode.test
|
- Patch #212130 by Damien Tournoud, grendzy: decode_entities() should support all (X)HTML entities.
|
2009-01-02 22:09:53 +00:00 |
xmlrpc.test
|
- Patch #352470 by scor: fixed typos and grammar in comments.
|
2008-12-30 16:43:20 +00:00 |
xmlrpc_test.info
|
- Patch #268063 by boombatower, chx, cwgordon7, Damien Tournoud: move includes/tests to simpletest/tests and provide hidden .info propery
|
2008-08-09 12:41:23 +00:00 |
xmlrpc_test.module
|
- Patch #321165 by Dave Reid: fixed exceptions in XML-RPC library and its tests.
|
2008-10-15 13:56:08 +00:00 |