Files
meteor/packages
Emily Stark 78d08b5537 Revert part of "Test that reverting df2820 fixed #2275."
This reverts commit c05ae240af EXCEPT for
the "fetch in observe" test, which I'm leaving in because we still want
a test for #2275.

This commit made it an error to start an observeChanges from within an
observeChanges callback for the same collection, but it turns out that
this is actually a somewhat common thing to do (for example, nested
'each'). Instead, we'll leave things the way they were pre-0.8.2: you
can start an observeChanges from within an observeChanges callback, but
it'll be subtly buggy in that you won't get synchronous 'added'
callbacks. This issue is described in #2315, along with the fact that
insert/update/remove/resumeObservers won't run their affected observe
callbacks if they are called from within a task on the collection's
queue. Eventually we'll implement the full fix (which relaxes the
requirement that insert/update/remove run all their callbacks before
returning) described in #2315.
2014-07-21 10:56:08 -07:00
..
2014-05-08 12:12:45 -07:00
2014-02-03 10:36:33 -08:00
OCD
2013-10-08 20:03:02 -07:00
2014-06-23 20:03:44 -07:00
2013-12-04 12:46:47 -08:00
2014-04-30 23:32:24 -07:00
2014-07-16 14:04:12 -07:00
2014-06-30 20:28:02 -07:00
2014-02-25 00:45:22 -08:00
2014-02-18 15:47:42 -08:00
2013-08-02 11:19:08 -07:00
2014-06-09 20:42:48 -07:00
2014-07-07 16:23:14 -07:00
2013-07-25 18:54:40 -07:00