/[drupal]/contributions/modules/twitter/twitter.module
ViewVC logotype

Log of /contributions/modules/twitter/twitter.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.3.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 2 14:54:18 2009 UTC (4 months, 3 weeks ago) by eaton
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-6
Changes since 1.3.2.13: +2 -2 lines
Diff to previous 1.3.2.13 , to branch point 1.3 , to next main 1.11
#480222 minor fix to the function signature for hook_nodeapi. Doesn't affect anything, but we're obsessive, so rock on with it.

Revision 1.3.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 2 14:18:11 2009 UTC (4 months, 3 weeks ago) by eaton
Branch: DRUPAL-6--2
Changes since 1.3.2.12: +3 -3 lines
Diff to previous 1.3.2.12 , to branch point 1.3
Eliminate the unholy abomination that is custom_twitter_shorten_url(), and just delegate url shortening to the shorten module if it exists.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 11 03:01:02 2009 UTC (5 months, 2 weeks ago) by walkah
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +22 -102 lines
Diff to previous 1.10
sync head with DRUPAL-6--3

Revision 1.10.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 11 02:50:07 2009 UTC (5 months, 2 weeks ago) by walkah
Branch: DRUPAL-6--3
Changes since 1.10.2.1: +4 -3 lines
Diff to previous 1.10.2.1 , to branch point 1.10 , to next main 1.11
Several changes / cleanups:
* moving oauth callback to use formapi : this allows other modules to alter themselves into this flow.
* adding authentication url (for twitter signin)

Revision 1.10.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 28 06:45:21 2009 UTC (6 months ago) by walkah
Branch: DRUPAL-6--3
Changes since 1.10: +21 -102 lines
Diff to previous 1.10
New twitter 3.x branch with things like oauth and a new library. still *very* alpha

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 27 19:00:07 2009 UTC (6 months ago) by walkah
Branch: MAIN
Branch point for: DRUPAL-6--3
Changes since 1.9: +108 -13 lines
Diff to previous 1.9
syncing HEAD with DRUPAL-6--2

Revision 1.3.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 9 14:34:26 2009 UTC (7 months, 2 weeks ago) by eaton
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-3, DRUPAL-6--2-4, DRUPAL-6--2-5
Changes since 1.3.2.11: +2 -2 lines
Diff to previous 1.3.2.11 , to branch point 1.3
Yo dog, I heard you like bugs so we put bugz in yo bugz so you could bug while you bug. tinyurl token not being replaced in tweets.

Revision 1.3.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 8 18:09:01 2009 UTC (7 months, 2 weeks ago) by eaton
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-2
Changes since 1.3.2.10: +9 -3 lines
Diff to previous 1.3.2.10 , to branch point 1.3
That was fast. Checking in a tweak to keep the module from auto-generating TinyURLs for every node ever posted, even if the TinyURL is never used. Sorry, TinyURL.

Revision 1.3.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 8 07:53:14 2009 UTC (7 months, 3 weeks ago) by eaton
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-1
Changes since 1.3.2.9: +21 -4 lines
Diff to previous 1.3.2.9 , to branch point 1.3
Interim help for #335459 - check the HTTP Response when updating the status with a new post's title,  and properly notify the user if something went wrong.

Revision 1.3.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 8 07:22:41 2009 UTC (7 months, 3 weeks ago) by eaton
Branch: DRUPAL-6--2
Changes since 1.3.2.8: +3 -3 lines
Diff to previous 1.3.2.8 , to branch point 1.3
And now it works. Excellent.

Revision 1.3.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 8 06:40:25 2009 UTC (7 months, 3 weeks ago) by eaton
Branch: DRUPAL-6--2
Changes since 1.3.2.7: +24 -3 lines
Diff to previous 1.3.2.7 , to branch point 1.3
#336048 ensure NOT NULL for the screen_name column, #333704 - username and hashtag references produce invalid HTML, also internally reshuffling some user-to-account mapping to make way for future improvements.

Revision 1.3.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 6 23:05:03 2009 UTC (7 months, 3 weeks ago) by eaton
Branch: DRUPAL-6--2
Changes since 1.3.2.6: +19 -2 lines
Diff to previous 1.3.2.6 , to branch point 1.3
#374906 - Ensure tabs appear correctly when visiting the twitter user account edit tab. Thanks to webchick.

