summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests
Commit message (Collapse)AuthorAge
* - 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.
* - Patch #924686 by mikey_p, munzirtaha: space required after foreach construct.Dries Buytaert2010-09-28
|
* - Patch #756762 by effulgentsia, fago, sun: AJAX should follow same rules ↵Dries Buytaert2010-09-27
| | | | for whether to call drupal_rebuild_form() as non-AJAX submissions.
* - Patch #921606 by munzirtaha, bleen18: various code uses is_null().Dries Buytaert2010-09-26
|
* - Patch #140783 by sun: a select list without #default_value() always passes ↵Dries Buytaert2010-09-24
| | | | form validation.
* #890994 by Berdir: Entity query tests fail on PostgreSQL.Angie Byron2010-09-24
|
* - Patch #844186 by chx: clarify merge queries.Dries Buytaert2010-09-24
|
* - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths ↵Dries Buytaert2010-09-24
| | | | and local tasks #2.
* - Patch #920154 by munzirtaha: fixed simpletest coding standard violation.Dries Buytaert2010-09-23
|
* - Patch #909460 by tobiasb: remove debug() from test files.Dries Buytaert2010-09-19
|
* - Patch #789186 by effulgentsia: improve drupalPostAJAX() to be used more ↵Dries Buytaert2010-09-19
| | | | easily, leading to better AJAX test coverage. (Actual commit so we have proper credit.)
* - Patch #789186 by effulgentsia: improve drupalPostAJAX() to be used more ↵Dries Buytaert2010-09-19
| | | | easily, leading to better AJAX test coverage. (Rollback)
* - Removing and adding files per #885228.Dries Buytaert2010-09-19
|
* - Patch #885228 by sun, Jacine, mverbaar: CSS Files are in major need of ↵Dries Buytaert2010-09-19
| | | | clean up.
* - Patch #914458 by Damien Tournoud, chx: remove the format delete ↵Dries Buytaert2010-09-18
| | | | reassignment 'feature'.