CVS messages
CVS (Concurrent Versions System) is a code management system used by developers to collaborate and track modifications of code.
January 31, 2009
-
Organic Groups Subscriptions: /modules/subscriptions_og/subscriptions_og.info 1.1.2.3.2.1 @ DRUPAL-6--1
Organic Groups Subscriptions: /modules/subscriptions_og/subscriptions_og.module 1.1.2.52.2.1 @ DRUPAL-6--1A first release of a version compatible with Drupal 6. This has only minimal functionality so far, mimicking closely the subscriptions_taxonomy module. In addition users are subscribed and unsubscribed when they join or leave a group. When a group is deleted the corresponding subscriptions are deleted. The module also takes care of sending the og mail messages. All additional functionality to do with og integration is commented out.
June 25, 2008
-
Organic Groups Subscriptions: /modules/subscriptions_og/README.txt 1.1.2.5 @ DRUPAL-5
Organic Groups Subscriptions: /modules/subscriptions_og/subscriptions_og.install 1.1.2.10 @ DRUPAL-5
Organic Groups Subscriptions: /modules/subscriptions_og/subscriptions_og.module 1.1.2.53 @ DRUPAL-5NEW FEATURES - hook_help linked to README file. - Spanish version of README file. BUGS FIXING - Compatibility with og 6.x and 7.x - Automatic detection of appropiate node distinguish function. - Bug #???????, automatic detection of appropiate group types function. - Bug #259029, automatic subscription to Group. - Double quotes(") replaced by single quotes(') for performace purposes. - Text messages updated to latest changes. - Security logic improved, user account now lists groups taking care of restrictions and private groups
April 29, 2008
-
Organic Groups Subscriptions: /modules/subscriptions_og/subscriptions_og.install 1.1.2.9 @ DRUPAL-5
Organic Groups Subscriptions: /modules/subscriptions_og/subscriptions_og.module 1.1.2.52 @ DRUPAL-5NEW STUFF - New option to restrict listing of group subscriptions in user account, so that user will see only those where is joined to. BUG FIXING - Resurrection of required function for installation: subscriptions_og_get_groups_by_type. It is now safe to migrate og notifications to subscriptions.
April 14, 2008
-
MAINTENANCE ------------------- - Copying og_node_groups_distinguish() to subscriptions_og_node_groups_distinguish() (temporal change) by develCuy
April 12, 2008
-
BUG FIXING - Avoid displaying groups not used #245577 by develCuy
April 11, 2008
-
Use node_load where possible. This requires using $group->nid and $group->title instead of $group->group_nid and $group->name. og_menu_check() needs the group nid as argument rather than the group. For simplicity I also changed the argument to subscriptions_og_group_subscriptions() to be $group_nid rather than $group. Renamed tab from "Subscribers" to "Non-members" to indicate that it only has those subscribers who are not members. Show the "Subscriptions" tab only when the nid really is that of a group. Some doxygen documentation improvements. Removed an unused variable $count. @ingroup form should be @ingroup forms and should not be used on form handlers.
-
Better fix for the problem with the missing default for the "On updates" checkbox
-
BUG FIXING - Respect subscription defaults. by develCuy
-
Fixed bug that made "On updates" checkbox always unchecked on /og/manage/#gid and similar pages.
-
BUG FIXING - Display "On comments" column according to user settings than only to userdefaults. Reported at #235504 by gustav by develCuy
