summaryrefslogtreecommitdiff
path: root/modules/simpletest
Commit message (Collapse)AuthorAge
* Issue #1797242 by xjm, dcam, Lars Toomre, izus: Remove t() from assert ↵Jennifer Hodgdon2013-04-24
| | | | messages in xmlrpc module
* Issue #1693398 by donquixote, pounard, sun, Sylvain Lecoy: Allow PSR-0 test ↵David Rothstein2013-04-01
| | | | classes to be used in D7.
* Issue #1797506 by dcam, xjm, Lars Toomre, sivaji: Remove t() from assertion ↵David Rothstein2013-04-01
| | | | messages in tests for the rdf module.
* Issue #799356 by vijaycs85, m1n0, jaffaralia, effulgentsia: Fixed ↵David Rothstein2013-04-01
| | | | _form_set_class() is too aggressive in assigning the 'error' class.
* Issue #1797514 by disasm, dicam, Gaelan, Lars Toomre: Remove t() from test ↵Jennifer Hodgdon2013-03-12
| | | | assert messages in simpletest module
* Issue #1898314 by droplet | xjm: Rename $user to $account in ↵David Rothstein2013-03-10
| | | | WebTestBase::drupalLogin().
* Issue #1475342 by iamEAP | Kasper Souren: Fixed D6->D7 upgrade: ↵David Rothstein2013-03-10
| | | | system_update_7007() fail.
* Issue #1916928 by Alexander Pyle, YesCT, twistor: Document that clickLink is ↵Jennifer Hodgdon2013-03-04
| | | | case sensitive
* Issue #1266572 by znerol, joshf: Fixed Workaround in UpdateQuery_sqlite() ↵David Rothstein2013-02-27
| | | | for affected rows count causes certain updates to be suppressed.
* Issue #1012620 by Berdir, kbasarab, YesCT: Fixed Unique key on ↵David Rothstein2013-02-27
| | | | date_formats().(format|type) is problematic for case insensitive collations.
* Issue #1792380 by theo_: Fixed DatabaseCondition not cloning SelectQuery ↵David Rothstein2013-02-27
| | | | value object.
* Issue #1794012 by dcam, Crell, Lars Toomre: Remove t() from asserts in ↵Jennifer Hodgdon2013-02-26
| | | | database system tests
* Issue #1870612 by David_Rothstein, plach, greggles: Add tests for ↵David Rothstein2013-01-07
| | | | SA-CORE-2012-004 - Drupal core - Arbitrary code execution via file upload.
* Issue #1706878 by tim.plunkett, lazysoundsystem: Added ↵David Rothstein2012-12-09
| | | | DrupalWebTestCase::assertThemeOutput() to allow modules to test theme function output.
* Issue #843114 by sun, quicksketch, Berdir | c960657: Fixed ↵David Rothstein2012-12-08
| | | | DatabaseConnection::__construct() and DatabaseConnection_mysql()::__construct() leaks $this (Too many connections).
* Issue #1828876 by geekyMoa: Fixed Simpletest HTML5 field support.David Rothstein2012-11-04
|
* Issue #1809836 by danillonunes: Fixed theme_item_list() is broken when ↵David Rothstein2012-11-04
| | | | 'items' variable is an associative array.
* Issue #1785436 by Boobaa: Fixed Submission of #required elements without ↵David Rothstein2012-11-04
| | | | #title and empty value does not display any error.
* Issue #1414510 by andypost, Spleshka, perelman.yuval, tim.plunkett: Fixed ↵David Rothstein2012-11-04
| | | | Remove drupal_reset_static() for drupal_html_id() when form validation fails.
* Issue #1586542 by BTMash, carwin, xjm, gwulo: Fixed d6 to d7 upgrade stuck ↵webchick2012-10-29
| | | | at update #7061.
* Revert "Issue #1742438 by larowlan, Christian Biggins, kim.pepper, dcam, ↵webchick2012-10-16
| | | | | | | | 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 d462cafd50d5f7cbaab61f2cd271e3a5bc1df718.
* Issue #1798858 by paranojik: Remove t() from getInfo() in database testsJennifer Hodgdon2012-10-12
|
* Issue #1742438 by larowlan, Christian Biggins, kim.pepper, dcam, Everett ↵webchick2012-10-11
| | | | Zufelt, mgifford: Fixed Vertical tabs header and container rendered even when no vertical tabs.
* Issue #1799116 by jwilson3: Standardize on installation profile terminologyJennifer Hodgdon2012-10-10
|
* Issue #218004 by Dave Reid, heyrocker, pcambra, neclimdul, alex_b, cam8001, ↵webchick2012-10-09
| | | | twistor, mfb, catch, xjm, beeradb: Fixed Allow aggregator feed URLs longer than 255 characters.
* Issue #1067120 by BTMash, DamienMcKenna, corvus_ch, valthebald, mrfelton, ↵webchick2012-10-06
| | | | fgm, Dave Reid: Fixed Missing hook_taxonomy_term_view() or hook_entity_view() when viewing a term.
* Issue #1778986 by yched: Fixed drupal-7.filled.standard_all() test db dump ↵webchick2012-09-30
| | | | has invalid widget info.
* Issue #1742958 by DamienMcKenna: Fix capitalization of URL and other acronymsJennifer Hodgdon2012-09-17
|
* Issue #1761086 by cam8001, Berdir, larowlan: Fixed Caching in ↵David Rothstein2012-09-15
| | | | image_effects_definitions() broken.
* Issue #1739808 by Berdir, salvis | GrzegorzNowak: Fixed Notice: Undefined ↵David Rothstein2012-09-15
| | | | index: file in DatabaseLog->findCaller().
* Issue #1754712 by TravisCarden, Bußmeyer, pingers: Fixed @return ↵webchick2012-09-01
| | | | unknown_type() should be @return mixed.
* Issue #171267 by tim.plunkett, chx, NROTC_Webmaster, dcam: Fixed form ↵David Rothstein2012-08-29
| | | | redirects removes get variables like sort and order.
* Issue #1613554 by drumm, BTMash: Fixed Update menu link queries from 6's ↵webchick2012-08-26
| | | | strings.
* Issue #1670312 by dsdeiz, oriol_e9g, tstoeckler: Fixed ↵webchick2012-08-18
| | | | TestBase::generatePermutations() should call itself by the proper name in PHPDoc.
* Issue #1685110 by BTMash, aspilicious, jhodgdon: Fixed Upgrade of ↵webchick2012-08-18
| | | | forum.module d6-d7 loses permission.
* Issue #1211668 by scito, Devin Carlson, bornholtz: Fixed Special characters ↵webchick2012-08-18
| | | | are encoded twice for feed icon attribute title.
* Issue #1671200 by chx, sun, jaimealsilva: Fixed Simpletest broken on 5.4: ↵webchick2012-08-18
| | | | CURLOPT_COOKIEJAR cannot be NULL on php5-curl version 5.4.4.
* Issue #1315340 by Albert Volkman, aspilicious: API docs cleanup for entity ↵Jennifer Hodgdon2012-08-03
| | | | includes and tests
* Issue #1706788 by David_Rothstein | aturetta: Rolled back issue #1613554 by ↵David Rothstein2012-08-01
| | | | removing the contents of system_update_7074 for now, since it fails on PostgreSQL.
* Issue #1511656 by alberto56, afeijo: Make ↵David Rothstein2012-07-30
| | | | core/modules/simpletest/files/README.txt grammatically correct.
* Issue #1325628 by damien_vancouver, xjm, Damien Tournoud, TravisCarden | ↵David Rothstein2012-07-29
| | | | jbova: Fixed EntityFieldQuery::propertyQuery missing fully qualified column names causes ambiguous column DB error.
* Issue #1672764 by iflista, xjm, tim.plunkett: Improve documentation of ↵David Rothstein2012-07-29
| | | | randomString() and randomName().
* Issue #1599618 by droplet, yurtboy, Albert Volkman: Fixed Remove duplicate ↵David Rothstein2012-07-29
| | | | array keys.
* Issue #635046 by claudiu.cristea, sun, fago: Fixed form_state_values_clean() ↵David Rothstein2012-07-29
| | | | is polluting form values.
* Issue #1571104 by BTMash, Dave.Ingram, mradcliffe, Damien Tournoud, sun, ↵David Rothstein2012-07-29
| | | | lliss, tim.plunkett | lkiss80: Fixed Can't access non-node entities with EntityFieldQuery.
* Issue #811542 by David_Rothstein, attiks, thekevinday, effulgentsia, chx: ↵David Rothstein2012-07-29
| | | | Fixed Regression: Optional radio buttons with an empty, non-NULL default value led to an illegal choice error when none were selected.
* Issue #1541958 by sun, effulgentsia, David_Rothstein, alexpott, ↵David Rothstein2012-07-29
| | | | tim.plunkett, Berdir: Split setUp() into specific sub-methods to fix testing framework regressions.
* Issue #1679584 by dsdeiz: Fixed DrupalGet typo...webchick2012-07-14
|
* Issue #1560028 by bleen18, sun, thehong: Remove all calls to rand() from tests.David Rothstein2012-07-08
|
* Issue #1613554 by drumm, BTMash: Fixed Update menu link queries from 6's ↵webchick2012-07-07
| | | | strings.