Downloads

Download tar.gz 141.53 KB
MD5: 80903dcf1e07e8c4ca23b7d0ee9b9c5d
SHA-1: 99ecd457c3658ad99a748b931d1eeaece56548fd
SHA-256: e66d7514db79e55afa82e4e809992db92e3337a1b2d9b1f982dbbe6cd1fc6980
Download zip 188.16 KB
MD5: 0f70da84b470253632aaa2666ec71598
SHA-1: a60e06d7c9e6b5d7f787ab72fc5a6147acf970bf
SHA-256: f3cc1f0bed0999d51b261ea72cf628a125d9c64d54a793f010f4b111fc47d068

Release notes

New Features

5.x.2.5 adds a Comment plugin. This option lets users select track the comments attached to individual posts (nodes).

Content locking is now available for administrators who wish to force some content to be displayed on all user MySite pages.

Default reset allows users to reset their personal content to the default settings provided by the administrator.

For developers, 5.x.2.5 adds two new functions designed to let you call MySite data from external locations like themes, blocks, and panels.

  mysite_render($type, $type_id, $uid = 0)
  Returns the raw data array for a specific content element.  Formatted 
  according to mysite_type_data().
  
  mysite_display($type, $type_id, $uid = 0, $format = 'default')
  Returns a themed HTML snippet ready for insertion into a theme or to be
  used by a module or block.

In both cases, the functions are looking for the following information:

$type == A string indicating the content type
$type_id == The content id (such as term id) to retrieve
$uid == The user account to retrieve MySite page settings for. Optional.

The $format parameter in mysite_display() is an optional name of the MySite
format plugin to use for output theming.

For more details, see http://therickards.com/api.

Bug Fixes

* #164918 by xeniox. Fixes error in mysite_type_feed_active(). Fixes caching issue related to drag-and-drop sort
* Cleaning up API documentation errors and small typos.
* Fixed a permissions check typo in mysite_page().
* Fixed a permissions check typo in book.inc

Updating

The 5.x.2.5 release requires that you run Drupal's upgrade script.

Created by: agentrickard
Created on: 7 Aug 2007 at 01:23 UTC
Last updated: 7 Aug 2007 at 01:23 UTC
New features
Bug fixes
Unsupported

Other releases