- 13 Jul, 2014 1 commit
-
-
mattl authored
We should probably get rid of this function, at least storing everything in lib/mail.php - but until then, at least let's make it more understandable.
-
- 10 Jul, 2014 3 commits
- 09 Jul, 2014 3 commits
- 06 Jul, 2014 5 commits
- 05 Jul, 2014 3 commits
- 04 Jul, 2014 7 commits
-
-
mattl authored
-
mattl authored
-
mattl authored
-
mattl authored
Getting rid of NoticeListItemAdapter, putting more into ActivityHandlerPlugin and relying on plugins to handle rendering code of the content. This gives us a lot more structure and consistency in notice structure and allows activity plugins to stop rendering certain kinds of notices more easily. There should also be a property for an ActivityHandlerPlugin class to avoid rendering notices in the ordinary stream, so we don't have to overload stuff.
-
mattl authored
-
mattl authored
-
mattl authored
-
- 03 Jul, 2014 6 commits
-
-
mattl authored
also removed some debugging lines Now we have to get rid of OStatus dependency in lib/activityhandlerplugin.php
-
mattl authored
But it still doesn't quite work properly, so a lot of work is necessary for this.
-
mattl authored
-
mattl authored
-
mattl authored
Due to cache miss? Probably, but now we simply say that it's null in that case so we get a proper exception from Notice::_setProfiles
-
mattl authored
-
- 02 Jul, 2014 9 commits
-
-
mattl authored
-
mattl authored
-
mattl authored
-
mattl authored
-
mattl authored
Lost dependency of OStatus plugin for lib/microappplugin.php, whoo! also noting which plugins should be upgraded to new saveActivity support. Favorite plugin won't work with the new system just yet, it doesn't have the necessary functions to extract activity objects, but that's coming in the next (few) commits.
-
mattl authored
saveActivity will accept an Activity which gets parsed and saved through plugins. So when an ActivityHandlerPlugin (such as Favorite will be soon) gets a feed to save, this will be the function called instead of saveNew.
-
mattl authored
-
mattl authored
Also modified related classes to support this feature.
-
mattl authored
Dummy functions in Favorite plugin so far
-
- 28 Jun, 2014 3 commits