diff --git a/conf/settings.json b/conf/settings.json index ffadc04..9f6fc40 100644 --- a/conf/settings.json +++ b/conf/settings.json @@ -80,13 +80,13 @@ * - "colibris": the new experimental skin (since Etherpad 1.8), candidate to * become the default in Etherpad 2.0 */ - "skinName": "no-skin", + "skinName": "colibris", /* * IP and port which etherpad should bind at */ "ip": "127.0.0.1", - "port" : __PORT__, + "port" : "__PORT__", /* * Option to hide/show the settings.json in admin page. diff --git a/scripts/_variables b/scripts/_variables index 8986342..fde3ba0 100644 --- a/scripts/_variables +++ b/scripts/_variables @@ -7,24 +7,24 @@ abiword_app_depencencies="abiword" libreoffice_app_dependencies="unoconv libreoffice-writer" # NodeJS version -nodejs_version=10 +nodejs_version=12 # Mypads version # This variable is mostly used to force an upgrade of the package in case of new versions of mypads. mypads_version=1.7.17 # Plugin versions -ep_align_version=0.2.0 -ep_author_hover_version=0.2.1 +ep_align_version=0.2.5 +ep_author_hover_version=0.3.0 ep_automatic_logut_version=1.0.8 -ep_comments_page_version=0.1.4 +ep_comments_page_version=0.1.5 ep_countable_version=0.0.7 ep_delete_empty_pads_version=0.0.6 -ep_font_color_version=0.0.11 +ep_font_color_version=0.0.15 ep_headings2_version=0.1.3 ep_markdown_version=0.1.7 ep_page_view_version=0.5.24 ep_spellcheck_version=0.0.7 -ep_subscript_and_superscript_version=0.1.2 -ep_table_of_contents_version=0.2.0 -ep_user_font_size_version=0.0.1 +ep_subscript_and_superscript_version=0.1.0 +ep_table_of_contents_version=0.2.3 +ep_font_size_version=0.3.8 diff --git a/scripts/install b/scripts/install index 7fe6788..c46c0bc 100644 --- a/scripts/install +++ b/scripts/install @@ -272,7 +272,7 @@ npm install ep_subscript_and_superscript@${ep_subscript_and_superscript_version} # Framapad - View a table of contents for your pad npm install ep_table_of_contents@${ep_table_of_contents_version} >> $install_log 2>&1 # Framapad - User Pad Contents font size can be set in settings, this does not effect other peoples views -npm install ep_user_font_size@${ep_user_font_size_version} >> $install_log 2>&1 +npm install ep_font_size@${ep_font_size_version} >> $install_log 2>&1 popd chown -R $app: $final_path/node_modules