Tom Hughes
f093b9a600
Replace @body with @text again...
2011-12-18 17:46:21 +00:00
Tom Hughes
ce4a6eefa7
Add an HTML version of the message notification email
2011-12-01 19:17:16 +00:00
Tom Hughes
d4853bdc29
Looks like @body is special somehow so use @text instead
2011-11-15 14:49:38 +00:00
Tom Hughes
f8ace8f9e0
Cope with MESSAGES_DOMAIN not being defined
2011-11-14 09:42:48 +00:00
Tom Hughes
56df4f3813
Update notifiers to use new ActionMailer API
2011-11-14 09:42:41 +00:00
Tom Hughes
bddf524c88
Allow users to send themselves a new confirmation email
...
Add a method which generates a new confirmation email, and provide
links to it from appropriate places.
2010-10-04 21:52:58 +01:00
Tom Hughes
f07819d81a
Rework application configuration
...
Use a preinitializer to load the settings from application.yml so
that they are available as early as possible. All settings can also
be overridden using environment variables.
The ad-hoc settins in environment.rb are then moved to this new
system so we have one consistent location for settings.
2010-08-04 22:06:05 +01:00
Tom Hughes
6740cab85b
Use the correct name for the interpolation variable
2010-06-29 15:19:54 +01:00
Tom Hughes
2038cd52c6
Include an [OpenStreetMap] prefix on the subject of message notifications
...
Put back the [OpenStreetMap] prefix to the subject line of email
notifications of messages, but strip it again from any incoming
email replies.
2010-06-29 09:43:30 +01:00
Tom Hughes
eefb42334f
Use the message title as the subject of notification mails
...
Make message notification mails use the message title as the subject
so that it is properly perserved when replying by email. Closes #3051 .
2010-06-26 16:03:47 +01:00
Andy Allan
cd89a3c662
Move email configuration out of the model and into the config file
2010-05-01 12:36:22 +01:00
Tom Hughes
5e9ae68fb2
Make friend notification messages include a link to add a reciprocal
...
friendship if it doesn't already exist. Closes #2754 .
2010-03-01 12:08:11 +00:00
Tom Hughes
aa27228dea
The new message route want the display name now, not the id. Closes #2642 .
2010-01-17 09:12:40 +00:00
Tom Hughes
19e6486870
Quote the from address explicitly as rails seems to be failing to do
...
it, though it looks like it should from a quick glance at the source.
2009-11-06 16:03:19 +00:00
Tom Hughes
23b8672bc9
Add support for processing incoming mail messages in reply to message
...
notifications and diary comment notifications, turning the maill messages
into reply messages through the site messaging system.
2009-11-05 23:16:20 +00:00
Tom Hughes
e890528aac
Rework password reset system to do away with the second email and instead
...
just allow the user (providing they possess a valid token from the first
email) to enter a new password on the site.
2009-08-03 23:42:29 +00:00
Thomas Wood
554818b5b4
Contrary to what the previous commit message said, we do actually have more cases of user A triggering mail to user B.
...
(references #1968 )
2009-06-20 20:42:22 +00:00
Thomas Wood
0ed4cdbd49
Force locale on subject translation for diary comment notifications, since the sending user's locale is not that of recipient.
...
It is assumed that sender locale is that of recipient for the rest of the emails, which is fine, since the sender is the recipient.
The bodies are accounted for correctly by common_headers and the monkeypatching of ActionMailer.
(references #1968 )
2009-06-20 20:36:52 +00:00
Ævar Arnfjörð Bjarmason
938cdd8503
Made GPX notification E-Mails translatable
...
The multiline 'notifier.gpx_notification.success.loaded_successfully'
message is how one should properly do multiline messages to be
embedded into E-Mail. It wraps at 80 columns (if translated correctly)
and isn't as inhererently limited as splitting the E-Mail into one
message per-line like the other notification messages do it.
2009-06-07 15:50:30 +00:00
Tom Hughes
d9dbd3edf1
Make the rest of the email translatable.
2009-06-05 23:53:47 +00:00
Tom Hughes
35eeff0081
Fix up translation issues in diary comment notifier.
2009-06-02 08:25:00 +00:00
Tom Hughes
5294e4d989
Send notification messages in the target user's language.
2009-05-31 16:10:53 +00:00
Tom Hughes
d6e605414d
Set a custom return path so that we can ignore bounces.
2009-05-09 12:17:10 +00:00
Tom Hughes
64ecd02f0b
Allow users to change their email address. Closes #546 .
2008-08-13 11:39:33 +00:00
Tom Hughes
f8367c3ee1
Allow a user's email address to be marked invalid, and suppress most
...
notification mails for such users.
2008-08-13 10:45:49 +00:00
Tom Hughes
7d0a281d5b
Include tags in GPX success and failure mails. Closes #480 .
2008-04-27 12:18:19 +00:00
Steve Coast
e13337354d
preference stuff
2008-02-23 11:12:42 +00:00
Tom Hughes
5fbc8ad3f4
Send email notifications when people comment on diary entries. Closes #655 .
2008-02-04 00:15:28 +00:00
Tom Hughes
b416597507
Make the message reply link prefill the title with "Re: original title".
...
Closes #634 .
2008-01-15 19:05:17 +00:00
Tom Hughes
425b3654d7
Mark mails as auto submitted. Closes #627 .
2008-01-06 13:21:50 +00:00
Tom Hughes
3aa8ffbcb8
Tidy up mail notifiers and make them more rails style rather then
...
relying on ActionMailer implementation details.
2007-10-30 00:48:45 +00:00
Dan Karran
d320673cc7
Improving friend capabilities so you can now add and remove friends as you wish. Friends will be notified when you add them. You can view a list of friends on your profile page (which has been reorganised a little).
2007-10-08 22:21:15 +00:00
Tom Hughes
27d8f2ef63
Include a reply link in email notifications of messages.
2007-09-19 10:37:32 +00:00
Dan Karran
78ef65aff7
Include message body in notification emails for convenience.
2007-09-16 14:52:50 +00:00
Dan Karran
285d61bf4c
Send an email notification out when a new message is waiting on the site for you.
2007-09-05 22:27:22 +00:00
Tom Hughes
0a8c26e596
Various updates to the user management, including the creation of a
...
preferences table and moving tokens into a tokens table so that a user
can have more than one.
2007-08-14 23:07:38 +00:00
Immanuel Scholz
85d8a2d177
- replaced hardcoded www.openstreetmap.org with environment variable
...
- added preferences action to user
- added column preferences to user table
2007-01-14 01:29:52 +00:00
Steve Coast
92418b7954
gpx insert now works
2006-12-01 17:56:13 +00:00
Steve Coast
fac305e87b
various gpx bits
2006-12-01 15:59:13 +00:00
Steve Coast
791814d74e
rest of password thing
2006-11-17 18:22:53 +00:00
Steve Coast
f864203056
First half of a password reset function
2006-11-17 13:31:15 +00:00
Steve Coast
a46c4083ae
some more rails stuff
2006-07-28 22:53:54 +00:00