Skip to content
  1. 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
  2. Jun 22, 2003
    • Dries Buytaert's avatar
      · e86cc797
      Dries Buytaert authored
      - Bugfix: fixed timezone problem with archive module.  Patch by Al.
      e86cc797
  3. Jun 16, 2003
    • Dries Buytaert's avatar
      · c4093680
      Dries Buytaert authored
      - Bugfix: emit the proper CSS tags for "normal" and "linked" days.  Patch #18
        by Al.  Thanks.
      c4093680
  4. Jun 15, 2003
    • Dries Buytaert's avatar
      · 19a07314
      Dries Buytaert authored
      - Improvement: nicer, slightly larger arrows for the month selection within
        the archive calendar.  Patch #2 by Al.
      19a07314
  5. Jun 08, 2003
    • Dries Buytaert's avatar
      · 54ddba4e
      Dries Buytaert authored
      - Fixes CSS for archive calendar so that you can make non-link days padded
        in a sensible fashion. Also removes table width 100% and puts that in css.
        Patch #48 by Al.
      54ddba4e
  6. Jun 07, 2003
    • Dries Buytaert's avatar
      · 2fc74186
      Dries Buytaert authored
      - Bugfix: if you clicked on an archive date in the calendar block and
        then select a new date via the form the block still displays the
        original click as the "selected" date.  Patch by Craig Courtney.
      2fc74186
  7. Jun 05, 2003
    • Dries Buytaert's avatar
      · 56e3e7d4
      Dries Buytaert authored
      - Usability improvements: in the calendar, only add a link for days on which
        new nodes have been posted.  Patch by Al.
      
        Al: I modified the query slightly - it will check whether 'status = 1'.
      56e3e7d4
  8. May 31, 2003
    • Dries Buytaert's avatar
      · 39f6a9e7
      Dries Buytaert authored
      - CSS improvements to the calendar of the archive module.  Updated the Xtemplate
        theme and theme Marvin to take advantage of this.  Patch by Al.  Pretty stuff.
      39f6a9e7
  9. May 29, 2003
    • Dries Buytaert's avatar
      · e39cfcd2
      Dries Buytaert authored
      - More CSS updates and fixes.  Patch by Al.
      e39cfcd2
    • Dries Buytaert's avatar
      · 1fc8a18c
      Dries Buytaert authored
      - Al's CSS patches.  This commit improves the themability of some core
        components such as lists, form items, removes an ugly hack from the
        archive module and should fix the poll problem (although it doesn't
        Opera/Konqueror).
      1fc8a18c
    • Dries Buytaert's avatar
      · 8d2b1238
      Dries Buytaert authored
      - Michael Frankowski's excellent help text improvements!
      8d2b1238
  10. May 25, 2003
    • Dries Buytaert's avatar
      · 1cdda38d
      Dries Buytaert authored
      - Fixed typo.  Patch by Al.
      1cdda38d
  11. 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
  12. Apr 21, 2003
    • Dries Buytaert's avatar
      · a956de78
      Dries Buytaert authored
      - Fixed some PHP "notices".
      a956de78
  13. 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
  14. Feb 15, 2003
    • Dries Buytaert's avatar
      · 83f5d828
      Dries Buytaert authored
      - Everything is using theme("function") now instead of $theme->function().
      83f5d828
  15. Feb 11, 2003
  16. Jan 21, 2003
    • Dries Buytaert's avatar
      · c52a3fea
      Dries Buytaert authored
      - Applied David's calendar patch: you can now configure at what day a week
        start.
      c52a3fea
  17. Jan 06, 2003
    • Dries Buytaert's avatar
      · 89b2069e
      Dries Buytaert authored
      - Clean URL patch.
      89b2069e
  18. Oct 26, 2002
    • Dries Buytaert's avatar
      · 8d103a08
      Dries Buytaert authored
      - Committed Marco's block rewrite:
      
         + Blocks are not longer called if not rendered: major performance
           improvement.
         + Fixed some bugs (preview option was broken, path option was broken).
         + Removed "ascii"-type blocks.
         + Added permission to for "PHP blocks"
         + ...
      
        NOTES:
      
         + You'll want to run "update.php":
      
             ALTER TABLE blocks DROP remove;
             ALTER TABLE blocks DROP name;
      
         + You'll want to update your custom modules as well as the modules in
           the contrib repository.  Block function should now read:
      
             function *_block($op = "list", $delta = 0) {
               if ($op == "list") {
                 return array of block infos
               }
               else {
                 return subject and content of $delta block
               }
             }
      8d103a08
  19. Oct 02, 2002
    • Dries Buytaert's avatar
      · ebcd319d
      Dries Buytaert authored
      - Fixed HTML typo.  Patch by Gerhard.
      ebcd319d
  20. Jun 08, 2002
    • Kjartan Mannes's avatar
      - improved module descriptions. · 5d36c704
      Kjartan Mannes authored
      - removed admin options for queue and comment module if the modules are not
        loaded.
      - nodes are now auto promoted when queue module isn't enabled.
      - moderation result block is now visible by the node author.
      5d36c704
  21. Jun 01, 2002
    • Kjartan Mannes's avatar
      - adding descriptions to modules (thanks Joe + Scott). · 4a28077f
      Kjartan Mannes authored
      - fixed comment flat list view missing 1 comment.
      - changed update.php around a bit.
          * security check isn't in effect if the db hasn't been updated.
          * instructions re-organized.
          * fixed some minor updates.
      - updated database.mysql done by UnConeD.
      - changelog update.
      4a28077f
  22. May 31, 2002
  23. May 12, 2002
  24. May 11, 2002
  25. Apr 22, 2002
    • Kjartan Mannes's avatar
      - bug fixes: · de5b9a16
      Kjartan Mannes authored
          * fixed mails not being parsed properly.
          * tracker now shows user name when you view your own recent
            comments.
          * link to submission queue now points to the right place.
          * fixed jabber module.
          * theme is now activated when changed.
      - applied Gerhards coding style patch.
      de5b9a16
  26. Apr 20, 2002
    • Dries Buytaert's avatar
      · 8043cb99
      Dries Buytaert authored
      - Applied Marco's big patch, including contributions from Moshe:
      
          + Changed the db_query() API.
      
          + Wrapped all links in l(), lm(), la(), ..., drupal_url() functions.
      
          + XHTML-ified some HTML.
      
          + Wrapped a lot of text in the administrative pages in a t()
            function.
      
          + Replaced all $REQUEST_URI/$PATH_INFOs by request_uri().
      
          + Small bugfixes (eg. bug in book_export_html() and clean-ups (eg.
            RSS code).
      
          + Fixed some bugs in the taxonomy module (eg. tree making bug), added
            new functionality (eg. new APIs for use by other modules), included
            Moshe's taxonomy extensions, and some documentation udpates.
      
          + ...
      8043cb99
  27. Jan 31, 2002
    • Dries Buytaert's avatar
      · 4b46252c
      Dries Buytaert authored
      - Made the calendar module accept a $date parameter such that you
        can jump directly to a certain date in the archives.  Also made
        the calendar link to itself such that it is self-contained.
      
      - Code beautifications: quoted a lot of arrays, removed dead code
        and simplified a few things.
      
      - Replaced the Calendar class by one function "calendar_display":
        using a class (or class instance, or object) doesn't make sense
        in the archives' case.
      
      - Renamed "calendar.module" to "archive.module".
      
      - Fixed a /problem/ with node settings not always being saved like
        expected.
      
      - Reorganized the user menu: renamed a couple of links for clarity
        and structure.
      
      - Fixed a few typos.
      4b46252c