Log of /contributions/modules/subscriptions/README.txt
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.42 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 20 00:36:05 2009 UTC
(10 months, 1 week ago)
by
salvis
Branch:
MAIN
Changes since
1.41: +1 -0 lines
Diff to
previous 1.41
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).
Revision
1.38 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jul 19 22:27:07 2008 UTC
(16 months, 1 week ago)
by
salvis
Branch:
MAIN
Changes since
1.37: +0 -4 lines
Diff to
previous 1.37
#282840: drupal_html_to_text() is now part of core, no more need for the HTML_to_text module.
Revision
1.34
Sun May 18 19:13:05 2008 UTC
(18 months, 1 week ago)
by
salvis
Branch:
MAIN
Changes since
1.33: +0 -0 lines
FILE REMOVED
Drop files in old MAIN (obsolete version).
Revision
1.33.2.2.2.5 -
(
view)
(
download)
(
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
Changes since
1.33.2.2.2.4: +13 -2 lines
Diff to
previous 1.33.2.2.2.4
, to
branch point 1.33.2.2
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.33.2.2.2.4 -
(
view)
(
download)
(
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.33.2.2.2.3: +205 -121 lines
Diff to
previous 1.33.2.2.2.3
, to
branch point 1.33.2.2
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.33.2.2.2.3 -
(
view)
(
download)
(
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.33.2.2.2.2: +23 -0 lines
Diff to
previous 1.33.2.2.2.2
, to
branch point 1.33.2.2
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.33.2.2.2.2 -
(
view)
(
download)
(
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
Changes since
1.33.2.2.2.1: +98 -0 lines
Diff to
previous 1.33.2.2.2.1
, to
branch point 1.33.2.2
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.10.2.3.2.19 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 5 15:05:44 2006 UTC
(3 years ago)
by
c0c0c0
Branch:
DRUPAL-4-7
CVS Tags:
DRUPAL-4-7--1-0
Changes since
1.10.2.3.2.18: +14 -3 lines
Diff to
previous 1.10.2.3.2.18
, to
branch point 1.10.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.33 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Oct 12 00:12:06 2006 UTC
(3 years, 1 month ago)
by
c0c0c0
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-0
Branch point for:
DRUPAL-5
Changes since
1.32: +12 -3 lines
Diff to
previous 1.32
- 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.32 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Sep 9 18:25:36 2006 UTC
(3 years, 2 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.31: +17 -1 lines
Diff to
previous 1.31
- 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.10.2.3.2.18 -
(
view)
(
download)
(
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.10.2.3.2.17: +17 -1 lines
Diff to
previous 1.10.2.3.2.17
, to
branch point 1.10.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.31 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Sep 4 21:47:14 2006 UTC
(3 years, 2 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.30: +17 -12 lines
Diff to
previous 1.30
changed the subscriptions_comment() function to use object notation for better
compatability with PHP5. (#73666)
Revision
1.30 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 20 16:14:43 2006 UTC
(3 years, 3 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.29: +4 -1 lines
Diff to
previous 1.29
- 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.29 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jul 29 18:47:35 2006 UTC
(3 years, 4 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.28: +9 -4 lines
Diff to
previous 1.28
moved a variable initialization in subscriptions_comment() for compatibility with PHP5. (#73031)
Revision
1.28 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jul 1 23:58:54 2006 UTC
(3 years, 4 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.27: +8 -0 lines
Diff to
previous 1.27
- 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.10.2.3.2.14 -
(
view)
(
download)
(
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.10.2.3.2.13: +8 -0 lines
Diff to
previous 1.10.2.3.2.13
, to
branch point 1.10.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.26 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jun 22 01:33:08 2006 UTC
(3 years, 5 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.25: +10 -3 lines
Diff to
previous 1.25
- Cleared up some uninitialized variables (#70037)
- Corrected problem with incomplete result set (#70096)
Revision
1.10.2.3.2.11 -
(
view)
(
download)
(
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.10.2.3.2.10: +18 -1 lines
Diff to
previous 1.10.2.3.2.10
, to
branch point 1.10.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.25 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jun 21 00:19:06 2006 UTC
(3 years, 5 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.24: +18 -1 lines
Diff to
previous 1.24
- 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.24 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jun 16 00:30:03 2006 UTC
(3 years, 5 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.23: +10 -0 lines
Diff to
previous 1.23
- Fixed several minor "isset" errors
- Implemented FormsAPI for subscriptions maintenance pages (#6183, 6130)
Revision
1.22 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed May 31 12:30:21 2006 UTC
(3 years, 5 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.21: +14 -6 lines
Diff to
previous 1.21
- Fixed problem with return page on subscription change
- Fixed problem with unrequested notifications being sent out (#66018)
Revision
1.10.2.3.2.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 19 00:06:41 2006 UTC
(3 years, 6 months ago)
by
c0c0c0
Branch:
DRUPAL-4-7
Changes since
1.10.2.3.2.3: +9 -3 lines
Diff to
previous 1.10.2.3.2.3
, to
branch point 1.10.2.3
- 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.19 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 19 00:06:25 2006 UTC
(3 years, 6 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.18: +10 -4 lines
Diff to
previous 1.18
- 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.10.2.3.2.2 -
(
view)
(
download)
(
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.10.2.3.2.1: +9 -0 lines
Diff to
previous 1.10.2.3.2.1
, to
branch point 1.10.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.16 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 5 01:48:51 2006 UTC
(3 years, 6 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.15: +5 -0 lines
Diff to
previous 1.15
- 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.10.2.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Apr 22 20:55:58 2006 UTC
(3 years, 7 months ago)
by
c0c0c0
Changes since
1.10.2.3: +5 -0 lines
Diff to
previous 1.10.2.3
, to
branch point 1.10
, to
next main 1.45
- 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.14 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Apr 22 20:55:26 2006 UTC
(3 years, 7 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.13: +5 -0 lines
Diff to
previous 1.13
- 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.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Apr 7 03:16:16 2006 UTC
(3 years, 7 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.10: +25 -8 lines
Diff to
previous 1.10
- corrected a grouping error in psql (fixes bug #23551)
- aded troubleshooting section
Revision
1.10.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Apr 7 03:16:00 2006 UTC
(3 years, 7 months ago)
by
c0c0c0
Changes since
1.10: +25 -8 lines
Diff to
previous 1.10
- corrected a grouping error in psql (fixes bug #23551)
- aded troubleshooting section
Revision
1.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Apr 1 03:04:42 2006 UTC
(3 years, 7 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.8: +12 -4 lines
Diff to
previous 1.8
-modified form element construction for new 4.7 api (fixes bug #31041)
added subscriptions.install file
Revision
1.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 28 01:07:14 2006 UTC
(3 years, 8 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.7: +7 -0 lines
Diff to
previous 1.7
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.4.2.4 -
(
view)
(
download)
(
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.4.2.3: +7 -0 lines
Diff to
previous 1.4.2.3
, to
branch point 1.4
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.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 7 23:17:45 2006 UTC
(3 years, 8 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.6: +3 -0 lines
Diff to
previous 1.6
replaced confirmation page with message and redirect (addresses request #4625)
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 7 01:17:17 2006 UTC
(3 years, 8 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.5: +16 -2 lines
Diff to
previous 1.5
- added notification upon node status change, like publishing (Fixes bug #31041)
- added another array initialization to prevent error on an array merge.
Revision
1.4.2.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 7 01:08:19 2006 UTC
(3 years, 8 months ago)
by
c0c0c0
Branch:
DRUPAL-4-6
Changes since
1.4.2.1: +17 -2 lines
Diff to
previous 1.4.2.1
, to
branch point 1.4
- removed extra line and trailing "?>" that was causing a header warning
(Fixes bug #52554)
- added notification upon node status change, like publishing (Fixes bug #31041)
Revision
1.4.2.1 -
(
view)
(
download)
(
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.4: +8 -3 lines
Diff to
previous 1.4
- 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.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Mar 4 23:55:35 2006 UTC
(3 years, 8 months ago)
by
c0c0c0
Branch:
MAIN
Changes since
1.4: +8 -3 lines
Diff to
previous 1.4
- 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.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 5 19:44:00 2004 UTC
(5 years ago)
by
uwe
Branch:
MAIN
Changes since
1.1: +1 -1 lines
Diff to
previous 1.1
README -> README.txt (occurences within files corrected), as announced on the
devel mailinglist.
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 13 13:01:49 2004 UTC
(5 years, 1 month ago)
by
uwe
Branch:
MAIN
Branch point for:
DRUPAL-4-5
Renamed all README files to README.txt, as discussed in
http://drupal.org/node/11517. I have done this using some command line magic:
find . -name README -exec cp '{}' '{}.txt' \; -exec cvs remove -f '{}' \; -exec cvs add '{}.txt' \;
I will update all occurences of 'README' to 'README.txt' in the conrtib CVS,
soon. I'll also rename LICENSE, CHANGELOG etc. files as soon as I get around
to it.
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.