Skip to content
  1. Feb 25, 2011
  2. Nov 13, 2003
    • Dries Buytaert's avatar
      · 78b48596
      Dries Buytaert authored
      - table(...) -> theme("table", ...")
      78b48596
  3. Oct 27, 2003
    • Dries Buytaert's avatar
      · 1b680e27
      Dries Buytaert authored
      - Bugfix: fixed the calls to menu().
      
      - Bugfix: made the admin callback return its content.
      1b680e27
  4. Oct 24, 2003
  5. Sep 28, 2003
    • Dries Buytaert's avatar
      · 85ef59f6
      Dries Buytaert authored
      - Feature module updates: added a MySQL scheme for the feature module,
        made it work with database prefixing, added support for the menu
        system changes.  Patch by Stefan.
      85ef59f6
  6. May 16, 2003
    • Dries Buytaert's avatar
      · 96c1d305
      Dries Buytaert authored
      - Updated to work with register_globals turned off.  Patch by Michael Frankowski.
      96c1d305
  7. Mar 11, 2003
  8. Feb 20, 2003
    • Dries Buytaert's avatar
      · b3398f3d
      Dries Buytaert authored
      - Updated to use the new menu system.
      b3398f3d
  9. Feb 15, 2003
    • Dries Buytaert's avatar
      - Updated the modules in the contributions repository to use · 3b29b6f2
      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.]
      3b29b6f2
  10. Feb 02, 2003
  11. Jan 09, 2003
    • Dries Buytaert's avatar
      · 473268ba
      Dries Buytaert authored
      - Updated to use clean URLs.
      
      - Swaped "Submit" and "Delete" buttons as recommanded.
      473268ba
  12. Dec 29, 2002
    • Dries Buytaert's avatar
      · 213f65e2
      Dries Buytaert authored
      - Usability improvement: made the feature module tables use the new table
        rendering functions.
      213f65e2
  13. Dec 26, 2002
    • Dries Buytaert's avatar
      · 4e2f4921
      Dries Buytaert authored
      - Updated to use the new link system.
      
      - Added a permission "maintain feature list".
      4e2f4921
  14. Nov 08, 2002
    • Dries Buytaert's avatar
      · 8a90889f
      Dries Buytaert authored
      - Fixed the spacing of feature list itemsd.
      8a90889f
  15. Nov 06, 2002
    • Dries Buytaert's avatar
      · 8bb10d8f
      Dries Buytaert authored
      - Made the feature page look better.
      8bb10d8f
    • Dries Buytaert's avatar
      · 9d04b642
      Dries Buytaert authored
      - Added "General features".
      9d04b642
    • Dries Buytaert's avatar
      · c1e34911
      Dries Buytaert authored
      - Updated the categories.
      c1e34911
  16. Nov 05, 2002
    • Dries Buytaert's avatar
      · 947c7f21
      Dries Buytaert authored
      - Made it possible to add a screenshot link.
      
      - Made it possible to categorize features.
      947c7f21
  17. Nov 03, 2002
    • Dries Buytaert's avatar
      · 64768ce8
      Dries Buytaert authored
      - This file didn't belong in CVS - it had the wrong name.
      64768ce8
  18. Nov 01, 2002