Bug fixes

Unwriteable upload directory missed when running sanity check;
Access to MDE resources when running under Tomcat.
This commit is contained in:
Simon Brooke 2020-02-20 14:48:52 +00:00
parent c19580a23e
commit 9ac1ba1bba
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
3 changed files with 28 additions and 6 deletions

View file

@ -81,6 +81,8 @@
;; Text introducing the link to an uploaded file
:file-upload-prompt "File to upload" ;; prompt string for the file upload widget
:file-upload-title "Upload a file" ;; title for the file upload page
:fix-and-restart "After fixing these problems you must restart Smeagol"
;; used in sanity check report
:is-admin-prompt "Is administrator?"
:here "here" ;; used in sanity check report
:history-link "History" ;; text of the history link on the content frame

View file

@ -4,8 +4,8 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/simplemde/1.11.2/simplemde.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/simplemde/1.11.2/simplemde.min.css" rel="stylesheet" type="text/css" />
{% else %}
{% style "vendor/simplemde/dist/simplemde.min.css" %}
{% script "vendor/simplemde/dist/simplemde.min.js" %}
{% style "/vendor/simplemde/dist/simplemde.min.css" %}
{% script "/vendor/simplemde/dist/simplemde.min.js" %}
{% endifequal %}
{% endblock %}