discourse/spec
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
..
components Use query params for sortable table headings 2014-04-17 10:52:57 -04:00
controllers Add badge page. 2014-04-17 01:57:57 +05:30
fabricators Remove color_hexcode column from badge_types. 2014-04-17 05:36:29 +05:30
fixtures Refactor and clean up New-Topic via Email 2014-02-28 16:53:58 +01:00
helpers Revert "Re-apply with fixes: Stop using user agent to detect mobile devices. Use a media query and yepnope to load the appropriate css and customizations." 2013-12-18 14:47:22 -05:00
integration FIX: When re-opening a topic that auto-closed, make sure it won't auto-close again 2013-12-19 11:25:05 -05:00
integrity FIX: double periods. How did that work?? 2014-02-14 17:57:38 -05:00
jobs REFACTOR: poll mailbox specs 2014-04-09 19:26:19 +02:00
mailers FEATURE: mailing list mode always available 2014-03-05 14:21:53 +11:00
models Fix HTML tags in topic titles. 2014-04-18 10:47:00 +05:30
phantom_js BUGFIX: smoke test was broken 2014-04-10 16:57:23 +10:00
serializers FIX: don't show contents of hidden posts when quoting the post and when replying as new topic. Also don't allow public to view edit history of hidden posts. 2014-04-15 12:49:08 -04:00
services Create notification when badge is granted. 2014-04-17 01:58:01 +05:30
support Remove threequals from ruby files 2014-03-26 12:20:41 -07:00
views/omniauth_callbacks Fixed all broken specs 2013-08-26 12:59:17 +10:00
spec_helper.rb PERF: use before suite vs before file 2014-03-31 12:34:13 +11:00