Commit Graph

19097 Commits

Author SHA1 Message Date
Radosław Miernik
a082de950a Short path for {_id} selectors (!). 2017-07-13 20:23:22 +02:00
Radosław Miernik
92555c32ba Further small optimizations. 2017-07-13 16:46:08 +02:00
Radosław Miernik
7c45a9c912 Refactored Sorter. 2017-07-12 20:14:13 +02:00
Radosław Miernik
df15f09d6a Refactored server. 2017-07-12 20:03:31 +02:00
Radosław Miernik
7233d7aabb Refactored Matcher. 2017-07-12 19:51:43 +02:00
Radosław Miernik
2c5094fa0c Refactored LocalCollection. 2017-07-12 19:46:10 +02:00
Radosław Miernik
a686b93e06 Refactored Cursor. 2017-07-12 18:39:01 +02:00
Radosław Miernik
fe576f60ce Refactored common. 2017-07-12 18:38:47 +02:00
Radosław Miernik
f4a59e8bba Reorganized entry files. 2017-07-12 16:41:26 +02:00
Radosław Miernik
ed9c8e932b Spreads. 2017-07-12 00:41:47 +02:00
Radosław Miernik
521ca42006 ESLint fix magic. 2017-07-12 00:38:21 +02:00
Radosław Miernik
e1ef1e2984 Got rid of self (sic!). 2017-07-12 00:18:20 +02:00
Radosław Miernik
d01c0bbf88 Modernization in progress. 2017-07-11 23:30:29 +02:00
Radosław Miernik
0343e52d81 Separation finished. 2017-07-11 23:12:18 +02:00
Radosław Miernik
b893390895 Separated. 2017-07-11 22:45:34 +02:00
Radosław Miernik
fdc11af6da Separated Cursor. 2017-07-11 22:32:30 +02:00
Radosław Miernik
083e3a5f7c Separated LocalCollection. 2017-07-11 22:29:15 +02:00
Radosław Miernik
7cf9c2116c Separated Matcher. 2017-07-11 21:58:16 +02:00
Radosław Miernik
7275e1d080 Combined files. 2017-07-11 20:42:15 +02:00
Radosław Miernik
cdf25619b9 Styling fixes. 2017-07-11 18:31:17 +02:00
Radosław Miernik
53b3e59b3e Removed underscore from minimongo. 2017-07-10 20:03:34 +02:00
Hugh Willson
6bde360b9c Added mention of how to use TINYTEST_FILTER to filter which tests are run. (#8865)
* Added mention of how to use TINYTEST_FILTER to control which tests are run.

* Add a "specific tests" header.
2017-07-03 12:34:58 +03:00
Ben Newman
662f889b28 Don't modify boilerplate.baseData when adding extraData.
This is a bug that will be fixed by @stevenhao's boilerplate-generator
refactoring (#8820), but I need it fixed now :)
2017-06-30 13:13:49 -04:00
Jesse Rosenberger
684ac9c79e Add History.md entry for #8858. 2017-06-30 11:43:45 +03:00
Jesse Rosenberger
6ab936af81 Merge branch 'master' into devel 2017-06-30 11:35:54 +03:00
Jesse Rosenberger
d97c916c19 Merge pull request #8858 from hasantayyar/patch-1
Update Facebook api version in loginUrl
2017-06-30 11:33:58 +03:00
Jesse Rosenberger
384e3a5d94 Bump accounts-facebook version in preparation for publishing.
As a required bump for `facebook-oauth` dependency bump in
6f92ae9838b19914016e8c77a976d006279fc0b9 for
https://github.com/meteor/meteor/pull/8858.
2017-06-30 10:54:53 +03:00
Jesse Rosenberger
d72c55f0a2 Bump facebook-oauth version in preparation for publishing.
For https://github.com/meteor/meteor/pull/8858.
2017-06-30 10:54:50 +03:00
Hasan Tayyar BEŞİK
3096dac5b2 Update Facebook api version in loginUrl
The most recent version of the API is Version 2.9, which was introduced on April 18th, 2017 https://developers.facebook.com/docs/apps/changelog
2017-06-29 10:31:25 +02:00
Antonio Tapiador del Dujo
0b1a1ef59f Make require and module visible for meteor shell scripts 2017-06-27 09:31:43 -04:00
Antonio Tapiador del Dujo
2bcfb073c4 Remove parentheses wrapper of evaluateAndExit commmand
The prevented to run certain commands in scripts,
like `import { Foo } from './bar'`

See https://github.com/meteor/meteor/issues/8823
2017-06-27 09:31:43 -04:00
Jesse Rosenberger
e2a6f397e7 Merge pull request #8842 from RickvdP/master
Updated old github wiki references to Meteor Guide/API docs
2017-06-26 14:08:39 +03:00
Rick van der Plas
e71a9e9856 Updated old github wiki references to Meteor Guide/API docs 2017-06-24 18:44:10 +02:00
Hugh Willson
2a3a01acb3 Adjusted the jshint package to meet its own linting requirements. (#8825) 2017-06-21 14:07:52 -04:00
Ben Newman
d502d2c522 Merge pull request #8796 from hwillson/issue-8794
Adjust mongo upserts so MongoID.ObjectID's aren't filtered from queries.
2017-06-21 11:28:29 -04:00
Ben Newman
bc5db29c55 Merge pull request #8769 from mpowaga/additional-packages-option
Add option to include additional packages
2017-06-21 11:24:48 -04:00
Ben Newman
a32a979856 Merge pull request #8756 from aldeed/client-safe-errors
isClientSafe DDP errors
2017-06-21 11:23:00 -04:00
Jesse Rosenberger
80c8436924 Merge pull request #8819 from RickvdP/patch-1
Updated doc URLs
2017-06-19 19:23:29 +03:00
Jesse Rosenberger
a05be9a600 Merge branch 'devel' into additional-packages-option 2017-06-19 14:58:37 +03:00
Jesse Rosenberger
1eb578927e Append _1 to coffeescript npm-wrapper package.
As discussed in https://github.com/meteor/meteor/pull/8777 it seems best
to always have the suffix on npm-wrapper packages.

If anything, as a reminder when bumping the version on wrapper packages,
but also just to generally make it more clear if a version suffixed with
`_1` is actually higher than a non-suffixed version or not.
2017-06-19 14:41:49 +03:00
Geoffrey Booth
a09f5e30e5 Update CoffeeScript to 1.12.6 (#8777)
* Update CoffeeScript to 1.12.6; switch to new primary NPM repo

* Added coffeescript update History.md entry and adjusted package version.

* Added missing PR reference.
2017-06-19 14:37:52 +03:00
Rick
c6f80b9502 Updated doc URLs 2017-06-19 12:00:35 +02:00
Jesse Rosenberger
06d00e45c7 Merge branch 'master' into devel 2017-06-16 21:03:36 +03:00
Jesse Rosenberger
aeccf320cc Merge pull request #8812 from meteor/abernix/fix-npm-bcrypt-modules-pinning
Unpin `modules` from `npm-bcrypt`
2017-06-16 20:52:00 +03:00
Jesse Rosenberger
36dca613d8 Bump version of npm-bcrypt in preparation for publishing. 2017-06-16 19:48:54 +03:00
Jesse Rosenberger
0ae3e5ff4c Bump version of accounts-password in preparation for publishing. 2017-06-16 19:48:49 +03:00
Jesse Rosenberger
ff3993c658 Remove pinned version of modules from npm-bcrypt. 2017-06-16 19:47:03 +03:00
Hugh Willson
ed27228aee Added a History.md entry. 2017-06-16 11:21:16 -04:00
Hugh Willson
28114a86ff Adjustments to make sure empty objects aren't saved when stripping $ keys. 2017-06-15 11:43:07 -04:00
Seba Kerckhof
b010e205bc Fix documentation on MAIL_URL value (#8805)
* Fix documentation on MAIL_URL value

See https://github.com/meteor/meteor/issues/8804

* Fix long-lines for History.md.

This file is kept word-wrapped. :)

* Additional clarification.

E-mail protocols are far too confusing.

I will squash this commit.
2017-06-15 14:13:59 +03:00