discourse/app/assets/javascripts
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
..
admin FIX: Ember doesn't allow one route name, basic, and Discourse used it! 2014-04-17 10:45:06 -04:00
defer BUGFIX: Do not allow font tags. 2014-02-20 11:10:56 -05:00
discourse Fix HTML tags in topic titles. 2014-04-18 10:47:00 +05:30
docs Ember Upgrade: 1.0 2013-10-01 11:16:27 -04:00
locales add pluralization rules in ember for Chinese 2014-04-15 19:59:20 +08:00
admin.js.erb allow apps to give custom admin javascripts 2014-03-17 13:19:08 +01:00
application.js.erb FEATURE: allow plugins to overwrite handlebars templates 2013-12-31 16:43:29 +01:00
discourse.js FIX: Use the container to register Discourse's custom location handler 2014-04-17 10:45:06 -04:00
ember_include.js.erb fix build? 2013-12-23 17:53:33 +11:00
env.js Use query params for sortable table headings 2014-04-17 10:52:57 -04:00
jquery_include.js.erb Update Ember.js, Handlebars and jQuery to latest 2014-04-17 10:45:06 -04:00
main_include.js Add a way to flag a topic 2014-02-12 12:57:55 -05:00
main_include_admin.js FEATURE: upload backups 2014-02-22 01:41:01 +01:00
pagedown_custom.js Enable JSHINT's unused option. It caught a bunch of suspicious stuff which is fixed in this commit. 2013-12-30 13:30:22 -05:00
preload_store.js Upgrade JSHint. Fixes linting issues. 2013-12-30 12:42:05 -05:00
vendor.js Moves Markdown Editor from vendor to discourse. 2014-03-31 21:56:19 +02:00