Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't choke when downloading a URL containing non-UTF-8 characters (OLPC#8857)Gonzalo Odiard2010-11-251-1/+6
| | | | | | | | | A URL can contain arbitrary characters; there's no guarantee they are encoded using UTF-8. Using the encoding of the page that contains the URL is as good a guess as any. Instead of throwing an exception and failing to download the file, we will now record a "garbled" file name in the Journal if there's an encoding mismatch.
* Version 108.1108.1Gonzalo Odiard2010-11-111-1/+1
|
* fix indentation error introduced in 18c756760b78ebdf7680a6cfc44600d90e5cbbb0Gonzalo Odiard2010-10-221-3/+4
|
* fix error in the last commit OLPC #10364 - Home Button in BrowseGonzalo Odiard2010-10-221-1/+0
|
*