diaspora/spec/models
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
..
notifications replace stub! with stub 2014-01-13 12:25:37 +01:00
services Introduce message renderer 2014-03-15 17:16:17 +01:00
user replace stub and mock deprecations with doubles 2014-01-13 12:25:38 +01:00
account_deletion_spec.rb replace stub and mock deprecations with doubles 2014-01-13 12:25:38 +01:00
acts_as_taggable_on_tag_spec.rb Refactor and backfill tags_following_controller_spec. Move normalize tag specs into model spec. Move rss fixture file into fixture directory. 2011-11-05 16:05:13 -07:00
aspect_membership_spec.rb replace stub! with stub 2014-01-13 12:25:37 +01:00
aspect_spec.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
block_spec.rb wip 2011-11-03 12:31:24 -07:00
comment_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
contact_spec.rb replace stub and mock deprecations with doubles 2014-01-13 12:25:38 +01:00
conversation_spec.rb added a id and a autoscroll to first unread message in conversation (Fix: #3216) 2013-02-11 16:15:01 +01:00
invitation_code_spec.rb New configuration system 2012-09-26 20:19:37 +02:00
invitation_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
like_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
location_spec.rb Locator feature 2013-05-02 17:31:53 -05:00
mention_spec.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
message_spec.rb Fix message_spec test and add tests for private message notification unread count. Update changelog 2012-11-12 22:00:13 +02:00
notification_spec.rb replace stub! with stub 2014-01-13 12:25:37 +01:00
participation_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
person_spec.rb replace stub and mock deprecations with doubles 2014-01-13 12:25:38 +01:00
photo_spec.rb replace stub and mock deprecations with doubles 2014-01-13 12:25:38 +01:00
pod_spec.rb Removed , but not the table. Record all in httpmulti success 2011-08-30 10:14:32 -07:00
post_spec.rb replace stub and mock deprecations with doubles 2014-01-13 12:25:38 +01:00
profile_spec.rb query the set url only through #pod_uri in the app 2012-09-26 20:19:37 +02:00
reshare_spec.rb replace stub and mock deprecations with doubles 2014-01-13 12:25:38 +01:00
role_spec.rb Role system to replace the yml admins and community spotlight. we can 2012-04-27 16:14:43 -07:00
service_spec.rb Fix #4361 twitter access level check breaking facebook addition to user 2013-08-07 18:59:49 -05:00
share_visibility_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
status_message_spec.rb Introduce message renderer 2014-03-15 17:16:17 +01:00
tag_following_spec.rb update factory girl 2012-09-12 13:24:23 +02:00
user_preference_spec.rb fix typo, puts in a test, and made the emails types a constant in UserPreferences 2011-03-14 12:21:30 -07:00
user_spec.rb Add devise_lastseenable for user last seen tracking. 2014-02-22 23:22:46 +02:00