Skip to content
  1. Nov 21, 2006
  2. Oct 05, 2006
  3. Sep 07, 2006
  4. Aug 31, 2006
  5. Aug 18, 2006
  6. Aug 07, 2006
  7. Aug 03, 2006
  8. Jul 31, 2006
  9. Jul 10, 2006
  10. Jul 02, 2006
  11. May 07, 2006
  12. Apr 11, 2006
  13. Feb 21, 2006
  14. Dec 31, 2005
  15. Nov 01, 2005
  16. Aug 25, 2005
  17. Jul 13, 2005
  18. Apr 01, 2005
  19. 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
  20. Dec 27, 2004
  21. Dec 07, 2004
    • Dries Buytaert's avatar
      · 3cf4f14a
      Dries Buytaert authored
      - Patch #14005 by Richard: rewrote the ping module's built-in documentation.
      3cf4f14a
  22. Nov 06, 2004
  23. Oct 10, 2004
    • Dries Buytaert's avatar
      · 63e9b06e
      Dries Buytaert authored
      - Bugfix: provide an absolute URL to the 'ping servers'.
      63e9b06e
  24. 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
  25. 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
  26. Aug 16, 2004
    • Dries Buytaert's avatar
      · 50cd3048
      Dries Buytaert authored
      - Patch #7458: bugfix: reverted the conditional inclusion of xmlrpc.inc.
      50cd3048
  27. Aug 04, 2004
    • Dries Buytaert's avatar
      · a52cf829
      Dries Buytaert authored
      - Patch #7458 by killes: conditionally include xmlrpc.inc.
      a52cf829
  28. 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
  29. Jun 02, 2004
  30. May 18, 2004
  31. Apr 23, 2004
  32. 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
  33. Dec 28, 2003
  34. Nov 09, 2003
  35. Oct 09, 2003
    • Dries Buytaert's avatar
      · 1a5fcacd
      Dries Buytaert authored
      - Committed part 3 of Michael's help system improvements: removed the $help
        parameter from the menu() function.
      1a5fcacd
  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
  37. Oct 03, 2003
    • Dries Buytaert's avatar
      · 058971c3
      Dries Buytaert authored
      - Help improvements and translation improvements from Michael.  Thanks!
      058971c3
  38. Aug 21, 2003
    • Dries Buytaert's avatar
      · 694a38c1
      Dries Buytaert authored
      - Updated modules to new help system.  Patch by Michael.
      694a38c1