Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #319699 follow-up by Dave Reid: Simplify required module hiding in ↵ | Angie Byron | 2008-10-11 |
| | | | | admin/build/modules. | ||
* | #319699 by Dave Reid: Simplify logic for hiding required modules. | Angie Byron | 2008-10-11 |
| | |||
* | #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI. | Angie Byron | 2008-10-11 |
| | |||
* | #308534 by Dave Reid: Remove stray whitespace core-wide. | Angie Byron | 2008-09-15 |
| | |||
* | - Patch #296305 by Damien Tournoud, recidive, cwgordon7, chx: 404 page needs ↵ | Dries Buytaert | 2008-08-28 |
| | | | | a test -- testing party | ||
* | - Patch #297869 by boombatower: add xpath method to simpletest and refactor ↵ | Dries Buytaert | 2008-08-22 |
| | | | | existing tests. | ||
* | - Patch #229129 by dmitrig01: clean up system modules page. | Dries Buytaert | 2008-07-23 |
| | |||
* | - Patch #256886 by catch et al: comment out a test that fails due to a bug ↵ | Dries Buytaert | 2008-06-29 |
| | | | | in cURL. | ||
* | - Patch #275092 by kbahey: added test for meta-tag generator patch. | Dries Buytaert | 2008-06-28 |
| | |||
* | - Patch #268449 by catch: fixed some tests that failed due to invalid ↵ | Dries Buytaert | 2008-06-09 |
| | | | | permissions. | ||
* | - Patch #250918 by boombatower: cleaned up some tests and added some tests ↵ | Dries Buytaert | 2008-06-02 |
| | | | | for the administration panels. | ||
* | - Patch #261836 by dropcube: tests for cron. | Dries Buytaert | 2008-05-30 |
| | |||
* | - Patch #259871 by pwolanin: clean up system.test. | Dries Buytaert | 2008-05-19 |
| | |||
* | - Patch #256152 by catch: added additional tests for the IP address blocking ↵ | Dries Buytaert | 2008-05-10 |
| | | | | and added a small usability improvement. | ||
* | - 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 ... |