summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests
Commit message (Collapse)AuthorAge
* Issue #843114 by sun, quicksketch, Berdir | c960657: Fixed ↵David Rothstein2012-12-08
| | | | DatabaseConnection::__construct() and DatabaseConnection_mysql()::__construct() leaks $this (Too many connections).
* 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 #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 #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 #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 #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.
* Issue #761608 by JohnAlbin, effulgentsia: Fixed Missing theme settings ↵David Rothstein2012-06-28
| | | | values because list_themes() has inconsistent theme object data.
* Issue #1540072 by mstrelan, xjm: Use American spelling for 'behavior'.webchick2012-04-30
|
* Issue #1491542 by rdickert, c960657, hosef: Fixed testHavingCountQuery() ↵webchick2012-04-30
| | | | fails on pgsql and sqlite.
* Issue #1404380 by msonnabaum, xjm, mjpa: Fixed Unnecessary aggregation of ↵webchick2012-04-30
| | | | CSS/JS.
* Issue #1213536 by David_Rothstein, tim.plunkett, sun, effulgentsia, Yorirou, ↵webchick2012-04-30
| | | | xjm: Fixed Non-resettable theme_get_registry() cache causes problems for non-interactive installations.
* Issue #598586 by grendzy, deekayen, matglas86, dawehner, Zgear: Fixed ↵webchick2012-04-28
| | | | watchdog() assumes is defined.
* Issue #1348758 by drewish, tim.plunkett: Fixed Add an index to ↵webchick2012-04-28
| | | | {users}.picture so user_file_delete() isn't insanely slow.
* Issue #1490150 by xjm, duellj, tim.plunkett: Fixed ↵webchick2012-04-28
| | | | EntityFieldQuery::pager(0) generates PHP error 'divide by zero'.
* Issue #966210 by mfb, catch, drumm, bfroehle, drewish, makara, sun, BTMash, ↵webchick2012-04-26
| | | | iamEAP: Fixed DB Case Sensitivity: system_update_7061() fails on inserting files with same name but different case.
* Issue #1542854 by drumm, BTMash: Fixed system_update_7061() converts ↵webchick2012-04-26
| | | | filepaths too aggressively.
* Issue #1237252 by mfb, bfroehle, drewish, Berdir, iamEAP, drumm: Fixed DB ↵webchick2012-04-22
| | | | Case Sensitivity: Allow BINARY attribute in MySQL.
* Issue #1211008 by yched, tim.plunkett, DamienMcKenna: Split ↵webchick2012-04-12
| | | | field_bundle_settings() out per bundle.
* Issue #1421410 by andypost, Niklas Fiekas: Fixed not defined in ↵webchick2012-04-12
| | | | form_pre_render_conditional_form_element().
* Issue #1015946 by pillarsdotnet, catch, bfroehle, Jej, jose.guevara, Damien ↵webchick2012-04-12
| | | | Tournoud: Fixed Eliminate ->cache and {session}.cache in favor of ['cache_expiration()'][].
* Issue #918356 by David_Rothstein, franz, tekante, dstol, mikestefff: Fixed ↵webchick2012-04-12
| | | | WSOD when drupal_get_title() called during hook_init() and custom 403 or 404 pages are being used.
* Issue #1280792 follow-up BTMash, irunflower, Zgear: Fixed Trigger upgrade ↵webchick2012-04-04
| | | | path: Node triggers removed when upgrading to 7-dev from 6.25.
* Issue #41595 follow-up by BTMash, scor: Fixed pager tests so they now work ↵webchick2012-03-27
| | | | from Drupal sub-directory installs.
* Issue #1280792 by xjm, julien, BTMash, pingers, AntoineSolutions, ↵webchick2012-03-26
| | | | tim.plunkett, Niklas Fiekas: Fixed {trigger_assignments()}.hook has only 32 characters, is too short.
* Revert "Issue #1475666 by filijonka, Niklas Fiekas, Devin Carlson, Kevin ↵webchick2012-03-25
| | | | | | Morse, tstoeckler: Fixed PHP error because of typo in form.inc line 3025." This reverts commit ea8e74bbd494ce2f8d6e5bf38e1596fe014a1b85.