diaspora/app
Jonne Haß 8280556a47 Introduce message renderer
This new class replaces all existing server side message
rendering helpers and is the new global entry point for such
needs. All models with relevant fields now expose an instance
of MessageRenderer for those. MessageRenderer acts as
gateway between the existing processing solutions for markdown,
mentions and tags and provides a very flexible interface for
all output needs. This makes the API to obtain a message
in a certain format clear. As a result of centralizing the
processing a lot of duplication is eliminated. Centralizing
the message processing also makes it clear where to change
its behaviour, add new representations and what options
are already available.
2014-03-15 17:16:17 +01:00
..
assets use fixture 2014-03-10 17:21:54 +01:00
controllers Introduce message renderer 2014-03-15 17:16:17 +01:00
helpers Introduce message renderer 2014-03-15 17:16:17 +01:00
mailers Introduce message renderer 2014-03-15 17:16:17 +01:00
models Introduce message renderer 2014-03-15 17:16:17 +01:00
presenters Introduce message renderer 2014-03-15 17:16:17 +01:00
uploaders
views Introduce message renderer 2014-03-15 17:16:17 +01:00
workers Do not retry sending out posts on SSL errors. See #4728 2014-01-27 15:45:45 -08:00