Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-30 | Always specify UTF-8 targt charset for html_entity_decode(); default is ↵ | Brion Vibber | |
8-bit ISO-8859-1 which causes things to break when we later pass them through things that expect to work with UTF-8. For instance, running through preg_replace() with the /u option results in NULL, leading to problems with OStatus and SubMirror generating their plaintext versions and doing length-cropping. | |||
2010-09-21 | Merge remote branch 'gitorious/0.9.x' into 0.9.x | Evan Prodromou | |
2010-09-18 | * i18n/L10n updates | Siebrand Mazeland | |
* whitespace updates. | |||
2010-09-10 | use capturing parens for matching at-mentions in twitterstatusfetcher | Evan Prodromou | |
2010-09-10 | make our own twitter links if Twitter doesn't give us entities | Evan Prodromou | |
2010-09-07 | text substitution is Unicode-aware for twitterstatusfetcher | Evan Prodromou | |
2010-09-07 | debug statements for setting/getting last id | Evan Prodromou | |
2010-09-07 | Store foreign ID for synch info, not user ID | Evan Prodromou | |
2010-09-07 | remove data dump of retrieved statuses | Evan Prodromou | |
2010-09-07 | use and save since_id parameter for home_timeline | Evan Prodromou | |
2010-09-07 | save Twitter mentions as StatusNet replies | Evan Prodromou | |
2010-09-07 | add back in # and @ for links | Evan Prodromou | |
2010-09-07 | add Twitter-approved links to Twitter statuses | Evan Prodromou | |
2010-09-07 | truncate retweeted stuff if it's too long | Evan Prodromou | |
2010-09-07 | correctly mark repeats from Twitter as non-local | Evan Prodromou | |
2010-09-07 | correctly check for local notice to status mappings when notice originated here | Evan Prodromou | |
2010-09-07 | use Notice_to_status to check for duplicates | Evan Prodromou | |
2010-09-07 | Save notice-to-status mapping in its own table | Evan Prodromou | |
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-07 | do our own repeating so we can pass in a uri | Evan Prodromou | |
2010-09-07 | remove require_once for disappeared TwitterBasicAuthClient | Evan Prodromou | |
2010-09-07 | remove basic auth code for Twitter since it's no longer supported | Evan Prodromou | |
2010-09-07 | switch twitterstatusfetcher from friends_timeline to home_timeline | Evan Prodromou | |
2010-09-07 | debug code to dump new status data | Evan Prodromou | |
2010-09-07 | move inbox insert code to status saver main loop | Evan Prodromou | |
2010-09-07 | some info notices in twitter status fetch for repeats and replies | Evan Prodromou | |
2010-09-07 | if something's a retweet, save it as a repeat in bridge | Evan Prodromou | |
2010-09-07 | save reply status for Twitter notices | Evan Prodromou | |
2010-09-07 | don't save statuses from protected users | Evan Prodromou | |
2010-03-27 | Some fixes to make the twitterstatusfetcher behave better in a multi-site ↵ | Zach Copley | |
configuration | |||
2010-02-04 | - Fix cache handling in TwitterStatusFetcher | Zach Copley | |
- Other stability fixes | |||
2010-01-09 | use Inbox in twitterstatusfetcher | Evan Prodromou | |
2009-12-04 | Don't try to broadcast the notice if something went wrong. | Zach Copley | |
2009-12-04 | Make imported Twitter notices show up via real time plugins. | Zach Copley | |
2009-12-02 | Remove useless debugging statement | Zach Copley | |
2009-11-09 | Revert "Remove more contractions" | Brion Vibber | |
This reverts commit 5ab709b73977131813884558bf56d97172a7aa26. Missed this one yesterday... | |||
2009-11-08 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2009-11-08 | Remove more contractions | Siebrand Mazeland | |
* doesn't * won't * isn't * don't | |||
2009-11-08 | Revert "* [Cc]an't -> [Cc]annot" | Brion Vibber | |
This reverts commit 0ab17f382b9993ada3d12d4cdace72cca53fb545. | |||
2009-11-08 | * [Cc]an't -> [Cc]annot | Siebrand Mazeland | |
* [Cc]ould't -> [Cc]ould not | |||
2009-11-02 | Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, ↵ | Brion Vibber | |
adding redirect handling and convenience functions. Caching support will be added in future work after unit tests have been added. * extlib: add PEAR HTTP_Request2 0.4.1 alpha * extlib: update PEAR Net_URL2 to 0.3.0 beta for HTTP_Request2 compatibility * moved direct usage of CURL and file_get_contents to HTTPClient class, excluding external-sourced libraries * adapted GeonamesPlugin for new HTTPResponse interface Note some plugins haven't been fully tested yet. | |||
2009-11-02 | Revert "Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 ↵ | Brion Vibber | |
package, adding redirect handling and convenience functions." Going to restructure a little more before finalizing this... This reverts commit fa37967858c3c29000797e510e5f98aca8ab558f. | |||
2009-11-02 | Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, ↵ | Brion Vibber | |
adding redirect handling and convenience functions. Caching support will be added in future work after unit tests have been added. * extlib: add PEAR HTTP_Request2 0.4.1 alpha * extlib: update PEAR Net_URL2 to 0.3.0 beta for HTTP_Request2 compatibility * moved direct usage of CURL and file_get_contents to HTTPClient class, excluding external-sourced libraries Note some plugins haven't been tested yet. | |||
2009-10-14 | Make queuing and daemons work via events | Zach Copley | |
2009-09-08 | Merge branch '0.9.x' into pluginize-twitter-bridge | Zach Copley | |
Conflicts: plugins/TwitterBridge/twitterauthorization.php | |||
2009-08-26 | Moved the rest of the Twitter stuff into the TwitterBridge plugin | Zach Copley | |