| 1 |
// $Id: CHANGELOG.txt,v 1.4.4.6 2009/06/24 19:37:53 eaton Exp $ |
// $Id: CHANGELOG.txt,v 1.4.4.7 2009/06/24 19:52:37 eaton Exp $ |
| 2 |
|
|
| 3 |
02/11/06 |
02/11/06 |
| 4 |
-------- |
-------- |
| 57 |
-------- |
-------- |
| 58 |
Changed hook_votingapi_content_types() to hook_votingapi_relationships(), since it only deals with Views relationships. Added extra documentation to API.txt and fixed assorted ugly bugs. Moved a bunch of API docs to votingapi.api.php so API.module can generate pretty docs for the hooks. Nodes and comments now have pre-configured relationships available, any other entity types need a hook_votingapi_relationships() implementation. |
Changed hook_votingapi_content_types() to hook_votingapi_relationships(), since it only deals with Views relationships. Added extra documentation to API.txt and fixed assorted ugly bugs. Moved a bunch of API docs to votingapi.api.php so API.module can generate pretty docs for the hooks. Nodes and comments now have pre-configured relationships available, any other entity types need a hook_votingapi_relationships() implementation. |
| 59 |
|
|
|
Added votingapi_metadata() to gather metadata about defined value_types, tags, and aggregate functions. Modified the views relationship handler to use that function rather than querying the tables directly. |
|
| 60 |
|
Added votingapi_metadata() to gather metadata about defined value_types, tags, and aggregate functions. Modified the views relationship handler to use that function rather than querying the tables directly. |
| 61 |
|
|
| 62 |
|
07/20/09 |
| 63 |
|
-------- |
| 64 |
|
#480036 by j_ten_man - allow votingapi relationships to be chained off of other relationships (like node references) |
| 65 |
|
#496454 - PHPDoc incorrectly listed 'uid' and 'vote_source' as valid filtering criteria on cached aggregate results. |
| 66 |
|
Added an 'Other' option for Relationships filters, to allow nonstandard tags, filters, and so on to be used in VotingAPI relationships with minimal hassle. |