Skip to content

Tags: svasva/meteor

Tags

release/0.6.0-alpha1

Toggle release/0.6.0-alpha1's commit message
Slight improvements to launch-meteor.

v0.5.9

Toggle v0.5.9's commit message
Use coffeescript.org instead of github link.

v0.5.7.2

Toggle v0.5.7.2's commit message
Fix allow rule to allow users to update their profile (broken in 0.5.…

…8 release).

Fixes meteor#809.

v0.5.8

Toggle v0.5.8's commit message
Merge branch 'devel' into release-0.5.8

v0.5.7.1

Toggle v0.5.7.1's commit message
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).

v0.5.7

Toggle v0.5.7's commit message
Hopefully fix slow tests. Shallow copy on types we swizzle in&out of …

…mongo

v0.5.6

Toggle v0.5.6's commit message
Fix override for icon-white

CSS Selector was not matching => wrong image loaded in certain cases

v0.5.5

Toggle v0.5.5's commit message
One last feature.

v0.5.4

Toggle v0.5.4's commit message
find_mongo_pids: Fix regression in 203a82d.

Don't consider "ps" stderr to be an error. This occurs on OSX Mountain Lion if
DYLD_LIBRARY_PATH or a similar env var is set, and is harmless.

v0.5.3

Toggle v0.5.3's commit message
Follow-up to 26c725 to work on more browsers.

Windows Safari (eg) seems to apply the "uncheck existing radios when new radios
are created" even earlier than other browsers, so save values earlier.