Commit Graph

1217 Commits (479fe527b627531ee8d2de96e61640247ff60f17)

Author SHA1 Message Date
David Rothstein 19e65b966c Issue #1453984 by xjm, naxoc, Dave Reid, underq, dags, tim.plunkett, Heine: Fixed Color module doesn't test for unlimited memory. 2013-08-05 23:58:15 -04:00
David Rothstein 68f6a7c857 Issue #1975442 by thedavidmeister, dcam: Fixed drupal_render() should always return a string. 2013-08-05 02:12:57 -04:00
David Rothstein f019275be7 Issue #238250 by markpavlitski | Xano: Fixed cache_clear_all()('*', 'block', TRUE); will TRUNCATE the {block} table without additional checks. 2013-08-05 01:36:56 -04:00
David Rothstein f746ed8ecc Issue #1959110 by a.ross, fietserwin, markabur: Fixed theme_table() outputs the 'no_striping' option as an HTML attribute. 2013-08-04 23:57:00 -04:00
Jennifer Hodgdon 66bc8fb393 Issue #1797120 by dcam, lazysoundsystem, Lars Toomre, xjm: Remove t() from test asserts in various system tests 2013-07-03 08:00:12 -07:00
Jennifer Hodgdon 4095c4e8ff Issue #1797914 by lazysoundsystem, dcam, izus, Lars Toomre: Remove t() from test assertions in various system tests 2013-07-03 07:51:40 -07:00
Jennifer Hodgdon 1987a5999e Issue #2002182 by w00zle: Convert hook_filter_info docs to use new callback function standard 2013-07-03 07:44:45 -07:00
Jennifer Hodgdon f9b90224ca Issue #1797252 by dcam, lazysoundsystem, pwieck, andypost, Lars Toomre, xjm: Remove t() from test assertions in file-related tests 2013-06-28 10:58:46 -07:00
David Rothstein f083e0f782 Issue #1850798 by damiankloip, ACF, geerlingguy, pfrenssen, David_Rothstein | mvc: Add a recursive version of array_diff_assoc(). 2013-06-23 17:17:12 -04:00
Jennifer Hodgdon 89f66ab513 Issue #1797452 by dcam, izus, xjm, Lars Toomre: Remove t() from test asserts in various system tests 2013-05-21 12:09:39 -07:00
Jennifer Hodgdon dcd81db201 Issue #1797410 by dcam, izus, Lars Toomre: Remove t() from test asserts in misc system tests 2013-04-26 08:59:35 -07:00
Jennifer Hodgdon 25150e7b60 Issue #1797920 by dcam, izus, Lars Toomre: Remove t() from test asserts in misc system tests 2013-04-26 08:57:14 -07:00
Jennifer Hodgdon 8ee9e5ab40 Issue #1797926 by dcam, izus, Lars Toomre: Remove t() from test asserts in misc system tests 2013-04-26 08:53:13 -07:00
Jennifer Hodgdon b61b0d7279 Issue #1797318 by dcam, izus, xjm, Lars Toomre: Remove t() from test asserts in form system tests 2013-04-26 08:47:03 -07:00
Jennifer Hodgdon 6a0af5ac81 Issue #1797296 by dcam, izus, xjm, Lars Toomre: Remove t() from test asserts in file system tests 2013-04-26 08:44:41 -07:00
Jennifer Hodgdon c56ffddc5f Issue #1797220 by dcam, izus, xjm, Lars Toomre: Remove t() from test asserts in entity system tests 2013-04-26 08:41:35 -07:00
Jennifer Hodgdon d2e87e2a84 Issue #1797242 by xjm, dcam, Lars Toomre, izus: Remove t() from assert messages in xmlrpc module 2013-04-24 08:32:49 -07:00
David Rothstein 7cbe4b7e26 Issue #1693398 by donquixote, pounard, sun, Sylvain Lecoy: Allow PSR-0 test classes to be used in D7. 2013-04-01 22:50:18 -04:00
David Rothstein 673aa4d81d Issue #1797506 by dcam, xjm, Lars Toomre, sivaji: Remove t() from assertion messages in tests for the rdf module. 2013-04-01 19:06:26 -04:00
David Rothstein 154389daa5 Issue #799356 by vijaycs85, m1n0, jaffaralia, effulgentsia: Fixed _form_set_class() is too aggressive in assigning the 'error' class. 2013-04-01 17:47:54 -04:00
Jennifer Hodgdon e01afb83bc Issue #1797514 by disasm, dicam, Gaelan, Lars Toomre: Remove t() from test assert messages in simpletest module 2013-03-12 16:26:25 -07:00
David Rothstein 94739f0a47 Issue #1898314 by droplet | xjm: Rename $user to $account in WebTestBase::drupalLogin(). 2013-03-10 16:24:40 -04:00
David Rothstein 851bcf12f0 Issue #1475342 by iamEAP | Kasper Souren: Fixed D6->D7 upgrade: system_update_7007() fail. 2013-03-10 15:44:11 -04:00
Jennifer Hodgdon 078f24b070 Issue #1916928 by Alexander Pyle, YesCT, twistor: Document that clickLink is case sensitive 2013-03-04 12:55:54 -08:00
David Rothstein bfaa7b4fd0 Issue #1266572 by znerol, joshf: Fixed Workaround in UpdateQuery_sqlite() for affected rows count causes certain updates to be suppressed. 2013-02-27 18:13:58 -05:00
David Rothstein 297665a471 Issue #1012620 by Berdir, kbasarab, YesCT: Fixed Unique key on date_formats().(format|type) is problematic for case insensitive collations. 2013-02-27 17:08:32 -05:00
David Rothstein ad244e2cb8 Issue #1792380 by theo_: Fixed DatabaseCondition not cloning SelectQuery value object. 2013-02-27 16:55:30 -05:00
Jennifer Hodgdon 7d76caba56 Issue #1794012 by dcam, Crell, Lars Toomre: Remove t() from asserts in database system tests 2013-02-26 10:53:43 -08:00
David Rothstein aecf88993c Issue #1870612 by David_Rothstein, plach, greggles: Add tests for SA-CORE-2012-004 - Drupal core - Arbitrary code execution via file upload. 2013-01-07 22:27:23 -05:00
David Rothstein eb1be6311e Issue #1706878 by tim.plunkett, lazysoundsystem: Added DrupalWebTestCase::assertThemeOutput() to allow modules to test theme function output. 2012-12-09 11:01:25 -05:00
David Rothstein c7e45d937d Issue #843114 by sun, quicksketch, Berdir | c960657: Fixed DatabaseConnection::__construct() and DatabaseConnection_mysql()::__construct() leaks $this (Too many connections). 2012-12-08 18:31:33 -05:00
David Rothstein 47d3d61389 Issue #1828876 by geekyMoa: Fixed Simpletest HTML5 field support. 2012-11-04 23:36:20 -05:00
David Rothstein ff1d0fccf7 Issue #1809836 by danillonunes: Fixed theme_item_list() is broken when 'items' variable is an associative array. 2012-11-04 23:19:40 -05:00
David Rothstein 01f18eb540 Issue #1785436 by Boobaa: Fixed Submission of #required elements without #title and empty value does not display any error. 2012-11-04 22:50:24 -05:00
David Rothstein 577bfdc670 Issue #1414510 by andypost, Spleshka, perelman.yuval, tim.plunkett: Fixed Remove drupal_reset_static() for drupal_html_id() when form validation fails. 2012-11-04 14:18:03 -05:00
webchick 766e06742c Issue #1586542 by BTMash, carwin, xjm, gwulo: Fixed d6 to d7 upgrade stuck at update #7061. 2012-10-29 18:55:12 -07:00
webchick b96d440d8a Revert "Issue #1742438 by larowlan, Christian Biggins, kim.pepper, dcam, Everett Zufelt, mgifford: Fixed Vertical tabs header and container rendered even when no vertical tabs."
Concerns raised in http://drupal.org/node/1742438#comment-6609888 that this breaks backwards compatibility.

