Log of /contributions/modules/simplenews/simplenews.admin.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.58 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 30 19:56:47 2009 UTC
(3 months, 3 weeks ago)
by
sutharsan
Branch:
MAIN
Changes since
1.57: +12 -6 lines
Diff to
previous 1.57
#528808 by Sutharsan, joachim: Added Distinguish between 'not subscribed' and 'unsubscribed', API changes.
Revision
1.49 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jan 12 19:35:59 2009 UTC
(10 months, 1 week ago)
by
sutharsan
Branch:
MAIN
Changes since
1.48: +2 -2 lines
Diff to
previous 1.48
#277733 by sutharsan: Fixed only subscribers with an account are listed at the subscription admin page.
Revision
1.48 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jan 9 18:50:18 2009 UTC
(10 months, 2 weeks ago)
by
sutharsan
Branch:
MAIN
Changes since
1.47: +2 -3 lines
Diff to
previous 1.47
#356181 by sutharsan: Fixed Missing node type assignement of newsletter vocabulary causes FAPI error message.
Revision
1.45 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Dec 27 23:24:29 2008 UTC
(10 months, 4 weeks ago)
by
sutharsan
Branch:
MAIN
Changes since
1.44: +2 -2 lines
Diff to
previous 1.44
#335537 by myself: Improved theming of newsletter body and footer.
Change of tokens in newletter body and footer and confirmation emails.
Revision
1.43 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Dec 10 11:51:48 2008 UTC
(11 months, 2 weeks ago)
by
sutharsan
Branch:
MAIN
Changes since
1.42: +2 -6 lines
Diff to
previous 1.42
#338015 by myself: prevent overrun of PHP maximum execution time during send emails. Measuring execution time now based on getrusage().
Revision
1.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 9 10:04:09 2008 UTC
(16 months, 2 weeks ago)
by
sutharsan
Branch:
MAIN
Changes since
1.22: +3 -3 lines
Diff to
previous 1.22
Ported from DRUPAL-5 (##222530): newsletter specific from name and address default to the simplenews general settings
Revision
1.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jul 4 10:38:20 2008 UTC
(16 months, 3 weeks ago)
by
sutharsan
Branch:
MAIN
Changes since
1.20: +2 -2 lines
Diff to
previous 1.20
#275491 by siril, solution by myself: node edit page shows vocabulary error message.
* Newsletter vocab now only controlled by simplenews settings.
Revision
1.5.2.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 3 10:43:02 2008 UTC
(16 months, 3 weeks ago)
by
sutharsan
Branch:
DRUPAL-6--1
Changes since
1.5.2.13: +63 -45 lines
Diff to
previous 1.5.2.13
, to
branch point 1.5
Rollback from HEAD (#278109): Divide simplenews admin pages in 'content' and 'settings'
* All admin/content/newsletter url's changed to admin/content/simplenews
* Added a new permission for 'administer simplenews settings'
Revision
1.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 3 10:41:51 2008 UTC
(16 months, 3 weeks ago)
by
sutharsan
Branch:
MAIN
Changes since
1.18: +63 -45 lines
Diff to
previous 1.18
#278109 by myself:
* Divide simplenews admin pages in 'content' and 'settings'
* All admin/content/newsletter url's changed to admin/content/simplenews
* Added a new permission for 'administer simplenews settings'
Revision
1.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 29 16:29:39 2008 UTC
(16 months, 4 weeks ago)
by
sutharsan
Branch:
MAIN
Changes since
1.17: +97 -13 lines
Diff to
previous 1.17
#200512 requested by xushi, code by roychi and myself: New mass unsubscribe admin function.
* Small changes to mass subscribe (import) and export functions.
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jun 21 07:28:45 2008 UTC
(17 months ago)
by
sutharsan
Branch:
MAIN
Changes since
1.16: +9 -2 lines
Diff to
previous 1.16
#260775 reported by cbenoist, solution by myself: replaced mail buffer by email spool to avoid serialize error of strings containing double quotes and to reduce the database load when buffering large mailings.
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 8 12:19:28 2008 UTC
(17 months, 2 weeks ago)
by
sutharsan
Branch:
MAIN
Changes since
1.14: +47 -9 lines
Diff to
previous 1.14
#261541by Steve Dondley and myself: Make confirmation emails configurable
* Fixed bug: reset Simplenews settings fails (caused by #244438)
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 3 13:37:48 2008 UTC
(17 months, 3 weeks ago)
by
sutharsan
Branch:
MAIN
Changes since
1.13: +51 -2 lines
Diff to
previous 1.13
#244438 by myself: Makes node types and taxonomy fully selectable and fundamentally solves the 'no radio buttons' issue.
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Apr 21 11:04:07 2008 UTC
(19 months ago)
by
sutharsan
Branch:
MAIN
Changes since
1.7: +14 -1 lines
Diff to
previous 1.7
#247608 reported by Jorrit, solution by Jorrit and myselves: Mail cache handling and mail status reporting.
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 31 19:37:55 2008 UTC
(19 months, 3 weeks ago)
by
sutharsan
Branch:
MAIN
Changes since
1.5: +1 -1 lines
Diff to
previous 1.5
#239396 reported by yakeledo, solution by myselves: invalid call to db_rewrite_sql() leads to error when using i18n module
Revision
1.5.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 31 19:35:38 2008 UTC
(19 months, 3 weeks ago)
by
sutharsan
Branch:
DRUPAL-6--1
Changes since
1.5: +1 -1 lines
Diff to
previous 1.5
#239396 reported by yakaledo, solution by myselves: invalid call to db_rewrite_sql() leads to error when using i18n module
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 26 09:55:16 2008 UTC
(21 months ago)
by
sutharsan
Branch:
MAIN
Changes since
1.3: +21 -64 lines
Diff to
previous 1.3
* theme_preprocess_HOOK applied to theming functions. simplenews_HOOK.tpl.php files added
* subscription admin and form moved to simplenews.subscription.inc
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 26 09:39:18 2008 UTC
(21 months ago)
by
sutharsan
Branch:
MAIN
Changes since
1.2: +6 -2 lines
Diff to
previous 1.2
* Button text 'Submit' Replaced by 'Save'
* Support for in-line hyperlinks in e-mail (temporarily?) removed.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 6 16:07:01 2008 UTC
(21 months, 2 weeks ago)
by
sutharsan
Branch:
MAIN
Changes since
1.1: +13 -13 lines
Diff to
previous 1.1
Creation of default newsletter term moved to install, _simplenews_get_vid() replaced by variable_get('simplenews_vid')
Clean up of db_query() syntax
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 3 01:08:55 2008 UTC
(21 months, 3 weeks ago)
by
sutharsan
Branch:
MAIN
HEAD ported to Drupal-6.x. Other changes included:
#166589: Simplenews nodes to follow standard form structure for note title and body.
#210400: Invalid use of object in simplenews_taxonomy()
Newsletter format (plain) is hidden if there is only one choice
Improved simplenews_validate_taxonomy() to prevent messages like "Invalid argument supplied for foreach()" in case of missing tags or vocabs.
Simplenews block delta naming changed: 'simplenews-' prefix removed.
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.