Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-22 | Revert "initialize ActivityObject::$extra" | Evan Prodromou | |
This reverts commit 3e82000d578cf5f5935d972a26c84fe31768460a. | |||
2010-12-22 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2010-12-22 | Initialize $extra member to empty array on ActivityObject | Brion Vibber | |
2010-12-22 | initialize ActivityObject::$extra | Evan Prodromou | |
2010-12-20 | Let activity objects write directly to activity's own outputter | Evan Prodromou | |
2010-12-18 | Add events for representing objects as activity:object | Evan Prodromou | |
Add 6 new events to make it easier to override the type of an activity object. | |||
2010-09-30 | Merge branch 'master' of gitorious.org:statusnet/mainline into feedfix | Brion Vibber | |
2010-09-30 | Always specify UTF-8 targt charset for html_entity_decode(); default is ↵ | Brion Vibber | |
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. | |||
2010-09-29 | * i18n/L10n and translator documentation updates. | Siebrand Mazeland | |
* whitespace and indentation updates | |||
2010-09-21 | Merge branch 'master' into 0.9.x | Brion Vibber | |
2010-09-21 | Workaround for #2485: in profile output on feeds, fall back to the Twitter ↵ | Brion Vibber | |
73x73 avatar instead of going straight to the 96x96 default image on twitter-import profiles. | |||
2010-09-13 | * update/add translator documentation | Siebrand Mazeland | |
* remove superfluous whitespace | |||
2010-03-27 | move check for bad IDs from activityobject to activity and make simpler | Evan Prodromou | |
2010-03-22 | Some initial media parsing | Zach Copley | |
- Activity now returns a list of activity objects - Processing of photo objects | |||
2010-03-21 | Pull <atom:author> info as well as <activity:actor> when we have an ↵ | Brion Vibber | |
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 | |||
2010-03-20 | correct creation of avatar links for RSS and Posterous elements | Evan Prodromou | |
2010-03-20 | special-case Posterous author element for activity actor | Evan Prodromou | |
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. |