Skip to content
  1. Aug 16, 2005
  2. Aug 07, 2005
  3. Jul 29, 2005
  4. Jul 20, 2005
  5. Jul 03, 2005
  6. Jun 29, 2005
  7. Jun 27, 2005
  8. May 22, 2005
  9. May 05, 2005
  10. May 01, 2005
  11. Apr 30, 2005
  12. Apr 24, 2005
    • Dries Buytaert's avatar
      · a76a1e1f
      Dries Buytaert authored
      - Patch 20910 by chx: centralize print theme page.
      a76a1e1f
  13. Apr 18, 2005
  14. Apr 12, 2005
    • Dries Buytaert's avatar
      · f33f9a5f
      Dries Buytaert authored
      - Patch #19965 by Robin Monks: fixed problem with duplicate block titles.
      f33f9a5f
  15. Apr 04, 2005
    • Dries Buytaert's avatar
      · c7c33cc1
      Dries Buytaert authored
      - Modified patch #19694 by chx: makes sure that block.module deals by default only with regions 0 and 1 as it does now but lets you use block_list with any region you define. This opens many possibilites. You may do a multi region module, with your admin UI using the blocks table as storage and the block_list matcher. Or you may do a sections module using the block matcher without cluttering the current blocks list.
      c7c33cc1
  16. Mar 31, 2005
  17. Mar 18, 2005
  18. Mar 06, 2005
  19. Mar 05, 2005
  20. Mar 03, 2005
  21. Feb 27, 2005
  22. Feb 22, 2005
  23. Jan 28, 2005
  24. Jan 27, 2005
  25. Jan 06, 2005
  26. Dec 18, 2004
  27. Dec 11, 2004
  28. Nov 15, 2004
    • Dries Buytaert's avatar
      · f37a65ca
      Dries Buytaert authored
      - Patch #12353 by Stefan: usability improvement: don't show 'throttle fields' unless the throttle module is enabled.
      f37a65ca
    • Dries Buytaert's avatar
      · 9979acea
      Dries Buytaert authored
      - Patch #12783 by Stefan: various small consistency/usability improvements.
      9979acea
  29. 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
  30. 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
  31. Oct 31, 2004
    • Dries Buytaert's avatar
      - Patch #11875 by Neil Drumm: block module configuration improvements. · b3adcf05
      Dries Buytaert authored
      The primary goal of this patch is to take the 'custom' and 'path' columns of the block overview page and make them into something understandable. As of Drupal 4.5 'custom' lacked an explanation which wasn't buried in help text and path required dealing with regular expressions.
      
      Every block now has a configuration page to control these options. This gives more space to make form controls which do not require a lengthy explanation. This page also gives modules a chance to put their block configuration options in a place that makes sense using new operations in the block hook.
      
      The only required changes to modules implementing hook_block() is to be careful about what is returned. Do not return anything if $op is not 'list' or 'view'. Once this change is made, modules will still be compatible with Drupal 4.5. Required changes to core modules are included in this path.
      
      An additional optional change to modules is to implement the additional $op options added. 'configure' should return a string containing the configuration form for the block with the appropriate $delta. 'configure save' will come with an additional $edit argument, which will contain the submitted form data for saving. These changes to core modules are also included in this patch.
      b3adcf05
  32. Oct 14, 2004