diff --git a/app/src/main/resources/ApplicationResources.properties b/app/src/main/resources/ApplicationResources.properties index fd5b18d2bb..ae4932e547 100644 --- a/app/src/main/resources/ApplicationResources.properties +++ b/app/src/main/resources/ApplicationResources.properties @@ -643,6 +643,7 @@ Roller is able to connect to your database of type [{0}] and found tables, \ but the tables need to be upgraded. installer.upgradeTables=Would you like Roller to upgrade the tables for you? installer.yesUpgradeTables=Yes - upgrade tables now +installer.finishUpgrade=Start Roller installer.tablesUpgraded=Tables were upgraded successfully installer.tablesUpgradedExplanation=\ Database tables were upgraded successfully as you can see below. diff --git a/app/src/main/webapp/WEB-INF/jsps/core/UpgradeDatabase.jsp b/app/src/main/webapp/WEB-INF/jsps/core/UpgradeDatabase.jsp index 5c8e162064..945e91d80c 100644 --- a/app/src/main/webapp/WEB-INF/jsps/core/UpgradeDatabase.jsp +++ b/app/src/main/webapp/WEB-INF/jsps/core/UpgradeDatabase.jsp @@ -59,4 +59,9 @@ + + + + + diff --git a/app/src/main/webapp/WEB-INF/jsps/editor/EntryEdit.jsp b/app/src/main/webapp/WEB-INF/jsps/editor/EntryEdit.jsp index dfa799e30d..326f9d506a 100644 --- a/app/src/main/webapp/WEB-INF/jsps/editor/EntryEdit.jsp +++ b/app/src/main/webapp/WEB-INF/jsps/editor/EntryEdit.jsp @@ -383,7 +383,7 @@ }); function fullPreviewMode() { - window.open(''); + window.open('', 'roller-preview'); } $(function () { diff --git a/app/src/main/webapp/WEB-INF/jsps/editor/EntrySidebar.jsp b/app/src/main/webapp/WEB-INF/jsps/editor/EntrySidebar.jsp index 9b96719e1f..ee56faf604 100644 --- a/app/src/main/webapp/WEB-INF/jsps/editor/EntrySidebar.jsp +++ b/app/src/main/webapp/WEB-INF/jsps/editor/EntrySidebar.jsp @@ -57,7 +57,7 @@ - + @@ -78,7 +78,7 @@ - + @@ -102,7 +102,7 @@ - + @@ -124,7 +124,7 @@ - + diff --git a/app/src/main/webapp/WEB-INF/jsps/editor/MediaFileEdit.jsp b/app/src/main/webapp/WEB-INF/jsps/editor/MediaFileEdit.jsp index 9c775aac3e..dd9d09cf78 100644 --- a/app/src/main/webapp/WEB-INF/jsps/editor/MediaFileEdit.jsp +++ b/app/src/main/webapp/WEB-INF/jsps/editor/MediaFileEdit.jsp @@ -72,7 +72,7 @@ - diff --git a/app/src/main/webapp/WEB-INF/web.xml b/app/src/main/webapp/WEB-INF/web.xml index 27229dfa1e..295dfaa4c5 100644 --- a/app/src/main/webapp/WEB-INF/web.xml +++ b/app/src/main/webapp/WEB-INF/web.xml @@ -491,6 +491,8 @@ *.jsp UTF-8 + + true