2388 Commits

Author SHA1 Message Date
Nick Martin
edda1f908c One last feature. v0.5.5 2013-02-13 13:57:36 -08:00
jperl
8307460df8 Return all basic google and facebook profile fields 2013-02-13 13:50:52 -08:00
Nick Martin
30fe79bf1b Final tweaks to History. 2013-02-13 12:20:02 -08:00
David Glasser
7d2f35b962 reformat credit line 2013-02-13 10:30:49 -08:00
David Glasser
562eb0a54a Fix use of wrong field name in hot code push check.
Could result in multiple attempts to reload.
2013-02-13 10:28:49 -08:00
Nick Martin
a2a2b56b9b Rework change log. Close to final shape. 2013-02-12 23:39:20 -08:00
Nick Martin
f70a7b974e More contributors to History.md 2013-02-12 19:00:43 -08:00
David
ff430bc287 Minor link correction 2013-02-12 18:13:35 -08:00
Naomi Seyfer
4bccce090a Upgrade bootstrap to version 2.3.0 2013-02-12 16:33:51 -08:00
David Glasser
78eb2a32d6 Watch '.lessimport' files for changes (but don't parse them).
'.lessimport' is now meaningful rather than just a suggestion in the docs.
2013-02-12 14:36:04 -08:00
David Glasser
cb1eb96b9e Rename less_test_constants file to be .lessimport.
This doesn't actually make a difference (since packages enumerate their files
instead of using autodetection) but it's pedagogically nice.
2013-02-12 14:35:17 -08:00
Nick Martin
edb6ccce56 Update history for userId global fix. 2013-02-12 12:39:02 -08:00
Avital Oliver
3fda3bd9ca Wrap all of accounts-base/localstorage_token.js in a closure.
This way we don't modify window.userId.
2013-02-12 12:38:08 -08:00
Nick Martin
76b7a3a054 More release notes. Needs lots of rewording, but should now include all changes and contributors. 2013-02-12 00:52:47 -08:00
Naomi Seyfer
6a5a0c01e2 First draft of 0.5.5 History.md 2013-02-11 17:29:54 -08:00
Naomi Seyfer
b4988e3bd9 Merge branch 'devel' into release-0.5.5 2013-02-11 12:24:14 -08:00
Naomi Seyfer
bc83e8c76c Added all people to the docs, alphebetized by first name 2013-02-11 11:34:22 -08:00
Nick Martin
6cbd30c057 Merge branch 'devel' into release-0.5.5 2013-02-08 21:49:03 -08:00
Nick Martin
5fb45bcd0f Merge branch 'pr-672' into devel 2013-02-08 21:33:06 -08:00
Andrew Wilcox
d1c780e7f9 Upgrade useragent to 2.0.1.
Will be using for the appcache.  I tested 2.0.1 and it seems to work
fine.  I figured that all else being equal it would be good to use the
latest version to give us the most recent user agent matches, and so
that if we had any bug reports we wouldn't be out of date.
2013-02-08 21:11:50 -08:00
David Glasser
4f2d725d3f If Meteor.settings.public exists, make it available on the client as well.
(Suggested by @jagill at Meteor Dev Shop 0!)
2013-02-08 17:51:33 -08:00
Nick Martin
1385137f01 Bump version number in prep for release 2013-02-07 22:49:56 -08:00
Nick Martin
c208f68060 Merge branch 'pr-671' into devel 2013-02-07 21:27:25 -08:00
Andrew Wilcox
d4534c5f15 Make static not cacheable.
Fixes #631.

