summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #352728 by j.somers: fixed broken link.Dries Buytaert2009-01-01
|
* - Patch #353247 by Damien Tournoud: name SQLite maintainers. First patch of ↵Dries Buytaert2009-01-01
| | | | the new year!
* - Rollback of #352337.Dries Buytaert2008-12-31
|
* - Patch #350984 by Moshe: kick comment rendering out of node module.Dries Buytaert2008-12-31
|
* - Patch #348201 by catch: make it possible to load multiple files with fewer ↵Dries Buytaert2008-12-31
| | | | queries.
* - Patch #352359 by Damien Tournoud: provided unit tests for the unicode ↵Dries Buytaert2008-12-31
| | | | library and fixed some bugs.
* - Patch #314464 by Dave Reid, Crell, markus_petrux, drewish et al: convert ↵Dries Buytaert2008-12-30
| | | | db_placeholders() to new database layer.
* - Patch #352337 by catch: avoid unnecessary query in comment render.Dries Buytaert2008-12-30
|
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #352236 by CitizenKane: finished converting upload module to the new ↵Dries Buytaert2008-12-30
| | | | database layer.
* #229051 follow-up by anigma32: Committing rest of fix for statistics under ↵Angie Byron2008-12-30
| | | | pgsql.
* - Patch #299176 by Moshe et al: replace db_rewrite_sql() with ↵Dries Buytaert2008-12-29
| | | | hook_query_alter().
* - Patch #352093 by catch: avoid unnecessary SQL query on front page when no ↵Dries Buytaert2008-12-29
| | | | node access modules are enabled.
* - Patch #352054 by catch: convert calls to db_placeholders() in static queries.Dries Buytaert2008-12-29
|
* - Patch #223298 by Dave Reid: change {dblog}.type VARCHAR limit from 16 to 64.Dries Buytaert2008-12-28
|
* - Patch #212236 by wrwrwr: automatic line breaking sometimes results in an ↵Dries Buytaert2008-12-28
| | | | unpaired end of paragraph tag.
* - Patch #330633 by drewish: temporary file clean-up _and_ unit tests. Oh yeah.Dries Buytaert2008-12-28
|
* - Patch #320363 by mikey_p: renaming module for consistency.Dries Buytaert2008-12-28
|
* - Patch #351649 by David_Rothstein: comment status incorrectly used in theme.Dries Buytaert2008-12-28
|
* #333658 by sun: Code clean-up for batch.inc.Angie Byron2008-12-27
|
* - Patch #351444 by David_Rothstein: chameleon and marvin themes did not show ↵Dries Buytaert2008-12-27
| | | | comment signatures.
* - Patch #337783 by Dave Reid, drewish: array-itize drupal_http_requests()'s ↵Dries Buytaert2008-12-26
| | | | parameters.
* - Patch #332002 by Crell et al: MergeQuery should refuse to execute if there ↵Dries Buytaert2008-12-26
| | | | are no key fields. With tests.
* - Patch #314464 by Crell: fixing up the db_placeholder() patch that I ↵Dries Buytaert2008-12-26
| | | | committed incompletely.
* - Patch #339588 by jhedstrom, Josh Waihi, mikl: remove *_unsigned types and ↵Dries Buytaert2008-12-26
| | | | rework their sizes. Fixes exception on PostgreSQL.
* - Patch #303154 by John Morahan: fixed typo that slipped in.Dries Buytaert2008-12-26
|
* - Patch #339929 by swentel: renamed taxonomy to terms.Dries Buytaert2008-12-26
|
* - Patch #350708 by dww: t() documentation clean-up.Dries Buytaert2008-12-26
|
* - Patch #49333 by j.somers: add a 'Clear all logs' button.Dries Buytaert2008-12-24
|
* - Patch #344575 by cdale: made the ANSI compatibility mode less strict to ↵Dries Buytaert2008-12-24
| | | | work around a MySQL 5 bug.
* - Patch #245990 by kellyllek, chx, dww: improved the HTTP request test to be ↵Dries Buytaert2008-12-24
| | | | more robust.
* - Patch #314464 by Crell, Dave Reid et al: convert db_placeholders() to the ↵Dries Buytaert2008-12-24
| | | | new DB layer.
* - Patch #303154 by c960657: clean-up and better document ini_set() calls in ↵Dries Buytaert2008-12-23
| | | | default.settings.php.
* - Patch #302207 by John Morahan et al: updated book module to new DB layer.Dries Buytaert2008-12-23
|
* - Patch #109588 by fago, cdale: make hook_user use instead of arg(1).Dries Buytaert2008-12-23
|
* - Patch #344575 by cdale et al: force MySQL to run in ANSI compatibility ↵Dries Buytaert2008-12-23
| | | | mode. Comes with tests.
* - Patch #303930 by Aron Novak, alex_b, et al: introduced pluggable ↵Dries Buytaert2008-12-22
| | | | architecture for aggregator
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Patch #319404 by Dave Reid: simplify actions_sychronize and remove paramater.Dries Buytaert2008-12-20
|
* - Patch #330090 by j.somers: avoid duouble escaping.Dries Buytaert2008-12-20
|
* - Patch #309784 by Darren Oh: unordered lists override numbered lists.Dries Buytaert2008-12-19
|
* - Patch #343746 by asimmonds: fixed typo in loading multiple terms at once. ↵Dries Buytaert2008-12-19
| | | | Added a test for it too\!
* - Patch #323528 by jhedstrom: fixed alias usage in queries for PostgreSQL.Dries Buytaert2008-12-19
|
* - Patch #344361 by Rob Loach, recidive: remove some cruft left from the ↵Dries Buytaert2008-12-18
| | | | de-op nodeapi patch.
* - Patch #331708 by chx: convert poll_choice_js to FAPI2.Dries Buytaert2008-12-18
|
* - Patch #345866 by alexanderplas: remove from hook_block() -- addendum patch.Dries Buytaert2008-12-18
|
* - Modified patch #348408 by boombatower: clariy run-test.sh script and ↵Dries Buytaert2008-12-18
| | | | provide some better help.
* #283246 by Damien Tournoud, Dave Reid, drewish, boombatower: Store original ↵Angie Byron2008-12-18
| | | | user when prior to running tests.
* - Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from ↵Dries Buytaert2008-12-16
| | | | hook_block().
* - Patch #339929 by Moshe et al: move node links into ->content.Dries Buytaert2008-12-16
|