Commit Graph

9488 Commits (cac5dd8a66a07887aca4c4730d56978eaf26c70b)

Author SHA1 Message Date
Dries Buytaert cac5dd8a66 - Patch #352236 by CitizenKane: finished converting upload module to the new database layer. 2008-12-30 15:52:59 +00:00
Angie Byron 0f3d0f2693 #229051 follow-up by anigma32: Committing rest of fix for statistics under pgsql. 2008-12-30 03:53:35 +00:00
Dries Buytaert 5339dccdaa - Patch #299176 by Moshe et al: replace db_rewrite_sql() with hook_query_alter(). 2008-12-29 22:29:44 +00:00
Dries Buytaert 44c0672806 - Patch #352093 by catch: avoid unnecessary SQL query on front page when no node access modules are enabled. 2008-12-29 21:51:26 +00:00
Dries Buytaert a04728577f - Patch #352054 by catch: convert calls to db_placeholders() in static queries. 2008-12-29 16:03:57 +00:00
Dries Buytaert 5bbad8a4dc - Patch #223298 by Dave Reid: change {dblog}.type VARCHAR limit from 16 to 64. 2008-12-28 20:41:19 +00:00
Dries Buytaert 1d14b0f894 - Patch #212236 by wrwrwr: automatic line breaking sometimes results in an unpaired end of paragraph tag. 2008-12-28 19:30:36 +00:00
Dries Buytaert 53b83cdcb9 - Patch #330633 by drewish: temporary file clean-up _and_ unit tests. Oh yeah. 2008-12-28 19:11:31 +00:00
Dries Buytaert 48673b7506 - Patch #320363 by mikey_p: renaming module for consistency. 2008-12-28 18:27:14 +00:00
Dries Buytaert 348f1b8a4c - Patch #351649 by David_Rothstein: comment status incorrectly used in theme. 2008-12-28 08:26:51 +00:00
Angie Byron 550e9b3f59 #333658 by sun: Code clean-up for batch.inc. 2008-12-27 19:12:09 +00:00
Dries Buytaert 89e53ea6c3 - Patch #351444 by David_Rothstein: chameleon and marvin themes did not show comment signatures. 2008-12-27 10:09:14 +00:00
Dries Buytaert 445823f6bb - Patch #337783 by Dave Reid, drewish: array-itize drupal_http_requests()'s parameters. 2008-12-26 21:01:57 +00:00
Dries Buytaert 0d100b57dc - Patch #332002 by Crell et al: MergeQuery should refuse to execute if there are no key fields. With tests. 2008-12-26 14:23:38 +00:00
Dries Buytaert fc063806de - Patch #314464 by Crell: fixing up the db_placeholder() patch that I committed incompletely. 2008-12-26 11:48:18 +00:00
Dries Buytaert 9120540d19 - Patch #339588 by jhedstrom, Josh Waihi, mikl: remove *_unsigned types and rework their sizes. Fixes exception on PostgreSQL. 2008-12-26 11:04:39 +00:00
Dries Buytaert e23a87d1f9 - Patch #303154 by John Morahan: fixed typo that slipped in. 2008-12-26 11:00:23 +00:00
Dries Buytaert 1657694f28 - Patch #339929 by swentel: renamed taxonomy to terms. 2008-12-26 10:46:54 +00:00
Dries Buytaert 33c195aabe - Patch #350708 by dww: t() documentation clean-up. 2008-12-26 10:42:56 +00:00
Dries Buytaert 15837026bd - Patch #49333 by j.somers: add a 'Clear all logs' button. 2008-12-24 10:38:41 +00:00
Dries Buytaert 779a70a0d4 - Patch #344575 by cdale: made the ANSI compatibility mode less strict to work around a MySQL 5 bug. 2008-12-24 10:21:32 +00:00
Dries Buytaert 821ad24bc1 - Patch #245990 by kellyllek, chx, dww: improved the HTTP request test to be more robust. 2008-12-24 09:59:22 +00:00
Dries Buytaert e5ddb46d12 - Patch #314464 by Crell, Dave Reid et al: convert db_placeholders() to the new DB layer. 2008-12-24 09:53:40 +00:00
Dries Buytaert dcf7502003 - Patch #303154 by c960657: clean-up and better document ini_set() calls in default.settings.php. 2008-12-23 19:59:17 +00:00
Dries Buytaert 0bac8dad8d - Patch #302207 by John Morahan et al: updated book module to new DB layer. 2008-12-23 14:32:08 +00:00
Dries Buytaert 31e791b9a4 - Patch #109588 by fago, cdale: make hook_user use instead of arg(1). 2008-12-23 14:18:31 +00:00
Dries Buytaert 1c0f4ac3aa - Patch #344575 by cdale et al: force MySQL to run in ANSI compatibility mode. Comes with tests. 2008-12-23 07:48:24 +00:00
Dries Buytaert 6303ecb8c8 - Patch #303930 by Aron Novak, alex_b, et al: introduced pluggable architecture for aggregator 2008-12-22 19:38:31 +00:00
Dries Buytaert 0c63d9e24f - Patch #349504 by keith.smith: clean up sentence spacing in code comments. 2008-12-20 18:24:41 +00:00
Dries Buytaert ee700371ac - Patch #319404 by Dave Reid: simplify actions_sychronize and remove paramater. 2008-12-20 05:20:21 +00:00
Dries Buytaert 1415f6b743 - Patch #330090 by j.somers: avoid duouble escaping. 2008-12-20 03:53:18 +00:00
Dries Buytaert c43e4639d7 - Patch #309784 by Darren Oh: unordered lists override numbered lists. 2008-12-19 15:42:26 +00:00
Dries Buytaert da4cd3cc8c - Patch #343746 by asimmonds: fixed typo in loading multiple terms at once. Added a test for it too\! 2008-12-19 15:34:27 +00:00
Dries Buytaert ec4eba68d7 - Patch #323528 by jhedstrom: fixed alias usage in queries for PostgreSQL. 2008-12-19 03:55:23 +00:00
Dries Buytaert eb9aefe8b5 - Patch #344361 by Rob Loach, recidive: remove some cruft left from the de-op nodeapi patch. 2008-12-18 23:07:50 +00:00
Dries Buytaert 8a48acb0b2 - Patch #331708 by chx: convert poll_choice_js to FAPI2. 2008-12-18 14:38:37 +00:00
Dries Buytaert 22570fd6f5 - Patch #345866 by alexanderplas: remove from hook_block() -- addendum patch. 2008-12-18 03:58:24 +00:00
Dries Buytaert 8d7eeb0df6 - Modified patch #348408 by boombatower: clariy run-test.sh script and provide some better help. 2008-12-18 03:55:02 +00:00
Angie Byron a7d66871bd #283246 by Damien Tournoud, Dave Reid, drewish, boombatower: Store original user when prior to running tests. 2008-12-18 00:42:55 +00:00
Dries Buytaert 574a2e47ee - Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from hook_block(). 2008-12-16 23:57:33 +00:00
Dries Buytaert 18d22419f3 - Patch #339929 by Moshe et al: move node links into ->content. 2008-12-16 22:05:51 +00:00
Dries Buytaert 9fe9144ae7 - Patch #169937 by Heine, drumm: user_save should not regenerate the session even when the current user is not the edited user. 2008-12-16 21:09:55 +00:00
Dries Buytaert 90276160cb - Patch #347228 by kajetan: missing return statement. 2008-12-16 21:04:08 +00:00
Dries Buytaert 0cf64bcaa7 - Patch #218730 by swentel: removed unused function from forum.module. 2008-12-13 14:05:11 +00:00
Dries Buytaert 0f99a1fb2d - Patch #346529 by Dave Reid: fixed bug in assertFieldByXPath. 2008-12-13 14:03:21 +00:00
Dries Buytaert fee3ce3020 - Patch #229051 by Josh Waihi: made top visitor page work on PostgreSQL. 2008-12-13 13:52:40 +00:00
Dries Buytaert 4c5221a939 - Patch #299178 by Crell et al: add support for subqueries in FROM and JOIN clauses in dynamic query. Cool feature/syntax. 2008-12-12 16:21:58 +00:00
Dries Buytaert 096b7b15b2 - Patch #345632 by Dave Reid: fixed a broken test that went unnoticed by the test bots. 2008-12-12 16:18:31 +00:00
Dries Buytaert 2a421f116f - Patch #345167 by JacobSignh, pwolanin, jlkreiss, keith.smith et al: fix some new line behavior in drupal_http_request(). 2008-12-12 16:07:13 +00:00
Dries Buytaert 01ed110a6b - Patch #345838 by Dave Reid: remove user creation from drupalLogin(). drupalLogin() should only do one thing, and do it well. :) 2008-12-11 20:35:37 +00:00