Skip to content
Snippets Groups Projects
  1. Nov 23, 2004
    • Dries Buytaert's avatar
      · 256a0466
      Dries Buytaert authored
      - Patch #13334 by Axel: added a simple script to prefix a database scheme.
      256a0466
  2. Nov 21, 2004
    • Dries Buytaert's avatar
      - Patch #13263 and #13265 by arnab: added word-based truncation and made the... · b442fad0
      Dries Buytaert authored
      - Patch #13263 and #13265 by arnab: added word-based truncation and made the comment module use it to extract subjects.
      b442fad0
    • Dries Buytaert's avatar
      · 5f29fc9d
      Dries Buytaert authored
      - Removed hardcode font size from drupal.css as per #13095.
      5f29fc9d
    • Dries Buytaert's avatar
      · fa978390
      Dries Buytaert authored
      - Patch 13180 by chx: renamed check_query() to db_escape_string() and implemtented it properly per database backend.
      
        Read the manual for pg_escape_string:  "Use of this function is recommended instead of addslashes()." Or read sqlite_escape_string: "addslashes() should NOT be used to quote your strings for SQLite queries; it will lead to strange results when retrieving your data."
      fa978390
  3. Nov 18, 2004
  4. Nov 17, 2004
    • Dries Buytaert's avatar
      · 38c91a8d
      Dries Buytaert authored
      - Patch #8506 by Gerhard: added basic node_load() caching.
      38c91a8d
  5. Nov 16, 2004
    • Dries Buytaert's avatar
      · 4dafd85f
      Dries Buytaert authored
      - Adding the missing flood tables.  Sorry.
      4dafd85f
  6. Nov 15, 2004
  7. Nov 14, 2004
    • Dries Buytaert's avatar
      - Modified patch by Jeremy: throttle module improvements and fixes: · ef95773b
      Dries Buytaert authored
         + throttle module: flush cache when the throttle enables/disables
         + throttle module: prevent throttle being enabled by 0 users or guests when disabled
         + system module: remove requirement for statistics.module
         + block module: update help text to reflect access log is no longer required
         + statistics module: throttle is now enabled/disabled, not using levels 0-5
      ef95773b
    • Dries Buytaert's avatar
      · 9998d2a1
      Dries Buytaert authored
      - Patch #12886 by thorne: fixed XHTML problem: the bluemarine theme used a border=0 attribute on the img tag for the site logo.
      9998d2a1
  8. Nov 08, 2004
  9. Nov 07, 2004
    • Dries Buytaert's avatar
      - Refactored the throttle module. Patch by Jeremy and me. · 3769665b
      Dries Buytaert authored
        * There are only two throttle levels instead of 5, namely 'enabled' and 'disabled'.  This makes it a _lot_ easier to predict when the throttle will kick in.  However, if you maintain a module that is throttle-aware, it needs to be updated!
      
        * The throttle mechanism now uses the current number of anonymous users or the current number of authenticated users to kick in.  This is a _lot_ more intuitive than the old throttle mechanism.
      
        * The throttle block has been removed -- you can now use the "Who's online" block to determine the good throttle settings.
      
        * Most of the documentation has been removed because it was deprecated.
      
        * It's less code!
      3769665b
    • Dries Buytaert's avatar
      · f01bd675
      Dries Buytaert authored
      - Performance improvement: made 'sid' the primary key of the sessions table.
        That should improve performance of session handling as well improve
        performance of the "Who's online"-block.  Drupal.org's sessions table
        contains appr. 40.000 sessions on a slow day and rendering the "Who's
        online"-block became a performance bottleneck.
      
        This change has yet to be tested on a busy site so things might go wrong.
      f01bd675
    • Dries Buytaert's avatar
      · 7a5884cd
      Dries Buytaert authored
      - Patch #11427: added 'edit own forum topics' permission.
      7a5884cd
    • Dries Buytaert's avatar
      - Patch #12658 by menesis: when an administrator adds a user, the... · a16be349
      Dries Buytaert authored
      - Patch #12658 by menesis: when an administrator adds a user, the 'authenticated user' role was not assigned to the new user.
      a16be349
  10. Nov 06, 2004
  11. Nov 04, 2004
    • Dries Buytaert's avatar
      - Patch #10632 by Gerhard: the book permissions in today's cvs are not... · bb3df8a1
      Dries Buytaert authored
      - Patch #10632 by Gerhard: the book permissions in today's cvs are not consistent with the rest of Drupal. We have a "maintain books" and a "edit own book pages" permission. All other modules have a "create foo" permission. Thus the existing "maintain books" permission should be renamed to "create book pages" and a new "maintain books" permission should be introduced that allows editors to update book pages they haven't created themselves even without having "administer nodes" permission.
      bb3df8a1
    • Dries Buytaert's avatar
      · b3e3f8ae
      Dries Buytaert authored
      - Updated forum_block() to pass comment_count's to node_title_list().  This eliminates up to 10 SQL queries (sometimes less) for each non-cached page view on drupal.org.  Derived from ccourtne's patch.
      b3e3f8ae
    • Dries Buytaert's avatar
      · 14353d18
      Dries Buytaert authored
      - Slightly modified the API of node_title_list(): it will no longer call comment_num_all() for each node.  Instead, it checks for the availability of the node_comment field, available through the node_comment_statistics table.  If updated the Doxygen comments accordingly.
      
        People were using node_title_list() without realizing it would do numereous database queries.  This change greatly reduces the number of database queries required to render the node statistics block as well as to render the forum block (coming up next).
      
        If your module is using node_title_list() and you want the number of comments to be shown as title attributes, chances are you have to update your SQL query to join node_comment_statistics.
      14353d18
    • Dries Buytaert's avatar
      - Modifed patch by ccourtne: made the tracker module take advantage of the... · 7ad36e3f
      Dries Buytaert authored
      - Modifed patch by ccourtne: made the tracker module take advantage of the node_comment_statistics table.  Improves performance of the tracker page by facter 10 because it eliminates up to 20 SQL queries.
      7ad36e3f
Loading