This commit is contained in:
2018-08-01 17:19:34 +02:00
parent c1f4678cfb
commit 6c081111c0
8175 changed files with 715546 additions and 6876 deletions
@@ -0,0 +1,52 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/config/media.yaml',
'modified' => 1533014916,
'data' => [
'title' => 'PLUGIN_ADMIN.MEDIA',
'form' => [
'validation' => 'loose',
'fields' => [
'types' => [
'name' => 'medias',
'type' => 'list',
'label' => 'PLUGIN_ADMIN.MEDIA_TYPES',
'style' => 'vertical',
'key' => 'extension',
'controls' => 'both',
'collapsed' => true,
'fields' => [
'.extension' => [
'type' => 'key',
'label' => 'PLUGIN_ADMIN.FILE_EXTENSION'
],
'.type' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.TYPE'
],
'.thumb' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.THUMB'
],
'.mime' => [
'type' => 'text',
'label' => 'PLUGIN_ADMIN.MIME_TYPE',
'validate' => [
'type' => 'lower'
]
],
'.image' => [
'type' => 'textarea',
'yaml' => true,
'label' => 'PLUGIN_ADMIN.IMAGE_OPTIONS',
'validate' => [
'type' => 'yaml'
]
]
]
]
]
]
]
];
@@ -0,0 +1,415 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/user/themes/hehe/languages.yaml',
'modified' => 1533014916,
'data' => [
'en' => [
'TRANSLATION_TEST' => 'Quark!',
'BLOG' => [
'ITEM' => [
'CONTINUE_READING' => 'Continue reading...',
'NEXT_POST' => 'Next Post',
'PREV_POST' => 'Previous Post'
]
],
'SHOP' => [
'ITEM' => [
'BACK' => 'Back',
'NEXT_ITEM' => 'Next Item',
'PREV_ITEM' => 'Previous Item'
]
],
'SIDEBAR' => [
'SIMPLE_SEARCH' => [
'HEADLINE' => 'Search'
],
'RELATED_POSTS' => [
'HEADLINE' => 'Related Posts'
],
'RANDOM_ARTICLE' => [
'HEADLINE' => 'Random Article',
'FEELING_LUCKY' => 'I\'m Feeling Lucky!'
],
'SOME_TEXT_WIDGET' => [
'HEADLINE' => 'Some Text Widget'
],
'POPULAR_TAGS' => [
'HEADLINE' => 'Popular Tags'
],
'ARCHIVES' => [
'HEADLINE' => 'Archives'
],
'SYNDICATE' => [
'HEADLINE' => 'Syndicate'
]
],
'FORM_DATA' => [
'SUMMARY' => 'Here is the summary of what you wrote to us:'
],
'ERROR' => 'Error'
],
'de' => [
'TRANSLATION_TEST' => 'Quark!',
'BLOG' => [
'ITEM' => [
'CONTINUE_READING' => 'Weiterlesen...',
'NEXT_POST' => 'Nächster Beitrag',
'PREV_POST' => 'Vorheriger Beitrag'
]
],
'SHOP' => [
'ITEM' => [
'BACK' => 'Zurück',
'NEXT_ITEM' => 'Nächstes Objekt',
'PREV_ITEM' => 'Vorheriger Objekt'
]
],
'SIDEBAR' => [
'SIMPLE_SEARCH' => [
'HEADLINE' => 'SimpleSearch'
],
'RELATED_POSTS' => [
'HEADLINE' => 'Ähnliche Beiträge'
],
'RANDOM_ARTICLE' => [
'HEADLINE' => 'Zufälliger Artikel',
'FEELING_LUCKY' => 'Auf gut Glück!'
],
'SOME_TEXT_WIDGET' => [
'HEADLINE' => 'Text Widget Beispiel'
],
'POPULAR_TAGS' => [
'HEADLINE' => 'Häufigste Tags'
],
'ARCHIVES' => [
'HEADLINE' => 'Archiv'
],
'SYNDICATE' => [
'HEADLINE' => 'Abonnements'
]
],
'FORM_DATA' => [
'SUMMARY' => 'Folgendes haben Sie uns mitgeteilt:'
],
'ERROR' => 'Fehler'
],
'es' => [
'TRANSLATION_TEST' => 'Quark!',
'BLOG' => [
'ITEM' => [
'CONTINUE_READING' => 'Continuar leyendo...',
'NEXT_POST' => 'Siguiente Entrada',
'PREV_POST' => 'Entrada Anterior'
]
],
'SHOP' => [
'ITEM' => [
'BACK' => 'Espalda',
'NEXT_ITEM' => 'Siguiente Artículo',
'PREV_ITEM' => 'Artículo Anterior'
]
],
'SIDEBAR' => [
'SIMPLE_SEARCH' => [
'HEADLINE' => 'Buscar'
],
'RELATED_POSTS' => [
'HEADLINE' => 'Entradas Relacionadas'
],
'RANDOM_ARTICLE' => [
'HEADLINE' => 'Artículo Aleatorio',
'FEELING_LUCKY' => 'Voy a tener suerte!'
],
'SOME_TEXT_WIDGET' => [
'HEADLINE' => 'Algunos Widget de Texto'
],
'POPULAR_TAGS' => [
'HEADLINE' => 'Etiquetas Populares'
],
'ARCHIVES' => [
'HEADLINE' => 'Archivos'
],
'SYNDICATE' => [
'HEADLINE' => 'Distribuir'
]
],
'FORM_DATA' => [
'SUMMARY' => 'Este es un resumen de lo escrito:'
],
'ERROR' => 'Error'
],
'fr' => [
'TRANSLATION_TEST' => 'Quark !',
'BLOG' => [
'ITEM' => [
'CONTINUE_READING' => 'Continuer la lecture...',
'NEXT_POST' => 'Article suivant',
'PREV_POST' => 'Article précédent'
]
],
'SIDEBAR' => [
'SIMPLE_SEARCH' => [
'HEADLINE' => 'Recherche simple'
],
'RELATED_POSTS' => [
'HEADLINE' => 'Articles en relation'
],
'RANDOM_ARTICLE' => [
'HEADLINE' => 'Article aléatoire',
'FEELING_LUCKY' => 'J\'ai de la chance !'
],
'SOME_TEXT_WIDGET' => [
'HEADLINE' => 'Du texte gadget'
],
'POPULAR_TAGS' => [
'HEADLINE' => 'Tags populaires'
],
'ARCHIVES' => [
'HEADLINE' => 'Archives'
],
'SYNDICATE' => [
'HEADLINE' => 'Syndication'
]
],
'FORM_DATA' => [
'SUMMARY' => 'Voici le résumé de ce que vous avez écrit pour nous:'
],
'ERROR' => 'Erreur'
],
'it' => [
'TRANSLATION_TEST' => 'Quark!',
'BLOG' => [
'ITEM' => [
'CONTINUE_READING' => 'Continua a leggere...',
'NEXT_POST' => 'Prossimo articolo',
'PREV_POST' => 'Articolo precedente'
]
],
'SIDEBAR' => [
'SIMPLE_SEARCH' => [
'HEADLINE' => 'SimpleSearch'
],
'RELATED_POSTS' => [
'HEADLINE' => 'Articoli correlati'
],
'RANDOM_ARTICLE' => [
'HEADLINE' => 'Articolo a caso',
'FEELING_LUCKY' => 'Mi sento fortunato!'
],
'SOME_TEXT_WIDGET' => [
'HEADLINE' => 'Widget di testo'
],
'POPULAR_TAGS' => [
'HEADLINE' => 'Tag popolari'
],
'ARCHIVES' => [
'HEADLINE' => 'Archivio'
],
'SYNDICATE' => [
'HEADLINE' => 'Feed'
]
],
'FORM_DATA' => [
'SUMMARY' => 'Questo è il riassunto di quanto ci hai scritto:'
],
'ERROR' => 'Errore'
],
'ro' => [
'BLOG' => [
'ITEM' => [
'CONTINUE_READING' => 'Mai multe...',
'NEXT_POST' => 'Următorul articol',
'PREV_POST' => 'Articolul anterior'
]
],
'SIDEBAR' => [
'SIMPLE_SEARCH' => [
'HEADLINE' => 'Căutare'
],
'RELATED_POSTS' => [
'HEADLINE' => 'Articole corelate'
],
'RANDOM_ARTICLE' => [
'HEADLINE' => 'Articol aleator'
],
'FEELING_LUCKY' => 'Mă simt norocos',
'SOME_TEXT_WIDGET' => [
'HEADLINE' => 'Text modular'
],
'POPULAR_TAGS' => [
'HEADLINE' => 'Etichete populare'
],
'ARCHIVES' => [
'HEADLINE' => 'Arhive'
],
'SYNDICATE' => [
'HEADLINE' => 'Abonați-vă'
]
],
'FORM_DATA' => [
'SUMMARY' => 'Acesta este rezumatul mesajului Dvs:'
],
'ERROR' => 'Eroare'
],
'ru' => [
'TRANSLATION_TEST' => 'Quark!',
'BLOG' => [
'ITEM' => [
'CONTINUE_READING' => 'Читать далее...',
'NEXT_POST' => 'Следующая запись',
'PREV_POST' => 'Предыдущая запись'
]
],
'SIDEBAR' => [
'SIMPLE_SEARCH' => [
'HEADLINE' => 'Поиск'
],
'RELATED_POSTS' => [
'HEADLINE' => 'Также читайте'
],
'RANDOM_ARTICLE' => [
'HEADLINE' => 'Случайная запись',
'FEELING_LUCKY' => 'Мне повезёт!'
],
'SOME_TEXT_WIDGET' => [
'HEADLINE' => 'Текстовой виджет'
],
'POPULAR_TAGS' => [
'HEADLINE' => 'Популярные теги'
],
'ARCHIVES' => [
'HEADLINE' => 'Архив'
],
'SYNDICATE' => [
'HEADLINE' => 'Синдикация'
]
],
'FORM_DATA' => [
'SUMMARY' => 'Вы написали нам:'
],
'ERROR' => 'Ошибка'
],
'uk' => [
'TRANSLATION_TEST' => 'Quark!',
'BLOG' => [
'ITEM' => [
'CONTINUE_READING' => 'Читати далі...',
'NEXT_POST' => 'Наступний запис',
'PREV_POST' => 'Попередній запис'
]
],
'SIDEBAR' => [
'SIMPLE_SEARCH' => [
'HEADLINE' => 'Пошук'
],
'RELATED_POSTS' => [
'HEADLINE' => 'Також читайте'
],
'RANDOM_ARTICLE' => [
'HEADLINE' => 'Випадковий запис',
'FEELING_LUCKY' => 'Мені пощастить!'
],
'SOME_TEXT_WIDGET' => [
'HEADLINE' => 'Текстовий віджет'
],
'POPULAR_TAGS' => [
'HEADLINE' => 'Популярні теги'
],
'ARCHIVES' => [
'HEADLINE' => 'Архів'
],
'SYNDICATE' => [
'HEADLINE' => 'Синдикація'
]
],
'FORM_DATA' => [
'SUMMARY' => 'Ви написали нам:'
],
'ERROR' => 'Помилка'
],
'hr' => [
'TRANSLATION_TEST' => 'Quark!',
'BLOG' => [
'ITEM' => [
'CONTINUE_READING' => 'Nastavi s čitanjem...',
'NEXT_POST' => 'Slijedeća objava',
'PREV_POST' => 'Prethodna objava'
]
],
'SIDEBAR' => [
'SIMPLE_SEARCH' => [
'HEADLINE' => 'Pretraživanje'
],
'RELATED_POSTS' => [
'HEADLINE' => 'Povezane objave'
],
'RANDOM_ARTICLE' => [
'HEADLINE' => 'Slučajni članak',
'FEELING_LUCKY' => 'Osjećam se sretno!'
],
'SOME_TEXT_WIDGET' => [
'HEADLINE' => 'Neki tekst widget'
],
'POPULAR_TAGS' => [
'HEADLINE' => 'Popularni tagovi'
],
'ARCHIVES' => [
'HEADLINE' => 'Arhiva'
],
'SYNDICATE' => [
'HEADLINE' => 'Kanali'
]
],
'FORM_DATA' => [
'SUMMARY' => 'Ovo je sažetak onog što ste nam napisali:'
],
'ERROR' => 'Greška'
],
'nl' => [
'TRANSLATION_TEST' => 'Quark!',
'BLOG' => [
'ITEM' => [
'CONTINUE_READING' => 'Lees Meer...',
'NEXT_POST' => 'Volgende Bericht',
'PREV_POST' => 'Vorige Bericht'
]
],
'SHOP' => [
'ITEM' => [
'BACK' => 'Teru',
'NEXT_ITEM' => 'Volgende Onderdeel',
'PREV_ITEM' => 'Vorige Onderdeel'
]
],
'SIDEBAR' => [
'SIMPLE_SEARCH' => [
'HEADLINE' => 'Zoek'
],
'RELATED_POSTS' => [
'HEADLINE' => 'Gerelateerde Berichten'
],
'RANDOM_ARTICLE' => [
'HEADLINE' => 'Willekeurig Artikel',
'FEELING_LUCKY' => 'Ik Voel Me Gelukkig!'
],
'SOME_TEXT_WIDGET' => [
'HEADLINE' => 'Een Tekst Widget'
],
'POPULAR_TAGS' => [
'HEADLINE' => 'Populaire Labels'
],
'ARCHIVES' => [
'HEADLINE' => 'Archieven'
],
'SYNDICATE' => [
'HEADLINE' => 'Syndicatie'
]
],
'FORM_DATA' => [
'SUMMARY' => 'Hier is de samenvatting van wat je aan ons schreef:'
],
'ERROR' => 'Fout'
]
]
];
@@ -0,0 +1,21 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => 'themes://hehe/hehe.yaml',
'modified' => 1533014916,
'data' => [
'enabled' => true,
'production-mode' => true,
'grid-size' => 'grid-lg',
'header-fixed' => true,
'header-animated' => true,
'header-dark' => false,
'header-transparent' => false,
'sticky-footer' => true,
'blog-page' => '/blog',
'spectre' => [
'exp' => false,
'icons' => false
]
]
];
@@ -0,0 +1,139 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/system/blueprints/user/account.yaml',
'modified' => 1533014916,
'data' => [
'title' => 'Account',
'form' => [
'validation' => 'loose',
'fields' => [
'info' => [
'type' => 'userinfo',
'size' => 'large'
],
'avatar' => [
'type' => 'file',
'size' => 'large',
'destination' => 'user://accounts/avatars',
'multiple' => false,
'random_name' => true
],
'content' => [
'type' => 'section',
'title' => 'PLUGIN_ADMIN.ACCOUNT',
'underline' => true
],
'username' => [
'type' => 'text',
'size' => 'large',
'label' => 'PLUGIN_ADMIN.USERNAME',
'disabled' => true,
'readonly' => true
],
'email' => [
'type' => 'email',
'size' => 'large',
'label' => 'PLUGIN_ADMIN.EMAIL',
'validate' => [
'type' => 'email',
'message' => 'PLUGIN_ADMIN.EMAIL_VALIDATION_MESSAGE',
'required' => true
]
],
'password' => [
'type' => 'password',
'size' => 'large',
'label' => 'PLUGIN_ADMIN.PASSWORD',
'autocomplete' => 'new-password',
'validate' => [
'required' => false,
'message' => 'PLUGIN_ADMIN.PASSWORD_VALIDATION_MESSAGE',
'config-pattern@' => 'system.pwd_regex'
]
],
'fullname' => [
'type' => 'text',
'size' => 'large',
'label' => 'PLUGIN_ADMIN.FULL_NAME',
'validate' => [
'required' => true
]
],
'title' => [
'type' => 'text',
'size' => 'large',
'label' => 'PLUGIN_ADMIN.TITLE'
],
'language' => [
'type' => 'select',
'label' => 'PLUGIN_ADMIN.LANGUAGE',
'size' => 'medium',
'classes' => 'fancy',
'data-options@' => '\\Grav\\Plugin\\Admin\\Admin::adminLanguages',
'default' => 'en',
'help' => 'PLUGIN_ADMIN.LANGUAGE_HELP'
],
'twofa_check' => [
'type' => 'conditional',
'condition' => 'config.plugins.admin.twofa_enabled',
'fields' => [
'twofa' => [
'title' => 'PLUGIN_ADMIN.2FA_TITLE',
'type' => 'section',
'underline' => true
],
'twofa_enabled' => [
'type' => 'toggle',
'label' => 'PLUGIN_ADMIN.2FA_ENABLED',
'classes' => 'twofa-toggle',
'highlight' => 1,
'default' => 0,
'options' => [
1 => 'PLUGIN_ADMIN.YES',
0 => 'PLUGIN_ADMIN.NO'
],
'validate' => [
'type' => 'bool'
]
],
'twofa_secret' => [
'type' => '2fa_secret',
'outerclasses' => 'twofa-secret',
'label' => 'PLUGIN_ADMIN.2FA_SECRET',
'sublabel' => 'PLUGIN_ADMIN.2FA_SECRET_HELP'
]
]
],
'security' => [
'title' => 'PLUGIN_ADMIN.ACCESS_LEVELS',
'type' => 'section',
'security' => 'admin.super',
'underline' => true,
'fields' => [
'groups' => [
'type' => 'select',
'multiple' => true,
'size' => 'large',
'label' => 'PLUGIN_ADMIN.GROUPS',
'data-options@' => '\\Grav\\Common\\User\\Group::groupNames',
'classes' => 'fancy',
'help' => 'PLUGIN_ADMIN.GROUPS_HELP',
'validate' => [
'type' => 'commalist'
]
],
'access' => [
'type' => 'permissions',
'label' => 'PLUGIN_ADMIN.PERMISSIONS',
'ignore_empty' => true,
'validate' => [
'type' => 'array'
]
]
]
]
]
]
]
];
@@ -0,0 +1,184 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/user/themes/hehe/blueprints.yaml',
'modified' => 1533134529,
'data' => [
'name' => 'Hehe',
'version' => '1.1.0',
'description' => 'Theme Hehe',
'icon' => 'microchip',
'author' => [
'name' => 'Kevin Tessier',
'email' => 'kevin@figureslibres.io',
'url' => 'http://figureslibres.cc'
],
'homepage' => 'https://github.com/getgrav/grav-theme-quark',
'demo' => 'https://demo.getgrav.org/onepage-skeleton',
'keywords' => 'hehe, spectre, theme, core, modern, fast, responsive, html5, css3',
'bugs' => 'https://github.com/getgrav/grav-theme-quark/issues',
'license' => 'MIT',
'dependencies' => [
0 => [
'name' => 'grav',
'version' => '>=1.4.0'
]
],
'form' => [
'validation' => 'loose',
'fields' => [
'production-mode' => [
'type' => 'toggle',
'label' => 'Production mode',
'help' => 'When enabled, Quark will render with minified CSS',
'highlight' => 1,
'default' => 1,
'options' => [
1 => 'PLUGIN_ADMIN.ENABLED',
0 => 'PLUGIN_ADMIN.DISABLED'
],
'validate' => [
'type' => 'bool'
]
],
'grid-size' => [
'type' => 'select',
'label' => 'Grid size',
'help' => 'The maximum width of the theme',
'size' => 'small',
'options' => [
'' => 'None (full width)',
'grid-xl' => 'Extra Large',
'grid-lg' => 'Large',
'grid-md' => 'Medium'
]
],
'header_section' => [
'type' => 'section',
'title' => 'Header Defaults',
'underline' => true
],
'header-fixed' => [
'type' => 'toggle',
'label' => 'Fixed header',
'help' => 'When enabled, the header will be fixed at the top of the browser',
'highlight' => 1,
'default' => 1,
'options' => [
1 => 'PLUGIN_ADMIN.ENABLED',
0 => 'PLUGIN_ADMIN.DISABLED'
],
'validate' => [
'type' => 'bool'
]
],
'header-animated' => [
'type' => 'toggle',
'label' => 'Animated',
'help' => 'When enabled, the header will animate to a smaller header when scrolling',
'highlight' => 1,
'default' => 1,
'options' => [
1 => 'PLUGIN_ADMIN.ENABLED',
0 => 'PLUGIN_ADMIN.DISABLED'
],
'validate' => [
'type' => 'bool'
]
],
'header-dark' => [
'type' => 'toggle',
'label' => 'Dark Style',
'help' => 'When enabled, a dark-friendly style will be used',
'highlight' => 0,
'default' => 0,
'options' => [
1 => 'PLUGIN_ADMIN.ENABLED',
0 => 'PLUGIN_ADMIN.DISABLED'
],
'validate' => [
'type' => 'bool'
]
],
'header-transparent' => [
'type' => 'toggle',
'label' => 'Transparent',
'help' => 'When enabled, a transparent style will be used',
'highlight' => 0,
'default' => 0,
'options' => [
1 => 'PLUGIN_ADMIN.ENABLED',
0 => 'PLUGIN_ADMIN.DISABLED'
],
'validate' => [
'type' => 'bool'
]
],
'footer_section' => [
'type' => 'section',
'title' => 'Footer Defaults',
'underline' => true
],
'sticky-footer' => [
'type' => 'toggle',
'label' => 'Sticky footer',
'help' => 'When enabled, the footer will be sticky at the bottom of the browser',
'highlight' => 1,
'default' => 1,
'options' => [
1 => 'PLUGIN_ADMIN.ENABLED',
0 => 'PLUGIN_ADMIN.DISABLED'
],
'validate' => [
'type' => 'bool'
]
],
'blog_section' => [
'type' => 'section',
'title' => 'Blog Defaults',
'underline' => true
],
'blog-page' => [
'type' => 'text',
'label' => 'Blog Page',
'help' => 'The route to the blog page when working with blog sidebar',
'size' => 'medium',
'default' => '/blog'
],
'spectre_section' => [
'type' => 'section',
'title' => 'Spectre.css Options',
'underline' => true
],
'spectre.exp' => [
'type' => 'toggle',
'label' => 'Experimentals CSS',
'help' => 'When enabled, the `spectre-exp.css` file will be included',
'highlight' => 0,
'default' => 0,
'options' => [
1 => 'PLUGIN_ADMIN.ENABLED',
0 => 'PLUGIN_ADMIN.DISABLED'
],
'validate' => [
'type' => 'bool'
]
],
'spectre.icons' => [
'type' => 'toggle',
'label' => 'Icons CSS',
'help' => 'When enabled, the `spectre-icons.css` file will be included',
'highlight' => 0,
'default' => 0,
'options' => [
1 => 'PLUGIN_ADMIN.ENABLED',
0 => 'PLUGIN_ADMIN.DISABLED'
],
'validate' => [
'type' => 'bool'
]
]
]
]
]
];