Skip to content
  1. Sep 15, 2004
  2. Jul 25, 2004
    • Dries Buytaert's avatar
      · 702a0576
      Dries Buytaert authored
      - 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.
      702a0576
  3. Mar 12, 2004
  4. Mar 06, 2004
  5. Feb 14, 2004
    • Dries Buytaert's avatar
      · 69a9a445
      Dries Buytaert authored
      - Made the text files Windows-friendly.
      69a9a445
  6. Jan 28, 2004
    • Dries Buytaert's avatar
      · 842e223b
      Dries Buytaert authored
      - Made James the blog api maintainer.
      842e223b
  7. Jan 27, 2004
    • Dries Buytaert's avatar
      · 01b5aa17
      Dries Buytaert authored
      - Made Goba the locale module maintainer.
      01b5aa17
  8. Sep 30, 2003
    • Dries Buytaert's avatar
      · 52c42406
      Dries Buytaert authored
      - Added PostgreSQL support to the update script.  Patch by Adrian.
      
      - Making Adrian the new PostgreSQL maintainer.
      52c42406
  9. Jun 05, 2003
    • Dries Buytaert's avatar
      · de3b0796
      Dries Buytaert authored
      - Bugfix: better charset support for non-ISO-8859-1 languages.  Patch 0029.charset.fixes.patch by Al.  Could East Asia test this please.
      
      - Bugfix: made the "moderate" field behave.  Patch 0030.queue.module.help.and.settings.form.patch by Al.
      
      - Documentation: revised a large part of the help texts / documentation!  Al's 0024.* patches.
      
      - Documentation: added a glossary to the help module.  Patch 0025.help.module.glossary.patch by Al and Michael.
      
      - Usability: first step towards unifying the terminology used in the cloud module.  Patch by 0028.site.cloud.rationalize.name.patch Al.
      
      - Usability + CSS improvements: revamped the node form and removed all tables.  Patch 0027.node.form.rewrite.patch by Al.
      
      - CSS improvements: patch 0026.admin.css.small.improvement.patch by Al.
      
      - Updated the MAINTAINERS file.
      de3b0796
  10. Mar 16, 2003
    • Dries Buytaert's avatar
      · 170b674a
      Dries Buytaert authored
      - All LIMIT queries must go through the pager or through db_query_range().
        The syntax for db_query_range() was enhanced so it matches db_query(). So
        you may pass extra arguments of the SQL statement which are checked via
        check_query() and then substituted into the SQL statement. After these
        optional arguments, you always pass $from and $count parameters which
        define your range.  Most often, the $from is 0 and the count is the max
        number of records you want returned.  Patch by Moshe.
      
      - The pager_query() function for PEAR was enhanced so that it adds  proper
        GROUP BY statement counting the number of records to be paged. Patch by
        James Arthur.
      
      - MSSQL database scheme by Moshe.
      170b674a
  11. Jan 09, 2003
    • Dries Buytaert's avatar
      · 58190e49
      Dries Buytaert authored
      - Added Hugo Espuny as the Debian maintainer.
      58190e49
  12. Nov 16, 2002
    • Dries Buytaert's avatar
      · 033c3fe7
      Dries Buytaert authored
      - Started updating the CHANGELOG.
      033c3fe7
  13. Oct 29, 2002
    • Dries Buytaert's avatar
      · a430d5de
      Dries Buytaert authored
      - Added Jeremy.
      a430d5de
  14. Aug 18, 2002
    • Dries Buytaert's avatar
      · 9c0cfb85
      Dries Buytaert authored
      - Made James the new PostgreSQL maintainer and marked the PostgreSQL
        port as being maintained.
      9c0cfb85
  15. Apr 19, 2002
    • Dries Buytaert's avatar
      · ab551f8c
      Dries Buytaert authored
      - Fixed some typos.
      ab551f8c
  16. Apr 18, 2002
    • Dries Buytaert's avatar
      · 27bad260
      Dries Buytaert authored
      - Updated the MAINTAINERS file a lil'.
      27bad260
  17. Nov 14, 2001
    • Dries Buytaert's avatar
      · deaf0271
      Dries Buytaert authored
      - Added the MAINTAINERS file to CVS.
      deaf0271