Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 5434356

Browse files
committed
Merge branch 'devel'
# Conflicts: # .github/CONTRIBUTING.md # packages/vulcan-lib/lib/server/mutations.js
2 parents fdc9152 + ec5d64c commit 5434356

File tree

537 files changed

+8611
-7710
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

537 files changed

+8611
-7710
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Before starting on a new feature, please [check out the roadmap](https://trello.com/b/oLMMqjVL/telescope-roadmap) and come check-in in the [Vulcan Slack channel](http://slack.telescopeapp.org/).
1+
Before starting on a new feature, please [check out the roadmap](https://trello.com/b/dwPR0LTz/vulcanjs-roadmap) and come check-in in the [Vulcan Slack channel](http://slack.telescopeapp.org/).
22

3-
Also, all PRs should be made to the `devel` branch, not `master`.
3+
Also, all PRs should be made to the `devel` branch, not `master`.

.meteor/packages

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ example-simple
2222
# example-permissions
2323
# example-membership
2424
# example-interfaces
25+
# example-reactions
26+
27+
vulcan:debug

.meteor/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
METEOR@1.5.1
1+
METEOR@1.5.2.2

.meteor/versions

Lines changed: 30 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
accounts-base@1.3.1
1+
accounts-base@1.3.4
22
accounts-password@1.4.0
3-
allow-deny@1.0.6
3+
allow-deny@1.0.9
44
autoupdate@1.3.12
5-
babel-compiler@6.19.4
5+
babel-compiler@6.20.0
66
babel-runtime@1.0.1
77
base64@1.0.10
88
binary-heap@1.0.10
9-
boilerplate-generator@1.1.2
9+
boilerplate-generator@1.2.0
1010
buffer@0.0.0
1111
caching-compiler@1.1.9
1212
callback-hook@1.0.10
1313
check@1.2.5
14-
ddp@1.3.0
15-
ddp-client@2.0.0
14+
ddp@1.3.1
15+
ddp-client@2.1.3
1616
ddp-common@1.2.9
1717
ddp-rate-limiter@1.0.7
18-
ddp-server@2.0.0
18+
ddp-server@2.0.2
1919
diff-sequence@1.0.7
20-
dynamic-import@0.1.1
21-
ecmascript@0.8.2
20+
dynamic-import@0.1.3
21+
ecmascript@0.8.3
2222
ecmascript-runtime@0.4.1
2323
ecmascript-runtime-client@0.4.3
2424
ecmascript-runtime-server@0.4.1
25-
ejson@1.0.13
25+
ejson@1.0.14
2626
email@1.2.3
2727
example-simple@0.0.0
2828
fourseven:scss@4.5.4
@@ -33,22 +33,23 @@ id-map@1.0.9
3333
livedata@1.0.18
3434
localstorage@1.1.1
3535
logging@1.1.17
36-
meteor@1.7.0
36+
meteor@1.7.2
3737
meteor-base@1.1.0
3838
meteorhacks:inject-initial@1.0.4
3939
meteorhacks:picker@1.0.3
4040
minifier-css@1.2.16
41-
minifier-js@2.1.1
42-
minimongo@1.2.1
43-
modules@0.9.2
41+
minifier-js@2.1.4
42+
minimongo@1.3.2
43+
modules@0.10.0
4444
modules-runtime@0.8.0
45-
mongo@1.1.22
45+
mongo@1.2.2
46+
mongo-dev-server@1.0.1
4647
mongo-id@1.0.6
4748
npm-bcrypt@0.9.3
4849
npm-mongo@2.2.30
4950
ordered-dict@1.0.9
5051
percolatestudio:synced-cron@1.1.0
51-
promise@0.8.9
52+
promise@0.9.0
5253
random@1.0.10
5354
rate-limit@1.0.8
5455
reactive-dict@1.1.9
@@ -61,19 +62,21 @@ session@1.1.7
6162
sha@1.0.9
6263
shell-server@0.2.4
6364
srp@1.0.10
64-
standard-minifier-css@1.3.4
65-
standard-minifier-js@2.1.1
65+
standard-minifier-css@1.3.5
66+
standard-minifier-js@2.1.2
6667
standard-minifiers@1.1.0
6768
tracker@1.1.3
6869
underscore@1.0.10
6970
url@1.1.0
70-
vulcan:accounts@1.7.0
71-
vulcan:core@1.7.0
72-
vulcan:forms@1.7.0
73-
vulcan:i18n@1.7.0
74-
vulcan:i18n-en-us@1.7.0
75-
vulcan:lib@1.7.0
76-
vulcan:routing@1.7.0
77-
vulcan:users@1.7.0
78-
webapp@1.3.17
71+
vulcan:accounts@1.8.0
72+
vulcan:core@1.8.0
73+
vulcan:debug@1.8.0
74+
vulcan:email@1.8.0
75+
vulcan:forms@1.8.0
76+
vulcan:i18n@1.8.0
77+
vulcan:i18n-en-us@1.8.0
78+
vulcan:lib@1.8.0
79+
vulcan:routing@1.8.0
80+
vulcan:users@1.8.0
81+
webapp@1.3.19
7982
webapp-hashing@1.0.9

package-lock.json

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@
1818
"body-parser": "^1.15.2",
1919
"classnames": "^2.2.3",
2020
"cookie-parser": "^1.4.3",
21+
"cross-fetch": "^0.0.8",
2122
"crypto-js": "^3.1.9-1",
2223
"dataloader": "^1.3.0",
2324
"deepmerge": "^1.2.0",
2425
"escape-string-regexp": "^1.0.5",
2526
"express": "^4.14.0",
27+
"flat": "^4.0.0",
2628
"formsy-react": "^0.19.5",
2729
"formsy-react-components": "^0.10.1",
2830
"graphql": "^0.9.6",
@@ -40,7 +42,6 @@
4042
"import": "0.0.6",
4143
"intl": "^1.2.4",
4244
"intl-locales-supported": "^1.0.0",
43-
"isomorphic-fetch": "^2.2.1",
4445
"juice": "^1.11.0",
4546
"mailchimp": "^1.1.6",
4647
"marked": "^0.3.5",
@@ -73,7 +74,7 @@
7374
"rss": "^1.2.1",
7475
"sanitize-html": "^1.11.4",
7576
"sendy-api": "^0.1.0",
76-
"simpl-schema": "^0.2.3",
77+
"simpl-schema": "^0.3.2",
7778
"speakingurl": "^9.0.0",
7879
"stripe": "^4.23.1",
7980
"styled-components": "^2.1.1",

packages/_boilerplate-generator/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: "boilerplate-generator",
33
summary: "Generates the boilerplate html from program's manifest",
4-
version: '1.1.2'
4+
version: '1.2.0'
55
});
66

77
Package.onUse(api => {

packages/example-customization/lib/components/CustomPostsItem.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Components, getRawComponent, replaceComponent } from 'meteor/vulcan:cor
22
import React from 'react';
33
import { FormattedMessage } from 'meteor/vulcan:i18n';
44
import { Link } from 'react-router';
5-
import Posts from "meteor/vulcan:posts";
5+
import { Posts } from 'meteor/example-forum';
66
import moment from 'moment';
77

88
class CustomPostsItem extends getRawComponent('PostsItem') {

packages/example-customization/lib/custom_fields.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Posts from "meteor/vulcan:posts";
1+
import { Posts } from 'meteor/example-forum';
22

33
/*
44
Let's assign a color to each post (why? cause we want to, that's why).

packages/example-customization/lib/emails.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ VulcanEmail.addEmails({
1010
customEmail: {
1111
template: "customEmail",
1212
path: "/email/custom-email",
13-
getProperties() {return {};},
1413
subject() {
1514
return "My awesome new email";
16-
},
17-
getTestObject() {return {};}
15+
}
1816
}
1917

2018
});

0 commit comments

Comments
 (0)