Downloads

Download totem-7.x-2.x-dev-core.tar.gztar.gz 22.9 MB
MD5: 1d4fa3ec21bcf3319006e1fd7d8ecda1
SHA-1: 798936990ca3e1be162e15444eb2a55bde0c0404
SHA-256: 2b40639369afbe5e452affe30cdad0fa79de4f890b67eab5eaf2159acb956d88
Download totem-7.x-2.x-dev-core.zipzip 24.96 MB
MD5: af3cdff5afd70204e0aae9c58727e9f5
SHA-1: 0adcc5aedf991d08a8e174341d2ad81158b28afe
SHA-256: bfb4a555a1feb4fd1449cbf732d89dc94527efbbbaee39b8c2781e6a6d31fed0
Download totem-7.x-2.x-dev-no-core.tar.gztar.gz 19.83 MB
MD5: deb0591a292c76f256b977ca636424a2
SHA-1: 18cbe3b2f805d08782296636888b2c2add844acf
SHA-256: f9c6bcc72b3228ab25b470e685e46d384ea94bcbb6d82614bd93b69af4a3e75b
Download totem-7.x-2.x-dev-no-core.zipzip 21.29 MB
MD5: 361bed7408b82d4c82fa2622a2949468
SHA-1: 6d0e7945ffd4779f312dba5511d16408eb5e939e
SHA-256: 650aa4744d984e18f7e3463d6da4836625027dd1e449864d2c3e0a7803bf2a42
Download totem-7.x-2.x-dev.tar.gztar.gz 422.78 KB
MD5: fd55fb855e5373f5ec84ee094aab0057
SHA-1: 5514b1523e16fae518b79c5ae6e17db28afbe4eb
SHA-256: 4c5602b90a255d6a5f77a81f4c7614d882b9e77488a996671b77c31bbbc713a9
Download totem-7.x-2.x-dev.zipzip 482.19 KB
MD5: 2e0f29f21c023ff4b49300a36e5b8ab4
SHA-1: 4fcec2aaea99c0eb72cc6a8a406fcc5f8a1b88aa
SHA-256: 4d01ea90b519dfaace188e7650913fb1b7ad4ae6ea0d3f865dd3ee9e02c93581

Release notes

New/Improved Features

  • PaulmeyerIS - changed "My [Type]", "Recent [Type]", and "Featured [Type]" list blocks' output to use the totem_common_node_community_box theme hook.
  • tea.time - totem_user - further customized the messages returned after registration form submit, based on account registration variables.
  • tea.time - added constants for open, closed, and restricted integer values of field_community_status; propagated usage throughout Totem modules.
  • tea.time - on the community node form, pull the labels for the status field values into the description text, instead of hardcoding "Open", "Restricted", "Closed".
  • tea.time - totem_media - added a new variable 'totem_media_hide_collections' to hide the ability to create/use media collections from users. (No structural changes such as removing the content type, etc.)
  • PaulmeyerIS - totem_discuss - implemented reporting abuse on comments via a contextual link.
  • PaulmeyerIS - totem_rating - added hook_totem_rating_user_score_settings_alter() to allow modules to adjust the output of the user score calculation.
  • PaulmeyerIS - totem_rating - added block to output the current user's score.
  • tea.time - totem_media - implemented ability to add a YouTube video as a media node. Added field_media_url to the media node type.
  • PaulmeyerIS - _totem_common_types_info() - translating names for Member, Recent Activity, and Orphaned Content (pseudo) types.
  • tea.time - totem_activity - adding 'recent_entity' as a real view mode via hook_entity_info_alter()
  • Updated Plupload module to 7.x-1.4.
  • tea.time - totem_media - on add-media form, display the max upload size, and make it respect the media node's field_file limit.

Bug Fixes

  • PaulmeyerIS - fixed $is_community_tab logic for page--community.tpl.php
  • PaulmeyerIS - TotemEntityFieldQuery - fixed 'renderable' results for comment queries. comment_view() needs the $node object to which the comment is attached.
  • PaulmeyerIS - for %type List pages with search filtering, the "select" widget is NOT part of taxonomy and therefore breaks the filter search. Changed it to default display.
  • PaulmeyerIS - fixed _totem_user_has_community() to actually check if the $node argument is a community itself.
  • tea.time - totem_user - changed the modal login, register, and password forms' menu items to use ajax_deliver(). Previously a session was not being initiated, because ajax_footer() handles it.
  • PaulmeyerIS - fix totem_common_page_autocomplete_taxonomy()
  • PaulmeyerIS - totem_media - update t() args for "add media" button
  • tea.time - totem_common.js - properly check for settings.variables in modalAutoload()
  • tea.time - totem_common.js - for modal forms, make the button revert from its in-progress state if Clientside Validation module finds form errors.
  • tea.time - #2032731: Post button stuck on saving when creating new community with image uploaded. - workaround for AJAX forms getting stuck ajax.ajaxing when they contain another AJAX element. Posted possible core bug report at #2102349: AJAXified forms get stuck with ajaxing = true when an element within them invokes its own AJAX request
  • PaulmeyerIS - totem_user_url_outbound_alter() - since this alters the URL if node_access() for community nodes returns false, if the given entity is not a community node, pull from field_community. TODO: fallback if no referenced community.
  • tea.time - totem_media - fixed field display settings so that audio and video files render with the mediaelement.js player, without compromising performance on the activity feed (which was a prior issue)
  • tea.time - totem_media - workaround to make plupload element and #states visibility toggle cooperate. See feature request at #2104389: Usage of #theme 'container' partly breaks visibility toggle via #states
  • tea.time - totem_common install - set the jquery_update jquery version variable to 1.7, which we've found is the most cooperative version.
Created by: natemow
Created on: 14 Oct 2013 at 21:44 UTC
Last updated: 16 Oct 2013 at 20:08 UTC
New features
Bug fixes

Other releases