/[drupal]/contributions/modules/simplenews_template/simplenews_template.module
ViewVC logotype

Log of /contributions/modules/simplenews_template/simplenews_template.module

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.9.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 13 22:52:21 2009 UTC (13 days, 1 hour ago) by hanoii
Branch: DRUPAL-6--1
Changes since 1.9.2.7: +11 -12 lines
Diff to previous 1.9.2.7 , to branch point 1.9 , to next main 1.10
- Added $node as a variable for the theme() funtions of this module
- Rollback of #373915

Revision 1.9.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 11 17:11:12 2009 UTC (2 weeks, 1 day ago) by franz
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA3
Changes since 1.9.2.6: +16 -1 lines
Diff to previous 1.9.2.6 , to branch point 1.9
bug report #535452 by joachim,franz: Disabled Plain Text option for Simplenews.

Revision 1.9.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 5 18:45:02 2009 UTC (3 weeks ago) by franz
Branch: DRUPAL-6--1
Changes since 1.9.2.5: +2 -2 lines
Diff to previous 1.9.2.5 , to branch point 1.9
Fixed emogrify call, was using wrong variable

Revision 1.9.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 5 17:17:07 2009 UTC (3 weeks ago) by franz
Branch: DRUPAL-6--1
Changes since 1.9.2.4: +10 -1 lines
Diff to previous 1.9.2.4 , to branch point 1.9
bug report #605212 by verot,franz: Tokenize the header and footer

Revision 1.9.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 5 16:47:40 2009 UTC (3 weeks ago) by franz
Branch: DRUPAL-6--1
Changes since 1.9.2.3: +7 -4 lines
Diff to previous 1.9.2.3 , to branch point 1.9
bug report #373915 by kenorb,franz: duplicated body tags

Revision 1.9.4.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 29 18:01:40 2009 UTC (8 weeks, 2 days ago) by hanoii
Branch: DRUPAL-5
Changes since 1.9.4.20: +4 -4 lines
Diff to previous 1.9.4.20 , to branch point 1.9 , to next main 1.10
#346264 by hanoii. Proper file inclusions when executing code from that include

Revision 1.9.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 29 17:53:55 2009 UTC (8 weeks, 2 days ago) by hanoii
Branch: DRUPAL-6--1
Changes since 1.9.2.2: +6 -9 lines
Diff to previous 1.9.2.2 , to branch point 1.9
#567604 by hanoii. proper handling of hook_mail_alter()

Revision 1.9.4.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 26 10:49:55 2009 UTC (8 months, 4 weeks ago) by tobiassjosten
Branch: DRUPAL-5
Changes since 1.9.4.19: +3 -1 lines
Diff to previous 1.9.4.19 , to branch point 1.9
Added file inclusions that were missing from refactoring

Revision 1.9.4.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 25 14:23:31 2009 UTC (9 months ago) by tobiassjosten
Branch: DRUPAL-5
Changes since 1.9.4.18: +3 -3 lines
Diff to previous 1.9.4.18 , to branch point 1.9
Minor bug fixes and code clean-ups

Revision 1.9.4.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 11 18:54:45 2009 UTC (9 months, 2 weeks ago) by tbarregren
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4
Changes since 1.9.4.17: +89 -2 lines
Diff to previous 1.9.4.17 , to branch point 1.9
Refactored the persisten variable handling. Made them public.

Revision 1.9.4.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 6 22:47:54 2009 UTC (9 months, 2 weeks ago) by tbarregren
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4-RC1
Changes since 1.9.4.16: +28 -373 lines
Diff to previous 1.9.4.16 , to branch point 1.9
Refactored the code to improve its readability (and memory consumption).

Revision 1.9.4.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 2 22:21:14 2009 UTC (9 months, 3 weeks ago) by tbarregren
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4-BETA2
Changes since 1.9.4.15: +29 -18 lines
Diff to previous 1.9.4.15 , to branch point 1.9
#350285 by electronicmonkey: Added a possibility to have different templates for different newsletters.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 2 09:07:23 2009 UTC (9 months, 3 weeks ago) by tbarregren
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +276 -259 lines
Diff to previous 1.9
Brought HEAD up to date.

