Commit Graph

38 Commits (e4be6454e0328c7d50a822e4ae32baf748ce6fca)

Author SHA1 Message Date
Angie Byron 3ac62ca693 #680198: Add Dave Reid as Path system maintainer. 2010-01-10 02:57:06 +00:00
Angie Byron 1a7c7dd16a #619522 by catch: Add yched and bjaspan as maintainers for Field API. Poor suckers... 2009-11-02 23:14:51 +00:00
Angie Byron 2e390010f5 #619512 by catch: Add Daniel F. Kudwien (sun) as Filter system maintainer. 2009-10-31 07:42:57 +00:00
Angie Byron b9caae9508 #597792 by catch and bangpound: Add catch and bangpound as maintainers for taxonomy module. 2009-10-09 07:58:16 +00:00
Dries Buytaert 0feb34c616 - Patch #597584 by Dave Reid: added Dave Reid as the maintainer for contact module. 2009-10-08 18:16:31 +00:00
Dries Buytaert dfa38ec66c - Patch #588574 by dww: made Dave Reid a co-maintainer for update status. 2009-09-26 16:51:23 +00:00
Dries Buytaert 75722e4f19 - Patch #537434 by chx, bangpound, moshe weitzman, David Strauss: move the blog API module to contrib. 2009-08-25 10:58:32 +00:00
Angie Byron aff14a735f #547702 by Damien Tournoud: Add a 'user experience' section to MAINTAINERS.txt. 2009-08-14 13:41:58 +00:00
Angie Byron de7635bf83 #447700 by dww: Reflect current maintainership of update.module in MAINTAINERS.txt. 2009-04-28 20:20:14 +00:00
Angie Byron 1eb5be733a #355858 by Crell: Add maintainers for MySQL driver. 2009-01-08 03:32:42 +00:00
Angie Byron 22bdb8e5af #354389 by drewish: Name file management system maintainer. 2009-01-05 04:35:18 +00:00
Dries Buytaert 7e60d94f69 - Patch #353676 by Damien Tournoud: name the PostgreSQL maintainers. 2009-01-04 19:47:28 +00:00
Dries Buytaert 52785592a0 - Patch #353269 by keith.smith: updated documentation maintainer. 2009-01-02 21:15:00 +00:00
Dries Buytaert 1109530761 - Patch #353247 by Damien Tournoud: name SQLite maintainers. First patch of the new year! 2009-01-01 21:30:28 +00:00
Angie Byron 5a2fbd01ba #275842 by chx and boombatower: Reflect accurate maintainers in MAINTAINERS.txt. 2008-11-10 05:27:56 +00:00
Dries Buytaert 827ac12ea9 - Adding Crell as database system maintainer. 2008-08-23 08:08:39 +00:00
Dries Buytaert e571a29084 - Patch #258405 by greggles and Boris Mann: clean-up. 2008-07-18 07:07:48 +00:00
Dries Buytaert f163d2e01b - Patch #258405 by greggles: clean up MAINTAINERS.txt. 2008-05-15 22:13:28 +00:00
Dries Buytaert b55b45bcea - Patch #231115 by Stefan: clean up file headers. 2008-03-13 20:02:18 +00:00
Gábor Hojtsy 38332f801e #217180 by Gerhard Killesreiter: remove outdated information on Debian package maintainer 2008-02-04 10:26:49 +00:00
Dries Buytaert 0a1931e817 - Patch #180399 by merlinofchaos: add merlinofchaos and dvessel to theme system maintainers list. 2007-10-03 17:17:25 +00:00
Dries Buytaert 6ec2ff7e15 - Patch #94154 by dww, Earl et al: update notifications for Drupal!
Woot, woot! :)
2007-07-11 15:15:40 +00:00
Dries Buytaert e6cf1995bf - Patch #148491 by chx: made John the XML-RPC maintainer. 2007-06-01 09:42:44 +00:00
Dries Buytaert a2a894ad8d - Added Khalid as the logging maintainer, and made Karoly the new menu module maintainer. 2007-04-13 08:23:14 +00:00
Dries Buytaert 6e2872d462 - Patch #102598 by Heine: updating maintainers.txt. 2006-12-11 17:09:29 +00:00
Dries Buytaert 3a135f7c2d - Added new PostgreSQL maintainer. 2006-07-10 21:14:22 +00:00
Dries Buytaert 6b2f4d681a - Patch #72868 by Flanker: added missing CVS ids to the .txt files. 2006-07-09 11:33:06 +00:00
Dries Buytaert c69339de5b - Removing PostgreSQL maintainer. 2006-07-09 11:24:09 +00:00
Dries Buytaert 74b6c00b88 - Updated MAINTAINERS.txt 2005-11-28 09:33:12 +00:00
Dries Buytaert 86ded32fbb - Made Richard Arhcer the menu system maintainer. 2005-11-27 09:00:32 +00:00
Dries Buytaert 6e95094c8e - Making chx the forms API maintainer. 2005-11-21 09:39:15 +00:00
Dries Buytaert 6ebe50b536 - Made Cvgbe the PostgreSQL maintainer. 2005-08-28 15:13:35 +00:00
Dries Buytaert 30f95a331f - Patch #28861 by Malthus: fixed typo in XML-RPC backend. Missing $.
- Made chx the XML-RPC maintainer.
2005-08-14 22:27:40 +00:00
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