Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-12 | Update translator documentation. | Siebrand Mazeland | |
2010-09-12 | Update/add translator documentation. | Siebrand Mazeland | |
2010-09-12 | Update incomplete documentation. | Siebrand Mazeland | |
2010-09-12 | Add translator hint. | Siebrand Mazeland | |
2010-09-09 | Merge branch 'testing' into 0.9.x | Evan Prodromou | |
2010-09-09 | Merge branch 'master' into testing | Evan Prodromou | |
2010-09-09 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
* fixes several po -> mo issues in 'cs' and 'ka' also reported at https://bugzilla.wikimedia.org/show_bug.cgi?id=25120 * removed some unneeded leading spaces in 'cs' | |||
2010-09-09 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-09-09 | fix typo in the comment (for better copy & pasting) | James Walker | |
2010-09-09 | include changelog and version changes in text | Evan Prodromou | |
2010-09-09 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-09-08 | Bump version to 0.9.5 | Brion Vibber | |
2010-09-08 | Fix for mismatched final newline in a message (also fixed upstream on ↵ | Brion Vibber | |
translatewiki.net) | |||
2010-09-08 | change the event we use for deleting a linked status on Twitter | Evan Prodromou | |
2010-09-08 | add a hook for when someone deletes their own notice | Evan Prodromou | |
2010-09-08 | move notice_to_status initialization code to run-once script | Evan Prodromou | |
2010-09-08 | Pragma was accidentally triggering some underwear-catapult-connected hardware | Evan Prodromou | |
2010-09-08 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-09-08 | Merge branch 'master' into testing | Brion Vibber | |
2010-09-07 | Fix for #2663: fix for original/96px-size avatars getting saved with bad ↵ | Brion Vibber | |
permissions, causing failure to see images if background queues are different user from web server. The original-size file is now forced to 0644 (all-readable), which should help. Not sure this is 100% ideal, but it's better than 0600! (The other sizes were being created in other code and had sane read perms already.) Watch out for similar issues in Twitter bridge etc; avatar import code should get cleaned up and consolidated. | |||
2010-09-07 | Quick fix for #2659: unable to login with Livejournal OpenID | Brion Vibber | |
The Net::OpenID::Server perl module that LJ uses appears to be very picky about input, and rejects most request types unless the data comes in as GET parameters (apparently following OpenID 1.1 rules, rather than OpenID 2.0 rules which permit any request to be POSTed but requires that if so, the data must all be in the POST body). Apparently something got updated on LJ at some point that's either added that behavior or (more likely) added the OpenID 2.0 namespace info to discovery, which tells the Janrain-based OpenID libraries that they should go ahead and do POST requests instead of redirects to GET requests... thus breaking everything. ;) GET should be just fine for both 1.1 and 2.0 though, and also saves having to sit through that lame autosubmit page. Switched the authentication submission from checking whether it should redirect to GET or do a form POST, to simply always doing the redirect to GET. Tested against providers: * LiveJournal * Google * LaunchPad * identi.ca | |||
2010-09-07 | Merge branch 'openid-fix' into 0.9.x | Brion Vibber | |
2010-09-07 | Quick fix for #2659: unable to login with Livejournal OpenID | Brion Vibber | |
The Net::OpenID::Server perl module that LJ uses appears to be very picky about input, and rejects most request types unless the data comes in as GET parameters (apparently following OpenID 1.1 rules, rather than OpenID 2.0 rules which permit any request to be POSTed but requires that if so, the data must all be in the POST body). Apparently something got updated on LJ at some point that's either added that behavior or (more likely) added the OpenID 2.0 namespace info to discovery, which tells the Janrain-based OpenID libraries that they should go ahead and do POST requests instead of redirects to GET requests... thus breaking everything. ;) GET should be just fine for both 1.1 and 2.0 though, and also saves having to sit through that lame autosubmit page. Switched the authentication submission from checking whether it should redirect to GET or do a form POST, to simply always doing the redirect to GET. Tested against providers: * LiveJournal * Google * LaunchPad * identi.ca | |||
2010-09-07 | Merge branch 'apinamespace' into 0.9.x | Evan Prodromou | |
2010-09-07 | text substitution is Unicode-aware for twitterstatusfetcher | Evan Prodromou | |
2010-09-07 | Fix pkeyget call | Evan Prodromou | |
Fix the pkeyget call in Twitter_synch_Status | |||
2010-09-07 | staticGet -> pkeyGet in Twitter_synch_status | 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 | Correct DB_DataObject constant in Twitter_synch_status | Evan Prodromou | |
2010-09-07 | Missing comma in column list in Twitter_synch_status | Evan Prodromou | |
2010-09-07 | add modified column to twitter_synch_status | Evan Prodromou | |
2010-09-07 | Merge branch 'twitterannoyances' of ↵ | Evan Prodromou | |
gitorious.org:~evan/statusnet/evans-mainline into twitterannoyances Conflicts: plugins/TwitterBridge/TwitterBridgePlugin.php plugins/TwitterBridge/daemons/twitterstatusfetcher.php | |||
2010-09-07 | use and save since_id parameter for home_timeline | Evan Prodromou | |
2010-09-07 | save synch status for different timelines | 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 | better handling of params in oauthget | Evan Prodromou | |
2010-09-07 | better param handling in hometimeline | Evan Prodromou | |
2010-09-07 | include entities in the results of home_timeline | Evan Prodromou | |
2010-09-07 | delete Twitter notice if it was posted from here | Evan Prodromou | |
2010-09-07 | Notify Twitter when StatusNet user faves/disfaves a Twitter notice | Evan Prodromou | |
2010-09-07 | using null variable in twitter_status_id() | Evan Prodromou | |
2010-09-07 | check status_id before trying to retweet it | 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 bigint for status_ids | Evan Prodromou | |