Skip to content
  1. Jul 14, 2003
    • Dries Buytaert's avatar
      · 6d75a4f5
      Dries Buytaert authored
      - Some documentation fixes as per Charlie's suggestion: bug #2260.
      6d75a4f5
  2. Jul 13, 2003
    • Dries Buytaert's avatar
      · 288f0090
      Dries Buytaert authored
      - Documentation improvement by Charlie.  Task #2257.
      288f0090
  3. Jul 12, 2003
    • Dries Buytaert's avatar
      · a6220f57
      Dries Buytaert authored
      - Fixed bug 1852: usernames not being fetched by title module.
      a6220f57
  4. Jul 10, 2003
    • Dries Buytaert's avatar
      · cd8f5980
      Dries Buytaert authored
      - Bugfix: fixed HTML typo in comment module.  Patch by Torgeir Berg.
      cd8f5980
  5. Jul 09, 2003
    • Dries Buytaert's avatar
      · c5deefd6
      Dries Buytaert authored
      - Bugfix: fixed the "check for duplicate e-mail addresses" test.  Patch by
        Marco.
      c5deefd6
  6. Jul 08, 2003
    • Dries Buytaert's avatar
      · f294f5e5
      Dries Buytaert authored
      - Fixed a number of translation issues.  Patches by Stefan.
      f294f5e5
    • Dries Buytaert's avatar
      · 62d680c2
      Dries Buytaert authored
      - Bugfix: fixed some typos in the Blogger API help.  Patch #75 by Chris.
      62d680c2
    • Dries Buytaert's avatar
      · 5d1859e0
      Dries Buytaert authored
      - Bugfix: don't show the "blog it" links when the blog module is disabled.
        Patch by Bart Jansens.
      5d1859e0
    • Dries Buytaert's avatar
      · a4768256
      Dries Buytaert authored
      - Removed some cruft.
      a4768256
  7. Jul 02, 2003
    • The Great Git Migration's avatar
      This commit was manufactured as part of Drupal's Great Git Migration to · 9abd9813
      The Great Git Migration authored
      create branch 'DRUPAL-4-2'.
      
      Sprout from master 2003-07-02 17:09:09 UTC Dries Buytaert <dries@buytaert.net> '- Improvement: made it possible to translate the forum module.  Patch #53 by Stefan.'
      Delete:
          modules/aggregator.module
          modules/aggregator/aggregator.module
          modules/archive/archive.module
          modules/block/block.module
          modules/blog/blog.module
          modules/book/book.module
          modules/comment/comment.module
          modules/drupal/drupal.module
          modules/forum/forum.module
          modules/help/help.module
          modules/locale/locale.module
          modules/node/node.module
          modules/page/page.module
          modules/ping/ping.module
          modules/poll/poll.module
          modules/profile/profile.module
          modules/search/search.module
          modules/statistics/statistics.module
          modules/story/story.module
          modules/system/system.module
          modules/taxonomy/taxonomy.module
          modules/throttle/throttle.module
          modules/tracker/tracker.module
          modules/user/user.module
          modules/watchdog/watchdog.module
      9abd9813
    • Dries Buytaert's avatar
      - Improvement: made it possible to translate the forum module. Patch #53 by Stefan. · d017514e
      Dries Buytaert authored
      - Improvement: some small changes to the user module to ease translation and to make things slightly more consistent.  This should be a better alternative for patch #54.
      
      - Improvement: increase the maxlength of the node title.  This should fix bug #2018 and #2176.
      d017514e
  8. Jul 01, 2003
    • Dries Buytaert's avatar
      · 7997ebb9
      Dries Buytaert authored
      - Bugfix: added more permissions checks.  Patches #60-62 by Al.  Should fix
        bug #2163 and #2164.
      7997ebb9
    • Dries Buytaert's avatar
      · dc15ba06
      Dries Buytaert authored
      - Improvement: don't perform XSS checks for trusted users.  Trusted users
        are those that have the "bypass input data check" permission set.  Should
        address bug #2147.
      
      - Improvement: simplified index.php and modules/admin.module.
      
      - Bugfix: fixed broken links in bloggerapi documentation.  Patch by Chris
        Johnson.  Fixes bug #2030.
      
      - Bugfix: fixed the date shown on a book module preview.  Reported as part
        of bug #2097.
      
      - Bugfix: fixed broken URL in the book module documentation.
      dc15ba06
  9. Jun 30, 2003
    • Dries Buytaert's avatar
      · 3bb6ddee
      Dries Buytaert authored
      - Bugfix: fixed problem with search terms not being escaped properly.
      3bb6ddee
    • Dries Buytaert's avatar
      · 886ae2bf
      Dries Buytaert authored
      - Fixed some "search related" bugs introduced by Moshe's latest patch.
        Fixes bug #2127.
      886ae2bf
    • Dries Buytaert's avatar
      · 74d9266b
      Dries Buytaert authored
      - Bugfix: fixed calendar block caching.  Patch by Al.  Fixes bug #2131.
      
      - Improvement: improved the block module documentation.  Patch #59 by
        Gerhard.
      74d9266b
  10. Jun 28, 2003
    • Dries Buytaert's avatar
      · 4d29898a
      Dries Buytaert authored
      - Bugfix: flush the cache after updating the new feeds (or after having
        added or removed news items).  Fixes bug #2088.
      4d29898a
  11. Jun 27, 2003
    • Dries Buytaert's avatar
      - Reworked the CXX checking; now, _any_ user input will be checked · f4df7195
      Dries Buytaert authored
      and the request will be terminated when something suspicious is
      detected.  This will be logged in the watchdog.  With help from Marco.
      
      - Fixed translation issue in the archive module.  Patch by Gerhard.
      
      - Removed dead parameter from variable_get().  Patch by Chris Johnson.
      Fixes bug #2111.
      
      - Improved input checking of taxonomy module.  Patch by Gerhard.
      Fixes bug #2112.
      f4df7195
  12. Jun 26, 2003
  13. Jun 25, 2003
    • Dries Buytaert's avatar
      · e95aa56e
      Dries Buytaert authored
      - Bugfix: fixed bug in the search module that prevented the title module
        from working properly.  Patch by Moshe.  Fixes bug #1852.
      e95aa56e
    • Dries Buytaert's avatar
      · 2689d6aa
      Dries Buytaert authored
      - Narrow the set of allowed usernames to prevent people from messing with it.
      2689d6aa
  14. Jun 24, 2003
  15. Jun 23, 2003
  16. Jun 22, 2003
    • Dries Buytaert's avatar
      · e86cc797
      Dries Buytaert authored
      - Bugfix: fixed timezone problem with archive module.  Patch by Al.
      e86cc797
    • Dries Buytaert's avatar
      · 26512759
      Dries Buytaert authored
      - Bugfix: fixed the character when importing news feeds.  Reported at
        http://drupal.org/node/view/2036.
      26512759
    • Dries Buytaert's avatar
      · f3e39503
      Dries Buytaert authored
      - Improvement: removed some dead code.  Patch by Gerhard.
      f3e39503
  17. Jun 20, 2003
    • Dries Buytaert's avatar
      · fbbccada
      Dries Buytaert authored
      - Translation improvement.  Patch by Stefan.
      fbbccada
    • Dries Buytaert's avatar
      · e57faf21
      Dries Buytaert authored
      - Bugfix: fixed problem with changing themes.  Didn't apply Al's patch as
        the fix was somewhat simpler.  Fixes bug #2003.
      
      - Bugfix: fixed problem with voting on certain poll pages.  Patch #37 by Al.
      
      - Improvement: removed stupid descriptions from profile module.
      e57faf21
    • Dries Buytaert's avatar
      · 7fd4cc4b
      Dries Buytaert authored
      - Bugfix: fixed problem with the use of % on the user module form.  Patch
        by Slavica.  Fixes bug #1730.
      7fd4cc4b
  18. Jun 19, 2003
    • Dries Buytaert's avatar
      · 828ba665
      Dries Buytaert authored
      - Bugfix: fixed utf-8 problem for people that use PHP 4.2.x or below.  Patch #33 by Al.
      
      - Bugfix: fixed translation problems in the user module and the block module.  Patch by Stefan.
      
      - Improvement: made it impossible to delete user role #1 and #2.  Patch #38 by Al.
      
      - Improvement: fixed the "Allowed HTML tag" issues.  Makes for better code and improved usability.  Patch #35 by Al.
      
        NOTE: as soon the compose tips make their way into CVS, most of this code can be removed.
      828ba665
  19. Jun 18, 2003
  20. Jun 17, 2003
    • Dries Buytaert's avatar
      · 7a8a99d4
      Dries Buytaert authored
      - Bugfix: corrected typo in the poll module.  Patch by Al.
      7a8a99d4
    • Dries Buytaert's avatar
      · cc837807
      Dries Buytaert authored
      - Bugfix: made searching locale strings work.  Patch by Al.  Fixes bug #1986.
      cc837807
  21. Jun 16, 2003
    • Steven Wittens's avatar
      Bugfix: user timezone-selection now uses the site's configured... · 28256627
      Steven Wittens authored
      Bugfix: user timezone-selection now uses the site's configured date_format_long value rather than a hardcoded one.
      28256627
    • Dries Buytaert's avatar
      · 026c09b6
      Dries Buytaert authored
      - Bugfix: fixed searches to do boolean AND rather than OR.  This isn't the best way to do things, but seems to be pretty much the only way to get things to be properly
      ANSI-compliant.  Patch by #17 by Al.  (Note: I haven't really tested this fix but this should fix bug #1857.)
      026c09b6