relatedcontent 6.x-1.0

Bug fixes

fixed issue: http://drupal.org/node/265754

It is now possible to set how the links of related content should be generated (absolute or internal).

relatedcontent 6.x-1.0-beta1

In this release the following were fixed:

- original API of the D5 module was tested.
- Also the help file was altered.
- removed a function that gave warning when deleting a node

This leaves us with testing in combination with simple news and the ordinal numbers

relatedcontent 6.x-1.x-dev

/**
* Port from D5 to D6. D6..x-1.x-dev
*/
- Basic functionality has been ported meaning a relation can be created between nodes by using the result of a view.

- Installer has been enriched with hook_schema so a full uninstall is possible. Thomas already achieved much of the functionality in D5 that is now covered by hook_schema.

- API function in relatedcontent.module haven't been ported yet. So modules depending on this module probably won't work in this stage.

- Hook menu needed a lot of love because of the changes between D5 and D6. With the help of wild-card loaders is determined if a view has to be shown as a local task.

- Also in favor of hook_menu I introduced a permission in hook_perm because real live checking if a user has update access on a node is only possible with a wild-card loader of hook_menu. I thought this was more transparent.

- implementation of hook_theme was of course needed.

- .help file needs a review. I have not checked if the information is still accurate.

- After changing a node-type now the menu is being rebuild in order to a update the local tasks defined in hook_menu

- added drupal pager functionality instead of "Next" button in D5
- ordinal number and weights functionality are not yet ported

relatedcontent 5.x-1.7

New features
Bug fixes

* Fixed so the key of the array with content is 'all' when it should.
* #217130 by Michelle: Read the issue, it is very informative. :-)
* #248510 by pfournier and greggles: Fixed some t() issues.

relatedcontent 5.x-1.6

The stable release of RelatedContent 1.6. The most important change from 1.5 is that multiple views can be used as sources.

relatedcontent 5.x-1.6-beta3

Bug fixes

The documentation is up to date with the module.
#214809 by ludootje: didn't work with table prefix.

relatedcontent 5.x-1.6-beta2

Bug fixes

I forgot to check in the MySQL inc-file . :-( I am sorry for the inconvenience. I have added the file to the new beta, as well fixed some other borderline issues.

relatedcontent 5.x-1.6-beta

New features
Bug fixes

Added multiple RelatedContent views with tick boxes as 183016 by ica. Also fixed the #210189 bug by matteogeco.

The module is feature complete and thoroughly tested. The only thing missing is an updated documentation.

relatedcontent 5.x-1.5

New features

The module finally output the nodes in the same sort order as in the view from which they are picked. There are also improvements in the API and documentation.

relatedcontent 5.x-1.4

New features
Bug fixes

Several improvements including: (i) new API, (ii) extracted help to save memory, (iii) fixed forgotten t() on several places, (iv) spell check and (v) code cleanup.

relatedcontent 5.x-1.3

New features

The 5.x-1.3 release of RelatedContent includes among other things:

* Moved the related content selection to an own tab.
* Added paging to the table of nodes to choose from.
* Improved theming with more options.

relatedcontent 5.x-1.0

Initial release. Allows privileged users to assemble teasers at the end of a node.

Subscribe with RSS Subscribe to Releases for RelatedContent