Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #352470 by scor: fixed typos and grammar in comments. | Dries Buytaert | 2008-12-30 |
| | |||
* | - Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from ↵ | Dries Buytaert | 2008-12-16 |
| | | | | hook_block(). | ||
* | - Patch #345632 by Dave Reid: fixed a broken test that went unnoticed by the ↵ | Dries Buytaert | 2008-12-12 |
| | | | | test bots. | ||
* | - Patch #324313 by catch et al: load multiple nodes and terms at once. | Dries Buytaert | 2008-12-05 |
| | |||
* | - Patch #335086 by recidive: rename node, filter and comment module tables ↵ | Dries Buytaert | 2008-12-03 |
| | | | | to singular for consistency. Oh my. | ||
* | - Patch #338403 by drewish: code comments clean-up. | Dries Buytaert | 2008-11-25 |
| | |||
* | #305566 by agentrickard and moshe weitzman: Split 'bypass node access' from ↵ | Angie Byron | 2008-10-11 |
| | | | | 'administer nodes'. | ||
* | #295719 by flobruit, boombatower, and mikey_p: Clean up node.test. | Angie Byron | 2008-09-17 |
| | |||
* | - Patch #268706 by flobruit, lilou, bjaspan: fixed XSS on node edit form. | Dries Buytaert | 2008-08-30 |
| | |||
* | - Patch #260497 by boombatower: rewrote the node revisioning tests to be ↵ | Dries Buytaert | 2008-06-26 |
| | | | | more extensive and to fix some exceptions in the tests. | ||
* | - Patch #256841 by dropcube: fixed typo. | Dries Buytaert | 2008-05-10 |
| | |||
* | - 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 ... |