Skip to content
Snippets Groups Projects
  1. Feb 15, 2006
  2. Feb 02, 2006
  3. Jan 29, 2006
  4. Jan 20, 2006
  5. Dec 31, 2005
  6. Nov 03, 2005
  7. Oct 23, 2005
  8. Oct 22, 2005
  9. Oct 20, 2005
  10. Oct 07, 2005
  11. Sep 09, 2005
  12. Sep 08, 2005
  13. Sep 04, 2005
  14. Aug 16, 2005
  15. Aug 10, 2005
  16. Aug 01, 2005
  17. Jul 30, 2005
  18. Jul 25, 2005
  19. Jul 17, 2005
  20. May 25, 2005
  21. May 23, 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. May 04, 2005
  24. Apr 30, 2005
  25. Mar 31, 2005
  26. Dec 24, 2004
  27. 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
  28. Nov 24, 2004
  29. Nov 23, 2004
  30. Oct 19, 2004
  31. Sep 09, 2004
  32. Aug 22, 2004
  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 20, 2004
Loading