diaspora/app/presenters
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
..
aspect_presenter.rb MS DC added aspect presenter, and include the data on the user 2012-03-27 14:51:40 -07:00
base_presenter.rb MS DC added aspect presenter, and include the data on the user 2012-03-27 14:51:40 -07:00
comment_presenter.rb Refactor Post Presenter 2012-05-10 12:24:21 -07:00
extreme_post_presenter.rb seperate interactions from posts 2012-05-12 17:41:58 -07:00
hovercard_presenter.rb show medium avatar in hovercard 2013-06-07 11:23:28 +02:00
last_three_comments_decorator.rb seperate interactions from posts 2012-05-12 17:41:58 -07:00
o_embed_presenter.rb Introduce message renderer 2014-03-15 17:16:17 +01:00
person_presenter.rb some refactoring regarding the law of demeter 2012-09-23 19:33:19 +02:00
post_presenter.rb Introduce message renderer 2014-03-15 17:16:17 +01:00
service_presenter.rb DG MS; added checkboxes for services in the new publisher (currently not working) / user presenter contains services 2012-03-27 14:52:50 -07:00
statistics_presenter.rb added comment count to statistic to calculate posts/comments ratios 2014-02-21 12:25:23 +01:00
user_presenter.rb bootstrap my_aspects data 2013-01-16 19:33:20 -02:00