Releases for RelatedContent

relatedcontent 6.x-1.0-beta1

peter-boeren - July 27, 2009 - 20:49
Download Size md5 hash
relatedcontent-6.x-1.0-beta1.tar.gz 32.43 KB 0e5a169d2b60cc738a4a0764e46cc21d
Official release from CVS tag: DRUPAL-6--1-0-BETA1
Last updated: July 27, 2009 - 20:51

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

peter-boeren - June 7, 2009 - 12:10
Download Size md5 hash
relatedcontent-6.x-1.x-dev.tar.gz 32.43 KB 385ef31b0a993ecb97df237804c1c349
Nightly development snapshot from CVS branch: DRUPAL-6--1
Last updated: July 28, 2009 - 00:25

/**
* 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

TBarregren - September 22, 2008 - 06:34
Download Size md5 hash
relatedcontent-5.x-1.7.tar.gz 28.99 KB e75f5197433b4422de4944f6fd554831
Official release from CVS tag: DRUPAL-5--1-7
Last updated: September 22, 2008 - 06:35

* 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

TBarregren - January 30, 2008 - 22:34
Download Size md5 hash
relatedcontent-5.x-1.6.tar.gz 28.95 KB a9c2f367aa29721050bcd3b80edb8ff1
Official release from CVS tag: DRUPAL-5--1-6
Last updated: January 30, 2008 - 22:35

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.x-dev

TBarregren - January 28, 2008 - 19:00
Download Size md5 hash
relatedcontent-5.x-1.x-dev.tar.gz 31.69 KB 43e468a4dc8de9a5241d95706e05a8de
Nightly development snapshot from CVS branch: DRUPAL-5
Last updated: November 13, 2008 - 00:11

Latest development version of RelatedContent 5.x-1.x.

relatedcontent 5.x-1.6-beta3

TBarregren - January 27, 2008 - 23:54
Download Size md5 hash
relatedcontent-5.x-1.6-beta3.tar.gz 28.95 KB 0760f8e1d5d7fca1d9e4e4c6cc18de3f
Official release from CVS tag: DRUPAL-5--1-6-BETA3
Last updated: January 27, 2008 - 23:55

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

relatedcontent 5.x-1.6-beta2

TBarregren - January 27, 2008 - 14:11
Download Size md5 hash
relatedcontent-5.x-1.6-beta2.tar.gz 27.96 KB c8528d3512237ed3924ae0baaf4e299c
Official release from CVS tag: DRUPAL-5--1-6-BETA2
Last updated: January 27, 2008 - 14:15

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

TBarregren - January 26, 2008 - 23:10
Download Size md5 hash
relatedcontent-5.x-1.6-beta.tar.gz 26.59 KB 1677b43104461821aee44e227b8dbe09
Official release from CVS tag: DRUPAL-5--1-6-BETA
Last updated: January 26, 2008 - 23:15

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

TBarregren - January 9, 2008 - 21:48
Download Size md5 hash
relatedcontent-5.x-1.5.tar.gz 24.13 KB 2d32d45f39883e0092bc8ef2a3c789e9
Official release from CVS tag: DRUPAL-5--1-5
Last updated: January 9, 2008 - 21:50

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

TBarregren - January 5, 2008 - 02:09
Download Size md5 hash
relatedcontent-5.x-1.4.tar.gz 18 KB b5ca0e10d298c1a50078a6db7b10b497
Official release from CVS tag: DRUPAL-5--1-4
Last updated: January 5, 2008 - 02:10

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

TBarregren - January 1, 2008 - 23:29
Download Size md5 hash
relatedcontent-5.x-1.3.tar.gz 20.68 KB 81d3dc05556e514059587a51bc5394de
Official release from CVS tag: DRUPAL-5--1-3
Last updated: January 1, 2008 - 23:30

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.1

TBarregren - April 9, 2007 - 23:34
Download Size md5 hash
relatedcontent-5.x-1.1.tar.gz 12.91 KB c4b428d2bd0c78aba13f881c3e1e2f68
Official release from CVS tag: DRUPAL-5--1-1
Last updated: April 9, 2007 - 23:35

#131271 by mennonot: Added NOT NULL to the columns used in the primary key.

relatedcontent 5.x-1.0

TBarregren - March 22, 2007 - 21:35
Download Size md5 hash
relatedcontent-5.x-1.0.tar.gz 12.88 KB 8dc4235f9ce6dec2c13b6c702a8f6762
Official release from CVS tag: DRUPAL-5--1-0
Last updated: March 22, 2007 - 21:40

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

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.