summaryrefslogtreecommitdiff
path: root/modules/simpletest
Commit message (Collapse)AuthorAge
* #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
|
* - Patch #301049 by Josh Waihi, Damien Tournoud, et al: fixed bug with ↵Dries Buytaert2009-01-11
| | | | transaction support (on PostgreSQL).
* #334303 by drewish: Handle overwriting of managed files, with tests.Angie Byron2009-01-10
|
* - Patch #124492 by mfer, c960657 et al: valid_url() does not support all ↵Dries Buytaert2009-01-08
| | | | valid URL characters.
* - Patch #356116 by Jody Lynn: fixed typo.Dries Buytaert2009-01-08
|
* - Patch #301049 by David Strauss, Josh Waihi, Crell, et al: transaction ↵Dries Buytaert2009-01-08
| | | | nesting was not tracked by connection, better documentation, and better tests.
* - Patch #351805 by chx: worked around endless loops in tests.Dries Buytaert2009-01-06
|
* - Patch #341910 by Josh Waihi, drewish et al: file_space_used() was not ↵Dries Buytaert2009-01-06
| | | | properly checking bitmapped status values. Added unit tests too.
* - Patch #353618 by sun: drupalLogin does not update passed-in user object -- ↵Dries Buytaert2009-01-06
| | | | improved documentation.
* - Patch #354715 by yched: removed unused and unsupported js entry in batch ↵Dries Buytaert2009-01-05
| | | | definition.
* #276280 by jhedstrom, drewish: Tests for private downloads and file name ↵Angie Byron2009-01-05
| | | | munging.