- 15 Sep, 2010 2 commits
-
-
Brion Vibber authored
Move standalone plugin files into subdirectories so they can have locale data, etc added to them at leisure.
-
Brion Vibber authored
Revert "Add plural support for minutes/hours/days/months ago." -- currently doesn't work and spews error messages This reverts commit b27882c9.
-
- 14 Sep, 2010 5 commits
-
-
Siebrand Mazeland authored
-
Siebrand Mazeland authored
-
-
Siebrand Mazeland authored
* superfluous whitespace removed
-
Siebrand Mazeland authored
* superfluous whitespace removed
-
- 13 Sep, 2010 6 commits
-
-
Siebrand Mazeland authored
* remove superfluous whitespace
-
Siebrand Mazeland authored
* remove superfluous whitespace
-
Siebrand Mazeland authored
-
Siebrand Mazeland authored
-
Siebrand Mazeland authored
-
Siebrand Mazeland authored
-
- 12 Sep, 2010 9 commits
-
-
Siebrand Mazeland authored
-
Siebrand Mazeland authored
-
Siebrand Mazeland authored
-
Siebrand Mazeland authored
-
Siebrand Mazeland authored
* update translator documentation.
-
Siebrand Mazeland authored
-
Siebrand Mazeland authored
-
Siebrand Mazeland authored
-
Siebrand Mazeland authored
-
- 09 Sep, 2010 6 commits
-
-
Evan Prodromou authored
-
Evan Prodromou authored
-
http://translatewiki.netSiebrand Mazeland authored
* 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'
-
-
James Walker authored
-
Evan Prodromou authored
-
- 08 Sep, 2010 9 commits
-
-
-
Brion Vibber authored
-
Brion Vibber authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Brion Vibber authored
-
Brion Vibber authored
-
- 07 Sep, 2010 3 commits
-
-
Brion Vibber authored
Fix for #2663: fix for original/96px-size avatars getting saved with bad 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.
-
Brion Vibber authored
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
-
Brion Vibber authored
-