Commit Graph

11 Commits

Author SHA1 Message Date
Mikael Nordfeldth ffb9d7ad3f Rewriting code for notice representation
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.
2014-07-04 14:14:49 +02:00
Mikael Nordfeldth 9f4bcbad8a checkAuthorship events, Ostatus_profile rewrite to handle it
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.
2014-07-02 11:38:45 +02:00
Mikael Nordfeldth 38bea34562 Moved functions into ActivityHandlerPlugin from MicroAppPlugin
Dummy functions in Favorite plugin so far
2014-07-02 11:37:46 +02:00
Mikael Nordfeldth 7d191f8062 s/bestUrl/getUrl/ for notices and microapp objects 2014-04-29 19:46:58 +02:00
Mikael Nordfeldth de55d8f83b plugins onAutoload now only overloads if necessary (extlibs etc.)
lib/plugin.php now has a parent onAutoload function that finds most common
files that are used in plugins (actions, dataobjects, forms, libs etc.) if
they are put in the standardised directories ('actions', 'classes', 'forms',
'lib' and perhaps some others in the future).
2013-08-28 16:10:30 +02:00
Ian Denhardt 92e8cc3a1e fixed copyright dates. 2011-05-27 12:22:47 -04:00
Ian Denhardt fcc3c88c74 Fixed capitalization 2011-05-24 15:48:34 -04:00
Ian Denhardt 58254aa497 show video controls by default, and fit the video inside its container. 2011-03-28 07:59:07 -04:00
Ian Denhardt 26e3eee769 deleting videos is now possible 2011-03-28 04:32:46 -04:00
Ian Denhardt b7aca97d3e Video plugin. still rough, but federation works. 2011-03-15 23:51:07 -04:00
Ian Denhardt 8f37b432f8 Rudementary video support. 2010-08-11 14:27:42 -04:00