diaspora/app/controllers
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
..
admins_controller.rb fix #2645 2013-12-13 19:32:04 -02:00
application_controller.rb Put preloads into gon.preloads 2013-07-06 12:45:23 +02:00
aspect_memberships_controller.rb [WIP] aspect membership dropdown Backbone.js rework 2013-02-17 13:40:10 +01:00
aspects_controller.rb Strong parameters for Aspect 2013-08-02 10:09:04 +02:00
blocks_controller.rb Strong parameters for Block 2013-08-02 11:39:01 +02:00
comments_controller.rb remove comments from the mobile site. Close #4225 2013-08-16 22:14:52 +02:00
contacts_controller.rb Refactor contacts/index 2013-01-29 10:01:08 -02:00
conversation_visibilities_controller.rb
conversations_controller.rb remove participants popover + improve conversations menu 2014-01-01 21:58:56 +01:00
help_controller.rb add help page 2013-08-26 15:26:18 +02:00
home_controller.rb dry up and modularize layouts 2013-03-06 19:00:34 +01:00
invitation_codes_controller.rb Privatize non-action controller methods 2012-10-14 19:32:53 -02:00
invitations_controller.rb Remove duplicates and bad code habits. 2013-08-02 11:39:24 +02:00
likes_controller.rb End the require mess 2013-03-21 23:37:53 +01:00
messages_controller.rb Standardise - code refs to 'messages' to 'conversations' 2014-02-09 15:44:12 +01:00
notifications_controller.rb upgrade to Rails 3.2.3 2012-05-14 21:53:16 -07:00
passwords_controller.rb Update design of forgot_password and change_password forms 2014-02-09 15:48:06 +00:00
people_controller.rb Do not leak photos in the profile sidebar 2013-08-20 20:56:37 +02:00
photos_controller.rb do not leak photos through photos#show 2013-08-26 09:39:39 +02:00
post_report_controller.rb Added post report feature 2014-01-14 15:00:55 -05:00
posts_controller.rb remove #next and #previous from posts_controller 2013-12-01 20:55:48 -02:00
profiles_controller.rb Remove duplicates and bad code habits. 2013-08-02 11:39:24 +02:00
publics_controller.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
registrations_controller.rb Merge pull request #4666 from jaywink/signup-form-error-redirect 2014-01-11 14:08:18 -08:00
reshares_controller.rb fix issue #3671 reshare a post multiple times 2013-01-12 04:52:56 -02:00
search_controller.rb fix mobile search tags 2013-08-12 16:01:26 +02:00
services_controller.rb Fix #4361 twitter access level check breaking facebook addition to user 2013-08-12 13:17:18 -05:00
sessions_controller.rb dry up and modularize layouts 2013-03-06 19:00:34 +01:00
share_visibilities_controller.rb Privatize non-action controller methods 2012-10-14 19:32:53 -02:00
statistics_controller.rb Statistics route with general info, some user and total posts stats. By default statistics off, enabled in settings. 2013-12-02 22:35:18 +02:00
status_messages_controller.rb port publisher and bookmarklet to bootstrap 2014-03-10 15:15:40 +01:00
streams_controller.rb Put preloads into gon.preloads 2013-07-06 12:45:23 +02:00
tag_followings_controller.rb port tagFollowings to BackBone 2012-11-12 21:37:00 +00:00
tags_controller.rb Put preloads into gon.preloads 2013-07-06 12:45:23 +02:00
users_controller.rb Introduce message renderer 2014-03-15 17:16:17 +01:00