discourse/app
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
..
assets Post Cloaking: 2013-11-27 12:53:32 -05:00
controllers Auto-close time can be entered in 3 ways, so a topic can close at any time 2013-11-27 09:52:35 -05:00
helpers FIX markdown hotlinked images were not properly pulled 2013-11-20 13:10:08 +01:00
jobs make sure image urls have a scheme before pulling them in 2013-11-25 19:47:53 +01:00
mailers Support for inviting to a forum from a user's invite page. 2013-11-06 12:56:50 -05:00
models Auto-close time can be entered in 3 ways, so a topic can close at any time 2013-11-27 09:52:35 -05:00
serializers Revert "Merge pull request #1673 from aperrault/patch-04" 2013-11-19 14:08:45 -05:00
services FIX: don't suggest a username that's already taken, even if hub finds a match 2013-11-20 14:56:21 -05:00
views Fix browser-update.js so it doesn't depend on jQuery 2013-11-27 12:26:27 -05:00