summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests
Commit message (Collapse)AuthorAge
* #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
|
* - Patch #360854 by sammys, Crell: added missing db_index_exists(), required ↵Dries Buytaert2009-12-15
| | | | to provide proper upgrade path from Drupal 6 to Drupal 7.
* #653940 follow-up by Damien Tournoud: Clean-up of error handling from first ↵Angie Byron2009-12-15
| | | | stab at test reporting fixes.
* - Patch #631550 by sun: fixed stale and improper logic for ↵Dries Buytaert2009-12-14
| | | | MENU_VISIBLE_IN_TREE and MENU_VISIBLE_IN_BREADCRUMB. Added lots of code comments, and added tests.
* #654662 by c960657 and Crell: Allow escaping wildcard characters in LIKE ↵Angie Byron2009-12-13
| | | | queries.
* #623320 by rfay: Implement AJAX 'css' command in misc/ajax.js (with tests).Angie Byron2009-12-12
|
* - Patch #655212 by chx: remove unused and broken drupal_session_count().Dries Buytaert2009-12-12
|
* - Patch #653940 by sun: tests weren't reporting all errors.Dries Buytaert2009-12-10
|
* - Patch #652420 by sun: fixed some errors.Dries Buytaert2009-12-09
|
* - Patch #c960657: rollback of double commit. It blame the network at Do It ↵Dries Buytaert2009-12-09
| | | | With Drupal. ;-)
* - Patch #653926 by Damien Tournoud: fixed range of sub-queries not being ↵Dries Buytaert2009-12-09
| | | | honored.
* - Patch #652420 by sun: fixed some problems in the tests.Dries Buytaert2009-12-09
|
* #651712 by carlos8f: Fixed bug where rendered menu tree links do not include ↵Angie Byron2009-12-08
| | | | proper attributes (with tests).
* #410926 by Damien Tournoud: Tests to ensure disabled Form API fields are ↵Angie Byron2009-12-08
| | | | working properly.
* #375352 by Damien Tournoud, sun, and chx: Fixed errors caused by adding ↵Angie Byron2009-12-08
| | | | dependency to non-existing module (with tests).
* - Patch #459786 by mcarbone: added tests for countQuery()Dries Buytaert2009-12-08
|
* #652420 by sun: Fixed Various failures everywhere caught by asserting on ↵Angie Byron2009-12-07
| | | | watchdog errors found in testing logs.
* #626790 by justinrandell: Fixed bug where drupal_write_record() returns ↵Angie Byron2009-12-06
| | | | FALSE for valid update queries.
* - Patch #641356 by fago, sun: cache more of () when form caching is enabled.Dries Buytaert2009-12-05
|
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* - Patch #471744 by jhodgdon: remove stray references from ↵Dries Buytaert2009-12-04
| | | | hook_taxonomy_term_load() parameters.
* - Patch #626024 by sun, catch: fixed filter_list_format() hits database too ↵Dries Buytaert2009-12-03
| | | | often / filter_format_save() doesn't save all filters.
* - Patch #635094 by plach: unify 'language neutral' language codes.Dries Buytaert2009-12-02
|
* - Patch #558928 by brandonojc, mgifford, Owen Barton, Everett Zufelt: ↵Dries Buytaert2009-12-02
| | | | improved consistency, flexibility and accessibility of form element labels.
* - Patch #647336 by boombatower, Morbus Iff: fixed bug with when xmlrpc() is ↵Dries Buytaert2009-12-02
| | | | called with no function arguments. Added some extra XML-RPC tests.
* #632030 by JohnAlbin: Merge Garland and Minnelli into one theme.Angie Byron2009-12-01
|
* - Patch #622922 by chx, fago, sun, effulgentsia: form API clean-up, bugfixes ↵Dries Buytaert2009-12-01
| | | | and extra tests.
* - Patch #491214 by JohnAlbin, Gábor Hojtsy, eigentor: implement a more ↵Dries Buytaert2009-12-01
| | | | usable top level Appearance page. Yay.
* - Patch #562932 by sun, dropcube, ugerhard: filter cache settings not saved ↵Dries Buytaert2009-11-30
| | | | properly.
* - Patch #642702 by sun: form validation handlers cannot alter structure.Dries Buytaert2009-11-28
|
* - Patch #564852 by justinrandell, mcarbone, Crell: fixed subselect in WHERE ↵Dries Buytaert2009-11-23
| | | | condition with multiple placeholders cause invalid/duplicate placeholders.
* #623310 by rfay: Fixed AJAX 'changed' command asterisk argument.Angie Byron2009-11-22
|
* #634440 follow-up by sun: More fixes post-form_state storage removal.Angie Byron2009-11-21
|
* - Patch #601584 by effulgentsia, boombatower, yched: setUp() function for ↵Dries Buytaert2009-11-21
| | | | unit and web test cases should reset all resettable statics.
* - Patch #634440 by fago, effulgentsia, sun: remove auto-rebuilding magic for ↵Dries Buytaert2009-11-21
| | | | ()['storage'].
* #633156 follow-up by effulgentsia and yched: Clean up AJAX tests, add sister ↵Angie Byron2009-11-21
| | | | function to drupal_js_encode().
* #638356 by yched: Reorganize and re-locate field test modules.Angie Byron2009-11-20
|
* #636834 by yched: Fixed field revision data when user has no 'edit' access ↵Angie Byron2009-11-20
| | | | on the field (with tests).
* #547068 follow-up by David_Rothstein: Don't use Seven for maintenance page.Angie Byron2009-11-19
|
* #547068 by sun, seutje, yoroy, Gábor Hojtsy, adrian, Bojhan, and ↵Angie Byron2009-11-19
| | | | markboulton: Use Seven theme for installation / updates.
* - Patch #634240 by catch, yched: system_list() caching was broken.Dries Buytaert2009-11-18
|
* - Patch #583730 by sun: fixed form caching.Dries Buytaert2009-11-18
|
* #633156 by rfay and effulgentsia: Added a baseline of tests for AJAX commands.Angie Byron2009-11-18
|
* #620688 follow-up by chx and effulgentsia: Fixed drupal_static_reset() is ↵Angie Byron2009-11-15
| | | | broken, with expanded test coverage.
* #179932 by Damien Tournoud, jromine, kenorb, deviantintegral, sun: Fixed ↵Angie Byron2009-11-15
| | | | Required radios/checkboxes are not validated.
* - Rollback of #447816.Dries Buytaert2009-11-12
|