Skip to content
  1. Jun 01, 2005
  2. May 31, 2005
  3. Apr 03, 2005
  4. Apr 01, 2005
  5. Mar 07, 2005
  6. Dec 04, 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
  8. 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
  9. 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
  10. Oct 12, 2004
  11. Aug 21, 2004
    • Dries Buytaert's avatar
      · 94e30bf7
      Dries Buytaert authored
      - Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
      94e30bf7
  12. Aug 18, 2004
    • Dries Buytaert's avatar
      · 83a739bd
      Dries Buytaert authored
      - Code improvements by Stefan: made all status messages consistent (and easier to translate).
      83a739bd
  13. Jun 20, 2004
  14. Jun 18, 2004
    • Dries Buytaert's avatar
      · 54b77d64
      Dries Buytaert authored
      Tabs patch!
      
      CHANGES
      -------
      
       + Introduced tabs. First, we extended the menu system to support tabs. Next, a tab was added for every link that was (1) an administrative action other than the implicit 'view' (2) relevant to that particular page only. This is illustrated by the fact that all tabs are verbs and that clicking a page's tab leads you to a subpage of that page.
      
       + Flattened the administration menu. The tabs helped simplify the navigation menu as I could separate 'actions' from 'navigation'. In addition, I removed the 'administer > configuration'-menu, renamed 'blocks' to 'sidebars' which I hope is a bit more descriptive, and made a couple more changes. Earlier, we already renamed 'taxonomy' to 'categorization' and we move 'statistics' under 'logs'.
      
       + Grouped settings. All settings have been grouped under 'administer > settings'.
      
      TODO
      ----
      
       + Update core themes: only Xtemplate default supports tabs and even those look ugly.  Need help.
      
       + Update contributed modules.  The menu() hook changed drastically.  Updating your code adhere the new menu() function should be 90% of the work.  Moreover, ensure that your modue's admin links are still valid and that URLs to node get updated to the new scheme ('node/view/x' -> 'node/x').
      54b77d64
  15. Jun 02, 2004
  16. May 24, 2004
  17. Mar 20, 2004
  18. Feb 23, 2004
    • Dries Buytaert's avatar
      · 65b124bd
      Dries Buytaert authored
      - Usability improvement: made the throttle message fit in the watchdog message.
      65b124bd
  19. Feb 22, 2004
  20. Feb 15, 2004
    • Dries Buytaert's avatar
      · bd784227
      Dries Buytaert authored
      - Patch 5592 by Goba: let drupal_map_assoc() rule.  :-)
      
      - Renamed CHANGELOG to CHANGELOG.txt for Windows uses.
      bd784227
  21. Feb 05, 2004
  22. Jan 23, 2004
    • Dries Buytaert's avatar
      · b85eb11e
      Dries Buytaert authored
      Patch 5287 by Stefan: multiline help texts should become inside a single $output.
      b85eb11e
  23. Jan 17, 2004
    • Dries Buytaert's avatar
      · 02090ae2
      Dries Buytaert authored
      - Removed the 'enable/disable' setting from the throttle module.  To disable
        a module, disable it from the modules configuration page.
      02090ae2
  24. Jan 15, 2004
  25. Jan 11, 2004
  26. Jan 05, 2004
    • Dries Buytaert's avatar
      · 7cf84827
      Dries Buytaert authored
      - Implemented feature request/bug #4973: removed the throttle module's dependence
        on cron to make adjusting the throttle level more responsive (when configured
        to).
      7cf84827
    • Dries Buytaert's avatar
      · 82d45931
      Dries Buytaert authored
      - Fixed bug 4972: an incorrect permission name prevented the throttle block
        from being shown to users.
      82d45931
  27. Jan 02, 2004
    • Dries Buytaert's avatar
      · b63747fd
      Dries Buytaert authored
      - Removed the hard-coded list of watchdog types.  The list is compiled
        dynamically and can be extended through the watchdog() call.  (Chris
        could use it to move the cron message to their own category.)
      b63747fd
  28. Dec 29, 2003
  29. Dec 04, 2003
    • Dries Buytaert's avatar
      · 451a9064
      Dries Buytaert authored
      - Fixed throttle block problem.  Patch by Jeremy.
      451a9064
  30. Nov 30, 2003
    • Dries Buytaert's avatar
      · f10cf475
      Dries Buytaert authored
      - Better separation between throttle and statistics module code.  Patch by Jeremy.
      f10cf475
  31. Nov 29, 2003
  32. Nov 27, 2003
    • Dries Buytaert's avatar
      · ff137e35
      Dries Buytaert authored
      - Throttle module improvements by Jeremy:
         + Fix modules help to read better and be accurate
         + Add groups to throttle_settings()
         + Provide much more detailed information in all _settings options
         + Fix links in module's "Throttle status" block
      ff137e35
  33. Nov 07, 2003
    • Dries Buytaert's avatar
      · ef0fa006
      Dries Buytaert authored
      - Usability improvement: replaced many selection boxes by radio buttons.
        Patch by Stefan.
      ef0fa006
  34. Oct 25, 2003
    • Dries Buytaert's avatar
      · 98a17718
      Dries Buytaert authored
      - Fixed typos in the throttle module documentation.  Patch by marky.
      98a17718
  35. Oct 09, 2003
  36. Oct 07, 2003
    • Dries Buytaert's avatar
      · 22c889e7
      Dries Buytaert authored
      - Help system improvements: eliminated the _system hook.  Patch by Michael.
      
      - Bloggerapi module fixes.  Patch by Kjartan.
      
      - Coding style fixes.  Patch by Michael.
      22c889e7