Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵ | Angie Byron | 2009-03-31 |
| | | | | static method to reduce memory footprint of SimpleTest. | ||
* | #360128 by quicksketch: Create centralized ahah callback to reduce duplicate ↵ | Angie Byron | 2009-02-01 |
| | | | | code. | ||
* | - Patch #331708 by chx: convert poll_choice_js to FAPI2. | Dries Buytaert | 2008-12-18 |
| | |||
* | - Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from ↵ | Dries Buytaert | 2008-12-16 |
| | | | | hook_block(). | ||
* | - Patch #324313 by catch et al: load multiple nodes and terms at once. | Dries Buytaert | 2008-12-05 |
| | |||
* | - Patch #337820 by Dave Reid, Damien Tournoud, et al: rename menu path ↵ | Dries Buytaert | 2008-11-29 |
| | | | | 'logout' to 'user/logout'. For real now. | ||
* | Reverting #337820 once more, as it causes mysterious test failures. | Angie Byron | 2008-11-27 |
| | |||
* | - Patch #337820 by Dave Reid: rename menu path logout to user/logout. | Dries Buytaert | 2008-11-25 |
| | |||
* | - Patch #338403 by drewish: code comments clean-up. | Dries Buytaert | 2008-11-25 |
| | |||
* | Reverting #337820 which causes menu tests to fail, unbeknownst to testing ↵ | Angie Byron | 2008-11-24 |
| | | | | bot. Hrm... | ||
* | #337820 by Dave Reid: Rename menu path 'logout' to 'user/logout' for ↵ | Angie Byron | 2008-11-23 |
| | | | | consistency. | ||
* | - Patch #276200 by catch, Damien, cwgordon7 et al: fixed problem with poll ↵ | Dries Buytaert | 2008-08-05 |
| | | | | module tests. | ||
* | - Patch #101543 by webchick: document all constants. | Dries Buytaert | 2008-05-26 |
| | |||
* | - Patch #260492 by Damien: fixed/improved poll module tests. | Dries Buytaert | 2008-05-22 |
| | |||
* | - Patch #251263 by catch: fixing up many code style issues in the tests. | Dries Buytaert | 2008-04-25 |
| | |||
* | - 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 ... |