Downloads
Download tar.gz
29.74 KB
MD5: 0dfdcee187ad94e21c29db4fa71898c4
SHA-1: fbb3289a0a17e714ff1a8b1e2c6ecf7dc3a7b671
SHA-256: 467a8aa1dc20386ed23ed26bd2b529214b50aa6494e01d074412362153a1036c
Download zip
32.95 KB
MD5: 15973d4261e5f1ab3b19084e4d3b7d94
SHA-1: e1fde830babc017c04c9fb7430b6365a7b87c27e
SHA-256: 0f36956d70a053000fdd24b4d9a4aa7608af01f6b941ca6f968c8769fce2f887
Release notes
Changes since DRUPAL-5--1-0-ALPHA1:
- forgot to add the last crucial bit to the README.txt file.
- small changes to the text for the display layout settings editor buttons. also added t() to the $_POST['op'] value comparisons
- trying to resolve the problem in #253816; changed the unset return value of variable_get() in circumstances where no groups have been set. It's a band-aid, however, as this problem shouldn't be happening in the first place...
- updated comment - should be trying to use drupal_execute(), not drupal_process_form()
- nearly done with the group node type deletion handling
- built new system for handling group content types, in accordance with og-5.x-7.x and upwards. system has been debugged and, unlike the previous system, actually appears to work.
- forgot to add a potential namespace collision safety check. Also, relevant issue (in previous commit, and this one) is #249306.