summaryrefslogtreecommitdiff
path: root/modules/simpletest
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.
* - Patch #934774 by Coornail, Damien Tournoud: Css aggregation includes a ↵Dries Buytaert2010-11-17
| | | | lots of empty newlines.
* #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.
* - Patch #968476 by Dave Reid: use proper API for removing directory on ↵Dries Buytaert2010-11-12
| | | | uninstall.
* #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 #951774 by Damien Tournoud: DOMDocument::loadHTML() should not be ↵Dries Buytaert2010-10-31
| | | | called statically.
* - Patch #654796 by chx, c960657, sun, effulgentsia: fix bugs with checkbox ↵Dries Buytaert2010-10-28
| | | | element.
* #445736 by sun: Fixed Poll does not respect weight in Preview or More button.Angie Byron2010-10-25
|
* - Patch #949212 by luchochs: simpletest_last_test_get() is ignored in ↵Dries Buytaert2010-10-25
| | | | api.drupal.org.
* - Patch #951486 by Damien Tournoud: invalid placeholders in exception ↵Dries Buytaert2010-10-25
| | | | messages during update.
* #949872 by alex_b, jhodgdon, sun: Fixed filter format assertion randomly ↵Angie Byron2010-10-23
| | | | failing.
* #934050 follow-up by David_Rothstein, alex_b, sun: Tighten up security, add ↵Angie Byron2010-10-22
| | | | tests.
* #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 #926016 by effulgentsia, chrisshattuck: several bugs when trying to ↵Dries Buytaert2010-10-20
| | | | remove files from a multivalued file/image field.
* - Patch #882694 by mgifford, sun, ksenzee, bleen18, yched: add missing form ↵Dries Buytaert2010-10-20
| | | | element titles for accessibility.
* - Patch #934050 by sun, alex_b: change format into string.Dries Buytaert2010-10-20
|
* - Patch #919644 by scor, amateescu: fix documentation for ↵Dries Buytaert2010-10-18
| | | | assertOptionSelected().
* #642160 by boombatower, Damien Tournoud: Make debug() message more usable.Angie Byron2010-10-16
|
* #931762 by duellj: Fixed Missing docblocks in simpletest.installAngie Byron2010-10-15
|
* #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.
* - Patch #937026 by sun: needless cache clearing in simpletest_run_tests().Dries Buytaert2010-10-10
|
* #933922 by solotandem: Fix SimpleTest form displaying label and expander ↵Angie Byron2010-10-09
| | | | arrow image on separate lines.
* #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.
* - Patch #851058 by boombatower: fixed DOMDocument::loadHTML() fails.Dries Buytaert2010-10-08
|
* #924158 by sun: Fixed SimpleTest selection form markup/styling is broken.Angie Byron2010-10-07
|
* #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.