summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-10use capturing parens for matching at-mentions in twitterstatusfetcher0.9.5Evan Prodromou
2010-09-10make our own twitter links if Twitter doesn't give us entitiesEvan Prodromou
2010-09-09Merge branch 'master' into testingEvan Prodromou
2010-09-09fix typo in the comment (for better copy & pasting)James Walker
2010-09-09include changelog and version changes in textEvan Prodromou
2010-09-08Bump version to 0.9.5Brion Vibber
2010-09-08Fix for mismatched final newline in a message (also fixed upstream on transla...Brion Vibber
2010-09-08change the event we use for deleting a linked status on TwitterEvan Prodromou
2010-09-08add a hook for when someone deletes their own noticeEvan Prodromou
2010-09-08move notice_to_status initialization code to run-once scriptEvan Prodromou
2010-09-08Pragma was accidentally triggering some underwear-catapult-connected hardwareEvan Prodromou
2010-09-08Merge branch 'testing' into 0.9.xBrion Vibber
2010-09-08Merge branch 'master' into testingBrion Vibber
2010-09-07Fix for #2663: fix for original/96px-size avatars getting saved with bad perm...Brion Vibber
2010-09-07Quick fix for #2659: unable to login with Livejournal OpenIDBrion Vibber
2010-09-07Merge branch 'openid-fix' into 0.9.xBrion Vibber
2010-09-07Quick fix for #2659: unable to login with Livejournal OpenIDBrion Vibber
2010-09-07Merge branch 'apinamespace' into 0.9.xEvan Prodromou
2010-09-07text substitution is Unicode-aware for twitterstatusfetcherEvan Prodromou
2010-09-07Fix pkeyget callEvan Prodromou
2010-09-07staticGet -> pkeyGet in Twitter_synch_statusEvan Prodromou
2010-09-07debug statements for setting/getting last idEvan Prodromou
2010-09-07Store foreign ID for synch info, not user IDEvan Prodromou
2010-09-07remove data dump of retrieved statusesEvan Prodromou
2010-09-07Correct DB_DataObject constant in Twitter_synch_statusEvan Prodromou
2010-09-07Missing comma in column list in Twitter_synch_statusEvan Prodromou
2010-09-07add modified column to twitter_synch_statusEvan Prodromou
2010-09-07Merge branch 'twitterannoyances' of gitorious.org:~evan/statusnet/evans-mainl...Evan Prodromou
2010-09-07use and save since_id parameter for home_timelineEvan Prodromou
2010-09-07save synch status for different timelinesEvan Prodromou
2010-09-07save Twitter mentions as StatusNet repliesEvan Prodromou
2010-09-07add back in # and @ for linksEvan Prodromou
2010-09-07add Twitter-approved links to Twitter statusesEvan Prodromou
2010-09-07better handling of params in oauthgetEvan Prodromou
2010-09-07better param handling in hometimelineEvan Prodromou
2010-09-07include entities in the results of home_timelineEvan Prodromou
2010-09-07delete Twitter notice if it was posted from hereEvan Prodromou
2010-09-07Notify Twitter when StatusNet user faves/disfaves a Twitter noticeEvan Prodromou
2010-09-07using null variable in twitter_status_id()Evan Prodromou
2010-09-07check status_id before trying to retweet itEvan Prodromou
2010-09-07truncate retweeted stuff if it's too longEvan Prodromou
2010-09-07correctly mark repeats from Twitter as non-localEvan Prodromou
2010-09-07correctly check for local notice to status mappings when notice originated hereEvan Prodromou
2010-09-07use bigint for status_idsEvan Prodromou
2010-09-07debug output when saving new mappingEvan Prodromou
2010-09-07do a uniqueness check before saving new notice-to-status mappingEvan Prodromou
2010-09-07SQL syntax error when initializing notice_to_status tableEvan Prodromou
2010-09-07Delete Notice_to_status when a notice is deletedEvan Prodromou
2010-09-07use Notice_to_status to check for duplicatesEvan Prodromou
2010-09-07Save notice-to-status mapping in its own tableEvan Prodromou