summaryrefslogtreecommitdiff
path: root/modules/simpletest
Commit message (Collapse)AuthorAge
* - Patch #601548 by Damien Tournoud, moshe weitzman: loosen the dependency ↵Dries Buytaert2009-12-22
| | | | between t() and the theming layer.
* - Patch #663828 by chx: allow core tests to be programmatically disabled.Dries Buytaert2009-12-20
|
* - 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.
* #577398 by boombatower: Fix SimpleTest temporary file handling, post-stream ↵Angie Byron2009-12-15
| | | | wrappers.
* #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.
* #560646 by carlos8f and chx: Make SimpleTest catch Fatal PHP errors.Angie Byron2009-12-14
|
* #654662 by c960657 and Crell: Allow escaping wildcard characters in LIKE ↵Angie Byron2009-12-13
| | | | queries.
* #653940 follow-up by carlos8f and sun: Fix fatal errors in tests and revert ↵Angie Byron2009-12-13
| | | | changes to error reporting in previous patch.
* #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.
* #633156 follow-up by sun: Fix declaration of drupalGetAJAX().Angie Byron2009-12-06
|
* #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 #634234 by jhodgdon, arianek, lisarex: better help for system ↵Dries Buytaert2009-12-01
| | | | module, syslog module, and simpletest module.
* - Patch #620446 by Xano: rewrite permission titles and descriptions.Dries Buytaert2009-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.
* - Patch #601584 by yched: fix verbose feature.Dries Buytaert2009-11-22
|
* #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
|
* #635202 by yched and sun: Remove #process pattern from option widgets (plus ↵Angie Byron2009-11-20
| | | | buckets of tests for option widgets).
* #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.