forked from VulcanJS/Vulcan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into post-list-item-design
* origin/master: Update to bengott:avatar 0.1.4 Update to use bengott:avatar 0.1.2 Not using Notifications collection anymore, so get rid of this migration wrap newsletter banner helpers in startup block kadira version bump re-enable emailNotifications setting Add missing adminMongoQuery and notAdminMongoQuery Fixing VulcanJS#457 Update Kadira package to latest release 2.11.2 Update Kadira package to latest release 2.11.2 Update it.js updating packages Make it possible to hide fields from quickform; cleanup Upgrading to 0.9.3.1 Added Gitter badge Fully abstract isAdmin Add querystring updates to search herald integration Update to use bengott:avatar package for all user avatars Conflicts: .meteor/packages .meteor/release .meteor/versions client/views/comments/comment_item.html client/views/posts/modules/post_admin.html packages/npm-container/versions.json packages/telescope-api/versions.json packages/telescope-base/versions.json packages/telescope-daily/versions.json packages/telescope-email/versions.json packages/telescope-i18n/versions.json packages/telescope-kadira/versions.json packages/telescope-lib/versions.json packages/telescope-module-embedly/versions.json packages/telescope-newsletter/versions.json packages/telescope-notifications/lib/client/templates/notifications_menu.js packages/telescope-notifications/versions.json packages/telescope-rss/versions.json packages/telescope-search/versions.json packages/telescope-tags/versions.json packages/telescope-theme-base/versions.json packages/telescope-update-prompt/versions.json
- Loading branch information
Showing
43 changed files
with
476 additions
and
442 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,3 +41,7 @@ Statuses={ | |
approved: 2, | ||
rejected: 3 | ||
}; | ||
|
||
Avatar.options = { | ||
emailHashProperty: 'email_hash' | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.