From 2676fe681e2d0e0911ad0194e2d26105c419ee8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Tessier?= Date: Wed, 4 Jul 2018 12:37:18 +0200 Subject: [PATCH] update --- .../b1037ea5d0860a75f186d7ebceb0f211.yaml.php | 68 ++++++++++++++++ .../c858651804bd7927ab3af3e82206bc3d.yaml.php | 44 +++++++++++ .../d66c03ed1b7417385113386978a1f950.yaml.php | 79 +++++++++++++++++++ ...6303562373536315d5b315d.doctrinecache.data | 4 +- ...5663264343836315d5b315d.doctrinecache.data | 2 +- ...4373532383136625d5b315d.doctrinecache.data | 4 +- logs/popularity/daily.json | 2 +- logs/popularity/monthly.json | 2 +- logs/popularity/totals.json | 2 +- logs/popularity/visitors.json | 2 +- 10 files changed, 200 insertions(+), 9 deletions(-) create mode 100644 cache/compiled/files/b1037ea5d0860a75f186d7ebceb0f211.yaml.php create mode 100644 cache/compiled/files/c858651804bd7927ab3af3e82206bc3d.yaml.php create mode 100644 cache/compiled/files/d66c03ed1b7417385113386978a1f950.yaml.php diff --git a/cache/compiled/files/b1037ea5d0860a75f186d7ebceb0f211.yaml.php b/cache/compiled/files/b1037ea5d0860a75f186d7ebceb0f211.yaml.php new file mode 100644 index 0000000..24ad070 --- /dev/null +++ b/cache/compiled/files/b1037ea5d0860a75f186d7ebceb0f211.yaml.php @@ -0,0 +1,68 @@ + 'Grav\\Common\\File\\CompiledYamlFile', + 'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/blueprints/admin/pages/modular_new.yaml', + 'modified' => 1529476888, + 'data' => [ + 'rules' => [ + 'slug' => [ + 'pattern' => '[a-zA-Zа-яA-Я0-9_\\-]+', + 'min' => 1, + 'max' => 200 + ] + ], + 'form' => [ + 'validation' => 'loose', + 'fields' => [ + 'section' => [ + 'type' => 'section', + 'title' => 'PLUGIN_ADMIN.ADD_MODULAR_CONTENT' + ], + 'title' => [ + 'type' => 'text', + 'label' => 'PLUGIN_ADMIN.PAGE_TITLE', + 'validate' => [ + 'required' => true + ] + ], + 'folder' => [ + 'type' => 'text', + 'label' => 'PLUGIN_ADMIN.FOLDER_NAME', + 'validate' => [ + 'rule' => 'slug', + 'required' => true + ] + ], + 'route' => [ + 'type' => 'parents', + 'label' => 'PLUGIN_ADMIN.PAGE', + 'classes' => 'fancy', + 'validate' => [ + 'required' => true + ] + ], + 'name' => [ + 'type' => 'select', + 'classes' => 'fancy', + 'label' => 'PLUGIN_ADMIN.MODULAR_TEMPLATE', + 'help' => 'PLUGIN_ADMIN.PAGE_FILE_HELP', + 'default' => 'default', + 'data-options@' => '\\Grav\\Plugin\\AdminPlugin::pagesModularTypes', + 'validate' => [ + 'required' => true + ] + ], + 'modular' => [ + 'type' => 'hidden', + 'default' => 1, + 'validate' => [ + 'type' => 'bool' + ] + ], + 'blueprint' => [ + 'type' => 'blueprint' + ] + ] + ] + ] +]; diff --git a/cache/compiled/files/c858651804bd7927ab3af3e82206bc3d.yaml.php b/cache/compiled/files/c858651804bd7927ab3af3e82206bc3d.yaml.php new file mode 100644 index 0000000..eab212b --- /dev/null +++ b/cache/compiled/files/c858651804bd7927ab3af3e82206bc3d.yaml.php @@ -0,0 +1,44 @@ + 'Grav\\Common\\File\\CompiledYamlFile', + 'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/blueprints/admin/pages/new_folder.yaml', + 'modified' => 1529476888, + 'data' => [ + 'rules' => [ + 'slug' => [ + 'pattern' => '[a-zA-Zа-яA-Я0-9_\\-]+', + 'min' => 1, + 'max' => 200 + ] + ], + 'form' => [ + 'validation' => 'loose', + 'fields' => [ + 'section' => [ + 'type' => 'section', + 'title' => 'PLUGIN_ADMIN.ADD_FOLDER' + ], + 'folder' => [ + 'type' => 'text', + 'label' => 'PLUGIN_ADMIN.FOLDER_NAME', + 'help' => 'PLUGIN_ADMIN.FOLDER_NAME_HELP', + 'validate' => [ + 'rule' => 'slug', + 'required' => true + ] + ], + 'route' => [ + 'type' => 'parents', + 'label' => 'PLUGIN_ADMIN.PARENT_PAGE', + 'classes' => 'fancy', + 'validate' => [ + 'required' => true + ] + ], + 'blueprint' => [ + 'type' => 'blueprint' + ] + ] + ] + ] +]; diff --git a/cache/compiled/files/d66c03ed1b7417385113386978a1f950.yaml.php b/cache/compiled/files/d66c03ed1b7417385113386978a1f950.yaml.php new file mode 100644 index 0000000..55ff1c3 --- /dev/null +++ b/cache/compiled/files/d66c03ed1b7417385113386978a1f950.yaml.php @@ -0,0 +1,79 @@ + 'Grav\\Common\\File\\CompiledYamlFile', + 'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/blueprints/admin/pages/new.yaml', + 'modified' => 1529476888, + 'data' => [ + 'rules' => [ + 'slug' => [ + 'pattern' => '[a-zA-Zа-яA-Я0-9_\\-]+', + 'min' => 1, + 'max' => 200 + ] + ], + 'form' => [ + 'validation' => 'loose', + 'fields' => [ + 'section' => [ + 'type' => 'section', + 'title' => 'PLUGIN_ADMIN.ADD_PAGE' + ], + 'title' => [ + 'type' => 'text', + 'label' => 'PLUGIN_ADMIN.PAGE_TITLE', + 'help' => 'PLUGIN_ADMIN.PAGE_TITLE_HELP', + 'validate' => [ + 'required' => true + ] + ], + 'folder' => [ + 'type' => 'text', + 'label' => 'PLUGIN_ADMIN.FOLDER_NAME', + 'help' => 'PLUGIN_ADMIN.FOLDER_NAME_HELP', + 'validate' => [ + 'rule' => 'slug', + 'required' => true + ] + ], + 'route' => [ + 'type' => 'parents', + 'label' => 'PLUGIN_ADMIN.PARENT_PAGE', + 'classes' => 'fancy', + 'validate' => [ + 'required' => true + ] + ], + 'name' => [ + 'type' => 'select', + 'classes' => 'fancy', + 'label' => 'PLUGIN_ADMIN.PAGE_FILE', + 'help' => 'PLUGIN_ADMIN.PAGE_FILE_HELP', + 'data-options@' => '\\Grav\\Plugin\\AdminPlugin::pagesTypes', + 'data-default@' => '\\Grav\\Plugin\\Admin\\Admin::getLastPageName', + 'validate' => [ + 'required' => true + ] + ], + 'visible' => [ + 'type' => 'toggle', + 'label' => 'PLUGIN_ADMIN.VISIBLE', + 'help' => 'PLUGIN_ADMIN.VISIBLE_HELP', + 'highlight' => '', + 'default' => '', + 'options' => [ + '' => 'Auto', + 1 => 'PLUGIN_ADMIN.YES', + 0 => 'PLUGIN_ADMIN.NO' + ], + 'validate' => [ + 'type' => 'bool', + 'required' => true + ] + ], + 'blueprint' => [ + 'type' => 'blueprint' + ] + ] + ] + ] +]; diff --git a/cache/gpm/8f/5b62333865643130323965613736323636653236613835613266303562373536315d5b315d.doctrinecache.data b/cache/gpm/8f/5b62333865643130323965613736323636653236613835613266303562373536315d5b315d.doctrinecache.data index 4c08623..9d3e5c0 100644 --- a/cache/gpm/8f/5b62333865643130323965613736323636653236613835613266303562373536315d5b315d.doctrinecache.data +++ b/cache/gpm/8f/5b62333865643130323965613736323636653236613835613266303562373536315d5b315d.doctrinecache.data @@ -1,3 +1,3 @@ -1530619284 -s:1625287:"{"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
  1. <\/a>\n