Nick Martin
7510b8430e
Bump version number for release!
v0.3.8
2012-07-12 22:10:40 -07:00
Nick Martin
32206de243
Update docs for new features.
2012-07-12 22:07:27 -07:00
Nick Martin
d1e091cbc3
Whitespace and ordering.
2012-07-12 21:02:14 -07:00
Nick Martin
53f4cd7354
Update timeout to reflect new behavior.
...
This is now even more lame than before.
2012-07-12 19:43:54 -07:00
David Greenspan
d416362b83
update History.md
2012-07-12 17:11:40 -07:00
David Greenspan
c3ecb78a9c
mouseenter/leave impl tweaks; close #224 close #198
2012-07-12 16:57:09 -07:00
Andrew
75696a8d78
fixed mouseenter/mouseleave
2012-07-12 16:57:09 -07:00
David Greenspan
fb3ccd732c
fix tests in IE 9-10
2012-07-12 16:08:12 -07:00
Nick Martin
bb3bc2049f
Up keepalive timeout.
...
This will cause it to take a little longer before an abandoned server dies and frees it's port, but should reduce accidental deaths when the supervising process is backlogged.
2012-07-12 13:55:05 -07:00
Nick Martin
564b292974
Fix Meteor._debug on IE8,9
2012-07-11 23:03:26 -07:00
Nick Martin
26136a22a4
Fallback to jsonp-polling in IE when going cross scheme.
...
https://github.com/sockjs/sockjs-client/issues/79
2012-07-11 21:19:15 -07:00
David Greenspan
cd3ca61ec3
ignore extra block helper args as intended
2012-07-11 20:50:36 -07:00
Nick Martin
20af33e4ea
Update change log for new handlebars features.
2012-07-11 17:29:30 -07:00
David Greenspan
0856797021
Merge branch 'david-handlebars' into devel
2012-07-11 14:44:37 -07:00
David Greenspan
c0bb4e9ae8
update docs
2012-07-11 14:42:36 -07:00
David Greenspan
9d3161f3fb
Handlebars: allow getters/helpers in args, fix hashes
2012-07-11 14:41:12 -07:00
David Greenspan
4719433383
docs changes for event.{target -> currentTarget} change
2012-07-09 20:14:24 -07:00
Nick Martin
c2bc63993d
Update change log in preparation for release.
2012-07-09 20:06:17 -07:00
David Greenspan
ae55d9dd11
event data comes from currentTarget, not target
2012-07-09 19:33:25 -07:00
Nick Martin
c046ddbd0c
Merge branch 'dev-bundle-bump' into devel
2012-07-09 19:30:55 -07:00
Nick Martin
e3d970fd82
Bump dev bundle version number.
2012-07-09 17:18:05 -07:00
Nick Martin
cf23243038
Bump gzippo.
2012-07-09 17:18:00 -07:00
Nick Martin
b0f3de7cb1
Bump stylus and nib versions again, they are already out of date.
2012-07-09 17:11:17 -07:00
Nick Martin
0a5192352a
Add nib to license file.
2012-07-09 17:02:01 -07:00
Trevor Burnham
b2667bd5a9
Adding support for Nib to the Stylus package
2012-07-09 17:02:01 -07:00
Trevor Burnham
6081f174c2
Updating Stylus to version 0.27.1 (includes API changes)
2012-07-09 17:02:01 -07:00
David Greenspan
680220ecdf
protect iframe.src in patching
2012-07-06 16:56:49 -07:00
matt debergalis
682c1650c5
document field specifiers
2012-07-02 18:21:53 -07:00
matt debergalis
bdcccfd32e
Link to mailing lists
2012-07-02 17:53:36 -07:00
matt debergalis
eb25822679
rework publish example
2012-07-02 17:53:25 -07:00
Nick Martin
63ff7a2b73
Merge branch 'ssl' into devel
2012-06-28 19:43:36 -07:00
Nick Martin
430db59aec
Also use SSL for downloads from the install script.
2012-06-28 19:05:15 -07:00
Nick Martin
2d329d7c44
Change install instructions to be SSL now.
2012-06-27 18:17:10 -07:00
Nick Martin
2d619a4930
Use https to get the updater manifest, now that we serve it via https.
2012-06-27 18:14:46 -07:00
Nick Martin
801626695c
Clarify and comment logic around which pages are OK.
2012-06-27 17:35:24 -07:00
Avital Oliver
b02f985731
Use fs.watchFile instead of fs.watch
...
fs.watch doesn't play well with vim
2012-06-26 15:44:22 -07:00
Nick Martin
e059442a7f
Add package to make app redirect to https.
2012-06-26 15:15:21 -07:00
Nick Martin
a248f0ff28
Allowing passing in a default DDP endpoint as an environment variable.
2012-06-26 15:14:30 -07:00
Nick Martin
a39aabc25c
Update URL for github ribbon.
2012-06-25 15:11:25 -07:00
Nick Martin
69f8121b88
Don't serve app_html for robots.txt. Allow robots on docs site.
2012-06-25 14:00:30 -07:00
David Greenspan
d320dc2858
docs api fix for subscription_set
2012-06-20 18:16:19 -07:00
Nick Martin
1deafd1c02
Merge branch 'print-changelog-on-update' into devel
2012-06-20 00:11:30 -07:00
Nick Martin
9fa4b1f259
Remove old and now hopefully unused field from manifest.json.
...
Pre 0.2.0 clients will fail to upgrade. Oh darn.
2012-06-20 00:08:35 -07:00
Nick Martin
b763257929
Print changelog on upgrade. Also, set NODE_PATH for post-upgrade script to make life easier in the future.
2012-06-20 00:08:35 -07:00
Nick Martin
62ec81afda
Upgrade bootstrap to 2.0.4. Fixes #173 .
2012-06-19 18:40:49 -07:00
Nick Martin
1f5726c478
Give a more useful error message when we can't connect to mongodb. Fixes #184 .
2012-06-19 18:06:07 -07:00
Islam Sharabash
eb8a847c06
check static cacheable dir exists before using gzippo
2012-06-19 17:01:25 -07:00
David Greenspan
bdc9ad6f31
throw error if Backbone.History is called on server; fixes #191
2012-06-19 12:53:52 -07:00
Nick Martin
723a668efa
Fix instructions in docs. Fixes #174 .
2012-06-19 12:44:45 -07:00
Avital Oliver
9d52461b67
minimingo: Fix exception when matching non-arrays using $all
...
Fixes https://github.com/meteor/meteor/issues/183
2012-06-19 12:37:26 -07:00