summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests
Commit message (Collapse)AuthorAge
* #715476 by Jeremy and Crell: Schema object should respect active database ↵Angie Byron2010-03-07
| | | | connection (with tests).
* #260934 by plach, ShawnClark, et al: Fixed Static caching: cannot call ↵Angie Byron2010-03-07
| | | | drupal_validate_form() on the same form more than once.
* - Patch #648170 by fago, sun: form constructors cannot enable form caching ↵Dries Buytaert2010-03-03
| | | | or form rebuilding.
* - Patch #353918 by Dave Reid, yched: drupal_write_record() writes empty ↵Dries Buytaert2010-03-03
| | | | string instead of empty serialized array.
* - Patch #243251 by naxoc, Signe, lilou, mcarbone: JavaScript requiring a ↵Dries Buytaert2010-03-02
| | | | query string cannot be loaded.
* - Patch #722912 by andypost: db_index_exists() must conform schemaAPI ↵Dries Buytaert2010-03-01
| | | | indexExists().
* - Patch #620298 by David_Rothstein: schema not available in hook_install().Dries Buytaert2010-02-26
|
* - Patch #228818 by effulgentsia, JonathanRoberts: IE stylesheets ignored ↵Dries Buytaert2010-02-25
| | | | after 31 link/style tags.
* #674784 by JohnAlbin, naxoc, et al: Fixed theme_get_suggestions() fails to ↵Angie Byron2010-02-23
| | | | return 'page__front()' suggestion on front page.
* #720620 by andypost: Fixed indexExists() for pgsql and sqlite does not ↵Angie Byron2010-02-23
| | | | prefix tablename.
* #710142 by Berdir, moshe weitzman, chx: Handle exceptions in shutdown ↵Angie Byron2010-02-17
| | | | functions (with tests). Hopefully the last of these weird 'Stack frame in Unknown line 0' errors.
* - Patch #652122 by mr.baileys, Berdir, catch: dashboard should insert itself ↵Dries Buytaert2010-02-17
| | | | as the default local task on /admin.
* #706248 by bellHead and Damien Tournoud: Fixed ↵Angie Byron2010-02-17
| | | | field_sql_storage_field_storage_query() with 'count' option breaks on PostgreSQL and SQLite. (with tests)
* - Rollbacked some changes that I accidentically committed along with the RDF ↵Dries Buytaert2010-02-15
| | | | patch.
* - Patch #685034 by linclark: the number of comments in RDFa should be typed.Dries Buytaert2010-02-15
|
* - Rollback #642820 -- test results were green but actually failed.Dries Buytaert2010-02-12
|
* - Patch #642820 by c960657: fixed PHP notices when submitting form with ↵Dries Buytaert2010-02-12
| | | | disabled checkbox.
* #707724 by chx: Rename confusing arguments in field/entity APIs.Angie Byron2010-02-11
|
* #567192 follow-up by Berdir: Remove tests for functionality that has not yet ↵Angie Byron2010-02-08
| | | | been committed. Oopsie.
* #522786 follow-up by Berdir: Fix incorrect parameters, causing test failures.Angie Byron2010-02-08
|
* #567192 by mgifford: Fixed Expanding simpletest groups not accessible via ↵Angie Byron2010-02-07
| | | | keyboard.
* #522786 by stormsweeper: Fixed Postgres numeric check needs to happen after ↵Angie Byron2010-02-07
| | | | precision check in schema generation.
* #211182 by Damien Tournoud, David_Rothstein, clemens.tolboom, scor, hunmonk, ↵Angie Byron2010-02-03
| | | | et al: Allow updates to specify dependencies to ensure they run in a predictable order.
* - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines ↵Dries Buytaert2010-01-30
| | | | at end of files.
* Sigh. Attempt NUMBER THREE at rolling back #522786. It just. won't. die.Angie Byron2010-01-30
|
* Ahem. Really rolling back #522786 now.Angie Byron2010-01-30
|
* Hm. Rollback of #522786 which seems to cause test failures.Angie Byron2010-01-30
|
* #553944 follow-up by David_Rothstein: Allow modules to override per-page ↵Angie Byron2010-01-30
| | | | custom themes.
* #522786 by stormsweeper: Fixed PostgreSQL numeric check needs to happen ↵Angie Byron2010-01-30
| | | | after precision check in schema generation.
* - Patch #284899 by c960657, voxpelli, mattconnolly: fixed Drupal url problem ↵Dries Buytaert2010-01-29
| | | | with clean urls.
* #697694 by aspilicious: Doxygen fixes.Angie Byron2010-01-29
|
* - Patch #689738 by c960657: use Save and Delete buttons on path alias ↵Dries Buytaert2010-01-21
| | | | editing form.
* #616650 by Crell: Default MySQL to transactions ON. Makes sense now that we ↵Angie Byron2010-01-13
| | | | default to InnoDB as well.
* #678714 by effulgentsia: Unify use of theme hook / template suggestions, fix ↵Angie Byron2010-01-13
| | | | clobbering problems, and improve suggestion discovery performance.
* #399642 follow-up by carlos8f: Replace drupal_install_modules() with an ↵Angie Byron2010-01-13
| | | | improved module_enable().
* #587634 by mr.baileys and TacoV: Fixed Actions infinite loop test fails.Angie Byron2010-01-10
|
* #479368 by Heine and asimmonds: Fixed drupal_to_js() provides bad unicode ↵Angie Byron2010-01-09
| | | | conversions.
* #601768 by Crell and Damien Tournoud: Add a DatabaseStatementEmpty to allow ↵Angie Byron2010-01-08
| | | | complex query to return a proper empty set.
* #629794 by yched: Fix Scaling issues with batch API. (with tests)Angie Byron2010-01-08
|
* #227677 by c960657, yched, cha0s, Dave Reid, et al: Fixed ↵Angie Byron2010-01-08
| | | | drupal_write_record() can't update a column to NULL. (with tests)
* #265719 by kkaefer, JacobSingh, ksenzee, and rfay: Fixed CSS aggregator ↵Angie Byron2010-01-07
| | | | produces invalid code and directory names for @import files which breaks IE (with tests).
* #592018 by mverbaar, Jacine, et al: Re-organize styles across stylesheets ↵Angie Byron2010-01-07
| | | | from system.module and separate presentational and behavior-supporting styles.
* #420358 follow-up by Dave Reid: Fix some straggler default => standard renaming.Angie Byron2010-01-05
|
* #370537 by chx, sun, effulgentsia, quicksketch, eaton, Heine, and yched: ↵Angie Byron2010-01-02
| | | | Allow buttons to only validate sections of forms, e.g. More buttons. (with tests)
* #399642 by sndev and carlos8f: Make drupal_install_modules() resolve ↵Angie Byron2010-01-02
| | | | dependencies and trigger an error when they do not exist. (with tests)
* #663814 by dereine, dww, and chx: Add helper function for testing session ↵Angie Byron2009-12-28
| | | | implementations.
* - Patch #668150 by mfb: fxed theme_item_list() when used with nested lists.Dries Buytaert2009-12-28
|
* - Patch #667264 by Damien Tournoud: fixed some broken tests.Dries Buytaert2009-12-28
|
* #667410 by justinrandell: Fixed simpletest doesn't create a temporary files ↵Angie Byron2009-12-25
| | | | directory.
* - Patch #302240 by fago, sun: fixed button broken.Dries Buytaert2009-12-17
|