Skip to content
  1. Oct 26, 2003
    • Dries Buytaert's avatar
      · 48fd8bfa
      Dries Buytaert authored
      - Bugfix: increased the size of variable's tables the 'name' field.  Patch
        by Gerhard.
      48fd8bfa
  2. 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
  3. 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
  4. 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
  5. Oct 01, 2003
    • 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
  6. Sep 30, 2003
    • Dries Buytaert's avatar
      · 6baa7d7c
      Dries Buytaert authored
      - Some URL alias fixes by Matt.
      6baa7d7c
    • Dries Buytaert's avatar
      · 5a667eb5
      Dries Buytaert authored
      - Url aliasing improvements.  Patch by Matt.  See mailing list for more
        information.
      5a667eb5
    • 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
  7. 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
  8. 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
  9. Aug 28, 2003
    • Dries Buytaert's avatar
      · 99400fa3
      Dries Buytaert authored
      - Small bugfix for the database.mysql sql structure with the new indexes
        introduced in yesterday's forum query patch.  Patch by Matt.
      99400fa3
  10. 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
  11. 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
  12. Aug 21, 2003
    • Dries Buytaert's avatar
      · 881956ca
      Dries Buytaert authored
      - Fixed braino in MySQL database scheme.  Patch by Gerhard.
      881956ca
  13. 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
  14. Jul 26, 2003
    • Dries Buytaert's avatar
      · 24de26c1
      Dries Buytaert authored
      - Changing the node body to type 'mediumtext'.  Addresses bug #2155.
      24de26c1
  15. 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
  16. 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
  17. 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
  18. 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
  19. 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
  20. 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
  21. Apr 18, 2003
    • Dries Buytaert's avatar
      · 9d5fb102
      Dries Buytaert authored
      - Made sure the admin menu is enabled after a fresh install.  This is
        required to make the menu show up.
      
        This partly fixes bug #1508.
      9d5fb102
  22. Apr 13, 2003
    • Dries Buytaert's avatar
      · 164003ed
      Dries Buytaert authored
      - Added missing tid-column to the forum table.  Patch by Anarcat.
      164003ed
  23. Mar 19, 2003
    • Dries Buytaert's avatar
      · 2e2e2479
      Dries Buytaert authored
      - Added missing 'created' field to 'cache' table.
      2e2e2479
  24. Mar 18, 2003
  25. 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
  26. Feb 24, 2003
    • Dries Buytaert's avatar
      · a8edbf63
      Dries Buytaert authored
      - Removing the menu table: it is no longer used.
        [TODO: update 'update.php'.]
      a8edbf63
    • Dries Buytaert's avatar
      · d5bb7bce
      Dries Buytaert authored
      - database.mysql cannot be run from within phpMyAdmin because of line
        consisting of hyphens only.  Patch by Zbynek.
      d5bb7bce
  27. Feb 07, 2003
    • Dries Buytaert's avatar
      · 73f476a6
      Dries Buytaert authored
      - Fixed typo: forum2 -> forum.
      73f476a6
  28. Feb 06, 2003
    • Dries Buytaert's avatar
      · 4ea6d504
      Dries Buytaert authored
      - Updated the database scheme.
      4ea6d504
  29. Jan 14, 2003
    • Dries Buytaert's avatar
      · d2687836
      Dries Buytaert authored
      - Small improvement to the admin menu based on feedback from Michael.
      d2687836
  30. 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
  31. Dec 24, 2002
    • Dries Buytaert's avatar
      · 22fa9ed7
      Dries Buytaert authored
      - Refactored the administration pages.
      22fa9ed7
  32. 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
  33. Dec 08, 2002
    • Dries Buytaert's avatar
      · d2d381d7
      Dries Buytaert authored
      - Removed rating module; it is not being used much and it has a known bug.
        Will add it to the contributions repository.
      d2d381d7
  34. Dec 07, 2002
    • Dries Buytaert's avatar
      · b62025c2
      Dries Buytaert authored
      - Removed two a dead table from both the MySQL and the PostgreSQL database
        scheme.
      
      - Fixed the default settings for both the MySQL and the PostgreSQL database
        scheme.
      b62025c2
  35. Nov 30, 2002
    • Dries Buytaert's avatar
      · f42bfcac
      Dries Buytaert authored
      - Fixed small glitch in the database schemes; the block table has changed but
        the queries that insert some default block values were not updated.
      f42bfcac
  36. 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
  37. Nov 09, 2002
    • Dries Buytaert's avatar
      · 96a45ecb
      Dries Buytaert authored
      - Updated the PostgreSQL database scheme (thanks James) and the MySQL
        database scheme.
      96a45ecb