summaryrefslogtreecommitdiff
path: root/modules/simpletest
Commit message (Collapse)AuthorAge
* - Patch #780154 by chx, noahb, dhthwy, pwolanin, aspilicious, jhodgdon, ↵Dries Buytaert2010-06-14
| | | | dereine, bjaspan: listing API for field API.
* - Patch #621748 by grendzy, David Strauss: ip_address() is broken for ↵Dries Buytaert2010-06-14
| | | | multi-tier architectures.
* - Patch #813492 by chx, Damien Tournoud, justinrandell: HTTPS sessions use ↵Dries Buytaert2010-06-14
| | | | an invalid merge query.
* - Patch #826104 by kiamlaluno: constructor for DrupalTestCase is reported to ↵Dries Buytaert2010-06-13
| | | | be the constructor for DrupalWebTestCase.
* #551658 follow-up by pwolanin: Revert back to D6-style temporary folder ↵Angie Byron2010-06-12
| | | | logic to avoid various platform issues.
* - Patch #768040 by jhodgdon, janusman, codycraven: truncate_utf8() only ↵Dries Buytaert2010-06-10
| | | | works for latin languages and drupal_substr() had a bug.
* - Patch #820166 by rfay: several simpletest assertions missing default value ↵Dries Buytaert2010-06-08
| | | | for .
* - Patch #803212 by effulgentsia, Heine: protection against forgery of input ↵Dries Buytaert2010-06-05
| | | | selection value doesn't work with checkboxes.
* - Patch #701358 by aaron, quicksketch, chx, pwolanin, aspilicious: the file ↵Dries Buytaert2010-06-02
| | | | API presumes a hiearchical file storage.
* - Patch #812620 by kiamlaluno: fixed incorrect format_plural().Dries Buytaert2010-05-29
|
* - Patch #809698 by Damien Tournoud, tstoeckler: refrain from using the || ↵Dries Buytaert2010-05-28
| | | | operator for concatenation.
* - Patch #174972 by rfay, stBorchert, gaele: user creation setting should be ↵Dries Buytaert2010-05-27
| | | | 'Visitors, with admin approval'.
* - Patch #782056 by aspilicious: removing tabs and trailing white space.Dries Buytaert2010-05-26
|
* - Patch #714964 by mr.baileys: ActionLoopTestCase was fragile on some databases.Dries Buytaert2010-05-26
|
* - Patch #592800 by cpliakas, Berdir, aufumy: critical bug: dependent modules ↵Dries Buytaert2010-05-26
| | | | are still installed when required modules return errors in hook_requirements().
* - Patch #303838 by c960657, Aron Novak: drupal_http_request() - case ↵Dries Buytaert2010-05-20
| | | | sensitive HTTP header field names.
* - Patch #768490 by JohnAlbin, sign: theme_table_select_header_cell() is not ↵Dries Buytaert2010-05-19
| | | | really a theme function.
* - Patch #763850 by c960657: require_once() and drupal_get_path() ↵Dries Buytaert2010-05-18
| | | | inconsistencies.
* - Patch #796120 by c960657: do not urldecode() parameters in drupal_goto().Dries Buytaert2010-05-18
|
* - Patch #785782 by cafuego: support comments in built queries.Dries Buytaert2010-05-15
|
* - Patch #730046 by pwolanin, Damien Tournoud: performance settings page is ↵Dries Buytaert2010-05-12
| | | | inconsistent.
* - Patch #793604 by matt2000, chx: DBTNG JOINs are close to useless.Dries Buytaert2010-05-11
|
* - Patch #777830 by Wim Leers: file_create_url() does not support ↵Dries Buytaert2010-05-11
| | | | protocol-relative nor root-relative file URLs.
* - Patch #654752 by sndev, Berdir, jrbeeman: file_directory() needs to be set ↵Dries Buytaert2010-05-10
| | | | before module install.
* #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply ↵Angie Byron2010-05-06
| | | | coding standard for casting.
* - Patch #769554 by jpmckinney, Berdir, cha0s: fixed trivial SQL injection(s) ↵Dries Buytaert2010-05-05
| | | | with SelectQuery.
* #771922 by andypost: Remove t() from schema description of picture field.Angie Byron2010-05-05
|
* - Patch #296326 by dereine, kscheirer, nagba, mr.baileys: l() and active ↵Dries Buytaert2010-05-04
| | | | class tests.
* #717872 by mr.baileys: Fixed reference to non-existing curlConnect in comments.Angie Byron2010-05-03
|
* - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 ↵Dries Buytaert2010-05-01
| | | | and sha1.
* #779236 by rfay: Simpletest verbose setting should be set to on by default.Angie Byron2010-04-30
|
* - Patch #645800 by katbailey, effulgentsia, rfay: ajax_deliver() ignores ↵Dries Buytaert2010-04-30
| | | | #ajax['method'] and incorrectly forces 'replaceWith' for simple AJAX callbacks, D6->D7 regression.
* - Patch #755566 by effulgentsia: use of ID within theme_filter_guidelines() ↵Dries Buytaert2010-04-30
| | | | breaks HTML validation with more than 1 field item on a page.
* #764094 by David_Rothstein: Add tests to check that the theme system works ↵Angie Byron2010-04-29
| | | | in hook_init() (i.e., as early as possible).
* - Patch #782056 by aspilicious: removing every tab + trailing white space in ↵Dries Buytaert2010-04-28
| | | | core.
* - Patch #755030 by jhedstrom, sivaji, kkaefer: #field_prefix()/suffix is ↵Dries Buytaert2010-04-28
| | | | displayed before the label. With tests.
* - Patch #765860 by effulgentsia, dww, dereine, mikey_p, sun: make ↵Dries Buytaert2010-04-28
| | | | drupal_alter() support multiple alter hooks executed by module weight.
* #211182 follow-up by clemens.tolboom, David_Rothstein, tstoeckler: Re-work ↵Angie Byron2010-04-28
| | | | update depencency check to deal with array_merge_recursive() edge case (with tests).
* - Patch #701888 by jhodgdon: subqueries are not altered and test clean-up.Dries Buytaert2010-04-27
|
* - Patch #688334 by stella, BTMash, carlos8f, chx: fixed file inheritance is ↵Dries Buytaert2010-04-26
| | | | broken.
* #758690 by solotandem: Set the user agent for Unit Test Case for consistency ↵Angie Byron2010-04-23
| | | | with Web Test Case.
* #779412 by boombatower: Fixed wrong file documentation block on image.test.Angie Byron2010-04-23
|
* - Patch #722978 by Alan D., duellj: invalid header count for empty message ↵Dries Buytaert2010-04-22
| | | | in theme_table().
* #721082 by scor, linclark: Fixed Prevent conflicting namespaces and move ↵Angie Byron2010-04-22
| | | | hook_rdf_namespaces() invocation into rdf.module.
* - Patch #731606 by fago: module_implements() fails to find include.Dries Buytaert2010-04-22
|
* #742972 by klausi, Berdir: Clear entity info cache during module enable. (tests)Angie Byron2010-04-18
|
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* - Patch #688704 by Crell, boombatower, andypost, noahb: give DB its own ↵Dries Buytaert2010-04-11
| | | | autoload function.
* - Patch #426056 by effulgentsia, Berdir, sun, boombatower, tstoeckler: fixed ↵Dries Buytaert2010-04-11
| | | | server-side enforcement of #disabled is inconsistent.
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.