Skip to content
  1. Nov 01, 2003
    • The Great Git Migration's avatar
      This commit was manufactured as part of Drupal's Great Git Migration to · 91f5bce3
      The Great Git Migration authored
      create tag 'DRUPAL-4-3-0'.
      
      Sprout from master 2003-10-30 19:16:44 UTC Dries Buytaert <dries@buytaert.net> ''
      Cherrypick from DRUPAL-4-3 2003-11-01 22:23:27 UTC Kjartan Mannes <kjartan@2.no-reply.drupal.org> '- Updating release info.':
          CHANGELOG
          database/database.mssql
          database/database.mysql
          database/database.pgsql
          modules/poll.module
          modules/user.module
      Delete:
          modules/aggregator.module
          modules/aggregator/aggregator.module
          modules/archive/archive.module
          modules/block/block.module
          modules/blog/blog.module
          modules/book/book.module
          modules/comment/comment.module
          modules/drupal/drupal.module
          modules/forum/forum.module
          modules/help/help.module
          modules/locale/locale.module
          modules/node/node.module
          modules/page/page.module
          modules/path/path.module
          modules/ping/ping.module
          modules/poll/poll.module
          modules/profile/profile.module
          modules/search/search.module
          modules/statistics/statistics.module
          modules/story/story.module
          modules/system/system.module
          modules/taxonomy/taxonomy.module
          modules/throttle/throttle.module
          modules/tracker/tracker.module
          modules/user/user.module
          modules/watchdog/watchdog.module
      4.3.0
      91f5bce3
  2. Oct 30, 2003
    • Dries Buytaert's avatar
      · 3c17d392
      Dries Buytaert authored
      - Added support for "special timezones".  Patch by Steven/UnConeD.
      3c17d392
  3. Oct 29, 2003
    • Dries Buytaert's avatar
      · 8f9a19b3
      Dries Buytaert authored
      - Bugfix: fixed problem with queue module.  Fixes bug #3839.
      8f9a19b3
  4. Oct 28, 2003
    • Dries Buytaert's avatar
      · dedb08a5
      Dries Buytaert authored
      - Small corrections to the punctuation.
      dedb08a5
    • Dries Buytaert's avatar
      · cf92958f
      Dries Buytaert authored
      - Bugfix: fixed usernames being shown in the "Who is online" block after
        you logged out.  Patch by Jeremy.
      
      - Bugfix: fixed the authmap table in the MSSQL scheme.  Patch by Moshe.
      
      - Bugfix: properly themes some error messages in the user module.  Patch
        by Moshe.
      cf92958f
  5. Oct 27, 2003
    • Kjartan Mannes's avatar
    • Dries Buytaert's avatar
      · 7b0ddafc
      Dries Buytaert authored
      - Bugfix: fixed SQL errors with tablesort when 'order' is invalid.
        Patch by Kjartan.  Fixes bug #2613.
      7b0ddafc
    • Dries Buytaert's avatar
      · 43ba8cf9
      Dries Buytaert authored
      - Added an update to grow the 'name' field of the variables table.  Patch
        by Gerhard.
      43ba8cf9
    • Dries Buytaert's avatar
      · 1621ecdb
      Dries Buytaert authored
      - Bugfix: fixed bug #3807.
      1621ecdb
    • Dries Buytaert's avatar
      · 777c2129
      Dries Buytaert authored
      - Bugfix: made the bloggerapi respect the default promote setting.  Patch by
        Remco.
      
        TODO: the same should be done for the fields "comment", "moderate" and so
        on.
      
      - Improvement: made posts/updates through the Blogger API show up on the admin
        main page.  Modified patch from Remco.
      777c2129
    • Dries Buytaert's avatar
      · 43fb74b9
      Dries Buytaert authored
      - Bugfix: 'path' -> {url_alias}.  Patch by Mark Coady.
      43fb74b9
  6. Oct 26, 2003
    • Dries Buytaert's avatar
      · c3ede753
      Dries Buytaert authored
      - Properly initialized $contents and removed dead code.  Patch/suggestion by ax.
      c3ede753
    • Dries Buytaert's avatar
      · 48fd8bfa
      Dries Buytaert authored
      - Bugfix: increased the size of variable's tables the 'name' field.  Patch
        by Gerhard.
      48fd8bfa
  7. Oct 25, 2003
    • Dries Buytaert's avatar
      · 98a17718
      Dries Buytaert authored
      - Fixed typos in the throttle module documentation.  Patch by marky.
      98a17718
  8. Oct 24, 2003
    • Dries Buytaert's avatar
      · a7e20bcd
      Dries Buytaert authored
      - Fixed typo in comment module documentation.  Patch by Mark Coady.
      a7e20bcd
    • Dries Buytaert's avatar
      · 14d3b45d
      Dries Buytaert authored
      - Usability improvement: removed the cron setting.  It was dead code.
      14d3b45d
    • Dries Buytaert's avatar
      · bfc51573
      Dries Buytaert authored
      - Small usability improvement: add title to administration pages.  Patch by Ax.
      bfc51573
    • Dries Buytaert's avatar
      · b3d192fc
      Dries Buytaert authored
      - Documentation fix: updated context-sensitive help to match menu item changes.
        Fixes critical bug #3453.
      b3d192fc
    • Dries Buytaert's avatar
      · 609ae6f5
      Dries Buytaert authored
      - Documentation fix: updated context-sensitive help to match menu item changes.
        Fixes critical bug #3453.  (In the end someone has to do it ...)
      609ae6f5
    • Dries Buytaert's avatar
      · c6b70a74
      Dries Buytaert authored
      - Documentation improvement: updated documentation to match menu item changes.
        Fixes critical bug #3453.  (In the end, someone has to do it ...)
      c6b70a74
    • Dries Buytaert's avatar
      · 42e6309f
      Dries Buytaert authored
      - Small documentation improvements.
      42e6309f
  9. Oct 23, 2003
    • Dries Buytaert's avatar
      · 5463e162
      Dries Buytaert authored
      - Bugfix: user->id --> user->uid.  Patch by Gabor.
      5463e162
    • Steven Wittens's avatar
      Typoes. · e739f3a6
      Steven Wittens authored
      e739f3a6
    • 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
    • Dries Buytaert's avatar
      · c54b68c8
      Dries Buytaert authored
      - Bugfix: removed depricated documentation.
      c54b68c8
    • Dries Buytaert's avatar
      · 0a59c41f
      Dries Buytaert authored
      - Bugfix: corrected broken HTML in the documentation.
      0a59c41f
    • Dries Buytaert's avatar
      · 4a381ea6
      Dries Buytaert authored
      - Small documentation improvements.
      4a381ea6
    • Dries Buytaert's avatar
      · 6ec17189
      Dries Buytaert authored
      - Bugfix: corrected the context sensitive help of the main admin page.  Fixes bug
        #3756.
      6ec17189
    • Dries Buytaert's avatar
      · 8806f4c5
      Dries Buytaert authored
      - Bugfix: fixed problem with book outlines.  Reported by Mark Cheverton.
      8806f4c5
    • Dries Buytaert's avatar
      · 162432a7
      Dries Buytaert authored
      - Bugfix: set the timestamp of the node counters.  Patch by Moshe.
      162432a7
  10. 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
    • Dries Buytaert's avatar
      · 742410aa
      Dries Buytaert authored
      - Bugfix: prefix not prepended to sequences.  Fixes bug #3639.
      
        Make sure to write:
      
          db_next_id({table}_field);
      
        instead of:
      
          db_next_id(table_field);
      742410aa
  11. Oct 21, 2003
    • Dries Buytaert's avatar
      · 90e5e355
      Dries Buytaert authored
      - Bugfix: fixed problem with search key replacement.  Patch by Kjartan.
      90e5e355
    • Dries Buytaert's avatar
      · 752c0eb7
      Dries Buytaert authored
      - Bugfix: changed id="menu" to class="menu" to avoid id="menu" being emitted
        twice.  Patch by Jim Riggs.
      752c0eb7
    • Dries Buytaert's avatar
      · 1fb82a6e
      Dries Buytaert authored
      - Bugfix/improvement: the revision table was not using table().  Fixes bug
        #3635.
      1fb82a6e
    • Dries Buytaert's avatar
      · 71db4f26
      Dries Buytaert authored
      - Bugfix: don't list the anonymous user on the account overview pages.  Fixes
        bug #3688.
      71db4f26
    • Dries Buytaert's avatar
    • Dries Buytaert's avatar
      · 6e851716
      Dries Buytaert authored
      - Some clarifications to the upgrade script's guidelines/documentation based
        on observing upgrade questions.
      6e851716
  12. Oct 20, 2003
    • Dries Buytaert's avatar
      · 93add5ad
      Dries Buytaert authored
      - Simplified comment counter caches a bit: removed some redundant SQL code.
        Maybe this will fix Jeremy's "phantom comments".
      93add5ad
    • Dries Buytaert's avatar
      · f54c3843
      Dries Buytaert authored
      - Bugfix: fixed form() being called incorrectly.  Fixed bug #3699 reported
        by Julian.
      f54c3843