Skip to content
  1. Jun 16, 2003
    • Dries Buytaert's avatar
      · ef873561
      Dries Buytaert authored
      - Improvements: XHTML-ifications.  Patch by GmbH.  See feature #1813.
      ef873561
  2. Jun 15, 2003
    • Dries Buytaert's avatar
      · eb030cb9
      Dries Buytaert authored
      - Improvements: XHTML-ifications.  Patch by GmbH.
      eb030cb9
  3. Jun 08, 2003
    • Dries Buytaert's avatar
      · a448f5a9
      Dries Buytaert authored
      - Charset simpliciations.  Patch #46 by Al.
      a448f5a9
  4. Jun 04, 2003
    • Dries Buytaert's avatar
      · 355d25e7
      Dries Buytaert authored
      - Bugfix: renamed the SQL field 'types' to 'nodes' because 'types' is a reserved keyword in MySQL 4.  This fixes critical bug #1618.  Patch by Marco.
      
        ==> This fix requires to run update.php!
      
      - Bugfix: made sessions work without warnings when register_globals is turned off. The solution is to use $_SESSION instead of session_register().  This fixes critical bug #1797.  Patch by Marco.
      
      - Bugfix: sometimes error messages where being discarded when previewing a node.  Patch by Craig Courtney.
      
      - Bugfix: fixed charset problems.  This fixes critical bug #1549.  Patch '0023.charset.patch' by Al.
      
      - Code improvements: removed some dead code from the comment module.  Patch by Marco.
      
      - Documentation improvements: polished the node module help texts and form descriptions.  Patch '0019.node.module.help.patch' by Al.
      
      - CSS improvements all over the map!  Patch '0021.more.css.patch' by Al.
      
      - GUI improvements: improved the position of Druplicon in the admin menu.  Patch '0020.admin.logo.patch' by Al.
      
      - GUI improvements: new logos for theme Marvin and theme UnConeD.  Logos by Kristjan Jansen.
      
      - GUI improvements: small changes to the output emitted by the profile module.  Suggestions by Steven Wittens.
      
      - GUI improvements: small fixes to Xtemplate.  Patch '0022.xtemplate.css.patch' by Al.
      
      TODO:
      
      - Some modules such as the buddy list module and the annotation module in the contributions repository are also using session_register().  They should be updated.  We should setup a task on Drupal.
      
      - There is code emitting '<div align="right">' which doesn't validate.
      
      - Does our XML feeds validate with the charset changes?
      
      - The forum module's SQL doesn't work properly on PostgreSQL.
      355d25e7
  5. Jun 01, 2003
    • Dries Buytaert's avatar
      · e5033fe1
      Dries Buytaert authored
      - Fixed critical bug #1788: cloud module pings too much.  Modified patch by
        Kjartan.
      
        This update requires some database changes so make sure to run update.php.
      e5033fe1
  6. May 24, 2003
    • Dries Buytaert's avatar
      · 17e5b5c2
      Dries Buytaert authored
      - Changed the type of the string fields in the locale table to BLOB.
        This fixes bug #987.  For PostgreSQL this is not required because
        its string comparisons are case-senitive.  Not idea about MSSQL.
      17e5b5c2
  7. May 20, 2003
    • Dries Buytaert's avatar
      · 9e82c055
      Dries Buytaert authored
      - update.php improvements and a grammatical fix from Al.  Thanks.
      9e82c055
  8. May 19, 2003
  9. May 18, 2003
    • Dries Buytaert's avatar
      · 7e8aa526
      Dries Buytaert authored
      - Fixed bug in book_prev().  Patch by Andy Colson.
      
      - Book optimizations: updated to use inner joins.  Patch by Andy Colson.
        This should address bug #1373.
      
        TODO: add index to MSSQL database scheme.
      7e8aa526
  10. 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
  11. May 10, 2003
    • Dries Buytaert's avatar
      · c886dfd0
      Dries Buytaert authored
      - Fixed "undefined variable" warning.  Patch by Ax.
      c886dfd0
  12. May 07, 2003
    • Dries Buytaert's avatar
      · a161110a
      Dries Buytaert authored
      - Applied  Michael Caerwyn's "%s -> %d" patch.
      
      - Changed all occurences of '%d' to %d as suggested on the mailing list.
      a161110a
  13. Apr 20, 2003
    • Dries Buytaert's avatar
      · 3c2dc18c
      Dries Buytaert authored
      - Fixed bug #1545: incorrect sequence tables on PostgreSQL.  Patch by Neil.
      
        In addition, I have updated update.php so it makes the corresponding
        changes for MySQL users.
      3c2dc18c
  14. Apr 19, 2003
    • Dries Buytaert's avatar
      · b85cf719
      Dries Buytaert authored
      - Applied modified version of Al's "block delta" patch.  I left out the
        blogroll feature as I think it would get very confusing.  I don't mind
        to add it but it need some thought and documentation as it somewhat
        conflicts with the existing cloud module.
      
        These changes require you to run update.php.
      b85cf719
  15. Apr 18, 2003
    • Dries Buytaert's avatar
      · 39bed948
      Dries Buytaert authored
      - Made sure that update.php enables the newly created admin module.
        This should fix the other half of bug #1508.
      
      - Removed some dead wood: we don't need the menu table any more.
      39bed948
  16. Feb 23, 2003
    • Dries Buytaert's avatar
      · bccc250d
      Dries Buytaert authored
      - Some fixes and improvements as suggested by Gary.
      bccc250d
  17. Jan 16, 2003
    • Dries Buytaert's avatar
      · 8fa32017
      Dries Buytaert authored
      - Fixed type: "form" -> "forum".  Patch by Ulf Rompe.
      8fa32017
  18. Jan 15, 2003
    • Dries Buytaert's avatar
      Patch by Marco: · f6da12ca
      Dries Buytaert authored
      - forum: fixed link to new topic
      - forum: new topic shows default forum correctly
      - forum: first_new is back; the anchor didn't consider multiple pages
      - forum: use standard pager, needed some changes/fixes to pager.inc
      - forum: some cleanup
      - forum: taxonomy hook
      - renamed first_new to simply new
      - added an optional parameter to pager_query for the count query
      - used the optional count param for paging forum topics
      - internal change: moving a topic doesn't duplicate the node anymore but just
        changes the forum (term); no change in functionality, and shadow still
        works (suggested by Dries).  This probably also made some queries somewhat
        lighter.
      - bug fixed: anonymous users always saw "n (n new)" in the replies column
      - updated pager help and moved from _help to phpdoc
      f6da12ca
  19. Jan 14, 2003
    • Dries Buytaert's avatar
      · d2687836
      Dries Buytaert authored
      - Small improvement to the admin menu based on feedback from Michael.
      d2687836
  20. Jan 07, 2003
    • Dries Buytaert's avatar
      · d026d15d
      Dries Buytaert authored
      - Fixed links to admin page.  Added help text.
      d026d15d
  21. Jan 06, 2003
    • Dries Buytaert's avatar
      · 89b2069e
      Dries Buytaert authored
      - Clean URL patch.
      89b2069e
  22. Jan 04, 2003
    • Dries Buytaert's avatar
      · 8a636465
      Dries Buytaert authored
      - Added an extra parameter to watchdog() which lets you specifiy an "action"
        or "operation" link.
      
      - Made the main page of the administration section show an overview of all
        watchdog entries with such action link.
      
      - Fixed typo in PostgreSQL database scheme.
      8a636465
  23. Dec 31, 2002
    • Dries Buytaert's avatar
      · 3c7d0f95
      Dries Buytaert authored
      - Fixed typo.  Patch by Marco.
      3c7d0f95
  24. Dec 30, 2002
    • Dries Buytaert's avatar
      · 0475d4fb
      Dries Buytaert authored
      Patch by Marco:
      
      - rewrote taxonomy_get_tree() for improved performance and cleaner code
      - fixed a bug in _taxonomy_term_select() with multiple parents
      - added hooks in vocabulary and term insert, update and delete
      - fixed a bug in taxonomy_save_vocabulary() (cache_clear_all() was never
      called)
      0475d4fb
  25. Dec 24, 2002
    • Dries Buytaert's avatar
      · 22fa9ed7
      Dries Buytaert authored
      - Refactored the administration pages.
      22fa9ed7
  26. Dec 16, 2002
    • Dries Buytaert's avatar
      · 76b47f23
      Dries Buytaert authored
      - Make sure user names are unique.
      76b47f23
  27. Dec 11, 2002
    • Dries Buytaert's avatar
      · b6b24c28
      Dries Buytaert authored
      Applied patch by Natrak:
      
      - page_header() now adds Last-Modified and ETag http headers.
      - When running PHP as an Apache module page_header() will check the HTTP
        headers for conditional gets, and will only push the content when it
        fails. (Works for html and xml pages as they are all cached). Note:
        this is a PHP limitation, so until PHP makes it work for other web
        servers this won't work for them.
      - Added created field to cache database to hold the timestamp when the
        cache was created.
      - Changed cache_get() to return an object with ->data and ->created.
      - Update forum and locale modules.
      b6b24c28
  28. Dec 07, 2002
    • Dries Buytaert's avatar
      · 286871d6
      Dries Buytaert authored
      - Some changes to the update.php script: revised the instructions a bit,
        added some logic and a link to "upgrade 4.0.x to 4.1.x", etc.
      286871d6
  29. Nov 24, 2002
    • Dries Buytaert's avatar
      · 062e7d7c
      Dries Buytaert authored
      - Added missing query to change the session field from VARCHAR(32) to TEXT.
        Reported by Bert Garcia.
      062e7d7c
  30. Nov 20, 2002
    • Dries Buytaert's avatar
      · 56d72a91
      Dries Buytaert authored
      - Added Stefan's page module improvements.
      
        [NOTE: the PostgreSQL database scheme needs updating.]
      56d72a91
  31. Nov 08, 2002
    • Dries Buytaert's avatar
      · b3abbc4b
      Dries Buytaert authored
      Patch by Natrak:
      
      - Modules and themes now use the same functions to find and administer
        files.
      - Modules can now be placed in sub-directories.
      - Theme descriptions can no longer be edited. This will be handled by
        Dries' theme_conf patch.
      - Update required to keep old modules enabled.
      b3abbc4b
  32. Oct 26, 2002
    • Kjartan Mannes's avatar
      - blocks != boxes. Sorry :) · acd0cb06
      Kjartan Mannes authored
      acd0cb06
    • Kjartan Mannes's avatar
    • Kjartan Mannes's avatar
      470d763b
    • 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
  33. Oct 17, 2002
  34. Oct 15, 2002
  35. Oct 13, 2002
    • Dries Buytaert's avatar
      · fcae7030
      Dries Buytaert authored
      - Committed Jeremy's incarnation of the statistics module.  Last minutes
        changes include:
      
          * a couple of coding style changes, renamed some "stats" into
            "statistics", etc.
      
          * removed the "Who's online" block from the user module.
      
          * added db_affected_rows() to the resp. database abstraction
            layers and made the statistics module use db_affected_rows()
            instead.
      
          * added update logic to "update.php".
      fcae7030
  36. Sep 17, 2002
    • Dries Buytaert's avatar
      · 85c6e905
      Dries Buytaert authored
      - Made sure the sequence table is properly initialized for comments.
      85c6e905
  37. Sep 15, 2002
    • Dries Buytaert's avatar
      · 92326261
      Dries Buytaert authored
      - Commited Marco's new comment module and forum module!!!
      92326261