Skip to content
  1. Feb 25, 2011
  2. Oct 10, 2004
  3. Sep 20, 2004
    • Dries Buytaert's avatar
      · 42c4ad58
      Dries Buytaert authored
      - Patch #10956 by Philippe: update the _filter function to HEAD.
      42c4ad58
  4. Jul 07, 2004
  5. May 25, 2003
  6. Apr 22, 2003
  7. Apr 07, 2003
    • Moshe Weitzman's avatar
      Adds a link beneath the compose form which leads to a page · 2fba866d
      Moshe Weitzman authored
      explaining to authors what HTML tags are allowed, and what special features are available (such as image filter and title filter).
      
      Module developers may add text to this page using the _compose_tips() hook.
      
      This module should replace the 'Allowed HTML tags' text outputted by some modules
      2fba866d
  8. Apr 04, 2003
  9. Apr 03, 2003
  10. Apr 02, 2003
  11. Feb 15, 2003
    • Dries Buytaert's avatar
      - Updated the modules in the contributions repository to use · 992013f5
      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.]
      992013f5
  12. Feb 05, 2003
  13. Jan 10, 2003