Log of /drupal/modules/aggregator/aggregator.test
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 29 15:31:13 2009 UTC
(7 weeks, 6 days ago)
by
dries
Branch:
MAIN
Changes since
1.33: +2 -2 lines
Diff to
previous 1.33
- Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in url() only accept an array. Another nice API clean-up!
Revision
1.32 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Sep 18 00:12:45 2009 UTC
(2 months ago)
by
webchick
Branch:
MAIN
Changes since
1.31: +11 -11 lines
Diff to
previous 1.31
#571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes
before a form builder function, to facilitate common form elements. Clean-up
from form_builder changes from CTools patch. Has nice side-benefit of making
all form functions' signatures consistent.
Revision
1.29 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 17 19:14:40 2009 UTC
(3 months, 1 week ago)
by
webchick
Branch:
MAIN
Changes since
1.28: +4 -4 lines
Diff to
previous 1.28
#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.28 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 30 19:24:20 2009 UTC
(3 months, 3 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.27: +24 -24 lines
Diff to
previous 1.27
- 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.
Revision
1.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat May 30 11:12:12 2009 UTC
(5 months, 3 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.24: +9 -2 lines
Diff to
previous 1.24
- Patch #462310 by jpetso: generate valid XML and make sure the tests work when clean URLs can't be enabled.
Revision
1.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 29 12:08:27 2009 UTC
(6 months, 3 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.22: +5 -11 lines
Diff to
previous 1.22
- 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.
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 31 01:49:50 2009 UTC
(7 months, 3 weeks ago)
by
webchick
Branch:
MAIN
Changes since
1.19: +8 -8 lines
Diff to
previous 1.19
#376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest.
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Nov 7 07:11:22 2008 UTC
(12 months, 2 weeks ago)
by
webchick
Branch:
MAIN
Changes since
1.12: +2 -2 lines
Diff to
previous 1.12
#321828 by Damien Tournoud: November Make-All-Tests-Pass-Again-Extravaganza: Correct registration of maintenance page in hook_theme().
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 9 00:02:28 2008 UTC
(13 months, 2 weeks ago)
by
webchick
Branch:
MAIN
CVS Tags:
DRUPAL-7-0-UNSTABLE-2
Changes since
1.8: +5 -5 lines
Diff to
previous 1.8
#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.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 3 05:46:56 2008 UTC
(15 months, 3 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.3: +198 -1 lines
Diff to
previous 1.3
- Patch #16282 by Arancaytar, mustafau, keith.smith, et al: add OPML import functionality for RSS feeds. Woot.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 20 18:23:21 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.