summaryrefslogtreecommitdiff
path: root/MAINTAINERS.txt
Commit message (Collapse)AuthorAge
* - Updated MAINTAINERS.txtDries Buytaert2005-11-28
|
* - Made Richard Arhcer the menu system maintainer.Dries Buytaert2005-11-27
|
* - Making chx the forms API maintainer.Dries Buytaert2005-11-21
|
* - Made Cvgbe the PostgreSQL maintainer.Dries Buytaert2005-08-28
|
* - Patch #28861 by Malthus: fixed typo in XML-RPC backend. Missing $.Dries Buytaert2005-08-14
| | | | - Made chx the XML-RPC maintainer.
* Adding myself as maintainer for the filter system.Steven Wittens2004-09-15
|
* - Patch #9478 by JonBob: allow printf-style arguments in pager_query.Dries Buytaert2004-07-25
| | | | | | 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.
* - We have a new maintainer for the Debian package.Dries Buytaert2004-03-12
|
* - Removed the MSSQL port as discussed with Moshe.Dries Buytaert2004-03-06
|
* - Made the text files Windows-friendly.Dries Buytaert2004-02-14