Skip to content
  1. Feb 25, 2011
  2. Nov 06, 2009
  3. Dec 19, 2007
  4. Dec 14, 2007
  5. Dec 13, 2007
  6. Aug 12, 2007
  7. Jun 30, 2007
  8. Jun 08, 2007
  9. Apr 24, 2007
  10. Nov 21, 2006
  11. Oct 05, 2006
  12. Sep 07, 2006
  13. Aug 31, 2006
  14. Aug 18, 2006
  15. Aug 07, 2006
  16. Aug 03, 2006
  17. Jul 31, 2006
  18. Jul 10, 2006
  19. Jul 02, 2006
  20. May 07, 2006
  21. Apr 11, 2006
  22. Feb 21, 2006
  23. Dec 31, 2005
  24. Nov 01, 2005
  25. Aug 25, 2005
  26. Jul 13, 2005
  27. Apr 01, 2005
  28. 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
  29. Dec 27, 2004
  30. Dec 07, 2004
    • Dries Buytaert's avatar
      · 3cf4f14a
      Dries Buytaert authored
      - Patch #14005 by Richard: rewrote the ping module's built-in documentation.
      3cf4f14a
  31. Nov 06, 2004
  32. Oct 10, 2004
    • Dries Buytaert's avatar
      · 63e9b06e
      Dries Buytaert authored
      - Bugfix: provide an absolute URL to the 'ping servers'.
      63e9b06e
  33. 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
  34. 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
  35. Aug 16, 2004
    • Dries Buytaert's avatar
      · 50cd3048
      Dries Buytaert authored
      - Patch #7458: bugfix: reverted the conditional inclusion of xmlrpc.inc.
      50cd3048
  36. Aug 04, 2004
    • Dries Buytaert's avatar
      · a52cf829
      Dries Buytaert authored
      - Patch #7458 by killes: conditionally include xmlrpc.inc.
      a52cf829
  37. 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