summaryrefslogtreecommitdiff
path: root/plugins/TwitterBridge
AgeCommit message (Expand)Author
2010-12-13TwitterBridge: partial merge of id_str usage from 0.9.x for improved 32-bit a...Brion Vibber
2010-12-07Quick hack to discard twitter broadcast queue items on failure *IF* config op...Brion Vibber
2010-11-30Flush router cache when saving Twitter admin settings: adding/removing keys c...Brion Vibber
2010-11-19Ticket #2724: gracefully handle attempts to delete or fave/unfave a remote Tw...Brion Vibber
2010-11-12Fix for failure edge case in TwitterBridge outgoing repeat/retweets.Brion Vibber
2010-10-28Localisation updates from http://translatewiki.net.Siebrand Mazeland
2010-10-23Localisation updates from http://translatewiki.net.Siebrand Mazeland
2010-10-22Fix for 140-char replies being unexpectedly cropped when bridged to Twitter.Brion Vibber
2010-10-18Localisation updates from http://translatewiki.netSiebrand Mazeland
2010-10-09Localisation updates from http://translatewiki.net.Siebrand Mazeland
2010-10-08Merge branch 'fatals' into 0.9.xBrion Vibber
2010-10-08Check for Twitter foreign link actually existing before trying to delete it; ...Brion Vibber
2010-10-03Localisation updates from http://translatewiki.netSiebrand Mazeland
2010-10-01Localisation updates from http://translatewiki.net.Siebrand Mazeland
2010-09-30Always specify UTF-8 targt charset for html_entity_decode(); default is 8-bit...Brion Vibber
2010-09-28Localisation updates from http://translatewiki.netSiebrand Mazeland
2010-09-23Update POT files for plugins.Siebrand Mazeland
2010-09-21Merge remote branch 'gitorious/0.9.x' into 0.9.xEvan Prodromou
2010-09-19Update pot files for plugins.Siebrand Mazeland
2010-09-19* Remove trailing newline in e-mail message.Siebrand Mazeland
2010-09-19Update pot files for plugins.Siebrand Mazeland
2010-09-19* i18n/L10n updates.Siebrand Mazeland
2010-09-18Remove superfluous whitespaceSiebrand Mazeland
2010-09-18* i18n/L10n updatesSiebrand Mazeland
2010-09-15Merge remote branch 'gitorious/0.9.x' into 0.9.xEvan Prodromou
2010-09-15Update/add pot files for plugins.Siebrand Mazeland
2010-09-10use capturing parens for matching at-mentions in twitterstatusfetcherEvan Prodromou
2010-09-10make our own twitter links if Twitter doesn't give us entitiesEvan Prodromou
2010-09-08change the event we use for deleting a linked status on TwitterEvan Prodromou
2010-09-08move notice_to_status initialization code to run-once scriptEvan 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-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