Update the dev_bundle to use the Meteor version of gzippo which allows
clientMaxAge to be set to 0, and change server.js to set the
clientMaxAge to 0 for static.
2013-02-07 20:39:05 -08:00
Nick Martin
66c94bfed6 Merge branch 'pr-651' into devel 2013-02-06 19:39:47 -08:00
Nick Martin
38c5795c71 Review from Geoff 2013-02-06 19:39:31 -08:00
Nick Martin
68049c276d Move tests from handlebars to templating, as they depend on templates. Also, extend to test a few more types. 2013-02-06 19:39:31 -08:00
Nick Martin
719f2e10dc Use regexp instead of isNaN for detecting integers. 2013-02-06 19:39:31 -08:00
Morten Henriksen
7ca41e4a3c Added fix, workaround handlebars issue and added tests 2013-02-06 19:39:31 -08:00
David Glasser
d1de04dbea Explicitly make {$regexp: "foo", $options: "garbage"} throw.
This check was explicitly in the old selector compiler but the rewrite dropped
it. The `new RegExp("foo", "garbage")` throws on most browsers but not on old
WebKit.
2013-02-06 14:25:22 -08:00
David Glasser
de6a08d09e Choose an even more portable CSS property to test @imports.
Colors were showing up as rgb(a, b, c) in some browsers and as #aabbcc in
others.
2013-02-06 14:08:39 -08:00
Matt DeBergalis
6e645071dc tweaks 2013-02-06 11:50:35 -08:00
Nick Martin
64d1361cf9 First draft contributing file. Basically just copied from the wiki.
Once this is released to master, we should update the wiki to point to it.
2013-02-05 22:27:26 -08:00
David Glasser
453679da6e Merge branch 'dev-bundle-less-upgrade' into devel 2013-02-05 18:35:33 -08:00
David Glasser
05ac3ad75d Document how to prevent your less imports from being double-processed. 2013-02-05 18:34:55 -08:00
David Glasser
adcae951eb Switch less back to fully synchronous, now that the NPM module supports it.
syncImport was added in 1.3.2 and we just upgraded from 1.3.1 to 1.3.3.

Otherwise error handling gets pretty fussy (eg, sometimes less throws from
within a callback).
2013-02-05 18:11:59 -08:00
David Glasser
6f8516d36b Upgrade less to 1.3.3.
Should improve the error message in https://github.com/meteor/meteor/issues/203
(see https://github.com/cloudhead/less.js/issues/990) though it may not fix the
way that the error is handled.
2013-02-05 17:15:04 -08:00
David Glasser
5177e0ba1f Don't drop quiescence state on initial connect.
We may have already run a stub before getting 'connected'! (Wordplay does this.)

(The same fix, without test, was already committed to ddp-pre1.)
2013-02-05 16:12:24 -08:00
Nick Martin
02ae0734d0 Upgrade jquery-layout to 1.3.0RC. The jquery-latest site recommends it over 1.2.0 despite the RC designation. Fixes #556. 2013-02-05 15:37:52 -08:00
David Glasser
cde1f010ae Remove old XXX comment about $elemMatch needing tests. 2013-02-05 12:07:48 -08:00
Tim Haines
a067818553 Adjust accounts-twitter to use Twitter's id_str instead of id 2013-02-04 18:11:03 -08:00
David Glasser
baceda9d65 Merge branch 'selector-compiler-rewrite' into devel
This is a complete rewrite of the Minimongo selector and sort compiler to no
longer use eval, started by @Ed-von-Schleck and finished by @glasser. It makes
the code more readable and no longer requires all queryable types to be
serializable in an eval-able way; the latter will be useful once the in-process
EJSON work on the ddp-pre1 branch is ready.

(It also makes selector compilation faster, though selector evaluation appears
to be very slightly slower.)
2013-02-04 16:42:47 -08:00
David Glasser
3bdf41add1 Rewrite sort compiler to avoid eval, too! 2013-02-04 16:42:18 -08:00
David Glasser
0567a730b1 Rewrite selector compiler against with a "compile to specific function"
approach.
2013-02-04 14:32:12 -08:00
David Glasser
2692192547 Some modifications to Ed-von-Schleck's selector compiler patch:
- Improve regex match against array.
- Improve matching of explicit deep nulls.
- Instead of doing a high-level "catch TypeError", do more explicit
  type checks.
- Clone the selector (since we're going to save a reference in our
  closure).
2013-02-04 14:32:12 -08:00
Christian Schramm
012e1947be Replaced _compileSelector logic with non-eval'd code.
Implement $elemMatch.

(Commits squashed together by glasser, and some now-dead code removed.)
2013-02-04 14:32:12 -08:00
Nick Martin
420e50996b Merge pull request #659 from timhaines/update-twitter-api-to-v.1.1
Use Twitter API v1.1 to verify_credentials
2013-02-02 16:46:55 -08:00
Tim Haines
6b8ca56a41 Use Twitter API v1.1 to verify_credentials 2013-02-02 15:57:28 -08:00
Kevin Miller
8faeb1e303 Fixed link to stack overflow in docs. 2013-02-01 23:53:32 -08:00
Naomi Seyfer
d76562f0fb Docuentation for allowing _id to be spec by the user 2013-02-01 15:24:45 -08:00