Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
* first export of L10n for languages other than English. Could use some testing/QA.
|
|
|
|
|
|
|
|
* Superfluous whitespace removed.
|
|
|
|
* add FIXMEs for bad i18n.
* add translator hints.
|
|
|
|
* whitespace updates.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix the pkeyget call in Twitter_synch_Status
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|