Nick Martin
c1ece21051
Merge branch 'devel' into appcache
2013-03-06 17:06:05 -08:00
Naomi Seyfer
63869d0330
Stop keeping around so many subscriptions when we are done testing
2013-03-06 16:51:31 -08:00
Nick Martin
b2bf406e55
Only cache assets with a cache-busting parameter. Use fallback to access these when offline.
2013-03-06 16:41:56 -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
0a3c7e5867
Merge branch 'devel' into appcache
2013-03-03 17:34:16 -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
Avital Oliver
344a3bb003
User documents have ids when onCreateUser and validateNewUser hooks run
2013-02-26 16:33:38 -08:00
Naomi Seyfer
df56063632
remove debugger line
2013-02-25 16:41:10 -08:00
David Glasser
5bdb378f8d
Add kexec and shell-quote for version springboarding on the engine branch.
2013-02-25 13:41:13 -08:00
David Greenspan
939aef972f
avoid creating dependency on underscore
2013-02-25 12:29:20 -08:00
Graeme Pyle
3c16c146d3
Force source URLs to be hyperlinks in stack traces in browser consoles
...
See https://github.com/meteor/meteor/issues/725#issuecomment-13940222
2013-02-25 12:20:56 -08:00
Naomi Seyfer
bcc675e40a
There only restriction on what you can stick in your Mongo database is now
...
"EJSON-able"
Merge branch 'all-types-mongo' into devel
2013-02-25 10:42:13 -08:00
Naomi Seyfer
2e56c3ac6b
Merge remote-tracking branch 'origin/devel' into all-types-mongo
2013-02-25 10:39:58 -08:00
Naomi Seyfer
82945945b7
use EJSON as the prefix instead of a space
2013-02-25 10:39:24 -08:00
Andrew Wilcox
f72f366e20
appcache docs and tweak warning message
2013-02-22 18:38:41 -08:00
Naomi Seyfer
404ec3c998
accidentally had left in a debugger call
2013-02-22 16:21:06 -08:00
Naomi Seyfer
cc5ef1b90d
Removed all restrictions on EJSON types in MongoDB
2013-02-22 16:14:41 -08:00
Naomi Seyfer
a0c3ff709a
Fixed {$type: 5} selectors on old browsers
2013-02-22 14:28:05 -08:00