Closed (fixed)
Project:
Privatemsg
Version:
7.x-1.x-dev
Component:
Code (pm_email_notify)
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2010 at 09:58 UTC
Updated:
10 Jan 2011 at 09:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
berdirPlease provide a single patch file, from the privatemsg top directory and set the status to needs review :)
Comment #2
rsaddington commentedRolled into a single patch file for review....
Comment #4
berdirNot really sure what the problem is in your patch, how did you create it?
With cvs, you should use "cvs diff -up".
See also http://drupal.org/patch/create
Comment #5
rsaddington commentedRecreated patch, fingers crossed this works....
Comment #6
rsaddington commentedComment #7
rsaddington commentednoticed an error with filename in that last patch, uploading fixed.
Comment #8
berdirGreat, just two remarks...
Thinking about a better label for this setting, not sure. Core just uses "E-mail address". Maybe something like "From e-mail address for notifications"?
This needs to be translated with t().
Powered by Dreditor.
Comment #9
berdirOh, and you also need to add a variable_del() to pm_email_notify_uninstall().
Comment #10
rsaddington commentedThanks for your feedback Berdir.
I've implemented in the attached.
Comment #11
rsaddington commentedComment #13
rsaddington commentedLets try that again...
Comment #14
berdirGreat, thanks for working on this, commited!
Needs to be ported to 7.x-1.x-dev...
Comment #15
berdirPorted and commited.