Merge remote-tracking branch 'origin/1.9' into 1.9

This commit is contained in:
Matias Griese
2019-04-10 20:54:46 +03:00
9 changed files with 11 additions and 21 deletions

View File

@@ -8,7 +8,9 @@
* Fixed user edit links if Flex Objects plugin is installed but user isn't Flex User
* Fixed deprecated `sameas()` Twig test
* Regression: Fixed lost user access when saving user profile without super user permissions [#1639](https://github.com/getgrav/grav-plugin-admin/issues/1639)
* Fixed `Page.menu` displaying in edit view rather than `Page.title` [#1642](https://github.com/getgrav/grav-plugin-admin/issues/1642)
* Regression from beta.8: Deleting files other than from plugins/themes fail on error
* Fixed issue with Safari browser and blueprint fields with `toggleable: true` [#1643](https://github.com/getgrav/grav-plugin-admin/issues/1643)
# v1.9.0-rc.4
## 03/20/2019

View File

@@ -817,3 +817,5 @@ PLUGIN_ADMIN:
BACKUPS_PROFILE_SCHEDULE_AT: "Run Scheduled Job"
COMMAND: "Command"
EXTRA_ARGUMENTS: "Extra Arguments"
DEFAULT_LANG: "Override Default Language"
DEFAULT_LANG_HELP: "Default is the first supported language. This can be overridden by setting this option but it must be one of the supported languages"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -617,9 +617,10 @@ textarea.frontmatter {
}
.form-label.block {
position: relative;
&:hover {
z-index: 2;
}
label {
z-index: 2;

View File

@@ -262,7 +262,7 @@
<h1><i class="fa fa-fw fa-file-text-o"></i> {{ "PLUGIN_ADMIN.ADD_PAGE"|tu }}</h1>
{% elseif mode == 'edit' %}
<h1><i class="fa fa-fw fa-file-text-o"></i>
{{ context.menu }}
{{ context.title }}
</h1>
{% else %}
<h1><i class="fa fa-fw fa-file-text-o"></i> {{ "PLUGIN_ADMIN.MANAGE_PAGES"|tu }}</h1>