discourse/app/assets/javascripts
Sam 6ddd8d9166 FIX: when entering topics "tracking" would not be set
There was a timing issue when subscribing to messages for topics.

Old flow:

- We generate JSON for topic
- We subscribe to messages for topic

New flow:

- We keep track of last id in the topic message bus channel
- We generate JSON
- We subscribe to messages for topic starting at saved message id

This ensures that there is complete overlap for message consumption
and that there are no cases where an update may go missing due to timing
2017-05-16 15:04:21 -04:00
..
admin FIX: resize events for ace were not triggered correctly 2017-05-15 16:10:07 -04:00
discourse FIX: when entering topics "tracking" would not be set 2017-05-16 15:04:21 -04:00
discourse-common FEATURE: Allow users to resend/update email from confirmation page 2017-05-03 11:18:01 -04:00
docs
ember-addons Migrate deprecated Ember.ListView to regular components. 2016-11-24 12:59:20 -05:00
locales FEATURE: Greek language support, thanks to Vasilis Vlachokyriakos 2017-03-01 15:52:55 -05:00
pretty-text FIX: Nested quotes weren't rendered properly with BBCode 2017-04-03 14:38:30 -04:00
wizard FIX: handle invite error in wizard 2017-04-21 20:07:04 +05:30
admin.js.erb
application.js FEATURE: Let users update their emails before confirming 2017-04-05 16:44:49 -04:00
deprecated.js Migration topic footer buttons to components 2016-10-28 10:13:41 -04:00
discourse-loader.js FIX: Topic status icons weren't being displayed 2016-11-21 16:18:41 -05:00
discourse-objects.js Scaffold for new Wizard - Rails / Ember / Tests 2016-09-22 09:48:58 -04:00
discourse.js.es6 FIX: Always return the latest API version requested 2016-12-27 11:57:46 -05:00
ember_include.js.erb
ember_jquery.js Use the same jQuery in prod and dev, avoid minimizing twice 2017-03-22 15:48:37 -04:00
ember-shim.js
env.js Reapply Ember 2.10 for good this time! 2016-12-19 11:19:10 -05:00
main_include_admin.js
plugin-third-party.js.erb FEATURE: split JavaScript application bundle, so plugins live in own file 2016-11-15 11:43:13 +11:00
plugin.js.erb FEATURE: split JavaScript application bundle, so plugins live in own file 2016-11-15 11:43:13 +11:00
preload-store.js.es6
pretty-text-bundle.js
template_include.js.erb
vendor.js Use unminified resize to make debugging easier 2017-03-22 16:39:18 -04:00
wizard-application.js Split out common functions into discourse-common module 2016-09-22 09:52:19 -04:00
wizard-vendor.js Javascript file was missing 2016-09-22 09:52:19 -04:00