summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests
Commit message (Collapse)AuthorAge
* #550254 by Damien Tournoud, sun: Fixed some causes of menu links are ↵Angie Byron2010-11-20
| | | | sometimes not properly re-parented.
* #208611 by effulgentsia, ksenzee, p.brouwers, et al: Fixed drupal_add_js() ↵Angie Byron2010-11-20
| | | | includes settings twice and breaks certain JS files.
* #151452 by David_Rothstein, Dave Reid, tstoeckler: Fixed uninstalling ↵Angie Byron2010-11-20
| | | | modules does not follow dependencies.
* #953914 by chx, yched, effulgentsia, pifantastic: Fixed ↵Angie Byron2010-11-15
| | | | #limit_validation_errors fails is parents array contains numeric indexes.
* #895140 follow-up by David_Rothstein: Tests to ensure older versions of ↵Angie Byron2010-11-15
| | | | modules are not chosen over new ones.
* #885014 by bojanz, chx: Fixed add missing pager and tablesort query support ↵Angie Byron2010-11-14
| | | | to EntityFieldQuery.
* #878092 follow-up by sun, David_Rothstein: Fixed Regression from D7 alpha: ↵Angie Byron2010-11-14
| | | | themes are unable to render one group of node links separately from another.
* #575280 follow-up by mfb, carlos8f: Empty session IDs break Drupal. ↵Angie Byron2010-11-13
| | | | (courtesty of BADCamp 2010 woo)
* - Patch #927406 by Damien Tournoud, carlos8f, george@dynapres.nl, amateescu, ↵Dries Buytaert2010-11-13
| | | | Volx: colorable themes fail when CSS aggregation is enabled due to improper stream wrapper usage.
* - Patch #966238 by cosmicdreams, bfroehle, catch, mfb, carlos8f, marcingy: ↵Dries Buytaert2010-11-13
| | | | system_update_7061() stops migrating data if upload.fid is not found in files table, resulting in data loss.
* #934050 follow-up: Committing missing tests.Angie Byron2010-11-09
|
* - Patch #915936 by sun: make it easier to define checkboxes/radios with ↵Dries Buytaert2010-11-07
| | | | customized sub-elements.
* - Patch #938462 by bojanz: Fix EntityFieldQuery fatal error in certain cases ↵Dries Buytaert2010-11-05
| | | | and document bundle limitations.
* - Patch #575280 by mfb, carlos8f, chx, bleen18: impersonation when an https ↵Dries Buytaert2010-11-05
| | | | session exists.
* - Patch #654796 by chx, c960657, sun, effulgentsia: fix bugs with checkbox ↵Dries Buytaert2010-10-28
| | | | element.
* #927828 by Damien Tournoud, LaurentAjdnik, boombatower: Fixed contrib can't ↵Angie Byron2010-10-22
| | | | specify custom schema types. Should fix Date module. Yay.
* - Patch #647228 by sun, katbailey, Rob Loach: links are needlessly unable to ↵Dries Buytaert2010-10-21
| | | | fully participate in D7 AJAX framework features.
* - Patch #934050 by sun, alex_b: change format into string.Dries Buytaert2010-10-20
|
* #642160 by boombatower, Damien Tournoud: Make debug() message more usable.Angie Byron2010-10-16
|
* #296115 by naxoc, dereine: Tests for menu router item titles.Angie Byron2010-10-15
|
* #742972 follow-up by klausi, sun: Fix documentation and tests regarding ↵Angie Byron2010-10-15
| | | | entity cache clearing.
* #664042 by coltrane, effulgentsia: Fixed TableSort order error when no sort ↵Angie Byron2010-10-15
| | | | set in header
* #744384 by c960657: Do not write unchanged sessions to the database.Angie Byron2010-10-15
|
* #709892 by drunken monkey, Yorirou: Complete entity CRUD hook invocations: ↵Angie Byron2010-10-15
| | | | Add a hook_entity_delete() for consistency.
* #932134 by catch: Fixed no upgrade path for MENU_CALLBACK API change.Angie Byron2010-10-08
|
* - Patch #460448 by sun: some CSS rules are broken once CSS aggregation is ↵Dries Buytaert2010-10-08
| | | | enabled.
* #925778 by mradcliffe, chx, sun, manarth: Fixed user edit title incorrectly ↵Angie Byron2010-10-08
| | | | shows currently logged in user.
* #933270 by Damien Tournoud, catch: Fixed Taxonomy terms are incorrectly put ↵Angie Byron2010-10-06
| | | | in the 'Taxonomy upgrade vocabulary' in some cases. (beta blocker)
* #812416 follow-up: forgot to commit new test files.Angie Byron2010-10-06
|
* - Patch #908798 by bojanz: EntityFieldQuery does not handle ordering correctly.Dries Buytaert2010-10-06
|
* - Patch #932098 by sun: various bogus theme variables.Dries Buytaert2010-10-06
|
* #769226 follow-up by catch: Committing missing system.base.css.Angie Byron2010-10-06
|
* #812416 by plach, Damien Tournoud: Fix Locale upgrade path.Angie Byron2010-10-05
|
* - Patch #769226 by Owen Barton, sun, effulgentsia, alanburke, bleen18, mfer: ↵Dries Buytaert2010-10-05
| | | | optimize JS/CSS aggregation for front-end performance and DX.
* #614082 by dww, c960657: Fixed SimpleTest error collector tests fail when ↵Angie Byron2010-10-05
| | | | verbose logging is enabled.
* #930122 by dww: Regression: temp directory handling broken by confusion ↵Angie Byron2010-10-05
| | | | between file_directory_temp and file_temporary_path.
* #931190 by klausi, carlos8f: Fixed enabling modules via the UI breaks module ↵Angie Byron2010-10-05
| | | | dependencies.
* - Patch #140783 by sun, chx, effulgentsia, David_Rothstein, webchick: a ↵Dries Buytaert2010-10-04
| | | | select list without #default_value() always passes form validation.
* - Patch #561858 by effulgentsia, sun, rfay, Nick_vh, merlinofchaos, ↵Dries Buytaert2010-10-04
| | | | katbailey, dereine, tstoeckler: drupal_add_js() and drupal_add_css() to work for AJAX requests too by adding lazy-load to AJAX framework.
* #930708 by catch, dww: Fixed taxonomy_update_7005() can go on an infinite ↵Angie Byron2010-10-04
| | | | search.
* #895176 by ksenzee, dereine, mongolito404, Berdir, moshe weitzman, chx: ↵Angie Byron2010-10-03
| | | | Fixed upgrade fails because of integrity constraint violation in system_update_7060.
* #901062 by effulgentsia, ygerasimov, et al: Fixed regression: themes can no ↵Angie Byron2010-10-03
| | | | longer remove stylesheets by overriding them in .info files.
* - Patch #600836 by tim.cosgrove, dww, naxoc: batch API never terminates if ↵Dries Buytaert2010-10-03
| | | | you set ['finished'] > 1.
* - Patch #656266 by fgm, sun: hook_xmlrpc_alter() cannot alter built-in methods.Dries Buytaert2010-10-02
|
* #917220 by Everett Zufelt, mgifford: Invisible elements should appear before ↵Angie Byron2010-10-01
| | | | form elements.
* #926794 by ksenzee, moshe weitzman, Jody Lynn: Fixed revisions of ↵Angie Byron2010-10-01
| | | | unpublished nodes lose their body field on upgrade.
* #651086 follow-up by carols8f: Fix cache clearing is an ineffective mess.Angie Byron2010-10-01
|
* #699858 by David_Rothstein, catch, yoroy, sun, ronald_istos, et al: Fix ↵Angie Byron2010-10-01
| | | | admin/by-task is confusing because it looks too similar to admin/config. Makes admin/by-task a very minimal view, and makes admin/by-module a more fully fledged index.
* #881530 by yhahn: Fix exportability of vocabularies by using machine names ↵Angie Byron2010-10-01
| | | | in taxonomy field's 'allowed values' setting.
* - Patch #924554 by quicksketch, paul.lovvik: an exception is being thrown in ↵Dries Buytaert2010-09-28
| | | | the file_usage_delete() function if the corresponding file is not in the 'file_usage()' table.