Commit Graph

4387 Commits

Author SHA1 Message Date
David Glasser
6a4216f16f Fix doc on how to get correct fibers. release/0.6.5.1 release/0.6.5.1-rc1 2013-08-26 19:51:39 -07:00
Geoff Schmidt
f6b0bab517 Docs: CoffeeScript namespacing, other tweaks 2013-08-26 19:51:39 -07:00
Nick Martin
0e70184fd0 fix typo. 2013-08-26 19:51:39 -07:00
Emily Stark
bab5c1685d Fix docs typo.
Fixes #1297
2013-08-26 19:51:39 -07:00
Nick Martin
7f73833991 Fix typo in package description. 2013-08-26 19:51:39 -07:00
Nick Martin
61d9510ef1 Export Spiderable symbol, so people can override user agents. Also add twitterbot to agents. Fixes #1300. 2013-08-26 19:51:39 -07:00
Emily Stark
2c68882fff Fix d3 tab character 2013-08-26 19:51:38 -07:00
David Glasser
99d29cc9d2 More comments on idStringify fix. 2013-08-26 19:51:38 -07:00
David Glasser
9847720a3b Various bugs involving idStringify.
In minimongo, we support various types as _id fields; the most important are
strings and ObjectIds. We have a special encoding that we use when we need to
represent them as strings, but we had a few bugs with using it.

minimongo: The duplicate-ID check in insert needed to check using the encoded
string.

spark OrderedDict: due to linker changes, it was not successfully finding
LocalCollection._idStringify, and so it fell back to the identity
function. Fixed to use weak dependencies. Also, later refactorings have removed
the need for idStringify(null) === null so that special case is removed.

spark branch labels: use idStringify in various places where _id is used as a
branch label.
2013-08-26 19:35:41 -07:00
Emily Stark
70a691661d Use decoded pathnames in staticFiles keys.
Fixes #1339
2013-08-26 19:34:39 -07:00
Nick Martin
a79db877a4 Add EJSON to standard-app-packages. Fixes #1343. 2013-08-26 19:34:32 -07:00
Emily Stark
5784c811ae Don't number lines that end in backslash.
Fixes #1326
2013-08-26 19:34:24 -07:00
David Greenspan
6b9bfe8b5a update esprima to take fix for regex parsing bug 2013-08-26 19:34:19 -07:00
Nick Martin
d17795971c Merge branch 'release-0.6.5' 2013-08-14 13:31:47 -07:00
Nick Martin
21df324a1d bump version numbers. 2013-08-14 13:30:46 -07:00
Matt DeBergalis
cf1ab2e761 scripts/admin/notices.json 2013-08-14 13:15:00 -07:00
Matt DeBergalis
9ee1572097 scripts/admin/notices.json 2013-08-14 13:13:29 -07:00
Matt DeBergalis
fb508ae12a 0.6.5 banner 2013-08-14 12:57:43 -07:00
David Glasser
f5531b41a6 Small doc cleanups:
- Fix order of ')' and '.' in a bunch of places

- Remove last reference to "smart packages"

- Fix an Atmosphere link

- Linkify a bunch of other things (CoffeeScript, npm, GitHub bug tracker, etc)

- Added a newline after the dot in "`meteor`. `meteor`".  It looked way more
  like `meteor.meteor` when rendered.

- Name `api.add_files` explicitly.

- Fix capitalization of GitHub

- Explain how weak deps check if the dep is there

- A few other typos
2013-08-13 09:25:47 -07:00
Geoff Schmidt
673b8462b1 Draft of doc updates for new packages system. 2013-08-13 01:32:23 -07:00
Nick Martin
2471dcba7e remove 'temporarily' in reference to Meteor.disconnect. It's not really temporary. 2013-08-12 23:40:32 -07:00
Slava Kim
dd416e69ed Fix check test failure for FF 3.6
TIL sometimes JSON.stringify can convert new lines to "\u000a" as supposed to "\n".# Please enter the commit message for your changes. Lines starting
2013-08-12 23:31:26 -07:00
Nick Martin
bfe4d2e8e6 oops, add a word. 2013-08-12 22:29:09 -07:00
Nick Martin
66f55ca64b update notices.json for 0.6.5 2013-08-12 22:23:24 -07:00
Geoff Schmidt
5413cddac9 history.md punctuation fix 2013-08-12 18:36:12 -07:00
Geoff Schmidt
b6a67875e6 add api.imply to history.md. also promote
`webapp` to a top-level bullet.
release/0.6.5-rc16 release/0.6.5
2013-08-12 18:10:28 -07:00
David Glasser
dba5933651 Change package/slice separator in various places to colon from dot.
Allow dots in package names.

