CHANGELOG.txt |
CHANGELOG.txt |
|
Twitter 7.x-5.x-dev, xxxx-xx-xx
-------------------------------
#1829712 by DamienMcKenna: Expanded dependency information for Drupal 7.40.
#2624178/#2584363 by fran seva, joelpittet, SurfinSpirit: Fixed import of RTs.
#2675832 by JamesOakley: Made… |
core.test |
tests/core.test |
|
Functional tests for the Twitter module. |
input_filters.test |
tests/input_filters.test |
|
Functional tests for the input filters of the twitter module. |
README.txt |
README.txt |
|
Twitter
-------
The Twitter module allows listing tweets in blocks or pages. Its integration
with Views opens the door to all sorts of formatting (ie. as an automatic
slideshow with views_slideshow). It also provides useful input filters to… |
twitter.api.php |
twitter.api.php |
|
Describe hooks provided by Twitter module. |
twitter.css |
twitter.css |
|
/**
* Styles to render a tweet as it is shown at Twitter.com.
*
* Thanks @makangus.
*/
div.view-tweets ul{
list-style-type: none;
padding: 0px;
}
.twitter-status{
background: #ffffff;
color: #333333;
padding: 10px 10px 0;
… |
twitter.drush.inc |
twitter.drush.inc |
|
Drush commands for the Twitter module. |
twitter.inc |
twitter.inc |
|
|
twitter.info |
twitter.info |
|
name = Twitter
description = Adds integration with the Twitter microblogging service.
php = 5.1
core = 7.x
; The main configuration page.
configure = admin/config/services/twitter
; Allow use of the new dependency structure added to… |
twitter.install |
twitter.install |
|
Install, update and uninstall functions for the twitter module. |
twitter.lib.php |
twitter.lib.php |
|
Integration layer to communicate with the Twitter REST API 1.1.
https://dev.twitter.com/docs/api/1.1 |
twitter.module |
twitter.module |
|
Provides API integration with the Twitter microblogging service. |
twitter.pages.inc |
twitter.pages.inc |
|
Page callbacks for Twitter module. |
twitter.views.inc |
twitter.views.inc |
|
Provide views data and handlers for twitter.module |
twitter.views_default.inc |
twitter.views_default.inc |
|
Default views for Twitter module. |
twitter_actions.info |
twitter_actions/twitter_actions.info |
|
name = Twitter actions
description = Exposes Drupal actions to send Twitter messages.
core = 7.x
dependencies[] = twitter:twitter |
twitter_actions.module |
twitter_actions/twitter_actions.module |
|
Exposes Drupal actions for sending Twitter messages. |
twitter_actions.rules.inc |
twitter_actions/twitter_actions.rules.inc |
|
Provides Rules integration in order to post tweets. |
twitter_last_tweet_field.info |
twitter_last_tweet_field/twitter_last_tweet_field.info |
|
name = Twitter Last Tweet Field
description = Show the last tweet from one of the configured Twitter accounts.
core = 7.x
dependencies[] = twitter:twitter
dependencies[] = field |
twitter_last_tweet_field.install |
twitter_last_tweet_field/twitter_last_tweet_field.install |
|
Install, update and uninstall functions for the twitter_last_tweet_field
module. |
twitter_last_tweet_field.module |
twitter_last_tweet_field/twitter_last_tweet_field.module |
|
Hook implementations for the twitter_last_tweet module. |
twitter_mock.info |
tests/twitter_mock.info |
|
name = Twitter Mock
description = Sets up a mock web server to simulate API calls on tests
core = 7.x
hidden = TRUE
dependencies[] = twitter:twitter
dependencies[] = simpletest |
twitter_mock.module |
tests/twitter_mock.module |
|
Module for Mock Twitter API requests. |
twitter_post.inc |
twitter_post/plugins/content_types/twitter_post.inc |
|
|
twitter_post.info |
twitter_post/twitter_post.info |
|
name = Twitter Post
description = Enables posting to twitter
core = 7.x
dependencies[] = twitter:twitter
configure = admin/config/services/twitter/post |
twitter_post.install |
twitter_post/twitter_post.install |
|
Install, update and uninstall functions for the twitter module. |
twitter_post.module |
twitter_post/twitter_post.module |
|
Hook implementations for twitter_post module. |
twitter_post.pages.inc |
twitter_post/twitter_post.pages.inc |
|
Page callbacks for Twitter Post module. |
twitter_signin.info |
twitter_signin/twitter_signin.info |
|
name = Twitter Signin
description = Adds support for "Sign in with Twitter"
core = 7.x
dependencies[] = twitter:twitter
configure = admin/config/services/twitter/signin |
twitter_signin.install |
twitter_signin/twitter_signin.install |
|
Install, update and uninstall functions for the Twitter Signin module. |
twitter_signin.module |
twitter_signin/twitter_signin.module |
|
Hook implementations for Twitter Signin module. |
twitter_signin.pages.inc |
twitter_signin/twitter_signin.pages.inc |
|
Page callbacks for Twitter Signin module. |
twitter_status.tpl.php |
twitter_status.tpl.php |
|
Renders a tweet as it does look like at Twitter.com. |
twitter_views_field_handlers.inc |
twitter_views_field_handlers.inc |
|
Views handlers for Twitter module. |