Skip to content
  1. Feb 25, 2004
    • Dries Buytaert's avatar
      · a283a3b7
      Dries Buytaert authored
      - Patch by Gerhard: move the updates to database/updates.inc so packaging
        systems can by-pass update.php.
      a283a3b7
  2. Feb 23, 2004
    • Dries Buytaert's avatar
      · bb82569c
      Dries Buytaert authored
      - Patch 6012 by Adrian: syncs the PostgreSQL port with the current state of HEAD,
        and adds a user notice to add the throttle and bootstrap columns to the
        system table manually, else update.php will not run.  The message includes the
        SQL statements required for both MySQL and PostgreSQL.
      bb82569c
    • Steven Wittens's avatar
      b2c061b9
  3. Feb 21, 2004
  4. Feb 15, 2004
  5. Feb 08, 2004
  6. Feb 06, 2004
    • Dries Buytaert's avatar
      · bfba3353
      Dries Buytaert authored
      - Added the possibility to reorder filters.  Patch by UnConeD.
      bfba3353
  7. Jan 23, 2004
    • Dries Buytaert's avatar
      · ce803ace
      Dries Buytaert authored
      - Patch 5330 by Adrian: PostgreSQL updates and fixes.
      ce803ace
  8. Jan 14, 2004
    • Dries Buytaert's avatar
      Patch 5114 by Kjartan: · 6fc2070a
      Dries Buytaert authored
       - Adds drupal_set_header() and drupal_get_headers().
       - Cache now stores custom headers.
       - Replace theme_head() with drupal_get_html_head(), added drupal_set_html_head().
       - Added RSS autodiscover links to node, blog and taxonomy pages.
      6fc2070a
  9. Jan 11, 2004
    • Dries Buytaert's avatar
      · ee305ae1
      Dries Buytaert authored
      Round 3 of aggregator improvements:
      
       - Added support for new tags:
         + Optinal feed image: <image> tag.
         + Dublin core dates: <dc:date> <dcterms:created>, <dcterms:issued>,
           <dcterms:modified>.
       - Usability improvements:
         + On the administration page, made the feed/bundle titles link
           to the feeds/bundles' pages.  On the feed/bundle's page, made
           the 'Last updated' field link to the administration page.
         + Moved the 'syndication' menu one level down.
       - Updated some content sensitive help.
       - Further improved themeability.
       - Fixed some invalid HTML.
      ee305ae1
  10. Jan 07, 2004
    • Dries Buytaert's avatar
      · 94f6e94f
      Dries Buytaert authored
      - Many excellent news aggregator improvements by Kjartan:
          + Added drupal_http_request().
          + Replaced rssfeeds with OPML feed subscription list.
          + Added support for pubDate.
          + Added support for conditional gets using ETag and Last-Modified.
      94f6e94f
  11. Dec 29, 2003
  12. Dec 07, 2003
    • Dries Buytaert's avatar
      · bea3dbb7
      Dries Buytaert authored
      - Patch 0185 by Jeremy: made it possible to automatically disable modules when
        under heave load.
      bea3dbb7
  13. Dec 03, 2003
    • Dries Buytaert's avatar
      · 4fc259d7
      Dries Buytaert authored
      - Patch #177 by UnConeD: updated MySQL backend to use 'longtext' instead of
        'text'.  This should depricate 0112.HEAD.killes.fix-unserialize-revision.patch
        and 0182.HEAD.anarcat.revisions-unserialize-failure-fallback.patch.
      4fc259d7
  14. Nov 28, 2003
    • Dries Buytaert's avatar
      · 733d286b
      Dries Buytaert authored
      - Made it possible to auto-throttle blocks.  That is, blocks can be
        configured to be disabled when under excessive load.  Patch by Jeremy.
      733d286b
  15. Nov 18, 2003
    • Dries Buytaert's avatar
      · a0640e66
      Dries Buytaert authored
      - Improved module loading when serving cached pages.  Moshe's bootstrap patch.
      
      - Used legend and fieldset tags for the configuration page.
      a0640e66
  16. Oct 27, 2003
    • Dries Buytaert's avatar
      · 43ba8cf9
      Dries Buytaert authored
      - Added an update to grow the 'name' field of the variables table.  Patch
        by Gerhard.
      43ba8cf9
  17. 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
  18. 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
  19. 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
  20. 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
  21. 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
  22. 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
  23. 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
  24. 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
  25. Sep 25, 2003
    • Dries Buytaert's avatar
      · 645d026e
      Dries Buytaert authored
      - Added $Id$ tags.  Patch by Chris.
      645d026e
  26. Sep 18, 2003
    • Dries Buytaert's avatar
      · 18312ed8
      Dries Buytaert authored
      - Wrapped the table names in brackets.  Patch by Bart.
      18312ed8
  27. 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
  28. 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
  29. 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
  30. 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
  31. 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
  32. 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