Log of /drupal/modules/simpletest/simpletest.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.79 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 23 22:24:17 2009 UTC
(4 weeks, 5 days ago)
by
webchick
Branch:
MAIN
Changes since
1.78: +3 -3 lines
Diff to
previous 1.78
#600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
Revision
1.77 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 9 01:00:03 2009 UTC
(6 weeks, 6 days ago)
by
dries
Branch:
MAIN
Changes since
1.76: +2 -2 lines
Diff to
previous 1.76
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
Revision
1.76 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 8 15:18:27 2009 UTC
(6 weeks, 6 days ago)
by
dries
Branch:
MAIN
Changes since
1.75: +13 -12 lines
Diff to
previous 1.75
- Patch #343502 by Dave Reid, sun | dbabbage, Dries, boombatower: allow tests to require and test existence of modules. Required to make testing contributed modules possible.
Revision
1.73 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Sep 18 00:04:23 2009 UTC
(2 months, 1 week ago)
by
webchick
Branch:
MAIN
Changes since
1.72: +3 -3 lines
Diff to
previous 1.72
#564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... hey hey hey... gooood byeeee...
Revision
1.71 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 24 00:14:21 2009 UTC
(3 months ago)
by
webchick
Branch:
MAIN
CVS Tags:
DRUPAL-7-0-UNSTABLE-9
Changes since
1.70: +4 -1 lines
Diff to
previous 1.70
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
Revision
1.70 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 24 00:10:45 2009 UTC
(3 months ago)
by
webchick
Branch:
MAIN
Changes since
1.69: +1 -4 lines
Diff to
previous 1.69
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.
Revision
1.68 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 17 19:14:41 2009 UTC
(3 months, 1 week ago)
by
webchick
Branch:
MAIN
Changes since
1.67: +18 -6 lines
Diff to
previous 1.67
#517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.
Revision
1.62 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 28 19:18:07 2009 UTC
(3 months, 4 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.61: +3 -3 lines
Diff to
previous 1.61
- Patch #491556 by Berdir: completed converting core to DBTNG. Oh my. Kudos to Berdir for this humongous effort.
Revision
1.59 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 7 07:58:09 2009 UTC
(4 months, 2 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.58: +2 -1 lines
Diff to
previous 1.58
- Patch #512108 by boombatower: added a warning to educate people about the 'Clean environment' button when test run fails.
Revision
1.47 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 25 05:20:16 2009 UTC
(6 months ago)
by
dries
Branch:
MAIN
Changes since
1.46: +2 -2 lines
Diff to
previous 1.46
- Patch #464714 by chx, DamZ: speed up the tests by bringing unit tests backt to live. Unit tests bootstrap faster and have the potential to speed up testing. We'll need help converting tests where possible.
Revision
1.44 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun May 17 10:49:40 2009 UTC
(6 months, 1 week ago)
by
dries
Branch:
MAIN
Changes since
1.43: +7 -1 lines
Diff to
previous 1.43
- Patch #407294 by Litrik: provide hooks to allow other modules to listen to SimpleTest results. Java-lamp, here I come!
Revision
1.39 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 31 01:49:53 2009 UTC
(7 months, 3 weeks ago)
by
webchick
Branch:
MAIN
Changes since
1.38: +15 -18 lines
Diff to
previous 1.38
#376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest.
Revision
1.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jan 19 10:46:51 2009 UTC
(10 months ago)
by
dries
Branch:
MAIN
Changes since
1.33: +2 -2 lines
Diff to
previous 1.33
- Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.
Revision
1.28 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 23 16:00:07 2008 UTC
(12 months ago)
by
webchick
Branch:
MAIN
Changes since
1.27: +14 -5 lines
Diff to
previous 1.27
#315801 by Rob Loach, Grugnoh2, mfer and dmitrig01: Add a hook_js_alter() to modify JavaScript being printed to the page.
Revision
1.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 15 14:17:27 2008 UTC
(13 months, 1 week ago)
by
dries
Branch:
MAIN
Changes since
1.20: +8 -1 lines
Diff to
previous 1.20
- Patch #320374 by Damien Tournoud, pwolanin et al: worked around a max_allowed_packet size issue with the simpletests.
Revision
1.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 9 02:49:36 2008 UTC
(13 months, 2 weeks ago)
by
webchick
Branch:
MAIN
Changes since
1.17: +16 -31 lines
Diff to
previous 1.17
#316344 by boombatower: Add meta refresh support to SimpleTest to allow programmatically dealing with Batch API and such.
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 9 00:02:29 2008 UTC
(13 months, 2 weeks ago)
by
webchick
Branch:
MAIN
Changes since
1.16: +2 -2 lines
Diff to
previous 1.16
#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. :)
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 21 19:36:38 2008 UTC
(15 months ago)
by
dries
Branch:
MAIN
Changes since
1.10: +9 -7 lines
Diff to
previous 1.10
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 9 12:41:22 2008 UTC
(15 months, 2 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.7: +1 -5 lines
Diff to
previous 1.7
- Patch #268063 by boombatower, chx, cwgordon7, Damien Tournoud: move includes/tests to simpletest/tests and provide hidden .info propery
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 24 21:51:02 2008 UTC
(17 months ago)
by
dries
Branch:
MAIN
Changes since
1.3: +324 -203 lines
Diff to
previous 1.3
- Patch #243773 by chx, catch, boombatower, yched, dmitrig01, et al: use the batch API for running the tests instead of an all-in-one approach. Great work.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 20 18:23:29 2008 UTC
(19 months 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.