Skip to content
  1. Feb 25, 2011
  2. Jun 02, 2003
    • Dries Buytaert's avatar
      · 704dca07
      Dries Buytaert authored
      - Updated the notify module to work with register_globals turned off.  Patch
        by Michael Frankowski.
      704dca07
  3. Mar 12, 2003
  4. Mar 06, 2003
  5. Feb 21, 2003
  6. Feb 15, 2003
    • Dries Buytaert's avatar
      - Updated the modules in the contributions repository to use · e88fa870
      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.]
      e88fa870
  7. Feb 11, 2003
  8. Feb 05, 2003
  9. Feb 04, 2003
  10. Feb 03, 2003
  11. Jan 31, 2003
  12. Jan 17, 2003
    • ax's avatar
      - updated to clean urls. tested and working at my local cvs install. hope i... · 34365d39
      ax authored
      - updated to clean urls. tested and working at my local cvs install. hope i didn't miss anything (you may have a look at it).
      - menu_add()ed "notifications" (user notifications) to "admin" > "user management". a little issue here:
      
      "Search a user account." is added to "user management" with weight 5, "More information about user management." ("help") with weight 7. i think "help" should be always the last entry (user expectation), so i added "notifications" with weight 6. clearly this will break if more (contrib) modules add to it. i would suggest to add "help" with a very high weight (if you agree that it should be the last entry) and to give some advice / rule of thumb of how (contrib) modules should add entries (dries?! ;)). thanks!
      34365d39
  13. Jul 19, 2002
  14. May 31, 2002
  15. May 21, 2002
  16. May 12, 2002
    • Kjartan Mannes's avatar
      notify.module · b5327152
      Kjartan Mannes authored
      - fixed to work with latest CVS changes.
      - changed links.
      - XHTML-ization.
      b5327152
  17. Jan 31, 2002
  18. Jan 12, 2002
    • Dries Buytaert's avatar
      · 5604d9a0
      Dries Buytaert authored
      - Changed "comment.lid" to "comment.nid" such that the notify module
        works again on drop.org and drupal.org.
      5604d9a0
  19. Dec 21, 2001
    • Kjartan Mannes's avatar
      notify.module · 94e25fd5
      Kjartan Mannes authored
      - fixed node titles not always being shown with comments.
      - fixed not all comments being included in mails.
      94e25fd5
  20. Dec 16, 2001
  21. Dec 13, 2001
    • Kjartan Mannes's avatar
      notify.module · 90f708c5
      Kjartan Mannes authored
      - removed notification of node updates.
      - fixed certain text being mailed when it was not necessary.
      90f708c5
  22. Dec 11, 2001
    • Kjartan Mannes's avatar
      notify.module · 3ee10c67
      Kjartan Mannes authored
      - striped HTML tags from mails.
      - cleaned up the mail format a little.
      3ee10c67
  23. Dec 10, 2001
    • Kjartan Mannes's avatar
      notify.module · 86a67c4d
      Kjartan Mannes authored
      - passed the body of the mail through wordwrap.
      - added some spacing to the mail.
      86a67c4d
    • Kjartan Mannes's avatar
      notify.module · 22e6af75
      Kjartan Mannes authored
      - fixed node title not being attached to comments properly.
      - fixed a bug in the mail routine that would not mail everyone.
      22e6af75
  24. Dec 08, 2001
    • Kjartan Mannes's avatar
      notify.module · 96d610ba
      Kjartan Mannes authored
      - changed the send code to be more flexible.
      - updated the mail code to show the status of nodes.
      - users without access to the queue will not be shown queued nodes.
      - the link to queued nodes will now link to the queue and not the node.
      - updated the admin page so the site admin can change the notification of
        users.
      96d610ba
  25. Nov 20, 2001
  26. Nov 18, 2001
  27. Nov 17, 2001
  28. Oct 20, 2001
  29. Oct 11, 2001
    • Dries Buytaert's avatar
      · bd7cb1da
      Dries Buytaert authored
      - Applied patch by Alex.
      
      - Fixed form()-bug reported by Weitman.
      bd7cb1da
  30. Sep 22, 2001
  31. Sep 19, 2001
    • Kjartan Mannes's avatar
      19. Sept. 2001 · 4ab4b5ce
      Kjartan Mannes authored
      --------------
      notify.mysql
      - modified the database field names to be in sync with Drupal.
        Required update!
      
      notify.module
      - fixed everything to be in sync with the new user system.
      4ab4b5ce
  32. Aug 16, 2001
  33. Aug 11, 2001
    • Dries Buytaert's avatar
      · 6cbf2be7
      Dries Buytaert authored
      - Updated the contributions directory to reflect the recent changes:
        please double-check my changes if you are a module or theme owner!
      6cbf2be7
  34. Aug 06, 2001