diff --git a/manifest.json b/manifest.json index 7b9088d..e578f30 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Wiki and knowledge base for teams", "fr": "Wiki et base de connaissances pour les équipes" }, - "version": "0.69.2.4~ynh1", + "version": "0.69.2.5~ynh1", "url": "www.getoutline.com", "upstream": { "license": "BUSL-1.1", diff --git a/scripts/install b/scripts/install index 7f69b38..7174703 100755 --- a/scripts/install +++ b/scripts/install @@ -220,7 +220,7 @@ pushd "$final_path" ynh_script_progression --message="Fetching Yarn production dependencies... This can be very long, be patient !" --weight=18 ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn install --frozen-lockfile --network-timeout 1000000000 2>&1 ynh_script_progression --message="Building... This can be very long, be patient !" --weight=18 - ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH NODE_OPTIONS="--max-old-space-size=3500" yarn build 2>&1 + ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn build 2>&1 ynh_script_progression --message="Cleaning cache... " --weight=3 ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn cache clean 2>&1 popd diff --git a/sources/patches/app-04-bible.patch b/sources/patches/app-04-bible.patch index 791f43f..3849661 100644 --- a/sources/patches/app-04-bible.patch +++ b/sources/patches/app-04-bible.patch @@ -90,7 +90,7 @@ index c553d3d27..8d14b876f 100644 } diff --git a/shared/editor/nodes/Notice.tsx b/shared/editor/nodes/Notice.tsx -index 2193d0b02..258f67802 100644 +index 2193d0b02..7b31f5d86 100644 --- a/shared/editor/nodes/Notice.tsx +++ b/shared/editor/nodes/Notice.tsx @@ -1,5 +1,5 @@ @@ -100,14 +100,14 @@ index 2193d0b02..258f67802 100644 import { wrappingInputRule } from "prosemirror-inputrules"; import { NodeSpec, Node as ProsemirrorNode, NodeType } from "prosemirror-model"; import * as React from "react"; -@@ -16,6 +16,7 @@ export default class Notice extends Node { +@@ -15,6 +15,7 @@ export default class Notice extends Node { + info: this.options.dictionary.info, warning: this.options.dictionary.warning, success: this.options.dictionary.success, - tip: this.options.dictionary.tip, + bible: this.options.dictionary.bible, + tip: this.options.dictionary.tip, }); } - @@ -51,6 +52,8 @@ export default class Notice extends Node { ? "warning" : dom.className.includes("success") diff --git a/sources/patches/diff.txt b/sources/patches/diff.txt index 0e1e5a3..af115ae 100644 --- a/sources/patches/diff.txt +++ b/sources/patches/diff.txt @@ -285,7 +285,7 @@ index c553d3d27..8d14b876f 100644 } diff --git a/shared/editor/nodes/Notice.tsx b/shared/editor/nodes/Notice.tsx -index 2193d0b02..258f67802 100644 +index 2193d0b02..7b31f5d86 100644 --- a/shared/editor/nodes/Notice.tsx +++ b/shared/editor/nodes/Notice.tsx @@ -1,5 +1,5 @@ @@ -295,14 +295,14 @@ index 2193d0b02..258f67802 100644 import { wrappingInputRule } from "prosemirror-inputrules"; import { NodeSpec, Node as ProsemirrorNode, NodeType } from "prosemirror-model"; import * as React from "react"; -@@ -16,6 +16,7 @@ export default class Notice extends Node { +@@ -15,6 +15,7 @@ export default class Notice extends Node { + info: this.options.dictionary.info, warning: this.options.dictionary.warning, success: this.options.dictionary.success, - tip: this.options.dictionary.tip, + bible: this.options.dictionary.bible, + tip: this.options.dictionary.tip, }); } - @@ -51,6 +52,8 @@ export default class Notice extends Node { ? "warning" : dom.className.includes("success")