Skip to content
  1. 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
      · 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
  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
    • 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
  3. Oct 21, 2003
  4. 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
      · 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
      · 7f094195
      Dries Buytaert authored
      - Bugfix: fixed two problems with adding and deleting access rules.  Patch by
        Moshe.  Requires database upgrade.
      7f094195
  5. 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
  6. 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
  7. Oct 15, 2003
    • Dries Buytaert's avatar
      · 7624580f
      Dries Buytaert authored
      - Bugfix: added a missing break statement.  Patch by Stefan.
      7624580f
    • Dries Buytaert's avatar
      · 2977a8cd
      Dries Buytaert authored
      - Some documentation fixes by Mark Coady.
      2977a8cd
  8. Oct 14, 2003
    • Dries Buytaert's avatar
      - Bugfix: stopped the menu system from generating empty lists (<ul></ul>). Patch · 5d684e10
      Dries Buytaert authored
        by Nick (CodeMonkeyX).
      
      - Bugfix: anonymous users could not change comment settings.  Patch by Bart.
      
      - Bugfix: the comment control form always showed "order by date - newest first",
        no matter what order you selected.  Patch by Bart.
      
      - Small usability improvement: only display comment controls when there are
        comments to show.  Patch by Bart.
      5d684e10
  9. Oct 13, 2003
    • Dries Buytaert's avatar
      · b405fa22
      Dries Buytaert authored
      - Bugfix: in the access log, the "post" column shows "n/a" for every line
        regardless of whether a node is involved.  Patch by Jonathan.
      b405fa22
    • Dries Buytaert's avatar
      - Fixed prefix problem with the book module. Patch by Moshe. · e688dfe6
      Dries Buytaert authored
      - Usability improvements to the user module: removed some redundant menu
        items by taking advantage of the column sorting, added status messages
        and so on.  Patch by Moshe plus some fixes.
      
      - Made the profile module use the table() function.  Patch by Moshe.
      
      - Fixed breadcrumb spacing.  Patch by Moshe.
      
      - Fixed colspan problem with node overview table.  Patch by Stefan.
      
      - Fixed inconsistency with table sorting.  Patch 0122 by Al.
      e688dfe6
  10. 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
  11. Oct 09, 2003