David Greenspan
07738efc19
more tests
2013-09-02 14:59:50 -07:00
David Greenspan
e104d43021
comments; work in IE 8; failing test for IE 9
2013-09-02 14:45:19 -07:00
David Greenspan
12a17d3bfe
refactor event support to make HandlerRec class
2013-09-02 13:26:38 -07:00
David Greenspan
16d823dce5
event capturing
2013-09-02 13:14:25 -07:00
David Greenspan
92afed3922
docs, tests, and API work
2013-08-31 13:19:03 -07:00
David Greenspan
faa60df20e
DomRange.contains, tests
2013-08-30 22:51:35 -07:00
David Greenspan
f0c5fe1313
domRange.$, another event test
2013-08-29 20:23:25 -07:00
David Greenspan
b557c65460
start of Meteor UI Events
2013-08-29 19:52:03 -07:00
David Greenspan
8af99767c2
another TBODY test
2013-08-28 18:39:13 -07:00
David Greenspan
9062fa1024
DomRange handles tbody quirk
...
This isn't really needed for IE 8+ except for
jQuery compatibility.
2013-08-28 15:12:55 -07:00
David Greenspan
fee94a706d
start of interface with jQuery for DOM impl
2013-08-28 13:28:39 -07:00
David Greenspan
a842d575ce
domrange-grid speed demo; IE 8 testing
2013-08-27 17:18:20 -07:00
David Greenspan
fbce5c79fd
break underscore dependency
2013-08-26 23:18:16 -07:00
David Greenspan
3867c69e56
DomRanges have owners; find ranges under element
2013-08-26 23:15:01 -07:00
David Greenspan
5e2a5fdc53
detailed DomRange tests, improvements
2013-08-26 22:38:24 -07:00
David Greenspan
8c9a6dd340
jquery -> v1.10.2
2013-08-26 22:38:06 -07:00
David Greenspan
49fd20d0fe
DomRange with tests
2013-08-26 17:42:34 -07:00
Emily Stark
c4f52b7551
Update docs for Date types on createdAt fields.
2013-08-21 15:19:05 -07:00
Emily Stark
d8364af765
Merge branch 'mongo-dates' into devel
2013-08-21 14:30:05 -07:00
Emily Stark
aa291537a4
Update tests for new Date fields on user docs
2013-08-21 14:28:50 -07:00
Emily Stark
14da1c3ad2
Use Date for login token timestamps
2013-08-21 14:28:33 -07:00
Emily Stark
9948ba715d
Shorten History.md for mongo dates
2013-08-21 14:21:29 -07:00
Emily Stark
8160ce549b
Merge branch 'isodate-to-mongo' of github.com:ryw/meteor into mongo-dates
...
Conflicts:
History.md
2013-08-21 14:17:29 -07:00
Emily Stark
9547ac2b9f
Rename _suppress_ordered to _allow_unordered.
2013-08-20 18:31:08 -07:00
Emily Stark
6f02ee6098
Merge branch 'meteor-issue-654' of github.com:nathan-muir/meteor into issue-654
2013-08-20 18:25:43 -07:00
Nick Martin
1e9a61eff6
Mark application-configuration as internal. People don't need to add it. Plus, the name is long enough to throw off 'meteor list'
2013-08-20 14:48:22 -07:00
Emily Stark
008c1cf7f2
Use decoded pathnames in staticFiles keys.
...
Fixes #1339
2013-08-20 11:37:11 -07:00
Emily Stark
bfc7f22dc0
Don't number lines that end in backslash.
...
Fixes #1326
2013-08-20 11:14:44 -07:00
Emily Stark
8b13f53cf4
Fix d3 tab character
2013-08-20 11:08:50 -07:00
Emily Stark
d567bbdaf3
Fix docs typo.
...
Fixes #1297
2013-08-20 10:52:45 -07:00
David Glasser
0088475699
More comments on idStringify fix.
2013-08-19 22:15:52 -07:00
David Glasser
3cfeed5b5b
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-19 22:00:37 -07:00
Nick Martin
30b08fc012
Export Spiderable symbol, so people can override user agents. Also add twitterbot to agents. Fixes #1300 .
2013-08-19 19:51:01 -07:00
Nick Martin
dff1310cc4
Upgrade stylus to 0.37.0 and nib to 1.0.0. Fixes #1121 , #1315 .
...
Tested by:
- run unit tests
- create an app, add stylus package.
- add foo.style file that uses nib and a background gradient
- see appropriate css generated in app with web inspector.
2013-08-19 19:27:58 -07:00
Nick Martin
9b8d72392c
Change the part of the app html that the http tests look for. test-in-console doesn't set a title.
2013-08-19 19:18:26 -07:00
Nick Martin
2fad88988f
Add EJSON to standard-app-packages. Fixes #1343 .
2013-08-19 16:26:17 -07:00
David Glasser
3d5c288b2b
Remove newline from 'meteor add http'.
2013-08-19 16:24:32 -07:00
Matty G
28ab8026fd
connectHooks -> connectHandlers
...
Slight typo if I have inspected the code correctly [here](https://github.com/meteor/meteor/blob/devel/packages/webapp/webapp_server.js#L303 ). I fixed the bits in observatory and observatory-apollo as a test case.
2013-08-15 20:31:32 -07:00
Slava Kim
ed9cb03ac1
Merge branch 'minimongo-fields' into devel
...
Support for 'fields' option in minimongo. Observe on the fields certain fields
will fire 'change' events only if one of watched fields changed.
Note: in minimongo observe, granularity of diff is one level. Meaning, watching
for changes at 'foo.bar' may fire even if 'foo.bar' didn't change.
Fixes #1287 .
2013-08-15 14:38:20 -07:00
Slava Kim
492bf58b08
A slightly better comment on MongoDB edge-cases simulation.
2013-08-15 14:33:59 -07:00
David Greenspan
0a9d59ed99
update esprima to take fix for regex parsing bug
2013-08-15 12:20:29 -07:00
Slava Kim
d408800010
Fetch, skip, limit, observe tests for fields option.
2013-08-14 18:20:52 -07:00
Naomi Seyfer
7b35442e92
Merge branch 'appconfig' into devel
2013-08-14 17:46:48 -07:00
Naomi Seyfer
19ba844f14
Renames
2013-08-14 17:46:23 -07:00
Emily Stark
bc815ac5e7
Remove unused mongo-livedata package for deploy-galaxy.
...
mongo-livedata uses galaxy package, which has a connection to galaxy that
doesn't get closed, which leads to commands hanging. We should probably have a
way to close galaxy's connection, but for now removing mongo-livedata at least
stops commands from hanging.
2013-08-14 17:46:23 -07:00
Naomi Seyfer
53cb4a11c5
Webapp now correctly tells proxy not to bind to 4433 but rather 44333 dummy port
2013-08-14 17:46:23 -07:00
Naomi Seyfer
3df06fc1b9
Re-allow the BIND_IP env var to affect things. Put settings in the right place.
2013-08-14 17:46:23 -07:00
Naomi Seyfer
6db81808fa
emily comments
2013-08-14 17:46:23 -07:00
Naomi Seyfer
8b50d3b3d7
Needed to use variable proxyServiceName
2013-08-14 17:46:23 -07:00
Naomi Seyfer
dde80aac91
removing console log
2013-08-14 17:46:23 -07:00