Skip to content
  1. Feb 25, 2011
  2. Feb 03, 2004
  3. Nov 13, 2003
    • Dries Buytaert's avatar
      · f2c194ee
      Dries Buytaert authored
      - Theme system updates: theme() function return their data now.
      f2c194ee
    • Dries Buytaert's avatar
      · ac6d07d9
      Dries Buytaert authored
      - table(...) -> theme("table", ...")
      ac6d07d9
  4. Nov 04, 2003
    • Dries Buytaert's avatar
      · aef2df4f
      Dries Buytaert authored
      - Updated feedback module to new help system.  Patch by Ber.
      aef2df4f
  5. Jun 21, 2003
  6. Apr 29, 2003
  7. Feb 15, 2003
    • Dries Buytaert's avatar
      - Updated the modules in the contributions repository to use · 5ef01f8c
      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.]
      5ef01f8c
  8. Feb 11, 2003
  9. Jan 31, 2003
  10. Jan 09, 2003
  11. Jun 20, 2002
    • gonzocoder's avatar
      · f5b9045d
      gonzocoder authored
      Suggestion by Moshe "also, would be nice to prefix the email subject with 'Feedback: '"
      f5b9045d
  12. Jun 13, 2002
    • gonzocoder's avatar
      · d5c4a41b
      gonzocoder authored
      updated CHANGELOG
      added TODO containing Moshe and Gerhards suggestions.
      d5c4a41b
    • gonzocoder's avatar
      · a82f4a76
      gonzocoder authored
      fixed the variable_get related problem (thanks Moshe)
      a82f4a76
    • gonzocoder's avatar
      · 97a83f50
      gonzocoder authored
      added information about setting the feedback delivery address.
      97a83f50
    • gonzocoder's avatar
      · 88fbf5ef
      gonzocoder authored
      removed some debugging code i had forgot about.
      88fbf5ef
    • gonzocoder's avatar
      · 3c5255ce
      gonzocoder authored
      initial commit due to popular demand, there may me a bug here and there and
      I know that there is definatley a problem with the variable_gets as i previously
      mentioned on the mailing list.
      3c5255ce