Naomi Seyfer
0ccba277cf
oops accidentally delted half a line or something
2013-06-13 18:28:04 -07:00
Naomi Seyfer
6eeec29398
fix tests that rely on structure of bundled html generated
2013-06-13 18:05:05 -07:00
Naomi Seyfer
1957c4e1d3
Remove unused file; fix spelling
...
include robots.txt
2013-06-13 18:05:05 -07:00
David Glasser
719e4c4700
Fix typo in buildinfo dependency serialization.
2013-06-13 17:44:15 -07:00
Naomi Seyfer
aa4fe7ec17
version check deduplication; resolved conflict wrong before
2013-06-13 16:24:08 -07:00
Naomi Seyfer
2e608e3abf
Glasser comments on ssh-auth branch
2013-06-13 16:23:24 -07:00
Emily Stark
69d51abd4c
Configure at /panel, not /proxy
2013-06-13 16:22:32 -07:00
Naomi Seyfer
66695a75d0
all things served on path prefix always
2013-06-13 16:22:32 -07:00
Naomi Seyfer
bd53fbe089
Rearrange proxying so that apps find their proxy themselves.
2013-06-13 16:22:32 -07:00
Naomi Seyfer
213cd94129
Add initial mechanics for serving an app on a path other than /
...
For now, this requires the ABSOLUTE_URL environment to be set to true. More
considered ABI possibly coming.
2013-06-13 16:22:32 -07:00
David Greenspan
fc74cfba15
remove apparently-defunct copy of html_scanner
2013-06-13 11:17:26 -07:00
David Greenspan
c5740b6c69
fix: excludes must be regexes (typo?)
2013-06-13 11:17:26 -07:00
Slava Kim
5ba4f9f194
Adjust test with date, so it is browser-independent.
2013-06-12 19:16:50 -07:00
Slava Kim
a41573f59f
Convert dates and regexps to string, test these and some other
...
non-standard values. Tests will probably fail on IE5-7 :(.
2013-06-12 19:01:12 -07:00
Slava Kim
bcbd6e1b70
Make sure that 'message' of log object is always a string. Teach Log to
...
log falsy values. Throw an exception if use passed non-string as part of
log object. Tests for this functionality.
2013-06-12 18:08:34 -07:00
David Glasser
f87a0ce09e
Clean up commented-out code.
2013-06-10 22:44:16 -07:00
David Glasser
e838349cca
Add missing var.
2013-06-10 22:21:07 -07:00
David Glasser
a578cb0c75
Fix symlinking bug revealed by parent commit.
...
With the precedence bug fixed, more directories are placed into
usedAsFile... enough to break nodeModulesMode=symlink. Fortunately bundler-test
did catch this.
The somewhat hacky fix is to look carefully for reserved empty directories and
replace them with symlinks. This may not be 100% correct; see the XXX comment.
2013-06-10 22:17:37 -07:00
David Glasser
b9e96ab2b7
Fix operator precedence bugs.
2013-06-10 20:55:37 -07:00
David Glasser
e07445cd75
Merge branch 'devel' into linker
...
This pulls the Node upgrade, which needs a different dev bundle version number
here
Conflicts:
meteor
tools/server/server.js
2013-06-10 16:58:03 -07:00
David Glasser
0ecf4650d0
Merge branch 'node-0.8.24' into devel
2013-06-10 16:28:48 -07:00
David Glasser
664fca93e2
New npm requires you to have a decent package.json when running shrinkwrap.
2013-06-10 16:22:08 -07:00
David Glasser
1ae01d3149
Update History.md.
2013-06-10 15:53:50 -07:00
David Glasser
870b0c5065
Bump MIN_NODE_VERSION.
2013-06-10 15:52:30 -07:00
David Glasser
4e4e5add87
chmod +x and fix bug in new script
2013-06-10 15:47:56 -07:00
David Glasser
acf2f716a1
bump dev bundle version number. (0.3.7 is on linker.)
2013-06-10 14:37:40 -07:00
David Glasser
b61eea1509
Make selectorFromUserQuery actually match userQueryValidator.
...
Now the "shouldn't happen" really shouldn't happen. Fixes #1106 .
2013-06-10 14:01:18 -07:00
David Glasser
e0ef4d4ce9
docs: move note that slipped down a section.
2013-06-10 14:01:17 -07:00
David Glasser
e72c7472a8
Restore copy from jenkins script, this time for dev bundle
2013-06-10 13:18:32 -07:00
David Glasser
3c5c9579df
Update Node to 0.8.24 and MongoDB to 2.4.4.
...
Have not yet tweaked MIN_NODE_VERSION.
We are still avoiding Node 0.10 because http-proxy has bugs with websocket
proxying on Node 0.10.
2013-06-10 12:32:58 -07:00
David Glasser
226c19ba6a
Merge submodule metadata from devel too
2013-06-10 12:23:36 -07:00
David Glasser
99ce3fa4f3
Merge branch 'devel' into linker
...
Conflicts:
packages/livedata/stream_server.js
2013-06-10 12:12:47 -07:00
Nick Martin
41b04fc4ad
Merge branch 'master' into devel
2013-06-10 11:49:54 -07:00
Nick Martin
9bb2b5447e
Merge branch 'release-0.6.4'
2013-06-10 11:49:04 -07:00
Nick Martin
299543da78
bump release number in docs and examples.
2013-06-10 11:48:00 -07:00
Nick Martin
5beeaab682
banner text tweak.
2013-06-10 11:34:35 -07:00
David Glasser
7714ea04b9
Clarify comment about tailable cursors.
2013-06-07 12:42:14 -07:00
David Glasser
5e7138d49e
Fix bug where we would never quiesce if we tried to revive subs that errored out.
...
This specifically would happen if you ran an app with at least one sub with a
ready message (ie not autopublish; eg parties) with auth, logged in, and then
killed the app and replaced it with a different app. Hot code push would stall
and the new app would not load until you hit reload.
Why? Due to the login method call, hot code push had to wait for the login
method to be done. A method being done, in this case, includes having all its
data visible. This means waiting for the at-reconnect global quiescence to
finish. But this would never happen, since that requires waiting for all subs
that had been ready to become ready again, and instead the subs were getting
nosub because this is an entirely different app.
2013-06-06 22:58:21 -07:00
Avital Oliver
4ccc3ddf5b
better prose
2013-06-06 22:21:24 -07:00
Avital Oliver
9abf2251c6
remove pointless return statement
2013-06-06 22:19:26 -07:00
Avital Oliver
8c835c8207
prose
2013-06-06 22:18:08 -07:00
Nick Martin
659cc1403b
metadata updates for 0.6.4
2013-06-06 21:48:48 -07:00
David Glasser
32fe325d49
Tests and sorta-docs for tailable cursors.
2013-06-06 21:33:43 -07:00
Emily Stark
9155031986
Don't use transform on tailable cursor SynchronousCursors.
...
Also remove unnecessary check on cursorDescription.options.
2013-06-06 17:49:38 -07:00
Emily Stark
d0a000a15b
oops, add the nonreactive transform back in
2013-06-06 00:45:22 -07:00
Emily Stark
e25f2f594a
Fix a couple failing mongo-livedata tests.
...
Transform was being applied to every single Mongo query, including those issued
from _pollMongo. This led to the transformed doc being sent over DDP, and then
the client applied the transformation again. Instead, pass the useTransform flag
to prevent _pollMongo from transforming, so that the whole doc gets sent over
DDP and then the client does the transform, which is (I think?) what is supposed
to happen. I also think but am not sure that transform is supposed to be applied
for SynchronousCursors created for tailable cursors, so I had those
SynchronousCursors have useTransform=true.
2013-06-06 00:38:14 -07:00
Nick Martin
55dd8a0304
Bump example version numbers for QA testing.
2013-06-05 22:13:02 -07:00
Emily Stark
5c08044532
Add test for local collections with same name
2013-06-05 21:49:23 -07:00
Emily Stark
c701291e94
Change property name that keeps track of local collections
2013-06-05 21:09:01 -07:00
Emily Stark
4c55a2623e
Throw error when publishing a local collection cursor without a name
2013-06-05 20:57:49 -07:00