/[drupal]/drupal/modules/simpletest/simpletest.info
ViewVC logotype

Log of /drupal/modules/simpletest/simpletest.info

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Nov 17 21:24:18 2009 UTC (9 days, 16 hours ago) by dries
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +2 -1 lines
Diff to previous 1.14
- Patch #598758 by stBorchert, sun, pwolanin, eigentor, TheRec, seutje: add link to the permissions and configuration page of each module from the module configuration page. Great team work!

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Nov 7 14:10:33 2009 UTC (2 weeks, 5 days ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10
Changes since 1.13: +1 -2 lines
Diff to previous 1.13
#600032 by c960657: Removed browser.inc. Please see http://drupal.org/project/browser if you'd like to help with a more fleshed-out abstract browser for possible inclusion in D8.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Oct 18 05:14:39 2009 UTC (5 weeks, 5 days ago) by webchick
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12
#595654 by sun: Fixed AJAX command 'settings' (with tests).

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Sep 21 06:52:40 2009 UTC (2 months ago) by dries
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
- Patch #249553 by sun: started to rename SimpleTest to Testing, at least in user output.

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Sep 11 02:19:02 2009 UTC (2 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.10: +2 -1 lines
Diff to previous 1.10
#293496 by kathyh and cwgordon7: Added tests for drupal_match_path().

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Aug 31 18:30:26 2009 UTC (2 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9
#331180 by pwolanin and Rob Loach: Added pluggable smtp/mail framework.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Aug 17 20:32:30 2009 UTC (3 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8
- Patch #251792 by pwolanin, Damien Tournoud, slantview, c960657: added a locking framework for long running operations.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Aug 17 06:08:47 2009 UTC (3 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7
- Patch #340283 by boombatower, dmitrig01 et al: abstract the simpletest broswer in its own class/object.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Jul 1 13:44:53 2009 UTC (4 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.6: +2 -1 lines
Diff to previous 1.6
- Patch #395472 by JacobSingh, chx, cwgordon7: more improvements to the file transfer system to pave the path for a plugin manager.  Heroic effort.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Jun 8 09:23:53 2009 UTC (5 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.5: +24 -1 lines
Diff to previous 1.5
- Patch #449198 by boombatower: cealn up test loading and related API.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri May 1 11:01:53 2009 UTC (6 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.4: +2 -1 lines
Diff to previous 1.4
- Patch #445950 by boombatower: interface improvements for SimpleTest.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Oct 11 02:33:01 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-2, DRUPAL-7-0-UNSTABLE-3, DRUPAL-7-0-UNSTABLE-4, DRUPAL-7-0-UNSTABLE-5, DRUPAL-7-0-UNSTABLE-6
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
#318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Oct 9 22:51:40 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2
#318892 by justinrandell and chx: Add .install files to the list of files added to .info files.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue May 6 12:18:50 2008 UTC (18 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1
Changes since 1.1: +2 -1 lines
Diff to previous 1.1
- Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit
  et al.  Can you say 'registry'?  Drupal now maintains an internal registry of
  all functions or classes in the system, allowing it to lazy-load code files as
  needed (reducing the amount of code that must be parsed on each request). The
  list of included files is cached per menu callback for subsequent loading by
  the menu router. This way, a given page request will have all the code it needs
  but little else, minimizing time spent parsing unneeded code.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Apr 20 18:23:29 2008 UTC (19 months, 1 week ago) by dries
Branch: MAIN
- 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 ...

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2