Skip to content
  1. Oct 23, 2003
    • 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
    • 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
  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
      · 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
  5. 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
  6. 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
  7. 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
  8. 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
      · 53f538fe
      Dries Buytaert authored
      - Usability improvement: improved consistency and themability of the search form.
      53f538fe
    • Dries Buytaert's avatar
      · 2977a8cd
      Dries Buytaert authored
      - Some documentation fixes by Mark Coady.
      2977a8cd
  9. Oct 14, 2003
    • Dries Buytaert's avatar
      · 9fdd8941
      Dries Buytaert authored
      - Replaced some dead wood.
      9fdd8941
    • 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
  10. Oct 13, 2003
    • Dries Buytaert's avatar
      · 162ca6eb
      Dries Buytaert authored
      - Bugfix: the search result type names (node, user, comment) were not
        translatable in the search page output.  Patch by Gabor.
      162ca6eb
    • 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
  11. 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
  12. Oct 09, 2003