RID not saved in revision table when new relation is saved by solotandem, mikran...
[project/relation.git] / CHANGELOG.txt
1 Relation 7.x-1.x-beta1
2 ----------------------------
3
4
5
6 Relation 7.x-1.x-alpha1
7 ----------------------------
8 #1113654 by chx, naught101:
9  - return to original awesomerelationships-style schema (remove field storage)
10  - add relation types (bundles) with settings for arity, directionality, transitivity.
11  - CRUD and validation functions for relations and relation types.
12  - relation dropzone UI for creating relations. You load 'em, we relate 'em.
13  - relation dummy field for displaying relations inline on enities they relate.
14  - relation query builder.
15  - full doxygen.
16
17
18 Relation 7.x-1.x, xxxx-xx-xx
19 ----------------------------
20 by sun: Removed stale field settings.
21 #981364 by sun, naught101, chx: Fixed field schema column and variable names,
22   and hook_field_is_empty() implementation.
23 #981364 by naught101, sun, chx: Re-use field storage for relation data.
24 #957742 by naught101, sun: Added missing files[] entry for relation.field.inc.
25 #977016 by sun: Moved Awesomerelationship into Relation project.
26 by sun: Added initial baseline of module files.