Log of /contributions/modules/twitter/twitter.inc
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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 -
(
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.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.