Last packaged version: 7.x-1.x-dev
Last updated: June 14, 2012 - 00:53
Download | Size | md5 hash |
---|---|---|
yammer_feeds-7.x-1.x-dev.tar.gz | 16.93 KB | 5ad04c3a492e980a239cf04230818929 |
yammer_feeds-7.x-1.x-dev.zip | 19.57 KB | 2130d55595c1ac906e6575610babc45b |
Last packaged version: 7.x-1.x-dev
Last updated: June 14, 2012 - 00:53
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