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.
|
|
* whitespace and indentation updates
|
|
|
|
73x73 avatar instead of going straight to the 96x96 default image on twitter-import profiles.
|
|
* remove superfluous whitespace
|
|
|
|
- Activity now returns a list of activity objects
- Processing of photo objects
|
|
old-style ActivityStreams feed. This fixes subscription setup for Cliqset feeds, which currently have a bogus activity:actor/atom:id but a good atom:author/atom:uri
|
|
|
|
|
|
Moved the various classes used by the Activity class to their own
files. There were >10 classes in the same file, with around 1500 lines
in the file. Just too big.
This change makes autoloading work for these classes, so also removed
the hard require in lib/common.php.
|