| /[drupal]/contributions/modules/relatedcontent/relatedcontent.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
tested the api with a module, altered relatedcontent_set_nodes and relatedcontent_get_nodes. Also updated the help file
alter the node_delete function. their was a call to function that no longer existed
update the README.txt altered the implementation of view operator in nodeapi according to is http://drupal.org/node/258281 altered the implementation of hook_menu so that is no longer passes by reference
port of the original d5 module to d6.
#248510 by pfournier and greggles: Fixed some t() issues.
#217130 by Michelle: Read the issue, it is very informative. :-)
Fixed so the key of the array with content is 'all' when it should.
Updated the documentation.
More minor improvements.
Minor improvements of the source.
Added a missing space between foreach and { in six places.
Fixed bug: Error message when pressing Update on a tab with no nodes.
Fixed following bug: Foreach over NULL when no views were available in the RelatedContent settings of a content type.
Several views can be used as ource of nodes to pick from.
Fixing minor erros in the documentation. Refactoring.
Fixing minor erros in the documentation. Refactoring.
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.
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.
Several improvements including: (i) new API, (ii) extracted help to save memory, (iii) fixed forgotten t() on several places, (iv) spellcheck and (v) code cleanup.
Several improvements including: (i) new API, (ii) extracted help to save memory, (iii) fixed forgotten t() on several places, (iv) spellcheck and (v) code cleanup.
Cosmetic changes to the source.
Fixed the Page Not Found bug after updating.
Cleaned up the intall file.
Minor changes in the help text.
Corrected a word.
Simplified and improved the theming.
Made it possible to keep and remove nodes even if they are not provided by he view anymore.
Made it an option if related content should be shown in teasers.
Fixed a typo in a function call.
Made the theming configurable.
Moved to a own tab with pager.
Fixed a newly introduced bug in viewing nodes without related content.
Improved the theming by adding capability to use a template file.
Additional improvements to the code.
Made the RelatedContent fieldset collapsible on the content type form.
Fixed bug: Deleted nodes don't show up as n/a any more.
#182573 by attiks. RelatedContent now respects node access.
#186474 by kndr. On preview, don't show n/a for not selected nodes.
Corrected some minor deviation from the coding standard and some other minor code clean up.
Initial commit of RelatedContent module. Allows privileged users to assemble teasers at the end of a node.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |