Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #471070 by stella: millions of code style fixes. | Dries Buytaert | 2009-05-24 |
| | |||
* | - Patch #295864 by boombatower: cleaned up the randomName() method by ↵ | Dries Buytaert | 2009-04-29 |
| | | | | removing unnecessary prefix code, and added a new randomString() method which includes characters like spaces. | ||
* | #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵ | Angie Byron | 2009-03-31 |
| | | | | static method to reduce memory footprint of SimpleTest. | ||
* | - Patch #124492 by mfer, c960657 et al: valid_url() does not support all ↵ | Dries Buytaert | 2009-01-08 |
| | | | | valid URL characters. | ||
* | - Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from ↵ | Dries Buytaert | 2008-12-16 |
| | | | | hook_block(). | ||
* | - Patch #288039 by sun, ff1, agentrickard, fgm, ultimateboy: improved ↵ | Dries Buytaert | 2008-12-05 |
| | | | | usability of the aliased URL admin page. | ||
* | - Patch #338403 by drewish: code comments clean-up. | Dries Buytaert | 2008-11-25 |
| | |||
* | #284887 by Dave Reid and dww: Disable autocomplete if user does not have ↵ | Angie Byron | 2008-10-10 |
| | | | | access to the callback. | ||
* | - Patch #265040 by flobruit: Remove drupalModuleEnable() from simpletest. | Dries Buytaert | 2008-06-05 |
| | |||
* | - Patch #247423 by boombatower: code style fixes for the tests. | Dries Buytaert | 2008-05-30 |
| | |||
* | - Patch #252920 by flobruit and pwoladin: split profile module tests in ↵ | Dries Buytaert | 2008-05-04 |
| | | | | smaller tests, and improved performance of tests. | ||
* | - Patch #252920 by flobruit: fixed broken profile module tests by rewriten ↵ | Dries Buytaert | 2008-05-02 |
| | | | | them -- and added some more tests. | ||
* | - 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 ... |