Revision 1.3.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 6 22:57:37 2009 UTC (7 months, 3 weeks ago) by eaton
Branch: DRUPAL-6--2
Changes since 1.3.2.5: +12 -3 lines
Diff to previous 1.3.2.5 , to branch point 1.3
#372970 - We don't actually test the node type before displaying the form. Whoops. Thanks jbrauer and webchick.

Revision 1.3.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 10 19:33:00 2009 UTC (9 months, 2 weeks ago) by eaton
Branch: DRUPAL-6--2
Changes since 1.3.2.4: +12 -7 lines
Diff to previous 1.3.2.4 , to branch point 1.3
Adding a (very simple) mechanism to override the link shortening function. Want to use is.gd? Just implement custom_twitter_shorten_link() and return the shortened version.

Revision 1.3.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 17 20:43:53 2009 UTC (10 months, 1 week ago) by eaton
Branch: DRUPAL-6--2
Changes since 1.3.2.3: +24 -4 lines
Diff to previous 1.3.2.3 , to branch point 1.3
#242108 - post the aliased URL instead of the raw node/ URL. Also added support for compressing URLs with TinyURL before they're sent to Twitter.com.

Revision 1.3.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 17 20:06:58 2009 UTC (10 months, 1 week ago) by eaton
Branch: DRUPAL-6--2
Changes since 1.3.2.2: +2 -2 lines
Diff to previous 1.3.2.2 , to branch point 1.3
#359375 - tweak the default post title to avoid TinyURL problems.

Revision 1.3.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 25 15:50:25 2008 UTC (14 months ago) by eaton
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0
Changes since 1.3.2.1: +83 -4 lines
Diff to previous 1.3.2.1 , to branch point 1.3
Syncing the latest HEAD changes to the DRUPAL-6--2 branch.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 7 23:59:31 2008 UTC (14 months, 2 weeks ago) by eaton
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
Changing the default hashtag destination to search.twitter.com.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 7 02:55:58 2008 UTC (14 months, 3 weeks ago) by eaton
Branch: MAIN
Changes since 1.7: +9 -1 lines
Diff to previous 1.7
Compatability with the latest Views 2 dev release and the forthcoming RC2.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 29 06:05:38 2008 UTC (15 months ago) by eaton
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
Resynching HEAD and DRUPAL-6--2.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 23 11:08:30 2008 UTC (15 months ago) by eaton
Branch: MAIN
Changes since 1.5: +56 -3 lines
Diff to previous 1.5
Fixed the @username regex in cases where it follows HTML tags. Also made the @username and #tag filters available as input format filters for non-Twitter text.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 23 04:27:40 2008 UTC (15 months ago) by eaton
Branch: MAIN
Changes since 1.4: +18 -1 lines
Diff to previous 1.4
Refactoring the @username recognition code to make it customizable, and adding support for pointing #hashtags to hashtags.org.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 22 03:57:11 2008 UTC (15 months, 1 week ago) by eaton
Branch: MAIN
Changes since 1.3: +5 -4 lines
Diff to previous 1.3
Various minor bug fixes, auto-parsing of urls and @usernames into links when building Views, added support for "username only" accounts, where tweets are retrieved without storing a password.

Revision 1.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 9 01:02:05 2008 UTC (16 months, 2 weeks ago) by eaton
Branch: DRUPAL-6--2
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
Er. How did this ever work?

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 18 03:34:33 2008 UTC (17 months, 1 week ago) by eaton
Branch: MAIN
Branch point for: DRUPAL-6--2
Changes since 1.2: +60 -8 lines
Diff to previous 1.2
Some additional changes to the API before a real 6.x release is rolled, including more extensive PHPDoc for all the public functions. Full Views2 integration, with a handy default view that shows latest tweets by the author of the current node. Freakin Twitter, man.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 8 04:48:33 2008 UTC (17 months, 3 weeks ago) by walkah
Branch: MAIN
Changes since 1.1: +76 -54 lines
Diff to previous 1.1
Initial port of twitter.module to D6
* (more) full twitter api implementation
* allow optionally posting nodes
* allows associating multiple twitter accounts to a user.

Huge props to Eaton :-)

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 23 17:05:50 2007 UTC (2 years, 10 months ago) by walkah
Branch: MAIN
Branch point for: DRUPAL-5
New module for updating twitter.com on new posts

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2