Log of /contributions/modules/subscriptions/subscriptions.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.89 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Aug 26 00:11:50 2009 UTC
(3 months ago)
by
salvis
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-1
Changes since
1.88: +4 -2 lines
Diff to
previous 1.88
#350077: Fix maximum number of notification to send per cron job breaks Digest mode, reported by peter.swietoslawski, extensive helpful discussions with gregarios.
Revision
1.83 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jan 19 23:07:56 2009 UTC
(10 months, 1 week ago)
by
salvis
Branch:
MAIN
Changes since
1.82: +8 -5 lines
Diff to
previous 1.82
#351753: Add any missing {subscriptions_user} records without complaint to support multi-site installations.
Revision
1.81 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 24 17:34:19 2008 UTC
(16 months ago)
by
salvis
Branch:
MAIN
Changes since
1.80: +3 -1 lines
Diff to
previous 1.80
#281600: Add explanatory code comment for error message about missing {subscriptions_user} records (no significant functional changes).
Revision
1.70
Sun May 18 19:13:05 2008 UTC
(18 months, 1 week ago)
by
salvis
Branch:
MAIN
Changes since
1.69: +1 -1 lines
FILE REMOVED
Drop files in old MAIN (obsolete version).
Revision
1.62.2.45.2.40 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Apr 14 22:24:16 2008 UTC
(19 months, 2 weeks ago)
by
chx
Branch:
DRUPAL-5--2
CVS Tags:
DRUPAL-5--2-0,
DRUPAL-5--2-0-RC1,
DRUPAL-5--2-1
Changes since
1.62.2.45.2.39: +12 -4 lines
Diff to
previous 1.62.2.45.2.39
, to
branch point 1.62.2.45
Update Spanish translation, by develCuy.
New moderate_content_notifications module in contrib.
Update strings and German translation for suppressing Subscriptions notifications on comment updates.
Allow users with 'administer comments' to suppress Subscriptions notifications on comment updates.
Implement $event['noqueue_uids'].
Don't use db_query_range() for UPDATE.
Fix cosmetic issues (no functional change).
Change 'pqsql' case to use 'serial'.
Fix possible sources of watchdog errors.
Add init_theme() before theme_get_setting() to ensure the theme system is initialized.
Change 'set-up' to 'setup', no functional change.
Allow hiding the 'by author' subscriptions options.
Commit Italian translation.
Add subscriptions_cck add-on module to provide CCK fields to the mail templates.
Fix watchdog cron summary message.
Expand !full_node warning message.
Add CSS class and hint to 'Subscribe' link.
Remove deprecated call-time pass-by-reference.
Remove any trailing spaces from email notifications.
Generate helpful warning for bad $base_url.
Make !full_node variable optional.
Update README.txt.
Restrict 'Subscribe' link to nodes only, not comments.
Fix !sender_... variables.
Add some useful links to admin/settings/subscriptions.
Undo inadvertent change @281 to subscriptions_ui_link().
Revision
1.62.2.45.2.39 -
(
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-BETA12
Changes since
1.62.2.45.2.38: +61 -25 lines
Diff to
previous 1.62.2.45.2.38
, to
branch point 1.62.2.45
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.62.2.45.2.38 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Feb 21 22:27:39 2008 UTC
(21 months ago)
by
chx
Branch:
DRUPAL-5--2
CVS Tags:
DRUPAL-5--2-0-BETA11
Changes since
1.62.2.45.2.37: +49 -37 lines
Diff to
previous 1.62.2.45.2.37
, to
branch point 1.62.2.45
Fix hook_count_user_subscriptions implementation.
Implement hook_subscriptions_queue_alter().
Undo first attempt to accommodate subscriptions_moderate.module.
Implement a list of blocked nodes.
Improve text sanitizing.
Put all controls on Add Subscription page.
Update translation template and German translation.
#222334: hook_count_user_subscriptions() and subscriptions_get_full_subscription() as requested by develCuy for subscriptions_og.module.
Add recommendation of the HTML_to_text module.
Fix hook_subscriptions_moderation_queue() call.
Add hold to {subscriptions_queue}, hook_subscriptions_moderation_queue() to subscriptions_queue(), and support in subscriptions_mail_cron() in anticipation of the subscriptions_moderation.module.
Move subscriptions_auto and subscriptions_sendself from {users} to {subscriptions_user};
implement three different auto_subs.
Cosmetic: change [Subscribe] button to [Save] button.
Fix minor bug in disable-the-checkboxes-on-the-forum-containers implementation.
Disable the checkboxes on the forum containers.
Use the right key for checking access in subscriptions_write().
Use session_save_session().
Really fix NULL default value for reference parameter now.
Fix NULL default value for reference parameter (subscriptions_mail.module in previous commit!).
Fix missing default parameter values for hook_link().
Add explanation about Unpublished Nodes/Comments to README.txt.
Change CR/LF to LF (no functional change).
Revision
1.62.2.45.2.37 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jan 18 21:47:25 2008 UTC
(22 months, 1 week ago)
by
chx
Branch:
DRUPAL-5--2
CVS Tags:
DRUPAL-5--2-0-BETA10,
DRUPAL-5--2-0-BETA8,
DRUPAL-5--2-0-BETA9
Changes since
1.62.2.45.2.36: +67 -68 lines
Diff to
previous 1.62.2.45.2.36
, to
branch point 1.62.2.45
Turn the subscription kind descriptions on the node form into subscribe links.
Add !unsubscribe link to default template.
Activate HTML-to-text.
!unsubscribe_url implemented
Implemented digest mode, including mail_edit/mailkey, mailvars and template and UI.
Fix update_5() bug -- not again this time!!!
Make subscriptions_tableselect.js compatible with IE.
Clean up and add missing "unavailable" indicators for users with "subscribe to all content types" permission.
Clean up "unavailable" indicators on node form, thread and content type page forms.
Clean up empty border case on blog page form.
Tune taxa page for empty border cases and restricted vocabularies.
Avoid translating strings that are already translated in core.
Allow suppressing Subscriptions notifications in Publishing options.
Extract the mail templates into an .inc file and make them available for translation.
Provide a nice default template.
Categorize manually published comment as new, fix minor bug.
Make subscriptions_mail_template_preprocess() more robust.
Fix minor bug in subscriptions_mail_template_preprocess().
Rework new/published/updated node/comment handling.
Fix some minor bugs in the notifying process.
Set sendself default to ON, to avoid unnecessary support issues.
Mark blocked content types.
Tune layout of node form table.
Hide unpublished threads from Threads page.
Fixed comment.module dependency.
Don't send notifications to blocked accounts.
Fix foreach() bug in _subscriptions_taxonomy_node_options().
Fix minor translation issue.
Control visibility of Send interval, On update, and On comment columns.
Implement JS dynamics for subscription forms.
Finish subscribe link implementation.
Drop useless squid index from subscriptions_user table.
Add some (commented out) debug statements that can help in remote debugging.
Shorten the watchdog messages.
Translate the permissions.
Fix "ambiguous 'send_xxx'" SQL warnings.
Revision
1.62.2.45.2.35 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Dec 29 10:28:12 2007 UTC
(23 months ago)
by
chx
Branch:
DRUPAL-5--2
CVS Tags:
DRUPAL-5--2-0-BETA-6
Changes since
1.62.2.45.2.34: +112 -10 lines
Diff to
previous 1.62.2.45.2.34
, to
branch point 1.62.2.45
All changes are by salvis.
Change "Taxonomy" to "Categories" according to presumed D5 guidelines (no "taxonomy" on user-visible pages).
Use db_rewrite_sql on user subscriptions subtab forms.
Implement role-specific default subscriptions.
Fix minor bug in subscriptions_user().
Use a uid of -DRUPAL_AUTHENTICATED_RID (-2) rather than 0 for the site settings in the subscriptions and subscriptions_user tables.
Tune theme_subscriptions_form_table() to better distribute the columns (let the last column take the growth if <5 columns)
Improve indentation of hierarchical taxonomies (same as admin/content/forum)
Tune a string (no functional change).
Omit the 'To %type posts' options if the type is unknown (e.g. a module was disabled).
Don't display On comments column if comment module is not installed.
Fix removal of Author column in theme_subscriptions_form_table().
Clarify the meaning of the site settings.
Provide a [Reset to site defaults] button.
Fix Send Interval of existing subscriptions being trashed by node form.
Implement site and user default values.
Implement default subscriptions for new users.
Implement 'Notify poster of own posts' site and user setting.
Change strings to standard initial caps and update .pot/de.po.
subscriptions_user.last_sent was always written to uid 0.
Avoid crashing on subscriptions/taxa page when a restricted vocabulary has 0 terms subscribed (= visible).
Remove Author column from Subscriptions pages when it's empty (i.e. when there are no author-specific subscriptions).
Update translation template and German translation.
Add Id cvs tags where missing (no functional change)
Revision
1.62.2.45.2.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Dec 21 00:42:51 2007 UTC
(23 months, 1 week ago)
by
chx
Branch:
DRUPAL-5--2
CVS Tags:
DRUPAL-5--2-0-BETA-5
Changes since
1.62.2.45.2.33: +16 -27 lines
Diff to
previous 1.62.2.45.2.33
, to
branch point 1.62.2.45
All changes are by salvis:
Implement restricted vocabularies.
Add missing user_access('subscribe to content types', $account) check in _subscriptions_content_node_options().
Implement 'subscribe to all content types' permission.
Split Omitted content types up into Unlisted and Blocked content types.
Remove teasers user option.
Move AutoSubscribe user option from user/NNN/edit to user/NNN/subscriptions.
Implement separate Subscriptions|Blogs page.
Remove Author column from Threads and Blogs pages.
Add weights to subscription options for controlling the node form, the Overview page and the subtabs.
Comment out RSS feed.
Make (and keep) subscriptions_content.module heavier than taxonomy.module.
Make the fieldset on the node form collapsed by default.
Supply an early German translation and clean up minor string issues.
Make positive watchdog entries conditional.
Standardize on capital 'On updates'
Fix minor bug in conditional text.
Add an !is_old variable.
Revision
1.62.2.45.2.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 19 12:39:07 2007 UTC
(2 years, 3 months ago)
by
chx
Branch:
DRUPAL-5--2
Changes since
1.62.2.45.2.16: +145 -693 lines
Diff to
previous 1.62.2.45.2.16
, to
branch point 1.62.2.45
Fixed #167847 reported by salvis (warnings in cron).
Updated subscriptions.install #166715 -- most work by salvis, cleanup, primary key by me.
Now we use mail_edit facilities and depend on the module instead of theme functions.
Moved 1/3 of the module into subscriptions.admin.inc
Fixed a notice in hook_form_alter.
Simplified stype, ptype APIs, just list the possibilites, the module itself is the prefix.
Fixed space issues as reported by coder module.
Revision
1.62.2.28 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 2 22:52:34 2007 UTC
(2 years, 8 months ago)
by
mindless
Branch:
DRUPAL-5
Changes since
1.62.2.27: +76 -129 lines
Diff to
previous 1.62.2.27
, to
branch point 1.62
Fix subscriptions_comments_taxa: was returning a single object
instead of an array of strings.
Fix comment status check in subscriptions_comment (correctly ignore
updates to unpublished comments now).
Refactor nodes/categories/types/blogs form functions slightly,
to set message saying "no categories",etc in the function rather than
returning null and replacing with text later.
Also properly show "no categories" message when a vocabulary exists
but it has no terms.
Remove unused static variables.
Change "$x = $x . $y" to "$x .= $y".
Other misc cleanup.
Revision
1.62.2.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Feb 9 21:51:49 2007 UTC
(2 years, 9 months ago)
by
arthuregg
Branch:
DRUPAL-5
Changes since
1.62.2.19: +173 -107 lines
Diff to
previous 1.62.2.19
, to
branch point 1.62
- removed settings for showing on user page
- removed settings for showing on nav
- added $display_type value to subscription_page
- handling user/$uid/subscriptions based on accounts not on logged in user
- subscriptions/ is user specific
- new permissions for each kind of subscription
- when updating, be sure to change user access
Revision
1.67 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 25 15:54:28 2007 UTC
(2 years, 10 months ago)
by
arthuregg
Branch:
MAIN
Changes since
1.66: +2 -2 lines
Diff to
previous 1.66
#112600, thanks to neubreed and nedjo for pointing out missing argument value
- sets default value for teaser
Revision
1.62 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 26 00:29:28 2006 UTC
(3 years ago)
by
arthuregg
Branch:
MAIN
Branch point for:
DRUPAL-5
Changes since
1.61: +34 -13 lines
Diff to
previous 1.61
- fixed the taxonomy subscriptions on the user preferences screen
- did some white space cleanup and grouped a few functions
@ TODO mail testing on cron and non-cron setups
Revision
1.60 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Nov 24 19:54:23 2006 UTC
(3 years ago)
by
arthuregg
Branch:
MAIN
Changes since
1.59: +140 -44 lines
Diff to
previous 1.59
fixed the basic node subscription display and options under user/UID
@TODO fix the taxonomy subscription display, submission, and editing
@TODO fix the type subscription display, submission, and editing
Revision
1.59 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Nov 24 16:51:35 2006 UTC
(3 years ago)
by
arthuregg
Branch:
MAIN
Changes since
1.58: +39 -36 lines
Diff to
previous 1.58
Fixed the admin settings function to return for
Fixed the menu hook to support the drupal 5 settings
Fixed the link hook to return the correct html
Revision
1.38.2.3.2.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 5 15:05:44 2006 UTC
(3 years ago)
by
c0c0c0
Branch:
DRUPAL-4-7
Changes since
1.38.2.3.2.16: +26 -13 lines
Diff to
previous 1.38.2.3.2.16
, to
branch point 1.38.2.3
- Added filter on notifications for edits to already published nodes. (#86818,
#74727)
- Added PostGre SQL compatibility to subscriptions_comment_taxa. (#82623)
- Corrected SQL errors with RSS feed. (#81593)
- Made several variable initializations more flexible vis a vis PHP version.
(#73031)
Revision
1.58 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 12 00:12:06 2006 UTC
(3 years, 1 month ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.57: +69 -24 lines
Diff to
previous 1.57
- Created the info file for v5.0.
- Implemented hook_link for v5.0.
- Changed module_exist() to module_exists() for v5.0.
- Added filter on notifications for edits to already published nodes. (#86818)
- Made several variable initializations more flexible vis a vis PHP version.
(#73031)
Revision
1.57 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Sep 9 18:25:36 2006 UTC
(3 years, 2 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.56: +11 -9 lines
Diff to
previous 1.56
- Changed subscriptions_link() to call the vid rather than the tid, correcting
a problem where vocabulary exclusions could fail to work. (#79774)
- Modified subscriptions_taxa() to display the vocabulary (parent) along with
the term name for better clarity. (#79774)
- Added an if/then clause to handle an error when taxonomies are disabled.
(#79807)
- Added a translation tag for node types displayed on the "my subscriptions"
page. (#76901)
- changed the subscriptions_comment() function to use object notation OR array
notatation for better compatability with PHP4 AND PHP5. (#73666)
- Added translation tag for %type in emails. (#77054)
Revision
1.38.2.3.2.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Sep 9 18:25:16 2006 UTC
(3 years, 2 months ago)
by
c0c0c0
Branch:
DRUPAL-4-7
Changes since
1.38.2.3.2.15: +11 -9 lines
Diff to
previous 1.38.2.3.2.15
, to
branch point 1.38.2.3
- Changed subscriptions_link() to call the vid rather than the tid, correcting
a problem where vocabulary exclusions could fail to work. (#79774)
- Modified subscriptions_taxa() to display the vocabulary (parent) along with
the term name for better clarity. (#79774)
- Added an if/then clause to handle an error when taxonomies are disabled.
(#79807)
- Added a translation tag for node types displayed on the "my subscriptions"
page. (#76901)
- changed the subscriptions_comment() function to use object notation OR array
notatation for better compatability with PHP4 AND PHP5. (#73666)
- Added translation tag for %type in emails. (#77054)
Revision
1.56 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 4 21:47:14 2006 UTC
(3 years, 2 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.55: +2 -2 lines
Diff to
previous 1.55
changed the subscriptions_comment() function to use object notation for better
compatability with PHP5. (#73666)
Revision
1.55 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 20 16:14:43 2006 UTC
(3 years, 3 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.54: +1 -1 lines
Diff to
previous 1.54
- moved a variable initialization in subscriptions_comment()
for compatibility with PHP5. (#73031)
- Added an aggregate function to subscriptions_feed() SQL for PostGre
compatibility. (#77840)
Revision
1.53 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 1 23:58:54 2006 UTC
(3 years, 4 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.52: +4 -12 lines
Diff to
previous 1.52
- cleaned up an uninitialized variable in subscriptions_comment()
- corrected a misnamed variable in subscriptions_cron()
- corrected a misnamed variable in subscriptions_testpost() (#71008)
- backed out code that prevents sending an update on node edit (rather than
insert or publish). It didn't work, anyway. (#70268)
Revision
1.38.2.3.2.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 1 23:58:36 2006 UTC
(3 years, 4 months ago)
by
c0c0c0
Branch:
DRUPAL-4-7
Changes since
1.38.2.3.2.11: +4 -12 lines
Diff to
previous 1.38.2.3.2.11
, to
branch point 1.38.2.3
- cleaned up an uninitialized variable in subscriptions_comment()
- corrected a misnamed variable in subscriptions_cron()
- corrected a misnamed variable in subscriptions_testpost() (#71008)
- backed out code that prevents sending an update on node edit (rather than
insert or publish). It didn't work, anyway. (#70268)
Revision
1.51 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jun 22 01:33:08 2006 UTC
(3 years, 5 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.50: +5 -6 lines
Diff to
previous 1.50
- Cleared up some uninitialized variables (#70037)
- Corrected problem with incomplete result set (#70096)
Revision
1.38.2.3.2.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 21 00:19:25 2006 UTC
(3 years, 5 months ago)
by
c0c0c0
Branch:
DRUPAL-4-7
Changes since
1.38.2.3.2.8: +343 -281 lines
Diff to
previous 1.38.2.3.2.8
, to
branch point 1.38.2.3
- Displayed and ordered node subscriptions by node type (#68637)
- Enabled option to exclude certain content types from the content type
subscription form (#24603)
- Extended both content type and taxonomy exclusion to hide subscription
links at node level
- Added an option to notify a poster of their own posts
- Implemented a final node access test before sending out notifications (#13502)
- Fixed bug preventing the subscription checkbox from appearing at create node
(#68198)
- Replaced up a bunch of tabs with double spaces
- Added node title to notification
- Hid subscriptions reports stub, awaiting better content
- Corrected a bug with taxonomy subscriptions not displaying on form
Revision
1.50 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 21 00:19:06 2006 UTC
(3 years, 5 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.49: +343 -281 lines
Diff to
previous 1.49
- Displayed and ordered node subscriptions by node type (#68637)
- Enabled option to exclude certain content types from the content type
subscription form (#24603)
- Extended both content type and taxonomy exclusion to hide subscription
links at node level
- Added an option to notify a poster of their own posts
- Implemented a final node access test before sending out notifications (#13502)
- Fixed bug preventing the subscription checkbox from appearing at create node
(#68198)
- Replaced up a bunch of tabs with double spaces
- Added node title to notification
- Hid subscriptions reports stub, awaiting better content
- Corrected a bug with taxonomy subscriptions not displaying on form
Revision
1.49 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jun 16 00:30:05 2006 UTC
(3 years, 5 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.48: +222 -64 lines
Diff to
previous 1.48
- Fixed several minor "isset" errors
- Implemented FormsAPI for subscriptions maintenance pages (#6183, 6130)
Revision
1.47 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 31 12:30:21 2006 UTC
(3 years, 5 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.46: +2 -2 lines
Diff to
previous 1.46
- Fixed problem with return page on subscription change
- Fixed problem with unrequested notifications being sent out (#66018)
Revision
1.45 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 19 00:06:25 2006 UTC
(3 years, 6 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.44: +187 -28 lines
Diff to
previous 1.44
- added my account\my subscriptions menu
- split subscription management into submenus by subscription type
- added content types as a subscription option
- added "autosubscribe by default" admin option
Revision
1.38.2.3.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 5 22:51:37 2006 UTC
(3 years, 6 months ago)
by
c0c0c0
Branch:
DRUPAL-4-7
Changes since
1.38.2.3.2.1: +28 -4 lines
Diff to
previous 1.38.2.3.2.1
, to
branch point 1.38.2.3
- Added portuguese translation (request #61988)
- enabled taxa subscription notifications for comments (fixes bug #61567)
- added administration option to preset user profile autosubscribe option
- cleaned up administration option text
Revision
1.44 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 5 01:48:51 2006 UTC
(3 years, 6 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.43: +28 -4 lines
Diff to
previous 1.43
- enabled taxa subscription notifications for comments (fixes bug #61567)
- added administration option to preset user profile autosubscribe option
- cleaned up administration option text
Revision
1.42 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Apr 22 20:55:26 2006 UTC
(3 years, 7 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.41: +64 -27 lines
Diff to
previous 1.41
- Removed comments on install file (addresses bug #59857)
- Moved Subscriptions user menu under 'my account', but created an admin option
to leave it on the main menu
- Removed superfluous admin/subscriptions menu
Revision
1.38 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Apr 1 03:04:42 2006 UTC
(3 years, 7 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.37: +98 -99 lines
Diff to
previous 1.37
-modified form element construction for new 4.7 api (fixes bug #31041)
added subscriptions.install file
Revision
1.37 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 28 01:07:14 2006 UTC
(3 years, 8 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.36: +148 -59 lines
Diff to
previous 1.36
03/27/2006 (dan ziemecki)
- refined node publishing trap to only notify on publication, not un-publication
- added cron managed notification mailings (addresses request #14516)
- added ability to turn off watchdog logging for successful mailings
- added option to confirm posts are still active prior to cron mailings
(addresses request #17745)
Revision
1.30.2.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 28 00:57:47 2006 UTC
(3 years, 8 months ago)
by
c0c0c0
Branch:
DRUPAL-4-6
Changes since
1.30.2.5: +141 -50 lines
Diff to
previous 1.30.2.5
, to
branch point 1.30
03/27/2006 (dan ziemecki)
- refined node publishing trap to only notify on publication, not un-publication
- added cron managed notification mailings (addresses request #14516)
- added ability to turn off watchdog logging for successful mailings
- added option to confirm posts are still active prior to cron mailings
(addresses request #17745)
Revision
1.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 7 01:17:17 2006 UTC
(3 years, 8 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.33: +14 -2 lines
Diff to
previous 1.33
- added notification upon node status change, like publishing (Fixes bug #31041)
- added another array initialization to prevent error on an array merge.
Revision
1.30.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Mar 5 02:13:46 2006 UTC
(3 years, 8 months ago)
by
c0c0c0
Branch:
DRUPAL-4-6
Changes since
1.30: +8 -1 lines
Diff to
previous 1.30
- added Norwegian translation
- added check to see if comments are allowed on a node and if the viewer is
logged on before prompting viewer to subscribe. (Fixes bug #2610)
- added array initialization to prevetn error on an array merge. (Fixes bug #22849)
Revision
1.33 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 4 23:55:35 2006 UTC
(3 years, 8 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.32: +5 -2 lines
Diff to
previous 1.32
- added Norwegian translation
- added check to see if comments are allowed on a node and if the viewer is
logged on before prompting viewer to subscribe. (Fixes bug #2610)
- added array initialization to prevetn error on an array merge. (Fixes bug #22849)
Revision
1.32 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 12 03:47:31 2005 UTC
(3 years, 11 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.31: +46 -4 lines
Diff to
previous 1.31
added a unified rss feed with latest subscribed nodes for a given user ... fixed php5 warnings when user had no subscriptions ... added TODO about using destination= querystring param instead of useless confirmation pages ... committed with permission from TDobes
Revision
1.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 5 05:50:08 2004 UTC
(5 years, 3 months ago)
by
tdobes
Branch:
MAIN
Changes since
1.18: +291 -159 lines
Diff to
previous 1.18
updated to work with CVS HEAD (fixes bug 8693), merged recent changes from 4.4 branch, other misc. updates and code clean-up
Revision
1.12.4.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 27 13:53:21 2004 UTC
(5 years, 5 months ago)
by
c0c0c0
Branch:
DRUPAL-4-4
Changes since
1.12.4.4: +133 -22 lines
Diff to
previous 1.12.4.4
, to
branch point 1.12
- Re-added autosubscription section to my account | edit account.
- Added admin settings and filters for omitted taxonomies.
- Change maintenance page from "Your Subscriptions to "My Subscriptions.
- Corrected a bug when no taxonomies are assigned to an inserted node.
- Refactored tables using theme_table.
- Added an administrative report, to anchor later admin functions.
Revision
1.4.2.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 21 00:43:24 2003 UTC
(5 years, 11 months ago)
by
weitzman
Branch:
DRUPAL-4-3
Changes since
1.4.2.7: +40 -18 lines
Diff to
previous 1.4.2.7
, to
branch point 1.4
, to
next main 1.90
added subscribe checkbox to bottom of node forms
refactored insertion of new subscriptions into its own function
changed name of permission from 'subscribe to nodes' to 'maintain subscriptions' anyone currently using this module should visit their permissions page after updating.
Revision
1.4.2.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Dec 20 19:04:38 2003 UTC
(5 years, 11 months ago)
by
weitzman
Branch:
DRUPAL-4-3
Changes since
1.4.2.6: +10 -10 lines
Diff to
previous 1.4.2.6
, to
branch point 1.4
improve descriptionon admin -> config -> modules page
improved the watchdofg messages after sending email but i still don't see them working
fixed urls in emails when not using clean urls. folks - the url() function is great for building links in email
don't send notification when unpublished nodes/comments are posted
don't diplay the subscribe/unsubscribe link when the node doesn't accept comments.
fix a warning when user has no taxo subscriptions
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Dec 13 16:10:34 2003 UTC
(5 years, 11 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.8: +107 -78 lines
Diff to
previous 1.8
changed node link so they read 'subscribe and 'unsubscribe' as needed. refactored and added caching to support this.