summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests
Commit message (Collapse)AuthorAge
* #779412 by boombatower: Fixed wrong file documentation block on image.test.Angie Byron2010-04-23
|
* - Patch #722978 by Alan D., duellj: invalid header count for empty message ↵Dries Buytaert2010-04-22
| | | | in theme_table().
* #721082 by scor, linclark: Fixed Prevent conflicting namespaces and move ↵Angie Byron2010-04-22
| | | | hook_rdf_namespaces() invocation into rdf.module.
* - Patch #731606 by fago: module_implements() fails to find include.Dries Buytaert2010-04-22
|
* #742972 by klausi, Berdir: Clear entity info cache during module enable. (tests)Angie Byron2010-04-18
|
* - Patch #426056 by effulgentsia, Berdir, sun, boombatower, tstoeckler: fixed ↵Dries Buytaert2010-04-11
| | | | server-side enforcement of #disabled is inconsistent.
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* - Patch #741578 by nikgregory, andypost, Berdir, noahb: 'File' is a reserved ↵Dries Buytaert2010-04-10
| | | | word that should not be used.
* - Patch #384992 by effulgentsia, sun: drupal_html_id() does not work ↵Dries Buytaert2010-04-07
| | | | correctly in AJAX context with multiple forms on page.
* - Patch #558928 by mgifford, brandonojc, Owen Barton, Everett Zufelt: ↵Dries Buytaert2010-04-07
| | | | follow-up on making form element labeling more accessible.
* - Patch #699440 by scor, effulgentsia, noahb, catch: add bundle support to ↵Dries Buytaert2010-04-06
| | | | entity_uri() callback to remove performance overhead of forum_url_outbound_alter().
* - Patch #652122 by catch, Berdir, mr.baileys, sun, David_Rothstein: access ↵Dries Buytaert2010-04-06
| | | | dashboard permission is useless.
* - Patch #671184 by Scott Reynolds, sun, effulgentsia, yched, rfay, ↵Dries Buytaert2010-03-31
| | | | Pasqualle: AJAX form can submit inappropriately to system/ajax after failed validation.
* - Patch #265973 by Damien Tournoud, mr.baileys, dixon_, clemens.tolboom: ↵Dries Buytaert2010-03-31
| | | | XML-RPC chokes with long server response.
* - Patch #728338 by sun, Crell: standardize on 'field' in function names. 'It ↵Dries Buytaert2010-03-28
| | | | has to get worse before it can get better.'
* #707724 follow-up by yched: Fix more confusing field/entity api arguments.Angie Byron2010-03-27
|
* - Patch #684846 by effulgentsia, rfay, quicksketch, aspilicious: AJAX ↵Dries Buytaert2010-03-26
| | | | triggered by non-submit element fails if any elements are validated.
* - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ↵Dries Buytaert2010-03-26
| | | | also links.
* - Patch #656782 by effulgentsia: critical bug: ajax_process_form() results ↵Dries Buytaert2010-03-26
| | | | in settings being returned for elements that aren't re-rendered as part of the AJAX request.
* - Patch #669794 by andypost, Josh Waihi, aspilicious: critical task: use ↵Dries Buytaert2010-03-25
| | | | savepoints for nested transactions.
* - Patch #735808 by fago: fix multiple field value form to work with form API ↵Dries Buytaert2010-03-21
| | | | persistence. Added tests.
* - Patch #746676 by pwolanin, Rob Loach: new grouping messes with JavaScript ↵Dries Buytaert2010-03-21
| | | | weight.
* #241570 by effulgentsia and merlinofchaos: Fixed Theme preprocess functions ↵Angie Byron2010-03-21
| | | | do not get retained when using patterns.
* - Patch #720202 by naxoc, kkaefer: theme_table() doesn't use thead with ↵Dries Buytaert2010-03-18
| | | | empty cells.
* - Patch #258397 by John Morahan, Dries, R.Muilwijk, Bart Jansens, grendzy, ↵Dries Buytaert2010-03-17
| | | | Berdir: IP address identification not broad enough.
* - Patch #716602 by effulgentsia: refactor ajax_render() and clean up 'ajax' ↵Dries Buytaert2010-03-13
| | | | element type.
* - Patch #335035 by boombatower, Damien Tournoud, ksenzee, Berdir, Dave Reid, ↵Dries Buytaert2010-03-12
| | | | effulgentsia: Simpletest drupalPost() incorrectly submits input for disabled elements, causing unreliable testing of forms that contain them.
* #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.