| 1 |
// $Id: CHANGELOG.txt,v 1.1.2.3 2008/03/23 21:49:27 sdboyer Exp $
|
| 2 |
|
| 3 |
OG Blueprints ALPHA-1, 4.17.2008
|
| 4 |
==========================================
|
| 5 |
- 85% of the code rewritten. Now using vastly superior OOP approach.
|
| 6 |
- Completely redesigned data structure. Serialized data is gone, version control system similar to that used in D6's taxonomy has been implemented (Bundles share a communal incrementing vid, the primary key of og_bundle_revision)
|
| 7 |
- Added inline, contextual help to provide more useful, targeted help to users as they become familiar with the Blueprints interface & terminology.
|
| 8 |
- Implemented 'release' system. Only bundles that have been 'released' will be instantiated into groups.
|
| 9 |
- Currently only the most recent bundle is released, but future versions will allow site admins to switch back to previous bundles, if they want.
|
| 10 |
- Future versions will also allow admins to revert their bundles back to previous versions, effectively like rolling back a bad commit
|
| 11 |
- Pushing content into existing groups has not yet been implemented, but will be soon.
|
| 12 |
- Numerous bugs (improper form redirection, some broken actions, erroneous/misleading titles, etc.) have been fixed.
|
| 13 |
|
| 14 |
/// PORT FROM DEPRECATED MODULE, OG COLLECTIONS ///
|
| 15 |
|
| 16 |
OG Collections ALPHA-2, 3.23.2008
|
| 17 |
==========================================
|
| 18 |
Mostly small changes. Look to ALPHA-3 for the next big overhaul.
|
| 19 |
- Included a temporary workaround for a bug in Panels2's panels_save_display() that will be resolved in Panels2 Beta3.
|
| 20 |
- Implemented hook_perm(). More to come in this area; with potential new changes to og_panels, work may need to be done to incorporate a new perm over there.
|
| 21 |
|
| 22 |
OG Collections ALPHA-1, 03.17.2008
|
| 23 |
==========================================
|
| 24 |
- Updated hook_nodeapi() to reflect the changes to path storage in og_panels.
|
| 25 |
- Updated install file to add a third database table for future collections mass-control/update operations, rather than appending to {og_panels}
|
| 26 |
- Updated hook_nodeapi() to store mass-control/update data in third table, og_collections_control, rather than in a single column in og_panels
|
| 27 |
- Updated path validation function to restrict disallowed paths
|