Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #314147 follow-up by catch: Fixed typos with previous patch, and added tests. | Angie Byron | 2008-11-09 |
| | |||
* | - Patch #314147 by catch: more taxonomy standardization. | Dries Buytaert | 2008-11-05 |
| | |||
* | - Patch #329140 by catch, pwolanin: improve consistency of vocabulary API ↵ | Dries Buytaert | 2008-11-05 |
| | | | | and term API. | ||
* | #296910 by catch and webchick: Add reset parameter to ↵ | Angie Byron | 2008-09-24 |
| | | | | taxonomy_vocabulary_load(). | ||
* | #244662 by solotandem and catch: Fix taxonomy_vocabulary_load() when called ↵ | Angie Byron | 2008-09-24 |
| | | | | multiple times. | ||
* | - Patch #305740 by catch, Benjamin Melançon: added an edit tab to taxonomy ↵ | Dries Buytaert | 2008-09-19 |
| | | | | term pages. | ||
* | #308534 by Dave Reid: Remove stray whitespace core-wide. | Angie Byron | 2008-09-15 |
| | |||
* | #302440 by Benjamin Melançon, catch, asimmonds, pp: Fix PDOException error ↵ | Angie Byron | 2008-09-11 |
| | | | | on empty terms list. | ||
* | - Patch #302396 by chx, catch: made some tests more granular so they an be ↵ | Dries Buytaert | 2008-09-08 |
| | | | | run in parallel or stand-alone. | ||
* | - Patch #247423 by boombatower: code style fixes for the tests. | Dries Buytaert | 2008-05-30 |
| | |||
* | - 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 ... |