summaryrefslogtreecommitdiff
path: root/modules/aggregator/aggregator.test
Commit message (Collapse)AuthorAge
* - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.Dries Buytaert2008-11-11
|
* Oops. Reverting aggregator stuff that I didn't mean to commit.Angie Byron2008-11-07
|
* #321828 by Damien Tournoud: November Make-All-Tests-Pass-Again-Extravaganza: ↵Angie Byron2008-11-07
| | | | Correct registration of maintenance page in hook_theme().
* - Patch #312316 by Aron Novak: extend aggregator module tests.Dries Buytaert2008-11-02
|
* - Patch #328440 by hswong3i: improved aggregator test query.Dries Buytaert2008-11-01
|
* - Patch #302936 by Aron Novak, Crell et al: convert aggregator module to the ↵Dries Buytaert2008-10-20
| | | | new DB abstraction layer.
* #142995 by dopry, drewish, quicksketch, jpetso, and flobruit: Adding ↵Angie Byron2008-10-09
| | | | hook_file_X(). This is an enabler of lots and lots of goodies. See CHANGELOG.txt for more. Awesome work, guys. :)
* #308434 follow-up by drewish: Small clean-ups to file.inc clean-ups.Angie Byron2008-09-15
|
* - Patch #52015 by mustafau: update timestamps for aggregator news items.Dries Buytaert2008-09-03
|
* - Patch #302275 by chx: don't use TRUNCATE, use DELETE FROM insteadDries Buytaert2008-08-31
|
* - Patch #290561 by mustafu: improved the aggregator category tests.Dries Buytaert2008-08-03
|
* - Patch #16282 by Arancaytar, mustafau, keith.smith, et al: add OPML import ↵Dries Buytaert2008-08-03
| | | | functionality for RSS feeds. Woot.
* - Patch #247423 by boombatower: code style fixes for the tests.Dries Buytaert2008-05-30
|
* - Patch #256793 by Senpai and flobruit: code clean up.Dries Buytaert2008-05-15
|
* - Added a test framework to Drupal along with a first batch of tests forDries Buytaert2008-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 ...