Revision 1.9.4.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 1 21:32:57 2009 UTC (9 months, 3 weeks ago) by tbarregren
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4-BETA1
Changes since 1.9.4.14: +14 -24 lines
Diff to previous 1.9.4.14 , to branch point 1.9
#367513 by TBarregren: Moved the default template from code to a template file.

Revision 1.9.4.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 1 20:45:14 2009 UTC (9 months, 3 weeks ago) by tbarregren
Branch: DRUPAL-5
Changes since 1.9.4.13: +124 -55 lines
Diff to previous 1.9.4.13 , to branch point 1.9
#141635 by tcblack: Added support for choosing independently whether header, footer and style should be included in nodes with issues of a newsletter. The header, footer and style are always included in e-mails with issues of a newsletter.

Revision 1.9.4.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 1 19:15:43 2009 UTC (9 months, 3 weeks ago) by tbarregren
Branch: DRUPAL-5
Changes since 1.9.4.12: +3 -2 lines
Diff to previous 1.9.4.12 , to branch point 1.9
#367599 by TBarregren: Fixed so that the title is not shown twice when viewing nodes with issues of a newsletter.

Revision 1.9.4.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 1 18:23:21 2009 UTC (9 months, 3 weeks ago) by tbarregren
Branch: DRUPAL-5
Changes since 1.9.4.11: +4 -4 lines
Diff to previous 1.9.4.11 , to branch point 1.9
Fixed some minor aesthetics problems with the source code.

Revision 1.9.4.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 1 18:11:07 2009 UTC (9 months, 3 weeks ago) by tbarregren
Branch: DRUPAL-5
Changes since 1.9.4.10: +155 -148 lines
Diff to previous 1.9.4.10 , to branch point 1.9
Refactoring of the source code, including changes of the settings form.

Revision 1.9.4.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 1 15:11:25 2009 UTC (9 months, 3 weeks ago) by tbarregren
Branch: DRUPAL-5
Changes since 1.9.4.9: +3 -1 lines
Diff to previous 1.9.4.9 , to branch point 1.9
#367511 by TBarregren: Fixed so that %mymail work in header or footer.

Revision 1.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 31 20:32:48 2009 UTC (9 months, 3 weeks ago) by tbarregren
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA2
Changes since 1.9.2.1: +13 -3 lines
Diff to previous 1.9.2.1 , to branch point 1.9
#346264 by hopfrog, kenorb: Fixed the "missing argument 3" bug.

Revision 1.9.4.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 31 19:51:02 2009 UTC (9 months, 3 weeks ago) by tbarregren
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3
Changes since 1.9.4.8: +2 -2 lines
Diff to previous 1.9.4.8 , to branch point 1.9
Minor formatting of the source code.

Revision 1.9.4.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 31 17:18:57 2009 UTC (9 months, 3 weeks ago) by tbarregren
Branch: DRUPAL-5
Changes since 1.9.4.7: +14 -10 lines
Diff to previous 1.9.4.7 , to branch point 1.9
#329249 by spade: Added support for Simplenews' variable substitution tokens, e.g. %site, %uri, %uri_brief, %mymail, %date, %login_uri.

Revision 1.9.4.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 31 11:48:32 2009 UTC (9 months, 3 weeks ago) by tbarregren
Branch: DRUPAL-5
Changes since 1.9.4.6: +17 -17 lines
Diff to previous 1.9.4.6 , to branch point 1.9
Corrected spellig errors.

Revision 1.9.4.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 31 10:51:54 2009 UTC (9 months, 3 weeks ago) by tbarregren
Branch: DRUPAL-5
Changes since 1.9.4.5: +19 -13 lines
Diff to previous 1.9.4.5 , to branch point 1.9
#344695 by enboig: Emogrify can't handle several CSS rules on one line. As a precusion, insert LF after each closing bracket.

