Skip to content
  1. Jul 29, 2005
  2. Jul 25, 2005
  3. Jul 03, 2005
  4. Jun 22, 2005
  5. May 23, 2005
  6. May 06, 2005
  7. Apr 30, 2005
  8. Apr 24, 2005
  9. Apr 17, 2005
  10. Apr 13, 2005
  11. Apr 04, 2005
  12. Mar 31, 2005
  13. Mar 22, 2005
  14. Feb 12, 2005
    • Dries Buytaert's avatar
      - Patch #17208 by asimmonds: help text fixes: · 5b7ecb86
      Dries Buytaert authored
          - permissions menu link updates in a number of modules help
          - anchor link fix in distributed auth help
          - "my account" link fix in user help
          - spelling correction in tracker.module help
      
      - I also changed 'admin/access/perms' to 'admin/access/permissions'.
      5b7ecb86
  15. Feb 06, 2005
  16. Jan 30, 2005
  17. Jan 29, 2005
  18. Jan 23, 2005
  19. Jan 19, 2005
  20. Jan 17, 2005
  21. Jan 16, 2005
    • Dries Buytaert's avatar
      · 971a0e24
      Dries Buytaert authored
      - Patch #14731 by chx: made it possible to rewrite node queries.
      971a0e24
  22. Jan 09, 2005
    • Dries Buytaert's avatar
      - Patch #13260 by UnConeD: watchdog module improvements. · 64b100d1
      Dries Buytaert authored
        We added a 'severity' column to watchdog():
          watchdog($type, $message, $link) --> watchdog($type, $message, $severity, $link);
      
          * Specify a severity in case you are reporting a warning or error.
          * The $link-parameter is now the fourth parameter instead of the third.
      
        TODO: document this in the upgrade guide.
      64b100d1
  23. Dec 22, 2004
  24. Dec 18, 2004
  25. Dec 15, 2004
    • Dries Buytaert's avatar
      - Patch #13907 by Neil: less ways to set the page title. · 2b17b3a9
      Dries Buytaert authored
         * Less logic in theme code.
         * Encourages use of the menu system.
         * Easier to find where a title or breadcrumb comes from in other people's code because there are less places to look. Look in menu and then grep for the appropriate set function. Looking for calls to theme_page() is hard because there are too many of them.
         * Very slightly more efficient.
      2b17b3a9
  26. Dec 11, 2004
    • Dries Buytaert's avatar
      · 6e3eb60a
      Dries Buytaert authored
      - Removed some cruft: left-over xxx_help_page() functions.
      6e3eb60a
  27. Nov 24, 2004
    • Dries Buytaert's avatar
      · 4726c931
      Dries Buytaert authored
      - Patch #13443 by Moshe: got rid of the semi-implemented 'page link' feature. All themes currently support primary and secondary links so page links are now deprecated.  Check your contributed modules and update them accordingly.
      4726c931
  28. Nov 23, 2004
  29. Nov 21, 2004
    • 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
  30. Nov 15, 2004
    • Dries Buytaert's avatar
      · f67c046d
      Dries Buytaert authored
      - Modified patch #8552 by Gerhard: added 'add child page' link to book pages you can edit.
      f67c046d
    • Dries Buytaert's avatar
      · 9979acea
      Dries Buytaert authored
      - Patch #12783 by Stefan: various small consistency/usability improvements.
      9979acea
  31. 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
  32. 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
  33. Oct 23, 2004
  34. Oct 19, 2004
  35. Oct 15, 2004
    • Dries Buytaert's avatar
      · 1f1a772a
      Dries Buytaert authored
      - Mofified patch #8862 by puregin: improved book module documentation.
      1f1a772a
  36. Oct 14, 2004
    • Dries Buytaert's avatar
      · 6a8e3943
      Dries Buytaert authored
      - Fixed bug #11312: menu caching to aggresively.  I did not apply the proposed
        patch but moved the menu-logic to the $may_cache clause and added some checks
        to avoid SQL overhead.  I think this is the most performant solution.
      6a8e3943
    • Steven Wittens's avatar
      fixing typoes. · 63061bd7
      Steven Wittens authored
      63061bd7
  37. Oct 10, 2004
    • Dries Buytaert's avatar
      · e769215e
      Dries Buytaert authored
      - Code improvement: removed some redundant code from the book module.
      e769215e