/[drupal]/contributions/modules/subscriptions/CHANGELOG.txt
ViewVC logotype

Contents of /contributions/modules/subscriptions/CHANGELOG.txt

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


Revision 1.106 - (show annotations) (download)
Tue Nov 3 22:35:11 2009 UTC (3 weeks ago) by salvis
Branch: MAIN
Changes since 1.105: +1 -0 lines
File MIME type: text/plain
Fix some strings.
1 CHANGELOG for Subscriptions 1.x for Drupal 6
2
3 Subscriptions 6.x-1.x-dev:
4 Enhancements:
5 - #581042: Implement a pager query for user/UID/subscriptions/node.
6 - #590022: Reduce the footprint of subscriptions_mail.
7 Bugs fixed:
8 - Fix some strings.
9 - #611850: Really keep users from getting notifications from blocked content types.
10 - #591470: Avoid iterating over all thread subscriptions when preparing the node subscribe form.
11 - Tune a string.
12 - #590738: Ensure that subscriptions_update_6101() runs successfully and remove the obsolete {subscriptions_user}.last_sent column.
13
14
15 Subscriptions 6.x-1.1 (2009-09-28):
16 Enhancements:
17 - Update .pot file and German translation, tune some strings.
18 - #581644: Provide a (temporary) work-around for bug in D6.14, which disables the cron job, and improve warning messages.
19 - #505480: Display number of entries in the queue and provide a button to clear the queue.
20 - #560146: Allow specifying a cron job time percentage (including 0 to temporarily disable notifications).
21 Bugs fixed:
22 - Primary key fields in newly created {subscriptions_last_sent} table must be 'not null'.
23 - #560146: Fix digest Subscriptions don't send if not set to "published" before cron runs.
24 - #350077: Fix maximum number of notification to send per cron job breaks Digest mode.
25
26
27 Subscriptions 6.x-1.0 (2009-08-26):
28 - #528136: Remove HTML tags from CCK fields.
29
30 Subscriptions 6.x-1.0-RC1 (2009-08-22):
31 - Add a system option to append the mailkey in use to each mail message, for development/testing.
32 - Add a !has_files variable to help with conditional text for the !files variable.
33 - #259377: Add some new French strings, corrected plural formula.
34
35 Subscriptions 6.x-1.0-BETA6 (2009-07-22):
36 - #367093: Don't suppress "On comments" checkboxes.
37 - #259377: French translation.
38 - #500148: Mention 'comment' in the node-nid template description; also change 'Pages' to 'Pages/Threads'; update .pot and de.po.
39 - #524362: Fix empty subscriptions_content_node_form().
40 - Fix the fix: MySQL doesn't like CAST(... AS VARCHAR).
41 - #524332: PostgreSQL fixes.
42 - #524332-5: Undo the taxa optimization; it destroys potentially useful data and is non-conformant SQL.
43 - #507898: Avoid creating duplicate entries in {subscriptions_queue} for new comments.
44 - #507898: Avoid creating duplicate taxa entries in {subscriptions_queue}.
45 - Add img_assist module support (provide URLs of embedded pictures).
46 - Add the !files variable to list attached files.
47 - Define new hook_subscriptions_ui() to allow arbitration of multiple node UIs.
48 - #301229: Remove subscriptions_moderate_content_notifications module.
49 - Update strings, .pot file and German translation.
50 - #430870: Check the syntax of the blocked node input field.
51 - #324716: Allow modifying the "From" e-mail name.
52 - #427642: Add Hungarian translation.
53 - Minor clean-up (mostly strings).
54 - #356964: Add "Latest activity, authored, commented" information on the page/thread subscriptions page.
55 - #356964: Add select/unselect all checkbox on the subscriptions pages.
56 - #373130: Avoid mentioning 'red' formatting because this is theme-dependent.
57 - #372490: Add tag symbol to links that are visible only due to the 'subscribe to all content types' permission.
58 - #373128: Fix notice (Trying to get property of non-object).
59 - #371701: Add another pgsql CAST().
60 - #365682: Commit Brazilian Portuguese translation.
61 - #362533: Analyze and report faulty returns from hook_subscriptions().
62 - Move Danish translation to the correct directory (it's based on the D5 version even though it was uploaded to HEAD/D6, but it's better than nothing).
63 - #351753: Add any missing {subscriptions_user} records without complaint to support multi-site installations.
64 - Remove pre-D6 {subscriptions_mail_edit} table from database schema.
65 - Clean up database schema to keep schema module happy.
66 - #305235: Revert previous patch because it didn't work.
67
68 Subscriptions 6.x-1.0-BETA5 (2008-12-27):
69 - #351606: Fix deprecated call-time pass-by-reference.
70
71 Subscriptions 6.x-1.0-BETA4 (2008-12-27):
72 - #339076: Decode entities in CCK field values.
73 - #305235: Make 'Subscribe' links compatible with Pathauto.
74 - Provide an upgrade path for the D5 mail templates (requires latest mail_edit, see #318324).
75 - #336952: Warn about IP as site address.
76 - #333818: Fix E_NOTICE.
77 - #328341: Make pgsql CAST()s conditional on the database engine.
78 - #322131: Really fix user default subscriptions forms.
79 - #322131: Fix user default subscriptions forms.
80 - #318150: Get by without hook_nodeapi('prepare') for inserting nodes programmatically.
81
82 Subscriptions 6.x-1.0-BETA3 (2008-10-14):
83 - #316367: Fix multiple-comments template garbage.
84 - #318236: Explanation of CCK variables missing from digest page in mail_edit.
85 - #311343: Warn about bad 'http://' site url.
86 - #315304: Avoid using empty anchor tag.
87 - Add missing hook_block('list') information.
88 - #308801: Fix enable-subscriptions-block-warning link.
89 - #299259: Add option to hide "Subscribe to this page", update .pot and de.po files.
90 - #302961: Fix bogus "error mailing notification" in watchdog log.
91 - #303298: Remove call-time pass-by-reference.
92
93 Subscriptions 6.x-1.0-BETA2 (2008-08-30):
94 - Add subscriptions_cck.module for D6.
95 - Two missing pieces for mail_edit 6.x-1.x.
96 - Avoid potential naming conflicts.
97 - Clean up: eliminate notices.
98 - Implement support for mail_edit 6.x-1.x.
99 - Fix the anchor on the node form fieldset.
100 - #296995: Change defaults to send comments and updates.
101 - Remove obsolete database table backup function when upgrading from 5.x-1.x.
102 - #294381: Fine-tune the German translation, fix some replacable strings in all languages.
103 - #294381: Update German translation.
104 - #283721: Add a List-Id header according to RFC 2919.
105 - #291929: Use hook_taxonomy() and hook_node_type() to catch deletions and clean out orphaned subscriptions.
106 - #292654: On-comment subscriptions by author must check the node author, not the comment author.
107 - #290882: Fix prior patch for #289965.
108 - #289965: 'Blocked content types' must override 'Auto-subscribe'.
109 - #288553: Fix untranslated 'Auto-subscribe'.
110 - #280182: Split the checkboxes and their labels into two separate columns to avoid toggling the checkboxes when clicking a label link.
111 - Fix display of empty Page form.
112 - #287591: Don't display Subscribe UI for anonymous users.
113 - #269617: Fix pgsql section of contributed moderate_content_notifications_install().
114 - #281600: Add explanatory code comment for error message about missing {subscriptions_user} records (no significant functional changes).
115 - #284442: Fix call to undefined function language_initialize() for sites that have only one language.
116 - #282840: drupal_html_to_text() is now part of core, no more need for the HTML_to_text module.
117 - #278107: Check for the existence of the {mail_edit} table before attempting to remove entries in subscriptions_uninstall().
118 - Don't use drupal_goto() in a form submit handler.
119 - #273960: Fix multi-language support.
120 - #273537: Allow translating the entries in the 'Type' column of the Overview page.
121
122 Subscriptions 6.x-1.0-BETA1 (2008-06-22):
123 - Various fixes.
124 - Initial port to D6 (ALPHA quality).
125 - Copied Subscriptions 5.x-2.1-dev (2008-05-18).

  ViewVC Help
Powered by ViewVC 1.1.2