Skip to content
  1. Apr 23, 2004
  2. Apr 13, 2004
  3. Mar 31, 2004
  4. Mar 30, 2004
  5. Mar 29, 2004
  6. Mar 06, 2004
    • Dries Buytaert's avatar
      · 8ebedbaa
      Dries Buytaert authored
      - Patch #6260 by TDobes: fixed incorrect alt-attribute for avatar images in
        the Xtemplate theme.
      8ebedbaa
  7. Mar 01, 2004
  8. Feb 25, 2004
    • Dries Buytaert's avatar
      · f54aab6a
      Dries Buytaert authored
      - Fixed bug #6048: display footer in theme chameleon.
      f54aab6a
    • Dries Buytaert's avatar
      · a283a3b7
      Dries Buytaert authored
      - Patch by Gerhard: move the updates to database/updates.inc so packaging
        systems can by-pass update.php.
      a283a3b7
  9. Feb 23, 2004
    • Dries Buytaert's avatar
      · d03a8acf
      Dries Buytaert authored
      - Patch 6011 by MegaGrunt: the transparent GIF used for the rollover effect
        in the header icon is missing. The path for this image is in the XHTML
        file, when the images were moved out of the "image" directory, the XHTML
        file was not updated.
      d03a8acf
    • Dries Buytaert's avatar
      · c91d0360
      Dries Buytaert authored
      - Intitial version of the Pushbutton theme: contributed by MegaGrunt!
      c91d0360
  10. Feb 21, 2004
    • Dries Buytaert's avatar
      · 750d7c17
      Dries Buytaert authored
      - Fixed the bullet icon.
      750d7c17
    • 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
  11. Feb 19, 2004
  12. Feb 16, 2004
  13. Feb 15, 2004
    • Dries Buytaert's avatar
      · bf459265
      Dries Buytaert authored
      - Patch #5789 by TDobes: made the avatars link to the user profile.
      bf459265
    • Dries Buytaert's avatar
      · bd784227
      Dries Buytaert authored
      - Patch 5592 by Goba: let drupal_map_assoc() rule.  :-)
      
      - Renamed CHANGELOG to CHANGELOG.txt for Windows uses.
      bd784227
    • Dries Buytaert's avatar
      · 4f07deab
      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.
        Modified patch by MegaGrunt.
      
      - Added some help text, reorganized the Xtemplate configuration page, added
        <legend>/<fieldset> tags, fixed a logo bug.
      4f07deab
    • 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
  14. Feb 13, 2004
    • Dries Buytaert's avatar
      · d2834d59
      Dries Buytaert authored
      - Made the logo sink to the baseline.
      d2834d59
  15. Feb 11, 2004
    • Dries Buytaert's avatar
      · d795565c
      Dries Buytaert authored
      - Patch 5789 by TDobes: added avatar support to the Xtemplate theme.
      d795565c
  16. Feb 09, 2004
    • Dries Buytaert's avatar
      · fb94e1d7
      Dries Buytaert authored
      - Small CSS change to make paragraphs more natural.
      fb94e1d7
  17. Feb 01, 2004
    • Dries Buytaert's avatar
      · 3b30ca4f
      Dries Buytaert authored
      - Patch #5418 by hba: made the Xtemplate theme fully translatable.
      3b30ca4f
    • Dries Buytaert's avatar
      · dc938c53
      Dries Buytaert authored
      - Patch #5567 by Goba: fixed t() functions, cleanup of locale module's help,
        fixed translation issues in taxonomy module, etc.
      dc938c53
  18. Jan 29, 2004
    • Dries Buytaert's avatar
      · 786a0cef
      Dries Buytaert authored
      - Fixed bug #5500 by pz: missing alt="" tag in Xtemplate theme.
      786a0cef
  19. Jan 26, 2004
    • Dries Buytaert's avatar
      · 66702283
      Dries Buytaert authored
      - Patch 5140 by Moshe: removed the theme("header") and theme("footer") functions.
      66702283
  20. Jan 24, 2004
  21. Jan 21, 2004
    • Dries Buytaert's avatar
      · 95de30c7
      Dries Buytaert authored
      - Some small forum changes.
      95de30c7
    • Dries Buytaert's avatar
      · a5b0525a
      Dries Buytaert authored
      - Forum module improvements.
      a5b0525a
  22. Jan 14, 2004
    • Dries Buytaert's avatar
      Patch 5114 by Kjartan: · 6fc2070a
      Dries Buytaert authored
       - Adds drupal_set_header() and drupal_get_headers().
       - Cache now stores custom headers.
       - Replace theme_head() with drupal_get_html_head(), added drupal_set_html_head().
       - Added RSS autodiscover links to node, blog and taxonomy pages.
      6fc2070a
  23. Jan 11, 2004
    • Dries Buytaert's avatar
      · 5ac59aac
      Dries Buytaert authored
      - Applied patch #4949: node_prepare() wastes resources.  Patch by Goba.
      5ac59aac
    • 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
  24. Jan 10, 2004
    • Dries Buytaert's avatar
      · 93dd6445
      Dries Buytaert authored
      - Fixed typo in CSS.
      93dd6445
    • 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
  25. Jan 07, 2004
    • Dries Buytaert's avatar
      · 9352d6ab
      Dries Buytaert authored
      - Fixed default chameleon CSS.
      9352d6ab
  26. Dec 30, 2003
    • Dries Buytaert's avatar
      · e8c7d2e0
      Dries Buytaert authored
      - Made it possible to set and display multiple status messages.  Modified patch by
        Kjartan.
      e8c7d2e0