summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #295564 by boombatower, Damien Tournoud: fixed drupal_http_request ↵Dries Buytaert2008-08-16
| | | | error and cleaned up some simpletest stuff. We should have a much more funky 'all tests passed' screen. Having all tests pass shouldn't be this boring. Let's be a bit more creative and injest some fun ... ;-)
* - Patch #279404 by chx: removed old cruft. See ↵Dries Buytaert2008-08-15
| | | | http://drupal.org/files/issues/fapi_award.jpg.
* - Patch #260484 by catch, boombatower et al: rollback of valid tests, ↵Dries Buytaert2008-08-15
| | | | letting ourselves believe that there are no bugs in core. ;)
* - Patch #257912 by douggreen, Damien Tournoud: improve performance by ↵Dries Buytaert2008-08-14
| | | | flipping two queries during indexing.
* - Patch #66264 by boombatower: fixed typo in title.Dries Buytaert2008-08-14
|
* - Patch #237381 by beeradb, flobruit: renamed () parameter from user_save() to .Dries Buytaert2008-08-14
|
* - Patch #56173 by catch, chx: if the user has access to one content type ↵Dries Buytaert2008-08-14
| | | | only, jump to that page.
* - Patch #221230 by Heine: convert requirement error on update to requirement ↵Dries Buytaert2008-08-14
| | | | warning.
* - Patch by Heine, Damien, drumm, scor, mark burdett: fixed XSS problems via ↵Dries Buytaert2008-08-14
| | | | private downloads.
* - Patch #285575 by jk, Bart, Damien Tournoud, et al: fixed XSS problem in ↵Dries Buytaert2008-08-14
| | | | default input formats.
* - Patch #246143 by bjaspan, Damien Tournoud: make sure updates are run in ↵Dries Buytaert2008-08-14
| | | | numeric order, not in definition order.
* - Patch #268477 by MadHarold, Damien Tournoud, kkaefer, et al: ↵Dries Buytaert2008-08-14
| | | | untranslatable suffix in format_size()
* - Patch #268063: move tests from includes/tests to modules/simpletests/tests.Dries Buytaert2008-08-14
|
* - Patch #283806 by mustafau: fixed bug in drupal_http_request() and added ↵Dries Buytaert2008-08-13
| | | | some first drupal_http_request() tests to core. Yay.
* - Patch #293504 by Damien Tournoud: fixed search on PostgreSQL - argument of ↵Dries Buytaert2008-08-13
| | | | AND must be type boolean, not type integer.
* - Patch #293343 by Bart Jansens: removed obsolete table name from ↵Dries Buytaert2008-08-13
| | | | documentation. Candidate for Most Trivial Patch of the Month Award.
* - Patch #290316 by boombatower, Damien Tournoud et al: made simpletests work ↵Dries Buytaert2008-08-13
| | | | on PostgreSQL.
* - Patch #290869 by swenterl, cwgordon07: fixed notice in #ahah handling.Dries Buytaert2008-08-13
|
* - Patch #293532 by mustafau: when a redirected feed is not parseable ↵Dries Buytaert2008-08-12
| | | | Aggregator saves a watchdog entry saying that the feed was updated, however the feed remains unchanged in the database.
* - Patch #293421 by Bart Jansens: fixed documentation of sess_count().Dries Buytaert2008-08-12
|
* - Patch #290869 by Wim Leers: AHAH functionality was not working for radio ↵Dries Buytaert2008-08-12
| | | | buttons.
* - Patch #283806 by mustafau, Aron Noval: improved error handling in ↵Dries Buytaert2008-08-12
| | | | drupal_http_request().
* - Patch #291064 by mustafau: improve performance of aggregator by storing an ↵Dries Buytaert2008-08-12
| | | | md5 hash for the feed.
* - Patch #246522 by mustafu, Dries: fixed typo in documentation.Dries Buytaert2008-08-12
|
* - Patch #197864 by vito_swat, alpritt, Gurpartap Singh et al: forum module ↵Dries Buytaert2008-08-11
| | | | uses hook_link_alter instead of taxonomy_term_path hook.
* - Patch #254725 by Steve Dondley and BioALIEN: maxlength field for 'allowed ↵Dries Buytaert2008-08-11
| | | | HTML tags' is too short
* - Patch #291750 by boombatower: remove test results after displayed, makes ↵Dries Buytaert2008-08-11
| | | | tests work on PostgreSQL.
* - Patch #293500 by Damien Tournoud: message column too short for PostgreSQL.Dries Buytaert2008-08-11
|
* - Patch #290918 by pwolanin: don't unset project info during processing.Dries Buytaert2008-08-11
|
* - Patch #16282 by mustafau: OPML import improvements.Dries Buytaert2008-08-11
|
* - Patch #293614 by mustafau: aggregator files two similar error messages for ↵Dries Buytaert2008-08-11
| | | | not parseable feeds.
* - Patch #293434 by eMPee584 and Damien: fixed broken watchdog call.Dries Buytaert2008-08-11
|
* - Patch #268063 by boombatower, chx, cwgordon7, Damien Tournoud: move ↵Dries Buytaert2008-08-09
| | | | includes/tests to simpletest/tests and provide hidden .info propery
* - Patch #268491 by mustafu, pwolanin, et al: fixed notice after deleting ↵Dries Buytaert2008-08-08
| | | | aggregator feed.
* - Patch #208270 by jvandyk: fixed error handling of XML-RPC library.Dries Buytaert2008-08-08
|
* - Patch #165642 by Damien Tournoud et al: fixed SQL error.Dries Buytaert2008-08-08
|
* - Patch #280628 by pwolanin et al: fixed locale module confirm form and ↵Dries Buytaert2008-08-05
| | | | broken locale module tests.
* - Patch #276200 by catch, Damien, cwgordon7 et al: fixed problem with poll ↵Dries Buytaert2008-08-05
| | | | module tests.
* - Patch #276267 by cwgordon7, boombatower, catch, et al: remove failing ↵Dries Buytaert2008-08-05
| | | | tests -- hides bugs but makes the tests pass.
* - Patch #289796 by cwgordon7 and webchick: killed some exceptions.Dries Buytaert2008-08-03
|
* - Patch #187061 by Rob Loach: give feedback when a comment was posted.Dries Buytaert2008-08-03
|
* - Patch #276272 by catch, cwgordon7: more tests for common.inc.Dries Buytaert2008-08-03
|
* - Patch #237204 by keith.smith, birdmax35, gurpartap singh, et al: improved ↵Dries Buytaert2008-08-03
| | | | the forum module description.
* - Patch #290561 by mustafu: fixed bug with creating aggregator categories.Dries Buytaert2008-08-03
|
* - Patch #290561 by mustafu: improved the aggregator category tests.Dries Buytaert2008-08-03
|
* - Patch #174179 by mustafu, spatz4000, fgm: heading hierachy was not always ↵Dries Buytaert2008-08-03
| | | | consistent.
* - Patch #16282 by Arancaytar, mustafau, keith.smith, et al: add OPML import ↵Dries Buytaert2008-08-03
| | | | functionality for RSS feeds. Woot.
* - Patch #190867 by Damien Tournoud: remove access check when creating aliases.Dries Buytaert2008-08-03
|
* - Patch #237636 by marcingy: comment status field should match node status ↵Dries Buytaert2008-08-02
| | | | field.
* - Patch #218189 by Arancaytar, fago, et al: invoke hook_user before deleting ↵Dries Buytaert2008-08-02
| | | | user from database.