diaspora/spec
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
..
controllers Fix atom feed for reshares of deleted posts. 2014-03-11 21:27:08 +01:00
fixtures replace the monstrous link regex with a slightly less complicated one, 2012-10-11 23:39:44 +02:00
helpers Introduce message renderer 2014-03-15 17:16:17 +01:00
integration replace stub and mock deprecations with doubles 2014-01-13 12:25:38 +01:00
javascripts use fixture 2014-03-10 17:21:54 +01:00
lib 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
shared_behaviors remove outer (deprecated) describe blocks from shared examples 2014-01-13 12:25:38 +01:00
support replace mentions of out-of-aspect people in limited posts with just a 2013-06-09 19:16:40 +02:00
workers Do not retry sending out posts on SSL errors. See #4728 2014-01-27 15:45:45 -08:00
factories.rb refactor ConversationsController, move query builing to User model 2013-09-30 01:44:57 +02:00
helper_methods.rb add specs for chromeframe 2012-09-30 17:04:50 +01:00
locale_spec.rb fix french javascript pluralization rule and add specs for locale loading 2012-10-09 22:36:30 +02:00
misc_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
spec-doc.rb
spec_helper.rb do not overwrite rspec methods (receive) 2014-01-13 12:25:37 +01:00