diff --git a/CHANGELOG.md b/CHANGELOG.md index a5d5404..d6b56ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.4.7 +## 07/13/2018 + +1. [](#improved) + * Use `getFilename` instead of `getBasename` [#2087](https://github.com/getgrav/grav/issues/2087) +1. [](#bugfix) + * Fix for modular page preview [#2066](https://github.com/getgrav/grav/issues/2066) + * `Page::routeCanonical()` should be string not array [#2069](https://github.com/getgrav/grav/issues/2069) + # v1.4.6 ## 06/20/2018 diff --git a/cache/compiled/blueprints/master-localhost.php b/cache/compiled/blueprints/master-localhost.php index c8f8961..b706286 100644 --- a/cache/compiled/blueprints/master-localhost.php +++ b/cache/compiled/blueprints/master-localhost.php @@ -1,31 +1,25 @@ 'Grav\\Common\\Config\\CompiledBlueprints', - 'timestamp' => 1531325457, - 'checksum' => '2996c20a593f6694b6eafe364c866235', + 'timestamp' => 1532585293, + 'checksum' => '3bef5b9e254a179c7574883246ba98c2', 'files' => [ - 'user/plugins/admin/blueprints/config' => [ - 'media' => [ - 'file' => 'user/plugins/admin/blueprints/config/media.yaml', - 'modified' => 1529597236 - ] - ], 'system/blueprints/config' => [ 'media' => [ 'file' => 'system/blueprints/config/media.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'site' => [ 'file' => 'system/blueprints/config/site.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'streams' => [ 'file' => 'system/blueprints/config/streams.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'system' => [ 'file' => 'system/blueprints/config/system.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ] ], 'user/plugins' => [ @@ -47,7 +41,7 @@ return [ ], 'plugins/admin' => [ 'file' => 'user/plugins/admin/blueprints.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'plugins/email' => [ 'file' => 'user/plugins/email/blueprints.yaml', @@ -68,53 +62,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, @@ -169,10 +116,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', @@ -221,8 +175,8 @@ return [ 'validation' => 'loose' ], 'site.metadata' => [ - 'type' => 'array', - 'label' => 'PLUGIN_ADMIN.METADATA', + 'type' => 'section', + 'underline' => true, 'name' => 'site.metadata', 'validation' => 'loose' ], @@ -233,8 +187,8 @@ return [ 'validation' => 'loose' ], 'site.routes' => [ - 'type' => 'array', - 'label' => 'PLUGIN_ADMIN.CUSTOM_ROUTES', + 'type' => 'section', + 'underline' => true, 'name' => 'site.routes', 'validation' => 'loose' ], @@ -628,10 +582,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', @@ -789,6 +750,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', @@ -850,6 +817,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', @@ -1052,10 +1025,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', @@ -1128,9 +1108,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', @@ -1296,9 +1277,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', @@ -1331,9 +1313,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', @@ -1439,9 +1422,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', @@ -1494,9 +1478,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', @@ -1767,6 +1752,12 @@ return [ 'name' => 'system.custom_base_url', 'validation' => 'loose' ], + 'system.advanced' => [ + 'type' => 'section', + 'underline' => true, + 'name' => 'system.advanced', + 'validation' => 'loose' + ], 'plugins.problems' => [ 'type' => '_root', 'form_field' => false, @@ -2045,10 +2036,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', @@ -2083,6 +2079,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', @@ -2110,6 +2111,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', @@ -2137,6 +2143,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', @@ -2223,6 +2235,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', @@ -2271,6 +2293,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.admin' => [ 'type' => '_root', 'form_field' => false, @@ -2278,6 +2312,12 @@ return [ 'validation' => 'loose' ] ], + 'plugins.admin.Basics' => [ + 'type' => 'section', + 'underline' => false, + 'name' => 'plugins.admin.Basics', + 'validation' => 'loose' + ], 'plugins.admin.enabled' => [ 'type' => 'hidden', 'label' => 'PLUGIN_ADMIN.PLUGIN_STATUS', @@ -2576,6 +2616,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', @@ -2666,6 +2719,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', @@ -2746,6 +2805,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', @@ -2811,6 +2876,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', @@ -3209,10 +3280,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', @@ -3306,9 +3382,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', @@ -3329,17 +3405,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' => [ @@ -3354,8 +3422,8 @@ return [ 'delimiter' => 'site.summary.delimiter' ], 'metadata' => 'site.metadata', - 'redirects' => 'site.redirects', - 'routes' => 'site.routes' + 'routes' => 'site.routes', + 'redirects' => 'site.redirects' ], 'streams' => [ 'schemes' => [ @@ -3363,6 +3431,7 @@ return [ ] ], 'system' => [ + 'content' => 'system.content', 'home' => [ 'alias' => 'system.home.alias', 'hide_in_urls' => 'system.home.hide_in_urls' @@ -3420,6 +3489,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' => [ @@ -3478,6 +3550,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', @@ -3485,12 +3563,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', 'timeout' => 'system.session.timeout', @@ -3500,6 +3572,7 @@ return [ 'path' => 'system.session.path', 'split' => 'system.session.split' ], + 'advanced' => 'system.advanced', 'gpm' => [ 'releases' => 'system.gpm.releases', 'proxy_url' => 'system.gpm.proxy_url', @@ -3535,6 +3608,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', @@ -3546,6 +3621,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' => [ @@ -3572,12 +3648,18 @@ 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', 'max_login_interval' => 'plugins.login.max_login_interval' ], 'admin' => [ + 'Basics' => 'plugins.admin.Basics', 'enabled' => 'plugins.admin.enabled', 'cache_enabled' => 'plugins.admin.cache_enabled', 'twofa_enabled' => 'plugins.admin.twofa_enabled', @@ -3611,6 +3693,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', @@ -3620,6 +3704,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', @@ -3627,12 +3712,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', @@ -3677,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', diff --git a/cache/compiled/config/master-localhost.php b/cache/compiled/config/master-localhost.php index ff1e7fb..1692be1 100644 --- a/cache/compiled/config/master-localhost.php +++ b/cache/compiled/config/master-localhost.php @@ -1,8 +1,8 @@ 'Grav\\Common\\Config\\CompiledConfig', - 'timestamp' => 1531325457, - 'checksum' => 'aeab2427940d5f22b9a8646d26430039', + 'timestamp' => 1532585293, + 'checksum' => '7372fcdff4ed9c3dc4cb9ec498b0ee77', 'files' => [ 'user/config' => [ 'media' => [ @@ -29,19 +29,19 @@ return [ 'system/config' => [ 'media' => [ 'file' => 'system/config/media.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'site' => [ 'file' => 'system/config/site.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'streams' => [ 'file' => 'system/config/streams.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'system' => [ 'file' => 'system/config/system.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ] ], 'user/plugins' => [ @@ -63,7 +63,7 @@ return [ ], 'plugins/admin' => [ 'file' => 'user/plugins/admin/admin.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'plugins/email' => [ 'file' => 'user/plugins/email/email.yaml', diff --git a/cache/compiled/files/078727d87fd5d0c6b85b0001dabbeeac.yaml.php b/cache/compiled/files/078727d87fd5d0c6b85b0001dabbeeac.yaml.php index 4e66b3f..224af40 100644 --- a/cache/compiled/files/078727d87fd5d0c6b85b0001dabbeeac.yaml.php +++ b/cache/compiled/files/078727d87fd5d0c6b85b0001dabbeeac.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/ro.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- Titlu: %1$s diff --git a/cache/compiled/files/08046f91db666872e0acd76db44b6966.yaml.php b/cache/compiled/files/08046f91db666872e0acd76db44b6966.yaml.php index 99a4556..9df4e49 100644 --- a/cache/compiled/files/08046f91db666872e0acd76db44b6966.yaml.php +++ b/cache/compiled/files/08046f91db666872e0acd76db44b6966.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/es.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => '¡Ésta es una versión Beta! Utilízala en producción bajo tu propio riesgo...', diff --git a/cache/compiled/files/08fd5f11a84d19bcb1a4464732530be5.yaml.php b/cache/compiled/files/08fd5f11a84d19bcb1a4464732530be5.yaml.php index 69bcf12..669eef9 100644 --- a/cache/compiled/files/08fd5f11a84d19bcb1a4464732530be5.yaml.php +++ b/cache/compiled/files/08fd5f11a84d19bcb1a4464732530be5.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/cs.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'INFLECTOR_UNCOUNTABLE' => [ 0 => 'vybavení', diff --git a/cache/compiled/files/09caee63410adf82b5f2e5c7bad6cc52.yaml.php b/cache/compiled/files/09caee63410adf82b5f2e5c7bad6cc52.yaml.php index 80bb0d9..e2a3535 100644 --- a/cache/compiled/files/09caee63410adf82b5f2e5c7bad6cc52.yaml.php +++ b/cache/compiled/files/09caee63410adf82b5f2e5c7bad6cc52.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/sv.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Detta är en betaversion! Använd i produktion på egen risk...', diff --git a/cache/compiled/files/0ee2bb0c8667e1111682a88f126447e5.yaml.php b/cache/compiled/files/0ee2bb0c8667e1111682a88f126447e5.yaml.php index c7878b8..229c91a 100644 --- a/cache/compiled/files/0ee2bb0c8667e1111682a88f126447e5.yaml.php +++ b/cache/compiled/files/0ee2bb0c8667e1111682a88f126447e5.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/lt.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Tai Grav administravimo įskiepio beta versija! Naudokite atsargiai...', diff --git a/cache/compiled/files/0f2a7a81155c939e99a6a07e5e5bd52f.yaml.php b/cache/compiled/files/0f2a7a81155c939e99a6a07e5e5bd52f.yaml.php index e0878d4..7669f33 100644 --- a/cache/compiled/files/0f2a7a81155c939e99a6a07e5e5bd52f.yaml.php +++ b/cache/compiled/files/0f2a7a81155c939e99a6a07e5e5bd52f.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => 'plugins://admin/admin.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'enabled' => true, 'route' => '/admin', diff --git a/cache/compiled/files/135111617e30a0ce689972ce4148badf.yaml.php b/cache/compiled/files/135111617e30a0ce689972ce4148badf.yaml.php index 2fb9e95..0a7cd57 100644 --- a/cache/compiled/files/135111617e30a0ce689972ce4148badf.yaml.php +++ b/cache/compiled/files/135111617e30a0ce689972ce4148badf.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/config/site.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'title' => 'Grav', 'default_lang' => 'en', diff --git a/cache/compiled/files/14cac6347b433a4a4de926e7f2d136d6.yaml.php b/cache/compiled/files/14cac6347b433a4a4de926e7f2d136d6.yaml.php index dd1de54..35f8162 100644 --- a/cache/compiled/files/14cac6347b433a4a4de926e7f2d136d6.yaml.php +++ b/cache/compiled/files/14cac6347b433a4a4de926e7f2d136d6.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/zh.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => '這是 Beta 版!如果要用在營運中請自行承擔風險…', diff --git a/cache/compiled/files/14ed6cf6e727918cf0c319330fa37635.yaml.php b/cache/compiled/files/14ed6cf6e727918cf0c319330fa37635.yaml.php index 3bcbbb1..16b2ec8 100644 --- a/cache/compiled/files/14ed6cf6e727918cf0c319330fa37635.yaml.php +++ b/cache/compiled/files/14ed6cf6e727918cf0c319330fa37635.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/id.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Ini merupakan rilisan Beta! Gunakan ini di produksi dengan resiko anda sendiri...', diff --git a/cache/compiled/files/1b1dd699ae64ea686676450f8eac49f5.yaml.php b/cache/compiled/files/1b1dd699ae64ea686676450f8eac49f5.yaml.php new file mode 100644 index 0000000..89d40c3 --- /dev/null +++ b/cache/compiled/files/1b1dd699ae64ea686676450f8eac49f5.yaml.php @@ -0,0 +1,48 @@ + 'Grav\\Common\\File\\CompiledYamlFile', + 'filename' => '/var/www/html/user/themes/r2c/blueprints/modular/interviews.yaml', + 'modified' => 1531324718, + 'data' => [ + 'title' => 'PLUGIN_ADMIN.MODULAR', + 'extends@' => 'default', + 'form' => [ + 'fields' => [ + 'tabs' => [ + 'type' => 'tabs', + 'active' => 1, + 'fields' => [ + 'content' => [ + 'fields' => [ + 'modular_title' => [ + 'type' => 'spacer', + 'title' => 'PLUGIN_ADMIN.MODULAR_SETUP' + ], + 'header.content.items' => [ + 'type' => 'text', + 'label' => 'PLUGIN_ADMIN.ITEMS', + 'default' => '@self.modular', + 'size' => 'medium' + ], + 'header.content.order.by' => [ + 'type' => 'text', + 'label' => 'PLUGIN_ADMIN.ORDER_BY', + 'placeholder' => 'date', + 'help' => NULL, + 'size' => 'small' + ], + 'header.content.order.dir' => [ + 'type' => 'text', + 'label' => 'PLUGIN_ADMIN.ORDER', + 'help' => '"desc" or "asc" are valid values', + 'placeholder' => 'desc', + 'size' => 'small' + ] + ] + ] + ] + ] + ] + ] + ] +]; diff --git a/cache/compiled/files/2230e9a5740705cbcc09f244fd1a0330.yaml.php b/cache/compiled/files/2230e9a5740705cbcc09f244fd1a0330.yaml.php index e2a2dfb..9a13566 100644 --- a/cache/compiled/files/2230e9a5740705cbcc09f244fd1a0330.yaml.php +++ b/cache/compiled/files/2230e9a5740705cbcc09f244fd1a0330.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/ru.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Это бета-релиз! Вы используете это расширение на свой страх и риск...', diff --git a/cache/compiled/files/2445b4a0d0da7e15c6db15c6c37b281d.yaml.php b/cache/compiled/files/2445b4a0d0da7e15c6db15c6c37b281d.yaml.php index afc881a..baf7746 100644 --- a/cache/compiled/files/2445b4a0d0da7e15c6db15c6c37b281d.yaml.php +++ b/cache/compiled/files/2445b4a0d0da7e15c6db15c6c37b281d.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/uk.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- title: %1$s diff --git a/cache/compiled/files/2787a6c690694b37d528ca24e5842219.yaml.php b/cache/compiled/files/2787a6c690694b37d528ca24e5842219.yaml.php index b87ea6d..2f0a775 100644 --- a/cache/compiled/files/2787a6c690694b37d528ca24e5842219.yaml.php +++ b/cache/compiled/files/2787a6c690694b37d528ca24e5842219.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/th.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- ชื่อเรื่อง: %1$s diff --git a/cache/compiled/files/2cbadbfb2cd1271e542abd2858acd3ac.yaml.php b/cache/compiled/files/2cbadbfb2cd1271e542abd2858acd3ac.yaml.php index a77093c..b471544 100644 --- a/cache/compiled/files/2cbadbfb2cd1271e542abd2858acd3ac.yaml.php +++ b/cache/compiled/files/2cbadbfb2cd1271e542abd2858acd3ac.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/blueprints/admin/pages/modular_new.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'rules' => [ 'slug' => [ diff --git a/cache/compiled/files/2e0284bee288fa04df6f74e2f2e0c5ab.yaml.php b/cache/compiled/files/2e0284bee288fa04df6f74e2f2e0c5ab.yaml.php index 3dc0597..4c79b99 100644 --- a/cache/compiled/files/2e0284bee288fa04df6f74e2f2e0c5ab.yaml.php +++ b/cache/compiled/files/2e0284bee288fa04df6f74e2f2e0c5ab.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/tr.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'NICETIME' => [ 'NO_DATE_PROVIDED' => 'Tarih yok', diff --git a/cache/compiled/files/2ff148249a27d93118063cf39a26a590.yaml.php b/cache/compiled/files/2ff148249a27d93118063cf39a26a590.yaml.php index 1faf67f..6f5acb8 100644 --- a/cache/compiled/files/2ff148249a27d93118063cf39a26a590.yaml.php +++ b/cache/compiled/files/2ff148249a27d93118063cf39a26a590.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/it.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '---Titolo: %1$s---# Errore: Frontmatter non valido: \'%2$s\' * *%3$s * * \' \'%4$s \' \'', 'NICETIME' => [ diff --git a/cache/compiled/files/30239ac682ac1014b36491f2cfeca37c.yaml.php b/cache/compiled/files/30239ac682ac1014b36491f2cfeca37c.yaml.php index 8cc097b..b4d010c 100644 --- a/cache/compiled/files/30239ac682ac1014b36491f2cfeca37c.yaml.php +++ b/cache/compiled/files/30239ac682ac1014b36491f2cfeca37c.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/hr.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Ovo je Beta izdanje! Koristite u produkciji na vlastiti rizik...', diff --git a/cache/compiled/files/31c5e81d0b4621f86d05a8303a115d1a.yaml.php b/cache/compiled/files/31c5e81d0b4621f86d05a8303a115d1a.yaml.php index 784dfd9..50d3372 100644 --- a/cache/compiled/files/31c5e81d0b4621f86d05a8303a115d1a.yaml.php +++ b/cache/compiled/files/31c5e81d0b4621f86d05a8303a115d1a.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/en.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'This is a Beta release! Use this in production at your own risk...', @@ -398,6 +398,10 @@ return [ 'DISPLAY_ERRORS_HELP' => 'Display full backtrace-style error page', 'LOG_ERRORS' => 'Log errors', 'LOG_ERRORS_HELP' => 'Log errors to /logs folder', + 'LOG_HANDLER' => 'Log handler', + 'LOG_HANDLER_HELP' => 'Where to output the logs', + 'SYSLOG_FACILITY' => 'Syslog facility', + 'SYSLOG_FACILITY_HELP' => 'Syslog facility for output', 'DEBUGGER' => 'Debugger', 'DEBUGGER_HELP' => 'Enable Grav debugger and following settings', 'DEBUG_TWIG' => 'Debug Twig', diff --git a/cache/compiled/files/365459f575cda63e7a082f18e989639a.yaml.php b/cache/compiled/files/365459f575cda63e7a082f18e989639a.yaml.php index 2bd922c..c163d12 100644 --- a/cache/compiled/files/365459f575cda63e7a082f18e989639a.yaml.php +++ b/cache/compiled/files/365459f575cda63e7a082f18e989639a.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/br.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Un ermaeziadenn beta an hini eo! Arverit en endro produadur gant evezh...', diff --git a/cache/compiled/files/36d50771365194b9b44ab25e838321b9.yaml.php b/cache/compiled/files/36d50771365194b9b44ab25e838321b9.yaml.php index 896c5b5..aacda7f 100644 --- a/cache/compiled/files/36d50771365194b9b44ab25e838321b9.yaml.php +++ b/cache/compiled/files/36d50771365194b9b44ab25e838321b9.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/vi.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, '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...', diff --git a/cache/compiled/files/377c41244147c45178603bf1d722476b.yaml.php b/cache/compiled/files/377c41244147c45178603bf1d722476b.yaml.php index 5cbdbe2..c4d35ff 100644 --- a/cache/compiled/files/377c41244147c45178603bf1d722476b.yaml.php +++ b/cache/compiled/files/377c41244147c45178603bf1d722476b.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/fa.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'این یک نسخه تکمیل نشده است! استفاده از آن در محصولتان شمارا با خطر مواجه میکند...', diff --git a/cache/compiled/files/3e9f0365e07e6d3d633ff17981f7cf09.yaml.php b/cache/compiled/files/3e9f0365e07e6d3d633ff17981f7cf09.yaml.php index c662670..e47c6b3 100644 --- a/cache/compiled/files/3e9f0365e07e6d3d633ff17981f7cf09.yaml.php +++ b/cache/compiled/files/3e9f0365e07e6d3d633ff17981f7cf09.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/ko.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => '이것은 베타입니다! 개인적으로 사용할시 위험할수있습니다...', diff --git a/cache/compiled/files/40779d000b68629af00dd987148afc06.yaml.php b/cache/compiled/files/40779d000b68629af00dd987148afc06.yaml.php index 0cf9ebb..ae22e8a 100644 --- a/cache/compiled/files/40779d000b68629af00dd987148afc06.yaml.php +++ b/cache/compiled/files/40779d000b68629af00dd987148afc06.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/config/streams.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'schemes' => [ 'image' => [ diff --git a/cache/compiled/files/468d7efb66cc4e3aa6d26370742e7bc3.yaml.php b/cache/compiled/files/468d7efb66cc4e3aa6d26370742e7bc3.yaml.php index cce5a54..ade3ff8 100644 --- a/cache/compiled/files/468d7efb66cc4e3aa6d26370742e7bc3.yaml.php +++ b/cache/compiled/files/468d7efb66cc4e3aa6d26370742e7bc3.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/admin.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'enabled' => true, 'route' => '/admin', diff --git a/cache/compiled/files/4733410f9fee2a61bd7da4cdaf168cd9.yaml.php b/cache/compiled/files/4733410f9fee2a61bd7da4cdaf168cd9.yaml.php index 05704dd..7000a1a 100644 --- a/cache/compiled/files/4733410f9fee2a61bd7da4cdaf168cd9.yaml.php +++ b/cache/compiled/files/4733410f9fee2a61bd7da4cdaf168cd9.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/pl.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- title: %1$s diff --git a/cache/compiled/files/4928e95ae2fced3ad2a2cd782a47fba1.yaml.php b/cache/compiled/files/4928e95ae2fced3ad2a2cd782a47fba1.yaml.php index f7532fc..a93dd36 100644 --- a/cache/compiled/files/4928e95ae2fced3ad2a2cd782a47fba1.yaml.php +++ b/cache/compiled/files/4928e95ae2fced3ad2a2cd782a47fba1.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/pt.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- título: %1$s diff --git a/cache/compiled/files/49b1c4952ad16d2dc2c52f5ccb90cc8f.yaml.php b/cache/compiled/files/49b1c4952ad16d2dc2c52f5ccb90cc8f.yaml.php index 2fa8bca..c6d2457 100644 --- a/cache/compiled/files/49b1c4952ad16d2dc2c52f5ccb90cc8f.yaml.php +++ b/cache/compiled/files/49b1c4952ad16d2dc2c52f5ccb90cc8f.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/blueprints/config/streams.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'title' => 'PLUGIN_ADMIN.FILE_STREAMS', 'form' => [ diff --git a/cache/compiled/files/5042bd2333b1d228372d8ced79efb058.yaml.php b/cache/compiled/files/5042bd2333b1d228372d8ced79efb058.yaml.php index 2033a4e..133937f 100644 --- a/cache/compiled/files/5042bd2333b1d228372d8ced79efb058.yaml.php +++ b/cache/compiled/files/5042bd2333b1d228372d8ced79efb058.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/nl.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'INFLECTOR_IRREGULAR' => [ 'person' => 'personen', diff --git a/cache/compiled/files/5267f69c5c15c7903cf009eaf1141429.yaml.php b/cache/compiled/files/5267f69c5c15c7903cf009eaf1141429.yaml.php index 5d00915..3f226d9 100644 --- a/cache/compiled/files/5267f69c5c15c7903cf009eaf1141429.yaml.php +++ b/cache/compiled/files/5267f69c5c15c7903cf009eaf1141429.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/config/media.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'types' => [ 'defaults' => [ diff --git a/cache/compiled/files/541d712440d71d399eccdff040ea8b61.yaml.php b/cache/compiled/files/541d712440d71d399eccdff040ea8b61.yaml.php index 0b44bb6..6d2e775 100644 --- a/cache/compiled/files/541d712440d71d399eccdff040ea8b61.yaml.php +++ b/cache/compiled/files/541d712440d71d399eccdff040ea8b61.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/pt.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Esta é uma versão Beta! Use por sua conta em risco...', diff --git a/cache/compiled/files/54ff2edd2ae47e51817a0a439258a6f6.yaml.php b/cache/compiled/files/54ff2edd2ae47e51817a0a439258a6f6.yaml.php index 460e97c..26ada33 100644 --- a/cache/compiled/files/54ff2edd2ae47e51817a0a439258a6f6.yaml.php +++ b/cache/compiled/files/54ff2edd2ae47e51817a0a439258a6f6.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/hu.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- cím: %1$s diff --git a/cache/compiled/files/62562142d3291f2e592400e82de9dc9d.yaml.php b/cache/compiled/files/62562142d3291f2e592400e82de9dc9d.yaml.php index 5a7ac62..25fdb41 100644 --- a/cache/compiled/files/62562142d3291f2e592400e82de9dc9d.yaml.php +++ b/cache/compiled/files/62562142d3291f2e592400e82de9dc9d.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/blueprints/admin/pages/move.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'form' => [ 'validation' => 'loose', diff --git a/cache/compiled/files/632a6a1461c9a594cca00f92052bafa6.yaml.php b/cache/compiled/files/632a6a1461c9a594cca00f92052bafa6.yaml.php index 06b46da..34128a8 100644 --- a/cache/compiled/files/632a6a1461c9a594cca00f92052bafa6.yaml.php +++ b/cache/compiled/files/632a6a1461c9a594cca00f92052bafa6.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/no.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Dette er en betaversjon! Bruk denne i produksjon på egen risiko...', diff --git a/cache/compiled/files/64a232b22727eca18190bcb014dce121.yaml.php b/cache/compiled/files/64a232b22727eca18190bcb014dce121.yaml.php index d518f03..bbe9e25 100644 --- a/cache/compiled/files/64a232b22727eca18190bcb014dce121.yaml.php +++ b/cache/compiled/files/64a232b22727eca18190bcb014dce121.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/ja.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'これはベータリリースです。稼働中サイトでは、自己責任においてご利用ください。', diff --git a/cache/compiled/files/658d4d605c9c00d930617ecd0cd30512.yaml.php b/cache/compiled/files/658d4d605c9c00d930617ecd0cd30512.yaml.php index fb794f0..2ea8c68 100644 --- a/cache/compiled/files/658d4d605c9c00d930617ecd0cd30512.yaml.php +++ b/cache/compiled/files/658d4d605c9c00d930617ecd0cd30512.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/de.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Dies ist eine Beta-Version! Benutzung auf eigene Gefahr...', diff --git a/cache/compiled/files/661f059a8f75e6fe29147fe994493e95.yaml.php b/cache/compiled/files/661f059a8f75e6fe29147fe994493e95.yaml.php index 4ebe8db..d129a01 100644 --- a/cache/compiled/files/661f059a8f75e6fe29147fe994493e95.yaml.php +++ b/cache/compiled/files/661f059a8f75e6fe29147fe994493e95.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/da.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Dette er en beta-udgivelse! Brug i produktionsmiljøer er på egen risiko...', diff --git a/cache/compiled/files/6646db8d5647d74bce6fffb084291026.yaml.php b/cache/compiled/files/6646db8d5647d74bce6fffb084291026.yaml.php index 1d5c1a8..9ab8925 100644 --- a/cache/compiled/files/6646db8d5647d74bce6fffb084291026.yaml.php +++ b/cache/compiled/files/6646db8d5647d74bce6fffb084291026.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/it.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Questa è una versione beta! Usare in produzione a proprio rischio e pericolo…', diff --git a/cache/compiled/files/723a1c7a184bdb52ff95f528132c385d.yaml.php b/cache/compiled/files/723a1c7a184bdb52ff95f528132c385d.yaml.php index 13ca0a9..e8d93cc 100644 --- a/cache/compiled/files/723a1c7a184bdb52ff95f528132c385d.yaml.php +++ b/cache/compiled/files/723a1c7a184bdb52ff95f528132c385d.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/pl.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'To jest wersja Beta! Używasz jej w produkcji na własne ryzyko...', diff --git a/cache/compiled/files/7791f872d3bd837fea13426ae0c40b7e.yaml.php b/cache/compiled/files/7791f872d3bd837fea13426ae0c40b7e.yaml.php index b25ae1f..f327e2d 100644 --- a/cache/compiled/files/7791f872d3bd837fea13426ae0c40b7e.yaml.php +++ b/cache/compiled/files/7791f872d3bd837fea13426ae0c40b7e.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/blueprints/config/site.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'title' => 'PLUGIN_ADMIN.SITE', 'form' => [ diff --git a/cache/compiled/files/77cf0280f36d0fcd161b9b3884e52aad.yaml.php b/cache/compiled/files/77cf0280f36d0fcd161b9b3884e52aad.yaml.php index 7e06d97..28fc858 100644 --- a/cache/compiled/files/77cf0280f36d0fcd161b9b3884e52aad.yaml.php +++ b/cache/compiled/files/77cf0280f36d0fcd161b9b3884e52aad.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/nb.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'MONTHS_OF_THE_YEAR' => [ 0 => 'januar', diff --git a/cache/compiled/files/79c34be41f425c40df04f66d9095b41a.yaml.php b/cache/compiled/files/79c34be41f425c40df04f66d9095b41a.yaml.php index 26dc80f..7316132 100644 --- a/cache/compiled/files/79c34be41f425c40df04f66d9095b41a.yaml.php +++ b/cache/compiled/files/79c34be41f425c40df04f66d9095b41a.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/ca.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Aquesta és una versió beta! Utilitza-la en producció sota el teu propi risc...', diff --git a/cache/compiled/files/7c5488bb07b097f7dd2b9b4c03caba38.yaml.php b/cache/compiled/files/7c5488bb07b097f7dd2b9b4c03caba38.yaml.php index 2eedda5..b484c2b 100644 --- a/cache/compiled/files/7c5488bb07b097f7dd2b9b4c03caba38.yaml.php +++ b/cache/compiled/files/7c5488bb07b097f7dd2b9b4c03caba38.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/ar.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'هذا إصدار بيتا! استخدم هذا في الإنتاج على مسؤوليتك الخاصة...', diff --git a/cache/compiled/files/7f0d08e494ba3610528270c9f235118d.yaml.php b/cache/compiled/files/7f0d08e494ba3610528270c9f235118d.yaml.php index da267a3..10e8494 100644 --- a/cache/compiled/files/7f0d08e494ba3610528270c9f235118d.yaml.php +++ b/cache/compiled/files/7f0d08e494ba3610528270c9f235118d.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/blueprints/pages/default.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'title' => 'PLUGIN_ADMIN.DEFAULT', 'rules' => [ diff --git a/cache/compiled/files/82047cfcfd389ad167fd19d384ad33b5.yaml.php b/cache/compiled/files/82047cfcfd389ad167fd19d384ad33b5.yaml.php index ccead61..9a089e1 100644 --- a/cache/compiled/files/82047cfcfd389ad167fd19d384ad33b5.yaml.php +++ b/cache/compiled/files/82047cfcfd389ad167fd19d384ad33b5.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/sk.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Toto je Beta verzia! Používajte v ostrej prevádzke na vlastné riziko...', diff --git a/cache/compiled/files/87da888ea445c779e5e531c474867fb5.yaml.php b/cache/compiled/files/87da888ea445c779e5e531c474867fb5.yaml.php index dba4ea1..1657329 100644 --- a/cache/compiled/files/87da888ea445c779e5e531c474867fb5.yaml.php +++ b/cache/compiled/files/87da888ea445c779e5e531c474867fb5.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/et.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Tegemist on beeta-versiooniga! Kasutamine töötaval veebilehel oma vastutusel...', diff --git a/cache/compiled/files/88158c4319d0efd60ecc2735c3beea7a.yaml.php b/cache/compiled/files/88158c4319d0efd60ecc2735c3beea7a.yaml.php index 09ba5c3..eda2915 100644 --- a/cache/compiled/files/88158c4319d0efd60ecc2735c3beea7a.yaml.php +++ b/cache/compiled/files/88158c4319d0efd60ecc2735c3beea7a.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/ar.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- العنوان: %1$s diff --git a/cache/compiled/files/8867bdaacef791049ba170de637796d0.yaml.php b/cache/compiled/files/8867bdaacef791049ba170de637796d0.yaml.php index ba31c13..86d078c 100644 --- a/cache/compiled/files/8867bdaacef791049ba170de637796d0.yaml.php +++ b/cache/compiled/files/8867bdaacef791049ba170de637796d0.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/tr.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Bu bir beta sürümüdür! Sunucunuzda kullanmak sizin sorumluluğunuzdadır...', diff --git a/cache/compiled/files/8c4a872618f98b56780ed8429c08b59c.yaml.php b/cache/compiled/files/8c4a872618f98b56780ed8429c08b59c.yaml.php index 8eaef34..cdf28fd 100644 --- a/cache/compiled/files/8c4a872618f98b56780ed8429c08b59c.yaml.php +++ b/cache/compiled/files/8c4a872618f98b56780ed8429c08b59c.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/vi.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- title: %1$s diff --git a/cache/compiled/files/9292e696a6d4f99d914854b26fbc1593.yaml.php b/cache/compiled/files/9292e696a6d4f99d914854b26fbc1593.yaml.php index 90ff036..d830ac5 100644 --- a/cache/compiled/files/9292e696a6d4f99d914854b26fbc1593.yaml.php +++ b/cache/compiled/files/9292e696a6d4f99d914854b26fbc1593.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/fi.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'NICETIME' => [ 'NO_DATE_PROVIDED' => 'Päivämäärää ei annettu', diff --git a/cache/compiled/files/973b2dac6d87d441e072d659c611aeea.yaml.php b/cache/compiled/files/973b2dac6d87d441e072d659c611aeea.yaml.php index 37fb996..5c43c7f 100644 --- a/cache/compiled/files/973b2dac6d87d441e072d659c611aeea.yaml.php +++ b/cache/compiled/files/973b2dac6d87d441e072d659c611aeea.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/sv.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- titel: %1$s --- # Fel: Ogiltig Frontmatter-sökväg: `%2$s` **%3$s** ``` %4$s ```', 'NICETIME' => [ diff --git a/cache/compiled/files/97aad6a38e1d7fa65f3412b7595bbabb.yaml.php b/cache/compiled/files/97aad6a38e1d7fa65f3412b7595bbabb.yaml.php new file mode 100644 index 0000000..084759c --- /dev/null +++ b/cache/compiled/files/97aad6a38e1d7fa65f3412b7595bbabb.yaml.php @@ -0,0 +1,9 @@ + 'Grav\\Common\\File\\CompiledYamlFile', + 'filename' => '/var/www/html/user/data/licenses.yaml', + 'modified' => 1531318905, + 'data' => [ + + ] +]; diff --git a/cache/compiled/files/98343a2b6e219f68461863c5481f32ff.yaml.php b/cache/compiled/files/98343a2b6e219f68461863c5481f32ff.yaml.php index 78d6bc1..893b8a0 100644 --- a/cache/compiled/files/98343a2b6e219f68461863c5481f32ff.yaml.php +++ b/cache/compiled/files/98343a2b6e219f68461863c5481f32ff.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/hr.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'INFLECTOR_UNCOUNTABLE' => [ 0 => 'oprema', diff --git a/cache/compiled/files/996a75fc33bc560e1f2bf656f006fb06.yaml.php b/cache/compiled/files/996a75fc33bc560e1f2bf656f006fb06.yaml.php index 392308c..b87708e 100644 --- a/cache/compiled/files/996a75fc33bc560e1f2bf656f006fb06.yaml.php +++ b/cache/compiled/files/996a75fc33bc560e1f2bf656f006fb06.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/ja.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- title: %1$s diff --git a/cache/compiled/files/9b8bcf1d71461c20c406f8179267748f.yaml.php b/cache/compiled/files/9b8bcf1d71461c20c406f8179267748f.yaml.php index e836b9e..49cbed3 100644 --- a/cache/compiled/files/9b8bcf1d71461c20c406f8179267748f.yaml.php +++ b/cache/compiled/files/9b8bcf1d71461c20c406f8179267748f.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/el.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Αυτή είναι μία έκδοση Beta! Χρησιμοποιήστε την στην Παραγωγή με δικό σας ρίσκο...', diff --git a/cache/compiled/files/9ba9f2c38ff70f0249f84778563c83a0.yaml.php b/cache/compiled/files/9ba9f2c38ff70f0249f84778563c83a0.yaml.php index de0f7bc..42d4c99 100644 --- a/cache/compiled/files/9ba9f2c38ff70f0249f84778563c83a0.yaml.php +++ b/cache/compiled/files/9ba9f2c38ff70f0249f84778563c83a0.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/themes/grav/templates/forms/fields/iconpicker/icons.yaml', - 'modified' => 1529597236, + 'modified' => 1532585277, 'data' => [ 'icons' => [ 0 => [ diff --git a/cache/compiled/files/a08c3d31ab835cead298d83dfb769c19.yaml.php b/cache/compiled/files/a08c3d31ab835cead298d83dfb769c19.yaml.php index fb731d0..db9f071 100644 --- a/cache/compiled/files/a08c3d31ab835cead298d83dfb769c19.yaml.php +++ b/cache/compiled/files/a08c3d31ab835cead298d83dfb769c19.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/lt.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'INFLECTOR_UNCOUNTABLE' => [ 2 => 'ryžiai', diff --git a/cache/compiled/files/a38c74f80fa82c7709ff85e60f270f50.yaml.php b/cache/compiled/files/a38c74f80fa82c7709ff85e60f270f50.yaml.php index 7260219..a408770 100644 --- a/cache/compiled/files/a38c74f80fa82c7709ff85e60f270f50.yaml.php +++ b/cache/compiled/files/a38c74f80fa82c7709ff85e60f270f50.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/en.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- title: %1$s diff --git a/cache/compiled/files/a5e4b8f2512d73b67089aa674bfc0576.yaml.php b/cache/compiled/files/a5e4b8f2512d73b67089aa674bfc0576.yaml.php index 7c28286..5f89963 100644 --- a/cache/compiled/files/a5e4b8f2512d73b67089aa674bfc0576.yaml.php +++ b/cache/compiled/files/a5e4b8f2512d73b67089aa674bfc0576.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/blueprints/config/system.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'title' => 'PLUGIN_ADMIN.SYSTEM', 'form' => [ diff --git a/cache/compiled/files/a681e79e1fb1e814e9d258a463a95be3.yaml.php b/cache/compiled/files/a681e79e1fb1e814e9d258a463a95be3.yaml.php index c406491..2040940 100644 --- a/cache/compiled/files/a681e79e1fb1e814e9d258a463a95be3.yaml.php +++ b/cache/compiled/files/a681e79e1fb1e814e9d258a463a95be3.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/el.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'MONTHS_OF_THE_YEAR' => [ 0 => 'Ιανουάριος', diff --git a/cache/compiled/files/ab79503731760f62587a7f423c92390f.yaml.php b/cache/compiled/files/ab79503731760f62587a7f423c92390f.yaml.php index b8d2161..47d9db2 100644 --- a/cache/compiled/files/ab79503731760f62587a7f423c92390f.yaml.php +++ b/cache/compiled/files/ab79503731760f62587a7f423c92390f.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/sk.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'NICETIME' => [ 'NO_DATE_PROVIDED' => 'Neposkytnutý žiaden dátum', diff --git a/cache/compiled/files/abf2698caad2c43c4c1878d0c3dc4510.yaml.php b/cache/compiled/files/abf2698caad2c43c4c1878d0c3dc4510.yaml.php index ee99456..98bb195 100644 --- a/cache/compiled/files/abf2698caad2c43c4c1878d0c3dc4510.yaml.php +++ b/cache/compiled/files/abf2698caad2c43c4c1878d0c3dc4510.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/uk.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Це бета-реліз! Використовуйте його на продуктовому сервері на свій страх і ризик...', diff --git a/cache/compiled/files/ac81c38f7adbc964a2395bc28c9632db.yaml.php b/cache/compiled/files/ac81c38f7adbc964a2395bc28c9632db.yaml.php index 417277f..fd86818 100644 --- a/cache/compiled/files/ac81c38f7adbc964a2395bc28c9632db.yaml.php +++ b/cache/compiled/files/ac81c38f7adbc964a2395bc28c9632db.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/bg.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Това е Бета версия! Използвате на ваша отговорност...', diff --git a/cache/compiled/files/afe7021c4b496e394ed6212ef38b2d08.yaml.php b/cache/compiled/files/afe7021c4b496e394ed6212ef38b2d08.yaml.php index a906694..8ace651 100644 --- a/cache/compiled/files/afe7021c4b496e394ed6212ef38b2d08.yaml.php +++ b/cache/compiled/files/afe7021c4b496e394ed6212ef38b2d08.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/blueprints/admin/pages/new_folder.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'rules' => [ 'slug' => [ diff --git a/cache/compiled/files/b05e91a581f7015e78e1734bad1814a2.yaml.php b/cache/compiled/files/b05e91a581f7015e78e1734bad1814a2.yaml.php index 7f33514..5896f17 100644 --- a/cache/compiled/files/b05e91a581f7015e78e1734bad1814a2.yaml.php +++ b/cache/compiled/files/b05e91a581f7015e78e1734bad1814a2.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/config/system.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'absolute_urls' => false, 'timezone' => '', diff --git a/cache/compiled/files/bb38401f5b94954bbd1c764a61c50f3d.yaml.php b/cache/compiled/files/bb38401f5b94954bbd1c764a61c50f3d.yaml.php index 9fac52a..baae598 100644 --- a/cache/compiled/files/bb38401f5b94954bbd1c764a61c50f3d.yaml.php +++ b/cache/compiled/files/bb38401f5b94954bbd1c764a61c50f3d.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/cy.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Mae hwn yn fersiwn beta! Defnyddio hwn yn cynhyrchu ar risg eich hun...', diff --git a/cache/compiled/files/bdbf934defa3f8a9f0a1974fe0f79355.yaml.php b/cache/compiled/files/bdbf934defa3f8a9f0a1974fe0f79355.yaml.php index bd98949..9b51484 100644 --- a/cache/compiled/files/bdbf934defa3f8a9f0a1974fe0f79355.yaml.php +++ b/cache/compiled/files/bdbf934defa3f8a9f0a1974fe0f79355.yaml.php @@ -2,10 +2,10 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/blueprints.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'name' => 'Admin Panel', - 'version' => '1.8.5', + 'version' => '1.8.6', 'description' => 'Adds an advanced administration panel to manage your site', 'icon' => 'empire', 'author' => [ diff --git a/cache/compiled/files/c04eba2757f130c95ead03f30910f7fe.yaml.php b/cache/compiled/files/c04eba2757f130c95ead03f30910f7fe.yaml.php index 38696e5..48794b1 100644 --- a/cache/compiled/files/c04eba2757f130c95ead03f30910f7fe.yaml.php +++ b/cache/compiled/files/c04eba2757f130c95ead03f30910f7fe.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/he.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'זוהי מהדורת ביתא! השימוש על אחריותכם בלבד...', diff --git a/cache/compiled/files/c91fb106d8bed36c94138ed35c55be0c.yaml.php b/cache/compiled/files/c91fb106d8bed36c94138ed35c55be0c.yaml.php index 5663a97..94d9898 100644 --- a/cache/compiled/files/c91fb106d8bed36c94138ed35c55be0c.yaml.php +++ b/cache/compiled/files/c91fb106d8bed36c94138ed35c55be0c.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/blueprints/config/media.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'title' => 'PLUGIN_ADMIN.MEDIA', 'form' => [ diff --git a/cache/compiled/files/ca8b7a6ba5189bfd5785d4284be2c7c4.yaml.php b/cache/compiled/files/ca8b7a6ba5189bfd5785d4284be2c7c4.yaml.php index 405998f..a663844 100644 --- a/cache/compiled/files/ca8b7a6ba5189bfd5785d4284be2c7c4.yaml.php +++ b/cache/compiled/files/ca8b7a6ba5189bfd5785d4284be2c7c4.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/th.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'นี่เป็นรุ่นทดลอง หากคุณใช้บนเว็บจริงคุณต้องยอมรับในความเสี่ยงนั้นเอง', diff --git a/cache/compiled/files/cb31ef7ef6b442f33e3a5b9066cc0829.yaml.php b/cache/compiled/files/cb31ef7ef6b442f33e3a5b9066cc0829.yaml.php new file mode 100644 index 0000000..39f0053 --- /dev/null +++ b/cache/compiled/files/cb31ef7ef6b442f33e3a5b9066cc0829.yaml.php @@ -0,0 +1,48 @@ + 'Grav\\Common\\File\\CompiledYamlFile', + 'filename' => '/var/www/html/user/themes/r2c/blueprints/modular/images.yaml', + 'modified' => 1532585841, + 'data' => [ + 'title' => 'PLUGIN_ADMIN.MODULAR', + 'extends@' => 'default', + 'form' => [ + 'fields' => [ + 'tabs' => [ + 'type' => 'tabs', + 'active' => 1, + 'fields' => [ + 'content' => [ + 'fields' => [ + 'modular_title' => [ + 'type' => 'spacer', + 'title' => 'PLUGIN_ADMIN.MODULAR_SETUP' + ], + 'header.content.items' => [ + 'type' => 'text', + 'label' => 'PLUGIN_ADMIN.ITEMS', + 'default' => '@self.modular', + 'size' => 'medium' + ], + 'header.content.order.by' => [ + 'type' => 'text', + 'label' => 'PLUGIN_ADMIN.ORDER_BY', + 'placeholder' => 'date', + 'help' => NULL, + 'size' => 'small' + ], + 'header.content.order.dir' => [ + 'type' => 'text', + 'label' => 'PLUGIN_ADMIN.ORDER', + 'help' => '"desc" or "asc" are valid values', + 'placeholder' => 'desc', + 'size' => 'small' + ] + ] + ] + ] + ] + ] + ] + ] +]; diff --git a/cache/compiled/files/cd5e98ffdb65110fd731a13b2a45e55a.yaml.php b/cache/compiled/files/cd5e98ffdb65110fd731a13b2a45e55a.yaml.php index ac7433d..5f24486 100644 --- a/cache/compiled/files/cd5e98ffdb65110fd731a13b2a45e55a.yaml.php +++ b/cache/compiled/files/cd5e98ffdb65110fd731a13b2a45e55a.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/da.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- Titel: %1$s diff --git a/cache/compiled/files/d047e1a5bd13bb2a5c6fc4199441f9d3.yaml.php b/cache/compiled/files/d047e1a5bd13bb2a5c6fc4199441f9d3.yaml.php index f1accee..e7b1e07 100644 --- a/cache/compiled/files/d047e1a5bd13bb2a5c6fc4199441f9d3.yaml.php +++ b/cache/compiled/files/d047e1a5bd13bb2a5c6fc4199441f9d3.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/de.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- title: %1$s diff --git a/cache/compiled/files/d28eaa56132f1c05284e52cb2f3bf8d2.yaml.php b/cache/compiled/files/d28eaa56132f1c05284e52cb2f3bf8d2.yaml.php index dd164d0..2815847 100644 --- a/cache/compiled/files/d28eaa56132f1c05284e52cb2f3bf8d2.yaml.php +++ b/cache/compiled/files/d28eaa56132f1c05284e52cb2f3bf8d2.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/sl.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'LOGIN_BTN' => 'Prijava', diff --git a/cache/compiled/files/d2954456dfec619386ca7550ba99a6e6.yaml.php b/cache/compiled/files/d2954456dfec619386ca7550ba99a6e6.yaml.php index e9ddaf4..b08f580 100644 --- a/cache/compiled/files/d2954456dfec619386ca7550ba99a6e6.yaml.php +++ b/cache/compiled/files/d2954456dfec619386ca7550ba99a6e6.yaml.php @@ -2,9 +2,9 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/config/site.yaml', - 'modified' => 1530713574, + 'modified' => 1531325457, 'data' => [ - 'title' => 'r2c', + 'title' => 'Réseau de convivialité', 'default_lang' => 'en', 'author' => [ 'name' => 'Kevin Tessier', diff --git a/cache/compiled/files/d2956c39db2f1cc6afa50ab2d4dae47a.yaml.php b/cache/compiled/files/d2956c39db2f1cc6afa50ab2d4dae47a.yaml.php index 471a922..497a3b5 100644 --- a/cache/compiled/files/d2956c39db2f1cc6afa50ab2d4dae47a.yaml.php +++ b/cache/compiled/files/d2956c39db2f1cc6afa50ab2d4dae47a.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/es.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- title: %1$s diff --git a/cache/compiled/files/d67a039b458a41806ddca52bdfd13011.yaml.php b/cache/compiled/files/d67a039b458a41806ddca52bdfd13011.yaml.php index 8227042..44eb856 100644 --- a/cache/compiled/files/d67a039b458a41806ddca52bdfd13011.yaml.php +++ b/cache/compiled/files/d67a039b458a41806ddca52bdfd13011.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/no.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- Tittel: %1$s diff --git a/cache/compiled/files/d80ecfc2b19a6a91243959358854e4f6.yaml.php b/cache/compiled/files/d80ecfc2b19a6a91243959358854e4f6.yaml.php index 80a324d..8d94dbe 100644 --- a/cache/compiled/files/d80ecfc2b19a6a91243959358854e4f6.yaml.php +++ b/cache/compiled/files/d80ecfc2b19a6a91243959358854e4f6.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/ca.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- title: %1$s diff --git a/cache/compiled/files/d8d87e21720a2a4ee8c2f55f82bec356.yaml.php b/cache/compiled/files/d8d87e21720a2a4ee8c2f55f82bec356.yaml.php index 9240411..b133a45 100644 --- a/cache/compiled/files/d8d87e21720a2a4ee8c2f55f82bec356.yaml.php +++ b/cache/compiled/files/d8d87e21720a2a4ee8c2f55f82bec356.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/fr.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- title: %1$s diff --git a/cache/compiled/files/dfb2151536c4b43541d86c76897ac9ec.yaml.php b/cache/compiled/files/dfb2151536c4b43541d86c76897ac9ec.yaml.php index 543adbb..2908de2 100644 --- a/cache/compiled/files/dfb2151536c4b43541d86c76897ac9ec.yaml.php +++ b/cache/compiled/files/dfb2151536c4b43541d86c76897ac9ec.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/cs.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Jedná se o beta verzi! V ostrém provozu používejte pouze na vlastní nebezpečí...', diff --git a/cache/compiled/files/e0133dd277158748244ea68a572dfa22.yaml.php b/cache/compiled/files/e0133dd277158748244ea68a572dfa22.yaml.php index 5b0661f..d497bd2 100644 --- a/cache/compiled/files/e0133dd277158748244ea68a572dfa22.yaml.php +++ b/cache/compiled/files/e0133dd277158748244ea68a572dfa22.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/ro.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Aceasta este o versiune Beta! Folosiți-o pe propiul risc...', diff --git a/cache/compiled/files/e58c2202f53139168732f1a65568db73.yaml.php b/cache/compiled/files/e58c2202f53139168732f1a65568db73.yaml.php index ea76d9d..bfee435 100644 --- a/cache/compiled/files/e58c2202f53139168732f1a65568db73.yaml.php +++ b/cache/compiled/files/e58c2202f53139168732f1a65568db73.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/eu.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Beta bertsio bat da hau! Produkzioan erabili ezazu zure ardurapean...', diff --git a/cache/compiled/files/e7c91ef50f59195ad0af83b9cdff8342.yaml.php b/cache/compiled/files/e7c91ef50f59195ad0af83b9cdff8342.yaml.php index 8d1e374..4e88597 100644 --- a/cache/compiled/files/e7c91ef50f59195ad0af83b9cdff8342.yaml.php +++ b/cache/compiled/files/e7c91ef50f59195ad0af83b9cdff8342.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/system/languages/ru.yaml', - 'modified' => 1529597236, + 'modified' => 1532585289, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- title: %1$s diff --git a/cache/compiled/files/f3b62e150ce191aa441dbd8096f0a9ec.yaml.php b/cache/compiled/files/f3b62e150ce191aa441dbd8096f0a9ec.yaml.php index a379954..631854b 100644 --- a/cache/compiled/files/f3b62e150ce191aa441dbd8096f0a9ec.yaml.php +++ b/cache/compiled/files/f3b62e150ce191aa441dbd8096f0a9ec.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/fi.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Tämä on beta-versio! Käyttö tuotannossa omalla vastuulla...', diff --git a/cache/compiled/files/f6078bdf0d6ccf672d8f88cbca03830f.yaml.php b/cache/compiled/files/f6078bdf0d6ccf672d8f88cbca03830f.yaml.php index 5092db0..0efb98d 100644 --- a/cache/compiled/files/f6078bdf0d6ccf672d8f88cbca03830f.yaml.php +++ b/cache/compiled/files/f6078bdf0d6ccf672d8f88cbca03830f.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/fr.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Ceci est une version bêta ! Utilisez-là en production à vos risques et périls...', diff --git a/cache/compiled/files/f84623a35c52676de9ddbc2768fb0f67.yaml.php b/cache/compiled/files/f84623a35c52676de9ddbc2768fb0f67.yaml.php index bff5b99..7c9b5f2 100644 --- a/cache/compiled/files/f84623a35c52676de9ddbc2768fb0f67.yaml.php +++ b/cache/compiled/files/f84623a35c52676de9ddbc2768fb0f67.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/blueprints/admin/pages/new.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'rules' => [ 'slug' => [ diff --git a/cache/compiled/files/f97f2f553ee697130f59ec1c97275b32.yaml.php b/cache/compiled/files/f97f2f553ee697130f59ec1c97275b32.yaml.php index a44be26..58e15a8 100644 --- a/cache/compiled/files/f97f2f553ee697130f59ec1c97275b32.yaml.php +++ b/cache/compiled/files/f97f2f553ee697130f59ec1c97275b32.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/tlh.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'LOGIN_BTN_FORGOT' => 'lIj', diff --git a/cache/compiled/files/fc8c3938283b7240f9ee16daedea8bbd.yaml.php b/cache/compiled/files/fc8c3938283b7240f9ee16daedea8bbd.yaml.php index f92662a..9f4eeb5 100644 --- a/cache/compiled/files/fc8c3938283b7240f9ee16daedea8bbd.yaml.php +++ b/cache/compiled/files/fc8c3938283b7240f9ee16daedea8bbd.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/nl.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Dit is een betaversie! Gebruik op een live site is voor eigen risico...', diff --git a/cache/compiled/files/feb748fd256c71f7b977257fd6715976.yaml.php b/cache/compiled/files/feb748fd256c71f7b977257fd6715976.yaml.php index 5e98768..f83b6e8 100644 --- a/cache/compiled/files/feb748fd256c71f7b977257fd6715976.yaml.php +++ b/cache/compiled/files/feb748fd256c71f7b977257fd6715976.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/var/www/html/user/plugins/admin/languages/hu.yaml', - 'modified' => 1529597236, + 'modified' => 1532585276, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Ez egy béta kiadás! Éles környezetben csak saját felelősségre használd...', diff --git a/cache/compiled/languages/master-localhost.php b/cache/compiled/languages/master-localhost.php index 762c976..8d338d2 100644 --- a/cache/compiled/languages/master-localhost.php +++ b/cache/compiled/languages/master-localhost.php @@ -1,121 +1,121 @@ 'Grav\\Common\\Config\\CompiledLanguages', - 'timestamp' => 1531324258, - 'checksum' => '09c224178739f64346019fcb4930233a', + 'timestamp' => 1532585293, + 'checksum' => 'cedd8b4d1d82ee5d40ce24a18d8b6a75', 'files' => [ 'system/languages' => [ 'ar' => [ 'file' => 'system/languages/ar.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'ca' => [ 'file' => 'system/languages/ca.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'cs' => [ 'file' => 'system/languages/cs.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'da' => [ 'file' => 'system/languages/da.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'de' => [ 'file' => 'system/languages/de.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'el' => [ 'file' => 'system/languages/el.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'en' => [ 'file' => 'system/languages/en.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'es' => [ 'file' => 'system/languages/es.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'fi' => [ 'file' => 'system/languages/fi.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'fr' => [ 'file' => 'system/languages/fr.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'hr' => [ 'file' => 'system/languages/hr.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'hu' => [ 'file' => 'system/languages/hu.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'it' => [ 'file' => 'system/languages/it.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'ja' => [ 'file' => 'system/languages/ja.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'lt' => [ 'file' => 'system/languages/lt.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'nb' => [ 'file' => 'system/languages/nb.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'nl' => [ 'file' => 'system/languages/nl.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'no' => [ 'file' => 'system/languages/no.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'pl' => [ 'file' => 'system/languages/pl.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'pt' => [ 'file' => 'system/languages/pt.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'ro' => [ 'file' => 'system/languages/ro.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'ru' => [ 'file' => 'system/languages/ru.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'sk' => [ 'file' => 'system/languages/sk.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'sv' => [ 'file' => 'system/languages/sv.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'th' => [ 'file' => 'system/languages/th.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'tr' => [ 'file' => 'system/languages/tr.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'uk' => [ 'file' => 'system/languages/uk.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ], 'vi' => [ 'file' => 'system/languages/vi.yaml', - 'modified' => 1529597236 + 'modified' => 1532585289 ] ], 'user/plugins' => [ @@ -173,159 +173,159 @@ return [ 'user/plugins/admin/languages' => [ 'ar' => [ 'file' => 'user/plugins/admin/languages/ar.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'bg' => [ 'file' => 'user/plugins/admin/languages/bg.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'br' => [ 'file' => 'user/plugins/admin/languages/br.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'ca' => [ 'file' => 'user/plugins/admin/languages/ca.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'cs' => [ 'file' => 'user/plugins/admin/languages/cs.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'cy' => [ 'file' => 'user/plugins/admin/languages/cy.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'da' => [ 'file' => 'user/plugins/admin/languages/da.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'de' => [ 'file' => 'user/plugins/admin/languages/de.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'el' => [ 'file' => 'user/plugins/admin/languages/el.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'en' => [ 'file' => 'user/plugins/admin/languages/en.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'es' => [ 'file' => 'user/plugins/admin/languages/es.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'et' => [ 'file' => 'user/plugins/admin/languages/et.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'eu' => [ 'file' => 'user/plugins/admin/languages/eu.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'fa' => [ 'file' => 'user/plugins/admin/languages/fa.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'fi' => [ 'file' => 'user/plugins/admin/languages/fi.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'fr' => [ 'file' => 'user/plugins/admin/languages/fr.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'he' => [ 'file' => 'user/plugins/admin/languages/he.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'hr' => [ 'file' => 'user/plugins/admin/languages/hr.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'hu' => [ 'file' => 'user/plugins/admin/languages/hu.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'id' => [ 'file' => 'user/plugins/admin/languages/id.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'it' => [ 'file' => 'user/plugins/admin/languages/it.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'ja' => [ 'file' => 'user/plugins/admin/languages/ja.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'ko' => [ 'file' => 'user/plugins/admin/languages/ko.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'lt' => [ 'file' => 'user/plugins/admin/languages/lt.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'nl' => [ 'file' => 'user/plugins/admin/languages/nl.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'no' => [ 'file' => 'user/plugins/admin/languages/no.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'pl' => [ 'file' => 'user/plugins/admin/languages/pl.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'pt' => [ 'file' => 'user/plugins/admin/languages/pt.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'ro' => [ 'file' => 'user/plugins/admin/languages/ro.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'ru' => [ 'file' => 'user/plugins/admin/languages/ru.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'sk' => [ 'file' => 'user/plugins/admin/languages/sk.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'sl' => [ 'file' => 'user/plugins/admin/languages/sl.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'sv' => [ 'file' => 'user/plugins/admin/languages/sv.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'th' => [ 'file' => 'user/plugins/admin/languages/th.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'tlh' => [ 'file' => 'user/plugins/admin/languages/tlh.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'tr' => [ 'file' => 'user/plugins/admin/languages/tr.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'uk' => [ 'file' => 'user/plugins/admin/languages/uk.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'vi' => [ 'file' => 'user/plugins/admin/languages/vi.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ], 'zh' => [ 'file' => 'user/plugins/admin/languages/zh.yaml', - 'modified' => 1529597236 + 'modified' => 1532585276 ] ] ], @@ -5716,6 +5716,10 @@ Pfad: `%2$s` 'DISPLAY_ERRORS_HELP' => 'Display full backtrace-style error page', 'LOG_ERRORS' => 'Log errors', 'LOG_ERRORS_HELP' => 'Log errors to /logs folder', + 'LOG_HANDLER' => 'Log handler', + 'LOG_HANDLER_HELP' => 'Where to output the logs', + 'SYSLOG_FACILITY' => 'Syslog facility', + 'SYSLOG_FACILITY_HELP' => 'Syslog facility for output', 'DEBUGGER' => 'Debugger', 'DEBUGGER_HELP' => 'Enable Grav debugger and following settings', 'DEBUG_TWIG' => 'Debug Twig', @@ -22870,7 +22874,7 @@ Path: `%2$s` 6 => 'søndag' ] ], - 'checksum' => '09c224178739f64346019fcb4930233a', - 'timestamp' => 1531324258 + 'checksum' => 'cedd8b4d1d82ee5d40ce24a18d8b6a75', + 'timestamp' => 1532585293 ] ]; diff --git a/cache/gpm/70/5b66353665393564626539373737366630623138643861666633396364643235395d5b315d.doctrinecache.data b/cache/gpm/70/5b66353665393564626539373737366630623138643861666633396364643235395d5b315d.doctrinecache.data new file mode 100644 index 0000000..c403df7 --- /dev/null +++ b/cache/gpm/70/5b66353665393564626539373737366630623138643861666633396364643235395d5b315d.doctrinecache.data @@ -0,0 +1,3 @@ +1532671697 +s:1654088:"{"content-edit":{"name":"Content Edit","version":"1.1.0","description":"Frontend edit of content pages by users in groups","description_html":"
Frontend edit of content pages by users in groups<\/p>","description_plain":"Frontend edit of content pages by users in groups","icon":"pencil-square-o","author":{"name":"Richard N Hainsworth","email":"rnhainsworth@gmail.com"},"homepage":"https:\/\/github.com\/finanalyst\/grav-plugin-content-edit","docs":"https:\/\/github.com\/finanalyst\/grav-plugin-content-edit\/blob\/develop\/README.md","keywords":"grav, plugin, content, edit, frontend","bugs":"https:\/\/github.com\/finanalyst\/grav-plugin-content-edit\/issues","license":"MIT","tag_name":"v1.1.0","date":"2018-07-24T07:32:17Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/content-edit\/1.1.0","repository":"https:\/\/github.com\/finanalyst\/grav-plugin-content-edit","slug":"content-edit","install_path":"user\/plugins\/content-edit","changelog":{"1.1.0":{"date":"24 July 2018","content":"1. [](#enhancement)\n * Removed iframePreview and divPreview\n * Combined into single option `preview`\n * Created new template `content-edit-review` to allow for frontend visualisation of edits by month\n * iframe container for Preview can be used for all servers, no X-Frame errors.","content_html":"
preview<\/code><\/li>\n- Created new template
content-edit-review<\/code> to allow for frontend visualisation of edits by month<\/li>\n- iframe container for Preview can be used for all servers, no X-Frame errors.<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Removed iframePreview and divPreview\nCombined into single option preview\nCreated new template content-edit-review to allow for frontend visualisation of edits by month\niframe container for Preview can be used for all servers, no X-Frame errors."},"1.0.0":{"date":" 22 July 2018","content":"1. [](#new)\n * Plugin ready for publication","content_html":"
\n- <\/a>\n
\n- Plugin ready for publication<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Plugin ready for publication"}},"dependencies":[]},"shoppingcart-personalizer":{"name":"Shopping Cart Personalizer Addon","version":"0.9.1","description":"Personlizer for the Grav Shopping Cart Plugin","description_html":"
Personlizer for the Grav Shopping Cart Plugin<\/p>","description_plain":"Personlizer for the Grav Shopping Cart Plugin","icon":"shopping-cart","author":{"name":"Uli Hake","url":"https:\/\/www.saveva.com","email":"uli.hake@gmail.com"},"dependencies":[{"name":"shoppingcart","version":"~1.1"}],"homepage":"https:\/\/github.com\/leotiger\/grav-plugin-shoppingcart-personalizer","demo":"https:\/\/www.tessa.es","keywords":"shoppingcart, ecommerce, e-commerce, plugin, shop, cart, stock management","bugs":"https:\/\/github.com\/leotiger\/grav-plugin-shoppingcart-personalizer\/issues","license":"MIT","tag_name":"v0.9.1","date":"2018-07-23T23:52:35Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/shoppingcart-personalizer\/0.9.1","repository":"https:\/\/github.com\/leotiger\/grav-plugin-shoppingcart-personalizer","slug":"shoppingcart-personalizer","install_path":"user\/plugins\/shoppingcart-personalizer","changelog":{"0.9.1":{"date":"07-24-2018","content":"1. [](#bugfix)\n * Fix bug if no groups and variations a present in onAdminSave","content_html":"
\n- <\/a>\n
\n- Fix bug if no groups and variations a present in onAdminSave<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Fix bug if no groups and variations a present in onAdminSave"},"0.9.0":{"date":"07-23-2018","content":"1. [](#enhancement)\n * Add language variables\n1. [](#testing)\n * Test integration","content_html":"
\n- <\/a>\n
\n- Add language variables<\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- Test integration<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Add language variables\n\n\n\nTest integration"},"0.8.0":{"date":"07-23-2018","content":"1. [](#enhancement)\n * Show selected variations and configurations in cart on demand\n ","content_html":"
\n- <\/a>\n
\n- Show selected variations and configurations in cart on demand<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Show selected variations and configurations in cart on demand"},"0.7.0":{"date":"07-22-2018","content":"1. [](#enhancement)\n * Allow stock management for variations in grouped context\n ","content_html":"
\n- <\/a>\n
\n- Allow stock management for variations in grouped context<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Allow stock management for variations in grouped context"},"0.6.0":{"date":"07-22-2018","content":"1. [](#enhancement)\n * Enhance variations with customer input\n2. [](#bugfixes)\n * Minor compatibility fixes and overwrites for Shoppingcart","content_html":"
\n- <\/a>\n
\n- Enhance variations with customer input<\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- Minor compatibility fixes and overwrites for Shoppingcart<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Enhance variations with customer input\n\n\n\nMinor compatibility fixes and overwrites for Shoppingcart"},"0.5.0":{"date":"07-21-2018","content":"1. [](#enhancement)\n * Allow grouping of product variations","content_html":"
\n- <\/a>\n
\n- Allow grouping of product variations<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Allow grouping of product variations"},"0.4.0":{"date":"07-21-2018","content":"1. [](#enhancement)\n * Start with product variation support","content_html":"
\n- <\/a>\n
\n- Start with product variation support<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Start with product variation support"},"0.3.0":{"date":"07-21-2018","content":"1. [](#enhancement)\n * Add option to remove existing product in cart before adding product again\n ","content_html":"
\n- <\/a>\n
\n- Add option to remove existing product in cart before adding product again<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Add option to remove existing product in cart before adding product again"},"0.2.0":{"date":"07-21-2018","content":"1. [](#enhancement)\n * Better theme support allowing admins to specify the base template to be extended","content_html":"
\n- <\/a>\n
\n- Better theme support allowing admins to specify the base template to be extended<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Better theme support allowing admins to specify the base template to be extended"},"0.1.4":{"date":"07-20-2018","content":"1. [](#bugfix)\n * Fix page blueprints","content_html":"
\n- <\/a>\n
\n- Fix page blueprints<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Fix page blueprints"},"0.1.3":{"date":"07-20-2018","content":"1. [](#bugfix)\n * Support for fancybox was incomplete","content_html":"
\n- <\/a>\n
\n- Support for fancybox was incomplete<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Support for fancybox was incomplete"},"0.1.2":{"date":"07-19-2018","content":"1. [](#bugfix)\n * Update detail item template to support fancybox correctly","content_html":"
\n- <\/a>\n
\n- Update detail item template to support fancybox correctly<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Update detail item template to support fancybox correctly"},"0.1.1":{"date":"07-19-2018","content":"1. [](#improved) \n * Decoupled from Studio Theme","content_html":"
\n- <\/a> \n
\n- Decoupled from Studio Theme<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":" \n\nDecoupled from Studio Theme"},"0.1.0":{"date":"06-26-2018","content":"1. [](#new)\n * Changelog started\n","content_html":"
\n- <\/a>\n
\n- Changelog started<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Changelog started"}}},"static-social-embeds":{"name":"Static Social Embeds","version":"1.1.0","description":"Embeds social status (like tweets, instagram posts, toots, etc.) in articles without using their embed iframe,\nbut rather statically without any dependency to the service.\n","description_html":"
Embeds social status (like tweets, instagram posts, toots, etc.) in articles without using their embed iframe,\nbut rather statically without any dependency to the service.<\/p>","description_plain":"Embeds social status (like tweets, instagram posts, toots, etc.) in articles without using their embed iframe,\nbut rather statically without any dependency to the service.","icon":"newspaper-o","author":{"name":"Amaury Carrade","email":"amaury@carrade.eu"},"dependencies":[{"name":"shortcode-core","version":"*"}],"homepage":"https:\/\/github.com\/Nebulius\/grav-plugin-static-social-embeds","docs":"https:\/\/github.com\/Nebulius\/grav-plugin-static-social-embeds\/blob\/master\/README.md","keywords":"grav, plugin, embed, static, twitter, instagram, mastodon, tweet, toot, integration, post","bugs":"https:\/\/github.com\/Nebulius\/grav-plugin-static-social-embeds\/issues","license":"MIT","tag_name":"v1.1.0","date":"2018-07-11T13:25:59Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/static-social-embeds\/1.1.0","repository":"https:\/\/github.com\/Nebulius\/grav-plugin-static-social-embeds","slug":"static-social-embeds","install_path":"user\/plugins\/static-social-embeds","changelog":{"1.0.1":{"date":"07-07-2018","content":"1. [](#bugfix)\n * Fixes broken icons if the template does not provide Font Awesome 5.1.0+.\n * Small CSS fixes on the default theme (and every theme, for that matter).","content_html":"
\n- <\/a>\n
\n- Fixes broken icons if the template does not provide Font Awesome 5.1.0+.<\/li>\n
- Small CSS fixes on the default theme (and every theme, for that matter).<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Fixes broken icons if the template does not provide Font Awesome 5.1.0+.\nSmall CSS fixes on the default theme (and every theme, for that matter)."},"1.0.0":{"date":" 07-07-2018","content":"1. [](#new)\n * First version\n * Support for Twitter, Mastodon and Instagram, with light or dark embeds, using simple shortcodes.\n * Support for texts, images, videos, GIF, multiple medias, Mastodon's CW.\n * Images and videos can be downloaded locally for enhanced independence.","content_html":"
\n- <\/a>\n
\n- First version<\/li>\n
- Support for Twitter, Mastodon and Instagram, with light or dark embeds, using simple shortcodes.<\/li>\n
- Support for texts, images, videos, GIF, multiple medias, Mastodon's CW.<\/li>\n
- Images and videos can be downloaded locally for enhanced independence.<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"First version\nSupport for Twitter, Mastodon and Instagram, with light or dark embeds, using simple shortcodes.\nSupport for texts, images, videos, GIF, multiple medias, Mastodon's CW.\nImages and videos can be downloaded locally for enhanced independence."}}},"crawler-detect":{"name":"Crawler Detect","version":"0.1.0","description":"CrawlerDetect detects bots\/crawlers\/spiders via the user agent and http_from header.","description_html":"
CrawlerDetect detects bots\/crawlers\/spiders via the user agent and http_from header.<\/p>","description_plain":"CrawlerDetect detects bots\/crawlers\/spiders via the user agent and http_from header.","icon":"plug","author":{"name":"Basile Trujillo","email":"basile.trujillo@digitregroup.com"},"homepage":"https:\/\/github.com\/digitregroup\/grav-plugin-crawler-detect","docs":"https:\/\/github.com\/digitregroup\/grav-plugin-crawler-detect\/blob\/develop\/README.md","keywords":"grav, plugin, bot, crawler, detector","bugs":"https:\/\/github.com\/digitregroup\/grav-plugin-crawler-detect\/issues","license":"MIT","tag_name":"0.2.0","date":"2018-06-21T10:46:40Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/crawler-detect\/0.1.0","repository":"https:\/\/github.com\/digitregroup\/grav-plugin-crawler-detect","slug":"crawler-detect","install_path":"user\/plugins\/crawler-detect","changelog":{"0.1.0":{"date":" 06\/21\/2018","content":"2. [0.1.0](#new)\n * Added CrawlerDetect library\n * Added isCrawler twig function","content_html":"
\n- 0.1.0<\/a>\n
\n- Added CrawlerDetect library<\/li>\n
- Added isCrawler twig function<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"0.1.0\n\nAdded CrawlerDetect library\nAdded isCrawler twig function"}},"dependencies":[]},"gdprprivacysetup":{"name":"GDPR Privacy Setup","version":"0.0.6","description":"Show privacy information popup and manage CSP (Content Security Policy) based on visitor privacy consents","description_html":"
Show privacy information popup and manage CSP (Content Security Policy) based on visitor privacy consents<\/p>","description_plain":"Show privacy information popup and manage CSP (Content Security Policy) based on visitor privacy consents","icon":"shield","author":{"name":"Krzysztof Ga\u0142","url":"http:\/\/krzysztofgal.pl","email":"dev@krzysztofgal.pl"},"dependencies":[{"name":"grav","version":"~1.1"}],"homepage":"https:\/\/github.com\/krzysztofgal\/GravGdprPrivacySetupPlugin","keywords":"GDPR, CSP, Privacy, Popup","bugs":"https:\/\/github.com\/krzysztofgal\/GravGdprPrivacySetupPlugin\/issues","license":"MIT","tag_name":"0.0.6","date":"2018-06-29T09:50:32Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/gdprprivacysetup\/0.0.6","repository":"https:\/\/github.com\/krzysztofgal\/GravGdprPrivacySetupPlugin","slug":"gdprprivacysetup","install_path":"user\/plugins\/gdprprivacysetup","changelog":{"0.0.4":{"date":"06\/18\/2018","content":"1. [](#new)\n * Added Page Whitelist feature, on selected pages popup won`t be shown.\n1. [](#improved)\n * Blueprint labels and help improved.","content_html":"
\n- <\/a>\n
\n- Added Page Whitelist feature, on selected pages popup won`t be shown.<\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- Blueprint labels and help improved.<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Added Page Whitelist feature, on selected pages popup won`t be shown.\n\n\n\nBlueprint labels and help improved."},"0.0.3":{"date":"06\/18\/2018","content":"1. [](#bugfix)\n * Fixed bug with crashing grav when no real page was found (when quering by taxonomies etc...).\n1. [](#improved)\n * Changed some logic with opening popup and consent versioning.","content_html":"
\n- <\/a>\n
\n- Fixed bug with crashing grav when no real page was found (when quering by taxonomies etc...).<\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- Changed some logic with opening popup and consent versioning.<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Fixed bug with crashing grav when no real page was found (when quering by taxonomies etc...).\n\n\n\nChanged some logic with opening popup and consent versioning."},"0.0.2":{"date":"06\/12\/2018","content":"1. [](#bugfix)\n * Privacy Information SHA1 generation on save fixed.","content_html":"
\n- <\/a>\n
\n- Privacy Information SHA1 generation on save fixed.<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Privacy Information SHA1 generation on save fixed."},"0.0.1":{"date":"06\/09\/2018","content":"1. [](#new)\n * ChangeLog started...","content_html":"
\n- <\/a>\n
\n- ChangeLog started...<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"ChangeLog started..."}}},"atools":{"name":"Atools","version":"0.1.1","description":"Anarchy Tools extends additional functionality to both the grav cli and grav admin plugins.","description_html":"
Anarchy Tools extends additional functionality to both the grav cli and grav admin plugins.<\/p>","description_plain":"Anarchy Tools extends additional functionality to both the grav cli and grav admin plugins.","icon":"plug","author":{"name":"Jeremy Gonyea","email":"jeremy.gonyea@gmail.com"},"homepage":"https:\/\/github.com\/jgonyea\/grav-plugin-atools","docs":"https:\/\/github.com\/jgonyea\/grav-plugin-atools\/blob\/develop\/README.md","keywords":"grav, plugin, cli, tools","bugs":"https:\/\/github.com\/jgonyea\/grav-plugin-atools\/issues","license":"MIT","tag_name":"0.1.1","date":"2018-05-31T04:19:26Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/atools\/0.1.1","repository":"https:\/\/github.com\/jgonyea\/grav-plugin-atools","slug":"atools","install_path":"user\/plugins\/atools","changelog":{"0.1.1":{"date":"05\/31\/2018","content":"1. [](#new)\n2. [](#improved)\n * Fixed aliases (was accidentally overriding 'list')\n * Added standard cache clears on enabling\/ disabling a plugin.\n3. [](#bugfix)","content_html":"
\n- <\/a><\/li>\n
- <\/a>\n
\n- Fixed aliases (was accidentally overriding 'list')<\/li>\n
- Added standard cache clears on enabling\/ disabling a plugin.<\/li>\n<\/ul><\/li>\n
- <\/a><\/li>\n<\/ol>","content_plain":"Fixed aliases (was accidentally overriding 'list')\nAdded standard cache clears on enabling\/ disabling a plugin."},"0.1.0":{"date":" 05\/29\/2018","content":"1. [](#new)\n * ChangeLog started...","content_html":"
\n- <\/a>\n
\n- ChangeLog started...<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"ChangeLog started..."}},"dependencies":[]},"latest-tweets":{"name":"Latest Tweets","version":"0.1.6","description":"Display latest tweets from your twitter account using PHP and OAuth.","description_html":"
Display latest tweets from your twitter account using PHP and OAuth.<\/p>","description_plain":"Display latest tweets from your twitter account using PHP and OAuth.","icon":"twitter","author":{"name":"Karol Orzel","email":"info@devlom.com"},"homepage":"https:\/\/github.com\/hexplor\/grav-plugin-latest-tweets","docs":"https:\/\/github.com\/hexplor\/grav-plugin-latest-tweets\/blob\/develop\/README.md","keywords":"grav, plugin, twitter, oauth, latest tweets","bugs":"https:\/\/github.com\/hexplor\/grav-plugin-latest-tweets\/issues","license":"MIT","tag_name":"0.1.6","date":"2018-07-05T13:28:56Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/latest-tweets\/0.1.6","repository":"https:\/\/github.com\/hexplor\/grav-plugin-latest-tweets","slug":"latest-tweets","install_path":"user\/plugins\/latest-tweets","changelog":{"0.1.":{"date":" 05\/21\/2018","content":"1. [](#new)\n * Initial release","content_html":"
\n- <\/a>\n
\n- Initial release<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Initial release"}},"dependencies":[]},"login-ldap":{"name":"Login LDAP","version":"1.0.1","description":"Allows for Grav user authentication against an LDAP Server such as OpenLDAP or ActiveDirectory","description_html":"
Allows for Grav user authentication against an LDAP Server such as OpenLDAP or ActiveDirectory<\/p>","description_plain":"Allows for Grav user authentication against an LDAP Server such as OpenLDAP or ActiveDirectory","icon":"user-circle-o","author":{"name":"Trilby Media","email":"hello@trilby.media"},"dependencies":[{"name":"login","version":">=2.6.3"}],"homepage":"https:\/\/github.com\/trilbymedia\/grav-plugin-login-ldap","docs":"https:\/\/github.com\/trilbymedia\/grav-plugin-login-ldap\/blob\/develop\/README.md","demo":"http:\/\/demo.yoursite.com","keywords":"grav, plugin, login, ldap, active directory, authentication","bugs":"https:\/\/github.com\/trilbymedia\/grav-plugin-login-ldap\/issues","license":"MIT","tag_name":"1.0.1","date":"2018-06-11T22:19:31Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/login-ldap\/1.0.1","repository":"https:\/\/github.com\/trilbymedia\/grav-plugin-login-ldap","slug":"login-ldap","install_path":"user\/plugins\/login-ldap","changelog":{"1.0.1":{"date":"06\/11\/2018","content":"1. [](#improved)\n * Added ability to search for groups with customizable `distinguishedName` setting of the bound user (useful for ActiveDirectory domains) [#1](https:\/\/github.com\/trilbymedia\/grav-plugin-login-ldap\/issues\/1)\n ","content_html":"
\n- <\/a>\n
\n- Added ability to search for groups with customizable
distinguishedName<\/code> setting of the bound user (useful for ActiveDirectory domains) #1<\/a><\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Added ability to search for groups with customizable distinguishedName setting of the bound user (useful for ActiveDirectory domains) #1"},"1.0.0":{"date":"05\/18\/2018","content":"1. [](#new)\n * Plugin released...","content_html":"\n- <\/a>\n
\n- Plugin released...<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Plugin released..."}}},"login-oauth2":{"name":"Login OAuth2","version":"1.0.1","description":"OAuth2 Client Plugin to integrate with Grav's Login","description_html":"
OAuth2 Client Plugin to integrate with Grav's Login<\/p>","description_plain":"OAuth2 Client Plugin to integrate with Grav's Login","icon":"plug","author":{"name":"Trilby Media, LLC","email":"hello@trilby.media"},"dependencies":[{"name":"login","version":"~2.6"}],"homepage":"https:\/\/trilby.media","docs":"https:\/\/github.com\/trilbymedia\/grav-plugin-login-oauth2\/blob\/develop\/README.md","keywords":"grav, plugin, oauth2, login, social","bugs":"https:\/\/github.com\/trilbymedia\/grav-plugin-login-oauth2\/issues","license":"MIT","tag_name":"1.0.1","date":"2018-06-08T00:34:59Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/login-oauth2\/1.0.1","repository":"https:\/\/github.com\/trilbymedia\/grav-plugin-login-oauth2","slug":"login-oauth2","install_path":"user\/plugins\/login-oauth2","changelog":{"1.0.1":{"date":"06\/07\/2018","content":"1. [](#new)\n * Added new Hosted Domain option for Google Provider that allows to limit the login per domain [#1](https:\/\/github.com\/trilbymedia\/grav-plugin-login-oauth2\/issues\/1)","content_html":"
\n- <\/a>\n
\n- Added new Hosted Domain option for Google Provider that allows to limit the login per domain #1<\/a><\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Added new Hosted Domain option for Google Provider that allows to limit the login per domain #1"},"1.0.0":{"date":" 05\/18\/2018","content":"1. [](#new)\n * Plugin released","content_html":"
\n- <\/a>\n
\n- Plugin released<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Plugin released"}}},"map-quest":{"name":"Map Quest","version":"1.0.7","description":"Short code to embed an interactive MapQuest map into a page","description_html":"
Short code to embed an interactive MapQuest map into a page<\/p>","description_plain":"Short code to embed an interactive MapQuest map into a page","icon":"map","author":{"name":"Richard N Hainsworth","email":"rnhainsworth@gmail.com"},"dependencies":[{"name":"shortcode-core","version":"*"}],"homepage":"https:\/\/github.com\/finanalyst\/grav-plugin-map-quest","docs":"https:\/\/github.com\/finanalyst\/grav-plugin-map-quest\/blob\/develop\/README.md","keywords":"grav, plugin, mapquest, map","bugs":"https:\/\/github.com\/finanalyst\/grav-plugin-map-quest\/issues","license":"MIT","tag_name":"v1.0.7","date":"2018-06-16T02:45:36Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/map-quest\/1.0.7","repository":"https:\/\/github.com\/finanalyst\/grav-plugin-map-quest","slug":"map-quest","install_path":"user\/plugins\/map-quest","changelog":{"0.1.0":{"date":" 05\/11\/2018","content":"1. [](#new)\n * ChangeLog started...","content_html":"
\n- <\/a>\n
\n- ChangeLog started...<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"ChangeLog started..."}}},"sequential-form":{"name":"Sequential Form","version":"1.0.7","description":"A sequence of pages, each with a form is linked, with all form data processed according to the final process","description_html":"
A sequence of pages, each with a form is linked, with all form data processed according to the final process<\/p>","description_plain":"A sequence of pages, each with a form is linked, with all form data processed according to the final process","icon":"link","author":{"name":"Richard Hainsworth","email":"rnhainsworth@gmail.com"},"homepage":"https:\/\/github.com\/finanalyst\/grav-plugin-sequential-form","docs":"https:\/\/github.com\/finanalyst\/grav-plugin-sequential-form\/blob\/develop\/README.md","keywords":"grav, plugin, form, sequence","bugs":"https:\/\/github.com\/finanalyst\/grav-plugin-sequential-form\/issues","license":"MIT","tag_name":"v1.0.7","date":"2018-06-26T05:46:44Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/sequential-form\/1.0.7","repository":"https:\/\/github.com\/finanalyst\/grav-plugin-sequential-form","slug":"sequential-form","install_path":"user\/plugins\/sequential-form","changelog":{"1.0.0":{"date":" 05\/03\/2018","content":"1. [](#first release)\n * ChangeLog started...","content_html":"
\n- [](#first release)\n
\n- ChangeLog started...<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"[](#first release)\n\nChangeLog started..."}},"dependencies":[]},"pdf-js":{"name":"Pdf-Js","version":"0.1.2","description":"Allows you to embed PDF.js into pages via shortcode.","description_html":"
Allows you to embed PDF.js into pages via shortcode.<\/p>","description_plain":"Allows you to embed PDF.js into pages via shortcode.","icon":"plug","author":{"name":"Severo Iuliano","email":"severoiuliano@gmail.com"},"dependencies":[{"name":"shortcode-core","version":"*"}],"homepage":"https:\/\/github.com\/iusvar\/grav-plugin-pdf-js","docs":"https:\/\/github.com\/iusvar\/grav-plugin-pdf-js\/blob\/master\/README.md","demo":"http:\/\/iusvar.alwaysdata.net\/grav\/blog\/pdfjs","keywords":"grav, plugin, pdf-js","bugs":"https:\/\/github.com\/iusvar\/grav-plugin-pdf-js\/issues","license":"MIT","tag_name":"0.1.2","date":"2018-06-21T21:24:15Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/pdf-js\/0.1.2","repository":"https:\/\/github.com\/iusvar\/grav-plugin-pdf-js","slug":"pdf-js","install_path":"user\/plugins\/pdf-js","changelog":{"0.1.2":{"date":"06\/21\/2018","content":"1. [](#bugfix)\n * Fixed 'Could not resolve file name' [#2](https:\/\/github.com\/iusvar\/grav-plugin-pdf-js\/issues\/2) (thanks @Salvatos)\n * Update README.md: 'Can't deal with spaces in file names' [#3](https:\/\/github.com\/iusvar\/grav-plugin-pdf-js\/issues\/3)\n * Fixed issue for additional subdirectories [#5](https:\/\/github.com\/iusvar\/grav-plugin-pdf-js\/issues\/5)","content_html":"
\n- <\/a>\n
\n- Fixed 'Could not resolve file name' #2<\/a> (thanks @Salvatos)<\/li>\n
- Update README.md: 'Can't deal with spaces in file names' #3<\/a><\/li>\n
- Fixed issue for additional subdirectories #5<\/a><\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Fixed 'Could not resolve file name' #2 (thanks @Salvatos)\nUpdate README.md: 'Can't deal with spaces in file names' #3\nFixed issue for additional subdirectories #5"},"0.1.1":{"date":" 05\/26\/2018","content":"1. [](#bugfix)\n * Fixed 'Could not resolve file name' [#1](https:\/\/github.com\/iusvar\/grav-plugin-pdf-js\/issues\/1) (thanks @paulhibbitts!)","content_html":"
\n- <\/a>\n
\n- Fixed 'Could not resolve file name' #1<\/a> (thanks @paulhibbitts!)<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Fixed 'Could not resolve file name' #1 (thanks @paulhibbitts!)"},"0.1.0":{"date":" 05\/07\/2018","content":"1. [](#new)\n * ChangeLog started...","content_html":"
\n- <\/a>\n
\n- ChangeLog started...<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"ChangeLog started..."}}},"imagecreate":{"name":"Imagecreate","version":"0.1.0","description":"Create a new image with a text using TrueType fonts","description_html":"
Create a new image with a text using TrueType fonts<\/p>","description_plain":"Create a new image with a text using TrueType fonts","icon":"text-width","author":{"name":"Severo Iuliano","email":"severoiuliano@gmail.com"},"dependencies":[{"name":"shortcode-core","version":"*"}],"homepage":"https:\/\/github.com\/iusvar\/grav-plugin-imagecreate","docs":"https:\/\/github.com\/iusvar\/grav-plugin-imagecreate\/blob\/develop\/README.md","demo":"http:\/\/iusvar.alwaysdata.net\/grav\/","keywords":"grav, plugin, imagecreate","bugs":"https:\/\/github.com\/iusvar\/grav-plugin-imagecreate\/issues","license":"MIT","tag_name":"0.1.0","date":"2018-05-08T18:46:02Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/imagecreate\/0.1.0","repository":"https:\/\/github.com\/iusvar\/grav-plugin-imagecreate","slug":"imagecreate","install_path":"user\/plugins\/imagecreate","changelog":{"0.1.0":{"date":" 05\/08\/2018","content":"1. [](#new)\n * ChangeLog started...","content_html":"
\n- <\/a>\n
\n- ChangeLog started...<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"ChangeLog started..."}}},"persistent-data":{"name":"Persistent Data Plugin","version":"1.2.1","description":"Store user related information persistently in site","description_html":"
Store user related information persistently in site<\/p>","description_plain":"Store user related information persistently in site","icon":"plug","author":{"name":"Richard Hainsworth","email":"rnhainsworth@gmail.com"},"homepage":"https:\/\/github.com\/finanalyst\/grav-plugin-persistent-data","keywords":"grav, plugin, persistent, data","bugs":"https:\/\/github.com\/finanalyst\/grav-plugin-persistent-data\/issues","license":"MIT","tag_name":"v1.2.1","date":"2018-06-16T02:47:25Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/persistent-data\/1.2.1","repository":"https:\/\/github.com\/finanalyst\/grav-plugin-persistent-data","slug":"persistent-data","install_path":"user\/plugins\/persistent-data","changelog":{"1.2.0":{"date":" 04\/24\/2018","content":"1. [](#new)\n * Initial implementation.\n2. [](#update)\n * make sure permission on new user file is correct\n3. [](#upgrade)\n * enhance to allow for multiple forms.\n4. [](#upgrade 29-04-2018)\n * add configuration variable `forget_on_logout`\n * pick up `login` event `onUserLogout` and delete persistent data file if `forget_on_logout` is true.","content_html":"
\n- <\/a>\n
\n- Initial implementation.<\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- make sure permission on new user file is correct<\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- enhance to allow for multiple forms.<\/li>\n<\/ul><\/li>\n
- [](#upgrade 29-04-2018)\n
\n- add configuration variable
forget_on_logout<\/code><\/li>\n- pick up
login<\/code> event onUserLogout<\/code> and delete persistent data file if forget_on_logout<\/code> is true.<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Initial implementation.\n\n\n\nmake sure permission on new user file is correct\n\n\n\nenhance to allow for multiple forms.\n\n[](#upgrade 29-04-2018)\n\nadd configuration variable forget_on_logout\npick up login event onUserLogout and delete persistent data file if forget_on_logout is true."}},"dependencies":[]},"editor":{"name":"Editor","version":"0.1.8","description":"Edit theme, plugin, and markdown files from the browser.","description_html":"Edit theme, plugin, and markdown files from the browser.<\/p>","description_plain":"Edit theme, plugin, and markdown files from the browser.","icon":"edit","author":{"name":"TwelveTone LLC","email":"info@twelvetone.tv"},"dependencies":[{"name":"core-service-manager","version":">=1.0.7"},{"name":"admin-power-tools","version":">=0.1.4"}],"homepage":"https:\/\/www.twelvetone.tv\/docs\/developer-tools\/grav-plugins\/grav-editor-plugin","docs":"https:\/\/www.twelvetone.tv\/docs\/developer-tools\/grav-plugins\/grav-editor-plugin","keywords":"grav, plugin, css, stylesheet, editor, codemirror, twig, php, javascript","license":"MIT","tag_name":"0.1.8","date":"2018-06-06T02:06:00Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/editor\/0.1.8","repository":"https:\/\/github.com\/Flamenco\/grav-plugin-editor","slug":"editor","install_path":"user\/plugins\/editor","changelog":{"0.1.8":{"date":" 06\/05\/2018","content":"1. [](#bugfix)\n * Remove negative lookbehind from regex\n ","content_html":"
\n- <\/a>\n
\n- Remove negative lookbehind from regex<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Remove negative lookbehind from regex"},"0.1.7":{"date":" 06\/05\/2018","content":"2. [](#bugfix)\n * Do not rely on admin blank.html.twig.\n ","content_html":"
\n- <\/a>\n
\n- Do not rely on admin blank.html.twig.<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Do not rely on admin blank.html.twig."},"0.1.6":{"date":" 06\/04\/2018","content":"1. [](#new)\n * Add support for YAML files.\n ","content_html":"
\n- <\/a>\n
\n- Add support for YAML files.<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Add support for YAML files."},"0.1.5":{"date":" 05\/21\/2018","content":"1. [](#bugfix)\n * Add workaround for gm-scrollbar issue.\n * Do not load file already loaded in twig.","content_html":"
\n- <\/a>\n
\n- Add workaround for gm-scrollbar issue.<\/li>\n
- Do not load file already loaded in twig.<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Add workaround for gm-scrollbar issue.\nDo not load file already loaded in twig."},"0.1.4":{"date":" 04\/29\/2018","content":"1. [](#bugfix)\n * Commit missing lib files that were excluded.","content_html":"