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
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
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
Avital Oliver
344a3bb003
User documents have ids when onCreateUser and validateNewUser hooks run
2013-02-26 16:33:38 -08:00
Naomi Seyfer
df56063632
remove debugger line
2013-02-25 16:41:10 -08:00
David Glasser
5bdb378f8d
Add kexec and shell-quote for version springboarding on the engine branch.
2013-02-25 13:41:13 -08:00
David Greenspan
939aef972f
avoid creating dependency on underscore
2013-02-25 12:29:20 -08:00
Graeme Pyle
3c16c146d3
Force source URLs to be hyperlinks in stack traces in browser consoles
...
See https://github.com/meteor/meteor/issues/725#issuecomment-13940222
2013-02-25 12:20:56 -08:00
Naomi Seyfer
bcc675e40a
There only restriction on what you can stick in your Mongo database is now
...
"EJSON-able"
Merge branch 'all-types-mongo' into devel
2013-02-25 10:42:13 -08:00
Naomi Seyfer
2e56c3ac6b
Merge remote-tracking branch 'origin/devel' into all-types-mongo
2013-02-25 10:39:58 -08:00
Naomi Seyfer
82945945b7
use EJSON as the prefix instead of a space
2013-02-25 10:39:24 -08:00
Naomi Seyfer
404ec3c998
accidentally had left in a debugger call
2013-02-22 16:21:06 -08:00
Naomi Seyfer
cc5ef1b90d
Removed all restrictions on EJSON types in MongoDB
2013-02-22 16:14:41 -08:00
Naomi Seyfer
a0c3ff709a
Fixed {$type: 5} selectors on old browsers
2013-02-22 14:28:05 -08:00
David Greenspan
8a5db13f90
regression test for #724
2013-02-22 14:04:33 -08:00
David Greenspan
a102deee80
fix logic bug in template branch matching
2013-02-22 13:26:09 -08:00
Naomi Seyfer
a39401add1
fixed extra changed message for ordered too; history.md description
2013-02-22 13:14:21 -08:00
Naomi Seyfer
e4bd63b397
ObserveChanges stop sending empty changed() event in some cases
2013-02-22 13:02:50 -08:00
Naomi Seyfer
d923e9e92b
move time icon always to front of button
2013-02-21 17:24:37 -08:00
Naomi Seyfer
7ad9944598
Added a rerun-scheduled indicator
2013-02-21 17:21:18 -08:00
Naomi Seyfer
bed981f4b0
Fixed conflict merging with devel
2013-02-21 16:31:21 -08:00
Nick Martin
4b537b026f
Merge branch 'master' into devel
...
Conflicts:
History.md
2013-02-21 15:30:45 -08:00
Nick Martin
2d8b41a87c
Merge branch 'release-0.5.7'
2013-02-21 15:28:58 -08:00
Naomi Seyfer
7b1bf062b9
Hopefully fix slow tests. Shallow copy on types we swizzle in&out of mongo
v0.5.7
2013-02-21 14:58:24 -08:00
Naomi Seyfer
68617a4cd5
add .log and .out to gitignore
2013-02-21 14:07:05 -08:00
Naomi Seyfer
2202188e71
Script to deploy all the examples
2013-02-21 13:26:16 -08:00
Nick Martin
00cc07cc75
Mention madewith incompatibility.
2013-02-21 12:45:20 -08:00
Nick Martin
307d38e689
Reword and reformat History.md to be more readable.
2013-02-21 01:08:34 -08:00
Nick Martin
e6d7278927
Avoid reconnect storms when old clients connect to new servers.
2013-02-20 18:17:42 -08:00
Naomi Seyfer
dba23bd29c
Session.setDefault, and updating todos to use it. #698
2013-02-20 17:56:39 -08:00
Naomi Seyfer
2f803607c1
add a bit more extra headroom at the top of the test runner
2013-02-20 16:55:50 -08:00
michaelglenadams
fbb4e03f5e
Update docs/client/concepts.html
...
Fixes typo in docs.
2013-02-20 16:48:10 -08:00
Naomi Seyfer
a920d568ec
Added an E to the JSON where we support it, in the docs
2013-02-20 16:33:27 -08:00