Tags: AaronLaw/meteor
Tags
Revert "shrinkwrap update" This reverts commit abbf3c7. Something probably got weird switching between the 'packaging' branch and 'devel'; mongodb and bson are forked on packaging, but we didn't intend to be using a normal mongodb release with a forked bson.
Revert "shrinkwrap update" This reverts commit abbf3c7. Something probably got weird switching between the 'packaging' branch and 'devel'; mongodb and bson are forked on packaging, but we didn't intend to be using a normal mongodb release with a forked bson.
Change how Blaze.render,toHTML infer parentView If you call UI.renderWithData, say, from an event handler, you may be unpleasantly surprised if it gets Blaze.currentView as its parentView (where Blaze.currentView is based on the template where the event handler is defined). On the other hand, showdown/template-integration.js takes advantage of the fact that Blaze.toHTML in render() is infers the parentView from Blaze.currentView. So only infer currentView as parent while in the view’s render(). This change should only affect apps and packages that use Blaze.render, Blaze.toHTML, UI.render, or UI.renderWithData.
Fix scope of UI.contentBlock argument Eric Dobbertin’s bug
Try window.opener first in OAuth popup, then localStorage. We've occasionally seen weird configurations of IE where localStorage isn't shared between same-origin windows, so trying window.opener first is safer.
PreviousNext