Commit Graph

2702 Commits

Author SHA1 Message Date
David Greenspan
5714225039 rewrite livedata_connection comments 2013-03-06 10:56:49 -08:00
David Greenspan
56a05e285d clean up Computation construction 2013-03-06 10:45:09 -08:00
David Greenspan
d70a56f6d7 some glasser code review changes 2013-03-06 10:19:52 -08:00
David Greenspan
f378b145bf start rewriting Deps docs TOC 2013-03-06 02:23:56 -08:00
David Greenspan
32ee127fe3 more tests 2013-03-05 16:43:44 -08:00
David Greenspan
150a048137 Computation logic fixes, tests, c.firstRun 2013-03-05 16:14:41 -08:00
David Greenspan
ad12bc6576 minimongo Deps API fixes 2013-03-05 15:46:16 -08:00
David Greenspan
833769c97d Merge branch 'devel' into deps-radical 2013-03-05 13:48:23 -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 Greenspan
548b3945d2 more docs 2013-03-04 18:45:05 -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
7e90bc9268 docs wip 2013-03-04 18:09:13 -08:00
David Greenspan
4f3645ee37 private constructor for Computation 2013-03-04 18:09:04 -08:00
David Greenspan
abc441f22a Merge branch 'devel' into deps-radical 2013-03-04 14:09:25 -08:00
David Greenspan
12a123c466 docs link fixes from check_links() 2013-03-04 14:08:44 -08:00
David Greenspan
975454d4e4 Merge branch 'devel' into deps-radical 2013-03-04 13:46:50 -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
David Greenspan
87964fe689 Deps: can only register callbacks on active computations 2013-03-01 18:20:06 -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
David Greenspan
f8212a5330 break hard dependency on Meteor._debug 2013-02-28 16:25:08 -08:00
David Greenspan
447f5a6686 Var -> Deps 2013-02-28 16:11:38 -08:00
David Greenspan
457de14998 renaming 2013-02-28 16:06:31 -08:00
David Greenspan
416f1d6e77 {before,after}Rerun -> afterInvalidate 2013-02-28 15:53:33 -08:00
David Greenspan
9c35a03d19 a version of radical deps (w/ some calls shimmed) 2013-02-28 15:36:09 -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