discourse/test/javascripts
Robin Ward 40f86829f7 Post Cloaking:
* We now use a new custom view, {{cloaked-collection}} to display posts in a topic.

* Posts are removed and inserted (cloaked/uncloaked) into the DOM dynamically based on whether they
  are visible in the current browser viewport.

* There's been a lot of refactoring to ensure the relationship between the post views and the topic
  controller is sane.

* Lots of fixes involving jumping to a post, including a new LockOn component to that tries to stay
  focused on an element even if stuff is loading before it in the DOM that would normally push it
  down.
2013-11-27 12:53:32 -05:00
..
admin Debouncing broke my js tests. Fix them later. 2013-11-15 17:14:25 -05:00
components Renamed components so they don't all have the annoying discourse- prefix 2013-11-19 11:59:50 -05:00
controllers Signup form: prefill username if Discourse Hub has a match for the email address. Also, fix some bad specs in username_checker_service_spec that were passing... 2013-11-19 14:15:28 -05:00
ember adds unit tests for Discourse.Resolver 2013-09-25 18:30:22 +02:00
fixtures FIX: Various bugs with Category breadcrumbs 2013-10-25 15:24:03 -04:00
helpers adds QUnit test helper simplifying usage of #qunit-fixture 2013-11-07 19:46:38 +01:00
integration Post Cloaking: 2013-11-27 12:53:32 -05:00
lib Revert "Revert "FIX: Markdown bug", breaks build" 2013-11-20 11:53:06 -05:00
mdtest FIX: Only wrap inline html tags in <p> 2013-10-18 15:21:05 -04:00
mixins Upgrade Ember to 1.1.2 2013-10-29 13:01:57 -04:00
models Post Cloaking: 2013-11-27 12:53:32 -05:00
views refactors header notifications (renders them via separate controller / template) 2013-11-08 21:06:27 +01:00
jshint_all.js.erb FIX: adds fixture test helper to JSHint config 2013-11-08 17:28:57 +01:00
test_helper.js update message bus for .stop() support, stop the message bus during test 2013-11-25 18:01:03 +11:00