Skip to content
  1. Feb 25, 2011
  2. Sep 02, 2005
  3. Aug 20, 2004
  4. Jun 20, 2004
    • Dries Buytaert's avatar
      · b713e3d4
      Dries Buytaert authored
      - Patch #8617 by TDobes: changes all gifs to pngs for better consistency (and
        to get of proprietary formats).
      
      - Added forum-sticky.png.  Made by Steven.
      b713e3d4
  5. 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
  6. Mar 30, 2004
  7. Feb 21, 2004
    • Dries Buytaert's avatar
      · bb823358
      Dries Buytaert authored
      - Patch 5968 by Chris: the background-image line has a superfluous 'pure' in
        the pathname, causing the theme to fail to find the background image and
        issue errors to the watchdog log.
      bb823358
  8. Feb 15, 2004
    • Dries Buytaert's avatar
      · b13a4cb2
      Dries Buytaert authored
      - Changed the directory structure of theme chameleon.  Each template is now
        in a subdirectory.  This makes it easier to clone/fork an existing theme.
      b13a4cb2
  9. Jan 11, 2004
    • Dries Buytaert's avatar
      · ee305ae1
      Dries Buytaert authored
      Round 3 of aggregator improvements:
      
       - Added support for new tags:
         + Optinal feed image: <image> tag.
         + Dublin core dates: <dc:date> <dcterms:created>, <dcterms:issued>,
           <dcterms:modified>.
       - Usability improvements:
         + On the administration page, made the feed/bundle titles link
           to the feeds/bundles' pages.  On the feed/bundle's page, made
           the 'Last updated' field link to the administration page.
         + Moved the 'syndication' menu one level down.
       - Updated some content sensitive help.
       - Further improved themeability.
       - Fixed some invalid HTML.
      ee305ae1
  10. Jan 10, 2004
    • Dries Buytaert's avatar
      Aggregator module improvements: · 86f8a250
      Dries Buytaert authored
       + Added some a new theme fucntions to the aggregator to make it possible to
         theme the aggregator page.
       + Removed the <table> and much hardcoded CSS as well as theme("box")-es.
       + Added the aggregator's theme functions to Doxygen's themeable group.
       + Added breadcrumb trails to the aggregator pages.
       + Updated the core themes to take advantages of the improved themeability.
      
      Screenshot:
      
       http://buytaert.net/temporary/aggregator-makeover.jpg
      86f8a250
  11. Dec 15, 2003
    • Dries Buytaert's avatar
      · 4a526ca7
      Dries Buytaert authored
      - Added a new theme derived from Kristjan's styleswitcher theme.
      4a526ca7