Commit Graph

2696 Commits

Author SHA1 Message Date
Nick Martin
429aa690a4 Tweak the height of the popup box. Meetup varies the height of their box based on which permissions are requested. 2013-03-11 20:52:52 -07:00
Matt DeBergalis
4cd49f0d5f add requestPermissions support to accounts-meetup 2013-03-10 15:23:52 -07:00
Matt DeBergalis
6508299f78 docs for accounts-meetup 2013-03-10 15:14:31 -07:00
Matt DeBergalis
71f54afccd accounts-meetup package 2013-03-10 15:10:22 -07:00
Naomi Seyfer
0bac1b3e2d Remove underscore version bump from History.md
Debatably, we should also downgrade the dev bundle?  Unsure about this.
2013-03-09 11:48:26 -08:00
Naomi Seyfer
aa663f9fc7 Underscore 1.4.4 was making tests run much slower than 1.4.2 ever did.
Until we figure out some solution to this (or switch to lo-dash), I'm going to
remove 1.4.4 so I can get work done on top of devel.

Revert "upgrade package underscore too"

This reverts commit 7022916fb4.
2013-03-09 11:43:01 -08:00
David Glasser
7228a8f7a1 dev_bundle 0.2.22: mongodb and underscore upgrade. 2013-03-07 08:22:01 -08:00
David Glasser
62fc2625d0 history.md for version bump 2013-03-07 08:21:44 -08:00
David Glasser
7022916fb4 upgrade package underscore too 2013-03-07 08:15:25 -08:00
David Glasser
52173e30cf also upgrade underscore to 1.4.4 while we're at it 2013-03-07 00:33:04 -08:00
David Glasser
551a31712b Tell Future.wrap where the callback is (signature changed). 2013-03-07 00:25:45 -08:00
David Glasser
8b536c1f5a Remove no-longer-necessary mongodb data cleanup. 2013-03-07 00:25:24 -08:00
David Glasser
a6b03d0ded new dev bundle, updating mongodb driver (and removing mime) 2013-03-07 00:13:37 -08:00
Naomi Seyfer
0da938955c Fix EJSON.equals and EJSON.clone to use better loops; be more correct 2013-03-06 20:04:45 -08:00
David Glasser
9334bb97ca Remove unused requires from app and unused mime module from dev bundle.
I'm not bothering to increment and build the dev bundle; fine with this just
getting rolled into whatever the next build is.
2013-03-06 19:44:54 -08:00
Naomi Seyfer
63869d0330 Stop keeping around so many subscriptions when we are done testing 2013-03-06 16:51:31 -08:00
David Glasser
ca7c56c530 Don't leak a LiveResultsSet on erroneous recursive observe. 2013-03-06 15:59:45 -08:00
Naomi Seyfer
ece35ebb46 observe changes tests no longer leak observe handles 2013-03-06 15:08:24 -08:00
Nick Martin
01bbc58b11 Editing pass on History.md 2013-03-05 23:59:19 -08:00
David Glasser
3dff27d7ed History.md update 2013-03-05 11:26:02 -08:00
Chris Mather
57b067b5bd Make eventData an empty object if no data context is found.
This prevents the thisArg from getting set to `window` if eventData is
undefined.

See:
http://stackoverflow.com/questions/15137206/the-context-of-this-in-meteor-template-event-handlers-using-handlebars-for-te/15149650#15149650
2013-03-05 11:22:42 -08:00
David Glasser
9154b5d3c4 C.find(q, {reactive: false}).observe() should only produce initial adds.
Fixes #771.
2013-03-04 22:19:11 -08:00
Nick Martin
aa16a06d67 Update license file for new npm modules. 2013-03-04 21:40:41 -08:00
David Glasser
06cd4a4227 Merge PR 716 into devel: returning multiple cursors from publish. 2013-03-04 18:30:51 -08:00
David Glasser
26430d117b Review of PR #716 (multi-cursor publish).
- History.md update

- tweak docs

- refactor the "one per collection" check

- make errors into internal errors.  Programming errors like returning the wrong
  type from a function on the server don't need to be reported to the client.
2013-03-04 18:30:38 -08:00
k.kurilov
3fb2434d71 Return multiple cursors from publish function. 2013-03-04 18:09:44 -08:00
David Greenspan
12a123c466 docs link fixes from check_links() 2013-03-04 14:08:44 -08:00
David Glasser
93af9a2a03 Add History.md note about Session. 2013-03-04 12:46:33 -08:00
Andrew Wilcox
03025db527 Only load Session on the client.
Fixes 751.
2013-03-04 12:24:04 -08:00
Nick Martin
8c6960b8db Add github link to comment (#773). Also, drop time from 1 week to 1 day. 2013-03-03 17:32:11 -08:00
David Glasser
bfcee2bb4e Merge branch 'pr-766' into devel 2013-03-02 21:10:10 -08:00
David Glasser
b520c17142 History.md updates for litcoffee 2013-03-02 21:10:01 -08:00
David Glasser
fde627cc34 Increment dev bundle. 2013-03-02 18:49:57 -08:00
Rasmus Erik Voel Jensen
898f552f29 CoffeeScript v1.5.0 in generate-dev-bundle.sh + style fix in coffeescript-package 2013-03-02 18:48:08 -08:00
Rasmus Erik Voel Jensen
fa4c81071d Literate CoffeeScript support. Added support for extension .litcoffee (and updated tests and documentation). 2013-03-02 18:48:08 -08:00
David Glasser
a08e28b6bd Fix error in docs (_id vs id). Fixes #768. 2013-03-02 18:08:16 -08:00
Mitar
82d5d0e190 Some small fixes I found while reading the documentation. 2013-03-02 18:04:10 -08:00
David Glasser
0c75a19774 Backport new Meteor app detection rule from engine branch.
Otherwise, if you play around with engine branch and end up with a directory
$HOME/.meteor/packages, any attempt to use devel will think that your home
directory is a Meteor app.
2013-03-01 19:18:42 -08:00
Nick Martin
105cb9e67f Go back to caching static assets.
Reverts change released in 0.5.5.
2013-03-01 18:43:20 -08:00
Naomi Seyfer
e5a0734fa4 Fix for EJSON equality and falsiness 2013-03-01 08:42:57 -08:00
Naomi Seyfer
bf81b0a1de test for EJSON equality of falsy things 2013-03-01 08:42:57 -08:00
Morten Henriksen
a60f4eeddd Fixed #721
Testing for bots should be case insensitive - facebook bots are not all
lowercase - they adapted CamelCase on some servers. I've added the
linkedin bot just for the sake of it.
2013-02-28 14:37:23 -08:00
David Glasser
307172885a Updates to minimongo docs, since we've implemented some things now. 2013-02-28 13:19:58 -08:00
Naomi Seyfer
88f2969fa2 Fix for returning a scalar EJSON type from a method #731
Tests for returning a scalar EJSON type from a method
2013-02-28 11:02:25 -08:00
David Glasser
58f243869c Merge #746: Improved meteor update notice 2013-02-27 15:40:53 -08:00
David Glasser
ff381e925f Capitalize Meteor, flow. 2013-02-27 15:40:37 -08:00
Kaiwen Xu
78aa38ed8f Fixed meteor update notice.
Makes the notice easier to understand when the meteor installation is a git checkout.
2013-02-27 15:39:54 -08:00
James Harvey
7270611889 fixed matching-brace typo in all-rooms example 2013-02-27 15:01:54 -08:00
Avital Oliver
dd59b98475 Improve test 2013-02-26 16:51:45 -08:00
Avital Oliver
21d0f3d75f Update History.md 2013-02-26 16:34:14 -08:00