Skip to content
  1. Feb 25, 2011
  2. Sep 16, 2004
  3. Jul 26, 2004
  4. Jul 23, 2004
  5. Feb 24, 2004
  6. Feb 20, 2004
  7. Dec 09, 2003
  8. Nov 13, 2003
    • Dries Buytaert's avatar
      · f1ad7cfc
      Dries Buytaert authored
      - Theme system updates: theme() function return their data now.
      f1ad7cfc
  9. Aug 28, 2003
  10. Jul 13, 2003
  11. Jun 16, 2003
  12. Jun 06, 2003
  13. Feb 15, 2003
    • Dries Buytaert's avatar
      - Updated the modules in the contributions repository to use · 69ba2eb2
      Dries Buytaert authored
        'theme("function")' instead of '$theme->function()'.  Hopefully I didn't
        break anything.  If I did, let me know.
      
        The following modules need special attention (but should still work as is):
      
        1. The ldap_integration directory has its own user.module; I haven't updated
           the documentation bit that talks about themes.
      
        2. The hotlist module uses '$theme->hotlist_del_icon'.  Should be avoided
           and somehow wrapped in a (larger) call to theme().
      
        3. The image module has its own way of doing what 'theme()' does (or the
           former 'theme_invoke()').  Constructs like the one below (a) look wrong
           and (b) should be rewritten to properly use 'theme()'.  For example:
      
           $theme->box("foo", method_exists("bar") ? $theme->bar() : $bar);
      
           Search for "image_gallery_album", "image_gallery_home" and
           "image_thumb_browser".  I've already changed '$theme->box()' to
           'theme()'.
      
        4. The sidebar module uses '$theme->foreground' and '$theme->background'.
           Should be avoided and somehow wrapped in a (larger) call to theme().
      
        5. The org_informations module uses '$theme->separator()', which is new to
           me.
      
        6. The taxonomy_filter module uses '$theme->taxolist_filter_item()'.  It
           should use 'theme("taxolist_filter_item")' instead.  I haven't changed
           it because it would probably fail to resolve the default function if
           not overridden by a theme.
      
        7. The taxonomy_dhtml module's INSTALL file still talks about
           '$theme->image'.
      
        8. The xloadtree module's INSTALL file still talks about '$theme->image'.
      
        9. I haven't updated the style.module; too many $theme's, though I don't
           think it needs any updates.
      
        [I'll try to update the sandboxes later on.]
      69ba2eb2
  14. Feb 11, 2003
  15. Jan 31, 2003
  16. Nov 05, 2002
    • gonzocoder's avatar
      · c6f20103
      gonzocoder authored
      fixed the chatbox block, now works with latest cvs.
      c6f20103
  17. Sep 04, 2002
  18. May 25, 2002
  19. Dec 17, 2001
  20. Dec 16, 2001
  21. Dec 15, 2001
    • Steven Wittens's avatar
      Chatbox.module · 0c6441d6
      Steven Wittens authored
      - Bugfix: fixed some un-localed-strings
      - Bugfix: picked the wrong variable in the log-clearing code
      - Update: added a "monitor activity" option to help people who have the
                chatbox on the background.
      - Update: tweaked the editbox sizes a bit
      0c6441d6
  22. Nov 17, 2001
  23. Nov 11, 2001
  24. Aug 25, 2001
  25. Aug 24, 2001
  26. Aug 11, 2001
    • Dries Buytaert's avatar
      · 3d60e919
      Dries Buytaert authored
      - Updated the contributions directory to reflect the recent changes:
        please double-check my changes if you are a module or theme owner!
      3d60e919
  27. Jul 18, 2001
  28. Jul 12, 2001
  29. Jul 11, 2001
  30. Jul 08, 2001