Merge branch 'develop' into 1.10

# Conflicts:
#	blueprints.yaml
This commit is contained in:
Andy Miller
2020-12-03 14:24:10 -07:00
2 changed files with 6 additions and 2 deletions

View File

@@ -315,7 +315,7 @@
* Fixed admin caching issues
# v1.9.18
## mm/dd/2020
## 12/02/2020
1. [](#new)
* Never allow Admin pages to be rendered in `<frame>`, `<iframe>`, `<embed>` or `<object>` for improved security
@@ -324,6 +324,10 @@
* Allow to fallback to `docs:` instead of `readme:`
* Backported finder/pages navigation from 1.10 (you will still need 1.10 for the fancy Parent Picker)
* Forward a `sid` to GPM when downloading a premium package
* Add focus states to login buttons [#1839](https://github.com/getgrav/grav-plugin-admin/pull/1839)
* Output raw text in paragraph for fieldset [#1956](https://github.com/getgrav/grav-plugin-admin/pull/1956)
* Set scheduled items to be 'disabled' by default
* Added scheduler warning about potential dangers of use
1. [](#bugfix)
* Escape page title in `pages` field
* Fixed unused task RemoveMedia, it cannot be used directly anymore [GHSA-945r-cjfm-642c](https://github.com/getgrav/grav-plugin-admin/security/advisories/GHSA-945r-cjfm-642c)

View File

@@ -796,7 +796,7 @@ PLUGIN_ADMIN:
UPLOADS_SECURITY: "Téléchargements de sécurité"
UPLOADS_DANGEROUS_EXTENSIONS: "Extensions dangereuses"
UPLOADS_DANGEROUS_EXTENSIONS_HELP: "Empêcher ces extensions d'être téléchargées peu importe les types MIME acceptés"
REPORTS: "Raports"
REPORTS: "Rapports"
LOGS: "Journaux"
LOG_VIEWER_FILES: "Visionneuse de fichiers journaux"
LOG_VIEWER_FILES_HELP: "Fichiers dans /logs/ qui seront disponibles pour visualiser dans Outils - Journaux ex. 'grav' = /logs/grav.log"