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

Log of /contributions/modules/twitter/twitter.install

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.2.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 2 14:50:24 2009 UTC (4 months, 3 weeks ago) by eaton
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-6
Changes since 1.2.2.9: +3 -3 lines
Diff to previous 1.2.2.9 , to branch point 1.2 , to next main 1.4
#477756 - minor cleanup of the comments in the install file.

Revision 1.2.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 2 13:41:47 2009 UTC (4 months, 3 weeks ago) by eaton
Branch: DRUPAL-6--2
Changes since 1.2.2.8: +2 -2 lines
Diff to previous 1.2.2.8 , to branch point 1.2
Oh, you crafty little comma.

Revision 1.2.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 2 13:04:33 2009 UTC (4 months, 3 weeks ago) by eaton
Branch: DRUPAL-6--2
Changes since 1.2.2.7: +21 -3 lines
Diff to previous 1.2.2.7 , to branch point 1.2
#301317 - last_refresh doesn't have a default value. Dies in mysql strict mode.

Revision 1.2.2.7 - (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.2.2.6: +127 -6 lines
Diff to previous 1.2.2.6 , to branch point 1.2
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.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 20 03:45:26 2009 UTC (5 months ago) by walkah
Branch: DRUPAL-6--3
Changes since 1.3.2.1: +98 -9 lines
Diff to previous 1.3.2.1 , to branch point 1.3 , to next main 1.4
Adding the rest of the twitter account information to the schema & library
(no, I'm not bothering with update hooks yet... you've been warned)

Revision 1.2.2.6 - (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.2.2.5: +34 -5 lines
Diff to previous 1.2.2.5 , to branch point 1.2
#491794 - working around a problem in db_write_record() that casts bigints to signed ints regardless of how the column is defined.

Revision 1.4 - (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.3: +36 -33 lines
Diff to previous 1.3
sync head with DRUPAL-6--3

Revision 1.3.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.3: +36 -33 lines
Diff to previous 1.3
New twitter 3.x branch with things like oauth and a new library. still *very* alpha

Revision 1.3 - (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.2: +62 -3 lines
Diff to previous 1.2
syncing HEAD with DRUPAL-6--2

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 25 19:55:30 2009 UTC (6 months ago) by walkah
Branch: DRUPAL-6--2
Changes since 1.2.2.4: +24 -2 lines
Diff to previous 1.2.2.4 , to branch point 1.2
#336048 patch by jaydub - schema inconsistencies (primary keys need to be not null, etc)

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 13 17:27:14 2009 UTC (6 months, 1 week ago) by eaton
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-4
Changes since 1.2.2.3: +19 -1 lines
Diff to previous 1.2.2.3 , to branch point 1.2
Whoops, looks like Twitter IDs are hitting the signed int limit. Minor release that turns the twitter_id column into a bigint.

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 8 07:12:30 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
Changes since 1.2.2.2: +2 -11 lines
Diff to previous 1.2.2.2 , to branch point 1.2
Rolling back the update function. Inexplicably borks on db_change_column().

Revision 1.2.2.2 - (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.2.2.1: +13 -2 lines
Diff to previous 1.2.2.1 , to branch point 1.2
#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.2.2.1 - (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.2: +18 -1 lines
Diff to previous 1.2
#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.2 - (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
CVS Tags: DRUPAL-6--2-0
Branch point for: DRUPAL-6--2
Changes since 1.1: +58 -11 lines
Diff to previous 1.1
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.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