summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #270508 by paul.levvik and pwolanin: usability improvement: image ↵Dries Buytaert2008-07-08
| | | | toolkits should not have to be copied.
* - Patch #254166 by boombatower: improve and clean-up the test script. Added ↵Dries Buytaert2008-07-07
| | | | color coding and allow people to control the verbosity.
* - Patch #275730 by boombatower: protect .test files by .htaccess.Dries Buytaert2008-07-05
|
* - Patch #257537 by dopry: made file_check_directory less verbose on success.Dries Buytaert2008-07-05
|
* - Patch #238760 by pwolanin, Damien, boydjd: reduce race condition in menu ↵Dries Buytaert2008-07-05
| | | | rebuilding.
* - Patch #276774 by Moshe, Susurrus: remove crufty settings.Dries Buytaert2008-07-05
|
* - Patch #276174 by nbz: avoid calling check_plain() twice.Dries Buytaert2008-07-05
|
* - Patch #261882 by catch: the beginning of some more install profiles.Dries Buytaert2008-07-05
| | | | | | | The "expert" will be a minimalistic profile for developers. This opens the doors to add more things to the default profile and/or to create additional install profiles for core. It also helps set an example for more install profiles in the contributed modules repository.
* - Patch #253506 by Damien Tournoud, catch, et al: fixed contact.text.Dries Buytaert2008-07-05
|
* - Patch #272900 by pwolanin: prevent concurrent modificiations of book pages.Dries Buytaert2008-07-05
|
* - Patch #278617 by asimmonds: fixed broken link.Dries Buytaert2008-07-05
|
* - Patch #258397 by Dries: fixed spoofing attack.Dries Buytaert2008-07-04
|
* - Patch #191499 by catch: remove display order settings and cleaned up some ↵Dries Buytaert2008-07-03
| | | | white space.
* - Patch #258200 by pwolanin, dropcube: fixed access by-pass due to test ↵Dries Buytaert2008-07-03
| | | | framework.
* - Patch #277440 by R.Muilwijk: fixed bug caching integers and doubles. ↵Dries Buytaert2008-07-02
| | | | Fixes 2 of the 3 failing cache tests.
* - Patch #276267 by R.Muilwijk: wrote tests for the caching API. They ↵Dries Buytaert2008-07-02
| | | | discover 3 bugs ...
* - Patch #276581 by catch: wrote missing tests for contact module and ↵Dries Buytaert2008-07-02
| | | | simplified contact module thanks to that. Also removed some whitespace.
* - Patch #277604 by gpk: improved phpDoc of url().Dries Buytaert2008-07-02
|
* - Patch #277586 by chx: call setUp for each test method.Dries Buytaert2008-07-02
|
* - Patch #277621 by Damien Tournoud: drupalGet was not working correctly.Dries Buytaert2008-07-02
|
* - Patch #276860 by pwolanin: removed dead code from book module. Does not ↵Dries Buytaert2008-07-01
| | | | affect the book module tests.
* - Patch #276846 by pwolanin: mailformed cid due to fauly menu item.Dries Buytaert2008-07-01
|
* - Patch #277073 by threexk: improve consistency of offline vs off-line and ↵Dries Buytaert2008-07-01
| | | | online vs on-line.
* - Patch #197124 by dixon_, keith.smith: made it possible to ignore a theme's ↵Dries Buytaert2008-07-01
| | | | stylesheets.
* - Patch #274794 by Damien Tournoud et al: make scripts/run-tests.php work again.Dries Buytaert2008-06-29
|
* - Patch #266406 by cwgordon7 and catch: the actual action tests. Sorry for ↵Dries Buytaert2008-06-29
| | | | the previous commit. I should not copy files from one tree to another.
* - Restored actions.incDries Buytaert2008-06-29
|
* - Patch #256886 by catch et al: comment out a test that fails due to a bug ↵Dries Buytaert2008-06-29
| | | | in cURL.
* - Patch #266406 by cwgordon7 and catch: initial tests for (configuring ↵Dries Buytaert2008-06-29
| | | | complex) actions.
* - Patch #180646 by John Morahan: SQL in taxonomy_get_term_by_name() should ↵Dries Buytaert2008-06-28
| | | | use = instead of LIKE.
* - Patch #174940 by gpk: fixed favicon.ico 404s.Dries Buytaert2008-06-28
|
* - Patch #275092 by kbahey: added test for meta-tag generator patch.Dries Buytaert2008-06-28
|
* - Patch #275092 by kbahey, greggles and Arancaytar: emit X-Generator and ↵Dries Buytaert2008-06-28
| | | | meta-generator tags.
* - Patch #245961 boombatower: fixed exceptions in XML-RPC library.Dries Buytaert2008-06-27
|
* - Patch #266488 by Damien Tournoud: cleanup for user_validate_name().Dries Buytaert2008-06-27
|
* - Patch #274994 by R.Muilwijk, boombatower: bring back the includes-tests.Dries Buytaert2008-06-26
|
* - Patch #266488 by Damien Tournoud, nbz, Heine, MadHarold, et al: clean-up ↵Dries Buytaert2008-06-26
| | | | user_validate_name(), allow astrophes, removed some cruft and made the tests more compact.
* - Patch #275396 by Moshe: removed some dead code, and added url() options to ↵Dries Buytaert2008-06-26
| | | | drupalPost().
* - Patch #174940 by gpk: don't generate 404s for favicons. Work around broken ↵Dries Buytaert2008-06-26
| | | | browsers ...
* - Patch #260497 by boombatower: rewrote the node revisioning tests to be ↵Dries Buytaert2008-06-26
| | | | more extensive and to fix some exceptions in the tests.
* - Patch #258397 by R.Muilwijk and myself: IP address detection improvements. ↵Dries Buytaert2008-06-26
| | | | Added support for clusters and wrote various IP address related tests.
* - Patch #275094 by boombatower: lean, lean, mean simpletest.Dries Buytaert2008-06-26
|
* - Patch #273523 by aclight: fixed E_NOTICE in theme_fieldset().Dries Buytaert2008-06-25
|
* - Patch #212608 by Gábor Hojtsy, webchick, stefgosselin: fixed E_NOTICE on ↵Dries Buytaert2008-06-25
| | | | block administration.
* - Patch #201746 by traxer: fixed E_NOTICE warning.Dries Buytaert2008-06-25
|
* - Patch #270917 by catch, Bojhan, et al: renamed 'primary links' and ↵Dries Buytaert2008-06-25
| | | | 'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan.
* - Patch #273761 by catch: removed inconsistent delete behavior of nodes. It ↵Dries Buytaert2008-06-25
| | | | would leave comments, ratings, etc behind in the database.
* - Patch #272636 by dvessel: drupal.js overwrites class of html element, ↵Dries Buytaert2008-06-25
| | | | rather than adding to it.
* - Patch #274589 by dmitrig01: forgot to remove simpletest library from core.Dries Buytaert2008-06-25
|
* - Patch #196862 by catch: rolled back path optimization as it broke certain ↵Dries Buytaert2008-06-24
| | | | tests.