Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #373502 by drewish and sun: Add function to delete unmanaged files ↵ | Angie Byron | 2009-02-13 |
| | | | | recurisevely (with tests). | ||
* | #363687 by chx: Simplify DBTNG codeflow. | Angie Byron | 2009-01-25 |
| | |||
* | - Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, ↵ | Dries Buytaert | 2009-01-19 |
| | | | | unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module. | ||
* | - Patch #329407 by dereine, birdmanx35, hswong3i et al: report running time ↵ | Dries Buytaert | 2009-01-12 |
| | | | | of simpletests. | ||
* | - Patch #356116 by Jody Lynn: fixed typo. | Dries Buytaert | 2009-01-08 |
| | |||
* | - Patch #354715 by yched: removed unused and unsupported js entry in batch ↵ | Dries Buytaert | 2009-01-05 |
| | | | | definition. | ||
* | - Patch #352470 by scor: fixed typos and grammar in comments. | Dries Buytaert | 2008-12-30 |
| | |||
* | - Patch #338239 by Damien Tournoud: clean-up DrupalWebTestCase. | Dries Buytaert | 2008-11-26 |
| | |||
* | #315801 by Rob Loach, Grugnoh2, mfer and dmitrig01: Add a hook_js_alter() to ↵ | Angie Byron | 2008-11-23 |
| | | | | modify JavaScript being printed to the page. | ||
* | #315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js(). | Angie Byron | 2008-11-10 |
| | |||
* | - Patch #328719 by c960657: make the module list tests succeed again. | Dries Buytaert | 2008-11-01 |
| | |||
* | - Patch #314401 by boombatower et al: batch API screen improvements. | Dries Buytaert | 2008-11-01 |
| | |||
* | - Patch #327480 by chx: remove DB specific code from simpletest. | Dries Buytaert | 2008-10-31 |
| | |||
* | - Patch #305150 by jpetso et al: keep running tests checked. | Dries Buytaert | 2008-10-27 |
| | |||
* | - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css(). | Dries Buytaert | 2008-10-26 |
| | |||
* | - Patch #320374 by Damien Tournoud, pwolanin et al: worked around a ↵ | Dries Buytaert | 2008-10-15 |
| | | | | max_allowed_packet size issue with the simpletests. | ||
* | - Patch #320747 by lilou, UltimateBoy: removed double semicolons. | Dries Buytaert | 2008-10-14 |
| | |||
* | #313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions ↵ | Angie Byron | 2008-10-09 |
| | | | | to allow for localization of permission names | ||
* | #316344 by boombatower: Add meta refresh support to SimpleTest to allow ↵ | Angie Byron | 2008-10-09 |
| | | | | programmatically dealing with Batch API and such. | ||
* | #142995 by dopry, drewish, quicksketch, jpetso, and flobruit: Adding ↵ | Angie Byron | 2008-10-09 |
| | | | | hook_file_X(). This is an enabler of lots and lots of goodies. See CHANGELOG.txt for more. Awesome work, guys. :) | ||
* | - Patch #308668 by jpetso, boombatower: make test selection page work when ↵ | Dries Buytaert | 2008-10-06 |
| | | | | Javascript is disabled. | ||
* | #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵ | Angie Byron | 2008-09-20 |
| | | | | absolute paths. | ||
* | #64967 follow-up by drewish: Replace ereg with preg in file_scan_directory(). | Angie Byron | 2008-09-20 |
| | |||
* | - Patch #308272 by cwgordon7, boombatower, flobruit, et al: improve test ↵ | Dries Buytaert | 2008-09-18 |
| | | | | selection page. | ||
* | #305077 by DamZ, boombatower, and cwgordon7: Rework SimpleTest backend. | Angie Byron | 2008-09-10 |
| | |||
* | - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵ | Dries Buytaert | 2008-08-21 |
| | | | | generation database layer for Drupal 7. | ||
* | - Patch #290316 by boombatower, Damien Tournoud et al: made simpletests work ↵ | Dries Buytaert | 2008-08-13 |
| | | | | on PostgreSQL. | ||
* | - Patch #291750 by boombatower: remove test results after displayed, makes ↵ | Dries Buytaert | 2008-08-11 |
| | | | | tests work on PostgreSQL. | ||
* | - Patch #268063 by boombatower, chx, cwgordon7, Damien Tournoud: move ↵ | Dries Buytaert | 2008-08-09 |
| | | | | includes/tests to simpletest/tests and provide hidden .info propery | ||
* | - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵ | Dries Buytaert | 2008-07-16 |
| | | | | printes #markup, not #value. | ||
* | - Patch #276774 by Moshe, Susurrus: remove crufty settings. | Dries Buytaert | 2008-07-05 |
| | |||
* | - Patch #274994 by R.Muilwijk, boombatower: bring back the includes-tests. | Dries Buytaert | 2008-06-26 |
| | |||
* | - Patch #243773 by chx, catch, boombatower, yched, dmitrig01, et al: use the ↵ | Dries Buytaert | 2008-06-24 |
| | | | | batch API for running the tests instead of an all-in-one approach. Great work. | ||
* | - Patch #254758 by flobruit and me: remove inline CSS style from simpletest. | Dries Buytaert | 2008-05-10 |
| | |||
* | - Patch by boombatower: fixed code style of simpletests. | Dries Buytaert | 2008-05-10 |
| | |||
* | - Added a test framework to Drupal along with a first batch of tests for | Dries Buytaert | 2008-04-20 |
Drupal core! This is an important milestone for the project so enable the module and check it out ... :) Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran Lal, Moshe Weitzman, and the many other people that helped with testing over the past years and that drove this home. It all works but it is still rough around the edges (i.e. documentation is still being written, the coding style is not 100% yet, a number of tests still fail) but we spent the entire weekend working on it in Paris and made a ton of progress. The best way to help and to get up to speed, is to start writing and contributing some tests ... as well as fixing some of the failures. For those willing to help with improving the test framework, here are some next steps and issues to resolve: - How to best approach unit tests and mock functions? - How to test drupal_mail() and drupal_http_request()? - How to improve the admin UI so we have a nice progress bar? - How best to do code coverage? - See http://g.d.o/node/10099 for more ... |