Skip to content
  1. Feb 25, 2011
  2. Sep 13, 2007
  3. Oct 23, 2006
  4. Apr 15, 2006
  5. Apr 04, 2006
  6. Mar 07, 2006
  7. Feb 02, 2006
  8. Feb 01, 2006
  9. Jan 30, 2006
  10. Jan 20, 2006
  11. Dec 27, 2005
  12. Dec 14, 2005
  13. Nov 03, 2005
  14. Nov 01, 2005
  15. Sep 02, 2005
  16. Aug 16, 2005
  17. Aug 07, 2005
  18. Aug 01, 2005
  19. Jun 06, 2005
  20. May 27, 2005
  21. May 25, 2005
  22. May 05, 2005
    • Dries Buytaert's avatar
      - Patch #21855 by TDobes: the recent commit of phptemplate caused a number of... · 6658273b
      Dries Buytaert authored
      - Patch #21855 by TDobes: the recent commit of phptemplate caused a number of problems for non-phptemplate themes. A patch is attached to address these issues.
      
        Changes include:
          * parsing of the primary/secondary links has been moved out of phptemplate and into theme_get_setting.
          * unnecessary and XHTML-invalidating duplicate div#help removed from themes/bluemarine/page.tpl.php (this is already generated by theme_help)
          * weird generation of the "edit primary/secondary links" messages removed from bluemarine and placed in theme.inc
          * unnecessary changes to themes/bluemarine/style.css rolled back (the phptemplate bluemarine had an older version of style.css than the one in core)
          * chameleon updated to work with new link scheme (passes links through theme_links)
      6658273b
  23. Apr 30, 2005
  24. Mar 31, 2005
  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. Nov 23, 2004
  27. Sep 20, 2004
  28. Sep 09, 2004
  29. Aug 22, 2004
  30. 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
  31. Aug 20, 2004
  32. Jul 08, 2004
    • Dries Buytaert's avatar
      · 5b73def3
      Dries Buytaert authored
      - Changed the way status messages are printed as per Kristjan's suggestion:
        http://drupal.org/files/issues/error_messages_list.png (issue #9138).
      
        drupal_set_message() has been changed to group message by type and a
        helper function, theme_status_message(), is added to display the messages.
        Chameleon and Xtemplate have been updated to use this new function.
      
      - Updated CHANGELOG.txt.
      5b73def3
  33. Jul 07, 2004
    • Dries Buytaert's avatar
      · c494d663
      Dries Buytaert authored
      - Improved the error/status reporting in Chameleon: made the messages
        stand out a bit better by using green-ish and red-ish colors, resp.
        for 'success' and 'failure'.
      
      - Small change to the way context-sensitive help texts are emitted -
        the pages wouldn't validate in the presence of help texts with
        block-level elements.
      c494d663
  34. Jun 20, 2004
  35. 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