Skip to content
  1. Oct 23, 2003
    • Dries Buytaert's avatar
      · f2fe2f02
      Dries Buytaert authored
      - Bugfix: don't set a name and e-mail address for the anonymous user.  Fixes
        bug #3740.
      f2fe2f02
  2. Oct 22, 2003
    • Dries Buytaert's avatar
      · 72ae2d39
      Dries Buytaert authored
      - Bugfix: renamed the 'statistics' table to 'node_counter' as 'statistics' is
        a reserved SQL keyword.  Required for both PostgreSQL and MSSQL.  Patch by
        Adrian.
      
      - Bugfix: renamed the 'path' table to 'url_alias' as 'path' is a reserved SQL
        keyword.  Required for both PostgreSQL and MSSQL.  Patch by Adrian.
      72ae2d39
  3. Oct 21, 2003
    • Dries Buytaert's avatar
      · 6e851716
      Dries Buytaert authored
      - Some clarifications to the upgrade script's guidelines/documentation based
        on observing upgrade questions.
      6e851716
  4. Oct 20, 2003
    • Dries Buytaert's avatar
      · 4fdad7aa
      Dries Buytaert authored
      - Bugfix: fixed a duplicate and broken link to drupal.org.  Patch by Matt.
      4fdad7aa
    • Dries Buytaert's avatar
      · 7f094195
      Dries Buytaert authored
      - Bugfix: fixed two problems with adding and deleting access rules.  Patch by
        Moshe.  Requires database upgrade.
      7f094195
  5. Oct 12, 2003
    • Dries Buytaert's avatar
      · 2ff32224
      Dries Buytaert authored
      - Fixed translation bugs with statistics module.  Patch by Gabor.
      
      - Removed 'homepage' field from user table.  Patch by Gabor.
      
      - Added 'real name' field to the profile module.  Patch by Gabor.
      2ff32224
  6. Oct 03, 2003
    • Dries Buytaert's avatar
      · d646fb07
      Dries Buytaert authored
      - Made it easier to by-pass the access check.  Modified patch from Steven.
      d646fb07
  7. Oct 01, 2003
    • Dries Buytaert's avatar
      · 7d9a74d4
      Dries Buytaert authored
      - Added a note about having to create the session table manually when
        upgrading from Drupal 4.2.0.
      7d9a74d4
    • Dries Buytaert's avatar
      · fa2581ed
      Dries Buytaert authored
      - Modifies path.module to get rid of pgsql reserved word.  Patch by Adrian.
      
      - Updates database.pgsql and database.mysql to work with current cvs. Patch
        by Adrian.
      
      - Updates update.php to be able to update postgres from 4.2 to current.
        Patch by Adrian.
      
      - Small fixes by me.
      fa2581ed
  8. Sep 30, 2003
    • Dries Buytaert's avatar
      · 6baa7d7c
      Dries Buytaert authored
      - Some URL alias fixes by Matt.
      6baa7d7c
    • Dries Buytaert's avatar
      · 52c42406
      Dries Buytaert authored
      - Added PostgreSQL support to the update script.  Patch by Adrian.
      
      - Making Adrian the new PostgreSQL maintainer.
      52c42406
  9. Sep 25, 2003
    • Dries Buytaert's avatar
      · 645d026e
      Dries Buytaert authored
      - Added $Id$ tags.  Patch by Chris.
      645d026e
  10. Sep 18, 2003
    • Dries Buytaert's avatar
      · 18312ed8
      Dries Buytaert authored
      - Wrapped the table names in brackets.  Patch by Bart.
      18312ed8
  11. Sep 10, 2003
    • Dries Buytaert's avatar
      · b9633dcd
      Dries Buytaert authored
      - Patch by Bart Jansen:
      
        <quote>
      
        This adds session support for anonymous users and fixes a bug/typo.
      
          1. changed rid for user #0 from 0 to 1 (rid 1 == anonymous user) to make
             inner join work.
      
          2. replaced "if ($user .." by "if ($user->uid .." because now $user is
             always set (my previous change probably caused this).
      
          3. db_next_id("user_uid") -> db_next_id("users_uid");
        </quote>
      
        I repeat:
      
        "This adds session support for anonymous users and fixes a bug/typo."
      b9633dcd
  12. Sep 09, 2003
    • Dries Buytaert's avatar
      · 8e657f64
      Dries Buytaert authored
      - Gerhard's uid 0 patches.  These patches bring various performance
        improvements.  Requires a database update.
      8e657f64
  13. Aug 27, 2003
    • Dries Buytaert's avatar
      · 89005902
      Dries Buytaert authored
      - Tested and committed Kjartan's performance patches.  (Fixed the access check
        in update.php though.)
      89005902
  14. Aug 22, 2003
    • Dries Buytaert's avatar
      - Removed left-overs from the rating module. Patch by Gerhard. Updated the · 4e2ee96d
      Dries Buytaert authored
        PostgreSQL and MSSQL database scheme as well.
      
      - Made sure the update script updates the correct tables when database
        prefixing is enabled.  Patch by Bart Jansens.
      
      - Improved the breadcrumb navigation of the book and the forum module as per
        Keith Instone's suggestions.
      
      - Updated page titles (or block titles) and links to match.  Suggested by
        Keith Instone.
      
      - Added missing 'thread' field to the comment table of the MySQL database scheme.
        Fixes bug #2590.
      4e2ee96d
  15. Aug 20, 2003
    • Dries Buytaert's avatar
      · 0431f070
      Dries Buytaert authored
      - Committed Jeremy's session patch: this brings us one step closer to having
        session for anonymous users.
      0431f070
  16. Aug 16, 2003
    • Dries Buytaert's avatar
      · 8a2d5bed
      Dries Buytaert authored
      - Rewrote handling of forum icons and added default icons made by Steven
        Wittens.
      
      - Renamed some column titles in the forum module as per Moshe's suggestion.
      
      - Introduced a 'more-link' class to position the 'more' links.  Removed
        hard-coded markup from the modules.
      
      - Fixed bug in import module: the theme functions called a non-existing
        function.
      8a2d5bed
  17. Aug 13, 2003
    • Dries Buytaert's avatar
      · 626eeb40
      Dries Buytaert authored
      - Bugfix: use table prefix in comment module updates.  Patch by Bart.
      626eeb40
  18. Aug 12, 2003
    • Dries Buytaert's avatar
      · 7af49ab2
      Dries Buytaert authored
      - Committed Marco's comment module patch:
      
          + Dramatically improves performance of large discussions/threads: only
            very few SQL queries are required.
          + Replaces custom pager with standard pager.
      
        Modifications by me:
      
          + Reworded some code comments.
          + Removed dependencies on pager internals.
      7af49ab2
  19. Jul 16, 2003
    • Dries Buytaert's avatar
      · 8759ca73
      Dries Buytaert authored
      - Commited the URL aliasing patch.  Thanks Matt.
      
        This update requires you to run update.php!
      8759ca73
  20. Jul 09, 2003
    • Dries Buytaert's avatar
      · 1c9a5e9f
      Dries Buytaert authored
      - First step towards the simplification of the upgrade script.
      1c9a5e9f
  21. Jun 16, 2003
    • Dries Buytaert's avatar
      · ef873561
      Dries Buytaert authored
      - Improvements: XHTML-ifications.  Patch by GmbH.  See feature #1813.
      ef873561
  22. Jun 15, 2003
    • Dries Buytaert's avatar
      · eb030cb9
      Dries Buytaert authored
      - Improvements: XHTML-ifications.  Patch by GmbH.
      eb030cb9
  23. Jun 08, 2003
    • Dries Buytaert's avatar
      · a448f5a9
      Dries Buytaert authored
      - Charset simpliciations.  Patch #46 by Al.
      a448f5a9
  24. 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
  25. 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
  26. 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
  27. May 20, 2003
    • Dries Buytaert's avatar
      · 9e82c055
      Dries Buytaert authored
      - update.php improvements and a grammatical fix from Al.  Thanks.
      9e82c055
  28. May 19, 2003
  29. 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
  30. 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
  31. May 10, 2003
    • Dries Buytaert's avatar
      · c886dfd0
      Dries Buytaert authored
      - Fixed "undefined variable" warning.  Patch by Ax.
      c886dfd0
  32. 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
  33. 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
  34. 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
  35. 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
  36. Feb 23, 2003
    • Dries Buytaert's avatar
      · bccc250d
      Dries Buytaert authored
      - Some fixes and improvements as suggested by Gary.
      bccc250d
  37. Jan 16, 2003
    • Dries Buytaert's avatar
      · 8fa32017
      Dries Buytaert authored
      - Fixed type: "form" -> "forum".  Patch by Ulf Rompe.
      8fa32017