Commit Graph

16205 Commits

Author SHA1 Message Date
Evan Prodromou
80044ad735 Merge branch 'testing' into 0.9.x 2010-09-06 10:11:59 -04:00
Evan Prodromou
a319b40c97 common_cache_key() -> Cache::key() 2010-09-06 10:07:43 -04:00
Evan Prodromou
e42d2124a3 common_keyize() -> Cache::keyize() 2010-09-06 10:03:51 -04:00
Evan Prodromou
c2de44a530 remove NOOP function common_broadcast_notice() 2010-09-06 09:59:08 -04:00
Evan Prodromou
8f81762d68 common_memcache() => Cache::instance() 2010-09-06 09:56:45 -04:00
Evan Prodromou
8e131652d6 save Twitter mentions as StatusNet replies 2010-09-06 08:54:04 -04:00
Craig Andrews
6fe2429c41 Fix syntax error 2010-09-05 17:31:46 -04:00
Sean Corbett
1b601160f4 Changes to only display currently viewed profile's pictures. 2010-09-05 14:16:46 -04:00
Sean Corbett
2f06e29042 Merge branch 'master' of git://140.232.178.237/home/ian/public_html/gnu-social 2010-09-05 13:20:46 -04:00
Sean Corbett
3b0e5ae94a Added additional author info because I like to feel important ;) 2010-09-05 13:20:27 -04:00
Evan Prodromou
033712b1f2 add back in # and @ for links 2010-09-05 13:19:49 -04:00
Ian Denhardt
fc131c2fb6 Users now post photos to separate albums in the DB (still need to display them separately.) 2010-09-05 13:19:15 -04:00
Evan Prodromou
3da2b31652 add Twitter-approved links to Twitter statuses 2010-09-05 13:16:04 -04:00
Siebrand Mazeland
5d3136726a Localisation updates from http://translatewiki.net 2010-09-05 12:04:32 +02:00
Siebrand Mazeland
f2d6e1e375 Add basic support for Georgian (ka) 2010-09-05 10:45:03 +02:00
Evan Prodromou
5bcfd62eea better handling of params in oauthget 2010-09-05 01:49:49 -04:00
Evan Prodromou
76f42ba83f better param handling in hometimeline 2010-09-05 01:40:15 -04:00
Evan Prodromou
865075e648 include entities in the results of home_timeline 2010-09-05 01:25:48 -04:00
Evan Prodromou
32f3332007 delete Twitter notice if it was posted from here 2010-09-05 01:17:56 -04:00
Evan Prodromou
4deea8e2db Notify Twitter when StatusNet user faves/disfaves a Twitter notice 2010-09-05 01:07:11 -04:00
Evan Prodromou
26864d1453 using null variable in twitter_status_id() 2010-09-05 00:45:45 -04:00
Evan Prodromou
a29356a030 check status_id before trying to retweet it 2010-09-05 00:42:58 -04:00
Evan Prodromou
981f6a4749 truncate retweeted stuff if it's too long 2010-09-05 00:32:56 -04:00
Evan Prodromou
fdcaf7022c correctly mark repeats from Twitter as non-local 2010-09-05 00:25:58 -04:00
Evan Prodromou
1fbc8adf47 correctly check for local notice to status mappings when notice originated here 2010-09-05 00:22:37 -04:00
Evan Prodromou
9d52d5b4f7 use bigint for status_ids 2010-09-05 00:11:31 -04:00
Evan Prodromou
73ff960ef6 debug output when saving new mapping 2010-09-05 00:07:02 -04:00
Evan Prodromou
0a5e1f2d88 do a uniqueness check before saving new notice-to-status mapping 2010-09-05 00:05:11 -04:00
Evan Prodromou
f8a4a8f5ba SQL syntax error when initializing notice_to_status table 2010-09-04 23:55:53 -04:00
Evan Prodromou
3e8569d99f Delete Notice_to_status when a notice is deleted 2010-09-04 23:52:26 -04:00
Evan Prodromou
b2bcbf4a77 use Notice_to_status to check for duplicates 2010-09-04 23:49:52 -04:00
Evan Prodromou
16b219f1ef Save notice-to-status mapping in its own table
Introduce a table mapping notices to Twitter statuses. Initialize
this table at checkSchema() time. Save the mapping when we push
or pull statuses. Use the table to determine if a notice has a
Twitter equivalent.
2010-09-04 23:45:55 -04:00
Evan Prodromou
4aca91d05d add in_reply_to_status_id if notice is from twitter 2010-09-04 23:00:18 -04:00
Sean Corbett
cc18dcb82d Rough draft of the photo album class to control photo ownership / permissions. 2010-09-04 22:14:49 -04:00
Sean Corbett
a8e74efb01 Added gallery links to previous / next pages. 2010-09-04 18:21:03 -04:00
Ian Denhardt
9c24236b59 getting photos by page is now static. 2010-09-04 17:51:17 -04:00
Ian Denhardt
70c1a9a506 Photo Galleries now actually use the database. 2010-09-04 17:48:12 -04:00
Sean Corbett
7e8ff72c0b Quick function to get an array of thumbnails for a gallery page. 2010-09-04 17:35:37 -04:00
Evan Prodromou
cbcd811d61 do our own repeating so we can pass in a uri 2010-09-04 15:05:38 -04:00
Evan Prodromou
a3a6ad26d5 remove require_once for disappeared TwitterBasicAuthClient 2010-09-04 13:00:37 -04:00
Evan Prodromou
1f020125bf remove basic auth code for Twitter since it's no longer supported 2010-09-04 12:58:20 -04:00
Evan Prodromou
93001a28a6 use home_timeline instead of friends_timeline 2010-09-04 12:54:46 -04:00
Evan Prodromou
45bdbcdc78 switch twitterstatusfetcher from friends_timeline to home_timeline 2010-09-04 12:54:20 -04:00
Evan Prodromou
c307aee06e debug code to dump new status data 2010-09-04 12:45:15 -04:00
Evan Prodromou
60b1e4afb7 move inbox insert code to status saver main loop 2010-09-04 11:40:33 -04:00
Evan Prodromou
86e8af45a2 some info notices in twitter status fetch for repeats and replies 2010-09-04 11:37:34 -04:00
Ian Denhardt
3da5dccce6 Got photos displaying in the feed *the right way* 2010-09-03 23:00:34 -04:00
Brion Vibber
58b5ff718a Merge branch 'testing' of gitorious.org:statusnet/mainline into testing 2010-09-03 18:01:08 -07:00
Brion Vibber
ab0ced4dfd Suppress notices in index.php running under lighttpd 2010-09-03 17:57:23 -07:00
Evan Prodromou
3249370646 if something's a retweet, save it as a repeat in bridge 2010-09-03 17:51:28 -04:00