summaryrefslogtreecommitdiff
path: root/MAINTAINERS.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-07-25 14:25:42 +0000
committerDries Buytaert <dries@buytaert.net>2004-07-25 14:25:42 +0000
commit702a057683c51f4fdbaaeb8f963ec282caab6d14 (patch)
tree79c689bf5c3c4253c8aa5f8a75b79bbd9dbafefa /MAINTAINERS.txt
parentd8d524ffef3c08a44f6563fb76af5fb55a6f397c (diff)
downloadbrdo-702a057683c51f4fdbaaeb8f963ec282caab6d14.tar.gz
brdo-702a057683c51f4fdbaaeb8f963ec282caab6d14.tar.bz2
- 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.
Diffstat (limited to 'MAINTAINERS.txt')
-rw-r--r--MAINTAINERS.txt14
1 files changed, 9 insertions, 5 deletions
diff --git a/MAINTAINERS.txt b/MAINTAINERS.txt
index 9d4fde7ab..26419d5ca 100644
--- a/MAINTAINERS.txt
+++ b/MAINTAINERS.txt
@@ -17,7 +17,7 @@ LEGEND
--------------------------------------------------------------------------------
BLOG API
-M:James Walker <walkah@walkah.net>
+M: James Walker <walkah@walkah.net>
S: maintained
CODING STYLE CHECKER
@@ -32,6 +32,14 @@ LOCALE MODULE
M: Gabor Hojtsy <goba@php.net>
S: maintained
+MENU SYSTEM
+M: Jonathan Chaffer <jchaffer@structureinteractive.com>
+S: maintained
+
+PATH MODULE
+M: Matt Westgate <drupal@asitis.org>
+S: maintained
+
POSTGRES PORT
M: Adrian Rossouw <adrian@obsidian.co.za>
S: maintained
@@ -40,10 +48,6 @@ STATISTICS MODULE
M: Jeremy Andrews <jeremy@kerneltrap.com>
S: maintained
-USER SYSTEM
-M: Moshe Weitzman <weitzman@tejasa.com>
-S: maintained
-
DEBIAN PACKAGE
M: Hilko Bengen <bengen@debian.org>
S: maintained