Releases for Organic groups
og 6.x-1.0-rc6
Download: og-6.x-1.0-rc6.tar.gz
Size: 208.91 KB
md5_file hash: 4af55caa895ea6201bba5b47812c88b0
First released: September 15, 2008 - 19:17
Last updated: September 15, 2008 - 19:20
Changes since DRUPAL-6--1-0-RC5:
- Updated POT
Updated German translation - #291812 by markfoodyburton. add semicolon to js
- #290426 by fago. fix new rules integration.
- #292075 - add post_new views field handler and make other handlers a bit more robust.
- #291883 by fago. fix and improve og actions
- #288939. rename Language to Group language. Affects translations.
- #292316. broken pager due to improper embed of View.
- #295447. Reverting content removes it from group.
- Really give group admins the ability to edit group posts and group node in the event that og_access.module is disabled. This is just a bit less powerful than what node_access provides but it will have to do. The menu system in D5 has no alter hook so I don't think I can fix this there. Use of og_access in D5 is recommended.
- #299751. can't customize emails.
- Rename several fields so that we can use drupal_write_record() to save info into the DB. Requires a visit to update.php
- #306037 by blackdog. Make OG HEAD compatible with new Views API
- #305134. Handle when og_views is disabled.
- #306501. fix search snippit.
og 5.x-8.x-dev
Download: og-5.x-8.x-dev.tar.gz
Size: 193.24 KB
md5_file hash: e48eb0849a7163e5921e12f1a1e79ea0
First released: August 31, 2008 - 21:25
Last updated: October 10, 2008 - 00:08
Leverages the Messaging/Notification framework for all emails.
og 6.x-1.0-rc5
Download: og-6.x-1.0-rc5.tar.gz
Size: 186.83 KB
md5_file hash: f7ecda275ca9cb9eee5dc1e2e712d288
First released: August 5, 2008 - 15:33
Last updated: August 5, 2008 - 15:36
Changes since DRUPAL-6--1-0-RC4:
- Updated POT for translation
- Updated German translation with new strings
- #283846 by mkonk64. fix email customization for non default languages.
- #287298 Fix the theme registry such that it becomes possible to override the node-og-group.tpl and node-op-group-post.tpl.php template
- #269946 by david_g and moshe weitzman. move code into a new og_views module and as a result, don't depend OG on Views.
- #289639 by moshe weitzman. don't save old_ variables to the DB.
- #169226 by WorldFallz. Add og_actions module to OG download.
- #290766 group admins were missing their powers when og_access disabled. reworked og_is_group_admin(). as a result, we no longer require that the group node be authored in the default input format.
- #290294 by hass. string fixes for translations.
- #290426 by Amitaibu. Integration with rules module.
og 6.x-1.0-rc4
Download: og-6.x-1.0-rc4.tar.gz
Size: 182.74 KB
md5_file hash: 72b1a84c8c8229ff703a4d757fe68fb1
First released: July 24, 2008 - 16:06
Last updated: July 24, 2008 - 16:10
Changes since DRUPAL-6--1-0-RC3:
- #283402. fix handling of multiple audience group posts ... also enhance hook_node_access_explain().
- #283430. fix escaped html code in notifications block. fallout from the big strings/translation patch.
- better views field help text and fix arggument validator for group nodes
- add missing return in argument validator
- #284663 by moshe weitzman. Views 2: Display Group Title in Place of Group Node ID
- #284773. add language neutral option to group language selector
- #284946. fix major copy/paste error with private groups.
- perhaps better ui for preventing private groups that are listed in directory. minor js tweak.
- #285107. fix 'Delete request' link
- fix an unsubscribe link in an email.
- #247671 by Amitaibu. remove t() from #module in workflow_ng integration.
- #277096 by cpugeniusmv. Views 2 - og_ghp_ron feed icon
- #284975 fix approve link
og 6.x-1.0-rc3
Download: og-6.x-1.0-rc3.tar.gz
Size: 148.03 KB
md5_file hash: 3372104c7b174d456131130ab3edbfc5
First released: July 16, 2008 - 14:31
Last updated: July 16, 2008 - 14:35
Changes since DRUPAL-6--1-0-RC2:
- #280363 by tmcw. array_fill, implode, and SQL errors on load of og without any content types defined
- #280501 by tmcw. Start porting the simpletests.
- fix access denied on unsubscribe page.
- remove notice on node edit form when user has no memberships.
- #282148 by hass. Remove context insentive strings.
- #280501 by tmcw. SimpleTest tests are not updated for Drupal 6 head. tests are cleaner now, a bit more thorough, and almost all passing.
- #281766 by hass. move images into own folder. also new opml icon.
- #280682 by moshe weitzman. fix search form so that it does not error when submitting a different form on the page (like comment form).
og 6.x-1.0-rc2
Download: og-6.x-1.0-rc2.tar.gz
Size: 148.26 KB
md5_file hash: d5fe79c42516d3122621712b2e62f0c8
First released: July 8, 2008 - 04:02
Last updated: July 8, 2008 - 04:05
Changes since DRUPAL-6--1-0-RC1:
- #278486 - fix notice and comment out email notification for now.
- #278746 by RoboPhred. Don't run check_markup() twice on node body.
- #279346 by Amataibu. Allow og_is_group_member() to operate on non current user.
- Use the new functionality of og_is_group_member(). Also fix a notice on group post form when using og_access module and omitting some of your subscribed groups.
- #279394 by moshe weitzman. Turn members count into a link if current user is a group member.
og 6.x-1.0-rc1
Download: og-6.x-1.0-rc1.tar.gz
Size: 148 KB
md5_file hash: dd66fd395dcbf8d2957d0add8022a282
First released: July 2, 2008 - 20:37
Last updated: July 2, 2008 - 20:40
This release fixes a security vulnerability, all users of OG 6.x-1.0-beta1 or any 6.x-1.x-dev snapshot from before 2008-07-03 are urged to upgrade. For more details, see DRUPAL-SA-2008-040.
Additional Changes since DRUPAL-6--1-0-BETA1:
- #27388 by hass. remove t() from hook_menu()
- #274056 by moshe weitzman. fix create link in group details block when type has an underscore. also remove 2 NOTICE errors.
- Make available to javascript code the group context of a page. See Drupal.settings.og ... Useful for adding group context info into your ad tags or your Google Analytics (for example).
- subscribe/unsubscribe page and audience checkboxes. also remove number of items per page in group block and fix NOTICES. also move group context in js to hook_preprocess_page() so it only runs once.
- Fix my membership link for site admins who aren't really group members.
og 5.x-7.3
Download: og-5.x-7.3.tar.gz
Size: 180.56 KB
md5_file hash: 7c144a9e785af7e7b8bb1d70f27fa63a
First released: July 2, 2008 - 20:08
Last updated: July 2, 2008 - 20:10
This release fixes a security vulnerability, all users of OG 5.x-7.2 or below or any 5.x-0.x-dev snapshot from before 2008-07-03 are urged to upgrade. For more details, see DRUPAL-SA-2008-040.
Additional Changes since DRUPAL-5--7-2:
- Updated POT files. Updated German translation for 5.x-7.0
- #259827 by sjs and Amitaibu. Workflow ng user approved event.
- #257129 by hass. text and code standards compliance.
- #257180 by Amitaibu. Allow other modules to pass arguments using og_subscribe_user()
- #244619 by micah. updated mark on home page stays despite visit.
- fix moving of nodes during group delete.
- harden user add form. patch by seth cohn.
og 6.x-1.0-beta1
Download: og-6.x-1.0-beta1.tar.gz
Size: 146.62 KB
md5_file hash: 7646c179f5253e20c1041c8e761774f4
First released: June 23, 2008 - 02:03
Last updated: June 23, 2008 - 02:05
First version for Drupal6. Requires Views beta5 which has not been released as of June 22. Until then, use the very latest dev snapshot of Views.
See the README for more information.
og 5.x-7.2
Download: og-5.x-7.2.tar.gz
Size: 165.58 KB
md5_file hash: 77d758b7b7b28555f21b3243974cb267
First released: May 12, 2008 - 21:47
Last updated: May 12, 2008 - 21:50
Changes since DRUPAL-5--7-1:
og 5.x-7.1
Download: og-5.x-7.1.tar.gz
Size: 165.49 KB
md5_file hash: d3dfb703d1c405604cd919c43a15ecc1
First released: May 5, 2008 - 21:29
Last updated: May 5, 2008 - 21:30
change an update function for more robust enabling of og_access module.
og 5.x-7.0
Download: og-5.x-7.0.tar.gz
Size: 165.69 KB
md5_file hash: 85f12a2eebe3a178dd8a35fb0d7cd444
First released: May 3, 2008 - 15:59
Last updated: May 3, 2008 - 16:00
Changes since DRUPAL-5--7-0-RC5:
og 5.x-7.0-rc5
Download: og-5.x-7.0-rc5.tar.gz
Size: 165.64 KB
md5_file hash: a984d0af5ef606df1b21050c6b209ff4
First released: April 24, 2008 - 20:47
Last updated: April 24, 2008 - 20:50
Changes since DRUPAL-5--7-0-RC4:
- add table prefix braces in update function and a text fix
- fix audience fieldset
og 5.x-7.0-rc4
Download: og-5.x-7.0-rc4.tar.gz
Size: 165.63 KB
md5_file hash: b100ebe578bcb2ad3719ccbf83fa78e9
First released: April 23, 2008 - 14:42
Last updated: April 23, 2008 - 14:45
Changes since DRUPAL-5--7-0-RC3:
og 5.x-7.0-rc3
Download: og-5.x-7.0-rc3.tar.gz
Size: 165.49 KB
md5_file hash: 6908068d663b5a5ecaa0c150c3e85c57
First released: April 22, 2008 - 12:13
Last updated: April 22, 2008 - 12:15
Changes since RC2
og 5.x-7.0-rc2
Download: og-5.x-7.0-rc2.tar.gz
Size: 161.19 KB
md5_file hash: df6406dc163e8efb3d998a2ee8c85630
First released: April 21, 2008 - 16:03
Last updated: April 21, 2008 - 16:05
Changes since DRUPAL-5--7-0-RC1:
- #248335 by marvil07. Subscription confirmation assert for Invite only and Closed group
- #157140 by moshe weitzman. major patch to let site admin specify which content types should act like a wiki (i.e. any group member may edit). See the new 'content types' fieldset on the admin/og/og page ... Requires a visit to update.php which will rebuild your node access table. I have a little code shuffling to do still so you might want to wait until next commit before trying this. Also implements #111836 which changed how we do node access grants.
- fix remaining problems in og_subscribe.test. we now have a passing test suite. more tests needed.
- only show wiki options for a content type if og_access module is enabled. folks are now encouraged to try out the new content type selector at the bottom of the content type edit form. you can now safely designate a content type as a wiki, similar to what you may have seen on groups.drupal.org.
og 5.x-7.0-rc1
Download: og-5.x-7.0-rc1.tar.gz
Size: 160.2 KB
md5_file hash: a6520722a0395b4688d983b63a4db642
First released: April 17, 2008 - 01:56
Last updated: April 17, 2008 - 02:00
Significant changes since DRUPAL-5--6-1:
- #226625 by nodestroy and fago. workflow_ng integration.
- #216812 by alex_b and moshe weitzman. move access control to a new og_access module. this feature isn not quite finished. please wait until my next commit and then help test this major change.
- #229032 by marvil07, alex_b, and moshe weitzman. update simpletests. still needs a bit of work.
og 5.x-6.1
Download: og-5.x-6.1.tar.gz
Size: 159.13 KB
md5_file hash: 5dda75c85aeb21aec060eebf4c54a373
First released: April 11, 2008 - 19:08
Last updated: April 11, 2008 - 19:10
Changes since DRUPAL-5--6-0:
- fix ordering of tabs in panel pages.
- fix group rss feed
- add rss icon when panel is group homepage
- #244619 mark group node as read when visiting any panel page
og 5.x-6.0
Download: og-5.x-6.0.tar.gz
Size: 159 KB
md5_file hash: 9382c32db7b5d137eb1017a0de9e65bc
First released: April 9, 2008 - 02:26
Last updated: April 9, 2008 - 02:30
Changes since DRUPAL-5--6-0-RC6:
og 5.x-6.0-rc6
Download: og-5.x-6.0-rc6.tar.gz
Size: 158.96 KB
md5_file hash: 3d75a4bb01b58eb962f2441c1eb15539
First released: April 5, 2008 - 17:08
Last updated: April 5, 2008 - 17:10
Changes since DRUPAL-5--6-0-RC5:
og 5.x-6.0-rc5
Download: og-5.x-6.0-rc5.tar.gz
Size: 158.6 KB
md5_file hash: 7e7b18e90867355519cb3ca8d82d85d1
First released: April 3, 2008 - 17:23
Last updated: April 3, 2008 - 17:25
Changes since DRUPAL-5--6-0-RC4:
og 5.x-6.0-rc4
Download: og-5.x-6.0-rc4.tar.gz
Size: 158.44 KB
md5_file hash: ffa3c9187079bcb676847b9c7098e774
First released: April 3, 2008 - 00:25
Last updated: April 3, 2008 - 00:30
Changes since DRUPAL-5--6-0-RC3:
- #240884. restrict access to og panels pages like we do for the group itself.
- unfortunate hack to set tab title in og_panels
- #240895 by Lynn. Modified by Moshe Weitzman. Bad syntax when groups appear on registration form.
- #241814. Allow members to see the subscription form for a private group (if group has open or moderated membership request handling).
- #241603 - smarter destination when joining a group. also misc comment cleanup.
- #241027 by v1nce. modified by moshe weitzman. smarter destination after an unsubscribe.
- do not disable page title in og_panels page form
- Add 'group faces' content item for usage in panels
og 5.x-6.0-rc3
Download: og-5.x-6.0-rc3.tar.gz
Size: 157.83 KB
md5_file hash: 0ffff4c0a9a5b609ecf2a5a62ea38a1d
First released: March 30, 2008 - 14:29
Last updated: March 30, 2008 - 14:30
Changes since DRUPAL-5--6-0-RC2:
og 5.x-6.0-rc2
Download: og-5.x-6.0-rc2.tar.gz
Size: 157.78 KB
md5_file hash: fb9cfa857f1f59e13d38b142de98041e
First released: March 26, 2008 - 01:03
Last updated: March 26, 2008 - 01:05
The main new feature is the new og_panels module which enables group admins to add highly customized pages to their groups. requires panels module. Many other minor features and bug fixes. See http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/og/og.modul...
og 5.x-5.4
Download: og-5.x-5.4.tar.gz
Size: 150.93 KB
md5_file hash: 0f1f3885673876431ad9a59b6af2cdbe
First released: February 9, 2008 - 22:20
Last updated: February 9, 2008 - 22:25
We switched the logic for what shows in the Audience form element when a non admin edits a group post. Now the groups belonging to the current user are shown, along with the nodes that the group already has. Before, we showed the groups of the node author. This was a bug fix that became critical with the introduction of private groups. See http://drupal.org/node/164070.
Note that the structure of #options has changed in the Audience form element. You might be affected if you form_alter the options of that element.
og 5.x-5.3
Download: og-5.x-5.3.tar.gz
Size: 150.92 KB
md5_file hash: d73d274ae36e22de6fb5cc631e3e1868
First released: February 9, 2008 - 16:21
Last updated: February 9, 2008 - 16:25
We switched the logic for what shows in the Audience form element when a non admin edits a group post. Now the groups belonging to the current user are shown, along with the nodes that the group already has. Before, we showed the groups of the node author. This was a bug fix that became critical with the introduction of private groups. See http://drupal.org/node/164070.
Note that the structure of #options has changed in the Audience form element. You might be affected if you form_alter the options of that element.
og 5.x-5.1
Download: og-5.x-5.1.tar.gz
Size: 150.91 KB
md5_file hash: d5dd055af1f0188faeeec0bc27900797
First released: February 9, 2008 - 14:49
Last updated: February 9, 2008 - 14:50
We switched the logic for what shows in the Audience form element when a non admin edits a group post. Now the groups belonging to the current user are shown, along with the nodes that the group already has. Before, we showed the groups of the node author. This was a bug fix that became critical with the introduction of private groups. See http://drupal.org/node/164070.
Note that the structure of #options has changed in the Audience form element. You might be affected if you form_alter the options of that element.
og 5.x-5.0
Download: og-5.x-5.0.tar.gz
Size: 149.77 KB
md5_file hash: 666fc6d2846dcccab0e6c3871fe01941
First released: January 13, 2008 - 01:12
Last updated: January 13, 2008 - 01:15
The major new feature is "private group home pages". See http://drupal.org/node/83005. One database column was added to the og table, so please visit update.php.
og 5.x-5.0-rc2
Download: og-5.x-5.0-rc2.tar.gz
Size: 149.78 KB
md5_file hash: f63abe19e82e969816ace8ef9fb5de68
First released: January 9, 2008 - 05:31
Last updated: January 9, 2008 - 05:35
minor fixes and features
og 5.x-5.0-rc1
Download: og-5.x-5.0-rc1.tar.gz
Size: 149.45 KB
md5_file hash: ffb797223658345a799a9f87c865964c
First released: December 31, 2007 - 22:26
Last updated: December 31, 2007 - 22:30
Private group homepages - http://drupal.org/node/83005
og 5.x-4.4
Download: og-5.x-4.4.tar.gz
Size: 147.6 KB
md5_file hash: 36539bc0fc7fa3bc2326f0dd55968d9c
First released: December 28, 2007 - 19:44
Last updated: December 28, 2007 - 19:45
minor bug fixes.
og 5.x-4.3
Download: og-5.x-4.3.tar.gz
Size: 147.71 KB
md5_file hash: 2c6458b16fbf4b989cf8df5ad42345e6
First released: December 19, 2007 - 16:08
Last updated: December 19, 2007 - 16:10
Fix fatal error in installer.
og 5.x-4.2
Download: og-5.x-4.2.tar.gz
Size: 147.67 KB
md5_file hash: 534713c2b017f60eb4c38ed3d764990b
First released: December 19, 2007 - 05:19
Last updated: December 19, 2007 - 05:20
fix group context on some comment urls ... tweak help text on admin/og/og page.
og 5.x-4.1
Download: og-5.x-4.1.tar.gz
Size: 147.69 KB
md5_file hash: 720a52b67a2a484d38630167d65046fd
First released: December 2, 2007 - 02:46
Last updated: December 2, 2007 - 02:50
Minor bug fixes. See http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/og/?pathrev...
og 5.x-4.0
Download: og-5.x-4.0.tar.gz
Size: 143.44 KB
md5_file hash: e1d1997202e5d95311b16535e367536c
First released: October 15, 2007 - 01:08
Last updated: October 15, 2007 - 01:10
Tread all the changes since 5.x.3, read the log for og.module (http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/og/og.modul...) and og_views.inc (http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/og/og_views...). You should pay attention to commits after May 29 2007 (the release date of 5.x.3).
og 5.x-4.0-rc11
Download: og-5.x-4.0-rc11.tar.gz
Size: 143.38 KB
md5_file hash: 5bcae8bd4445d3413b30f14051ea7a7c
First released: October 12, 2007 - 19:58
Last updated: October 12, 2007 - 20:00
- #182936 Make it possible to add tabs to the group home via Views
- Public checkbox makes no sense if access control is disabled. Also add hook_requirements() check so admin creates his node type and assigns as group type.
og 5.x-4.0-rc10
Download: og-5.x-4.0-rc10.tar.gz
Size: 142.91 KB
md5_file hash: 91332ca699020401110ff0b9aa02c989
First released: October 11, 2007 - 18:20
Last updated: October 11, 2007 - 18:25
#160067
og 5.x-4.0-rc9
Download: og-5.x-4.0-rc9.tar.gz
Size: 142.87 KB
md5_file hash: a16cf96d701bb09735881740a187de15
First released: October 11, 2007 - 03:42
Last updated: October 11, 2007 - 03:45
fix comment posting warning: #18237
og 5.x-4.0-rc8
Download: og-5.x-4.0-rc8.tar.gz
Size: 142.85 KB
md5_file hash: 4a34ee15f32da2a2274de74e841a2b82
First released: October 10, 2007 - 19:30
Last updated: October 10, 2007 - 19:35
#182373
og 5.x-4.0-rc7
Download: og-5.x-4.0-rc7.tar.gz
Size: 142.85 KB
md5_file hash: 1db0a0a9201954d8163b0c5980ce2565
First released: October 9, 2007 - 14:42
Last updated: October 9, 2007 - 14:45
fix og's token implementation
require email address from group manager
improve help texts on group node form
og 5.x-4.0-rc6
Download: og-5.x-4.0-rc6.tar.gz
Size: 142.57 KB
md5_file hash: 7cc15bccdc298bd3eadc354f69de3941
First released: October 6, 2007 - 16:52
Last updated: October 6, 2007 - 16:55
more flexibility in the From: in email notifications.
og 5.x-4.0-rc5
Download: og-5.x-4.0-rc5.tar.gz
Size: 142.3 KB
md5_file hash: 9abe2ab0013a37e4c6cbfad7f44c780f
First released: October 4, 2007 - 20:55
Last updated: October 4, 2007 - 21:00
bug fix to group edit when only 1 theme is available.
og 5.x-4.0-rc4
Download: og-5.x-4.0-rc4.tar.gz
Size: 142.29 KB
md5_file hash: d72a507ae46a38b86e9f8949f9628d2a
First released: October 4, 2007 - 18:08
Last updated: October 4, 2007 - 18:10
See changelog at http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/og/
og 5.x-4.0-rc3
Download: og-5.x-4.0-rc3.tar.gz
Size: 134.71 KB
md5_file hash: 46fb0c0a27658056f51fef62451c7169
First released: September 28, 2007 - 15:29
Last updated: September 28, 2007 - 15:30
now compatible again with postgres and php4
og 5.x-4.0-rc2
Download: og-5.x-4.0-rc2.tar.gz
Size: 134.42 KB
md5_file hash: bb90678d5459398fbe42b2681d6ea8a1
First released: September 27, 2007 - 19:11
Last updated: September 27, 2007 - 19:15
og_mail and og views fixes.
og 5.x-4.0-rc1
Download: og-5.x-4.0-rc1.tar.gz
Size: 134.33 KB
md5_file hash: a1c4b2319086220707b01aa2c8cb3c2a
First released: September 20, 2007 - 23:20
Last updated: September 20, 2007 - 23:25
Sorry, the best you can do to know what changed is to browse the message for each commit from June 4, 2007 to Sep 21 2007.
og 5.x-2.x-dev
Download: og-5.x-2.x-dev.tar.gz
Size: 110.2 KB
md5_file hash: 60b879d993248c5443e5a45ec796944a
First released: June 4, 2007 - 15:17
Last updated: June 5, 2007 - 00:09
all new fixes for 5-2 branch go here first.
og 5.x-3.1
Download: og-5.x-3.1.tar.gz
Size: 111.48 KB
md5_file hash: 24a3b8ace279e7deb85d39887c609680
First released: June 4, 2007 - 15:14
Last updated: June 4, 2007 - 15:15
major group create/edit fix - http://drupal.org/node/147919
minor instal profile fix - http://drupal.org/node/111345
og 5.x-2.4
Download: og-5.x-2.4.tar.gz
Size: 110.2 KB
md5_file hash: b3c99d39ad8aa51d13a559cd66f4132a
First released: June 4, 2007 - 15:10
Last updated: June 4, 2007 - 15:15
minor install profile fix
og 5.x-2.3
Download: og-5.x-2.3.tar.gz
Size: 110.18 KB
md5_file hash: 831ac4ddc861ab90120d1641a0316d24
First released: May 30, 2007 - 02:52
Last updated: May 30, 2007 - 02:55
quite a few bug fixes. see changelog - http://cvs.drupal.org/viewcvs/drupal/contributions/modules/og/og.module?...
og 5.x-3.0
Download: og-5.x-3.0.tar.gz
Size: 111.46 KB
md5_file hash: 336c7d46610ddaf007d41f25534a78fd
First released: May 30, 2007 - 02:06
Last updated: May 30, 2007 - 02:10
please read the cvs commit logs for an idea of recent changes - http://cvs.drupal.org/viewcvs/drupal/contributions/modules/og/og.module
og 5.x-2.2
Download: og-5.x-2.2.tar.gz
Size: 109.67 KB
md5_file hash: d61295377d6fceaa782ce9e2e16d8c49
First released: March 4, 2007 - 15:53
Last updated: March 4, 2007 - 15:55
fix for inital enabled/disabled state of Public checkbox.
og 5.x-2.1
Download: og-5.x-2.1.tar.gz
Size: 109.65 KB
md5_file hash: 2676eb70066c68945099c07dc14fc506
First released: March 3, 2007 - 21:44
Last updated: March 3, 2007 - 21:45
fixed subscribers block
og 5.x-2.0
Download: og-5.x-2.0.tar.gz
Size: 109.57 KB
md5_file hash: e5f0c55d7c152dd4bb88cde650fef58e
First released: March 2, 2007 - 22:37
Last updated: March 2, 2007 - 22:40
See the changes between jan 15, 2007 and march 2, 2007 at http://cvs.drupal.org/viewcvs/drupal/contributions/modules/og/og.module
og 5.x-1.0
Download: og-5.x-1.0.tar.gz
Size: 118.96 KB
md5_file hash: 6bed6eaaa487d9f620461ad22e7fac00
First released: January 15, 2007 - 14:23
Last updated: January 15, 2007 - 10:25
enjoy
og 5.x-1.x-dev
Download: og-5.x-1.x-dev.tar.gz
Size: 194.95 KB
md5_file hash: 671468eedcface222d300447f6903080
First released: November 21, 2006 - 05:24
Last updated: October 2, 2008 - 12:08
For now, this is the only release for 5.0.
og 4.7.x-1.x-dev
Download: og-4.7.x-1.x-dev.tar.gz
Size: 88.93 KB
md5_file hash: 460d2d61f72e3bbed2e1ece58dbdef64
First released: January 5, 2006 - 07:20
Last updated: January 2, 2007 - 08:06
og 4.6.x-1.x-dev
Download: og-4.6.x-1.x-dev.tar.gz
Size: 38.3 KB
md5_file hash: 61b4f820cfadb33fe634210cc050fdea
First released: April 15, 2005 - 20:15
Last updated: November 13, 2006 - 12:09
og HEAD
Download: og-HEAD.tar.gz
Size: 208.19 KB
md5_file hash: a0df7286c0c9390c3d2665b3c6eeb774
First released: March 6, 2005 - 20:15
Last updated: October 10, 2008 - 00:08
The HEAD release is compatible with Drupal6
