Skip to content
  1. Feb 24, 2004
  2. Feb 06, 2004
  3. Jan 30, 2004
  4. Jan 29, 2004
  5. Jan 27, 2004
  6. Jan 12, 2004
  7. Jan 06, 2004
  8. Dec 25, 2003
    • Moshe Weitzman's avatar
      committing pieces contributed by anarcat. · 256f8819
      Moshe Weitzman authored
      now possible to filter nodes by type usingg the querystring param &type=blog, for example. i hope this sort of filtering becomes more standard, such as on the home page.
      
      slight css cleanup. slight sql cleanup.
      
      now possible to specify a maximum number of items per vocabulary
      256f8819
  9. Dec 09, 2003
  10. Nov 16, 2003
  11. Nov 13, 2003
    • Dries Buytaert's avatar
      · 08d447db
      Dries Buytaert authored
      - Theme system updates: theme() function return their data now.
      08d447db
  12. Oct 20, 2003
  13. Oct 18, 2003
  14. Oct 15, 2003
  15. Oct 03, 2003
  16. Aug 26, 2003
  17. Jul 18, 2003
  18. Jun 28, 2003
  19. May 27, 2003
  20. May 26, 2003
  21. May 06, 2003
  22. Apr 23, 2003
  23. Feb 28, 2003
  24. Feb 27, 2003
  25. Feb 15, 2003
    • Dries Buytaert's avatar
      - Updated the modules in the contributions repository to use · 1f135ff0
      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.]
      1f135ff0
  26. Feb 13, 2003
  27. Feb 11, 2003
  28. Feb 05, 2003
  29. Jan 29, 2003
  30. Jan 08, 2003
  31. Jan 07, 2003
  32. Dec 21, 2002
  33. Dec 20, 2002
  34. Dec 19, 2002