Skip to content
  1. Nov 13, 2012
  2. Feb 25, 2011
  3. Jul 02, 2007
  4. Mar 05, 2007
  5. Mar 01, 2007
  6. Feb 15, 2007
  7. Oct 14, 2006
  8. Aug 22, 2006
  9. Aug 14, 2006
  10. Apr 13, 2006
  11. Mar 27, 2006
  12. Feb 21, 2006
  13. Dec 28, 2005
    • Dries Buytaert's avatar
      · 18a53747
      Dries Buytaert authored
      - Patch #167 (!) by killes: made the code style script work with ++ and -- operators.
        (The oldest issue of the year award goes to killes.)
      18a53747
  14. Dec 12, 2005
    • Dries Buytaert's avatar
      - Patch #39462 by Cvgbe: · ccb3fa02
      Dries Buytaert authored
        1. fixed problem with long URLs being truncated (and causing errors)
        2. added CREATE UNIQUE INDEX to prefix.sh
        3. changed totalcount from int to bigint to prevent overflow
        4. unifies index names, syncs with database.mysql
      
        Updated changelog.
      ccb3fa02
  15. Nov 14, 2005
  16. Aug 11, 2005
  17. Apr 25, 2005
  18. Mar 31, 2005
  19. Jan 27, 2005
  20. Nov 23, 2004
  21. Jan 02, 2004
    • Dries Buytaert's avatar
      · ca2e9b5b
      Dries Buytaert authored
      - Removing some dated scripts.
      ca2e9b5b
  22. Dec 28, 2003
    • Dries Buytaert's avatar
      · 5c0cd3c0
      Dries Buytaert authored
      - Some fixes to the code-style.sh script.
      5c0cd3c0
  23. Oct 30, 2003
    • Dries Buytaert's avatar
      · f35eb376
      Dries Buytaert authored
      - Improvment: detect wrong mixed case variables, be more strict about XHTML.
      f35eb376
  24. Jun 12, 2003
    • Dries Buytaert's avatar
      · c0330f16
      Dries Buytaert authored
      - Updated to ignore favicons.
      c0330f16
  25. Jun 06, 2003
    • Dries Buytaert's avatar
      · aa38097c
      Dries Buytaert authored
      - Dropped check_input(); use check_query() instead.
      
      - Made the statistics module use referer_uri() for security's sake.
      aa38097c
  26. Jun 02, 2003
    • Dries Buytaert's avatar
      · 68ca58e9
      Dries Buytaert authored
      - Ignore ".eps.gz" files or Druplicon logos.
      68ca58e9
  27. May 13, 2003
    • Dries Buytaert's avatar
      · c2d2fb73
      Dries Buytaert authored
      - Fixed a typo in the PostgreSQL database scheme.  Patch by Michael Frankowski.
      
      - Fixed a typo in the MSSQL database scheme.  Patch by Michael Frankowski.
      
      - Removed dependency on "register_globals = on"!  Patches by Michael Frankowski.
      
        Notes:
      
        + Updated the patches to use $foo["bar"] instead of $foo['bar'].
        + Updated the INSTALL and CHANGELOG files as well.
      
      - Tiny improvement to the "./scripts/code-clean.sh" script.
      c2d2fb73
  28. Dec 31, 2002
    • Dries Buytaert's avatar
      · 8cb66b21
      Dries Buytaert authored
      - Improvement: remove vi left-overs.
      8cb66b21
  29. Nov 06, 2002
  30. Nov 01, 2002
    • Dries Buytaert's avatar
      · cc381c14
      Dries Buytaert authored
      - Fixed glitch in block module: the admin links were not composed
        correctly.  Patch by Stefan.
      
      - Added missing t() functions and improved the %x directives for
        better readability and to ease the process of translating your
        site.  Patches by Stefan.
      
      - Made two small additions to the 'code-clean.sh' script; it will
        now remove patch related junk.
      
      NOTES:
      
      - I removed the · related bits.  Let's tackle these later on
        in a separate patch after we got some sort of consensus.
      
      - I removed the 'module_exist("drupal")' check in the user module;
        I *think* it is incomplete and therefore incorrect.
      
      - Stefan, try using quotes in your translations and check whether
        everything still works.  Example: translate the "Create account"
        button to "Create \"haha\" account \'hihi\'" and see if you can
        still create new accounts.  Maybe automate this using a quick
        hack in the locale module ...
      cc381c14
  31. Apr 13, 2002
  32. Dec 16, 2001
    • Dries Buytaert's avatar
      · 90ddfb94
      Dries Buytaert authored
      - Made the script 'code-clean.sh' ignore .psp files.
      90ddfb94
  33. Nov 17, 2001
    • Kjartan Mannes's avatar
      code-style.pl · ac50e1a4
      Kjartan Mannes authored
      - allow $var++ and $var-- syntax.
      
      update.php / block.module
      - cleaned up coding style, and trailing spaces.
      ac50e1a4
  34. Nov 07, 2001
    • Dries Buytaert's avatar
      · 74a1fe57
      Dries Buytaert authored
      mail-to-sql.php:
        - rewrote the script in PHP.
        - added support for mailing list.
        - made the parser better.
      74a1fe57
  35. Nov 05, 2001
    • Dries Buytaert's avatar
      · db47bac3
      Dries Buytaert authored
      - node.module:
      
         + Changed node_form() to use good ol' tables instead of div/CSS-tags.
      
         + Revised the "revision API": I think we have both an easy and powerful
           API now that should make everyone happy.
      
         + Improved the usability of the rollback functionality a bit.
      
         + Removed the "view node" link from the "node overview" page in the
           admin section and added a "delete node" link instead.
      
         + Added a few missing translations; there might be missing more
           translations though.
      
      - book.module:
      
         + Made the book module use the "revision API" instead of having it poke
           and use the innards and underlying details of the revision system.
      
      - queue.module:
      
         + Made the queue module use the improved revision number.
      
      - module.inc:
         + Applied Moshe's patch: added more arguments to module_invoke()
      
      - mail-to-sql.pl:
         + Added support for more header fields and for folded fields
      
      Notes:
      
      - no database updates required
      db47bac3
  36. Nov 01, 2001
    • Dries Buytaert's avatar
      · 3d47ad35
      Dries Buytaert authored
      - Added first, preliminary version of mail-to-sql to CVS.
      3d47ad35