Commit Graph

2709 Commits

Author SHA1 Message Date
David Glasser
2a1f48bb7f Aha, here's where the transform is :) 2013-03-11 20:01:57 -07:00
David Glasser
94883aef0e Fix model test concurrency issues.
(Worth seeing how hard it would be to refactor this file to use separate
collections per run...)
2013-03-11 19:52:22 -07:00
Naomi Seyfer
f484f4e433 stop getting the transform from the wrong place on the server in getTransform 2013-03-11 18:17:07 -07:00
Naomi Seyfer
107cb7e2ff s/arguments/options/ in history.md 2013-03-11 18:14:36 -07:00
Naomi Seyfer
294111f92b Merge branch 'models' into devel 2013-03-11 17:54:00 -07:00
Naomi Seyfer
1c4041ee71 Doc review and example code in docs 2013-03-11 17:52:38 -07:00
Naomi Seyfer
1653c091e7 Change the names from factory to transform 2013-03-11 15:49:17 -07:00
Naomi Seyfer
71ad7790ff draft of history.md for factories; needs tightening too 2013-03-11 12:34:22 -07:00
Naomi Seyfer
0ee4446315 draft of docs for models/factories 2013-03-10 14:48:42 -07:00
Naomi Seyfer
00eedc6598 Allow and deny rules with factories 2013-03-09 18:03:10 -08:00
Naomi Seyfer
2b4fb43bda Merge branch 'devel' into models 2013-03-09 11:57:34 -08: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
Naomi Seyfer
a4cbb0d8ef a stab at factories in allow and deny 2013-03-08 22:41:24 -08:00
Naomi Seyfer
184438d9a7 fixed small things nim found 2013-03-08 19:01:08 -08:00
Naomi Seyfer
6b35610d22 actually use the factory instead of printing it 2013-03-08 18:28:26 -08:00
Naomi Seyfer
b38579fd13 more testing to make sure factories happen in observes 2013-03-08 17:24:03 -08:00
Naomi Seyfer
996fc144bf Basics of factories on collections 2013-03-08 16:33:12 -08:00
Naomi Seyfer
1307b8c4a9 a step toward factories on collections 2013-03-07 16:09:18 -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