summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - 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.
* - Patch #260778 by boombatower et al: play a user agent trick to make the ↵Dries Buytaert2008-06-24
| | | | tests work.
* - Patch #243773 by chx, catch, boombatower, cwgordon7, yched, dmitrig01, et ↵Dries Buytaert2008-06-24
| | | | al: small revert of batch API patch. Also forgot to mention cwgordon7 in the previous commit.
* - Patch #243773 by chx, catch, boombatower, yched, dmitrig01, et al: use the ↵Dries Buytaert2008-06-24
| | | | batch API for running the tests instead of an all-in-one approach. Great work.
* - Patch #170309 by pwolanin, Pasqualle, Nick Urban, naquah, keith.smith, et ↵Dries Buytaert2008-06-24
| | | | al: breadcrumb doesn'tt always include all active items.
* - Patch #261869 by catch, keith.smith: fixed default install profile / forum ↵Dries Buytaert2008-06-24
| | | | tests.
* - Patch #271326 by keith.smith: fixed oxymoron in the installation guide.Dries Buytaert2008-06-24
|
* - Patch #216515 by chx, Damien Tournoud, et al: fixed form API glitch with ↵Dries Buytaert2008-06-24
| | | | caching.
* - Patch #223549 by WorldFaliz: usability: admin/block warning message placement.Dries Buytaert2008-06-24
|
* - Patch #270045 by yched: partial revert for batch API.Dries Buytaert2008-06-21
|
* - Patch #254553 by aclight: fixed E_NOTICE.Dries Buytaert2008-06-21
|
* - Patch #261869 by catch: create default vocabulary for articles.Dries Buytaert2008-06-21
|
* - Patch #272054 by David Rothstein: fixed code comment for comment_form().Dries Buytaert2008-06-20
|
* - Patch #272848 by catch: update comment settings form help text.Dries Buytaert2008-06-20
|
* - Patch #269443 by dvessel: add nid to node template suggestion.Dries Buytaert2008-06-18
|
* - Patch #255918 by R.Muilwijk: performance improvement: comment_link ↵Dries Buytaert2008-06-18
| | | | querying for already retrieved data.
* - Patch #270045 by drewish, Susurrus: clean up return values.Dries Buytaert2008-06-18
|
* - Patch #270053 by pwolanin: fixed undefined index.Dries Buytaert2008-06-17
|
* - Patch #250729 by R.Muilwijk: fixed typo.Dries Buytaert2008-06-17
|
* - Patch #251239 by pwolanin: revert.Dries Buytaert2008-06-16
|
* - Patch #250729 by R.Muilwijk: removed unnecessary SQL query.Dries Buytaert2008-06-14
|
* - Patch #266596 by pwolanin: menu system performance improvement.Dries Buytaert2008-06-12
|