Change the internal representation of "package specs" inside Slice to be a
{package,slice} object instead of a "spec" string.

library.getSlices now can take EITHER a "spec" string or a {package,slice}
object.

Linker-created slice files also separate the slice name with a colon (so eg, you
get URLs like "/packages/livedata:tests.js" when running package tests).  (Maybe
this should use a subdirectory instead?)
2013-08-12 18:05:34 -07:00
Slava Kim
7c10ac4fb5 Path of error is escaped where needed and looks more like actual JS.
- Escape keys looking like something complex
 - Check simple keys with simple regex, full story: http://stackoverflow.com/questions/1661197/valid-characters-for-javascript-variable-names
 - Tests
2013-08-12 17:45:45 -07:00
Nick Martin
f2b9d0ccc1 History wording tweaks. 2013-08-12 17:12:54 -07:00
Nick Martin
6fffbec675 Doc tweak for connection:null in new Meteor.Collection. 2013-08-12 17:03:08 -07:00
David Glasser
fca48342ad History.md: Re-order "weak" and "unordered" 2013-08-12 13:06:25 -07:00
Nick Martin
ac0bbd99e0 Take a whack at History.md. 2013-08-09 17:52:25 -07:00
Nick Martin
e2344a2a07 Fixup ids for Meteor.http -> HTTP transition. 2013-08-09 17:52:25 -07:00
Nick Martin
49939f90e5 Missed one release/0.6.5-rc15 2013-08-08 20:14:45 -07:00
Slava Kim
fd17e3337a Google login popup window has reasonable height.
So the 'use different account' and 'login' buttons are visible without
scrolling.
2013-08-08 16:39:21 -07:00
Slava Kim
6b85ce5cf8 Oauth popup window always has scrollbars.
Pass additional url argument 'scrollbars' set to 'yes' in order to achieve it in
Firefox and IE
2013-08-08 16:22:45 -07:00
Nick Martin
1e749672c7 Change annotations to exactly match npm module name for easier automation. 2013-08-07 23:55:39 -07:00
Nick Martin
431d880160 First pass at updating license file. 2013-08-07 23:18:13 -07:00
Nick Martin
e47c14d481 Fixup DDP.connect docs. 2013-08-07 21:14:11 -07:00
Nick Martin
1be3c1e547 Upgrade to newly release mongodb 1.3.17, instead of using git version. release/0.6.5-rc14 2013-08-07 14:38:35 -07:00
Nick Martin
83a34947ee Fix regression: display stdout/stderr in the meteor-is-crashed page in development mode. 2013-08-07 12:11:39 -07:00
Nick Martin
39b879d1e6 update history for new changes. release/0.6.5-rc13 2013-08-06 16:45:05 -07:00
Nick Martin
7e9eb48a9f Merge branch 'devel' into release-0.6.5 2013-08-06 16:41:44 -07:00
Nick Martin
a9a99ceafd followon to previous commit: actually use whitelist instead of blacklist for package name contents. 2013-08-06 15:55:06 -07:00
Nick Martin
e7bb166a02 Check for invalid package names early in the codepath.
We already don't work with packages that contain '.' in the name, this just moves the error up and makes it clearer.
2013-08-06 15:24:06 -07:00
Emily Stark
dfd2068d4f Merge branch 'job-tags' into devel release/galaxy-5 2013-08-06 12:59:23 -07:00
Emily Stark
9d577ae58c Specify securePort for admin apps.
Otherwise they bind to 4433 by default, which conflicts with normal proxy
running on the same machine.
2013-08-06 12:58:29 -07:00
Emily Stark
6decfd43d6 Use setting to select which proxy service to bind to 2013-08-06 12:58:29 -07:00
Nick Martin
6e565bf26e Add missing package usage. Fixes #1284. 2013-08-06 12:53:33 -07:00
Nick Martin
d70c3d54e0 Use soon-to-be-released mongo driver version 1.3.16. It includes a fix for a connection storm that impacted production hosting. 2013-08-06 12:16:11 -07:00