0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Stripping CVS keywords More... about 13 years ago
Removing translation directories More... about 13 years ago
Stripping CVS keywords More... about 13 years ago
Better cleanup when module is uninstalled. More... about 15 years ago
A 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. More... about 15 years ago
NEW 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
Fernando Paredes Garcia
as Fernando P. García
More... almost 16 years ago
NEW STUFF - Spanish Translation.
Fernando Paredes Garcia
as Fernando P. García
More... almost 16 years ago
BUGS FIXING - Cleaning up subscriptions_og.info
Fernando Paredes Garcia
as Fernando P. García
More... almost 16 years ago
BUG FIXING - Fixing module dependencies
Fernando Paredes Garcia
as Fernando P. García
More... almost 16 years ago
This commit was manufactured as part of Drupal's Great Git Migration to create branch 'DRUPAL-6--1'. More... almost 16 years ago
NEW STUFF - New option to restrict listing of group subscriptions in user account, so that user will see only those where is joined to.
Fernando Paredes Garcia
as Fernando P. García
More... almost 16 years ago
NEW STUFF - New option to restrict listing of group subscriptions in user account, so that user will see only those where is joined to.
Fernando Paredes Garcia
as Fernando P. García
More... almost 16 years ago
MAINTENANCE -------------------
Fernando Paredes Garcia
as Fernando P. García
More... almost 16 years ago
MAINTENANCE -------------------
Fernando Paredes Garcia
as Fernando P. García
More... almost 16 years ago
MAINTENANCE -------------------
Fernando Paredes Garcia
as Fernando P. García
More... almost 16 years ago
MAINTENANCE -------------------
Fernando Paredes Garcia
as Fernando P. García
More... almost 16 years ago
BUG FIXING
Fernando Paredes Garcia
as Fernando P. García
More... almost 16 years ago
BUG FIXING
Fernando Paredes Garcia
as Fernando P. García
More... almost 16 years ago
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. More... almost 16 years ago
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. More... almost 16 years ago
Better fix for the problem with the missing default for the "On updates" checkbox More... almost 16 years ago
Better fix for the problem with the missing default for the "On updates" checkbox More... almost 16 years ago
BUG FIXING
Fernando Paredes Garcia
as Fernando P. García
More... almost 16 years ago
BUG FIXING
Fernando Paredes Garcia
as Fernando P. García
More... almost 16 years ago
Fixed bug that made "On updates" checkbox always unchecked on /og/manage/#gid and similar pages. More... almost 16 years ago
Fixed bug that made "On updates" checkbox always unchecked on /og/manage/#gid and similar pages. More... almost 16 years ago
BUG FIXING
Fernando Paredes Garcia
as Fernando P. García
More... almost 16 years ago
BUG FIXING
Fernando Paredes Garcia
as Fernando P. García
More... almost 16 years ago
BUGS FIXING
Fernando Paredes Garcia
as Fernando P. García
More... almost 16 years ago
BUGS FIXING
Fernando Paredes Garcia
as Fernando P. García
More... almost 16 years ago