Needs work
Project:
Notifications Location
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2009 at 08:42 UTC
Updated:
16 Oct 2010 at 20:46 UTC
Jump to comment: Most recent file
Comments
Comment #1
grendzy commentedI'm not currently looking for a co-maintainer, but a patch for Notifications 2.1 compatibly would be welcome.
This task is partially complete; my sandbox at http://cvs.drupal.org/viewvc.py/drupal/contributions/sandbox/grendzy/not... contains partial support for 2.1.
Comment #2
shenzhuxi commentedNice to see you grendzy.
Please check my patch.
Comment #3
grendzy commentedshenzhuxi,
Your post in the CVS application queue contained a zip file – Please post a patch in the unified diff format. Instructions can be found here: http://drupal.org/patch/create
Thanks!
Comment #4
shenzhuxi commentedHere is the patch
Comment #5
grendzy commentedThanks for posting the patch. The first priority is getting compatibility with Notifications 2.0; would it be possible to get a patch that just implements that? (The additional subscription types are interesting as well, but updating the API is a prerequisite.)
Comment #6
grendzy commentedComment #7
shenzhuxi commentedI followed this document http://drupal.org/node/407338. Hope it's latest and for 2.0.
The patch works well with Message notifications 6.x-2.0-beta2.
Comment #8
grendzy commentedThere are changes in the 2.x API, such as hook_notifications('names') is deprecated. The documentation you linked is a bit out of date.
Some of this has been accounted for in the new 2.x branch of notifications_location.
Comment #9
grendzy commentedskyred via irc:
Notification 4.x supports custom subscription, maybe notifications location can be rewritten to take advantage of the custom subscription?
Comment #10
skyredwangI see Notifications Location module will become more useful, since mobile development is heating up rapidly. It will be great if we can work towards notification 4.x.
Comment #11
DerTobi75 commentedDoes this module work with Notification 4.x?
Regards,
Tobi
Comment #12
grendzy commentedIt doesn't work with current 4.x notifications. In all honesty I'm not likely to work on it soon, though I'll review any patches here.
Comment #13
amwood commentedGrendzy,
Can you tell me which version of Notifications that your module does work with? I'm thinking of backing up to that version of Notifications as the ability to notify a user when local content is created is very important to my site.
Thanks!
Comment #14
grendzy commentedamwood: If you're looking to try an older version, I would get the DRUPAL-6--1 branch, and try with Notifications 6.x-1.1.
Comment #15
amwood commentedGrendzy - Thanks for the guidance! Backing up to Notifications 6.x-1.1 and Notifications Location 6.x-1.1 worked perfectly.