Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #293496 by kathyh and cwgordon7: Added tests for drupal_match_path(). | Angie Byron | 2009-09-11 |
| | |||
* | #331180 by pwolanin and Rob Loach: Added pluggable smtp/mail framework. | Angie Byron | 2009-08-31 |
| | |||
* | - Patch #251792 by pwolanin, Damien Tournoud, slantview, c960657: added a ↵ | Dries Buytaert | 2009-08-17 |
| | | | | locking framework for long running operations. | ||
* | - Patch #340283 by boombatower, dmitrig01 et al: abstract the simpletest ↵ | Dries Buytaert | 2009-08-17 |
| | | | | broswer in its own class/object. | ||
* | - Patch #395472 by JacobSingh, chx, cwgordon7: more improvements to the file ↵ | Dries Buytaert | 2009-07-01 |
| | | | | transfer system to pave the path for a plugin manager. Heroic effort. | ||
* | - Patch #449198 by boombatower: cealn up test loading and related API. | Dries Buytaert | 2009-06-08 |
| | |||
* | - Patch #445950 by boombatower: interface improvements for SimpleTest. | Dries Buytaert | 2009-05-01 |
| | |||
* | #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI. | Angie Byron | 2008-10-11 |
| | |||
* | #318892 by justinrandell and chx: Add .install files to the list of files ↵ | Angie Byron | 2008-10-09 |
| | | | | added to .info files. | ||
* | - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵ | Dries Buytaert | 2008-05-06 |
| | | | | | | | | | | | flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code. | ||
* | - 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 ... |