From cc0dcc1620634092ffa297f254a5c206e25bf4a7 Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Wed, 21 Mar 2018 14:12:44 -0400 Subject: [PATCH 1/3] Update default plugins --- plugins.default.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/plugins.default.json b/plugins.default.json index 066c94478..b80e6b9c3 100644 --- a/plugins.default.json +++ b/plugins.default.json @@ -2,21 +2,20 @@ "server": [ "talk-plugin-auth", "talk-plugin-featured-comments", - "talk-plugin-offtopic", - "talk-plugin-respect" + "talk-plugin-respect", + "talk-plugin-rich-text" ], "client": [ "talk-plugin-auth", "talk-plugin-author-menu", - "talk-plugin-comment-content", "talk-plugin-featured-comments", "talk-plugin-flag-details", "talk-plugin-ignore-user", "talk-plugin-member-since", "talk-plugin-moderation-actions", - "talk-plugin-offtopic", "talk-plugin-permalink", "talk-plugin-respect", + "talk-plugin-rich-text", "talk-plugin-sort-most-replied", "talk-plugin-sort-most-respected", "talk-plugin-sort-newest", From 37994959297d2542ff92590f407c84a5eeec13ae Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Wed, 21 Mar 2018 18:25:47 -0400 Subject: [PATCH 2/3] Remove rich text from default for now --- plugins.default.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins.default.json b/plugins.default.json index b80e6b9c3..ca17c79d8 100644 --- a/plugins.default.json +++ b/plugins.default.json @@ -2,8 +2,7 @@ "server": [ "talk-plugin-auth", "talk-plugin-featured-comments", - "talk-plugin-respect", - "talk-plugin-rich-text" + "talk-plugin-respect" ], "client": [ "talk-plugin-auth", @@ -15,7 +14,6 @@ "talk-plugin-moderation-actions", "talk-plugin-permalink", "talk-plugin-respect", - "talk-plugin-rich-text", "talk-plugin-sort-most-replied", "talk-plugin-sort-most-respected", "talk-plugin-sort-newest", From b9420406ed8960fa57c3c653fe22ce54387df30d Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Wed, 21 Mar 2018 16:26:22 -0600 Subject: [PATCH 3/3] removed rich text from defaults --- config.js | 2 +- docs/source/_data/plugins.yml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/config.js b/config.js index b24c5dfc9..48f554680 100644 --- a/config.js +++ b/config.js @@ -53,7 +53,7 @@ const CONFIG = { process.env.TALK_LOGGING_LEVEL ) ? process.env.TALK_LOGGING_LEVEL - : 'info', + : process.env.NODE_ENV === 'test' ? 'fatal' : 'info', // REVISION_HASH when using the docker build will contain the build hash that // it was built at. diff --git a/docs/source/_data/plugins.yml b/docs/source/_data/plugins.yml index 35883ee8f..1b8dcc1c5 100644 --- a/docs/source/_data/plugins.yml +++ b/docs/source/_data/plugins.yml @@ -13,8 +13,6 @@ - default - name: talk-plugin-comment-content description: Linkifies comment content that contains links. - tags: - - default - name: talk-plugin-deep-reply-count description: Enables deep reply count graph edge including all decendant replies. - name: talk-plugin-facebook-auth @@ -79,8 +77,6 @@ - notifications - name: talk-plugin-offtopic description: Allows users to mark a comment as off-topic when they create it. - tags: - - default - name: talk-plugin-permalink description: Shows a Link button on comments for direct-linking to a comment. tags: