summaryrefslogtreecommitdiff
path: root/modules/simpletest
Commit message (Collapse)AuthorAge
* Issue #1289364 by swentel: Fixed SchemaCache generates empty cid.webchick2011-09-30
|
* Issue #1295456 by pillarsdotnet: Fixed Add missing '$' character in docblock ↵webchick2011-09-30
| | | | for DrupalWebTestCase::drupalGetNodeByTitle() function.
* 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 #799932 by David_Rothstein, Stefan Freudenberg: Fixed Simpletest HTTP ↵webchick2011-09-05
| | | | authentication credentials should use the 'password' form element.
* 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 #276153 by pwolanin, das-peter: Fixed Testing does not work at all ↵webchick2011-07-28
| | | | when locale of host session is not English.
* 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().
* Issue #931512 by ahwebd, catch, tobiasb: Fixed Node body 'description' and ↵webchick2011-07-17
| | | | 'required' are missed on nodes upgraded from D6 to D7.
* Issue #1007910 by lyricnz, idflood: Fixed D6->D7 update doesn't convert ↵webchick2011-07-04
| | | | 'primary-links' menu to 'main-menu'.
* Issue #1130198 by pillarsdotnet, Damien Tournoud: Fixed Regression: ↵webchick2011-06-29
| | | | line-breaks are mangled by drupal_html_to_text().
* Issue #1083982 by Damien Tournoud: Fixed support for remote streamwrappers.webchick2011-06-29
|
* Issue #1191040 by sun: Use proper function for ordering tests by title.webchick2011-06-27
|
* Issue #992376 follow-up by larowlan: Tests for paths containing a hyphen and ↵webchick2011-06-27
| | | | theme_hook_suggestions().
* Issue #1081068 by wojtha, bfroehle, Heine: Fixed drupal_http_request() ↵webchick2011-06-21
| | | | inconsistent redirect_url().
* Issue #1171436 by jhedstrom: Check that modules passed into setUp() are ↵webchick2011-06-21
| | | | properly enabled.
* Issue #1029606 follow-up by catch, David_Rothstein: Fixed Regression: Not ↵webchick2011-06-15
| | | | loading the .module file causes a fatal error when uninstalling some modules (as does loading it).
* - Patch #1089472 by janusman, David_Rothstein: batch API finishes when ↵Dries Buytaert2011-06-11
| | | | >99.5% of items have been processed.
* Issue #1014262 by Eric_A, asimmonds: Fixed user_update_7011() completely ↵webchick2011-06-01
| | | | broken (User email template tokens not upgraded).
* Issue #761648 follow-up by lyricnz: Fixed Menu D6->D7 upgrade doesn't ↵webchick2011-06-01
| | | | maintain node-menu configuration.
* Issue #1007830 by drunken monkey, Damien Tournoud, bfroehle: Fixed Nested ↵webchick2011-05-29
| | | | transactions throw exceptions on ddl changes.
* Issue #1166806 by droplet, TR: Removed legacy CVS Id tags in core.webchick2011-05-28
|
* Issue #1001146 by edhaber, droplet: Fixed Cannot theme links in a menu when ↵webchick2011-05-18
| | | | menu_name() contains a hyphen.
* Issue #1105848 by cafuego: Fixed Unsafe query comments possible via UI.webchick2011-05-17
|
* - Rolled back.Dries Buytaert2011-05-17
|
* - Patch #784856 by dmitrig01: menu_get_names() is dead code, remove it.Dries Buytaert2011-05-17
|
* - Patch #759844 by jpmckinney, dixon_, plach, ksenzee, fabsor, ↵Dries Buytaert2011-05-14
| | | | pillarsdotnet: overlay does not work with prefixed URL paths.
* Hm. Rollback of previous patch. I think I just broke testbot. NOOB.webchick2011-05-13
|
* Issue #1017672 by catch, q0rban: D6 to D7 update process permanently deletes ↵webchick2011-05-13
| | | | comment bodies and other data, and throws fatal SQL errors.
* - Patch #1139638 by DamZ: the SQLite driver cannot update a column to NULL.Dries Buytaert2011-04-28
|
* Issue #908282 by jbrown, pillarsdotnet: add width and height attributes to ↵webchick2011-04-24
| | | | increase front-end performance.
* Issue #1003308 by bfroehle: Fix upgrade path for Forum module by hard-coding ↵webchick2011-04-24
| | | | vocabulary machine name (with tests).
* - Patch #1110810 by JohnAlbin, TR: CVS $ tag lurks in .htaccess file (and ↵Dries Buytaert2011-04-23
| | | | other dank corners of Drupal).
* - Patch #965272 by larowlan, bellHead, TR: items defined with type ↵Dries Buytaert2011-04-20
| | | | MENU_CALLBACK show 'Home' as a title.
* - Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error.Dries Buytaert2011-04-12
|
* Issue #839556 by dalin, jrchamp, effulgentsia, dmitrig01, David_Rothstein: ↵webchick2011-04-10
| | | | fix isset regression in tablesort, add tests, and cleanup theme_process_registry().
* - Patch #897140 by fgm: system.methodSignature returns incorrect and ↵Dries Buytaert2011-04-10
| | | | incomplete data.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1006838 by coltrane: upgrade to 7 glaring timezone invalid notice.Dries Buytaert2011-02-21
|