Nick Martin
45fef52095
Use coffeescript.org instead of github link.
v0.5.9
2013-03-14 12:12:24 -07:00
Nick Martin
e5fb32dfab
History.md for 0.5.9.
2013-03-14 12:07:17 -07:00
Nick Martin
d58d5f7e80
Bump version number for next release.
2013-03-14 11:12:15 -07:00
David Glasser
e92522c283
Use correct new Deps API in Meteor.loggingIn(). Fixes #811 .
2013-03-14 00:27:42 -07:00
David Glasser
000842d4bc
Fix allow rule to allow users to update their profile (broken in 0.5.8 release).
...
Fixes #809 .
2013-03-13 23:24:16 -07:00
Nick Martin
dcb26e182b
Merge branch 'pr-784' into devel
2013-03-13 16:15:36 -07:00
Kevin Miller
bfb7ed2e30
Made links to external projects in package section more consistent.
2013-03-13 16:09:12 -07:00
Kevin Miller
5e107051b2
Changed JavaScript spelling to be more consistent.
2013-03-13 16:09:12 -07:00
Kevin Miller
cf2423f6ab
Added authentication header to break up the rather long data & security section.
2013-03-13 16:09:12 -07:00
Kevin Miller
12fa62e33f
Added link to smart packages.
2013-03-13 16:09:12 -07:00
Kevin Miller
e15c49d0de
Fixed link to isClient/isServer.
2013-03-13 16:09:12 -07:00
Naomi Seyfer
dcb7ccd2ca
Merge branch 'master' into devel
2013-03-13 12:16:05 -07:00
Naomi Seyfer
471f661c5b
Merge branch 'release-0.5.8'
2013-03-13 12:15:28 -07:00
Naomi Seyfer
a19c4df24d
Contributing.md regarding the security email address
2013-03-13 12:12:38 -07:00
Naomi Seyfer
8a88fee134
Remove XXX comment
2013-03-13 12:01:39 -07:00
David Glasser
a23d85c103
Be more explicit in app cache QA file.
2013-03-13 07:14:55 -07:00
David Glasser
9ffdc44487
Merge branch 'devel' into release-0.5.8
v0.5.8
2013-03-13 06:20:29 -07:00
Geoff Schmidt
017ee5eac5
minor docs editing/examples improvement
2013-03-13 06:08:52 -07:00
David Glasser
431e3ab900
Merge branch 'devel' into release-0.5.8
2013-03-13 06:05:16 -07:00
David Glasser
854bca2fae
Remove outdated comment about update/remove rewriting.
2013-03-13 06:03:59 -07:00
Geoff Schmidt
a158e3f901
Update docs: update/remove RPCs may only use IDs as selectors, other tweaks
2013-03-13 05:52:58 -07:00
David Glasser
9e73d68566
Another pass on History.md.
2013-03-13 05:43:05 -07:00
David Glasser
db66fdeb28
Expand deps entry in History.md.
2013-03-13 05:03:04 -07:00
David Glasser
070d6f7ca9
collection.update() and .remove() may only use IDs as selectors when sending RPCs.
...
ie, they can use arbitrary selectors on the server and in client stubs, but not
in other client contexts. This is to prevent clients from executing arbitrary
selectors against the DB.
Because of this, the update and remove allow/deny callbacks can only ever get
one doc, so switch them from getting an array to just getting the doc (like
insert).
2013-03-13 04:52:59 -07:00
David Glasser
1a68026aa3
collection.update() and .remove() may only use IDs as selectors when sending RPCs.
...
ie, they can use arbitrary selectors on the server and in client stubs, but not
in other client contexts. This is to prevent clients from executing arbitrary
selectors against the DB.
Because of this, the update and remove allow/deny callbacks can only ever get
one doc, so switch them from getting an array to just getting the doc (like
insert).
2013-03-13 04:44:47 -07:00
David Glasser
322699e420
Test for e03d354.
2013-03-12 18:18:33 -07:00
Naomi Seyfer
9d03ddaf86
aaand removed the everpresent debugger call
2013-03-12 18:07:36 -07:00
Naomi Seyfer
e03d35460d
Account for the case where a query might have been stopped before recompute
...
In minimongo, sometimes we precompute a list of queries that need recomputation,
and then recompute them. When this happens, we call callbacks that sometimes end
up stopping the query, which removes it from the list of queries on the collection.
Without checking for this case, it casued an exception.
2013-03-12 18:04:41 -07:00
Naomi Seyfer
575320b929
Make transforms on collections always nonreactive
2013-03-12 14:12:56 -07:00
Naomi Seyfer
67d8f829a2
Make transforms on collections always nonreactive
2013-03-12 13:36:45 -07:00
Nick Martin
5f21cffde4
History.md version bump.
2013-03-12 10:54:26 -07:00
Nick Martin
c699f9fef4
Bump version number for new release.
2013-03-12 10:46:19 -07:00
Nick Martin
a3287a6f40
History.md entry for new Deps.
2013-03-12 10:45:31 -07:00
Nick Martin
abe3ee9cbe
Merge remote-tracking branch 'origin/deps-radical' into devel
2013-03-12 10:39:03 -07:00
David Glasser
a6380750a2
Revert changes to parties from 26ac481 and 0d3be81. Keep bugfix.
...
transform is intended as a power-user feature and isn't necessary for the basic
parties example.
2013-03-12 01:40:09 -07:00
Nick Martin
885ba59cbd
Merge branch 'dev-bundle-0-2-23' into devel
2013-03-11 23:13:19 -07:00
David Glasser
0d3be81357
spark: apply transform in initial render.
...
parties example: add displayName using transform instead of keeping it as a
separate function. This allows us to drop a few helpers, too.
2013-03-11 23:08:54 -07:00
David Glasser
26ac481c3f
parties: use transform to make "attending" a method
2013-03-11 23:08:54 -07:00
Nick Martin
ef05f8ccc9
Drop underscore version back to 1.4.2.
2013-03-11 22:56:50 -07:00
Nick Martin
4fa14fa1ce
Increment dev bundle version.
2013-03-11 22:55:53 -07:00
Nick Martin
b27dd1b8d2
Fix race condition in test. Multiple tests running at once could cause a failure.
2013-03-11 22:54:07 -07:00
Nick Martin
81de2e700b
History update for #753 .
2013-03-11 22:47:31 -07:00
Nick Martin
65840c1152
Merge remote-tracking branch 'origin/pr/753' into devel
2013-03-11 22:45:38 -07:00
Nick Martin
e0d1a29633
Merge branch 'appcache' into devel
...
Conflicts:
History.md
2013-03-11 22:35:24 -07:00
Nick Martin
5f7cd81eeb
Doc tweak and History.md.
2013-03-11 22:34:05 -07:00
David Glasser
5f9eba5f79
Clean up selector.js old-browser workarounds.
...
Instead of checking $Uint8ArrayPolyfill directly, keep that as an internal
detail of ejson and use EJSON.isBinary.
Consistently avoid treating $Uint8ArrayPolyfill objects as arrays throughout the
selector compiler.
2013-03-11 21:09:59 -07:00
Nick Martin
68474b25ae
Merge branch 'meetup' into devel
2013-03-11 21:03:59 -07:00
Nick Martin
080ea928b8
Add history.md note about accounts-meetup package.
2013-03-11 21:03:16 -07:00
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
David Glasser
02959efba8
Don't apply transform for server-side observeChanges (eg publishes).
2013-03-11 20:28:09 -07:00