Install

Works with Drupal: 7.x

Using dev releases is not recommended, except for testing.

Using Composer to manage Drupal site dependencies

Downloads

Download yammer_feeds-7.x-1.x-dev.tar.gztar.gz 16.93 KB
MD5: 4baab575f4a1319a2fdd7c943aee0c8d
SHA-1: a8b659ec796a23eb98ff393f946ef7e4a9e6a057
SHA-256: 20cee8ee83ccb6c8765bdaa00f56eb2efe47aa54074f63a48bf86646eb4526d0
Download yammer_feeds-7.x-1.x-dev.zipzip 19.57 KB
MD5: 99a7693727d6d0a5440304d61d7e6532
SHA-1: 9e8eaadbd923bff18b8eb787da923c5015fd68f8
SHA-256: 0bb8562927c4b84f25dbf75edbebceb49b1e4891c233d24bc7a4bfa3609f2559

Release notes

Changes since 6.x-1.01:

  • separating the page and block theme calls for the ajax requests. fixes #1093330
  • fixing up the ajax callbacks to run through the same getMessages method and theme functions. fixes #1093312
  • MAJOR cleanup to the API - consists generalizing to get messages and get user info, returning arrays and theming them properly. fixes #1092770
  • removing all todo's (since they're todone) and commenting the page callback's theme function.
  • further cleanup of the variable name change. #1092414
  • cleaning up call to keys (now more uniform) and only including the api.inc file where needed. fixes #1092410
  • fixing phpdoc of params for this method
  • cleaning up the page callback
  • cleaning up the ajax callbacks
  • MAJOR cleanup of the verification form and overall process. fixes #1092418
  • another small fix to the verification workflow.
  • small fixes to verification workflow
  • moving administration functions to yammer_feeds.admin.inc. fixes #1092574
  • namespace the yammer config item under services. fixes #1092412
  • new todo for adding admin callback to their own file
  • moving OAuth inclusion into the yammer_feeds.api.inc file. #1092410
  • moving css and js inclusion into the theme function. #1092410
  • removing comment cruft and todos based on the last commit's fixes
  • fixing #1092406 and #1092420 - cleans up hook_block_info() implementation and makes it themable.
  • adding a bunch of @todos and a small amount of code formatting cleanup
  • some general comment formatting cleanup
  • some general variable cleanup of the verification process
  • fixing up how the OAuth.php is included
  • general code clean-up. mostly formatting issues.
  • conforming .install file comments to coding standards
  • conform @see to coding standards
  • document the yammer_feeds.api.inc file
  • utilize @ instead of ! for check_plain usage
  • d7 conversion which depends on the yammer api extraction
  • splitting the yammer api class into it's own class file
  • Stripping CVS keywords
Created by: sirkitree
Created on: 1 Apr 2011 at 16:54 UTC
Last updated: 2 Apr 2011 at 00:29 UTC
New features

Other releases