Dries Buytaert
53b83cdcb9
- Patch #330633 by drewish: temporary file clean-up _and_ unit tests. Oh yeah.
2008-12-28 19:11:31 +00:00
Dries Buytaert
574a2e47ee
- Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from hook_block().
2008-12-16 23:57:33 +00:00
Dries Buytaert
c50651f7fb
- Patch #340557 by Dave Reid: use static caching in drupal_is_front_page().
2008-12-09 07:16:10 +00:00
Dries Buytaert
55382d04a7
- Patch #318016 by Dave Reid: step one to standardizing type-hinting.
2008-12-08 21:41:54 +00:00
Dries Buytaert
58b0235a72
- Patch #324313 by catch et al: load multiple nodes and terms at once.
2008-12-05 22:18:46 +00:00
Dries Buytaert
74f2efd561
- Patch #314870 by drewish: removed some code that accidentically got committed with api.php and that broke the tests.
2008-11-26 18:56:16 +00:00
Angie Byron
66df602593
#314870 by Rob Loach, drewish, catch, and sun: Add hook API documentation to Drupal core.
2008-11-25 02:37:33 +00:00
Dries Buytaert
5083e13522
- Patch #333143 by justinrandell: cleaning up the Drupal bootstrap code, removing bootstrap flag in system table.
2008-11-24 10:41:40 +00:00
Angie Byron
53f53b6db5
#11077 by mfb, KarenS, macgirvin, and jjkd: Can you say Daylight Savings Time? I bet you didn't think Drupal ever would! :)
2008-11-20 06:56:17 +00:00
Dries Buytaert
fa94c66c92
- Patch #328719 by c960657: make the module list tests succeed again.
2008-11-01 21:21:35 +00:00
Dries Buytaert
35c7673cae
- Patch #327480 by chx: remove DB specific code from simpletest.
2008-10-31 11:13:31 +00:00
Dries Buytaert
f7e61d77e9
- Patch #296321 by pwolanin, swentel: link to cron.php broken when clean URLs are disabled.
2008-10-13 20:29:42 +00:00
Angie Byron
8292bdd40a
Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() check_plain() by default.
2008-10-13 00:33:05 +00:00
Angie Byron
a3a420c3e6
Roll-back of #242873 : This caused horrendous problems with SimpleTest on some configurations.
2008-10-12 06:27:06 +00:00
Angie Byron
4d20274076
#253569 by aaron, agentrickard, and Dave Reid: Add hook_modules_X to allow modules to react when other modules are enabled, disabled, installed, or uninstalled.
2008-10-11 22:46:22 +00:00
Angie Byron
ecf7ad41d0
#242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by default.
2008-10-11 21:11:02 +00:00
Angie Byron
047b4bde38
#296306 by swentel: Test for custom 403 page.
2008-10-11 18:17:02 +00:00
Angie Byron
da7f3a0ef0
#319699 follow-up by Dave Reid: Simplify required module hiding in admin/build/modules.
2008-10-11 15:54:14 +00:00
Angie Byron
819b0e95a9
#319699 by Dave Reid: Simplify logic for hiding required modules.
2008-10-11 03:25:36 +00:00
Angie Byron
7e02f2f782
#318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI.
2008-10-11 02:33:14 +00:00
Angie Byron
161a9970f7
#308534 by Dave Reid: Remove stray whitespace core-wide.
2008-09-15 20:48:10 +00:00
Dries Buytaert
762ca25ecf
- Patch #296305 by Damien Tournoud, recidive, cwgordon7, chx: 404 page needs a test -- testing party
2008-08-28 08:37:46 +00:00
Dries Buytaert
c15bcc0653
- Patch #297869 by boombatower: add xpath method to simpletest and refactor existing tests.
2008-08-22 12:35:55 +00:00
Dries Buytaert
d743fcc5c7
- Patch #229129 by dmitrig01: clean up system modules page.
2008-07-23 07:37:06 +00:00
Dries Buytaert
1d97b23ae4
- Patch #256886 by catch et al: comment out a test that fails due to a bug in cURL.
2008-06-29 11:39:38 +00:00
Dries Buytaert
76fe77cc22
- Patch #275092 by kbahey: added test for meta-tag generator patch.
2008-06-28 19:19:08 +00:00
Dries Buytaert
201e1dd356
- Patch #268449 by catch: fixed some tests that failed due to invalid permissions.
2008-06-09 16:33:20 +00:00
Dries Buytaert
098b3f72ca
- Patch #250918 by boombatower: cleaned up some tests and added some tests for the administration panels.
2008-06-02 17:32:19 +00:00
Dries Buytaert
bc5f69a333
- Patch #261836 by dropcube: tests for cron.
2008-05-30 07:27:14 +00:00
Dries Buytaert
5316c645d2
- Patch #259871 by pwolanin: clean up system.test.
2008-05-19 19:28:39 +00:00
Dries Buytaert
0a31af3ed2
- Patch #256152 by catch: added additional tests for the IP address blocking and added a small usability improvement.
2008-05-10 07:32:02 +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