summaryrefslogtreecommitdiff
path: root/modules/simpletest
Commit message (Collapse)AuthorAge
* #91250 by ontwerpwerk, hass, profix898, Rob Loach, and mfer: Allow ↵Angie Byron2009-02-28
| | | | drupal_add_js() to reference external JavaScript files.
* Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.Angie Byron2009-02-26
|
* - Patch #373775 by sog_hadgraft: adjusted queries to confirm coding standards.Dries Buytaert2009-02-24
|
* - Patch #334554 by hass: prevent endless loops in the simpletests.Dries Buytaert2009-02-22
|
* - Patch #380064 by c960657: make file_scan_directory() use save property ↵Dries Buytaert2009-02-22
| | | | names as file_load().
* - Patch #299267 by Crell: add extender support to the SELECT query builder.Dries Buytaert2009-02-22
|
* - Patch #374940 by Dave Reid et al: fixed MergeQuery problem.Dries Buytaert2009-02-22
|
* #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.
* #255551 by drewish and c960657: Array-itize file_scan_directory()'s ↵Angie Byron2009-02-18
| | | | parameters (DX improvement).
* #125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow ↵Angie Byron2009-02-18
| | | | compatibility with other JavaScript libraries.
* #373613 interim commit: Adding some images that can be used in image API ↵Angie Byron2009-02-15
| | | | testing.
* #370846 follow-up by catch: Fix #weight sorting in drupal_render().Angie Byron2009-02-13
|
* #369423 by nedjo: Fix drupal_write_record() bug with multi-field primary ↵Angie Byron2009-02-13
| | | | keys (with tests).
* #373502 by drewish and sun: Add function to delete unmanaged files ↵Angie Byron2009-02-13
| | | | recurisevely (with tests).
* #370846 by catch: Further improve performance of drupal_render() sorting ↵Angie Byron2009-02-09
| | | | (with tests).
* #369562 by bjaspan and yched: Clean up a few minor things in field API.Angie Byron2009-02-08
|
* #368502 by catch: Make adjustment to file naming test in an effort to make ↵Angie Byron2009-02-08
| | | | testing bot stop erroneously marking patches code needs work.
* #369413 by bjaspan: Reset Field API caches in DrupalWebTestCase->tearDown().Angie Byron2009-02-06
|
* #361683 follow-up by sun: Remove more windows line endings.Angie Byron2009-02-05
|
* #348627 by smk-ka and catch: Allow menu title callback property to bypass ↵Angie Byron2009-02-05
| | | | t() (+documentation and tests)
* - Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, ↵Dries Buytaert2009-02-03
| | | | floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!
* - Patch #363391 by ShawnClark, Dave Reid: add SimpleTest's DomDocument ↵Dries Buytaert2009-02-01
| | | | requirement.
* - Patch #354812 by catch, mfer: filter_xss_bad_protocol is called hundreds ↵Dries Buytaert2009-01-31
| | | | of times on some pages.
* #88264 by Rob Loach and kscheirer: Make variable_get()'s defaultparameter ↵Angie Byron2009-01-31
| | | | default to NULL so that NULLs do not need to be specified.
* #242962 by Heine: Add a 'tablesort' Form API element to unify various places ↵Angie Byron2009-01-28
| | | | we use a big table with JS-enabled checkboxes next to each item (with tests).
* #364407 by catch: Fix drupal_render() sorting (with tests).Angie Byron2009-01-27
|
* - Removing whitespace.Dries Buytaert2009-01-26
|
* #363687 by chx: Simplify DBTNG codeflow.Angie Byron2009-01-25
|
* #362680 by catch: Put all taxonomy tests in one spot.Angie Byron2009-01-22
|
* - Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3.Dries Buytaert2009-01-22
|
* #345973 by aaron and Rob Loach: Move parameter on drupal_add_css/js to a ↵Angie Byron2009-01-22
| | | | 'type' instead, to clean up calling code.
* #346285 by Damien Tournoud: forward-port HTTP_HOST fix from 6.x.Angie Byron2009-01-22
|
* - Patch #291026 by Dave Reid et al: further (usability) improvements to the ↵Dries Buytaert2009-01-21
| | | | E_NOTICE handling.
* #355225 by Josh Waihi and Damien Tournoud: Fix inconsistent behaviour with ↵Angie Byron2009-01-20
| | | | transaction support and insert queries. All tests should pass on PostgreSQL now. Woot! :)
* #30520 follow-up by Dave Reid: Fix error message about upload when not ↵Angie Byron2009-01-20
| | | | uploading a file (with tests, so we don't break it again).
* - Meh by Dries.Dries Buytaert2009-01-19
|
* - Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, ↵Dries Buytaert2009-01-19
| | | | unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.
* - Patch #308719 by jpetso, boombatower, et al: sanitze simpletest.js ↵Dries Buytaert2009-01-19
| | | | checkbox code.
* #314283 by jhedstrom: Adding tests for disabled checkboxes.Angie Byron2009-01-17
|
* - Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL ↵Dries Buytaert2009-01-14
| | | | table namespace.
* - Patch #320451 by chx, Damien Tournoud: improved Drupal's module dependency ↵Dries Buytaert2009-01-14
| | | | system. This helps with fields in core. Comes with tests\!
* - Patch #346285 by grendzy, Damien Tournoud, thekevinday et al: fixed ↵Dries Buytaert2009-01-14
| | | | problem when HTTP_HOST is not transmitted.
* - Rollback of #225562 -- I think there is still something wrong.Dries Buytaert2009-01-13
|
* - Patch #225562 by Jody Lynn: change DB table names from eg. term_data to ↵Dries Buytaert2009-01-13
| | | | taxonomy_term_data.
* - Patch #357595 by Damien Tournoud: rename SimpleTestTestCase to ↵Dries Buytaert2009-01-12
| | | | SimpleTestFunctionalTest.
* - Patch #329407 by dereine, birdmanx35, hswong3i et al: report running time ↵Dries Buytaert2009-01-12
| | | | of simpletests.
* - Patch #349500 by Damien Tournoud et al: made db_query_temporary() generate ↵Dries Buytaert2009-01-11
| | | | its own temporary table names.
* - Patch #124492 by mfer: added support for IPv6 and % characters. Comes ↵Dries Buytaert2009-01-11
| | | | with tests\!
* - Patch #356747 by chx: fix hidden module dependencies.Dries Buytaert2009-01-11
|