This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse
Vikhyat Korrapati 3b1ed996e7 Firefox: Reuse same contenteditable <div> instead of creating a new one on paste.
This fixes the issue where every alternate paste from a different source
would not work because the content wasn't getting pasted into the
contenteditable div randomly.
2014-03-10 10:50:52 +05:30
..
components BUGFIX: HOME/END keyboard shortcuts on non-topic pages 2014-03-05 16:08:45 +01:00
controllers BUGFIX: don't show redirect reason if you aren't redirected 2014-03-07 18:58:53 +01:00
dialects Support uppercase bbcode too. 2014-03-03 11:59:57 -05:00
ember FEATURE: allow plugins to overwrite handlebars templates 2013-12-31 16:43:29 +01:00
helpers FIX: We should use partials when rendering but keeping the same context. 2014-03-06 15:56:33 -05:00
initializers FEATURE: better UX when backing-up the site 2014-02-28 18:09:48 +01:00
lib FIX: Do not consider hidden elements when wanting to load more 2014-03-07 14:23:13 -05:00
mixins add case insensitive test on ajax request type 2014-02-13 13:31:13 -08:00
models BUGFIX: don't show redirect reason if you aren't redirected 2014-03-07 18:58:53 +01:00
routes FIX: Forward button would break on some topics 2014-03-07 16:28:53 -05:00
templates UI: we only intended to add the word "new" for new topics 2014-03-10 13:40:49 +11:00
views Firefox: Reuse same contenteditable <div> instead of creating a new one on paste. 2014-03-10 10:50:52 +05:30