Revision 1.9.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 18:56:42 2009 UTC (9 months, 3 weeks ago) by tbarregren
Branch: DRUPAL-5
Changes since 1.9.4.4: +20 -20 lines
Diff to previous 1.9.4.4 , to branch point 1.9
Minor improvements to the comments.

Revision 1.9.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 18:38:10 2009 UTC (9 months, 3 weeks ago) by tbarregren
Branch: DRUPAL-5
Changes since 1.9.4.3: +10 -6 lines
Diff to previous 1.9.4.3 , to branch point 1.9
Because mimemail_html_to_text() only matchs <style>...</style> when the opening and closing tags are on the same line, \n and \r in the style must be removed.

Revision 1.9.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 16:36:21 2009 UTC (9 months, 3 weeks ago) by tbarregren
Branch: DRUPAL-5
Changes since 1.9.4.2: +4 -5 lines
Diff to previous 1.9.4.2 , to branch point 1.9
#345246 by guitarmiami: Fixed a bug in _simplenews_template_starts_with() that made phptemplate_mimemail_message() to call theme_mimemail_message().

Revision 1.9.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 29 15:53:15 2009 UTC (9 months, 3 weeks ago) by tbarregren
Branch: DRUPAL-5
Changes since 1.9.4.1: +30 -15 lines
Diff to previous 1.9.4.1 , to branch point 1.9
Minor cleanup of the soure code.

Revision 1.9.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 29 12:36:47 2009 UTC (9 months, 3 weeks ago) by tbarregren
Branch: DRUPAL-5
Changes since 1.9: +2 -4 lines
Diff to previous 1.9
#329247 by spade: Removed <!-- and --> in the default tamplate.

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 13:41:22 2008 UTC (11 months, 3 weeks ago) by tobiassjosten
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.9: +267 -260 lines
Diff to previous 1.9
Continued porting work

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 19 20:45:10 2008 UTC (13 months, 1 week ago) by tbarregren
Branch: MAIN
CVS Tags: DRUPAL-5--1-2
Branch point for: DRUPAL-5, DRUPAL-6--1
Changes since 1.8: +82 -97 lines
Diff to previous 1.8
Minor improvements of the code itself.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 19 19:12:18 2008 UTC (13 months, 1 week ago) by tbarregren
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
#240562 by Sixcolored: Fixed a typo in the default template.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 19 18:21:42 2008 UTC (13 months, 1 week ago) by tbarregren
Branch: MAIN
Changes since 1.6: +26 -2 lines
Diff to previous 1.6
Added support for Emogrifier <http://www.pelagodesign.com/sidecar/emogrifier/>.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 19 09:15:48 2008 UTC (13 months, 1 week ago) by tbarregren
Branch: MAIN
Changes since 1.5: +62 -70 lines
Diff to previous 1.5
Minor improvements of the code itself, such as removing a lot of trailing spaces.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 18 16:53:44 2008 UTC (13 months, 1 week ago) by sun
Branch: MAIN
Changes since 1.4: +60 -1 lines
Diff to previous 1.4
#322905 by sun: Added link to preview HTML newsletters in browser.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 18 12:32:12 2008 UTC (13 months, 1 week ago) by tbarregren
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3
#273089 by tizzo: pass entire node to theme_simplenews_template_mail_content

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 18 12:07:06 2008 UTC (13 months, 1 week ago) by tbarregren
Branch: MAIN
Changes since 1.2: +11 -290 lines
Diff to previous 1.2
Replaced the HTML version of README with a text dito.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 9 21:52:23 2007 UTC (2 years, 7 months ago) by tbarregren
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-ALPHA2, DRUPAL-5--1-1
Changes since 1.1: +8 -7 lines
Diff to previous 1.1
#132288 by polar-bear: Fixed a stupid misstake in phptemplate_mimemail_message().

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 22 20:27:54 2007 UTC (2 years, 8 months ago) by tbarregren
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Initial commit of Simplenews Template module. Extends Simplenews by providing a themable template with configurable header, footer and style.

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