Commit Graph

28 Commits (04d7eb4acb8b892e489a3abe49c9a98e5d863f7e)

Author SHA1 Message Date
Dries Buytaert 926606eeca - Patch #535564 by Gábor Hojtsy: the D7UX mockups call for a top level Content item, which would immediatey lead to the "Find content" screen. The current Drupal 7 code is almost there, but still has an RSS settings item blocking the implementation of this by default and aggregator and book also add subitems. 2009-07-30 19:24:21 +00:00
Angie Byron 735e1d904f #500866 by boombatower: Remove t() from getInfo in tests. 2009-07-13 21:51:42 +00:00
Dries Buytaert 3d64cb5eca - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my. 2009-06-12 08:39:40 +00:00
Dries Buytaert 83631203f8 - Patch #462310 by jpetso: generate valid XML and make sure the tests work when clean URLs can't be enabled. 2009-05-30 11:12:12 +00:00
Dries Buytaert a24a6c2bba - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
Dries Buytaert e721147363 - Patch #295864 by boombatower: cleaned up the randomName() method by removing unnecessary prefix code, and added a new randomString() method which includes characters like spaces. 2009-04-29 12:08:28 +00:00
Dries Buytaert 238c2a61e6 - Patch #417560 by JamesAn: moving the test files to a test directory. 2009-04-02 20:50:37 +00:00
Dries Buytaert c403b16006 - Patch #397800 by JamesAn: cleaned up some PHPdocs. 2009-04-01 19:56:34 +00:00
Angie Byron f40532da76 #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. 2009-03-31 01:49:55 +00:00
Angie Byron 3fed6c722c #364467 by alex_b: Fix remove followed by update aggregator items. 2009-03-01 07:21:02 +00:00
Dries Buytaert 8ca6649f98 - Patch #360398 by asimmonds: fixed bug with updating feed categories. 2009-01-22 12:59:32 +00:00
Dries Buytaert 36bcedc486 - Patch #342493 by mayor: make aggregator.test work on PostgreSQL. 2008-12-04 11:11:59 +00:00
Dries Buytaert eda100b83d - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
Dries Buytaert bd108c7f10 - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up. 2008-11-11 16:49:38 +00:00
Angie Byron 9852b3a70c Oops. Reverting aggregator stuff that I didn't mean to commit. 2008-11-07 07:12:52 +00:00
Angie Byron a8576b12f3 #321828 by Damien Tournoud: November Make-All-Tests-Pass-Again-Extravaganza: Correct registration of maintenance page in hook_theme(). 2008-11-07 07:11:22 +00:00
Dries Buytaert aeaeb17c73 - Patch #312316 by Aron Novak: extend aggregator module tests. 2008-11-02 11:17:56 +00:00
Dries Buytaert 47361fc44a - Patch #328440 by hswong3i: improved aggregator test query. 2008-11-01 17:01:23 +00:00
Dries Buytaert 3111676cf4 - Patch #302936 by Aron Novak, Crell et al: convert aggregator module to the new DB abstraction layer. 2008-10-20 12:57:35 +00:00
Angie Byron f841d1a764 #142995 by dopry, drewish, quicksketch, jpetso, and flobruit: Adding hook_file_X(). This is an enabler of lots and lots of goodies. See CHANGELOG.txt for more. Awesome work, guys. :) 2008-10-09 00:02:29 +00:00
Angie Byron 2f3146f041 #308434 follow-up by drewish: Small clean-ups to file.inc clean-ups. 2008-09-15 21:06:07 +00:00
Dries Buytaert f6a4263476 - Patch #52015 by mustafau: update timestamps for aggregator news items. 2008-09-03 19:25:08 +00:00
Dries Buytaert 2405ec9ad7 - Patch #302275 by chx: don't use TRUNCATE, use DELETE FROM instead 2008-08-31 14:15:07 +00:00
Dries Buytaert 6b46092549 - Patch #290561 by mustafu: improved the aggregator category tests. 2008-08-03 18:16:51 +00:00
Dries Buytaert 7010dcd1a3 - Patch #16282 by Arancaytar, mustafau, keith.smith, et al: add OPML import functionality for RSS feeds. Woot. 2008-08-03 05:46:56 +00:00
Dries Buytaert c6c26b5e23 - Patch #247423 by boombatower: code style fixes for the tests. 2008-05-30 07:30:53 +00:00
Dries Buytaert 6b88e61700 - Patch #256793 by Senpai and flobruit: code clean up. 2008-05-15 21:27:32 +00:00
Dries Buytaert af474609e3 - Added a test framework to Drupal along with a first batch of tests for
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 ...
2008-04-20 18:24:07 +00:00