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
David Greenspan
934322f2d4
minor docs tweaks
2013-03-08 13:38:55 -08:00
David Greenspan
980b179558
remove old reference in docs
2013-03-08 12:52:20 -08:00
David Greenspan
b9c3e1fa30
port examples
2013-03-08 12:50:46 -08:00
David Greenspan
c65dcb629e
Merge branch 'devel' into deps-radical
...
Conflicts:
packages/test-in-browser/driver.js
2013-03-08 12:44:52 -08:00
David Greenspan
69ee6af08a
finish porting docs to radical deps
2013-03-08 12:06:05 -08:00
David Greenspan
e9dcb927fb
start replacing words like "autorun" and "context"
...
What's left to do:
- "context" is now "computation"
- Autorun => Deps.run
- In Deps package, don't say "if we're inside a Deps.run" or anything else that assumes that's the only way to create a computation. Meteor creates computations for you for templates, etc.
2013-03-08 01:42:09 -08:00
David Greenspan
2d35276f4c
complete radical deps API docs
2013-03-08 00:49:43 -08:00
David Greenspan
717ed1f6f9
more work
2013-03-07 23:10:44 -08:00
Sean McCann
39fe1509e1
Fix spelling error in find_upwards() comments
2013-03-08 00:03:41 -06:00
Sean McCann
6f059f0508
Remove trailing whitespace
...
As per the "Whitespace" section of the Meteor style guide, remove trailing whitespace.
https://github.com/meteor/meteor/wiki/Meteor-Style-Guide
2013-03-08 00:03:41 -06:00
David Greenspan
6974cfb7b4
check Deps.run arg
2013-03-07 22:01:30 -08:00
David Greenspan
9c932dadce
fix sub de-dup; bunch of tests
2013-03-07 20:51:08 -08:00
David Greenspan
334f172cac
radical radical Deps (needs more tests & docs)
2013-03-07 17:44:21 -08:00
Naomi Seyfer
1307b8c4a9
a step toward factories on collections
2013-03-07 16:09:18 -08:00
Tim Haines
0b700b286a
Include avatar and language in serviceData when user signs in to Twitter
2013-03-07 14:59:24 -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
David Greenspan
b38ec5513d
more from glasser review
2013-03-06 19:14:01 -08:00
David Greenspan
a0f0f64b7f
lots of docs
2013-03-06 17:36:05 -08:00
David Greenspan
6fb7df9f98
wrap atFlush func
2013-03-06 17:35:57 -08:00
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
David Greenspan
20612a17f9
observe() has reactive stop in minimongo, tests
2013-03-06 12:03:45 -08:00
David Greenspan
96ef17eced
fix stop() logic
2013-03-06 11:37:33 -08:00
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
Nick Martin
01bbc58b11
Editing pass on History.md
2013-03-05 23:59:19 -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