Commit Graph

8795 Commits (1415340ce390e2fa6a872e5efa9a152e34840454)

Author SHA1 Message Date
Dries Buytaert 1415340ce3 - Patch #191499 by catch: remove display order settings and cleaned up some white space. 2008-07-03 17:57:03 +00:00
Dries Buytaert 0ccb4c40d1 - Patch #258200 by pwolanin, dropcube: fixed access by-pass due to test framework. 2008-07-03 06:23:22 +00:00
Dries Buytaert bd91faf66c - Patch #277440 by R.Muilwijk: fixed bug caching integers and doubles. Fixes 2 of the 3 failing cache tests. 2008-07-02 20:42:25 +00:00
Dries Buytaert 53c395c33e - Patch #276267 by R.Muilwijk: wrote tests for the caching API. They discover 3 bugs ... 2008-07-02 20:39:13 +00:00
Dries Buytaert fe06b4ccd8 - Patch #276581 by catch: wrote missing tests for contact module and simplified contact module thanks to that. Also removed some whitespace. 2008-07-02 20:05:11 +00:00
Dries Buytaert ca144061cb - Patch #277604 by gpk: improved phpDoc of url(). 2008-07-02 19:36:52 +00:00
Dries Buytaert a009417189 - Patch #277586 by chx: call setUp for each test method. 2008-07-02 19:34:13 +00:00
Dries Buytaert 929b2c599c - Patch #277621 by Damien Tournoud: drupalGet was not working correctly. 2008-07-02 19:20:58 +00:00
Dries Buytaert 31fbddc458 - Patch #276860 by pwolanin: removed dead code from book module. Does not affect the book module tests. 2008-07-01 20:59:38 +00:00
Dries Buytaert 7b66734d4e - Patch #276846 by pwolanin: mailformed cid due to fauly menu item. 2008-07-01 20:52:55 +00:00
Dries Buytaert bb232c728a - Patch #277073 by threexk: improve consistency of offline vs off-line and online vs on-line. 2008-07-01 20:36:40 +00:00
Dries Buytaert fae9063c68 - Patch #197124 by dixon_, keith.smith: made it possible to ignore a theme's stylesheets. 2008-07-01 20:22:22 +00:00
Dries Buytaert 0d76c733e7 - Patch #274794 by Damien Tournoud et al: make scripts/run-tests.php work again. 2008-06-29 12:22:28 +00:00
Dries Buytaert 2e7dbff6b8 - Patch #266406 by cwgordon7 and catch: the actual action tests. Sorry for the previous commit. I should not copy files from one tree to another. 2008-06-29 12:10:32 +00:00
Dries Buytaert aa433a093b - Restored actions.inc 2008-06-29 12:07:15 +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 77f4c39749 - Patch #266406 by cwgordon7 and catch: initial tests for (configuring complex) actions. 2008-06-29 11:37:34 +00:00
Dries Buytaert 3c81924d7e - Patch #180646 by John Morahan: SQL in taxonomy_get_term_by_name() should use = instead of LIKE. 2008-06-28 19:51:02 +00:00
Dries Buytaert 6fca076ead - Patch #174940 by gpk: fixed favicon.ico 404s. 2008-06-28 19:48:21 +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 3cdf54fb3e - Patch #275092 by kbahey, greggles and Arancaytar: emit X-Generator and meta-generator tags. 2008-06-28 12:37:52 +00:00
Dries Buytaert ba62583515 - Patch #245961 boombatower: fixed exceptions in XML-RPC library. 2008-06-27 07:26:31 +00:00
Dries Buytaert 32afb32935 - Patch #266488 by Damien Tournoud: cleanup for user_validate_name(). 2008-06-27 07:25:11 +00:00
Dries Buytaert 66ddfda7a2 - Patch #274994 by R.Muilwijk, boombatower: bring back the includes-tests. 2008-06-26 21:07:59 +00:00
Dries Buytaert 2877c1027a - Patch #266488 by Damien Tournoud, nbz, Heine, MadHarold, et al: clean-up user_validate_name(), allow astrophes, removed some cruft and made the tests more compact. 2008-06-26 19:47:02 +00:00
Dries Buytaert d7c32183e5 - Patch #275396 by Moshe: removed some dead code, and added url() options to drupalPost(). 2008-06-26 19:31:31 +00:00
Dries Buytaert 34fd475f24 - Patch #174940 by gpk: don't generate 404s for favicons. Work around broken browsers ... 2008-06-26 19:19:44 +00:00
Dries Buytaert 4ac9204355 - Patch #260497 by boombatower: rewrote the node revisioning tests to be more extensive and to fix some exceptions in the tests. 2008-06-26 11:40:07 +00:00
Dries Buytaert df4ebc0135 - Patch #258397 by R.Muilwijk and myself: IP address detection improvements. Added support for clusters and wrote various IP address related tests. 2008-06-26 11:29:20 +00:00
Dries Buytaert df8dcc79b1 - Patch #275094 by boombatower: lean, lean, mean simpletest. 2008-06-26 11:23:52 +00:00
Dries Buytaert 41fdf60ba4 - Patch #273523 by aclight: fixed E_NOTICE in theme_fieldset(). 2008-06-25 09:57:07 +00:00
Dries Buytaert 6636c0cc99 - Patch #212608 by Gábor Hojtsy, webchick, stefgosselin: fixed E_NOTICE on block administration. 2008-06-25 09:52:41 +00:00
Dries Buytaert 6ecf55d319 - Patch #201746 by traxer: fixed E_NOTICE warning. 2008-06-25 09:18:48 +00:00
Dries Buytaert 5299b92689 - Patch #270917 by catch, Bojhan, et al: renamed 'primary links' and 'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan. 2008-06-25 09:12:25 +00:00
Dries Buytaert 61cde08038 - Patch #273761 by catch: removed inconsistent delete behavior of nodes. It would leave comments, ratings, etc behind in the database. 2008-06-25 07:47:20 +00:00
Dries Buytaert b1e895f850 - Patch #272636 by dvessel: drupal.js overwrites class of html element, rather than adding to it. 2008-06-25 07:45:03 +00:00
Dries Buytaert 69a7d80607 - Patch #274589 by dmitrig01: forgot to remove simpletest library from core. 2008-06-25 07:30:11 +00:00
Dries Buytaert 955ef193ba - Patch #196862 by catch: rolled back path optimization as it broke certain tests. 2008-06-24 22:12:15 +00:00
Dries Buytaert 6aea1d0873 - Patch #260778 by boombatower et al: play a user agent trick to make the tests work. 2008-06-24 22:09:52 +00:00
Dries Buytaert 5efec92ac3 - Patch #243773 by chx, catch, boombatower, cwgordon7, yched, dmitrig01, et al: small revert of batch API patch. Also forgot to mention cwgordon7 in the previous commit. 2008-06-24 21:59:20 +00:00
Dries Buytaert 9b82787b22 - 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. 2008-06-24 21:51:03 +00:00
Dries Buytaert 22c0a0a4b0 - Patch #170309 by pwolanin, Pasqualle, Nick Urban, naquah, keith.smith, et al: breadcrumb doesn'tt always include all active items. 2008-06-24 21:29:47 +00:00
Dries Buytaert 45ef7ac581 - Patch #261869 by catch, keith.smith: fixed default install profile / forum tests. 2008-06-24 21:26:48 +00:00
Dries Buytaert d2b5e54efa - Patch #271326 by keith.smith: fixed oxymoron in the installation guide. 2008-06-24 17:04:38 +00:00
Dries Buytaert 81c71bc891 - Patch #216515 by chx, Damien Tournoud, et al: fixed form API glitch with caching. 2008-06-24 17:01:33 +00:00
Dries Buytaert 21da8b32dc - Patch #223549 by WorldFaliz: usability: admin/block warning message placement. 2008-06-24 16:52:18 +00:00
Dries Buytaert 15911a0810 - Patch #270045 by yched: partial revert for batch API. 2008-06-21 18:24:20 +00:00
Dries Buytaert f771318c51 - Patch #254553 by aclight: fixed E_NOTICE. 2008-06-21 18:22:38 +00:00
Dries Buytaert a429a6f072 - Patch #261869 by catch: create default vocabulary for articles. 2008-06-21 18:20:48 +00:00
Dries Buytaert 928822d0a9 - Patch #272054 by David Rothstein: fixed code comment for comment_form(). 2008-06-20 16:52:55 +00:00