Commit Graph

5 Commits (046536f470450f94c22aa8058d966716fbfbcab4)

Author SHA1 Message Date
Steven Wittens 6f0fd3aa55 Adding myself as maintainer for the filter system. 2004-09-15 20:53:27 +00:00
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
Dries Buytaert bba5102ed0 - We have a new maintainer for the Debian package. 2004-03-12 21:24:11 +00:00
Dries Buytaert d3069eefdd - Removed the MSSQL port as discussed with Moshe. 2004-03-06 19:12:44 +00:00
Dries Buytaert 69a9a4451d - Made the text files Windows-friendly. 2004-02-14 13:29:01 +00:00