-
Better cleanup when module is uninstalled.
-
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.
-
JsMath for displaying mathematics with TeX: July 15, 2008 14:03
Commit b8f77a9 on 6.x-2.x, masterby gustavUndoing last commit for now because it would lead to problems on sites that have the file area set to private.
-
JsMath for displaying mathematics with TeX: July 11, 2008 12:20
Commit 62f9ae4 on 6.x-2.x, masterby gustavSubmitted patch by vyvee to make pages XHTML compliant, see http://drupal.org/node/263132
-
JsMath for displaying mathematics with TeX: July 11, 2008 12:12
Commit 567e99e on 6.x-2.x, masterby gustavUpdate installation instructions to refer to the latest jsMath version 3.5
-
Initial comit of og_facets module
-
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
-
Fixed bug that made "On updates" checkbox always unchecked on /og/manage/#gid and similar pages.
-
Took out the @ingroup comments because they are not used like this by the core drupal code. Dropped the use of get_t() because it is only needed in code that needs to be able to run both during installation and in normal operation. Used node_load() instead of database query to make use of caching Fixed some typos Some code cleanup. I don't like functions that are only used in one place because I find that they make the code more difficult to read. Removed unnecessary use of static variable $stypes Used og_is_group_type() to determine if a node is a group node Don't load entire node when only node type is needed