nav+maj
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
# v1.5.1
|
||||
## 08/23/2018
|
||||
|
||||
1. [](#new)
|
||||
* Added static `Grav\Common\Yaml` class which should be used instead of `Symfony\Component\Yaml\Yaml`
|
||||
1. [](#improved)
|
||||
* Updated deprecated Twig code so it works in both in Twig 1.34+ and Twig 2.4+
|
||||
* Switched to new Grav Yaml class to support Native + Fallback YAML libraries
|
||||
1. [](#bugfix)
|
||||
* Broken handling of user folder in Grav URI object [#2151](https://github.com/getgrav/grav/issues/2151)
|
||||
|
||||
# v1.5.0
|
||||
## 08/17/2018
|
||||
|
||||
|
||||
+194
-106
@@ -1,37 +1,31 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\Config\\CompiledBlueprints',
|
||||
'timestamp' => 1534926821,
|
||||
'checksum' => '7c7845f798548c1030ca7baa4cf61bec',
|
||||
'timestamp' => 1535111354,
|
||||
'checksum' => '1d14f778d90686cdd66810a9bf28392f',
|
||||
'files' => [
|
||||
'user/plugins/admin/blueprints/config' => [
|
||||
'media' => [
|
||||
'file' => 'user/plugins/admin/blueprints/config/media.yaml',
|
||||
'modified' => 1534926555
|
||||
]
|
||||
],
|
||||
'system/blueprints/config' => [
|
||||
'media' => [
|
||||
'file' => 'system/blueprints/config/media.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'site' => [
|
||||
'file' => 'system/blueprints/config/site.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'streams' => [
|
||||
'file' => 'system/blueprints/config/streams.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'system' => [
|
||||
'file' => 'system/blueprints/config/system.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
]
|
||||
],
|
||||
'user/plugins' => [
|
||||
'plugins/admin' => [
|
||||
'file' => 'user/plugins/admin/blueprints.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'plugins/markdown-notices' => [
|
||||
'file' => 'user/plugins/markdown-notices/blueprints.yaml',
|
||||
@@ -39,7 +33,7 @@ return [
|
||||
],
|
||||
'plugins/form' => [
|
||||
'file' => 'user/plugins/form/blueprints.yaml',
|
||||
'modified' => 1534926514
|
||||
'modified' => 1535111347
|
||||
],
|
||||
'plugins/login' => [
|
||||
'file' => 'user/plugins/login/blueprints.yaml',
|
||||
@@ -55,7 +49,7 @@ return [
|
||||
],
|
||||
'plugins/taxonomylist' => [
|
||||
'file' => 'user/plugins/taxonomylist/blueprints.yaml',
|
||||
'modified' => 1533212893
|
||||
'modified' => 1535111345
|
||||
],
|
||||
'plugins/problems' => [
|
||||
'file' => 'user/plugins/problems/blueprints.yaml',
|
||||
@@ -72,53 +66,6 @@ return [
|
||||
'validation' => 'loose'
|
||||
]
|
||||
],
|
||||
'media.types' => [
|
||||
'name' => 'media.types',
|
||||
'type' => 'list',
|
||||
'label' => 'PLUGIN_ADMIN.MEDIA_TYPES',
|
||||
'style' => 'vertical',
|
||||
'key' => 'extension',
|
||||
'controls' => 'both',
|
||||
'collapsed' => true,
|
||||
'validation' => 'loose',
|
||||
'array' => true
|
||||
],
|
||||
'media.types.*' => [
|
||||
'type' => '_parent',
|
||||
'name' => 'media.types.*',
|
||||
'form_field' => false
|
||||
],
|
||||
'media.types.*.type' => [
|
||||
'type' => 'text',
|
||||
'label' => 'PLUGIN_ADMIN.TYPE',
|
||||
'name' => 'media.types.*.type',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'media.types.*.thumb' => [
|
||||
'type' => 'text',
|
||||
'label' => 'PLUGIN_ADMIN.THUMB',
|
||||
'name' => 'media.types.*.thumb',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'media.types.*.mime' => [
|
||||
'type' => 'text',
|
||||
'label' => 'PLUGIN_ADMIN.MIME_TYPE',
|
||||
'validate' => [
|
||||
'type' => 'lower'
|
||||
],
|
||||
'name' => 'media.types.*.mime',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'media.types.*.image' => [
|
||||
'type' => 'textarea',
|
||||
'yaml' => true,
|
||||
'label' => 'PLUGIN_ADMIN.IMAGE_OPTIONS',
|
||||
'validate' => [
|
||||
'type' => 'yaml'
|
||||
],
|
||||
'name' => 'media.types.*.image',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'site' => [
|
||||
'type' => '_root',
|
||||
'form_field' => false,
|
||||
@@ -173,10 +120,17 @@ return [
|
||||
'name' => 'site.taxonomies',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'site.content' => [
|
||||
'type' => 'section',
|
||||
'underline' => true,
|
||||
'name' => 'site.content',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'site.summary' => [
|
||||
'type' => '_parent',
|
||||
'type' => 'section',
|
||||
'underline' => true,
|
||||
'name' => 'site.summary',
|
||||
'form_field' => false
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'site.summary.enabled' => [
|
||||
'type' => 'toggle',
|
||||
@@ -225,8 +179,8 @@ return [
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'site.metadata' => [
|
||||
'type' => 'array',
|
||||
'label' => 'PLUGIN_ADMIN.METADATA',
|
||||
'type' => 'section',
|
||||
'underline' => true,
|
||||
'name' => 'site.metadata',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
@@ -237,8 +191,8 @@ return [
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'site.routes' => [
|
||||
'type' => 'array',
|
||||
'label' => 'PLUGIN_ADMIN.CUSTOM_ROUTES',
|
||||
'type' => 'section',
|
||||
'underline' => true,
|
||||
'name' => 'site.routes',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
@@ -632,10 +586,17 @@ return [
|
||||
'name' => 'system.pages.frontmatter.ignore_fields',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'system.content' => [
|
||||
'type' => 'section',
|
||||
'underline' => true,
|
||||
'name' => 'system.content',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'system.languages' => [
|
||||
'type' => '_parent',
|
||||
'type' => 'section',
|
||||
'underline' => true,
|
||||
'name' => 'system.languages',
|
||||
'form_field' => false
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'system.languages.supported' => [
|
||||
'type' => 'selectize',
|
||||
@@ -793,6 +754,12 @@ return [
|
||||
'name' => 'system.pages.vary_accept_encoding',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'system.http_headers' => [
|
||||
'type' => 'section',
|
||||
'underline' => true,
|
||||
'name' => 'system.http_headers',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'system.pages.markdown' => [
|
||||
'type' => '_parent',
|
||||
'name' => 'system.pages.markdown',
|
||||
@@ -854,6 +821,12 @@ return [
|
||||
'name' => 'system.pages.markdown.escape_markup',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'system.markdown' => [
|
||||
'type' => 'section',
|
||||
'underline' => true,
|
||||
'name' => 'system.markdown',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'system.cache' => [
|
||||
'type' => '_parent',
|
||||
'name' => 'system.cache',
|
||||
@@ -1056,10 +1029,17 @@ return [
|
||||
'name' => 'system.cache.redis.password',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'system.caching' => [
|
||||
'type' => 'section',
|
||||
'underline' => true,
|
||||
'name' => 'system.caching',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'system.twig' => [
|
||||
'type' => '_parent',
|
||||
'type' => 'section',
|
||||
'underline' => true,
|
||||
'name' => 'system.twig',
|
||||
'form_field' => false
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'system.twig.cache' => [
|
||||
'type' => 'toggle',
|
||||
@@ -1132,9 +1112,10 @@ return [
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'system.assets' => [
|
||||
'type' => '_parent',
|
||||
'type' => 'section',
|
||||
'underline' => true,
|
||||
'name' => 'system.assets',
|
||||
'form_field' => false
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'system.assets.css_pipeline' => [
|
||||
'type' => 'toggle',
|
||||
@@ -1300,9 +1281,10 @@ return [
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'system.errors' => [
|
||||
'type' => '_parent',
|
||||
'type' => 'section',
|
||||
'underline' => true,
|
||||
'name' => 'system.errors',
|
||||
'form_field' => false
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'system.errors.display' => [
|
||||
'type' => 'select',
|
||||
@@ -1335,9 +1317,10 @@ return [
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'system.debugger' => [
|
||||
'type' => '_parent',
|
||||
'type' => 'section',
|
||||
'underline' => true,
|
||||
'name' => 'system.debugger',
|
||||
'form_field' => false
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'system.debugger.enabled' => [
|
||||
'type' => 'toggle',
|
||||
@@ -1443,9 +1426,10 @@ return [
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'system.media' => [
|
||||
'type' => '_parent',
|
||||
'type' => 'section',
|
||||
'underline' => true,
|
||||
'name' => 'system.media',
|
||||
'form_field' => false
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'system.media.enable_media_timestamp' => [
|
||||
'type' => 'toggle',
|
||||
@@ -1498,9 +1482,10 @@ return [
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'system.session' => [
|
||||
'type' => '_parent',
|
||||
'type' => 'section',
|
||||
'underline' => true,
|
||||
'name' => 'system.session',
|
||||
'form_field' => false
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'system.session.enabled' => [
|
||||
'type' => 'hidden',
|
||||
@@ -1821,6 +1806,12 @@ return [
|
||||
'name' => 'system.strict_mode.twig_compat',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'system.advanced' => [
|
||||
'type' => 'section',
|
||||
'underline' => true,
|
||||
'name' => 'system.advanced',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.admin' => [
|
||||
'type' => '_root',
|
||||
'form_field' => false,
|
||||
@@ -1833,6 +1824,12 @@ return [
|
||||
'name' => 'plugins',
|
||||
'form_field' => false
|
||||
],
|
||||
'plugins.admin.Basics' => [
|
||||
'type' => 'section',
|
||||
'underline' => false,
|
||||
'name' => 'plugins.admin.Basics',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.admin.enabled' => [
|
||||
'type' => 'hidden',
|
||||
'label' => 'PLUGIN_ADMIN.PLUGIN_STATUS',
|
||||
@@ -2131,6 +2128,19 @@ return [
|
||||
'name' => 'plugins.admin.hide_modular_page_types',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.admin.MediaResize' => [
|
||||
'type' => 'section',
|
||||
'underline' => true,
|
||||
'name' => 'plugins.admin.MediaResize',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.admin.MediaResizeNote' => [
|
||||
'type' => 'spacer',
|
||||
'text' => 'PLUGIN_ADMIN.PAGEMEDIA_RESIZER',
|
||||
'markdown' => true,
|
||||
'name' => 'plugins.admin.MediaResizeNote',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.admin.pagemedia' => [
|
||||
'type' => '_parent',
|
||||
'name' => 'plugins.admin.pagemedia',
|
||||
@@ -2221,6 +2231,12 @@ return [
|
||||
'name' => 'plugins.admin.pagemedia.resize_quality',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.admin.Dashboard' => [
|
||||
'type' => 'section',
|
||||
'underline' => true,
|
||||
'name' => 'plugins.admin.Dashboard',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.admin.widgets' => [
|
||||
'type' => '_parent',
|
||||
'name' => 'plugins.admin.widgets',
|
||||
@@ -2301,6 +2317,12 @@ return [
|
||||
'name' => 'plugins.admin.widgets.dashboard-pages',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.admin.Notifications' => [
|
||||
'type' => 'section',
|
||||
'underline' => true,
|
||||
'name' => 'plugins.admin.Notifications',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.admin.notifications' => [
|
||||
'type' => '_parent',
|
||||
'name' => 'plugins.admin.notifications',
|
||||
@@ -2366,6 +2388,12 @@ return [
|
||||
'name' => 'plugins.admin.notifications.themes',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.admin.Popularity' => [
|
||||
'type' => 'section',
|
||||
'underline' => true,
|
||||
'name' => 'plugins.admin.Popularity',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.admin.popularity' => [
|
||||
'type' => '_parent',
|
||||
'name' => 'plugins.admin.popularity',
|
||||
@@ -2586,10 +2614,15 @@ return [
|
||||
'name' => 'plugins.form.inline_errors',
|
||||
'validation' => 'strict'
|
||||
],
|
||||
'plugins.form.general' => [
|
||||
'type' => 'section',
|
||||
'name' => 'plugins.form.general',
|
||||
'validation' => 'strict'
|
||||
],
|
||||
'plugins.form.files' => [
|
||||
'type' => '_parent',
|
||||
'type' => 'section',
|
||||
'name' => 'plugins.form.files',
|
||||
'form_field' => false
|
||||
'validation' => 'strict'
|
||||
],
|
||||
'plugins.form.files.multiple' => [
|
||||
'type' => 'toggle',
|
||||
@@ -2683,9 +2716,9 @@ return [
|
||||
'validation' => 'strict'
|
||||
],
|
||||
'plugins.form.recaptcha' => [
|
||||
'type' => '_parent',
|
||||
'type' => 'section',
|
||||
'name' => 'plugins.form.recaptcha',
|
||||
'form_field' => false
|
||||
'validation' => 'strict'
|
||||
],
|
||||
'plugins.form.recaptcha.site_key' => [
|
||||
'type' => 'text',
|
||||
@@ -2854,10 +2887,15 @@ return [
|
||||
'name' => 'plugins.login.user_registration.redirect_after_activation',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.login.routes' => [
|
||||
'type' => 'section',
|
||||
'name' => 'plugins.login.routes',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.login.rememberme' => [
|
||||
'type' => '_parent',
|
||||
'type' => 'section',
|
||||
'name' => 'plugins.login.rememberme',
|
||||
'form_field' => false
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.login.rememberme.enabled' => [
|
||||
'type' => 'toggle',
|
||||
@@ -2892,6 +2930,11 @@ return [
|
||||
'name' => 'plugins.login.rememberme.name',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.login.login' => [
|
||||
'type' => 'tab',
|
||||
'name' => 'plugins.login.login',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.login.user_registration.enabled' => [
|
||||
'type' => 'toggle',
|
||||
'label' => 'PLUGIN_ADMIN.ENABLED',
|
||||
@@ -2919,6 +2962,11 @@ return [
|
||||
'name' => 'plugins.login.user_registration.default_values',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.login.registration_fields' => [
|
||||
'type' => 'section',
|
||||
'name' => 'plugins.login.registration_fields',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.login.user_registration.groups' => [
|
||||
'type' => 'selectize',
|
||||
'size' => 'large',
|
||||
@@ -2946,6 +2994,12 @@ return [
|
||||
'name' => 'plugins.login.user_registration.access.site',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.login.access_levels' => [
|
||||
'type' => 'section',
|
||||
'security' => 'admin.super',
|
||||
'name' => 'plugins.login.access_levels',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.login.user_registration.options' => [
|
||||
'type' => '_parent',
|
||||
'name' => 'plugins.login.user_registration.options',
|
||||
@@ -3032,6 +3086,16 @@ return [
|
||||
'name' => 'plugins.login.user_registration.options.send_welcome_email',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.login.options' => [
|
||||
'type' => 'section',
|
||||
'name' => 'plugins.login.options',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.login.registration' => [
|
||||
'type' => 'tab',
|
||||
'name' => 'plugins.login.registration',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.login.max_pw_resets_count' => [
|
||||
'type' => 'number',
|
||||
'size' => 'x-small',
|
||||
@@ -3080,6 +3144,18 @@ return [
|
||||
'name' => 'plugins.login.max_login_interval',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.login.Security' => [
|
||||
'type' => 'tab',
|
||||
'name' => 'plugins.login.Security',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.login.tabs' => [
|
||||
'type' => 'tabs',
|
||||
'active' => 1,
|
||||
'class' => 'subtle',
|
||||
'name' => 'plugins.login.tabs',
|
||||
'validation' => 'loose'
|
||||
],
|
||||
'plugins.error' => [
|
||||
'type' => '_root',
|
||||
'form_field' => false,
|
||||
@@ -3414,17 +3490,9 @@ return [
|
||||
|
||||
],
|
||||
'nested' => [
|
||||
'media' => [
|
||||
'types' => [
|
||||
'*' => [
|
||||
'type' => 'media.types.*.type',
|
||||
'thumb' => 'media.types.*.thumb',
|
||||
'mime' => 'media.types.*.mime',
|
||||
'image' => 'media.types.*.image'
|
||||
]
|
||||
]
|
||||
],
|
||||
'media' => 'media',
|
||||
'site' => [
|
||||
'content' => 'site.content',
|
||||
'title' => 'site.title',
|
||||
'default_lang' => 'site.default_lang',
|
||||
'author' => [
|
||||
@@ -3439,8 +3507,8 @@ return [
|
||||
'delimiter' => 'site.summary.delimiter'
|
||||
],
|
||||
'metadata' => 'site.metadata',
|
||||
'redirects' => 'site.redirects',
|
||||
'routes' => 'site.routes'
|
||||
'routes' => 'site.routes',
|
||||
'redirects' => 'site.redirects'
|
||||
],
|
||||
'streams' => [
|
||||
'schemes' => [
|
||||
@@ -3448,6 +3516,7 @@ return [
|
||||
]
|
||||
],
|
||||
'system' => [
|
||||
'content' => 'system.content',
|
||||
'home' => [
|
||||
'alias' => 'system.home.alias',
|
||||
'hide_in_urls' => 'system.home.hide_in_urls'
|
||||
@@ -3505,6 +3574,9 @@ return [
|
||||
'http_accept_language' => 'system.languages.http_accept_language',
|
||||
'override_locale' => 'system.languages.override_locale'
|
||||
],
|
||||
'http_headers' => 'system.http_headers',
|
||||
'markdown' => 'system.markdown',
|
||||
'caching' => 'system.caching',
|
||||
'cache' => [
|
||||
'enabled' => 'system.cache.enabled',
|
||||
'check' => [
|
||||
@@ -3563,6 +3635,12 @@ return [
|
||||
'close_connection' => 'system.debugger.shutdown.close_connection'
|
||||
]
|
||||
],
|
||||
'media' => [
|
||||
'enable_media_timestamp' => 'system.media.enable_media_timestamp',
|
||||
'auto_metadata_exif' => 'system.media.auto_metadata_exif',
|
||||
'allowed_fallback_types' => 'system.media.allowed_fallback_types',
|
||||
'unsupported_inline_types' => 'system.media.unsupported_inline_types'
|
||||
],
|
||||
'images' => [
|
||||
'default_image_quality' => 'system.images.default_image_quality',
|
||||
'cache_all' => 'system.images.cache_all',
|
||||
@@ -3570,12 +3648,6 @@ return [
|
||||
'debug' => 'system.images.debug',
|
||||
'auto_fix_orientation' => 'system.images.auto_fix_orientation'
|
||||
],
|
||||
'media' => [
|
||||
'enable_media_timestamp' => 'system.media.enable_media_timestamp',
|
||||
'auto_metadata_exif' => 'system.media.auto_metadata_exif',
|
||||
'allowed_fallback_types' => 'system.media.allowed_fallback_types',
|
||||
'unsupported_inline_types' => 'system.media.unsupported_inline_types'
|
||||
],
|
||||
'session' => [
|
||||
'enabled' => 'system.session.enabled',
|
||||
'initialize' => 'system.session.initialize',
|
||||
@@ -3586,6 +3658,7 @@ return [
|
||||
'path' => 'system.session.path',
|
||||
'split' => 'system.session.split'
|
||||
],
|
||||
'advanced' => 'system.advanced',
|
||||
'gpm' => [
|
||||
'releases' => 'system.gpm.releases',
|
||||
'proxy_url' => 'system.gpm.proxy_url',
|
||||
@@ -3610,6 +3683,7 @@ return [
|
||||
],
|
||||
'plugins' => [
|
||||
'admin' => [
|
||||
'Basics' => 'plugins.admin.Basics',
|
||||
'enabled' => 'plugins.admin.enabled',
|
||||
'cache_enabled' => 'plugins.admin.cache_enabled',
|
||||
'twofa_enabled' => 'plugins.admin.twofa_enabled',
|
||||
@@ -3643,6 +3717,8 @@ return [
|
||||
],
|
||||
'hide_page_types' => 'plugins.admin.hide_page_types',
|
||||
'hide_modular_page_types' => 'plugins.admin.hide_modular_page_types',
|
||||
'MediaResize' => 'plugins.admin.MediaResize',
|
||||
'MediaResizeNote' => 'plugins.admin.MediaResizeNote',
|
||||
'pagemedia' => [
|
||||
'resize_width' => 'plugins.admin.pagemedia.resize_width',
|
||||
'resize_height' => 'plugins.admin.pagemedia.resize_height',
|
||||
@@ -3652,6 +3728,7 @@ return [
|
||||
'res_max_height' => 'plugins.admin.pagemedia.res_max_height',
|
||||
'resize_quality' => 'plugins.admin.pagemedia.resize_quality'
|
||||
],
|
||||
'Dashboard' => 'plugins.admin.Dashboard',
|
||||
'widgets' => [
|
||||
'dashboard-maintenance' => 'plugins.admin.widgets.dashboard-maintenance',
|
||||
'dashboard-statistics' => 'plugins.admin.widgets.dashboard-statistics',
|
||||
@@ -3659,12 +3736,14 @@ return [
|
||||
'dashboard-feed' => 'plugins.admin.widgets.dashboard-feed',
|
||||
'dashboard-pages' => 'plugins.admin.widgets.dashboard-pages'
|
||||
],
|
||||
'Notifications' => 'plugins.admin.Notifications',
|
||||
'notifications' => [
|
||||
'feed' => 'plugins.admin.notifications.feed',
|
||||
'dashboard' => 'plugins.admin.notifications.dashboard',
|
||||
'plugins' => 'plugins.admin.notifications.plugins',
|
||||
'themes' => 'plugins.admin.notifications.themes'
|
||||
],
|
||||
'Popularity' => 'plugins.admin.Popularity',
|
||||
'popularity' => [
|
||||
'enabled' => 'plugins.admin.popularity.enabled',
|
||||
'ignore' => 'plugins.admin.popularity.ignore',
|
||||
@@ -3685,6 +3764,7 @@ return [
|
||||
],
|
||||
'form' => [
|
||||
'enabled' => 'plugins.form.enabled',
|
||||
'general' => 'plugins.form.general',
|
||||
'built_in_css' => 'plugins.form.built_in_css',
|
||||
'inline_css' => 'plugins.form.inline_css',
|
||||
'refresh_prevention' => 'plugins.form.refresh_prevention',
|
||||
@@ -3705,6 +3785,8 @@ return [
|
||||
]
|
||||
],
|
||||
'login' => [
|
||||
'tabs' => 'plugins.login.tabs',
|
||||
'login' => 'plugins.login.login',
|
||||
'enabled' => 'plugins.login.enabled',
|
||||
'built_in_css' => 'plugins.login.built_in_css',
|
||||
'route' => 'plugins.login.route',
|
||||
@@ -3716,6 +3798,7 @@ return [
|
||||
'parent_acl' => 'plugins.login.parent_acl',
|
||||
'dynamic_page_visibility' => 'plugins.login.dynamic_page_visibility',
|
||||
'protect_protected_page_media' => 'plugins.login.protect_protected_page_media',
|
||||
'routes' => 'plugins.login.routes',
|
||||
'route_activate' => 'plugins.login.route_activate',
|
||||
'route_register' => 'plugins.login.route_register',
|
||||
'user_registration' => [
|
||||
@@ -3742,6 +3825,11 @@ return [
|
||||
'timeout' => 'plugins.login.rememberme.timeout',
|
||||
'name' => 'plugins.login.rememberme.name'
|
||||
],
|
||||
'registration' => 'plugins.login.registration',
|
||||
'registration_fields' => 'plugins.login.registration_fields',
|
||||
'access_levels' => 'plugins.login.access_levels',
|
||||
'options' => 'plugins.login.options',
|
||||
'Security' => 'plugins.login.Security',
|
||||
'max_pw_resets_count' => 'plugins.login.max_pw_resets_count',
|
||||
'max_pw_resets_interval' => 'plugins.login.max_pw_resets_interval',
|
||||
'max_login_count' => 'plugins.login.max_login_count',
|
||||
|
||||
+9
-9
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\Config\\CompiledConfig',
|
||||
'timestamp' => 1534926821,
|
||||
'checksum' => '8ae2b79a456495018fd7e52291726ebf',
|
||||
'timestamp' => 1535111354,
|
||||
'checksum' => '0606ec3bf08c69f617c790931359ad60',
|
||||
'files' => [
|
||||
'user/config' => [
|
||||
'media' => [
|
||||
@@ -33,25 +33,25 @@ return [
|
||||
'system/config' => [
|
||||
'media' => [
|
||||
'file' => 'system/config/media.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'site' => [
|
||||
'file' => 'system/config/site.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'streams' => [
|
||||
'file' => 'system/config/streams.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'system' => [
|
||||
'file' => 'system/config/system.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
]
|
||||
],
|
||||
'user/plugins' => [
|
||||
'plugins/admin' => [
|
||||
'file' => 'user/plugins/admin/admin.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'plugins/markdown-notices' => [
|
||||
'file' => 'user/plugins/markdown-notices/markdown-notices.yaml',
|
||||
@@ -59,7 +59,7 @@ return [
|
||||
],
|
||||
'plugins/form' => [
|
||||
'file' => 'user/plugins/form/form.yaml',
|
||||
'modified' => 1534926514
|
||||
'modified' => 1535111347
|
||||
],
|
||||
'plugins/login' => [
|
||||
'file' => 'user/plugins/login/login.yaml',
|
||||
@@ -75,7 +75,7 @@ return [
|
||||
],
|
||||
'plugins/taxonomylist' => [
|
||||
'file' => 'user/plugins/taxonomylist/taxonomylist.yaml',
|
||||
'modified' => 1533212893
|
||||
'modified' => 1535111345
|
||||
],
|
||||
'plugins/problems' => [
|
||||
'file' => 'user/plugins/problems/problems.yaml',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/ru.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
title: %1$s
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/tr.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'NICETIME' => [
|
||||
'NO_DATE_PROVIDED' => 'Tarih yok',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => 'plugins://form/form.yaml',
|
||||
'modified' => 1534926514,
|
||||
'modified' => 1535111347,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'built_in_css' => true,
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/config/streams.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'schemes' => [
|
||||
'image' => [
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/form/blueprints.yaml',
|
||||
'modified' => 1534926514,
|
||||
'modified' => 1535111347,
|
||||
'data' => [
|
||||
'name' => 'Form',
|
||||
'version' => '2.16.1',
|
||||
'version' => '2.16.2',
|
||||
'description' => 'Enables the forms handling',
|
||||
'icon' => 'check-square',
|
||||
'author' => [
|
||||
@@ -20,7 +20,7 @@ return [
|
||||
'dependencies' => [
|
||||
0 => [
|
||||
'name' => 'grav',
|
||||
'version' => '>=1.4.5'
|
||||
'version' => '>=1.5.1'
|
||||
]
|
||||
],
|
||||
'form' => [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => 'plugins://admin/admin.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'route' => '/admin',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/uk.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
title: %1$s
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/blueprints/config/site.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'title' => 'PLUGIN_ADMIN.SITE',
|
||||
'form' => [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/th.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'นี่เป็นรุ่นทดลอง หากคุณใช้บนเว็บจริงคุณต้องยอมรับในความเสี่ยงนั้นเอง',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/ro.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Aceasta este o versiune Beta! Folosiți-o pe propiul risc...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/config/system.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'absolute_urls' => false,
|
||||
'timezone' => '',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/ja.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
title: %1$s
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/de.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
title: %1$s
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/cy.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Mae hwn yn fersiwn beta! Defnyddio hwn yn cynhyrchu ar risg eich hun...',
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/taxonomylist/blueprints.yaml',
|
||||
'modified' => 1533212893,
|
||||
'modified' => 1535111345,
|
||||
'data' => [
|
||||
'name' => 'Taxonomy List',
|
||||
'version' => '1.3.2',
|
||||
'version' => '1.3.3',
|
||||
'description' => 'With the **TaxonomyList plugin** you can easily create list of **taxonomy** items such as **tags**, **categories**, etc.',
|
||||
'icon' => 'tag',
|
||||
'author' => [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/admin/pages/move.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'form' => [
|
||||
'validation' => 'loose',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/ca.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
title: %1$s
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/sv.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Detta är en betaversion! Använd i produktion på egen risk...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/lt.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'INFLECTOR_UNCOUNTABLE' => [
|
||||
2 => 'ryžiai',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/sv.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '--- titel: %1$s --- # Fel: Ogiltig Frontmatter-sökväg: `%2$s` **%3$s** ``` %4$s ```',
|
||||
'NICETIME' => [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/no.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Dette er en betaversjon! Bruk denne i produksjon på egen risiko...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/lt.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Tai Grav administravimo įskiepio beta versija! Naudokite atsargiai...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/zh.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => '這是 Beta 版!如果要用在營運中請自行承擔風險…',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/th.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
ชื่อเรื่อง: %1$s
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/config/system.yaml',
|
||||
'modified' => 1534765162,
|
||||
'modified' => 1534926821,
|
||||
'data' => [
|
||||
'absolute_urls' => false,
|
||||
'param_sep' => ':',
|
||||
@@ -18,8 +18,8 @@ return [
|
||||
'translations' => true,
|
||||
'translations_fallback' => true,
|
||||
'session_store_active' => false,
|
||||
'http_accept_language' => false,
|
||||
'override_locale' => false
|
||||
'http_accept_language' => true,
|
||||
'override_locale' => true
|
||||
],
|
||||
'home' => [
|
||||
'alias' => '/projets',
|
||||
@@ -51,7 +51,7 @@ return [
|
||||
],
|
||||
'markdown' => [
|
||||
'extra' => false,
|
||||
'auto_line_breaks' => false,
|
||||
'auto_line_breaks' => true,
|
||||
'auto_url_links' => false,
|
||||
'escape_markup' => false,
|
||||
'special_chars' => [
|
||||
@@ -167,6 +167,10 @@ return [
|
||||
'method' => 'auto',
|
||||
'verify_peer' => true,
|
||||
'official_gpm_only' => true
|
||||
],
|
||||
'strict_mode' => [
|
||||
'yaml_compat' => true,
|
||||
'twig_compat' => true
|
||||
]
|
||||
]
|
||||
];
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/da.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
Titel: %1$s
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/admin/pages/modular_new.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'rules' => [
|
||||
'slug' => [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/cs.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Jedná se o beta verzi! V ostrém provozu používejte pouze na vlastní nebezpečí...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/themes/grav/templates/forms/fields/iconpicker/icons.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'icons' => [
|
||||
0 => [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/fi.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Tämä on beta-versio! Käyttö tuotannossa omalla vastuulla...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/ko.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => '이것은 베타입니다! 개인적으로 사용할시 위험할수있습니다...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/es.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => '¡Ésta es una versión Beta! Utilízala en producción bajo tu propio riesgo...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/da.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Dette er en beta-udgivelse! Brug i produktionsmiljøer er på egen risiko...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/ar.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
العنوان: %1$s
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/hu.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Ez egy béta kiadás! Éles környezetben csak saját felelősségre használd...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/ca.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Aquesta és una versió beta! Utilitza-la en producció sota el teu propi risc...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/bg.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Това е Бета версия! Използвате на ваша отговорност...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/fa.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'این یک نسخه تکمیل نشده است! استفاده از آن در محصولتان شمارا با خطر مواجه میکند...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/fi.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'NICETIME' => [
|
||||
'NO_DATE_PROVIDED' => 'Päivämäärää ei annettu',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/he.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'זוהי מהדורת ביתא! השימוש על אחריותכם בלבד...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/no.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
Tittel: %1$s
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'name' => 'Admin Panel',
|
||||
'version' => '1.8.8',
|
||||
'version' => '1.8.9',
|
||||
'description' => 'Adds an advanced administration panel to manage your site',
|
||||
'icon' => 'empire',
|
||||
'author' => [
|
||||
@@ -21,7 +21,7 @@ return [
|
||||
'dependencies' => [
|
||||
0 => [
|
||||
'name' => 'grav',
|
||||
'version' => '>=1.4.5'
|
||||
'version' => '>=1.5.1'
|
||||
],
|
||||
1 => [
|
||||
'name' => 'form',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/de.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Dies ist eine Beta-Version! Benutzung auf eigene Gefahr...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/hr.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'INFLECTOR_UNCOUNTABLE' => [
|
||||
0 => 'oprema',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/admin/pages/new_folder.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'rules' => [
|
||||
'slug' => [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/sk.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'NICETIME' => [
|
||||
'NO_DATE_PROVIDED' => 'Neposkytnutý žiaden dátum',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/uk.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Це бета-реліз! Використовуйте його на продуктовому сервері на свій страх і ризик...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/it.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Questa è una versione beta! Usare in produzione a proprio rischio e pericolo…',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/nl.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'INFLECTOR_IRREGULAR' => [
|
||||
'person' => 'personen',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/blueprints/user/account.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'title' => 'Account',
|
||||
'form' => [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/pl.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'To jest wersja Beta! Używasz jej w produkcji na własne ryzyko...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/hu.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
cím: %1$s
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/blueprints/config/streams.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'title' => 'PLUGIN_ADMIN.FILE_STREAMS',
|
||||
'form' => [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/ro.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
Titlu: %1$s
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/et.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Tegemist on beeta-versiooniga! Kasutamine töötaval veebilehel oma vastutusel...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/form/languages.yaml',
|
||||
'modified' => 1534926514,
|
||||
'modified' => 1535111347,
|
||||
'data' => [
|
||||
'en' => [
|
||||
'PLUGIN_FORM' => [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/vi.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Đây là phiên bản thử nghiệm! Bạn phải tự chịu rủi ro khi sử dụng trong production...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/config/media.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'types' => [
|
||||
'defaults' => [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/pl.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
title: %1$s
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/cs.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'INFLECTOR_UNCOUNTABLE' => [
|
||||
0 => 'vybavení',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/pt.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Esta é uma versão Beta! Use por sua conta em risco...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/el.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Αυτή είναι μία έκδοση Beta! Χρησιμοποιήστε την στην Παραγωγή με δικό σας ρίσκο...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/sk.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Toto je Beta verzia! Používajte v ostrej prevádzke na vlastné riziko...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/es.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
title: %1$s
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/ar.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'هذا إصدار بيتا! استخدم هذا في الإنتاج على مسؤوليتك الخاصة...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/admin.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'route' => '/admin',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/ja.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'これはベータリリースです。稼働中サイトでは、自己責任においてご利用ください。',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/en.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
title: %1$s
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/nl.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Dit is een betaversie! Gebruik op een live site is voor eigen risico...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/id.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Ini merupakan rilisan Beta! Gunakan ini di produksi dengan resiko anda sendiri...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/pt.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
título: %1$s
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/ru.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Это бета-релиз! Вы используете это расширение на свой страх и риск...',
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/themes/quark/blueprints.yaml',
|
||||
'modified' => 1533014916,
|
||||
'modified' => 1535111339,
|
||||
'data' => [
|
||||
'name' => 'Quark',
|
||||
'version' => '1.1.0',
|
||||
'version' => '1.2.1',
|
||||
'description' => 'New Grav Default Theme',
|
||||
'icon' => 'microchip',
|
||||
'author' => [
|
||||
@@ -58,6 +58,28 @@ return [
|
||||
'title' => 'Header Defaults',
|
||||
'underline' => true
|
||||
],
|
||||
'custom_logo' => [
|
||||
'type' => 'file',
|
||||
'label' => 'Custom Logo',
|
||||
'size' => 'large',
|
||||
'destination' => 'theme://images/logo',
|
||||
'multiple' => false,
|
||||
'markdown' => true,
|
||||
'description' => 'Will be used instead of default logo `theme://images/grav-logo.svg`',
|
||||
'accept' => [
|
||||
0 => 'image/*'
|
||||
]
|
||||
],
|
||||
'custom_logo_mobile' => [
|
||||
'type' => 'file',
|
||||
'label' => 'Mobile Custom Logo',
|
||||
'size' => 'large',
|
||||
'destination' => 'theme://images/logo',
|
||||
'multiple' => false,
|
||||
'accept' => [
|
||||
0 => 'image/*'
|
||||
]
|
||||
],
|
||||
'header-fixed' => [
|
||||
'type' => 'toggle',
|
||||
'label' => 'Fixed header',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/en.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'This is a Beta release! Use this in production at your own risk...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/config/site.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'title' => 'Grav',
|
||||
'default_lang' => 'en',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/blueprints/pages/default.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'title' => 'PLUGIN_ADMIN.DEFAULT',
|
||||
'rules' => [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/it.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---Titolo: %1$s---# Errore: Frontmatter non valido: \'%2$s\' * *%3$s * * \' \'%4$s \' \'',
|
||||
'NICETIME' => [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/el.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'MONTHS_OF_THE_YEAR' => [
|
||||
0 => 'Ιανουάριος',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/form/form.yaml',
|
||||
'modified' => 1534926514,
|
||||
'modified' => 1535111347,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'built_in_css' => true,
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/tlh.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'LOGIN_BTN_FORGOT' => 'lIj',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/sl.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'LOGIN_BTN' => 'Prijava',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/blueprints/config/media.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'title' => 'PLUGIN_ADMIN.MEDIA',
|
||||
'form' => [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => 'themes://quark/quark.yaml',
|
||||
'modified' => 1533014916,
|
||||
'modified' => 1535111339,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'production-mode' => true,
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/fr.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
title: %1$s
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/nb.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'MONTHS_OF_THE_YEAR' => [
|
||||
0 => 'januar',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/eu.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Beta bertsio bat da hau! Produkzioan erabili ezazu zure ardurapean...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/languages/vi.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
title: %1$s
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/admin/pages/new.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'rules' => [
|
||||
'slug' => [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/system/blueprints/config/system.yaml',
|
||||
'modified' => 1534926041,
|
||||
'modified' => 1535111318,
|
||||
'data' => [
|
||||
'title' => 'PLUGIN_ADMIN.SYSTEM',
|
||||
'form' => [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/tr.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Bu bir beta sürümüdür! Sunucunuzda kullanmak sizin sorumluluğunuzdadır...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/hr.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Ovo je Beta izdanje! Koristite u produkciji na vlastiti rizik...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/fr.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Ceci est une version bêta ! Utilisez-là en production à vos risques et périls...',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/taxonomylist/taxonomylist.yaml',
|
||||
'modified' => 1533212893,
|
||||
'modified' => 1535111345,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'route' => '/blog'
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => 'plugins://taxonomylist/taxonomylist.yaml',
|
||||
'modified' => 1533212893,
|
||||
'modified' => 1535111345,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'route' => '/blog'
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/br.yaml',
|
||||
'modified' => 1534926555,
|
||||
'modified' => 1535111354,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Un ermaeziadenn beta an hini eo! Arverit en endro produadur gant evezh...',
|
||||
|
||||
+72
-72
@@ -1,127 +1,127 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\Config\\CompiledLanguages',
|
||||
'timestamp' => 1534926556,
|
||||
'checksum' => '1444a2e674151ff1edada59015b43d73',
|
||||
'timestamp' => 1535111354,
|
||||
'checksum' => '707b52db4e621c63aafd815952df7326',
|
||||
'files' => [
|
||||
'system/languages' => [
|
||||
'ar' => [
|
||||
'file' => 'system/languages/ar.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'ca' => [
|
||||
'file' => 'system/languages/ca.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'cs' => [
|
||||
'file' => 'system/languages/cs.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'da' => [
|
||||
'file' => 'system/languages/da.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'de' => [
|
||||
'file' => 'system/languages/de.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'el' => [
|
||||
'file' => 'system/languages/el.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'en' => [
|
||||
'file' => 'system/languages/en.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'es' => [
|
||||
'file' => 'system/languages/es.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'fi' => [
|
||||
'file' => 'system/languages/fi.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'fr' => [
|
||||
'file' => 'system/languages/fr.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'hr' => [
|
||||
'file' => 'system/languages/hr.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'hu' => [
|
||||
'file' => 'system/languages/hu.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'it' => [
|
||||
'file' => 'system/languages/it.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'ja' => [
|
||||
'file' => 'system/languages/ja.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'lt' => [
|
||||
'file' => 'system/languages/lt.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'nb' => [
|
||||
'file' => 'system/languages/nb.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'nl' => [
|
||||
'file' => 'system/languages/nl.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'no' => [
|
||||
'file' => 'system/languages/no.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'pl' => [
|
||||
'file' => 'system/languages/pl.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'pt' => [
|
||||
'file' => 'system/languages/pt.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'ro' => [
|
||||
'file' => 'system/languages/ro.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'ru' => [
|
||||
'file' => 'system/languages/ru.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'sk' => [
|
||||
'file' => 'system/languages/sk.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'sv' => [
|
||||
'file' => 'system/languages/sv.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'th' => [
|
||||
'file' => 'system/languages/th.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'tr' => [
|
||||
'file' => 'system/languages/tr.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'uk' => [
|
||||
'file' => 'system/languages/uk.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
],
|
||||
'vi' => [
|
||||
'file' => 'system/languages/vi.yaml',
|
||||
'modified' => 1534926041
|
||||
'modified' => 1535111318
|
||||
]
|
||||
],
|
||||
'user/plugins' => [
|
||||
'plugins/form' => [
|
||||
'file' => 'user/plugins/form/languages.yaml',
|
||||
'modified' => 1534926514
|
||||
'modified' => 1535111347
|
||||
],
|
||||
'plugins/error' => [
|
||||
'file' => 'user/plugins/error/languages.yaml',
|
||||
@@ -135,159 +135,159 @@ return [
|
||||
'user/plugins/admin/languages' => [
|
||||
'ar' => [
|
||||
'file' => 'user/plugins/admin/languages/ar.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'bg' => [
|
||||
'file' => 'user/plugins/admin/languages/bg.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'br' => [
|
||||
'file' => 'user/plugins/admin/languages/br.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'ca' => [
|
||||
'file' => 'user/plugins/admin/languages/ca.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'cs' => [
|
||||
'file' => 'user/plugins/admin/languages/cs.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'cy' => [
|
||||
'file' => 'user/plugins/admin/languages/cy.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'da' => [
|
||||
'file' => 'user/plugins/admin/languages/da.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'de' => [
|
||||
'file' => 'user/plugins/admin/languages/de.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'el' => [
|
||||
'file' => 'user/plugins/admin/languages/el.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'en' => [
|
||||
'file' => 'user/plugins/admin/languages/en.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'es' => [
|
||||
'file' => 'user/plugins/admin/languages/es.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'et' => [
|
||||
'file' => 'user/plugins/admin/languages/et.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'eu' => [
|
||||
'file' => 'user/plugins/admin/languages/eu.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'fa' => [
|
||||
'file' => 'user/plugins/admin/languages/fa.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'fi' => [
|
||||
'file' => 'user/plugins/admin/languages/fi.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'fr' => [
|
||||
'file' => 'user/plugins/admin/languages/fr.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'he' => [
|
||||
'file' => 'user/plugins/admin/languages/he.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'hr' => [
|
||||
'file' => 'user/plugins/admin/languages/hr.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'hu' => [
|
||||
'file' => 'user/plugins/admin/languages/hu.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'id' => [
|
||||
'file' => 'user/plugins/admin/languages/id.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'it' => [
|
||||
'file' => 'user/plugins/admin/languages/it.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'ja' => [
|
||||
'file' => 'user/plugins/admin/languages/ja.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'ko' => [
|
||||
'file' => 'user/plugins/admin/languages/ko.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'lt' => [
|
||||
'file' => 'user/plugins/admin/languages/lt.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'nl' => [
|
||||
'file' => 'user/plugins/admin/languages/nl.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'no' => [
|
||||
'file' => 'user/plugins/admin/languages/no.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'pl' => [
|
||||
'file' => 'user/plugins/admin/languages/pl.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'pt' => [
|
||||
'file' => 'user/plugins/admin/languages/pt.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'ro' => [
|
||||
'file' => 'user/plugins/admin/languages/ro.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'ru' => [
|
||||
'file' => 'user/plugins/admin/languages/ru.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'sk' => [
|
||||
'file' => 'user/plugins/admin/languages/sk.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'sl' => [
|
||||
'file' => 'user/plugins/admin/languages/sl.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'sv' => [
|
||||
'file' => 'user/plugins/admin/languages/sv.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'th' => [
|
||||
'file' => 'user/plugins/admin/languages/th.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'tlh' => [
|
||||
'file' => 'user/plugins/admin/languages/tlh.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'tr' => [
|
||||
'file' => 'user/plugins/admin/languages/tr.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'uk' => [
|
||||
'file' => 'user/plugins/admin/languages/uk.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'vi' => [
|
||||
'file' => 'user/plugins/admin/languages/vi.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
],
|
||||
'zh' => [
|
||||
'file' => 'user/plugins/admin/languages/zh.yaml',
|
||||
'modified' => 1534926555
|
||||
'modified' => 1535111354
|
||||
]
|
||||
],
|
||||
'user/plugins/login/languages' => [
|
||||
@@ -22878,7 +22878,7 @@ Path: `%2$s`
|
||||
6 => 'søndag'
|
||||
]
|
||||
],
|
||||
'checksum' => '1444a2e674151ff1edada59015b43d73',
|
||||
'timestamp' => 1534926556
|
||||
'checksum' => '707b52db4e621c63aafd815952df7326',
|
||||
'timestamp' => 1535111354
|
||||
]
|
||||
];
|
||||
|
||||
+3
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user