diaspora/config/initializers
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
..
acts_as_taggable_on.rb Refactor config/ directory 2013-05-19 18:54:54 +02:00
asset_sync.rb move asset_sync require to the earliest point possible 2013-06-13 20:57:38 +02:00
assets.rb properly integrate asset_sync 2012-09-26 20:23:45 +02:00
carrierwave.rb Refactor config/ directory 2013-05-19 18:54:54 +02:00
cors.rb Cross-Origin Resource Sharing 2012-03-10 23:49:56 -08:00
devise.rb update devise to 3.2 2014-01-15 12:59:59 +01:00
enforce_ssl.rb New configuration system 2012-09-26 20:19:37 +02:00
faraday.rb Refactor config/ directory 2013-05-19 18:54:54 +02:00
haml.rb Refactor config/ directory 2013-05-19 18:54:54 +02:00
ignore_ssl_in_development.rb New configuration system 2012-09-26 20:19:37 +02:00
json_escape.rb Fix XSS vulnerabilities caused by not escaping a users name fields when loading it from JSON. #3948 2013-02-01 22:20:31 +01:00
load_analyitics.rb Refactor config/ directory 2013-05-19 18:54:54 +02:00
load_libraries.rb Introduce message renderer 2014-03-15 17:16:17 +01:00
locale.rb hardcode default(=fallback) language 2013-09-18 22:14:47 +02:00
mailer_config.rb Refactor config/ directory 2013-05-19 18:54:54 +02:00
markerb.rb Refactor config/ directory 2013-05-19 18:54:54 +02:00
oembed.rb embedding youtube videos over https 2014-01-30 18:01:27 +01:00
omniauth.rb Added Wordpress service functionality, 2013-08-04 07:46:56 -07:00
patch_openssl_pkey.rb more progress 2012-03-21 13:50:24 -07:00
rails_admin.rb Add ActsAsTaggableOn::Tag to excluded models in rails_Admin 2013-11-24 11:51:39 -02:00
rspec_generator.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
session_store.rb Refactor config/ directory 2013-05-19 18:54:54 +02:00
set_session_secret.rb update devise to 3.2 2014-01-15 12:59:59 +01:00
set_up_image_redirects.rb New configuration system 2012-09-26 20:19:37 +02:00
setup_simple_captcha.rb Simple captcha for signup page 2014-01-06 22:00:37 +02:00
sidekiq.rb bump sidekiq and cleanup unicorn.rb 2013-04-04 20:42:41 +02:00
silence_assets.rb Revert "@joshsusser hates our ci setup, /cc @suss" 2012-05-14 15:59:06 -07:00
strong_parameters.rb Remove duplicates and bad code habits. 2013-08-02 11:39:24 +02:00
version_header.rb New configuration system 2012-09-26 20:19:37 +02:00
will_paginate.rb fix will paginate renderer 2012-03-16 18:58:01 +01:00