/[drupal]/contributions/modules/subscriptions/subscriptions_mail.templates.inc
ViewVC logotype

Log of /contributions/modules/subscriptions/subscriptions_mail.templates.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 30 12:42:40 2008 UTC (14 months, 4 weeks ago) by salvis
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-BETA3, DRUPAL-6--1-0-BETA4, DRUPAL-6--1-0-BETA5, DRUPAL-6--1-0-BETA6, DRUPAL-6--1-0-RC1, DRUPAL-6--1-1, HEAD
Changes since 1.4: +47 -18 lines
Diff to previous 1.4
Implement support for mail_edit 6.x-1.x.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 22 14:20:46 2008 UTC (17 months, 1 week ago) by salvis
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
Remove trailing space (no functional change).

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 18 20:43:03 2008 UTC (18 months, 1 week ago) by salvis
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2
Initial port to D6 (ALPHA quality).

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 18 19:32:03 2008 UTC (18 months, 1 week ago) by salvis
Branch: MAIN
Changes since 1.1: +95 -0 lines
Diff to previous 1.1
Check a copy of 5.x-2.1+ into MAIN as a starting point for the D6 version.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 21 21:34:03 2008 UTC (20 months, 1 week ago) by chx
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0, DRUPAL-5--2-0-BETA12, DRUPAL-5--2-0-RC1, DRUPAL-5--2-1, DRUPAL-5--2-2, DRUPAL-5--2-3, DRUPAL-5--2-4, DRUPAL-5--2-5
Changes since 1.1.2.2: +58 -37 lines
Diff to previous 1.1.2.2 , to branch point 1.1 , to next main 1.5
Rename "To this post" -> "To this page", "posts" -> "content", "Threads" -> "Pages".
Queue notifications when nodes are bulk-published.
Remove subscriptions_event module.
Add a note about the subscriptions counts on the Overview page.
Implement support for Event data.
Implement optional limit on number of emails per cron.
Don't send !sender_... when the author is not displayed for the content type.
Keep potx module happy.
Fix untranslatable string.
Fix mis-type.
Fix all Coder issues (minor).
Minor documentation update, by develCuy (no functional change).
Fix a comment (no functional change).
Remove extraneous session_save_session(FALSE) call.
Update/add missing German translations.
Enable translating the email templates into the recipient's language; tune the templates.
Add upgrade information to README.txt.
Display an error message if the Subscriptions block is not enabled when needed.
Fix hook_link() to not display the Subscribe link for blocked content types.
Update hook_node_options() to include module and field params.
Put SUBSCRIPTIONS_UNAVAILABLE at the end rather than at the beginning.
Factor out subscriptions_node_is_blocked() and subscriptions_ui_can_subscribe().
Try using writing-mode: lr-tb style to keep IE7 from rotating column headers.
Implement an optional alternative e-mail sender address.
Move Mail settings from subscriptions.admin.inc to subscriptions_mail.module.
Tentatively implement !full_node.
Clean up the "Your subscription was activated" mess.
Change README.txt to use linefeeds only.
Implement plain unsubscribe links.
Stop caching nodes in _subscriptions_content_load().
Fix handling of queued notifications for deleted nodes and comments.
Properly handle special situations created by FeedAPI module.
Properly attribute anonymous comments to Anonymous.
Avoid generating a watchdog message if no notifications are sent.
Add mention of subscriptions_og.module to README.txt.
#225648: Minor documentation and coding style update (no functional change) (by develCuy).
Implement timer-based cron control.
Remove thread subscription when the corresponding node is removed.
Add a note about our preferred display settings.
#225648: Add API documentation (by develCuy, edited by salvis).

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 2 01:47:35 2008 UTC (21 months, 3 weeks ago) by chx
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0-BETA10, DRUPAL-5--2-0-BETA11
Changes since 1.1.2.1: +12 -6 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Improve the digest template.
Tune other templates, split !type into !subs_type and !node_type.
Add some mail template documentation.
Update the German translation.
Tune node form positioning.
Convert node/nid into node/type when it's an update notification;
this implies merging comment notifications (as node/nid) only up to any subsequent update notification, so that that update notification can be converted (subsequent comments will be attached).
Fix some minor bugs.
Fix multiple taxonomies interfering with each other.
Improve explanatory strings, add missing German translations.
Clean up the conditional expression in subscriptions_ui_nodeapi().
Restore the conditional node form after overly restricting subscriptions_ui_nodeapi().
Remove the links from the node form item texts and document them in README.txt instead.
Restrict subscriptions_ui_nodeapi() to node/NID pages to avoid interfering with modules that render node content in different contexts.
Clean up: use $_GET['q'] to get the current path.
Implement optional Subscribe link, administrative interface.
Adjust weights on admin/settings/subscriptions.
Add comment to explain why we need to set the module's weight (no functional change).
Clean up the mess in subscriptions_content_mail_edit_submit().
Call check_markup() first to prepare text for drupal_html_to_text().
Move subscriptions_mail_send() to private namespace to avoid conflicts.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 19 04:00:12 2008 UTC (22 months, 1 week ago) by chx
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0-BETA9
Changes since 1.1: +68 -0 lines
Diff to previous 1.1
subscriptions mail template

Revision 1.1
Sat Jan 19 04:00:12 2008 UTC (22 months, 1 week ago) by chx
Branch: MAIN
Branch point for: DRUPAL-5--2
FILE REMOVED
file subscriptions_mail.templates.inc was initially added on branch DRUPAL-5--2.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2