Sashko Stubailo
2495f58cf2
Merge pull request #6352 from mattmccutchen/build-plugin-deps
...
Document how to use local dependencies for build plugins.
2016-03-01 15:20:03 -08:00
Tom Coleman
b13bed66c3
Merge pull request #6320 from trusktr/6277
...
Show name of missgin method or subscription.
2016-02-29 16:30:45 +11:00
Sashko Stubailo
7b06af2a71
Merge pull request #5968 from mitar/minimongo-elemmatch
...
Fixed $elemMatch with logical operators in Minimongo
2016-02-26 12:00:31 -08:00
Matt McCutchen
497927f818
Document how to use local dependencies for build plugins.
2016-02-26 12:57:08 -05:00
Zoltan Olah
6cf92a266d
Merge pull request #3860 from zol/ssr-hooks
...
POC for adding hooks to boilerplate generation for loading page and/or SSR
2016-02-25 14:23:51 -08:00
Zoltan Olah
1928322649
Merge pull request #5141 from brianlukoff/devel
...
Add methods of the form BrowserPolicy.content.allow<ContentType>BlobUrl() to BrowserPolicy
2016-02-25 13:54:30 -08:00
Sashko Stubailo
1640fc1c99
Update ISSUE_TEMPLATE.md
2016-02-24 09:59:05 -08:00
Zoltan Olah
d853c40234
Update ISSUE_TEMPLATE.md
2016-02-23 15:46:50 -08:00
Joseph Orbegoso Pea
adf297f02f
Show name of missgin method or subscription.
2016-02-23 15:44:52 -08:00
Ben Newman
9655ab510d
Merge pull request #6268 from laosb/patch-1
...
Accurate error when removing an indirect dependency.
2016-02-23 18:26:09 -05:00
Zoltan Olah
dba99a364f
Update ISSUE_TEMPLATE.md
2016-02-23 15:19:23 -08:00
Martijn Walraven
7ad51b7418
Add ISSUE_TEMPLATE.md and PULL_REQUEST_TEMPLATE.md
2016-02-19 14:59:40 +01:00
Wexpo Lyu
f5781abb7c
Accurate error in removing a non-direct dependency.
2016-02-19 17:03:54 +08:00
Zoltan Olah
9fd26a8a7c
Update README.md
2016-02-17 12:13:44 -08:00
Sashko Stubailo
c96068ef6c
Change docs to emphasize Match.Maybe
2016-02-16 00:08:47 -08:00
Lewis Wright
7a80a8c851
Add Match.Maybe
...
Fixes #3876
2016-02-16 00:01:17 -08:00
Sashko Stubailo
e209cc5f4c
Merge pull request #6242 from meonkeys/patch-1
...
Contributing.md: improve grammar
2016-02-15 09:36:26 -08:00
Adam Monsen
652d52e3e2
Contributing.md: improve grammar
...
trivial - text only
2016-02-15 09:07:02 -08:00
Sashko Stubailo
f96053ed9c
Merge pull request #6211 from sebakerckhof/minifiers
...
Rename separated minifiers to singular name and use separate versions…
2016-02-10 14:21:27 -08:00
Sashko Stubailo
de74f2707e
Merge pull request #6160 from mitar/patch-20
...
Missed filter to pass _getCollection through
2016-02-10 14:21:00 -08:00
Mitar
abe2c5e011
Allow literal functions for Minimongo sorting.
...
Fixes #2730 .
2016-02-10 11:02:04 -08:00
Sashko Stubailo
e1ce34bc59
Something about shrinkwrap
2016-02-10 10:52:07 -08:00
SEKE
d4da2957a9
Rename separated minifiers to singular name and use separate versions from 1.3 onwards.
2016-02-10 12:32:17 +01:00
Sashko Stubailo
c1579d83b4
Merge pull request #6210 from mitar/patch-26
...
Cleaner code
2016-02-10 00:38:16 -08:00
Mitar
a7a27cd6dd
Cleaner code.
2016-02-10 00:33:30 -08:00
Sashko Stubailo
684052efcb
Merge pull request #4520 from dolgarev/devel
...
Added check of params for template's methods events and helpers
2016-02-10 00:19:46 -08:00
Avital Oliver
02e1c33fca
Merge pull request #5981 from meteor/nim/un-underscore-disableoplog
...
Expose options for performance tuning `observe` on the server
2016-02-09 22:55:04 -08:00
Nick Martin
9026ea32a6
Update option names per request.
2016-02-09 17:40:56 -08:00
Sashko Stubailo
165ea96e0d
Update error code to make test pass
2016-02-09 16:53:09 -08:00
Brian Engelhardt
c80c741493
Create noRetry option on Connection.apply
...
Closes #6108
Pull request #6180
Test is included, as is updated documentation.
All tests in ddp-client package (including new test for #6108 ) pass.
Implemented as simply a noRetry flag on apply which triggers it to fail with a
Meteor.Error('invocation-failed') instead of retrying on reconnect.
Test passes, methods which are marked as noRetry get an error in case of reset,
only if they've sent at least once, and this happens before messageSent flag is
cleared. This results in it getting it's callback as soon as quiescence
triggers, and the callback is called with an Error 'invocation-failed'.
[stubailo: changed error code, fixed docs, squashed commits]
2016-02-09 15:27:26 -08:00
Robert Dickert
f82126ca1b
Merge pull request #6080 from meteor/rdickert-patch-1
...
mongo url is good for an hour now
2016-02-09 16:04:56 -07:00
Sashko Stubailo
61a9d5b3d2
Merge pull request #6190 from fabienb4/patch-1
...
[Docs] Proper detection of key codes for search
2016-02-08 13:44:12 -08:00
Sashko Stubailo
0c332825bb
Merge pull request #6171 from queso/contributing-pr-doc-change
...
First draft for sharing new ownership of code sections in Meteor.
2016-02-08 09:53:20 -08:00
Martijn Walraven
9a193c98d6
Reserve dev bundle version for cordova-improvements
2016-02-08 10:47:03 +01:00
Martijn Walraven
1f13515e4c
Reserve dev bundle version for cordova-improvements
2016-02-08 10:30:52 +01:00
Martijn Walraven
60b8e926d7
Merge pull request #6181 from mitar/precise-cordova
...
Make clear those are Cordova platforms
2016-02-08 10:24:58 +01:00
Martijn Walraven
1bdaa04813
Merge pull request #6179 from mitar/webapp
...
Wrap connect middleware function into a Fiber
2016-02-08 10:21:11 +01:00
Martijn Walraven
fc508df990
Merge pull request #6101 from mitar/patch-25
...
Fixed manifest.json path on Windows
2016-02-08 10:17:34 +01:00
Martijn Walraven
aff1d4c17c
Merge pull request #6060 from mitar/patch-23
...
Allow HTTP OPTIONS method to correctly support CORS preflight
2016-02-08 10:16:57 +01:00
Martijn Walraven
28b72f6caf
Merge pull request #6059 from mitar/patch-22
...
Files without cache busters should not be set to cacheable
2016-02-08 10:16:12 +01:00
Fabien Blanchard
9e498b404a
[Docs] Proper detection of key codes for search
...
Avoid opening search on function (FN) keys press (`String.fromCharCode()` returns letters with them).
2016-02-07 18:14:02 -06:00
Josh Owens
b782d187bd
Addressing a few concerns.
2016-02-07 13:50:20 -05:00
Mitar
50dfce3a5d
Make clear those are Cordova platforms.
2016-02-06 22:04:02 -08:00
Mitar
6bf646fd48
Wrap connect middleware function into a Fiber.
...
Fixes : #6170
2016-02-06 13:17:49 -08:00
Josh Owens
af5f9c7869
*sigh* appropriate.
2016-02-05 17:38:31 -05:00
Josh Owens
5f78b892e1
Tweaks from @mitar
2016-02-05 17:36:59 -05:00
Josh Owens
07b85772e1
First draft for sharing new ownership of code sections in Meteor.
2016-02-05 17:13:16 -05:00
Ben Newman
f094c9608b
Reserve dev bundle version for not yet released Meteor 1.3.
2016-02-05 00:09:40 -05:00
Mitar
840c5fbf44
Missed filter to pass _getCollection through.
2016-02-04 14:37:34 -08:00
SEKE
eb897bc917
Make check check inherited properties
...
Add note about check change to history.md
2016-02-03 13:40:15 -08:00