Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-15 | Merge branch '0.9.x' into activityexport | Evan Prodromou | |
2010-09-13 | accept null constructor for ActivityContext | Evan Prodromou | |
2010-09-13 | * update/add translator documentation | Siebrand Mazeland | |
* remove superfluous whitespace | |||
2010-08-10 | Fix for regression with OStatus mention processing (duplicated new and old ↵ | Brion Vibber | |
style lead to trying to save a reply entry twice). | |||
2010-08-02 | urgh. typo | James Walker | |
2010-08-02 | add support for Salmon's new "mentioned" rel value | James Walker | |
2010-03-20 | Move activity classes to their own files | Evan Prodromou | |
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. |