docbrown/app/lib
Hugo Peixoto 24e9f81f5a
Fix newlines being chomped in RSS import (#10476)
The CustomText converter was monkey patched to fix a bug related to
preserve_tags. Somewhere in that process, remove_inner_newlines was
changed to strip newlines completely, instead of replacing them with a
single space. This restores that functionality.

In development mode, files are not eager loaded. That means that the
converters were not being required, so it was not possible to reproduce
that issue in development mode (since it was falling back to the
original converter, which does not have the bug). This commit also adds
an initializer that requires every converter.
2020-09-29 10:38:36 -04:00
..
acts_as_taggable_on ensure that when Tag and ActsAsTaggableOn::Tag are updated their respective related docs are as well (#7218) 2020-04-14 08:38:09 -05:00
constants [deploy] HTML Variant admin dashboard (#10188) 2020-09-28 09:22:13 -06:00
honeycomb [deploy] Optimization:Throttle Noisy Honeycomb Events More (#10143) 2020-09-01 15:21:07 -05:00
redcarpet/render [deploy] Enable admin-configured app_domain (#10206) 2020-09-11 09:38:34 -04:00
reverse_markdown/converters Fix newlines being chomped in RSS import (#10476) 2020-09-29 10:38:36 -04:00
app_secrets.rb [deploy] Feature: Setup Admin Area to Update Vault Secrets (#8935) 2020-06-29 15:08:09 -05:00
html_css_to_image.rb Increase cache TTL for social preview images (#5471) [deploy] 2020-01-17 17:06:06 -05:00
release_phase_notifier.rb [deploy] Refactor:Send a Couple More Errors to Honeybadger (#9223) 2020-07-09 10:53:16 -05:00
url.rb [deploy] Enable admin-configured app_domain (#10206) 2020-09-11 09:38:34 -04:00