This reverts commit d462cafd50.
2012-10-16 10:44:01 -07:00
Jennifer Hodgdon af8c91c64a Issue #1798858 by paranojik: Remove t() from getInfo() in database tests 2012-10-12 08:58:55 -07:00
webchick d462cafd50 Issue #1742438 by larowlan, Christian Biggins, kim.pepper, dcam, Everett Zufelt, mgifford: Fixed Vertical tabs header and container rendered even when no vertical tabs. 2012-10-11 15:04:13 -07:00
Jennifer Hodgdon e27ec205f7 Issue #1799116 by jwilson3: Standardize on installation profile terminology 2012-10-10 10:26:08 -07:00
webchick f6e51414a9 Issue #218004 by Dave Reid, heyrocker, pcambra, neclimdul, alex_b, cam8001, twistor, mfb, catch, xjm, beeradb: Fixed Allow aggregator feed URLs longer than 255 characters. 2012-10-09 12:28:33 -07:00
webchick 408f3a0d9c Issue #1067120 by BTMash, DamienMcKenna, corvus_ch, valthebald, mrfelton, fgm, Dave Reid: Fixed Missing hook_taxonomy_term_view() or hook_entity_view() when viewing a term. 2012-10-06 10:26:39 -07:00
webchick 978c371962 Issue #1778986 by yched: Fixed drupal-7.filled.standard_all() test db dump has invalid widget info. 2012-09-30 21:01:52 -04:00
Jennifer Hodgdon 409db6b299 Issue #1742958 by DamienMcKenna: Fix capitalization of URL and other acronyms 2012-09-17 12:12:26 -07:00
David Rothstein 4d392996a2 Issue #1761086 by cam8001, Berdir, larowlan: Fixed Caching in image_effects_definitions() broken. 2012-09-15 17:24:47 -04:00
David Rothstein 02cf68de33 Issue #1739808 by Berdir, salvis | GrzegorzNowak: Fixed Notice: Undefined index: file in DatabaseLog->findCaller(). 2012-09-15 16:04:59 -04:00
webchick ae3e7b8230 Issue #1754712 by TravisCarden, Bußmeyer, pingers: Fixed @return unknown_type() should be @return mixed. 2012-09-01 22:09:43 -07:00
David Rothstein 50fce517e5 Issue #171267 by tim.plunkett, chx, NROTC_Webmaster, dcam: Fixed form redirects removes get variables like sort and order. 2012-08-29 10:42:39 -04:00
webchick fe87f404c1 Issue #1613554 by drumm, BTMash: Fixed Update menu link queries from 6's strings. 2012-08-26 10:40:05 -07:00
webchick 53d0ae0acf Issue #1670312 by dsdeiz, oriol_e9g, tstoeckler: Fixed TestBase::generatePermutations() should call itself by the proper name in PHPDoc. 2012-08-18 14:25:14 +02:00