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

Log of /contributions/modules/twitter/twitter.inc

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.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 4 16:14:08 2009 UTC (4 months, 3 weeks ago) by eaton
Branch: DRUPAL-6--2
Changes since 1.3.2.12: +10 -1 lines
Diff to previous 1.3.2.12 , to branch point 1.3 , to next main 1.10
#509034 - imported 'protected' accounts aren't marked as such during the import.

Revision 1.3.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 2 13:26:21 2009 UTC (4 months, 3 weeks ago) by eaton
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-6
Changes since 1.3.2.11: +30 -1 lines
Diff to previous 1.3.2.11 , to branch point 1.3
#504112 - add an API function to support sending direct messages. There's no UI for this at present, but API support is still helpful for people automating stuff themselves.

Revision 1.3.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 2 13:23:44 2009 UTC (4 months, 3 weeks ago) by eaton
Branch: DRUPAL-6--2
Changes since 1.3.2.10: +2 -2 lines
Diff to previous 1.3.2.10 , to branch point 1.3
#392834 - make it possible to hide the 'Drupal' attribution line when statuses are posted. Statuses will be shown as 'posted from web' on Twitter.com.

Revision 1.3.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 20 16:29:14 2009 UTC (5 months ago) by eaton
Branch: DRUPAL-6--2
Changes since 1.3.2.9: +11 -3 lines
Diff to previous 1.3.2.9 , to branch point 1.3
A cleaner fix for the data type issue on twitter ids. We're now storing as NUMERIC fields instead of STRINGS, which gives us more control. Also, support for the in-reply-to fields that track conversation threads, and a new view that shows all user tweets on the site, not just those for the currently visible user account.

Revision 1.3.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 15 21:56:30 2009 UTC (5 months, 1 week ago) by eaton
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-5
Changes since 1.3.2.8: +3 -3 lines
Diff to previous 1.3.2.8 , to branch point 1.3
#491794 - working around a problem in db_write_record() that casts bigints to signed ints regardless of how the column is defined.

Revision 1.10 - (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.9: +63 -453 lines
Diff to previous 1.9
sync head with DRUPAL-6--3

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 28 06:45:22 2009 UTC (5 months, 4 weeks ago) by walkah
Branch: DRUPAL-6--3
Changes since 1.9: +63 -453 lines
Diff to previous 1.9 , to next main 1.10
New twitter 3.x branch with things like oauth and a new library. still *very* alpha

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

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

Revision 1.3.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 8 06:40:25 2009 UTC (7 months, 2 weeks ago) by eaton
Branch: DRUPAL-6--2
Changes since 1.3.2.6: +4 -14 lines
Diff to previous 1.3.2.6 , 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.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 17 20:01:05 2009 UTC (10 months, 1 week ago) by eaton
Branch: DRUPAL-6--2
Changes since 1.3.2.5: +9 -9 lines
Diff to previous 1.3.2.5 , to branch point 1.3
#354308 - experimental support for Identi.ca - the API endpoint URL can be changed by an admin. UI text still says Twitter for users, though, and it's not yet possible to have Twitter accounts and Identi.ca accounts used on the same site.

Revision 1.3.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 18 02:33:57 2008 UTC (13 months, 1 week ago) by eaton
Branch: DRUPAL-6--2
Changes since 1.3.2.4: +26 -6 lines
Diff to previous 1.3.2.4 , to branch point 1.3
#279319 by michaelphipps, support all of Twitter's HTTP response codes.

Revision 1.3.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 26 15:59:21 2008 UTC (13 months, 4 weeks ago) by eaton
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0
Changes since 1.3.2.3: +2 -2 lines
Diff to previous 1.3.2.3 , to branch point 1.3
Fixing an inverted IS NULL check that kept the post-to-twitter form from showing on new node forms.

Revision 1.3.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 26 15:32:48 2008 UTC (13 months, 4 weeks 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
Wahoo. Twitter Actions and the drupal source flag both work now.

Revision 1.3.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 25 15:50:25 2008 UTC (13 months, 4 weeks ago) by eaton
Branch: DRUPAL-6--2
Changes since 1.3.2.1: +18 -11 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.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 25 15:45:51 2008 UTC (13 months, 4 weeks ago) by eaton
Branch: MAIN
Changes since 1.7: +5 -4 lines
Diff to previous 1.7
Adding the Twitter Actions module, and updating the 'source' string for default messages to Drupal.

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

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

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: +1 -2 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 ago) by eaton
Branch: MAIN
Changes since 1.3: +6 -3 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: +14 -13 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: +277 -68 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:56:45 2008 UTC (17 months, 2 weeks ago) by walkah
Branch: MAIN
Changes since 1.1: +10 -1 lines
Diff to previous 1.1
oops - adding twitter_cache_status in

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 8 04:48:33 2008 UTC (17 months, 2 weeks ago) by walkah
Branch: MAIN
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 :-)

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