Skip to content
  1. Oct 26, 2003
    • Dries Buytaert's avatar
      · c3ede753
      Dries Buytaert authored
      - Properly initialized $contents and removed dead code.  Patch/suggestion by ax.
      c3ede753
  2. Oct 25, 2003
    • Dries Buytaert's avatar
      · 98a17718
      Dries Buytaert authored
      - Fixed typos in the throttle module documentation.  Patch by marky.
      98a17718
  3. 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
  4. 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
  5. 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
  6. Oct 21, 2003
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. Oct 09, 2003