:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal drupal

2008-08-18

- Patch #170310 by mfb, JohnAlbin: avoid SSL cookie getting over-written by non-SSL cookie.
  • includes/bootstrap.inc
  • date: 2008-08-18 18:56:01 +0000; author: dries; state: Exp; lines: +10 -1;

    - Patch #291670 by dhubler, Dries: run tests by file.
  • scripts/run-tests.sh
  • date: 2008-08-18 18:52:31 +0000; author: dries; state: Exp; lines: +24 -5;

    - Patch #272952 by NancyDru and chx: fixed documentation issue.
  • modules/filter/filter.module
  • date: 2008-08-18 10:40:21 +0000; author: dries; state: Exp; lines: +1 -3;

    2008-08-17

    - Patch #296300 by chx: remove edit[] and fixed Doxygen.
  • includes/common.inc
  • date: 2008-08-17 11:08:23 +0000; author: dries; state: Exp; lines: +2 -6;
  • includes/form.inc
  • date: 2008-08-17 11:08:23 +0000; author: dries; state: Exp; lines: +1 -6;

    - Patch #265899 by mfb: uri_brief mail token did not support https URLs.
  • modules/user/user.module
  • date: 2008-08-17 10:46:30 +0000; author: dries; state: Exp; lines: +2 -2;

    - Patch #296302 by chx: remove PHP 5.1 hack now the minimum requirement is PHP 5.2.
  • includes/module.inc
  • date: 2008-08-17 10:02:55 +0000; author: dries; state: Exp; lines: +2 -8;

    2008-08-16

    - Patch #287949 by Freso, Damien Tournoud: keep language icons in consistent order across nodes.
  • modules/translation/translation.module
  • date: 2008-08-16 21:36:57 +0000; author: dries; state: Exp; lines: +10 -8;

    - Patch #245322 by mfb: fixed breadcrumb behavior.
  • modules/aggregator/aggregator.pages.inc
  • date: 2008-08-16 21:13:32 +0000; author: dries; state: Exp; lines: +1 -2;

    - Patch #252430 by quicksketch: allow base theme prefix in preprocessor function names to correct expected behavior.
  • includes/theme.inc
  • date: 2008-08-16 21:05:49 +0000; author: dries; state: Exp; lines: +5 -5;

    - Patch #43245 by mustafau, Dries, agentrickard, markus_petrux, et al: add an option to not generate blocks for RSS feeds.
  • CHANGELOG.txt
  • date: 2008-08-16 14:48:54 +0000; author: dries; state: Exp; lines: +2 -1;
  • modules/aggregator/aggregator.admin.inc
  • date: 2008-08-16 14:48:17 +0000; author: dries; state: Exp; lines: +16 -4;
  • modules/aggregator/aggregator.module
  • date: 2008-08-16 14:48:17 +0000; author: dries; state: Exp; lines: +12 -13;

    - Patch #295506 by swentel: node preview is rendered twice.
  • includes/common.inc
  • date: 2008-08-16 07:33:05 +0000; author: dries; state: Exp; lines: +11 -1;

    - Patch #295564 by boombatower, Damien Tournoud: fixed drupal_http_request 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 ... ;-)
  • includes/common.inc
  • date: 2008-08-16 07:31:00 +0000; author: dries; state: Exp; lines: +2 -2;

    2008-08-15

    - Patch #279404 by chx: removed old cruft. See http://drupal.org/files/issues/fapi_award.jpg.
  • includes/form.inc
  • date: 2008-08-15 07:55:54 +0000; author: dries; state: Exp; lines: +2 -3;

    - Patch #260484 by catch, boombatower et al: rollback of valid tests, letting ourselves believe that there are no bugs in core. ;)
  • modules/filter/filter.test
  • date: 2008-08-15 07:49:42 +0000; author: dries; state: Exp; lines: +1 -117;

    2008-08-14

    - Patch #257912 by douggreen, Damien Tournoud: improve performance by flipping two queries during indexing.
  • modules/search/search.module
  • date: 2008-08-14 20:13:55 +0000; author: dries; state: Exp; lines: +6 -5;

    - Patch #66264 by boombatower: fixed typo in title.
  • modules/comment/comment.module
  • date: 2008-08-14 19:42:26 +0000; author: dries; state: Exp; lines: +2 -2;

    - Patch #237381 by beeradb, flobruit: renamed () parameter from user_save() to .
  • modules/user/user.module
  • date: 2008-08-14 19:37:22 +0000; author: dries; state: Exp; lines: +34 -34;

    - Patch #56173 by catch, chx: if the user has access to one content type only, jump to that page.
  • modules/node/node.pages.inc
  • date: 2008-08-14 13:47:35 +0000; author: dries; state: Exp; lines: +6 -1;

    - Patch #221230 by Heine: convert requirement error on update to requirement warning.
  • modules/system/system.install
  • date: 2008-08-14 12:59:05 +0000; author: dries; state: Exp; lines: +2 -2;

    - Patch by Heine, Damien, drumm, scor, mark burdett: fixed XSS problems via private downloads.
  • includes/file.inc
  • date: 2008-08-14 12:10:47 +0000; author: dries; state: Exp; lines: +374 -2;

    - Patch #285575 by jk, Bart, Damien Tournoud, et al: fixed XSS problem in default input formats.
  • modules/filter/filter.module
  • date: 2008-08-14 11:58:06 +0000; author: dries; state: Exp; lines: +2 -2;

    - Patch #246143 by bjaspan, Damien Tournoud: make sure updates are run in numeric order, not in definition order.
  • includes/install.inc
  • date: 2008-08-14 09:25:48 +0000; author: dries; state: Exp; lines: +7 -3;

    - Patch #268477 by MadHarold, Damien Tournoud, kkaefer, et al: untranslatable suffix in format_size()
  • includes/common.inc
  • date: 2008-08-14 09:21:49 +0000; author: dries; state: Exp; lines: +13 -4;

    2008-08-13

    - Patch #283806 by mustafau: fixed bug in drupal_http_request() and added some first drupal_http_request() tests to core. Yay.
  • includes/common.inc
  • date: 2008-08-13 07:10:20 +0000; author: dries; state: Exp; lines: +5 -5;

    - Patch #293504 by Damien Tournoud: fixed search on PostgreSQL - argument of AND must be type boolean, not type integer.
  • modules/search/search.module
  • date: 2008-08-13 06:59:19 +0000; author: dries; state: Exp; lines: +2 -2;

    - Patch #293343 by Bart Jansens: removed obsolete table name from documentation. Candidate for Most Trivial Patch of the Month Award.
  • sites/default/default.settings.php
  • date: 2008-08-13 06:52:19 +0000; author: dries; state: Exp; lines: +1 -2;

    - Patch #290869 by swenterl, cwgordon07: fixed notice in #ahah handling.
  • includes/form.inc
  • date: 2008-08-13 06:38:33 +0000; author: dries; state: Exp; lines: +2 -2;

    2008-08-12

    - Patch #293532 by mustafau: when a redirected feed is not parseable Aggregator saves a watchdog entry saying that the feed was updated, however the feed remains unchanged in the database.
  • modules/aggregator/aggregator.module
  • date: 2008-08-12 10:42:41 +0000; author: dries; state: Exp; lines: +5 -2;

    - Patch #293421 by Bart Jansens: fixed documentation of sess_count().
  • includes/session.inc
  • date: 2008-08-12 10:28:33 +0000; author: dries; state: Exp; lines: +3 -4;

    - Patch #290869 by Wim Leers: AHAH functionality was not working for radio buttons.
  • includes/form.inc
  • date: 2008-08-12 10:23:27 +0000; author: dries; state: Exp; lines: +3 -1;

    - Patch #283806 by mustafau, Aron Noval: improved error handling in drupal_http_request().
  • includes/common.inc
  • date: 2008-08-12 08:36:38 +0000; author: dries; state: Exp; lines: +11 -1;

    - Patch #291064 by mustafau: improve performance of aggregator by storing an md5 hash for the feed.
  • modules/aggregator/aggregator.admin.inc
  • date: 2008-08-12 07:00:48 +0000; author: dries; state: Exp; lines: +2 -2;
  • modules/aggregator/aggregator.install
  • date: 2008-08-12 07:00:48 +0000; author: dries; state: Exp; lines: +17 -1;
  • modules/aggregator/aggregator.module
  • date: 2008-08-12 07:00:48 +0000; author: dries; state: Exp; lines: +13 -3;

    - Patch #246522 by mustafu, Dries: fixed typo in documentation.
  • includes/actions.inc
  • date: 2008-08-12 06:57:45 +0000; author: dries; state: Exp; lines: +2 -2;

    2008-08-11

    - Patch #197864 by vito_swat, alpritt, Gurpartap Singh et al: forum module uses hook_link_alter instead of taxonomy_term_path hook.
  • modules/forum/forum.module
  • date: 2008-08-11 21:57:40 +0000; author: dries; state: Exp; lines: +6 -14;

    - Patch #254725 by Steve Dondley and BioALIEN: maxlength field for 'allowed HTML tags' is too short
  • modules/filter/filter.module
  • date: 2008-08-11 18:01:51 +0000; author: dries; state: Exp; lines: +2 -2;

    - Patch #290918 by pwolanin: don't unset project info during processing.
  • modules/update/update.compare.inc
  • date: 2008-08-11 07:07:11 +0000; author: dries; state: Exp; lines: +1 -2;

    - Patch #16282 by mustafau: OPML import improvements.
  • modules/aggregator/aggregator.admin.inc
  • date: 2008-08-11 07:05:26 +0000; author: dries; state: Exp; lines: +16 -11;

    - Patch #293614 by mustafau: aggregator files two similar error messages for not parseable feeds.
  • modules/aggregator/aggregator.module
  • date: 2008-08-11 07:01:52 +0000; author: dries; state: Exp; lines: +2 -4;

    - Patch #293434 by eMPee584 and Damien: fixed broken watchdog call.
  • includes/actions.inc
  • date: 2008-08-11 06:57:13 +0000; author: dries; state: Exp; lines: +2 -2;

    2008-08-09

    - Patch #268063 by boombatower, chx, cwgordon7, Damien Tournoud: move includes/tests to simpletest/tests and provide hidden .info propery
  • modules/filter/filter.info
  • date: 2008-08-09 12:41:22 +0000; author: dries; state: Exp; lines: +2 -2;
  • modules/system/system.admin.inc
  • date: 2008-08-09 12:41:23 +0000; author: dries; state: Exp; lines: +12 -5;

    2008-08-08

    - Patch #268491 by mustafu, pwolanin, et al: fixed notice after deleting aggregator feed.
  • modules/aggregator/aggregator.module
  • date: 2008-08-08 20:09:22 +0000; author: dries; state: Exp; lines: +5 -1;

    - Patch #208270 by jvandyk: fixed error handling of XML-RPC library.
  • includes/xmlrpc.inc
  • date: 2008-08-08 20:00:09 +0000; author: dries; state: Exp; lines: +13 -2;

    - Patch #165642 by Damien Tournoud et al: fixed SQL error.
  • modules/user/user.module
  • date: 2008-08-08 19:48:43 +0000; author: dries; state: Exp; lines: +6 -3;

    2008-08-05

    - Patch #280628 by pwolanin et al: fixed locale module confirm form and broken locale module tests.
  • includes/locale.inc
  • date: 2008-08-05 18:11:44 +0000; author: dries; state: Exp; lines: +26 -6;
  • modules/locale/locale.test
  • date: 2008-08-05 18:11:44 +0000; author: dries; state: Exp; lines: +2 -2;

    - Patch #276200 by catch, Damien, cwgordon7 et al: fixed problem with poll module tests.
  • modules/poll/poll.test
  • date: 2008-08-05 18:07:14 +0000; author: dries; state: Exp; lines: +2 -4;