discourse/app
Vikhyat Korrapati 25a080a8e1 Fix HTML tags in topic titles.
We no longer sanitize titles before saving to the database since it
would cause problems like HTML entities showing up when you try to edit
a topic title. It isn't even really necessary since we only render
fancy_title directly and never title.

The escaping logic used here is the same that is used both in lodash and
onebox. See:

1. https://github.com/discourse/onebox/pull/190/files
2. https://github.com/lodash/lodash/blob/2.4.1/dist/lodash.compat.js#L6194
2014-04-18 10:47:00 +05:30
..
assets Fix HTML tags in topic titles. 2014-04-18 10:47:00 +05:30
controllers Use query params for sortable table headings 2014-04-17 10:52:57 -04:00
helpers Always use lower case URLs, fix date formatting and add full date title 2014-03-23 15:22:02 -04:00
jobs REFACTOR: use an options hash instead of multiple nil-able parameters 2014-04-15 17:17:10 +02:00
mailers Send email to contact_email if there are flags submitted more than 48 hours ago. Configurable with the notify_about_flags_after site setting. 2014-04-03 14:34:40 -04:00
models Fix HTML tags in topic titles. 2014-04-18 10:47:00 +05:30
serializers Remove color_hexcode column from badge_types. 2014-04-17 05:36:29 +05:30
services Create notification when badge is granted. 2014-04-17 01:58:01 +05:30
views FIX: Use the container to register Discourse's custom location handler 2014-04-17 10:45:06 -04:00