diaspora/spec/lib/diaspora
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
..
federated replace stub and mock deprecations with doubles 2014-01-13 12:25:38 +01:00
fetcher End the require mess 2013-03-21 23:37:53 +01:00
encryptable_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
exporter_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
federated_base_spec.rb introduce the idea of Federated::Base. this is mostly just renaming and collasping of different federation modules, but also starting a direct hiearchy of these federation classes to make everything easier to refactor 2012-02-25 16:57:14 -08:00
markdownify_email_spec.rb Make hashtags clickable in emails 2012-05-29 10:01:58 -07:00
markdownify_spec.rb make all links open in new tab. fix #1984 2011-10-02 22:24:35 -05:00
mentionable_spec.rb Fix plaintext mode for mentionable 2014-03-09 14:02:15 +01:00
message_renderer_spec.rb Introduce message renderer 2014-03-15 17:16:17 +01:00
parser_spec.rb update factory girl 2012-09-12 13:24:23 +02:00