summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests
Commit message (Collapse)AuthorAge
...
* Issue #996236 by fago, sun, pillarsdotnet, xjm: Fixed ↵webchick2012-01-31
| | | | drupal_flush_all_caches() does not clear entity info cache.
* Issue #984874 by LSU_JBob, dalin, Albert Volkman, sun: Use ↵webchick2012-01-30
| | | | DrupalUnitTestCase where possible.
* Issue #1371484 by catch, langworthy, makara, ArtistConk: Fixed Private ↵webchick2012-01-30
| | | | properties in abstract class DrupalCacheArray.
* Issue #1160928 follow-up by sun: Commit missing file. Oops.webchick2012-01-21
|
* Issue #1402962 by xjm, marcingy, oriol_e9g, msonnabaum: Fixed Render cache ↵webchick2012-01-21
| | | | shouldn't treat empty strings as a cache miss.
* Issue #278425 by andypost, droplet, OnkelTem, chx, c960657, drewish, kotnik, ↵webchick2012-01-21
| | | | realityloop: Change notice for: Using basename() is not locale safe.
* Issue #800434 by pillarsdotnet, plach, bart.hanssens: Added drupal_mail(), ↵webchick2012-01-21
| | | | allow hook_mail_alter() implementation to cancel mail.
* Issue #1160928 by catch, xjm: Add tests for node type/comment body upgrade path.webchick2012-01-21
|
* Issue #1391426 by yched: Fixed Wrong bundles in EntityFieldQueryTestCase.webchick2012-01-21
|
* Issue follow-up #1007830 by Damien Tournoud, basic: Fixed Nested ↵webchick2011-12-31
| | | | transactions throw exceptions when they got out of scope.
* Issue #1380660 by aspilicious, loganfsmyth: Fixed ↵webchick2011-12-31
| | | | field_available_languages() static cache never cleared.
* Issue #866292 by marcingy, ygerasimov, quicksketch, attiks, furamag: Fixed ↵webchick2011-12-22
| | | | '0' not displayed as checkbox / radios options (nor as any element #title).
* - Patch #1258000 by chx, xjm, bfroehle: SelectQuery::countQuery() ↵Dries2011-12-21
| | | | inappropriately removes SQL expressions.
* Revert "Issue #813540 by jbrown, chx: Fixed Comparisons involving NULL must ↵webchick2011-12-16
| | | | | | never return true." This reverts commit 06f31080c7281c8227d2556cd0807744e91c9fb5.
* Issue #479368 by Heine, Roger Saner, xjm, mcarbone, keichee, asimmonds: ↵webchick2011-12-11
| | | | Fixed Create RFC compliant HTML safe JSON.
* Issue #953336 by sun: Fixed Contributed modules are not able to test ↵webchick2011-12-11
| | | | theme-related functionality.
* Issue #1212992 by catch, xjm, chx, beejeebus, BTMash, bfroehle: Fixed major ↵webchick2011-12-10
| | | | bug - Prevent tests from deleting main installation's tables when parent::setUp() is not called.
* Issue #813540 by jbrown, chx: Fixed Comparisons involving NULL must never ↵webchick2011-12-10
| | | | return true.
* Issue #1329914 by xjm, msonnabaum: Fixed Ensure ['q'] is set before calling ↵webchick2011-11-24
| | | | drupal_normal_path().
* Issue #1182296 by BTMash, matason, catch, xjm: Add tests for 7.0->7.x ↵webchick2011-11-24
| | | | upgrade path.
* - Patch #765860 by effulgentsia, dww, dereine, mikey_p, xjm, sun, ↵Dries2011-11-21
| | | | sven.lauer: drupal_alter() fails to order modules correctly in some cases.
* Issue #1002258 by tstoeckler, xjm: Fixed D6 modules satisfy D7 module ↵webchick2011-11-14
| | | | dependencies.
* Issue #1002258 by tstoeckler, xjm: Fixed D6 modules satisfy D7 module ↵webchick2011-11-14
| | | | dependencies.
* Issue #1006714 by Steven Jones, chx, mr.baileys, xjm, carlos8f: Fixed ↵webchick2011-11-11
| | | | drupal_get_path() doesn't work for profiles.
* Issue #1049284 by xjm: Fixed Running update.php to flush caches no longer ↵webchick2011-11-11
| | | | works unless there are updates pending.
* Missing files.webchick2011-11-07
|
* Issue #561858 follow-up by effulgentsia, sun: Add tests for AJAX framework ↵webchick2011-10-29
| | | | lazy-load feature.
* Issue #1011614 by catch, pillarsdotnet: Fixed Theme registry can grow too ↵webchick2011-10-29
| | | | large for MySQL max_allowed_packet() and memcache default slab size.
* Issue #1041906 by Monochrome, bobodrone, ELC, ctibor, DamienMcKenna: Fixed ↵webchick2011-10-17
| | | | Taxonomy term menu link title overrides term page title.
* Issue #1183430 by TR, oriol_e9g: Fixed t function strings should not have ↵webchick2011-10-17
| | | | whitespaces at beginning or end.
* Issue #1191614 by Gábor Hojtsy: Added Make t() formatter available as its ↵webchick2011-10-17
| | | | own function.
* Issue #1292922 by loganfsmyth, plach: Fixed EntityFieldQuery count query ↵webchick2011-10-05
| | | | broken for translatable fields.
* Issue #1054848 by barraponto: Fixing common typos through codespell.py.webchick2011-10-02
|
* Issue #1205138 by pwolanin, Dave Reid: Do not blow away non-MD5 password ↵webchick2011-09-30
| | | | hashes in user_update_7000().
* Issue #1289364 by swentel: Fixed SchemaCache generates empty cid.webchick2011-09-30
|
* Issue #520106 by JohnAlbin, pillarsdotnet, chx, sun, Nick Lewis, drifter, ↵webchick2011-09-28
| | | | Mark Trapp: Fixed No way to dynamically set active trail.
* Issue #1226796 by sun, catch, Damien Tournoud: Fixed Not equal operator '!=' ↵webchick2011-09-27
| | | | is not supported by all databases, must be '<>'.
* Issue #1242460 by Chi: Code style fix for database_test().test.webchick2011-09-27
|
* - Patch #952772 by oriol_e9g, mdupont, bleen18, idflood: theme_html_tag() ↵Dries Buytaert2011-09-17
| | | | optional value not really optional.
* Issue #1222576 by jox: Fixed file_usage_list() is defective (might return ↵webchick2011-09-05
| | | | incomplete results).
* Issue #978944 by Aron Novak, chx, ksenzee: Fixed Handle exceptions thrown in ↵webchick2011-08-30
| | | | cron.
* - Patch #1259096 by Akaoni: cache Bin cache_path() is never cleaned up.Dries Buytaert2011-08-26
|
* Issue #1164852 follow-up by plach, chx, Boobaa, sun: Fixed critical ↵webchick2011-08-23
| | | | regression: Node bodies display as empty after upgrade to 7.7 from 6.x if the nodes have a language.
* Issue #1112854 by dereine, chx, Damien Tournoud: Fixed Subqueries use wrong ↵webchick2011-08-22
| | | | arguments.
* Issue #1231856 by lyricnz: Fixed menu_update_7001() breaks when updating ↵webchick2011-08-16
| | | | from 7.4 or upgrading from D6.
* - Patch #1239376 by Dave Reid: .ogg file extension incorrectly mapped to ↵Dries Buytaert2011-08-07
| | | | 'application/ogg' in file_default_mimetype_mapping().
* Issue #1185780 by Damien Tournoud: Fixed Make transactions more flexible and ↵webchick2011-08-01
| | | | useful.
* Issue #1206200 by plach, chx: Add support for field meta conditions in ↵webchick2011-07-20
| | | | EntityFieldQuery to allow for field language updates.
* Issue #898634 by catch, alex_b, chx: Fixed install_drupal(): call to ↵webchick2011-07-18
| | | | menu-touching functions results in SQL syntax error.
* Issue #952970 by clemens.tolboom, yched: Fixed Undefined index: required in ↵webchick2011-07-17
| | | | field_default_form().