og_blueprints 5.x-1.0-alpha7
| Download | Size | md5 hash |
|---|---|---|
| og_blueprints-5.x-1.0-alpha7.tar.gz | 30.26 KB | ebe9dfbb1cc892622fc5c7dae217c5a3 |
| og_blueprints-5.x-1.0-alpha7.zip | 33.46 KB | 71d42ee6c79c2b93aff1f124223a8a6c |
Release notes
Just a couple of assorted bugfixes that have been sitting in -dev for months.
og_blueprints 5.x-1.0-alpha6
| Download | Size | md5 hash |
|---|---|---|
| og_blueprints-5.x-1.0-alpha6.tar.gz | 30.27 KB | 766b5e7c5db1a5f96617c45cec0895cf |
| og_blueprints-5.x-1.0-alpha6.zip | 33.49 KB | e9b765b80622ae3f2ab13367f4477213 |
Release notes
Changes since DRUPAL-5--1-0-ALPHA5:
- #261855: Fixed deprecated use of call-time pass-by-reference. (Also a bunch of whitespace cleanup)
- Utilize proper lowerCamelCase for all methods.
- Fixed crufty call to old method; paint_over_it() was still in there, was refactored to retain().
- Fixed flipped logic for the blueprint creation button (update vs. create new).
- #270278: Fix to the instantiation routine that was causing errors for releases that had no panel displays in them.
- Rolled back small unintended change to the instantiator.
- Missed one method name refactor; also fixed the final, most-pressing bug in relation to #270278.
og_blueprints 5.x-1.0-alpha5
| Download | Size | md5 hash |
|---|---|---|
| og_blueprints-5.x-1.0-alpha5.tar.gz | 30.26 KB | 9a95399fbdb533ecff5f51b3c09ed2c3 |
| og_blueprints-5.x-1.0-alpha5.zip | 33.48 KB | 4736af3ac6dc27aed95353b81be510e2 |
Release notes
Sorry for the flurry of releases. I'm hoping to not release another alpha until I make some significant advances on the todo list for this.
- Fixed inaccurate reporting of the number of blueprints linked to a given 'Master' blueprint. The SQL query generating the number was checking all dids, instead of just the ones corresponding to the current vid.
- Added 'og_blueprints_orphaned_bids' to the list of variables removed upon uninstall.
- Doc updates. Also made several methods protected instead of private, in compliance with emerging drupal standards.
- Fixed bug causing incorrect version numbers & ids to be assigned to bundles created for node types newly tagged as being groups.
- Updated panels edit handler to cope with cancellations with more grace. Also, fixed a major bug causing that effectively got you stuck forever on the first release for a given bundle.
og_blueprints 5.x-1.0-alpha4
| Download | Size | md5 hash |
|---|---|---|
| og_blueprints-5.x-1.0-alpha4.tar.gz | 30.23 KB | 59dc223bcbd859395232a30be965115c |
| og_blueprints-5.x-1.0-alpha4.zip | 33.45 KB | 214a51aee99ca2c6b11bd132527fc384 |
Release notes
Changes since DRUPAL-5--1-0-ALPHA3:
- Updated for compliance with Drupal if/else statement coding standards.
- Updated to keep pace with changes in OG 7.0's data structure.
- Changed text used in 'Releases' table for clarity.
- Just some small tweaking of doxy settings.
og_blueprints 5.x-1.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| og_blueprints-5.x-1.0-alpha3.tar.gz | 30.18 KB | 422a487043e02391908e3a307a088e64 |
| og_blueprints-5.x-1.0-alpha3.zip | 33.43 KB | 8d8a6c83f304e3b146f5d72ed032e60d |
Release notes
- Sorry for the double release. Two small hitches:
- The form to add the first blueprint generated errors because there was no default value on the bpid parameter, but one was needed
- Another stopgap was added to ensure that the list of current group types is in sync with the lists of bundles.
og_blueprints 5.x-1.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| og_blueprints-5.x-1.0-alpha2.tar.gz | 29.74 KB | 0dfdcee187ad94e21c29db4fa71898c4 |
| og_blueprints-5.x-1.0-alpha2.zip | 32.95 KB | 15973d4261e5f1ab3b19084e4d3b7d94 |
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.
og_blueprints 5.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| og_blueprints-5.x-1.0-alpha1.tar.gz | 25.77 KB | 316080c6e017c0411048e2b3733b13b5 |
| og_blueprints-5.x-1.0-alpha1.zip | 28.93 KB | 6ac828a0ae223cac4863ddd29962d74c |
Release notes
Virtually the entire codebase and data structure rewritten to be smoother, more elegant, more dependable and less error-prone. See CHANGELOG.txt for details.