Skip to content
  1. Feb 25, 2011
  2. Dec 05, 2007
  3. Jun 18, 2007
  4. Jan 31, 2007
  5. Dec 13, 2006
  6. Mar 25, 2006
  7. Feb 21, 2006
  8. Oct 22, 2005
    • Dries Buytaert's avatar
      - Updated the feature module to HEAD: · 7b718454
      Dries Buytaert authored
         1. Rewrote the menu handling; split everything in individual menu callbacks.
         2. Changed "print theme('page', $output)" to "return $output;".
         3. Updated the forms to use the new form API.
         4. Improved form validation; eg. required fields.
         5. Added a confirmation message for deleting features.
         6. Small improvements to the SQL queries.
         7. ...
      7b718454
  9. Aug 15, 2005
  10. Jan 29, 2005
  11. Oct 13, 2004
  12. Jun 28, 2004
    • Dries Buytaert's avatar
      · 3668a346
      Dries Buytaert authored
      Updated to HEAD:
        - Updated to use the new menu system.
        - Removed instance of status().
      3668a346
  13. Nov 13, 2003
    • Dries Buytaert's avatar
      · 78b48596
      Dries Buytaert authored
      - table(...) -> theme("table", ...")
      78b48596
  14. 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
  15. Oct 24, 2003
  16. 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
  17. May 16, 2003
    • Dries Buytaert's avatar
      · 96c1d305
      Dries Buytaert authored
      - Updated to work with register_globals turned off.  Patch by Michael Frankowski.
      96c1d305
  18. Mar 11, 2003
  19. Feb 20, 2003
    • Dries Buytaert's avatar
      · b3398f3d
      Dries Buytaert authored
      - Updated to use the new menu system.
      b3398f3d
  20. 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
  21. Feb 02, 2003
  22. Jan 09, 2003
    • Dries Buytaert's avatar
      · 473268ba
      Dries Buytaert authored
      - Updated to use clean URLs.
      
      - Swaped "Submit" and "Delete" buttons as recommanded.
      473268ba
  23. 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
  24. 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
  25. Nov 08, 2002
    • Dries Buytaert's avatar
      · 8a90889f
      Dries Buytaert authored
      - Fixed the spacing of feature list itemsd.
      8a90889f
  26. 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
  27. 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
  28. Nov 03, 2002
    • Dries Buytaert's avatar
      · 64768ce8
      Dries Buytaert authored
      - This file didn't belong in CVS - it had the wrong name.
      64768ce8
  29. Nov 01, 2002