Skip to content
  1. Nov 14, 2005
  2. Aug 17, 2005
  3. Apr 25, 2005
  4. Mar 31, 2005
  5. Jan 27, 2005
  6. Nov 23, 2004
  7. Jan 02, 2004
    • Dries Buytaert's avatar
      · ca2e9b5b
      Dries Buytaert authored
      - Removing some dated scripts.
      ca2e9b5b
  8. Dec 28, 2003
    • Dries Buytaert's avatar
      · 5c0cd3c0
      Dries Buytaert authored
      - Some fixes to the code-style.sh script.
      5c0cd3c0
  9. Oct 30, 2003
    • Dries Buytaert's avatar
      · f35eb376
      Dries Buytaert authored
      - Improvment: detect wrong mixed case variables, be more strict about XHTML.
      f35eb376
  10. Jun 12, 2003
    • Dries Buytaert's avatar
      · c0330f16
      Dries Buytaert authored
      - Updated to ignore favicons.
      c0330f16
  11. 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
  12. Jun 02, 2003
    • Dries Buytaert's avatar
      · 68ca58e9
      Dries Buytaert authored
      - Ignore ".eps.gz" files or Druplicon logos.
      68ca58e9
  13. 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
  14. Dec 31, 2002
    • Dries Buytaert's avatar
      · 8cb66b21
      Dries Buytaert authored
      - Improvement: remove vi left-overs.
      8cb66b21
  15. Nov 06, 2002
  16. 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
  17. Apr 13, 2002
  18. Dec 16, 2001
    • Dries Buytaert's avatar
      · 90ddfb94
      Dries Buytaert authored
      - Made the script 'code-clean.sh' ignore .psp files.
      90ddfb94
  19. 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
  20. 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
  21. 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
  22. Nov 01, 2001
    • Dries Buytaert's avatar
      · 3d47ad35
      Dries Buytaert authored
      - Added first, preliminary version of mail-to-sql to CVS.
      3d47ad35
  23. Oct 23, 2001
    • Dries Buytaert's avatar
      · 078e2fdc
      Dries Buytaert authored
      - Updated the coding style checker. (patch by Alex)
      078e2fdc
  24. Oct 17, 2001
    • Dries Buytaert's avatar
      · f295648c
      Dries Buytaert authored
      - fixed a SQL typo in node.php: user --> users
      
      - added SQL table keys for the node types
      f295648c
  25. Oct 16, 2001
    • Dries Buytaert's avatar
      · af6c2808
      Dries Buytaert authored
      - Added a *cool* new Perl script by Alexander.  You can use this script
        to check your code against the Drupal coding style:
      
         "This program tries to show as many improvements as possible with no
          false positives."
      af6c2808
  26. Oct 15, 2001
    • Dries Buytaert's avatar
      · 9980d3f1
      Dries Buytaert authored
      - Tidied up the script names a bit ...
      9980d3f1
    • Dries Buytaert's avatar
      · 1f371ebf
      Dries Buytaert authored
      - removed this script, it is too simple to be true ...
      1f371ebf
    • Dries Buytaert's avatar
      · 5761c3b9
      Dries Buytaert authored
      - Fixed the script's extention.
      5761c3b9
    • Dries Buytaert's avatar
      · a7b29ed3
      Dries Buytaert authored
      - Fixed the script's extention: it's a shell script, not a Perl script.
      a7b29ed3
  27. Jun 15, 2001
    • Dries Buytaert's avatar
      · f07b8961
      Dries Buytaert authored
      - Changed 'drop' to 'drupal'; a left-over from the old days, I guess.
      f07b8961
  28. May 14, 2001
    • Dries Buytaert's avatar
      · e9295e20
      Dries Buytaert authored
      - Small improvement (by Natrak) to display the correct CVS username.
      e9295e20
  29. Apr 19, 2001
    • Dries Buytaert's avatar
      · 11666090
      Dries Buytaert authored
      - Addition: added new "cvs.module" to display and mail drupal's
        CVS log messages.  Our additional Perl script that hooks into
        the CVS repository is also provided in ./scripts.  Requires a
        SQL update, see 2.00-to-x.xx.sql.
      11666090
  30. Mar 03, 2001
    • Dries Buytaert's avatar
      · 74d3c351
      Dries Buytaert authored
      - Took all "rating logic" out of the account.module and moved it into
        a seperate module called "rating.module".  This should allow people
        to experiment with different rating heuristics/algorithms.
      
      - The rating module also generates a "Top 100 users" page, see:
           http://drop.org/module.php?mod=rating
      
      - Adjusted ./scripts/php-clean to ignore png files.
        (I should do it the way around and make it ignore everything but
        our php files.)
      74d3c351
  31. Mar 01, 2001
    • Dries Buytaert's avatar
      · 74e1ee07
      Dries Buytaert authored
      - created nightly build script (had to create one for work too ;)
      74e1ee07
  32. Feb 12, 2001
    • Dries Buytaert's avatar
      · db554e85
      Dries Buytaert authored
      - initial import of the preliminary translation code.
      - added timer.inc for benchmarking purpose
      - bugfix for php-clean
      - bugfix for account.php
      - removed redundant format_data
      - ...
      db554e85
  33. Feb 07, 2001
    • Dries Buytaert's avatar
      · 77ed5310
      Dries Buytaert authored
      - added new feature for evaluating purpose: user rating (mojo, karma)!
      - removed tabs from Jeroen's theme
      77ed5310
  34. Jan 26, 2001
    • Dries Buytaert's avatar
      · 32c89442
      Dries Buytaert authored
      - removed all tabs
      32c89442
    • Dries Buytaert's avatar
      · d386c110
      Dries Buytaert authored
      - removed redundant spaces
      d386c110