Skip to content
  1. Oct 27, 2003
    • Dries Buytaert's avatar
      · 43fb74b9
      Dries Buytaert authored
      - Bugfix: 'path' -> {url_alias}.  Patch by Mark Coady.
      43fb74b9
  2. 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
  3. Oct 25, 2003
    • Dries Buytaert's avatar
      · 98a17718
      Dries Buytaert authored
      - Fixed typos in the throttle module documentation.  Patch by marky.
      98a17718
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
    • 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
      · bd64bc1f
      Dries Buytaert authored
      - Improvement: reintroduced forum containers as promised.  Should work as the
        changes are taken from Drupal 4.2.0.  Patch by Jeremy.
      bd64bc1f
    • Dries Buytaert's avatar
      · ad4e4ccb
      Dries Buytaert authored
      - Bugfix: made theme UnConeD call theme_footer().  Patch by Gordon.
      ad4e4ccb
    • Dries Buytaert's avatar
      · 6958037d
      Dries Buytaert authored
      - Bugfix: made the "Default front page" setting work with URL aliases.  Patch
        by Matt.
      6958037d
    • 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
  9. Oct 19, 2003
    • Dries Buytaert's avatar
      · 17e92817
      Dries Buytaert authored
      - Bugfix: added missing . which stopped the Example theme's DOCTYPE from being
        emitted.  Reported by Robert Castelo.
      17e92817
  10. Oct 17, 2003
    • Dries Buytaert's avatar
      Patch by Moshe: · d64bc008
      Dries Buytaert authored
      - comment.module: fixed an ambigous 'timestamp' query
      
      - forum.module: prev/next links no longer excerpt from the title+body in
      their title attribute. they now excerpt from only their title. this is
      more consistent with rest of drupal, and GROUP BY on node.body which
      isn't appreciated by MSSQL. also replaced some '' with NULL which caused
      errors in MSSQL
      
      - statistics.module: replaced a USING join with a standard ON join. USING
      is not as widely supported, and functionally equivalent.
      d64bc008
    • Dries Buytaert's avatar
      · 3c3c556c
      Dries Buytaert authored
      - Bugfix: pass the node by reference in path_nodeapi so that $node->path is set
        for the node.  Fixes bug #3680.  Patch by Matt.
      
      - Bugfix: when creating a new node, don't try to insert a path if it wasn't set
        in the node form.  This destroys any paths which the user may have created
        ahead of time for that node.  Patch by Matt.
      3c3c556c
  11. Oct 16, 2003
    • Dries Buytaert's avatar
      · 88084288
      Dries Buytaert authored
      - Fixed bug #3637: made comment module settings translatable.  Patch #13 by Moshe.
      
      - Fixed bug #3642: removed duplicate settings from user page.  Patch #14 by Moshe.
      
      - Fixed bug #3503: added 'forum topic' link to the 'create content' menu.  Patch
        by Gobar.  I think this might be more intuitive and consistent code-wise; I don't
        want to introduce small hacks.
      
      - Cache improvement: small cache improvement to prevent SQL errors.  Patch by
        Jeremy.
      88084288
  12. Oct 15, 2003
    • Dries Buytaert's avatar
      · 7624580f
      Dries Buytaert authored
      - Bugfix: added a missing break statement.  Patch by Stefan.
      7624580f