Go to file
Dries Buytaert 702a057683 - Patch #9478 by JonBob: allow printf-style arguments in pager_query.
Currently pager_query() is the black sheep of the database query family, because it does not allow for printf-style arguments to be inserted in the query. This is a problem because it introduces developer confusion when moving from an unpaged query to a paged one, and it encourages substitution of variables directly into the query, which can bypass our check_query() security feature.

  This patch adds this ability to pager_query(). The change is backwards-compatible, but a couple calls to the function in core have been changed to use the new capability.
2004-07-25 14:25:42 +00:00
database - #7295: Fixing issue with latest comments being incorrectly displayed on PostgreSQL 2004-07-22 01:31:33 +00:00
includes - Patch #9478 by JonBob: allow printf-style arguments in pager_query. 2004-07-25 14:25:42 +00:00
misc - I'm removing these files from core: they belong in contrib/docs/marketing 2004-07-07 20:15:41 +00:00
modules - Patch #9478 by JonBob: allow printf-style arguments in pager_query. 2004-07-25 14:25:42 +00:00
scripts - Removing some dated scripts. 2004-01-02 22:44:43 +00:00
themes #6599: XTemplate default: removing whitespace in front of doctype 2004-07-23 17:34:24 +00:00
.htaccess - Direct 404s to Drupal. Suggested by Goba. 2003-12-18 18:53:11 +00:00
CHANGELOG.txt Fixing the date for 4.4.1 in Changelog ;). 2004-07-21 00:33:09 +00:00
INSTALL.txt - Fixing some typos. 2004-05-17 19:35:49 +00:00
LICENSE.txt - Made the text files Windows-friendly. 2004-02-14 13:29:01 +00:00
MAINTAINERS.txt - Patch #9478 by JonBob: allow printf-style arguments in pager_query. 2004-07-25 14:25:42 +00:00
cron.php - Patch #4950 by Stefan (and Morbus): made watchdog messages translatable. 2004-06-02 19:01:40 +00:00
favicon.ico (grmbl, figures stupid MS icon editing thingy would mess up the colors... fixed now) 2003-06-11 20:50:05 +00:00
index.php Tabs patch! 2004-06-18 15:04:37 +00:00
update.php - Patch #8617 by TDobes: changes all gifs to pngs for better consistency (and 2004-06-20 20:04:28 +00:00
xmlrpc.php - Changed the order of include statements. 2004-01-26 18:51:37 +00:00