From 1c885be01fa1b4209137d370c6ba34193009ff97 Mon Sep 17 00:00:00 2001 From: "odilon.ath" Date: Fri, 16 Jan 2026 11:20:02 +0100 Subject: [PATCH] first commit --- .github/FUNDING.yml | 8 + .gitignore | 49 + .htaccess | 78 + .phan/config.php | 44 + .phan/internal_stubs/Redis.phan_php | 5153 +++++++++++++ .phan/internal_stubs/memcache.phan_php | 460 ++ .phan/internal_stubs/memcached.phan_php | 1308 ++++ CHANGELOG.md | 4162 +++++++++++ CODE_OF_CONDUCT.md | 133 + CONTRIBUTING.md | 138 + LICENSE.txt | 21 + README.md | 156 + SECURITY.md | 38 + assets/.gitkeep | 1 + backup/.gitkeep | 1 + bin/composer.phar | Bin 0 -> 2977479 bytes bin/gpm | 46 + bin/grav | 42 + bin/plugin | 43 + cache/.gitkeep | 1 + composer.json | 130 + composer.lock | 6405 +++++++++++++++++ images/.gitkeep | 1 + index.php | 51 + logs/.gitkeep | 1 + now.json | 4 + robots.txt | 21 + system/assets/debugger/clockwork.css | 61 + system/assets/debugger/clockwork.js | 37 + system/assets/debugger/phpdebugbar.css | 67 + system/assets/grav.png | Bin 0 -> 1612 bytes system/assets/jquery/jquery-2.1.4.min.js | 4 + system/assets/jquery/jquery-2.x.min.js | 4 + system/assets/jquery/jquery-3.x.min.js | 2 + system/assets/responsive-overlays/1x.png | Bin 0 -> 3238 bytes system/assets/responsive-overlays/2x.png | Bin 0 -> 7593 bytes system/assets/responsive-overlays/3x.png | Bin 0 -> 13002 bytes system/assets/responsive-overlays/4x.png | Bin 0 -> 15545 bytes system/assets/responsive-overlays/unknown.png | Bin 0 -> 5241 bytes system/assets/whoops.css | 19 + system/blueprints/config/backups.yaml | 125 + system/blueprints/config/media.yaml | 5 + system/blueprints/config/scheduler.yaml | 78 + system/blueprints/config/security.yaml | 119 + system/blueprints/config/site.yaml | 124 + system/blueprints/config/streams.yaml | 8 + system/blueprints/config/system.yaml | 1894 +++++ system/blueprints/flex/accounts.yaml | 8 + system/blueprints/flex/configure/compat.yaml | 17 + system/blueprints/flex/pages.yaml | 212 + system/blueprints/flex/shared/configure.yaml | 70 + system/blueprints/flex/user-accounts.yaml | 155 + system/blueprints/flex/user-groups.yaml | 124 + system/blueprints/pages/default.yaml | 381 + system/blueprints/pages/external.yaml | 52 + system/blueprints/pages/modular.yaml | 36 + .../blueprints/pages/partials/security.yaml | 67 + system/blueprints/pages/root.yaml | 16 + system/blueprints/user/account.yaml | 157 + system/blueprints/user/account_new.yaml | 18 + system/blueprints/user/group.yaml | 55 + system/blueprints/user/group_new.yaml | 23 + system/config/backups.yaml | 15 + system/config/media.yaml | 223 + system/config/mime.yaml | 1986 +++++ system/config/permissions.yaml | 53 + system/config/security.yaml | 47 + system/config/site.yaml | 35 + system/config/system.yaml | 233 + system/defines.php | 104 + system/images/media/thumb-3dm.png | Bin 0 -> 3013 bytes system/images/media/thumb-3ds.png | Bin 0 -> 3116 bytes system/images/media/thumb-3g2.png | Bin 0 -> 3006 bytes system/images/media/thumb-3gp.png | Bin 0 -> 2853 bytes system/images/media/thumb-7z.png | Bin 0 -> 1648 bytes system/images/media/thumb-aac.png | Bin 0 -> 3218 bytes system/images/media/thumb-ai.png | Bin 0 -> 1595 bytes system/images/media/thumb-aif.png | Bin 0 -> 1691 bytes system/images/media/thumb-apk.png | Bin 0 -> 2557 bytes system/images/media/thumb-app.png | Bin 0 -> 2360 bytes system/images/media/thumb-asf.png | Bin 0 -> 2635 bytes system/images/media/thumb-asp.png | Bin 0 -> 2913 bytes system/images/media/thumb-aspx.png | Bin 0 -> 3726 bytes system/images/media/thumb-asx.png | Bin 0 -> 3287 bytes system/images/media/thumb-avi.png | Bin 0 -> 2448 bytes system/images/media/thumb-bak.png | Bin 0 -> 2814 bytes system/images/media/thumb-bat.png | Bin 0 -> 2182 bytes system/images/media/thumb-bin.png | Bin 0 -> 1841 bytes system/images/media/thumb-bmp.png | Bin 0 -> 2573 bytes system/images/media/thumb-cab.png | Bin 0 -> 3056 bytes system/images/media/thumb-cad.png | Bin 0 -> 3021 bytes system/images/media/thumb-cdr.png | Bin 0 -> 2713 bytes system/images/media/thumb-cer.png | Bin 0 -> 2367 bytes system/images/media/thumb-cfg.png | Bin 0 -> 2764 bytes system/images/media/thumb-cfm.png | Bin 0 -> 2589 bytes system/images/media/thumb-cgi.png | Bin 0 -> 2626 bytes system/images/media/thumb-com.png | Bin 0 -> 3292 bytes system/images/media/thumb-cpl.png | Bin 0 -> 2174 bytes system/images/media/thumb-cpp.png | Bin 0 -> 2425 bytes system/images/media/thumb-crx.png | Bin 0 -> 2965 bytes system/images/media/thumb-csr.png | Bin 0 -> 3158 bytes system/images/media/thumb-css.png | Bin 0 -> 3235 bytes system/images/media/thumb-csv.png | Bin 0 -> 3317 bytes system/images/media/thumb-cue.png | Bin 0 -> 2271 bytes system/images/media/thumb-cur.png | Bin 0 -> 2716 bytes system/images/media/thumb-dat.png | Bin 0 -> 2188 bytes system/images/media/thumb-db.png | Bin 0 -> 1964 bytes system/images/media/thumb-dbf.png | Bin 0 -> 1947 bytes system/images/media/thumb-dds.png | Bin 0 -> 2815 bytes system/images/media/thumb-dem.png | Bin 0 -> 2215 bytes system/images/media/thumb-dll.png | Bin 0 -> 1352 bytes system/images/media/thumb-dmg.png | Bin 0 -> 3064 bytes system/images/media/thumb-dmp.png | Bin 0 -> 2527 bytes system/images/media/thumb-doc.png | Bin 0 -> 3051 bytes system/images/media/thumb-docx.png | Bin 0 -> 3865 bytes system/images/media/thumb-drv.png | Bin 0 -> 2728 bytes system/images/media/thumb-dtd.png | Bin 0 -> 1949 bytes system/images/media/thumb-dwg.png | Bin 0 -> 3530 bytes system/images/media/thumb-dxf.png | Bin 0 -> 2392 bytes system/images/media/thumb-elf.png | Bin 0 -> 663 bytes system/images/media/thumb-eot.png | Bin 0 -> 2002 bytes system/images/media/thumb-eps.png | Bin 0 -> 2276 bytes system/images/media/thumb-exe.png | Bin 0 -> 1813 bytes system/images/media/thumb-fla.png | Bin 0 -> 1724 bytes system/images/media/thumb-flv.png | Bin 0 -> 1720 bytes system/images/media/thumb-fnt.png | Bin 0 -> 1254 bytes system/images/media/thumb-fon.png | Bin 0 -> 2402 bytes system/images/media/thumb-gam.png | Bin 0 -> 3203 bytes system/images/media/thumb-gbr.png | Bin 0 -> 2849 bytes system/images/media/thumb-ged.png | Bin 0 -> 2269 bytes system/images/media/thumb-gif.png | Bin 0 -> 1751 bytes system/images/media/thumb-gpx.png | Bin 0 -> 2972 bytes system/images/media/thumb-gz.png | Bin 0 -> 2134 bytes system/images/media/thumb-gzip.png | Bin 0 -> 2451 bytes system/images/media/thumb-hqz.png | Bin 0 -> 2604 bytes system/images/media/thumb-html.png | Bin 0 -> 1740 bytes system/images/media/thumb-icns.png | Bin 0 -> 3212 bytes system/images/media/thumb-ico.png | Bin 0 -> 2769 bytes system/images/media/thumb-ics.png | Bin 0 -> 2787 bytes system/images/media/thumb-iff.png | Bin 0 -> 601 bytes system/images/media/thumb-indd.png | Bin 0 -> 2475 bytes system/images/media/thumb-iso.png | Bin 0 -> 2864 bytes system/images/media/thumb-jar.png | Bin 0 -> 2583 bytes system/images/media/thumb-jpg.png | Bin 0 -> 2435 bytes system/images/media/thumb-js.png | Bin 0 -> 2046 bytes system/images/media/thumb-json.png | Bin 0 -> 7818 bytes system/images/media/thumb-jsp.png | Bin 0 -> 2498 bytes system/images/media/thumb-key.png | Bin 0 -> 2130 bytes system/images/media/thumb-kml.png | Bin 0 -> 2346 bytes system/images/media/thumb-kmz.png | Bin 0 -> 2701 bytes system/images/media/thumb-lnk.png | Bin 0 -> 1971 bytes system/images/media/thumb-log.png | Bin 0 -> 2762 bytes system/images/media/thumb-lua.png | Bin 0 -> 2117 bytes system/images/media/thumb-m3u.png | Bin 0 -> 2909 bytes system/images/media/thumb-m4a.png | Bin 0 -> 2754 bytes system/images/media/thumb-m4v.png | Bin 0 -> 2738 bytes system/images/media/thumb-max.png | Bin 0 -> 3213 bytes system/images/media/thumb-mdb.png | Bin 0 -> 2691 bytes system/images/media/thumb-mdf.png | Bin 0 -> 2243 bytes system/images/media/thumb-mid.png | Bin 0 -> 2199 bytes system/images/media/thumb-mim.png | Bin 0 -> 2284 bytes system/images/media/thumb-mov.png | Bin 0 -> 3221 bytes system/images/media/thumb-mp3.png | Bin 0 -> 2801 bytes system/images/media/thumb-mp4.png | Bin 0 -> 2221 bytes system/images/media/thumb-mpa.png | Bin 0 -> 2734 bytes system/images/media/thumb-mpe.png | Bin 0 -> 1971 bytes system/images/media/thumb-mpg.png | Bin 0 -> 2811 bytes system/images/media/thumb-msg.png | Bin 0 -> 3319 bytes system/images/media/thumb-msi.png | Bin 0 -> 2594 bytes system/images/media/thumb-nes.png | Bin 0 -> 2320 bytes system/images/media/thumb-obj.png | Bin 0 -> 2716 bytes system/images/media/thumb-odb.png | Bin 0 -> 2912 bytes system/images/media/thumb-odc.png | Bin 0 -> 3239 bytes system/images/media/thumb-odf.png | Bin 0 -> 2496 bytes system/images/media/thumb-odg.png | Bin 0 -> 3069 bytes system/images/media/thumb-odi.png | Bin 0 -> 2453 bytes system/images/media/thumb-odp.png | Bin 0 -> 2871 bytes system/images/media/thumb-ods.png | Bin 0 -> 3257 bytes system/images/media/thumb-odt.png | Bin 0 -> 2414 bytes system/images/media/thumb-odx.png | Bin 0 -> 3133 bytes system/images/media/thumb-ogg.png | Bin 0 -> 3577 bytes system/images/media/thumb-pct.png | Bin 0 -> 2248 bytes system/images/media/thumb-pdb.png | Bin 0 -> 2354 bytes system/images/media/thumb-pdf.png | Bin 0 -> 1823 bytes system/images/media/thumb-pif.png | Bin 0 -> 1103 bytes system/images/media/thumb-pkg.png | Bin 0 -> 2660 bytes system/images/media/thumb-pl.png | Bin 0 -> 1066 bytes system/images/media/thumb-png.png | Bin 0 -> 2530 bytes system/images/media/thumb-pps.png | Bin 0 -> 2497 bytes system/images/media/thumb-ppt.png | Bin 0 -> 1573 bytes system/images/media/thumb-pptx.png | Bin 0 -> 2560 bytes system/images/media/thumb-ps.png | Bin 0 -> 2285 bytes system/images/media/thumb-psd.png | Bin 0 -> 2613 bytes system/images/media/thumb-pub.png | Bin 0 -> 2137 bytes system/images/media/thumb-py.png | Bin 0 -> 1776 bytes system/images/media/thumb-ra.png | Bin 0 -> 2223 bytes system/images/media/thumb-rar.png | Bin 0 -> 2695 bytes system/images/media/thumb-raw.png | Bin 0 -> 3433 bytes system/images/media/thumb-rm.png | Bin 0 -> 2181 bytes system/images/media/thumb-rom.png | Bin 0 -> 3088 bytes system/images/media/thumb-rpm.png | Bin 0 -> 2566 bytes system/images/media/thumb-rss.png | Bin 0 -> 3091 bytes system/images/media/thumb-rtf.png | Bin 0 -> 1364 bytes system/images/media/thumb-sav.png | Bin 0 -> 3204 bytes system/images/media/thumb-sdf.png | Bin 0 -> 2444 bytes system/images/media/thumb-sql.png | Bin 0 -> 2929 bytes system/images/media/thumb-srt.png | Bin 0 -> 2366 bytes system/images/media/thumb-svg.png | Bin 0 -> 3359 bytes system/images/media/thumb-swf.png | Bin 0 -> 3181 bytes system/images/media/thumb-sys.png | Bin 0 -> 3128 bytes system/images/media/thumb-tar.png | Bin 0 -> 2165 bytes system/images/media/thumb-tex.png | Bin 0 -> 1716 bytes system/images/media/thumb-tga.png | Bin 0 -> 2655 bytes system/images/media/thumb-thm.png | Bin 0 -> 1666 bytes system/images/media/thumb-tiff.png | Bin 0 -> 690 bytes system/images/media/thumb-tmp.png | Bin 0 -> 2040 bytes system/images/media/thumb-ttf.png | Bin 0 -> 615 bytes system/images/media/thumb-txt.png | Bin 0 -> 1853 bytes system/images/media/thumb-uue.png | Bin 0 -> 1632 bytes system/images/media/thumb-vb.png | Bin 0 -> 2074 bytes system/images/media/thumb-vcd.png | Bin 0 -> 3040 bytes system/images/media/thumb-vcf.png | Bin 0 -> 2581 bytes system/images/media/thumb-wav.png | Bin 0 -> 3601 bytes system/images/media/thumb-webm.png | Bin 0 -> 3843 bytes system/images/media/thumb-wma.png | Bin 0 -> 3552 bytes system/images/media/thumb-wmv.png | Bin 0 -> 3789 bytes system/images/media/thumb-woff.png | Bin 0 -> 3421 bytes system/images/media/thumb-woff2.png | Bin 0 -> 3927 bytes system/images/media/thumb-wpd.png | Bin 0 -> 3127 bytes system/images/media/thumb-wps.png | Bin 0 -> 3368 bytes system/images/media/thumb-wsf.png | Bin 0 -> 3028 bytes system/images/media/thumb-xls.png | Bin 0 -> 2562 bytes system/images/media/thumb-xlsx.png | Bin 0 -> 3481 bytes system/images/media/thumb-xml.png | Bin 0 -> 2557 bytes system/images/media/thumb-yuv.png | Bin 0 -> 2741 bytes system/images/media/thumb-zip.png | Bin 0 -> 1628 bytes system/images/media/thumb.png | Bin 0 -> 1200 bytes system/images/watermark.png | Bin 0 -> 95789 bytes system/install.php | 15 + system/languages/ar.yaml | 93 + system/languages/bg.yaml | 72 + system/languages/ca.yaml | 87 + system/languages/cs.yaml | 147 + system/languages/da.yaml | 90 + system/languages/de.yaml | 147 + system/languages/el.yaml | 144 + system/languages/en.yaml | 121 + system/languages/eo.yaml | 40 + system/languages/es.yaml | 107 + system/languages/et.yaml | 108 + system/languages/eu.yaml | 62 + system/languages/fa.yaml | 62 + system/languages/fi.yaml | 134 + system/languages/fr.yaml | 147 + system/languages/gl.yaml | 147 + system/languages/he.yaml | 99 + system/languages/hr.yaml | 104 + system/languages/hu.yaml | 97 + system/languages/id.yaml | 147 + system/languages/is.yaml | 80 + system/languages/it.yaml | 147 + system/languages/ja.yaml | 81 + system/languages/ko.yaml | 90 + system/languages/lt.yaml | 78 + system/languages/lv.yaml | 84 + system/languages/mn.yaml | 147 + system/languages/my.yaml | 147 + system/languages/nb.yaml | 4 + system/languages/nl.yaml | 147 + system/languages/no.yaml | 82 + system/languages/pl.yaml | 100 + system/languages/pt.yaml | 147 + system/languages/ro.yaml | 96 + system/languages/ru.yaml | 114 + system/languages/si.yaml | 120 + system/languages/sk.yaml | 144 + system/languages/sl.yaml | 85 + system/languages/sr.yaml | 147 + system/languages/sv.yaml | 100 + system/languages/sw.yaml | 147 + system/languages/th.yaml | 147 + system/languages/tr.yaml | 100 + system/languages/uk.yaml | 63 + system/languages/vi.yaml | 63 + system/languages/zh-cn.yaml | 146 + system/languages/zh-tw.yaml | 79 + system/languages/zh.yaml | 146 + system/pages/notfound.md | 6 + system/router.php | 55 + system/src/DOMLettersIterator.php | 165 + system/src/DOMWordsIterator.php | 158 + system/src/Grav/Common/Assets.php | 595 ++ system/src/Grav/Common/Assets/BaseAsset.php | 283 + system/src/Grav/Common/Assets/BlockAssets.php | 207 + system/src/Grav/Common/Assets/Css.php | 52 + system/src/Grav/Common/Assets/InlineCss.php | 44 + system/src/Grav/Common/Assets/InlineJs.php | 44 + .../src/Grav/Common/Assets/InlineJsModule.php | 46 + system/src/Grav/Common/Assets/Js.php | 48 + system/src/Grav/Common/Assets/JsModule.php | 49 + system/src/Grav/Common/Assets/Link.php | 43 + system/src/Grav/Common/Assets/Pipeline.php | 347 + .../Common/Assets/Traits/AssetUtilsTrait.php | 215 + .../Assets/Traits/LegacyAssetsTrait.php | 137 + .../Assets/Traits/TestingAssetsTrait.php | 350 + system/src/Grav/Common/Backup/Backups.php | 322 + system/src/Grav/Common/Browser.php | 153 + system/src/Grav/Common/Cache.php | 690 ++ system/src/Grav/Common/Composer.php | 67 + .../src/Grav/Common/Config/CompiledBase.php | 269 + .../Grav/Common/Config/CompiledBlueprints.php | 131 + .../src/Grav/Common/Config/CompiledConfig.php | 114 + .../Grav/Common/Config/CompiledLanguages.php | 83 + system/src/Grav/Common/Config/Config.php | 156 + .../Grav/Common/Config/ConfigFileFinder.php | 273 + system/src/Grav/Common/Config/Languages.php | 107 + system/src/Grav/Common/Config/Setup.php | 423 ++ system/src/Grav/Common/Data/Blueprint.php | 594 ++ .../src/Grav/Common/Data/BlueprintSchema.php | 429 ++ system/src/Grav/Common/Data/Blueprints.php | 121 + system/src/Grav/Common/Data/Data.php | 343 + system/src/Grav/Common/Data/DataInterface.php | 84 + system/src/Grav/Common/Data/Validation.php | 1236 ++++ .../Grav/Common/Data/ValidationException.php | 67 + system/src/Grav/Common/Debugger.php | 1148 +++ system/src/Grav/Common/Errors/BareHandler.php | 33 + system/src/Grav/Common/Errors/Errors.php | 85 + .../Grav/Common/Errors/Resources/error.css | 52 + .../Common/Errors/Resources/layout.html.php | 30 + .../Grav/Common/Errors/SimplePageHandler.php | 122 + .../src/Grav/Common/Errors/SystemFacade.php | 67 + system/src/Grav/Common/File/CompiledFile.php | 195 + .../src/Grav/Common/File/CompiledJsonFile.php | 33 + .../Grav/Common/File/CompiledMarkdownFile.php | 21 + .../src/Grav/Common/File/CompiledYamlFile.php | 21 + .../src/Grav/Common/Filesystem/Archiver.php | 108 + system/src/Grav/Common/Filesystem/Folder.php | 548 ++ .../RecursiveDirectoryFilterIterator.php | 82 + .../RecursiveFolderFilterIterator.php | 55 + .../Grav/Common/Filesystem/ZipArchiver.php | 135 + .../src/Grav/Common/Flex/FlexCollection.php | 28 + system/src/Grav/Common/Flex/FlexIndex.php | 29 + system/src/Grav/Common/Flex/FlexObject.php | 74 + .../Flex/Traits/FlexCollectionTrait.php | 51 + .../Common/Flex/Traits/FlexCommonTrait.php | 54 + .../Grav/Common/Flex/Traits/FlexGravTrait.php | 74 + .../Common/Flex/Traits/FlexIndexTrait.php | 20 + .../Common/Flex/Traits/FlexObjectTrait.php | 62 + .../Flex/Types/Generic/GenericCollection.php | 24 + .../Flex/Types/Generic/GenericIndex.php | 24 + .../Flex/Types/Generic/GenericObject.php | 22 + .../Flex/Types/Pages/PageCollection.php | 839 +++ .../Common/Flex/Types/Pages/PageIndex.php | 1198 +++ .../Common/Flex/Types/Pages/PageObject.php | 744 ++ .../Flex/Types/Pages/Storage/PageStorage.php | 700 ++ .../Types/Pages/Traits/PageContentTrait.php | 75 + .../Types/Pages/Traits/PageLegacyTrait.php | 236 + .../Types/Pages/Traits/PageRoutableTrait.php | 122 + .../Types/Pages/Traits/PageTranslateTrait.php | 108 + .../Types/UserGroups/UserGroupCollection.php | 56 + .../Flex/Types/UserGroups/UserGroupIndex.php | 24 + .../Flex/Types/UserGroups/UserGroupObject.php | 134 + .../Types/Users/Storage/UserFileStorage.php | 47 + .../Types/Users/Storage/UserFolderStorage.php | 37 + .../Users/Traits/UserObjectLegacyTrait.php | 94 + .../Flex/Types/Users/UserCollection.php | 135 + .../Common/Flex/Types/Users/UserIndex.php | 206 + .../Common/Flex/Types/Users/UserObject.php | 1059 +++ system/src/Grav/Common/Form/FormFlash.php | 107 + .../Grav/Common/GPM/AbstractCollection.php | 41 + .../GPM/Common/AbstractPackageCollection.php | 50 + .../Common/GPM/Common/CachedCollection.php | 43 + system/src/Grav/Common/GPM/Common/Package.php | 99 + system/src/Grav/Common/GPM/GPM.php | 1270 ++++ system/src/Grav/Common/GPM/Installer.php | 544 ++ system/src/Grav/Common/GPM/Licenses.php | 116 + .../GPM/Local/AbstractPackageCollection.php | 34 + system/src/Grav/Common/GPM/Local/Package.php | 51 + system/src/Grav/Common/GPM/Local/Packages.php | 29 + system/src/Grav/Common/GPM/Local/Plugins.php | 33 + system/src/Grav/Common/GPM/Local/Themes.php | 33 + .../GPM/Remote/AbstractPackageCollection.php | 81 + .../src/Grav/Common/GPM/Remote/GravCore.php | 151 + system/src/Grav/Common/GPM/Remote/Package.php | 66 + .../src/Grav/Common/GPM/Remote/Packages.php | 34 + system/src/Grav/Common/GPM/Remote/Plugins.php | 32 + system/src/Grav/Common/GPM/Remote/Themes.php | 32 + system/src/Grav/Common/GPM/Response.php | 3 + system/src/Grav/Common/GPM/Upgrader.php | 138 + system/src/Grav/Common/Getters.php | 170 + system/src/Grav/Common/Grav.php | 829 +++ system/src/Grav/Common/GravTrait.php | 34 + system/src/Grav/Common/HTTP/Client.php | 130 + system/src/Grav/Common/HTTP/Response.php | 96 + system/src/Grav/Common/Helpers/Base32.php | 141 + system/src/Grav/Common/Helpers/Excerpts.php | 196 + system/src/Grav/Common/Helpers/Exif.php | 48 + system/src/Grav/Common/Helpers/LogViewer.php | 167 + system/src/Grav/Common/Helpers/Truncator.php | 344 + system/src/Grav/Common/Helpers/YamlLinter.php | 122 + system/src/Grav/Common/Inflector.php | 363 + system/src/Grav/Common/Iterator.php | 264 + system/src/Grav/Common/Language/Language.php | 663 ++ .../Grav/Common/Language/LanguageCodes.php | 246 + system/src/Grav/Common/Markdown/Parsedown.php | 43 + .../Grav/Common/Markdown/ParsedownExtra.php | 46 + .../Common/Markdown/ParsedownGravTrait.php | 319 + .../Media/Interfaces/AudioMediaInterface.php | 25 + .../Interfaces/ImageManipulateInterface.php | 120 + .../Media/Interfaces/ImageMediaInterface.php | 17 + .../Interfaces/MediaCollectionInterface.php | 115 + .../Media/Interfaces/MediaFileInterface.php | 53 + .../Media/Interfaces/MediaInterface.php | 17 + .../Media/Interfaces/MediaLinkInterface.php | 17 + .../Media/Interfaces/MediaObjectInterface.php | 227 + .../Media/Interfaces/MediaPlayerInterface.php | 56 + .../Media/Interfaces/MediaUploadInterface.php | 73 + .../Media/Interfaces/VideoMediaInterface.php | 32 + .../Common/Media/Traits/AudioMediaTrait.php | 53 + .../Media/Traits/ImageDecodingTrait.php | 40 + .../Media/Traits/ImageFetchPriorityTrait.php | 40 + .../Common/Media/Traits/ImageLoadingTrait.php | 37 + .../Common/Media/Traits/ImageMediaTrait.php | 428 ++ .../Common/Media/Traits/MediaFileTrait.php | 139 + .../Common/Media/Traits/MediaObjectTrait.php | 630 ++ .../Common/Media/Traits/MediaPlayerTrait.php | 113 + .../Grav/Common/Media/Traits/MediaTrait.php | 153 + .../Common/Media/Traits/MediaUploadTrait.php | 680 ++ .../Common/Media/Traits/StaticResizeTrait.php | 40 + .../Media/Traits/ThumbnailMediaTrait.php | 149 + .../Common/Media/Traits/VideoMediaTrait.php | 68 + system/src/Grav/Common/Page/Collection.php | 710 ++ system/src/Grav/Common/Page/Header.php | 38 + .../Interfaces/PageCollectionInterface.php | 310 + .../Page/Interfaces/PageContentInterface.php | 267 + .../Page/Interfaces/PageFormInterface.php | 33 + .../Common/Page/Interfaces/PageInterface.php | 25 + .../Page/Interfaces/PageLegacyInterface.php | 475 ++ .../Page/Interfaces/PageRoutableInterface.php | 180 + .../Interfaces/PageTranslateInterface.php | 38 + .../Page/Interfaces/PagesSourceInterface.php | 56 + .../Grav/Common/Page/Markdown/Excerpts.php | 343 + system/src/Grav/Common/Page/Media.php | 286 + .../Grav/Common/Page/Medium/AbstractMedia.php | 344 + .../Grav/Common/Page/Medium/AudioMedium.php | 36 + .../Grav/Common/Page/Medium/GlobalMedia.php | 150 + .../src/Grav/Common/Page/Medium/ImageFile.php | 212 + .../Grav/Common/Page/Medium/ImageMedium.php | 499 ++ system/src/Grav/Common/Page/Medium/Link.php | 102 + system/src/Grav/Common/Page/Medium/Medium.php | 140 + .../Grav/Common/Page/Medium/MediumFactory.php | 220 + .../Common/Page/Medium/ParsedownHtmlTrait.php | 44 + .../Page/Medium/RenderableInterface.php | 41 + .../Common/Page/Medium/StaticImageMedium.php | 48 + .../Common/Page/Medium/StaticResizeTrait.php | 24 + .../Page/Medium/ThumbnailImageMedium.php | 21 + .../Common/Page/Medium/VectorImageMedium.php | 68 + .../Grav/Common/Page/Medium/VideoMedium.php | 36 + system/src/Grav/Common/Page/Page.php | 2935 ++++++++ system/src/Grav/Common/Page/Pages.php | 2258 ++++++ .../Grav/Common/Page/Traits/PageFormTrait.php | 126 + system/src/Grav/Common/Page/Types.php | 179 + system/src/Grav/Common/Plugin.php | 472 ++ system/src/Grav/Common/Plugins.php | 330 + .../Common/Processors/AssetsProcessor.php | 41 + .../Common/Processors/BackupsProcessor.php | 41 + .../Processors/DebuggerAssetsProcessor.php | 40 + .../Processors/Events/RequestHandlerEvent.php | 82 + .../Common/Processors/InitializeProcessor.php | 461 ++ .../Grav/Common/Processors/PagesProcessor.php | 115 + .../Common/Processors/PluginsProcessor.php | 41 + .../Grav/Common/Processors/ProcessorBase.php | 70 + .../Common/Processors/ProcessorInterface.php | 20 + .../Common/Processors/RenderProcessor.php | 71 + .../Common/Processors/RequestProcessor.php | 66 + .../Common/Processors/SchedulerProcessor.php | 42 + .../Grav/Common/Processors/TasksProcessor.php | 71 + .../Common/Processors/ThemesProcessor.php | 40 + .../Grav/Common/Processors/TwigProcessor.php | 40 + system/src/Grav/Common/Scheduler/Cron.php | 577 ++ .../Grav/Common/Scheduler/IntervalTrait.php | 404 ++ system/src/Grav/Common/Scheduler/Job.php | 566 ++ .../src/Grav/Common/Scheduler/Scheduler.php | 447 ++ system/src/Grav/Common/Security.php | 287 + .../Service/AccountsServiceProvider.php | 157 + .../Common/Service/AssetsServiceProvider.php | 32 + .../Common/Service/BackupsServiceProvider.php | 35 + .../Common/Service/ConfigServiceProvider.php | 206 + .../Common/Service/ErrorServiceProvider.php | 30 + .../Service/FilesystemServiceProvider.php | 32 + .../Common/Service/FlexServiceProvider.php | 121 + .../Service/InflectorServiceProvider.php | 32 + .../Common/Service/LoggerServiceProvider.php | 42 + .../Common/Service/OutputServiceProvider.php | 39 + .../Common/Service/PagesServiceProvider.php | 140 + .../Common/Service/RequestServiceProvider.php | 103 + .../Service/SchedulerServiceProvider.php | 32 + .../Common/Service/SessionServiceProvider.php | 134 + .../Common/Service/StreamsServiceProvider.php | 56 + .../Common/Service/TaskServiceProvider.php | 55 + system/src/Grav/Common/Session.php | 202 + system/src/Grav/Common/Taxonomy.php | 181 + system/src/Grav/Common/Theme.php | 87 + system/src/Grav/Common/Themes.php | 417 ++ .../Common/Twig/Exception/TwigException.php | 21 + .../Twig/Extension/FilesystemExtension.php | 387 + .../Common/Twig/Extension/GravExtension.php | 1756 +++++ .../Grav/Common/Twig/Node/TwigNodeCache.php | 93 + .../Grav/Common/Twig/Node/TwigNodeLink.php | 114 + .../Common/Twig/Node/TwigNodeMarkdown.php | 52 + .../Grav/Common/Twig/Node/TwigNodeRender.php | 84 + .../Grav/Common/Twig/Node/TwigNodeScript.php | 142 + .../Grav/Common/Twig/Node/TwigNodeStyle.php | 133 + .../Grav/Common/Twig/Node/TwigNodeSwitch.php | 88 + .../Grav/Common/Twig/Node/TwigNodeThrow.php | 52 + .../Common/Twig/Node/TwigNodeTryCatch.php | 67 + .../Twig/TokenParser/TwigTokenParserCache.php | 74 + .../Twig/TokenParser/TwigTokenParserLink.php | 109 + .../TokenParser/TwigTokenParserMarkdown.php | 59 + .../TokenParser/TwigTokenParserRender.php | 74 + .../TokenParser/TwigTokenParserScript.php | 132 + .../Twig/TokenParser/TwigTokenParserStyle.php | 119 + .../TokenParser/TwigTokenParserSwitch.php | 132 + .../Twig/TokenParser/TwigTokenParserThrow.php | 55 + .../TokenParser/TwigTokenParserTryCatch.php | 81 + system/src/Grav/Common/Twig/Twig.php | 578 ++ .../Common/Twig/TwigClockworkDataSource.php | 58 + .../Grav/Common/Twig/TwigClockworkDumper.php | 72 + .../src/Grav/Common/Twig/TwigEnvironment.php | 60 + system/src/Grav/Common/Twig/TwigExtension.php | 21 + .../Grav/Common/Twig/WriteCacheFileTrait.php | 56 + system/src/Grav/Common/Uri.php | 1527 ++++ system/src/Grav/Common/User/Access.php | 52 + .../src/Grav/Common/User/Authentication.php | 61 + system/src/Grav/Common/User/DataUser/User.php | 329 + .../Common/User/DataUser/UserCollection.php | 163 + system/src/Grav/Common/User/Group.php | 172 + .../User/Interfaces/AuthorizeInterface.php | 26 + .../Interfaces/UserCollectionInterface.php | 40 + .../User/Interfaces/UserGroupInterface.php | 18 + .../Common/User/Interfaces/UserInterface.php | 189 + .../src/Grav/Common/User/Traits/UserTrait.php | 233 + system/src/Grav/Common/User/User.php | 144 + system/src/Grav/Common/Utils.php | 2227 ++++++ system/src/Grav/Common/Yaml.php | 65 + .../Grav/Console/Application/Application.php | 138 + .../CommandLoader/PluginCommandLoader.php | 103 + .../Console/Application/GpmApplication.php | 42 + .../Console/Application/GravApplication.php | 52 + .../Console/Application/PluginApplication.php | 116 + system/src/Grav/Console/Cli/BackupCommand.php | 138 + system/src/Grav/Console/Cli/CleanCommand.php | 411 ++ .../Grav/Console/Cli/ClearCacheCommand.php | 104 + .../src/Grav/Console/Cli/ComposerCommand.php | 64 + .../src/Grav/Console/Cli/InstallCommand.php | 302 + .../src/Grav/Console/Cli/LogViewerCommand.php | 96 + .../Grav/Console/Cli/NewProjectCommand.php | 75 + .../Cli/PageSystemValidatorCommand.php | 299 + .../src/Grav/Console/Cli/SandboxCommand.php | 347 + .../src/Grav/Console/Cli/SchedulerCommand.php | 223 + .../src/Grav/Console/Cli/SecurityCommand.php | 102 + system/src/Grav/Console/Cli/ServerCommand.php | 154 + .../Grav/Console/Cli/YamlLinterCommand.php | 124 + system/src/Grav/Console/ConsoleCommand.php | 46 + system/src/Grav/Console/ConsoleTrait.php | 338 + .../Grav/Console/Gpm/DirectInstallCommand.php | 321 + system/src/Grav/Console/Gpm/IndexCommand.php | 335 + system/src/Grav/Console/Gpm/InfoCommand.php | 191 + .../src/Grav/Console/Gpm/InstallCommand.php | 726 ++ .../Grav/Console/Gpm/SelfupgradeCommand.php | 344 + .../src/Grav/Console/Gpm/UninstallCommand.php | 312 + system/src/Grav/Console/Gpm/UpdateCommand.php | 289 + .../src/Grav/Console/Gpm/VersionCommand.php | 125 + system/src/Grav/Console/GpmCommand.php | 68 + system/src/Grav/Console/GravCommand.php | 52 + .../Grav/Console/Plugin/PluginListCommand.php | 69 + .../Grav/Console/TerminalObjects/Table.php | 38 + .../Grav/Events/BeforeSessionStartEvent.php | 36 + system/src/Grav/Events/FlexRegisterEvent.php | 45 + system/src/Grav/Events/PageEvent.php | 18 + .../Grav/Events/PermissionsRegisterEvent.php | 45 + system/src/Grav/Events/PluginsLoadedEvent.php | 53 + system/src/Grav/Events/SessionStartEvent.php | 36 + system/src/Grav/Events/TypesEvent.php | 18 + system/src/Grav/Framework/Acl/Access.php | 231 + system/src/Grav/Framework/Acl/Action.php | 204 + system/src/Grav/Framework/Acl/Permissions.php | 249 + .../Grav/Framework/Acl/PermissionsReader.php | 186 + .../Framework/Acl/RecursiveActionIterator.php | 64 + .../Grav/Framework/Cache/AbstractCache.php | 32 + .../Framework/Cache/Adapter/ChainCache.php | 210 + .../Framework/Cache/Adapter/DoctrineCache.php | 118 + .../Framework/Cache/Adapter/FileCache.php | 266 + .../Framework/Cache/Adapter/MemoryCache.php | 83 + .../Framework/Cache/Adapter/SessionCache.php | 107 + .../Grav/Framework/Cache/CacheInterface.php | 71 + .../src/Grav/Framework/Cache/CacheTrait.php | 373 + .../Cache/Exception/CacheException.php | 21 + .../Exception/InvalidArgumentException.php | 20 + .../Collection/AbstractFileCollection.php | 238 + .../Collection/AbstractIndexCollection.php | 574 ++ .../Collection/AbstractLazyCollection.php | 97 + .../Framework/Collection/ArrayCollection.php | 117 + .../Collection/CollectionInterface.php | 69 + .../Framework/Collection/FileCollection.php | 97 + .../Collection/FileCollectionInterface.php | 33 + .../Grav/Framework/Compat/Serializable.php | 47 + .../Framework/ContentBlock/ContentBlock.php | 303 + .../ContentBlock/ContentBlockInterface.php | 90 + .../Grav/Framework/ContentBlock/HtmlBlock.php | 502 ++ .../ContentBlock/HtmlBlockInterface.php | 130 + .../Contracts/Media/MediaObjectInterface.php | 52 + .../Contracts/Object/IdentifierInterface.php | 27 + .../RelationshipIdentifierInterface.php | 28 + .../Relationships/RelationshipInterface.php | 81 + .../Relationships/RelationshipsInterface.php | 53 + .../ToManyRelationshipInterface.php | 55 + .../ToOneRelationshipInterface.php | 37 + .../Traits/ControllerResponseTrait.php | 307 + system/src/Grav/Framework/DI/Container.php | 35 + .../src/Grav/Framework/File/AbstractFile.php | 444 ++ system/src/Grav/Framework/File/CsvFile.php | 40 + system/src/Grav/Framework/File/DataFile.php | 78 + system/src/Grav/Framework/File/File.php | 35 + .../File/Formatter/AbstractFormatter.php | 117 + .../Framework/File/Formatter/CsvFormatter.php | 170 + .../File/Formatter/FormatterInterface.php | 12 + .../Framework/File/Formatter/IniFormatter.php | 68 + .../File/Formatter/JsonFormatter.php | 170 + .../File/Formatter/MarkdownFormatter.php | 161 + .../File/Formatter/SerializeFormatter.php | 98 + .../File/Formatter/YamlFormatter.php | 129 + system/src/Grav/Framework/File/IniFile.php | 40 + .../Interfaces/FileFormatterInterface.php | 72 + .../File/Interfaces/FileInterface.php | 180 + system/src/Grav/Framework/File/JsonFile.php | 31 + .../src/Grav/Framework/File/MarkdownFile.php | 40 + system/src/Grav/Framework/File/YamlFile.php | 40 + .../Grav/Framework/Filesystem/Filesystem.php | 356 + .../Interfaces/FilesystemInterface.php | 84 + system/src/Grav/Framework/Flex/Flex.php | 334 + .../Grav/Framework/Flex/FlexCollection.php | 733 ++ .../src/Grav/Framework/Flex/FlexDirectory.php | 1187 +++ .../Grav/Framework/Flex/FlexDirectoryForm.php | 509 ++ system/src/Grav/Framework/Flex/FlexForm.php | 610 ++ .../src/Grav/Framework/Flex/FlexFormFlash.php | 130 + .../Grav/Framework/Flex/FlexIdentifier.php | 75 + system/src/Grav/Framework/Flex/FlexIndex.php | 930 +++ system/src/Grav/Framework/Flex/FlexObject.php | 1288 ++++ .../Interfaces/FlexAuthorizeInterface.php | 33 + .../Interfaces/FlexCollectionInterface.php | 144 + .../Flex/Interfaces/FlexCommonInterface.php | 79 + .../Interfaces/FlexDirectoryFormInterface.php | 27 + .../Interfaces/FlexDirectoryInterface.php | 228 + .../Flex/Interfaces/FlexFormInterface.php | 51 + .../Flex/Interfaces/FlexIndexInterface.php | 64 + .../Flex/Interfaces/FlexInterface.php | 100 + .../Interfaces/FlexObjectFormInterface.php | 27 + .../Flex/Interfaces/FlexObjectInterface.php | 211 + .../Flex/Interfaces/FlexStorageInterface.php | 138 + .../Interfaces/FlexTranslateInterface.php | 51 + .../Flex/Pages/FlexPageCollection.php | 211 + .../Framework/Flex/Pages/FlexPageIndex.php | 48 + .../Framework/Flex/Pages/FlexPageObject.php | 496 ++ .../Flex/Pages/Traits/PageAuthorsTrait.php | 249 + .../Flex/Pages/Traits/PageContentTrait.php | 842 +++ .../Flex/Pages/Traits/PageLegacyTrait.php | 1124 +++ .../Flex/Pages/Traits/PageRoutableTrait.php | 550 ++ .../Flex/Pages/Traits/PageTranslateTrait.php | 291 + .../Storage/AbstractFilesystemStorage.php | 232 + .../Framework/Flex/Storage/FileStorage.php | 160 + .../Framework/Flex/Storage/FolderStorage.php | 708 ++ .../Framework/Flex/Storage/SimpleStorage.php | 507 ++ .../Flex/Traits/FlexAuthorizeTrait.php | 126 + .../Framework/Flex/Traits/FlexMediaTrait.php | 576 ++ .../Flex/Traits/FlexRelatedDirectoryTrait.php | 59 + .../Flex/Traits/FlexRelationshipsTrait.php | 61 + system/src/Grav/Framework/Form/FormFlash.php | 586 ++ .../src/Grav/Framework/Form/FormFlashFile.php | 266 + .../Form/Interfaces/FormFactoryInterface.php | 42 + .../Form/Interfaces/FormFlashInterface.php | 181 + .../Form/Interfaces/FormInterface.php | 187 + .../Grav/Framework/Form/Traits/FormTrait.php | 897 +++ .../Framework/Interfaces/RenderInterface.php | 38 + .../Logger/Processors/UserProcessor.php | 34 + .../Interfaces/MediaCollectionInterface.php | 23 + .../Media/Interfaces/MediaInterface.php | 37 + .../Interfaces/MediaManipulationInterface.php | 33 + .../Media/Interfaces/MediaObjectInterface.php | 47 + .../Grav/Framework/Media/MediaIdentifier.php | 150 + .../src/Grav/Framework/Media/MediaObject.php | 215 + .../Framework/Media/UploadedMediaObject.php | 172 + system/src/Grav/Framework/Mime/MimeTypes.php | 107 + .../Object/Access/ArrayAccessTrait.php | 66 + .../Object/Access/NestedArrayAccessTrait.php | 66 + .../Access/NestedPropertyCollectionTrait.php | 120 + .../Object/Access/NestedPropertyTrait.php | 180 + .../Object/Access/OverloadedPropertyTrait.php | 66 + .../src/Grav/Framework/Object/ArrayObject.php | 31 + .../Object/Base/ObjectCollectionTrait.php | 377 + .../Framework/Object/Base/ObjectTrait.php | 202 + .../Collection/ObjectExpressionVisitor.php | 240 + .../Object/Identifiers/Identifier.php | 66 + .../NestedObjectCollectionInterface.php | 64 + .../Interfaces/NestedObjectInterface.php | 60 + .../Interfaces/ObjectCollectionInterface.php | 126 + .../Object/Interfaces/ObjectInterface.php | 63 + .../src/Grav/Framework/Object/LazyObject.php | 34 + .../Framework/Object/ObjectCollection.php | 131 + .../src/Grav/Framework/Object/ObjectIndex.php | 281 + .../Object/Property/ArrayPropertyTrait.php | 115 + .../Object/Property/LazyPropertyTrait.php | 114 + .../Object/Property/MixedPropertyTrait.php | 121 + .../Object/Property/ObjectPropertyTrait.php | 213 + .../Grav/Framework/Object/PropertyObject.php | 32 + .../Pagination/AbstractPagination.php | 429 ++ .../Pagination/AbstractPaginationPage.php | 78 + .../Interfaces/PaginationInterface.php | 104 + .../Interfaces/PaginationPageInterface.php | 47 + .../Grav/Framework/Pagination/Pagination.php | 32 + .../Framework/Pagination/PaginationPage.php | 26 + .../src/Grav/Framework/Psr7/AbstractUri.php | 412 ++ system/src/Grav/Framework/Psr7/Request.php | 34 + system/src/Grav/Framework/Psr7/Response.php | 265 + .../src/Grav/Framework/Psr7/ServerRequest.php | 364 + system/src/Grav/Framework/Psr7/Stream.php | 43 + .../Psr7/Traits/MessageDecoratorTrait.php | 140 + .../Psr7/Traits/RequestDecoratorTrait.php | 112 + .../Psr7/Traits/ResponseDecoratorTrait.php | 82 + .../Traits/ServerRequestDecoratorTrait.php | 176 + .../Psr7/Traits/StreamDecoratorTrait.php | 153 + .../Traits/UploadedFileDecoratorTrait.php | 73 + .../Psr7/Traits/UriDecorationTrait.php | 188 + .../src/Grav/Framework/Psr7/UploadedFile.php | 70 + system/src/Grav/Framework/Psr7/Uri.php | 135 + .../Framework/Relationships/Relationships.php | 217 + .../Relationships/ToManyRelationship.php | 259 + .../Relationships/ToOneRelationship.php | 207 + .../Traits/RelationshipTrait.php | 128 + .../Exception/InvalidArgumentException.php | 49 + .../Exception/NotFoundException.php | 37 + .../Exception/NotHandledException.php | 20 + .../Exception/PageExpiredException.php | 32 + .../Exception/RequestException.php | 102 + .../RequestHandler/Middlewares/Exceptions.php | 78 + .../Middlewares/MultipartRequestSupport.php | 123 + .../RequestHandler/RequestHandler.php | 80 + .../Traits/RequestHandlerTrait.php | 64 + system/src/Grav/Framework/Route/Route.php | 452 ++ .../src/Grav/Framework/Route/RouteFactory.php | 236 + .../Session/Exceptions/SessionException.php | 20 + .../src/Grav/Framework/Session/Messages.php | 134 + system/src/Grav/Framework/Session/Session.php | 562 ++ .../Framework/Session/SessionInterface.php | 159 + system/src/Grav/Framework/Uri/Uri.php | 216 + system/src/Grav/Framework/Uri/UriFactory.php | 171 + .../src/Grav/Framework/Uri/UriPartsFilter.php | 145 + system/src/Grav/Installer/Install.php | 400 + .../src/Grav/Installer/InstallException.php | 29 + system/src/Grav/Installer/VersionUpdate.php | 83 + system/src/Grav/Installer/VersionUpdater.php | 133 + system/src/Grav/Installer/Versions.php | 329 + system/src/Grav/Installer/YamlUpdater.php | 431 ++ .../Installer/updates/1.7.0_2020-11-20_1.php | 24 + .../DeferredExtension/DeferredBlockNode.php | 43 + .../DeferredExtension/DeferredDeclareNode.php | 27 + .../DeferredExtension/DeferredExtension.php | 72 + .../DeferredInitializeNode.php | 27 + .../Twig/DeferredExtension/DeferredNode.php | 27 + .../DeferredExtension/DeferredNodeVisitor.php | 50 + .../DeferredNodeVisitorCompat.php | 67 + .../DeferredExtension/DeferredResolveNode.php | 27 + .../DeferredExtension/DeferredTokenParser.php | 77 + system/templates/default.html.twig | 4 + system/templates/external.html.twig | 1 + system/templates/flex/404.html.twig | 4 + .../flex/_default/collection/debug.html.twig | 5 + .../flex/_default/object/debug.html.twig | 4 + system/templates/modular/default.html.twig | 4 + system/templates/partials/messages.html.twig | 14 + system/templates/partials/metadata.html.twig | 3 + user/accounts/.gitkeep | 1 + user/data/.gitkeep | 1 + user/plugins/.gitkeep | 1 + user/themes/.gitkeep | 1 + user/themes/radiogarage/CHANGELOG.md | 186 + user/themes/radiogarage/LICENSE | 21 + user/themes/radiogarage/README.md | 152 + .../radiogarage/assets/quark-screenshots.jpg | Bin 0 -> 198055 bytes .../radiogarage/blueprints/archives-page.yaml | 94 + user/themes/radiogarage/blueprints/blog.yaml | 94 + .../radiogarage/blueprints/default.yaml | 15 + .../radiogarage/blueprints/emission.yaml | 94 + user/themes/radiogarage/blueprints/home.yaml | 25 + user/themes/radiogarage/blueprints/item.yaml | 113 + .../blueprints/modular/features.yaml | 38 + .../radiogarage/blueprints/modular/hero.yaml | 23 + .../radiogarage/blueprints/modular/text.yaml | 19 + .../blueprints/partials/blog-bits.yaml | 64 + .../themes/radiogarage/blueprints/player.yaml | 44 + .../radiogarage/css-compiled/spectre-exp.css | 369 + .../css-compiled/spectre-exp.min.css | 1 + .../css-compiled/spectre-icons.css | 172 + .../css-compiled/spectre-icons.min.css | 1 + .../radiogarage/css-compiled/spectre.css | 1257 ++++ .../radiogarage/css-compiled/spectre.min.css | 1 + .../themes/radiogarage/css-compiled/theme.css | 406 ++ .../radiogarage/css-compiled/theme.min.css | 1 + user/themes/radiogarage/css/bricklayer.css | 49 + user/themes/radiogarage/css/custom.css | 0 .../radiogarage/css/line-awesome.min.css | 4 + user/themes/radiogarage/css/phone.css | 466 ++ user/themes/radiogarage/css/reset.css | 48 + user/themes/radiogarage/css/style.css | 514 ++ .../themes/radiogarage/fonts/line-awesome.eot | Bin 0 -> 213245 bytes .../themes/radiogarage/fonts/line-awesome.svg | 2954 ++++++++ .../themes/radiogarage/fonts/line-awesome.ttf | Bin 0 -> 263504 bytes .../radiogarage/fonts/line-awesome.woff | Bin 0 -> 117372 bytes .../radiogarage/fonts/line-awesome.woff2 | Bin 0 -> 76372 bytes user/themes/radiogarage/gulpfile.js | 43 + user/themes/radiogarage/images/favicon.jpg | Bin 0 -> 235481 bytes user/themes/radiogarage/images/grav-logo.svg | 1 + user/themes/radiogarage/images/logo/.gitkeep | 0 .../radiogarage/images/radiogarage_logo.jpg | Bin 0 -> 235481 bytes user/themes/radiogarage/images/test-image.jpg | Bin 0 -> 715800 bytes .../radiogarage/js/affichage-info-archives.js | 17 + user/themes/radiogarage/js/bricklayer.min.js | 1 + user/themes/radiogarage/js/changement-page.js | 27 + user/themes/radiogarage/js/jquery.treemenu.js | 87 + .../js/player-and-archiveplayer.js | 132 + .../js/scopedQuerySelectorShim.min.js | 9 + .../radiogarage/js/singlepagenav.min.js | 8 + user/themes/radiogarage/js/site.js | 59 + .../radiogarage/js/smooth-scroll.min.js | 6 + user/themes/radiogarage/languages.yaml | 290 + user/themes/radiogarage/package.json | 49 + user/themes/radiogarage/quark.php | 56 + user/themes/radiogarage/quark.yaml | 12 + user/themes/radiogarage/radiogarage.yaml | 6 + user/themes/radiogarage/screenshot.jpg | Bin 0 -> 159731 bytes user/themes/radiogarage/scss/spectre-exp.scss | 19 + .../radiogarage/scss/spectre-icons.scss | 11 + user/themes/radiogarage/scss/spectre.scss | 53 + .../radiogarage/scss/spectre/_accordions.scss | 38 + .../radiogarage/scss/spectre/_animations.scss | 20 + .../radiogarage/scss/spectre/_asian.scss | 43 + .../scss/spectre/_autocomplete.scss | 47 + .../radiogarage/scss/spectre/_avatars.scss | 77 + .../radiogarage/scss/spectre/_badges.scss | 60 + .../radiogarage/scss/spectre/_bars.scss | 71 + .../radiogarage/scss/spectre/_base.scss | 44 + .../scss/spectre/_breadcrumbs.scss | 29 + .../radiogarage/scss/spectre/_buttons.scss | 193 + .../radiogarage/scss/spectre/_calendars.scss | 222 + .../radiogarage/scss/spectre/_cards.scss | 43 + .../radiogarage/scss/spectre/_carousels.scss | 136 + .../radiogarage/scss/spectre/_chips.scss | 33 + .../radiogarage/scss/spectre/_codes.scss | 31 + .../scss/spectre/_comparison-sliders.scss | 115 + .../radiogarage/scss/spectre/_dropdowns.scss | 36 + .../radiogarage/scss/spectre/_empty.scss | 21 + .../radiogarage/scss/spectre/_filters.scss | 37 + .../radiogarage/scss/spectre/_forms.scss | 555 ++ .../radiogarage/scss/spectre/_hero.scss | 22 + .../radiogarage/scss/spectre/_icons.scss | 5 + .../radiogarage/scss/spectre/_labels.scss | 34 + .../radiogarage/scss/spectre/_layout.scss | 444 ++ .../radiogarage/scss/spectre/_media.scss | 75 + .../radiogarage/scss/spectre/_menus.scss | 66 + .../radiogarage/scss/spectre/_meters.scss | 57 + .../radiogarage/scss/spectre/_mixins.scss | 10 + .../radiogarage/scss/spectre/_modals.scss | 87 + .../radiogarage/scss/spectre/_navbar.scss | 28 + .../radiogarage/scss/spectre/_navs.scss | 34 + .../radiogarage/scss/spectre/_normalize.scss | 446 ++ .../radiogarage/scss/spectre/_off-canvas.scss | 95 + .../radiogarage/scss/spectre/_pagination.scss | 60 + .../radiogarage/scss/spectre/_panels.scss | 23 + .../radiogarage/scss/spectre/_parallax.scss | 135 + .../radiogarage/scss/spectre/_popovers.scss | 65 + .../radiogarage/scss/spectre/_progress.scss | 45 + .../radiogarage/scss/spectre/_sliders.scss | 99 + .../radiogarage/scss/spectre/_steps.scss | 71 + .../radiogarage/scss/spectre/_tables.scss | 57 + .../radiogarage/scss/spectre/_tabs.scss | 66 + .../radiogarage/scss/spectre/_tiles.scss | 38 + .../radiogarage/scss/spectre/_timelines.scss | 56 + .../radiogarage/scss/spectre/_toasts.scss | 48 + .../radiogarage/scss/spectre/_tooltips.scss | 79 + .../radiogarage/scss/spectre/_typography.scss | 129 + .../radiogarage/scss/spectre/_utilities.scss | 8 + .../radiogarage/scss/spectre/_variables.scss | 117 + .../radiogarage/scss/spectre/_viewer-360.scss | 34 + .../scss/spectre/mixins/_avatar.scss | 6 + .../scss/spectre/mixins/_button.scss | 54 + .../scss/spectre/mixins/_clearfix.scss | 8 + .../scss/spectre/mixins/_color.scss | 27 + .../scss/spectre/mixins/_label.scss | 11 + .../scss/spectre/mixins/_position.scss | 65 + .../scss/spectre/mixins/_shadow.scss | 9 + .../scss/spectre/mixins/_text.scss | 6 + .../scss/spectre/mixins/_toast.scss | 5 + .../radiogarage/scss/spectre/spectre-exp.scss | 18 + .../scss/spectre/spectre-icons.scss | 10 + .../radiogarage/scss/spectre/spectre.scss | 49 + .../scss/spectre/utilities/_colors.scss | 31 + .../scss/spectre/utilities/_cursors.scss | 24 + .../scss/spectre/utilities/_display.scss | 44 + .../scss/spectre/utilities/_divider.scss | 50 + .../scss/spectre/utilities/_loading.scss | 34 + .../scss/spectre/utilities/_position.scss | 54 + .../scss/spectre/utilities/_shapes.scss | 8 + .../scss/spectre/utilities/_text.scss | 64 + user/themes/radiogarage/scss/theme.scss | 21 + .../radiogarage/scss/theme/_animation.scss | 23 + user/themes/radiogarage/scss/theme/_blog.scss | 114 + .../radiogarage/scss/theme/_extensions.scss | 7 + .../themes/radiogarage/scss/theme/_fonts.scss | 1 + .../radiogarage/scss/theme/_footer.scss | 17 + .../themes/radiogarage/scss/theme/_forms.scss | 77 + .../radiogarage/scss/theme/_framework.scss | 156 + .../radiogarage/scss/theme/_header.scss | 101 + user/themes/radiogarage/scss/theme/_menu.scss | 94 + .../radiogarage/scss/theme/_mixins.scss | 77 + .../radiogarage/scss/theme/_mobile.scss | 193 + .../radiogarage/scss/theme/_onepage.scss | 122 + .../radiogarage/scss/theme/_typography.scss | 178 + .../radiogarage/scss/theme/_variables.scss | 38 + .../templates/blocks/base.html.twig | 3 + .../radiogarage/templates/blog.html.twig | 63 + .../radiogarage/templates/default.html.twig | 35 + .../radiogarage/templates/emission.twig | 59 + .../radiogarage/templates/error.html.twig | 12 + .../forms/fields/checkbox/checkbox.html.twig | 32 + .../fields/checkboxes/checkboxes.html.twig | 44 + .../forms/fields/radio/radio.html.twig | 26 + .../forms/fields/switch/switch.html.twig | 3 + .../radiogarage/templates/item.html.twig | 41 + .../templates/macros/macros.html.twig | 16 + .../radiogarage/templates/modular.html.twig | 60 + .../templates/modular/features.html.twig | 30 + .../templates/modular/gallery.html.twig | 83 + .../templates/modular/hero.html.twig | 4 + .../templates/modular/text.html.twig | 21 + .../partials/archives-emission.html.twig | 48 + .../templates/partials/archives.html.twig | 13 + .../templates/partials/base.html.twig | 134 + .../templates/partials/blog-item.html.twig | 30 + .../partials/blog-list-item.html.twig | 27 + .../templates/partials/blog/date.html.twig | 5 + .../partials/blog/page-summary.html.twig | 8 + .../partials/blog/taxonomy.html.twig | 7 + .../templates/partials/blog/title.html.twig | 11 + .../templates/partials/footer.html.twig | 5 + .../partials/form-messages.html.twig | 6 + .../templates/partials/hero.html.twig | 7 + .../partials/home-emission.html.twig | 44 + .../templates/partials/layout.html.twig | 14 + .../templates/partials/logo.html.twig | 9 + .../templates/partials/messages.html.twig | 17 + .../templates/partials/navigation.html.twig | 6 + .../templates/partials/player.html.twig | 18 + .../templates/partials/relatedpages.html.twig | 15 + .../templates/partials/sidebar.html.twig | 43 + .../templates/partials/taxonomylist.html.twig | 10 + user/themes/radiogarage/thumbnail.jpg | Bin 0 -> 49487 bytes webserver-configs/Caddyfile | 31 + webserver-configs/Caddyfile-0.8.x | 33 + webserver-configs/htaccess.txt | 78 + webserver-configs/lighttpd.conf | 48 + webserver-configs/nginx.conf | 44 + webserver-configs/web.config | 42 + 972 files changed, 141851 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 .gitignore create mode 100644 .htaccess create mode 100644 .phan/config.php create mode 100644 .phan/internal_stubs/Redis.phan_php create mode 100644 .phan/internal_stubs/memcache.phan_php create mode 100644 .phan/internal_stubs/memcached.phan_php create mode 100644 CHANGELOG.md create mode 100644 CODE_OF_CONDUCT.md create mode 100644 CONTRIBUTING.md create mode 100644 LICENSE.txt create mode 100644 README.md create mode 100644 SECURITY.md create mode 100644 assets/.gitkeep create mode 100644 backup/.gitkeep create mode 100755 bin/composer.phar create mode 100755 bin/gpm create mode 100755 bin/grav create mode 100755 bin/plugin create mode 100644 cache/.gitkeep create mode 100644 composer.json create mode 100644 composer.lock create mode 100644 images/.gitkeep create mode 100644 index.php create mode 100644 logs/.gitkeep create mode 100644 now.json create mode 100644 robots.txt create mode 100644 system/assets/debugger/clockwork.css create mode 100644 system/assets/debugger/clockwork.js create mode 100644 system/assets/debugger/phpdebugbar.css create mode 100644 system/assets/grav.png create mode 100644 system/assets/jquery/jquery-2.1.4.min.js create mode 100644 system/assets/jquery/jquery-2.x.min.js create mode 100644 system/assets/jquery/jquery-3.x.min.js create mode 100644 system/assets/responsive-overlays/1x.png create mode 100644 system/assets/responsive-overlays/2x.png create mode 100644 system/assets/responsive-overlays/3x.png create mode 100644 system/assets/responsive-overlays/4x.png create mode 100644 system/assets/responsive-overlays/unknown.png create mode 100644 system/assets/whoops.css create mode 100644 system/blueprints/config/backups.yaml create mode 100644 system/blueprints/config/media.yaml create mode 100644 system/blueprints/config/scheduler.yaml create mode 100644 system/blueprints/config/security.yaml create mode 100644 system/blueprints/config/site.yaml create mode 100644 system/blueprints/config/streams.yaml create mode 100644 system/blueprints/config/system.yaml create mode 100644 system/blueprints/flex/accounts.yaml create mode 100644 system/blueprints/flex/configure/compat.yaml create mode 100644 system/blueprints/flex/pages.yaml create mode 100644 system/blueprints/flex/shared/configure.yaml create mode 100644 system/blueprints/flex/user-accounts.yaml create mode 100644 system/blueprints/flex/user-groups.yaml create mode 100644 system/blueprints/pages/default.yaml create mode 100644 system/blueprints/pages/external.yaml create mode 100644 system/blueprints/pages/modular.yaml create mode 100644 system/blueprints/pages/partials/security.yaml create mode 100644 system/blueprints/pages/root.yaml create mode 100644 system/blueprints/user/account.yaml create mode 100644 system/blueprints/user/account_new.yaml create mode 100644 system/blueprints/user/group.yaml create mode 100644 system/blueprints/user/group_new.yaml create mode 100644 system/config/backups.yaml create mode 100644 system/config/media.yaml create mode 100644 system/config/mime.yaml create mode 100644 system/config/permissions.yaml create mode 100644 system/config/security.yaml create mode 100644 system/config/site.yaml create mode 100644 system/config/system.yaml create mode 100644 system/defines.php create mode 100644 system/images/media/thumb-3dm.png create mode 100644 system/images/media/thumb-3ds.png create mode 100644 system/images/media/thumb-3g2.png create mode 100644 system/images/media/thumb-3gp.png create mode 100644 system/images/media/thumb-7z.png create mode 100644 system/images/media/thumb-aac.png create mode 100644 system/images/media/thumb-ai.png create mode 100644 system/images/media/thumb-aif.png create mode 100644 system/images/media/thumb-apk.png create mode 100644 system/images/media/thumb-app.png create mode 100644 system/images/media/thumb-asf.png create mode 100644 system/images/media/thumb-asp.png create mode 100644 system/images/media/thumb-aspx.png create mode 100644 system/images/media/thumb-asx.png create mode 100644 system/images/media/thumb-avi.png create mode 100644 system/images/media/thumb-bak.png create mode 100644 system/images/media/thumb-bat.png create mode 100644 system/images/media/thumb-bin.png create mode 100644 system/images/media/thumb-bmp.png create mode 100644 system/images/media/thumb-cab.png create mode 100644 system/images/media/thumb-cad.png create mode 100644 system/images/media/thumb-cdr.png create mode 100644 system/images/media/thumb-cer.png create mode 100644 system/images/media/thumb-cfg.png create mode 100644 system/images/media/thumb-cfm.png create mode 100644 system/images/media/thumb-cgi.png create mode 100644 system/images/media/thumb-com.png create mode 100644 system/images/media/thumb-cpl.png create mode 100644 system/images/media/thumb-cpp.png create mode 100644 system/images/media/thumb-crx.png create mode 100644 system/images/media/thumb-csr.png create mode 100644 system/images/media/thumb-css.png create mode 100644 system/images/media/thumb-csv.png create mode 100644 system/images/media/thumb-cue.png create mode 100644 system/images/media/thumb-cur.png create mode 100644 system/images/media/thumb-dat.png create mode 100644 system/images/media/thumb-db.png create mode 100644 system/images/media/thumb-dbf.png create mode 100644 system/images/media/thumb-dds.png create mode 100644 system/images/media/thumb-dem.png create mode 100644 system/images/media/thumb-dll.png create mode 100644 system/images/media/thumb-dmg.png create mode 100644 system/images/media/thumb-dmp.png create mode 100644 system/images/media/thumb-doc.png create mode 100644 system/images/media/thumb-docx.png create mode 100644 system/images/media/thumb-drv.png create mode 100644 system/images/media/thumb-dtd.png create mode 100644 system/images/media/thumb-dwg.png create mode 100644 system/images/media/thumb-dxf.png create mode 100644 system/images/media/thumb-elf.png create mode 100644 system/images/media/thumb-eot.png create mode 100644 system/images/media/thumb-eps.png create mode 100644 system/images/media/thumb-exe.png create mode 100644 system/images/media/thumb-fla.png create mode 100644 system/images/media/thumb-flv.png create mode 100644 system/images/media/thumb-fnt.png create mode 100644 system/images/media/thumb-fon.png create mode 100644 system/images/media/thumb-gam.png create mode 100644 system/images/media/thumb-gbr.png create mode 100644 system/images/media/thumb-ged.png create mode 100644 system/images/media/thumb-gif.png create mode 100644 system/images/media/thumb-gpx.png create mode 100644 system/images/media/thumb-gz.png create mode 100644 system/images/media/thumb-gzip.png create mode 100644 system/images/media/thumb-hqz.png create mode 100644 system/images/media/thumb-html.png create mode 100644 system/images/media/thumb-icns.png create mode 100644 system/images/media/thumb-ico.png create mode 100644 system/images/media/thumb-ics.png create mode 100644 system/images/media/thumb-iff.png create mode 100644 system/images/media/thumb-indd.png create mode 100644 system/images/media/thumb-iso.png create mode 100644 system/images/media/thumb-jar.png create mode 100644 system/images/media/thumb-jpg.png create mode 100644 system/images/media/thumb-js.png create mode 100644 system/images/media/thumb-json.png create mode 100644 system/images/media/thumb-jsp.png create mode 100644 system/images/media/thumb-key.png create mode 100644 system/images/media/thumb-kml.png create mode 100644 system/images/media/thumb-kmz.png create mode 100644 system/images/media/thumb-lnk.png create mode 100644 system/images/media/thumb-log.png create mode 100644 system/images/media/thumb-lua.png create mode 100644 system/images/media/thumb-m3u.png create mode 100644 system/images/media/thumb-m4a.png create mode 100644 system/images/media/thumb-m4v.png create mode 100644 system/images/media/thumb-max.png create mode 100644 system/images/media/thumb-mdb.png create mode 100644 system/images/media/thumb-mdf.png create mode 100644 system/images/media/thumb-mid.png create mode 100644 system/images/media/thumb-mim.png create mode 100644 system/images/media/thumb-mov.png create mode 100644 system/images/media/thumb-mp3.png create mode 100644 system/images/media/thumb-mp4.png create mode 100644 system/images/media/thumb-mpa.png create mode 100644 system/images/media/thumb-mpe.png create mode 100644 system/images/media/thumb-mpg.png create mode 100644 system/images/media/thumb-msg.png create mode 100644 system/images/media/thumb-msi.png create mode 100644 system/images/media/thumb-nes.png create mode 100644 system/images/media/thumb-obj.png create mode 100644 system/images/media/thumb-odb.png create mode 100644 system/images/media/thumb-odc.png create mode 100644 system/images/media/thumb-odf.png create mode 100644 system/images/media/thumb-odg.png create mode 100644 system/images/media/thumb-odi.png create mode 100644 system/images/media/thumb-odp.png create mode 100644 system/images/media/thumb-ods.png create mode 100644 system/images/media/thumb-odt.png create mode 100644 system/images/media/thumb-odx.png create mode 100644 system/images/media/thumb-ogg.png create mode 100644 system/images/media/thumb-pct.png create mode 100644 system/images/media/thumb-pdb.png create mode 100644 system/images/media/thumb-pdf.png create mode 100644 system/images/media/thumb-pif.png create mode 100644 system/images/media/thumb-pkg.png create mode 100644 system/images/media/thumb-pl.png create mode 100644 system/images/media/thumb-png.png create mode 100644 system/images/media/thumb-pps.png create mode 100644 system/images/media/thumb-ppt.png create mode 100644 system/images/media/thumb-pptx.png create mode 100644 system/images/media/thumb-ps.png create mode 100644 system/images/media/thumb-psd.png create mode 100644 system/images/media/thumb-pub.png create mode 100644 system/images/media/thumb-py.png create mode 100644 system/images/media/thumb-ra.png create mode 100644 system/images/media/thumb-rar.png create mode 100644 system/images/media/thumb-raw.png create mode 100644 system/images/media/thumb-rm.png create mode 100644 system/images/media/thumb-rom.png create mode 100644 system/images/media/thumb-rpm.png create mode 100644 system/images/media/thumb-rss.png create mode 100644 system/images/media/thumb-rtf.png create mode 100644 system/images/media/thumb-sav.png create mode 100644 system/images/media/thumb-sdf.png create mode 100644 system/images/media/thumb-sql.png create mode 100644 system/images/media/thumb-srt.png create mode 100644 system/images/media/thumb-svg.png create mode 100644 system/images/media/thumb-swf.png create mode 100644 system/images/media/thumb-sys.png create mode 100644 system/images/media/thumb-tar.png create mode 100644 system/images/media/thumb-tex.png create mode 100644 system/images/media/thumb-tga.png create mode 100644 system/images/media/thumb-thm.png create mode 100644 system/images/media/thumb-tiff.png create mode 100644 system/images/media/thumb-tmp.png create mode 100644 system/images/media/thumb-ttf.png create mode 100644 system/images/media/thumb-txt.png create mode 100644 system/images/media/thumb-uue.png create mode 100644 system/images/media/thumb-vb.png create mode 100644 system/images/media/thumb-vcd.png create mode 100644 system/images/media/thumb-vcf.png create mode 100644 system/images/media/thumb-wav.png create mode 100644 system/images/media/thumb-webm.png create mode 100644 system/images/media/thumb-wma.png create mode 100644 system/images/media/thumb-wmv.png create mode 100644 system/images/media/thumb-woff.png create mode 100644 system/images/media/thumb-woff2.png create mode 100644 system/images/media/thumb-wpd.png create mode 100644 system/images/media/thumb-wps.png create mode 100644 system/images/media/thumb-wsf.png create mode 100644 system/images/media/thumb-xls.png create mode 100644 system/images/media/thumb-xlsx.png create mode 100644 system/images/media/thumb-xml.png create mode 100644 system/images/media/thumb-yuv.png create mode 100644 system/images/media/thumb-zip.png create mode 100644 system/images/media/thumb.png create mode 100644 system/images/watermark.png create mode 100644 system/install.php create mode 100644 system/languages/ar.yaml create mode 100644 system/languages/bg.yaml create mode 100644 system/languages/ca.yaml create mode 100644 system/languages/cs.yaml create mode 100644 system/languages/da.yaml create mode 100644 system/languages/de.yaml create mode 100644 system/languages/el.yaml create mode 100644 system/languages/en.yaml create mode 100644 system/languages/eo.yaml create mode 100644 system/languages/es.yaml create mode 100644 system/languages/et.yaml create mode 100644 system/languages/eu.yaml create mode 100644 system/languages/fa.yaml create mode 100644 system/languages/fi.yaml create mode 100644 system/languages/fr.yaml create mode 100644 system/languages/gl.yaml create mode 100644 system/languages/he.yaml create mode 100644 system/languages/hr.yaml create mode 100644 system/languages/hu.yaml create mode 100644 system/languages/id.yaml create mode 100644 system/languages/is.yaml create mode 100644 system/languages/it.yaml create mode 100644 system/languages/ja.yaml create mode 100644 system/languages/ko.yaml create mode 100644 system/languages/lt.yaml create mode 100644 system/languages/lv.yaml create mode 100644 system/languages/mn.yaml create mode 100644 system/languages/my.yaml create mode 100644 system/languages/nb.yaml create mode 100644 system/languages/nl.yaml create mode 100644 system/languages/no.yaml create mode 100644 system/languages/pl.yaml create mode 100644 system/languages/pt.yaml create mode 100644 system/languages/ro.yaml create mode 100644 system/languages/ru.yaml create mode 100644 system/languages/si.yaml create mode 100644 system/languages/sk.yaml create mode 100644 system/languages/sl.yaml create mode 100644 system/languages/sr.yaml create mode 100644 system/languages/sv.yaml create mode 100644 system/languages/sw.yaml create mode 100644 system/languages/th.yaml create mode 100644 system/languages/tr.yaml create mode 100644 system/languages/uk.yaml create mode 100644 system/languages/vi.yaml create mode 100644 system/languages/zh-cn.yaml create mode 100644 system/languages/zh-tw.yaml create mode 100644 system/languages/zh.yaml create mode 100644 system/pages/notfound.md create mode 100644 system/router.php create mode 100644 system/src/DOMLettersIterator.php create mode 100644 system/src/DOMWordsIterator.php create mode 100644 system/src/Grav/Common/Assets.php create mode 100644 system/src/Grav/Common/Assets/BaseAsset.php create mode 100644 system/src/Grav/Common/Assets/BlockAssets.php create mode 100644 system/src/Grav/Common/Assets/Css.php create mode 100644 system/src/Grav/Common/Assets/InlineCss.php create mode 100644 system/src/Grav/Common/Assets/InlineJs.php create mode 100644 system/src/Grav/Common/Assets/InlineJsModule.php create mode 100644 system/src/Grav/Common/Assets/Js.php create mode 100644 system/src/Grav/Common/Assets/JsModule.php create mode 100644 system/src/Grav/Common/Assets/Link.php create mode 100644 system/src/Grav/Common/Assets/Pipeline.php create mode 100644 system/src/Grav/Common/Assets/Traits/AssetUtilsTrait.php create mode 100644 system/src/Grav/Common/Assets/Traits/LegacyAssetsTrait.php create mode 100644 system/src/Grav/Common/Assets/Traits/TestingAssetsTrait.php create mode 100644 system/src/Grav/Common/Backup/Backups.php create mode 100644 system/src/Grav/Common/Browser.php create mode 100644 system/src/Grav/Common/Cache.php create mode 100644 system/src/Grav/Common/Composer.php create mode 100644 system/src/Grav/Common/Config/CompiledBase.php create mode 100644 system/src/Grav/Common/Config/CompiledBlueprints.php create mode 100644 system/src/Grav/Common/Config/CompiledConfig.php create mode 100644 system/src/Grav/Common/Config/CompiledLanguages.php create mode 100644 system/src/Grav/Common/Config/Config.php create mode 100644 system/src/Grav/Common/Config/ConfigFileFinder.php create mode 100644 system/src/Grav/Common/Config/Languages.php create mode 100644 system/src/Grav/Common/Config/Setup.php create mode 100644 system/src/Grav/Common/Data/Blueprint.php create mode 100644 system/src/Grav/Common/Data/BlueprintSchema.php create mode 100644 system/src/Grav/Common/Data/Blueprints.php create mode 100644 system/src/Grav/Common/Data/Data.php create mode 100644 system/src/Grav/Common/Data/DataInterface.php create mode 100644 system/src/Grav/Common/Data/Validation.php create mode 100644 system/src/Grav/Common/Data/ValidationException.php create mode 100644 system/src/Grav/Common/Debugger.php create mode 100644 system/src/Grav/Common/Errors/BareHandler.php create mode 100644 system/src/Grav/Common/Errors/Errors.php create mode 100644 system/src/Grav/Common/Errors/Resources/error.css create mode 100644 system/src/Grav/Common/Errors/Resources/layout.html.php create mode 100644 system/src/Grav/Common/Errors/SimplePageHandler.php create mode 100644 system/src/Grav/Common/Errors/SystemFacade.php create mode 100644 system/src/Grav/Common/File/CompiledFile.php create mode 100644 system/src/Grav/Common/File/CompiledJsonFile.php create mode 100644 system/src/Grav/Common/File/CompiledMarkdownFile.php create mode 100644 system/src/Grav/Common/File/CompiledYamlFile.php create mode 100644 system/src/Grav/Common/Filesystem/Archiver.php create mode 100644 system/src/Grav/Common/Filesystem/Folder.php create mode 100644 system/src/Grav/Common/Filesystem/RecursiveDirectoryFilterIterator.php create mode 100644 system/src/Grav/Common/Filesystem/RecursiveFolderFilterIterator.php create mode 100644 system/src/Grav/Common/Filesystem/ZipArchiver.php create mode 100644 system/src/Grav/Common/Flex/FlexCollection.php create mode 100644 system/src/Grav/Common/Flex/FlexIndex.php create mode 100644 system/src/Grav/Common/Flex/FlexObject.php create mode 100644 system/src/Grav/Common/Flex/Traits/FlexCollectionTrait.php create mode 100644 system/src/Grav/Common/Flex/Traits/FlexCommonTrait.php create mode 100644 system/src/Grav/Common/Flex/Traits/FlexGravTrait.php create mode 100644 system/src/Grav/Common/Flex/Traits/FlexIndexTrait.php create mode 100644 system/src/Grav/Common/Flex/Traits/FlexObjectTrait.php create mode 100644 system/src/Grav/Common/Flex/Types/Generic/GenericCollection.php create mode 100644 system/src/Grav/Common/Flex/Types/Generic/GenericIndex.php create mode 100644 system/src/Grav/Common/Flex/Types/Generic/GenericObject.php create mode 100644 system/src/Grav/Common/Flex/Types/Pages/PageCollection.php create mode 100644 system/src/Grav/Common/Flex/Types/Pages/PageIndex.php create mode 100644 system/src/Grav/Common/Flex/Types/Pages/PageObject.php create mode 100644 system/src/Grav/Common/Flex/Types/Pages/Storage/PageStorage.php create mode 100644 system/src/Grav/Common/Flex/Types/Pages/Traits/PageContentTrait.php create mode 100644 system/src/Grav/Common/Flex/Types/Pages/Traits/PageLegacyTrait.php create mode 100644 system/src/Grav/Common/Flex/Types/Pages/Traits/PageRoutableTrait.php create mode 100644 system/src/Grav/Common/Flex/Types/Pages/Traits/PageTranslateTrait.php create mode 100644 system/src/Grav/Common/Flex/Types/UserGroups/UserGroupCollection.php create mode 100644 system/src/Grav/Common/Flex/Types/UserGroups/UserGroupIndex.php create mode 100644 system/src/Grav/Common/Flex/Types/UserGroups/UserGroupObject.php create mode 100644 system/src/Grav/Common/Flex/Types/Users/Storage/UserFileStorage.php create mode 100644 system/src/Grav/Common/Flex/Types/Users/Storage/UserFolderStorage.php create mode 100644 system/src/Grav/Common/Flex/Types/Users/Traits/UserObjectLegacyTrait.php create mode 100644 system/src/Grav/Common/Flex/Types/Users/UserCollection.php create mode 100644 system/src/Grav/Common/Flex/Types/Users/UserIndex.php create mode 100644 system/src/Grav/Common/Flex/Types/Users/UserObject.php create mode 100644 system/src/Grav/Common/Form/FormFlash.php create mode 100644 system/src/Grav/Common/GPM/AbstractCollection.php create mode 100644 system/src/Grav/Common/GPM/Common/AbstractPackageCollection.php create mode 100644 system/src/Grav/Common/GPM/Common/CachedCollection.php create mode 100644 system/src/Grav/Common/GPM/Common/Package.php create mode 100644 system/src/Grav/Common/GPM/GPM.php create mode 100644 system/src/Grav/Common/GPM/Installer.php create mode 100644 system/src/Grav/Common/GPM/Licenses.php create mode 100644 system/src/Grav/Common/GPM/Local/AbstractPackageCollection.php create mode 100644 system/src/Grav/Common/GPM/Local/Package.php create mode 100644 system/src/Grav/Common/GPM/Local/Packages.php create mode 100644 system/src/Grav/Common/GPM/Local/Plugins.php create mode 100644 system/src/Grav/Common/GPM/Local/Themes.php create mode 100644 system/src/Grav/Common/GPM/Remote/AbstractPackageCollection.php create mode 100644 system/src/Grav/Common/GPM/Remote/GravCore.php create mode 100644 system/src/Grav/Common/GPM/Remote/Package.php create mode 100644 system/src/Grav/Common/GPM/Remote/Packages.php create mode 100644 system/src/Grav/Common/GPM/Remote/Plugins.php create mode 100644 system/src/Grav/Common/GPM/Remote/Themes.php create mode 100644 system/src/Grav/Common/GPM/Response.php create mode 100644 system/src/Grav/Common/GPM/Upgrader.php create mode 100644 system/src/Grav/Common/Getters.php create mode 100644 system/src/Grav/Common/Grav.php create mode 100644 system/src/Grav/Common/GravTrait.php create mode 100644 system/src/Grav/Common/HTTP/Client.php create mode 100644 system/src/Grav/Common/HTTP/Response.php create mode 100644 system/src/Grav/Common/Helpers/Base32.php create mode 100644 system/src/Grav/Common/Helpers/Excerpts.php create mode 100644 system/src/Grav/Common/Helpers/Exif.php create mode 100644 system/src/Grav/Common/Helpers/LogViewer.php create mode 100644 system/src/Grav/Common/Helpers/Truncator.php create mode 100644 system/src/Grav/Common/Helpers/YamlLinter.php create mode 100644 system/src/Grav/Common/Inflector.php create mode 100644 system/src/Grav/Common/Iterator.php create mode 100644 system/src/Grav/Common/Language/Language.php create mode 100644 system/src/Grav/Common/Language/LanguageCodes.php create mode 100644 system/src/Grav/Common/Markdown/Parsedown.php create mode 100644 system/src/Grav/Common/Markdown/ParsedownExtra.php create mode 100644 system/src/Grav/Common/Markdown/ParsedownGravTrait.php create mode 100644 system/src/Grav/Common/Media/Interfaces/AudioMediaInterface.php create mode 100644 system/src/Grav/Common/Media/Interfaces/ImageManipulateInterface.php create mode 100644 system/src/Grav/Common/Media/Interfaces/ImageMediaInterface.php create mode 100644 system/src/Grav/Common/Media/Interfaces/MediaCollectionInterface.php create mode 100644 system/src/Grav/Common/Media/Interfaces/MediaFileInterface.php create mode 100644 system/src/Grav/Common/Media/Interfaces/MediaInterface.php create mode 100644 system/src/Grav/Common/Media/Interfaces/MediaLinkInterface.php create mode 100644 system/src/Grav/Common/Media/Interfaces/MediaObjectInterface.php create mode 100644 system/src/Grav/Common/Media/Interfaces/MediaPlayerInterface.php create mode 100644 system/src/Grav/Common/Media/Interfaces/MediaUploadInterface.php create mode 100644 system/src/Grav/Common/Media/Interfaces/VideoMediaInterface.php create mode 100644 system/src/Grav/Common/Media/Traits/AudioMediaTrait.php create mode 100644 system/src/Grav/Common/Media/Traits/ImageDecodingTrait.php create mode 100644 system/src/Grav/Common/Media/Traits/ImageFetchPriorityTrait.php create mode 100644 system/src/Grav/Common/Media/Traits/ImageLoadingTrait.php create mode 100644 system/src/Grav/Common/Media/Traits/ImageMediaTrait.php create mode 100644 system/src/Grav/Common/Media/Traits/MediaFileTrait.php create mode 100644 system/src/Grav/Common/Media/Traits/MediaObjectTrait.php create mode 100644 system/src/Grav/Common/Media/Traits/MediaPlayerTrait.php create mode 100644 system/src/Grav/Common/Media/Traits/MediaTrait.php create mode 100644 system/src/Grav/Common/Media/Traits/MediaUploadTrait.php create mode 100644 system/src/Grav/Common/Media/Traits/StaticResizeTrait.php create mode 100644 system/src/Grav/Common/Media/Traits/ThumbnailMediaTrait.php create mode 100644 system/src/Grav/Common/Media/Traits/VideoMediaTrait.php create mode 100644 system/src/Grav/Common/Page/Collection.php create mode 100644 system/src/Grav/Common/Page/Header.php create mode 100644 system/src/Grav/Common/Page/Interfaces/PageCollectionInterface.php create mode 100644 system/src/Grav/Common/Page/Interfaces/PageContentInterface.php create mode 100644 system/src/Grav/Common/Page/Interfaces/PageFormInterface.php create mode 100644 system/src/Grav/Common/Page/Interfaces/PageInterface.php create mode 100644 system/src/Grav/Common/Page/Interfaces/PageLegacyInterface.php create mode 100644 system/src/Grav/Common/Page/Interfaces/PageRoutableInterface.php create mode 100644 system/src/Grav/Common/Page/Interfaces/PageTranslateInterface.php create mode 100644 system/src/Grav/Common/Page/Interfaces/PagesSourceInterface.php create mode 100644 system/src/Grav/Common/Page/Markdown/Excerpts.php create mode 100644 system/src/Grav/Common/Page/Media.php create mode 100644 system/src/Grav/Common/Page/Medium/AbstractMedia.php create mode 100644 system/src/Grav/Common/Page/Medium/AudioMedium.php create mode 100644 system/src/Grav/Common/Page/Medium/GlobalMedia.php create mode 100644 system/src/Grav/Common/Page/Medium/ImageFile.php create mode 100644 system/src/Grav/Common/Page/Medium/ImageMedium.php create mode 100644 system/src/Grav/Common/Page/Medium/Link.php create mode 100644 system/src/Grav/Common/Page/Medium/Medium.php create mode 100644 system/src/Grav/Common/Page/Medium/MediumFactory.php create mode 100644 system/src/Grav/Common/Page/Medium/ParsedownHtmlTrait.php create mode 100644 system/src/Grav/Common/Page/Medium/RenderableInterface.php create mode 100644 system/src/Grav/Common/Page/Medium/StaticImageMedium.php create mode 100644 system/src/Grav/Common/Page/Medium/StaticResizeTrait.php create mode 100644 system/src/Grav/Common/Page/Medium/ThumbnailImageMedium.php create mode 100644 system/src/Grav/Common/Page/Medium/VectorImageMedium.php create mode 100644 system/src/Grav/Common/Page/Medium/VideoMedium.php create mode 100644 system/src/Grav/Common/Page/Page.php create mode 100644 system/src/Grav/Common/Page/Pages.php create mode 100644 system/src/Grav/Common/Page/Traits/PageFormTrait.php create mode 100644 system/src/Grav/Common/Page/Types.php create mode 100644 system/src/Grav/Common/Plugin.php create mode 100644 system/src/Grav/Common/Plugins.php create mode 100644 system/src/Grav/Common/Processors/AssetsProcessor.php create mode 100644 system/src/Grav/Common/Processors/BackupsProcessor.php create mode 100644 system/src/Grav/Common/Processors/DebuggerAssetsProcessor.php create mode 100644 system/src/Grav/Common/Processors/Events/RequestHandlerEvent.php create mode 100644 system/src/Grav/Common/Processors/InitializeProcessor.php create mode 100644 system/src/Grav/Common/Processors/PagesProcessor.php create mode 100644 system/src/Grav/Common/Processors/PluginsProcessor.php create mode 100644 system/src/Grav/Common/Processors/ProcessorBase.php create mode 100644 system/src/Grav/Common/Processors/ProcessorInterface.php create mode 100644 system/src/Grav/Common/Processors/RenderProcessor.php create mode 100644 system/src/Grav/Common/Processors/RequestProcessor.php create mode 100644 system/src/Grav/Common/Processors/SchedulerProcessor.php create mode 100644 system/src/Grav/Common/Processors/TasksProcessor.php create mode 100644 system/src/Grav/Common/Processors/ThemesProcessor.php create mode 100644 system/src/Grav/Common/Processors/TwigProcessor.php create mode 100644 system/src/Grav/Common/Scheduler/Cron.php create mode 100644 system/src/Grav/Common/Scheduler/IntervalTrait.php create mode 100644 system/src/Grav/Common/Scheduler/Job.php create mode 100644 system/src/Grav/Common/Scheduler/Scheduler.php create mode 100644 system/src/Grav/Common/Security.php create mode 100644 system/src/Grav/Common/Service/AccountsServiceProvider.php create mode 100644 system/src/Grav/Common/Service/AssetsServiceProvider.php create mode 100644 system/src/Grav/Common/Service/BackupsServiceProvider.php create mode 100644 system/src/Grav/Common/Service/ConfigServiceProvider.php create mode 100644 system/src/Grav/Common/Service/ErrorServiceProvider.php create mode 100644 system/src/Grav/Common/Service/FilesystemServiceProvider.php create mode 100644 system/src/Grav/Common/Service/FlexServiceProvider.php create mode 100644 system/src/Grav/Common/Service/InflectorServiceProvider.php create mode 100644 system/src/Grav/Common/Service/LoggerServiceProvider.php create mode 100644 system/src/Grav/Common/Service/OutputServiceProvider.php create mode 100644 system/src/Grav/Common/Service/PagesServiceProvider.php create mode 100644 system/src/Grav/Common/Service/RequestServiceProvider.php create mode 100644 system/src/Grav/Common/Service/SchedulerServiceProvider.php create mode 100644 system/src/Grav/Common/Service/SessionServiceProvider.php create mode 100644 system/src/Grav/Common/Service/StreamsServiceProvider.php create mode 100644 system/src/Grav/Common/Service/TaskServiceProvider.php create mode 100644 system/src/Grav/Common/Session.php create mode 100644 system/src/Grav/Common/Taxonomy.php create mode 100644 system/src/Grav/Common/Theme.php create mode 100644 system/src/Grav/Common/Themes.php create mode 100644 system/src/Grav/Common/Twig/Exception/TwigException.php create mode 100644 system/src/Grav/Common/Twig/Extension/FilesystemExtension.php create mode 100644 system/src/Grav/Common/Twig/Extension/GravExtension.php create mode 100644 system/src/Grav/Common/Twig/Node/TwigNodeCache.php create mode 100644 system/src/Grav/Common/Twig/Node/TwigNodeLink.php create mode 100644 system/src/Grav/Common/Twig/Node/TwigNodeMarkdown.php create mode 100644 system/src/Grav/Common/Twig/Node/TwigNodeRender.php create mode 100644 system/src/Grav/Common/Twig/Node/TwigNodeScript.php create mode 100644 system/src/Grav/Common/Twig/Node/TwigNodeStyle.php create mode 100644 system/src/Grav/Common/Twig/Node/TwigNodeSwitch.php create mode 100644 system/src/Grav/Common/Twig/Node/TwigNodeThrow.php create mode 100644 system/src/Grav/Common/Twig/Node/TwigNodeTryCatch.php create mode 100644 system/src/Grav/Common/Twig/TokenParser/TwigTokenParserCache.php create mode 100644 system/src/Grav/Common/Twig/TokenParser/TwigTokenParserLink.php create mode 100644 system/src/Grav/Common/Twig/TokenParser/TwigTokenParserMarkdown.php create mode 100644 system/src/Grav/Common/Twig/TokenParser/TwigTokenParserRender.php create mode 100644 system/src/Grav/Common/Twig/TokenParser/TwigTokenParserScript.php create mode 100644 system/src/Grav/Common/Twig/TokenParser/TwigTokenParserStyle.php create mode 100644 system/src/Grav/Common/Twig/TokenParser/TwigTokenParserSwitch.php create mode 100644 system/src/Grav/Common/Twig/TokenParser/TwigTokenParserThrow.php create mode 100644 system/src/Grav/Common/Twig/TokenParser/TwigTokenParserTryCatch.php create mode 100644 system/src/Grav/Common/Twig/Twig.php create mode 100644 system/src/Grav/Common/Twig/TwigClockworkDataSource.php create mode 100644 system/src/Grav/Common/Twig/TwigClockworkDumper.php create mode 100644 system/src/Grav/Common/Twig/TwigEnvironment.php create mode 100644 system/src/Grav/Common/Twig/TwigExtension.php create mode 100644 system/src/Grav/Common/Twig/WriteCacheFileTrait.php create mode 100644 system/src/Grav/Common/Uri.php create mode 100644 system/src/Grav/Common/User/Access.php create mode 100644 system/src/Grav/Common/User/Authentication.php create mode 100644 system/src/Grav/Common/User/DataUser/User.php create mode 100644 system/src/Grav/Common/User/DataUser/UserCollection.php create mode 100644 system/src/Grav/Common/User/Group.php create mode 100644 system/src/Grav/Common/User/Interfaces/AuthorizeInterface.php create mode 100644 system/src/Grav/Common/User/Interfaces/UserCollectionInterface.php create mode 100644 system/src/Grav/Common/User/Interfaces/UserGroupInterface.php create mode 100644 system/src/Grav/Common/User/Interfaces/UserInterface.php create mode 100644 system/src/Grav/Common/User/Traits/UserTrait.php create mode 100644 system/src/Grav/Common/User/User.php create mode 100644 system/src/Grav/Common/Utils.php create mode 100644 system/src/Grav/Common/Yaml.php create mode 100644 system/src/Grav/Console/Application/Application.php create mode 100644 system/src/Grav/Console/Application/CommandLoader/PluginCommandLoader.php create mode 100644 system/src/Grav/Console/Application/GpmApplication.php create mode 100644 system/src/Grav/Console/Application/GravApplication.php create mode 100644 system/src/Grav/Console/Application/PluginApplication.php create mode 100644 system/src/Grav/Console/Cli/BackupCommand.php create mode 100644 system/src/Grav/Console/Cli/CleanCommand.php create mode 100644 system/src/Grav/Console/Cli/ClearCacheCommand.php create mode 100644 system/src/Grav/Console/Cli/ComposerCommand.php create mode 100644 system/src/Grav/Console/Cli/InstallCommand.php create mode 100644 system/src/Grav/Console/Cli/LogViewerCommand.php create mode 100644 system/src/Grav/Console/Cli/NewProjectCommand.php create mode 100644 system/src/Grav/Console/Cli/PageSystemValidatorCommand.php create mode 100644 system/src/Grav/Console/Cli/SandboxCommand.php create mode 100644 system/src/Grav/Console/Cli/SchedulerCommand.php create mode 100644 system/src/Grav/Console/Cli/SecurityCommand.php create mode 100644 system/src/Grav/Console/Cli/ServerCommand.php create mode 100644 system/src/Grav/Console/Cli/YamlLinterCommand.php create mode 100644 system/src/Grav/Console/ConsoleCommand.php create mode 100644 system/src/Grav/Console/ConsoleTrait.php create mode 100644 system/src/Grav/Console/Gpm/DirectInstallCommand.php create mode 100644 system/src/Grav/Console/Gpm/IndexCommand.php create mode 100644 system/src/Grav/Console/Gpm/InfoCommand.php create mode 100644 system/src/Grav/Console/Gpm/InstallCommand.php create mode 100644 system/src/Grav/Console/Gpm/SelfupgradeCommand.php create mode 100644 system/src/Grav/Console/Gpm/UninstallCommand.php create mode 100644 system/src/Grav/Console/Gpm/UpdateCommand.php create mode 100644 system/src/Grav/Console/Gpm/VersionCommand.php create mode 100644 system/src/Grav/Console/GpmCommand.php create mode 100644 system/src/Grav/Console/GravCommand.php create mode 100644 system/src/Grav/Console/Plugin/PluginListCommand.php create mode 100644 system/src/Grav/Console/TerminalObjects/Table.php create mode 100644 system/src/Grav/Events/BeforeSessionStartEvent.php create mode 100644 system/src/Grav/Events/FlexRegisterEvent.php create mode 100644 system/src/Grav/Events/PageEvent.php create mode 100644 system/src/Grav/Events/PermissionsRegisterEvent.php create mode 100644 system/src/Grav/Events/PluginsLoadedEvent.php create mode 100644 system/src/Grav/Events/SessionStartEvent.php create mode 100644 system/src/Grav/Events/TypesEvent.php create mode 100644 system/src/Grav/Framework/Acl/Access.php create mode 100644 system/src/Grav/Framework/Acl/Action.php create mode 100644 system/src/Grav/Framework/Acl/Permissions.php create mode 100644 system/src/Grav/Framework/Acl/PermissionsReader.php create mode 100644 system/src/Grav/Framework/Acl/RecursiveActionIterator.php create mode 100644 system/src/Grav/Framework/Cache/AbstractCache.php create mode 100644 system/src/Grav/Framework/Cache/Adapter/ChainCache.php create mode 100644 system/src/Grav/Framework/Cache/Adapter/DoctrineCache.php create mode 100644 system/src/Grav/Framework/Cache/Adapter/FileCache.php create mode 100644 system/src/Grav/Framework/Cache/Adapter/MemoryCache.php create mode 100644 system/src/Grav/Framework/Cache/Adapter/SessionCache.php create mode 100644 system/src/Grav/Framework/Cache/CacheInterface.php create mode 100644 system/src/Grav/Framework/Cache/CacheTrait.php create mode 100644 system/src/Grav/Framework/Cache/Exception/CacheException.php create mode 100644 system/src/Grav/Framework/Cache/Exception/InvalidArgumentException.php create mode 100644 system/src/Grav/Framework/Collection/AbstractFileCollection.php create mode 100644 system/src/Grav/Framework/Collection/AbstractIndexCollection.php create mode 100644 system/src/Grav/Framework/Collection/AbstractLazyCollection.php create mode 100644 system/src/Grav/Framework/Collection/ArrayCollection.php create mode 100644 system/src/Grav/Framework/Collection/CollectionInterface.php create mode 100644 system/src/Grav/Framework/Collection/FileCollection.php create mode 100644 system/src/Grav/Framework/Collection/FileCollectionInterface.php create mode 100644 system/src/Grav/Framework/Compat/Serializable.php create mode 100644 system/src/Grav/Framework/ContentBlock/ContentBlock.php create mode 100644 system/src/Grav/Framework/ContentBlock/ContentBlockInterface.php create mode 100644 system/src/Grav/Framework/ContentBlock/HtmlBlock.php create mode 100644 system/src/Grav/Framework/ContentBlock/HtmlBlockInterface.php create mode 100644 system/src/Grav/Framework/Contracts/Media/MediaObjectInterface.php create mode 100644 system/src/Grav/Framework/Contracts/Object/IdentifierInterface.php create mode 100644 system/src/Grav/Framework/Contracts/Relationships/RelationshipIdentifierInterface.php create mode 100644 system/src/Grav/Framework/Contracts/Relationships/RelationshipInterface.php create mode 100644 system/src/Grav/Framework/Contracts/Relationships/RelationshipsInterface.php create mode 100644 system/src/Grav/Framework/Contracts/Relationships/ToManyRelationshipInterface.php create mode 100644 system/src/Grav/Framework/Contracts/Relationships/ToOneRelationshipInterface.php create mode 100644 system/src/Grav/Framework/Controller/Traits/ControllerResponseTrait.php create mode 100644 system/src/Grav/Framework/DI/Container.php create mode 100644 system/src/Grav/Framework/File/AbstractFile.php create mode 100644 system/src/Grav/Framework/File/CsvFile.php create mode 100644 system/src/Grav/Framework/File/DataFile.php create mode 100644 system/src/Grav/Framework/File/File.php create mode 100644 system/src/Grav/Framework/File/Formatter/AbstractFormatter.php create mode 100644 system/src/Grav/Framework/File/Formatter/CsvFormatter.php create mode 100644 system/src/Grav/Framework/File/Formatter/FormatterInterface.php create mode 100644 system/src/Grav/Framework/File/Formatter/IniFormatter.php create mode 100644 system/src/Grav/Framework/File/Formatter/JsonFormatter.php create mode 100644 system/src/Grav/Framework/File/Formatter/MarkdownFormatter.php create mode 100644 system/src/Grav/Framework/File/Formatter/SerializeFormatter.php create mode 100644 system/src/Grav/Framework/File/Formatter/YamlFormatter.php create mode 100644 system/src/Grav/Framework/File/IniFile.php create mode 100644 system/src/Grav/Framework/File/Interfaces/FileFormatterInterface.php create mode 100644 system/src/Grav/Framework/File/Interfaces/FileInterface.php create mode 100644 system/src/Grav/Framework/File/JsonFile.php create mode 100644 system/src/Grav/Framework/File/MarkdownFile.php create mode 100644 system/src/Grav/Framework/File/YamlFile.php create mode 100644 system/src/Grav/Framework/Filesystem/Filesystem.php create mode 100644 system/src/Grav/Framework/Filesystem/Interfaces/FilesystemInterface.php create mode 100644 system/src/Grav/Framework/Flex/Flex.php create mode 100644 system/src/Grav/Framework/Flex/FlexCollection.php create mode 100644 system/src/Grav/Framework/Flex/FlexDirectory.php create mode 100644 system/src/Grav/Framework/Flex/FlexDirectoryForm.php create mode 100644 system/src/Grav/Framework/Flex/FlexForm.php create mode 100644 system/src/Grav/Framework/Flex/FlexFormFlash.php create mode 100644 system/src/Grav/Framework/Flex/FlexIdentifier.php create mode 100644 system/src/Grav/Framework/Flex/FlexIndex.php create mode 100644 system/src/Grav/Framework/Flex/FlexObject.php create mode 100644 system/src/Grav/Framework/Flex/Interfaces/FlexAuthorizeInterface.php create mode 100644 system/src/Grav/Framework/Flex/Interfaces/FlexCollectionInterface.php create mode 100644 system/src/Grav/Framework/Flex/Interfaces/FlexCommonInterface.php create mode 100644 system/src/Grav/Framework/Flex/Interfaces/FlexDirectoryFormInterface.php create mode 100644 system/src/Grav/Framework/Flex/Interfaces/FlexDirectoryInterface.php create mode 100644 system/src/Grav/Framework/Flex/Interfaces/FlexFormInterface.php create mode 100644 system/src/Grav/Framework/Flex/Interfaces/FlexIndexInterface.php create mode 100644 system/src/Grav/Framework/Flex/Interfaces/FlexInterface.php create mode 100644 system/src/Grav/Framework/Flex/Interfaces/FlexObjectFormInterface.php create mode 100644 system/src/Grav/Framework/Flex/Interfaces/FlexObjectInterface.php create mode 100644 system/src/Grav/Framework/Flex/Interfaces/FlexStorageInterface.php create mode 100644 system/src/Grav/Framework/Flex/Interfaces/FlexTranslateInterface.php create mode 100644 system/src/Grav/Framework/Flex/Pages/FlexPageCollection.php create mode 100644 system/src/Grav/Framework/Flex/Pages/FlexPageIndex.php create mode 100644 system/src/Grav/Framework/Flex/Pages/FlexPageObject.php create mode 100644 system/src/Grav/Framework/Flex/Pages/Traits/PageAuthorsTrait.php create mode 100644 system/src/Grav/Framework/Flex/Pages/Traits/PageContentTrait.php create mode 100644 system/src/Grav/Framework/Flex/Pages/Traits/PageLegacyTrait.php create mode 100644 system/src/Grav/Framework/Flex/Pages/Traits/PageRoutableTrait.php create mode 100644 system/src/Grav/Framework/Flex/Pages/Traits/PageTranslateTrait.php create mode 100644 system/src/Grav/Framework/Flex/Storage/AbstractFilesystemStorage.php create mode 100644 system/src/Grav/Framework/Flex/Storage/FileStorage.php create mode 100644 system/src/Grav/Framework/Flex/Storage/FolderStorage.php create mode 100644 system/src/Grav/Framework/Flex/Storage/SimpleStorage.php create mode 100644 system/src/Grav/Framework/Flex/Traits/FlexAuthorizeTrait.php create mode 100644 system/src/Grav/Framework/Flex/Traits/FlexMediaTrait.php create mode 100644 system/src/Grav/Framework/Flex/Traits/FlexRelatedDirectoryTrait.php create mode 100644 system/src/Grav/Framework/Flex/Traits/FlexRelationshipsTrait.php create mode 100644 system/src/Grav/Framework/Form/FormFlash.php create mode 100644 system/src/Grav/Framework/Form/FormFlashFile.php create mode 100644 system/src/Grav/Framework/Form/Interfaces/FormFactoryInterface.php create mode 100644 system/src/Grav/Framework/Form/Interfaces/FormFlashInterface.php create mode 100644 system/src/Grav/Framework/Form/Interfaces/FormInterface.php create mode 100644 system/src/Grav/Framework/Form/Traits/FormTrait.php create mode 100644 system/src/Grav/Framework/Interfaces/RenderInterface.php create mode 100644 system/src/Grav/Framework/Logger/Processors/UserProcessor.php create mode 100644 system/src/Grav/Framework/Media/Interfaces/MediaCollectionInterface.php create mode 100644 system/src/Grav/Framework/Media/Interfaces/MediaInterface.php create mode 100644 system/src/Grav/Framework/Media/Interfaces/MediaManipulationInterface.php create mode 100644 system/src/Grav/Framework/Media/Interfaces/MediaObjectInterface.php create mode 100644 system/src/Grav/Framework/Media/MediaIdentifier.php create mode 100644 system/src/Grav/Framework/Media/MediaObject.php create mode 100644 system/src/Grav/Framework/Media/UploadedMediaObject.php create mode 100644 system/src/Grav/Framework/Mime/MimeTypes.php create mode 100644 system/src/Grav/Framework/Object/Access/ArrayAccessTrait.php create mode 100644 system/src/Grav/Framework/Object/Access/NestedArrayAccessTrait.php create mode 100644 system/src/Grav/Framework/Object/Access/NestedPropertyCollectionTrait.php create mode 100644 system/src/Grav/Framework/Object/Access/NestedPropertyTrait.php create mode 100644 system/src/Grav/Framework/Object/Access/OverloadedPropertyTrait.php create mode 100644 system/src/Grav/Framework/Object/ArrayObject.php create mode 100644 system/src/Grav/Framework/Object/Base/ObjectCollectionTrait.php create mode 100644 system/src/Grav/Framework/Object/Base/ObjectTrait.php create mode 100644 system/src/Grav/Framework/Object/Collection/ObjectExpressionVisitor.php create mode 100644 system/src/Grav/Framework/Object/Identifiers/Identifier.php create mode 100644 system/src/Grav/Framework/Object/Interfaces/NestedObjectCollectionInterface.php create mode 100644 system/src/Grav/Framework/Object/Interfaces/NestedObjectInterface.php create mode 100644 system/src/Grav/Framework/Object/Interfaces/ObjectCollectionInterface.php create mode 100644 system/src/Grav/Framework/Object/Interfaces/ObjectInterface.php create mode 100644 system/src/Grav/Framework/Object/LazyObject.php create mode 100644 system/src/Grav/Framework/Object/ObjectCollection.php create mode 100644 system/src/Grav/Framework/Object/ObjectIndex.php create mode 100644 system/src/Grav/Framework/Object/Property/ArrayPropertyTrait.php create mode 100644 system/src/Grav/Framework/Object/Property/LazyPropertyTrait.php create mode 100644 system/src/Grav/Framework/Object/Property/MixedPropertyTrait.php create mode 100644 system/src/Grav/Framework/Object/Property/ObjectPropertyTrait.php create mode 100644 system/src/Grav/Framework/Object/PropertyObject.php create mode 100644 system/src/Grav/Framework/Pagination/AbstractPagination.php create mode 100644 system/src/Grav/Framework/Pagination/AbstractPaginationPage.php create mode 100644 system/src/Grav/Framework/Pagination/Interfaces/PaginationInterface.php create mode 100644 system/src/Grav/Framework/Pagination/Interfaces/PaginationPageInterface.php create mode 100644 system/src/Grav/Framework/Pagination/Pagination.php create mode 100644 system/src/Grav/Framework/Pagination/PaginationPage.php create mode 100644 system/src/Grav/Framework/Psr7/AbstractUri.php create mode 100644 system/src/Grav/Framework/Psr7/Request.php create mode 100644 system/src/Grav/Framework/Psr7/Response.php create mode 100644 system/src/Grav/Framework/Psr7/ServerRequest.php create mode 100644 system/src/Grav/Framework/Psr7/Stream.php create mode 100644 system/src/Grav/Framework/Psr7/Traits/MessageDecoratorTrait.php create mode 100644 system/src/Grav/Framework/Psr7/Traits/RequestDecoratorTrait.php create mode 100644 system/src/Grav/Framework/Psr7/Traits/ResponseDecoratorTrait.php create mode 100644 system/src/Grav/Framework/Psr7/Traits/ServerRequestDecoratorTrait.php create mode 100644 system/src/Grav/Framework/Psr7/Traits/StreamDecoratorTrait.php create mode 100644 system/src/Grav/Framework/Psr7/Traits/UploadedFileDecoratorTrait.php create mode 100644 system/src/Grav/Framework/Psr7/Traits/UriDecorationTrait.php create mode 100644 system/src/Grav/Framework/Psr7/UploadedFile.php create mode 100644 system/src/Grav/Framework/Psr7/Uri.php create mode 100644 system/src/Grav/Framework/Relationships/Relationships.php create mode 100644 system/src/Grav/Framework/Relationships/ToManyRelationship.php create mode 100644 system/src/Grav/Framework/Relationships/ToOneRelationship.php create mode 100644 system/src/Grav/Framework/Relationships/Traits/RelationshipTrait.php create mode 100644 system/src/Grav/Framework/RequestHandler/Exception/InvalidArgumentException.php create mode 100644 system/src/Grav/Framework/RequestHandler/Exception/NotFoundException.php create mode 100644 system/src/Grav/Framework/RequestHandler/Exception/NotHandledException.php create mode 100644 system/src/Grav/Framework/RequestHandler/Exception/PageExpiredException.php create mode 100644 system/src/Grav/Framework/RequestHandler/Exception/RequestException.php create mode 100644 system/src/Grav/Framework/RequestHandler/Middlewares/Exceptions.php create mode 100644 system/src/Grav/Framework/RequestHandler/Middlewares/MultipartRequestSupport.php create mode 100644 system/src/Grav/Framework/RequestHandler/RequestHandler.php create mode 100644 system/src/Grav/Framework/RequestHandler/Traits/RequestHandlerTrait.php create mode 100644 system/src/Grav/Framework/Route/Route.php create mode 100644 system/src/Grav/Framework/Route/RouteFactory.php create mode 100644 system/src/Grav/Framework/Session/Exceptions/SessionException.php create mode 100644 system/src/Grav/Framework/Session/Messages.php create mode 100644 system/src/Grav/Framework/Session/Session.php create mode 100644 system/src/Grav/Framework/Session/SessionInterface.php create mode 100644 system/src/Grav/Framework/Uri/Uri.php create mode 100644 system/src/Grav/Framework/Uri/UriFactory.php create mode 100644 system/src/Grav/Framework/Uri/UriPartsFilter.php create mode 100644 system/src/Grav/Installer/Install.php create mode 100644 system/src/Grav/Installer/InstallException.php create mode 100644 system/src/Grav/Installer/VersionUpdate.php create mode 100644 system/src/Grav/Installer/VersionUpdater.php create mode 100644 system/src/Grav/Installer/Versions.php create mode 100644 system/src/Grav/Installer/YamlUpdater.php create mode 100644 system/src/Grav/Installer/updates/1.7.0_2020-11-20_1.php create mode 100755 system/src/Twig/DeferredExtension/DeferredBlockNode.php create mode 100644 system/src/Twig/DeferredExtension/DeferredDeclareNode.php create mode 100644 system/src/Twig/DeferredExtension/DeferredExtension.php create mode 100644 system/src/Twig/DeferredExtension/DeferredInitializeNode.php create mode 100755 system/src/Twig/DeferredExtension/DeferredNode.php create mode 100644 system/src/Twig/DeferredExtension/DeferredNodeVisitor.php create mode 100644 system/src/Twig/DeferredExtension/DeferredNodeVisitorCompat.php create mode 100644 system/src/Twig/DeferredExtension/DeferredResolveNode.php create mode 100644 system/src/Twig/DeferredExtension/DeferredTokenParser.php create mode 100644 system/templates/default.html.twig create mode 100644 system/templates/external.html.twig create mode 100644 system/templates/flex/404.html.twig create mode 100644 system/templates/flex/_default/collection/debug.html.twig create mode 100644 system/templates/flex/_default/object/debug.html.twig create mode 100644 system/templates/modular/default.html.twig create mode 100644 system/templates/partials/messages.html.twig create mode 100644 system/templates/partials/metadata.html.twig create mode 100644 user/accounts/.gitkeep create mode 100644 user/data/.gitkeep create mode 100644 user/plugins/.gitkeep create mode 100644 user/themes/.gitkeep create mode 100644 user/themes/radiogarage/CHANGELOG.md create mode 100644 user/themes/radiogarage/LICENSE create mode 100644 user/themes/radiogarage/README.md create mode 100644 user/themes/radiogarage/assets/quark-screenshots.jpg create mode 100644 user/themes/radiogarage/blueprints/archives-page.yaml create mode 100644 user/themes/radiogarage/blueprints/blog.yaml create mode 100644 user/themes/radiogarage/blueprints/default.yaml create mode 100644 user/themes/radiogarage/blueprints/emission.yaml create mode 100644 user/themes/radiogarage/blueprints/home.yaml create mode 100644 user/themes/radiogarage/blueprints/item.yaml create mode 100644 user/themes/radiogarage/blueprints/modular/features.yaml create mode 100644 user/themes/radiogarage/blueprints/modular/hero.yaml create mode 100644 user/themes/radiogarage/blueprints/modular/text.yaml create mode 100644 user/themes/radiogarage/blueprints/partials/blog-bits.yaml create mode 100644 user/themes/radiogarage/blueprints/player.yaml create mode 100755 user/themes/radiogarage/css-compiled/spectre-exp.css create mode 100755 user/themes/radiogarage/css-compiled/spectre-exp.min.css create mode 100755 user/themes/radiogarage/css-compiled/spectre-icons.css create mode 100755 user/themes/radiogarage/css-compiled/spectre-icons.min.css create mode 100755 user/themes/radiogarage/css-compiled/spectre.css create mode 100755 user/themes/radiogarage/css-compiled/spectre.min.css create mode 100644 user/themes/radiogarage/css-compiled/theme.css create mode 100644 user/themes/radiogarage/css-compiled/theme.min.css create mode 100755 user/themes/radiogarage/css/bricklayer.css create mode 100644 user/themes/radiogarage/css/custom.css create mode 100644 user/themes/radiogarage/css/line-awesome.min.css create mode 100644 user/themes/radiogarage/css/phone.css create mode 100644 user/themes/radiogarage/css/reset.css create mode 100644 user/themes/radiogarage/css/style.css create mode 100644 user/themes/radiogarage/fonts/line-awesome.eot create mode 100644 user/themes/radiogarage/fonts/line-awesome.svg create mode 100644 user/themes/radiogarage/fonts/line-awesome.ttf create mode 100644 user/themes/radiogarage/fonts/line-awesome.woff create mode 100644 user/themes/radiogarage/fonts/line-awesome.woff2 create mode 100755 user/themes/radiogarage/gulpfile.js create mode 100644 user/themes/radiogarage/images/favicon.jpg create mode 100644 user/themes/radiogarage/images/grav-logo.svg create mode 100644 user/themes/radiogarage/images/logo/.gitkeep create mode 100644 user/themes/radiogarage/images/radiogarage_logo.jpg create mode 100644 user/themes/radiogarage/images/test-image.jpg create mode 100644 user/themes/radiogarage/js/affichage-info-archives.js create mode 100755 user/themes/radiogarage/js/bricklayer.min.js create mode 100644 user/themes/radiogarage/js/changement-page.js create mode 100755 user/themes/radiogarage/js/jquery.treemenu.js create mode 100644 user/themes/radiogarage/js/player-and-archiveplayer.js create mode 100644 user/themes/radiogarage/js/scopedQuerySelectorShim.min.js create mode 100644 user/themes/radiogarage/js/singlepagenav.min.js create mode 100644 user/themes/radiogarage/js/site.js create mode 100644 user/themes/radiogarage/js/smooth-scroll.min.js create mode 100644 user/themes/radiogarage/languages.yaml create mode 100755 user/themes/radiogarage/package.json create mode 100644 user/themes/radiogarage/quark.php create mode 100644 user/themes/radiogarage/quark.yaml create mode 100644 user/themes/radiogarage/radiogarage.yaml create mode 100644 user/themes/radiogarage/screenshot.jpg create mode 100755 user/themes/radiogarage/scss/spectre-exp.scss create mode 100755 user/themes/radiogarage/scss/spectre-icons.scss create mode 100755 user/themes/radiogarage/scss/spectre.scss create mode 100755 user/themes/radiogarage/scss/spectre/_accordions.scss create mode 100755 user/themes/radiogarage/scss/spectre/_animations.scss create mode 100755 user/themes/radiogarage/scss/spectre/_asian.scss create mode 100755 user/themes/radiogarage/scss/spectre/_autocomplete.scss create mode 100755 user/themes/radiogarage/scss/spectre/_avatars.scss create mode 100755 user/themes/radiogarage/scss/spectre/_badges.scss create mode 100755 user/themes/radiogarage/scss/spectre/_bars.scss create mode 100755 user/themes/radiogarage/scss/spectre/_base.scss create mode 100755 user/themes/radiogarage/scss/spectre/_breadcrumbs.scss create mode 100755 user/themes/radiogarage/scss/spectre/_buttons.scss create mode 100755 user/themes/radiogarage/scss/spectre/_calendars.scss create mode 100755 user/themes/radiogarage/scss/spectre/_cards.scss create mode 100755 user/themes/radiogarage/scss/spectre/_carousels.scss create mode 100755 user/themes/radiogarage/scss/spectre/_chips.scss create mode 100755 user/themes/radiogarage/scss/spectre/_codes.scss create mode 100755 user/themes/radiogarage/scss/spectre/_comparison-sliders.scss create mode 100755 user/themes/radiogarage/scss/spectre/_dropdowns.scss create mode 100755 user/themes/radiogarage/scss/spectre/_empty.scss create mode 100755 user/themes/radiogarage/scss/spectre/_filters.scss create mode 100755 user/themes/radiogarage/scss/spectre/_forms.scss create mode 100755 user/themes/radiogarage/scss/spectre/_hero.scss create mode 100755 user/themes/radiogarage/scss/spectre/_icons.scss create mode 100755 user/themes/radiogarage/scss/spectre/_labels.scss create mode 100755 user/themes/radiogarage/scss/spectre/_layout.scss create mode 100755 user/themes/radiogarage/scss/spectre/_media.scss create mode 100755 user/themes/radiogarage/scss/spectre/_menus.scss create mode 100755 user/themes/radiogarage/scss/spectre/_meters.scss create mode 100755 user/themes/radiogarage/scss/spectre/_mixins.scss create mode 100755 user/themes/radiogarage/scss/spectre/_modals.scss create mode 100755 user/themes/radiogarage/scss/spectre/_navbar.scss create mode 100755 user/themes/radiogarage/scss/spectre/_navs.scss create mode 100755 user/themes/radiogarage/scss/spectre/_normalize.scss create mode 100755 user/themes/radiogarage/scss/spectre/_off-canvas.scss create mode 100755 user/themes/radiogarage/scss/spectre/_pagination.scss create mode 100755 user/themes/radiogarage/scss/spectre/_panels.scss create mode 100755 user/themes/radiogarage/scss/spectre/_parallax.scss create mode 100755 user/themes/radiogarage/scss/spectre/_popovers.scss create mode 100755 user/themes/radiogarage/scss/spectre/_progress.scss create mode 100755 user/themes/radiogarage/scss/spectre/_sliders.scss create mode 100755 user/themes/radiogarage/scss/spectre/_steps.scss create mode 100755 user/themes/radiogarage/scss/spectre/_tables.scss create mode 100755 user/themes/radiogarage/scss/spectre/_tabs.scss create mode 100755 user/themes/radiogarage/scss/spectre/_tiles.scss create mode 100755 user/themes/radiogarage/scss/spectre/_timelines.scss create mode 100755 user/themes/radiogarage/scss/spectre/_toasts.scss create mode 100755 user/themes/radiogarage/scss/spectre/_tooltips.scss create mode 100755 user/themes/radiogarage/scss/spectre/_typography.scss create mode 100755 user/themes/radiogarage/scss/spectre/_utilities.scss create mode 100755 user/themes/radiogarage/scss/spectre/_variables.scss create mode 100755 user/themes/radiogarage/scss/spectre/_viewer-360.scss create mode 100755 user/themes/radiogarage/scss/spectre/mixins/_avatar.scss create mode 100755 user/themes/radiogarage/scss/spectre/mixins/_button.scss create mode 100755 user/themes/radiogarage/scss/spectre/mixins/_clearfix.scss create mode 100755 user/themes/radiogarage/scss/spectre/mixins/_color.scss create mode 100755 user/themes/radiogarage/scss/spectre/mixins/_label.scss create mode 100755 user/themes/radiogarage/scss/spectre/mixins/_position.scss create mode 100755 user/themes/radiogarage/scss/spectre/mixins/_shadow.scss create mode 100755 user/themes/radiogarage/scss/spectre/mixins/_text.scss create mode 100755 user/themes/radiogarage/scss/spectre/mixins/_toast.scss create mode 100755 user/themes/radiogarage/scss/spectre/spectre-exp.scss create mode 100755 user/themes/radiogarage/scss/spectre/spectre-icons.scss create mode 100755 user/themes/radiogarage/scss/spectre/spectre.scss create mode 100755 user/themes/radiogarage/scss/spectre/utilities/_colors.scss create mode 100755 user/themes/radiogarage/scss/spectre/utilities/_cursors.scss create mode 100755 user/themes/radiogarage/scss/spectre/utilities/_display.scss create mode 100755 user/themes/radiogarage/scss/spectre/utilities/_divider.scss create mode 100755 user/themes/radiogarage/scss/spectre/utilities/_loading.scss create mode 100755 user/themes/radiogarage/scss/spectre/utilities/_position.scss create mode 100755 user/themes/radiogarage/scss/spectre/utilities/_shapes.scss create mode 100755 user/themes/radiogarage/scss/spectre/utilities/_text.scss create mode 100644 user/themes/radiogarage/scss/theme.scss create mode 100644 user/themes/radiogarage/scss/theme/_animation.scss create mode 100644 user/themes/radiogarage/scss/theme/_blog.scss create mode 100644 user/themes/radiogarage/scss/theme/_extensions.scss create mode 100644 user/themes/radiogarage/scss/theme/_fonts.scss create mode 100644 user/themes/radiogarage/scss/theme/_footer.scss create mode 100644 user/themes/radiogarage/scss/theme/_forms.scss create mode 100644 user/themes/radiogarage/scss/theme/_framework.scss create mode 100644 user/themes/radiogarage/scss/theme/_header.scss create mode 100644 user/themes/radiogarage/scss/theme/_menu.scss create mode 100644 user/themes/radiogarage/scss/theme/_mixins.scss create mode 100644 user/themes/radiogarage/scss/theme/_mobile.scss create mode 100644 user/themes/radiogarage/scss/theme/_onepage.scss create mode 100644 user/themes/radiogarage/scss/theme/_typography.scss create mode 100644 user/themes/radiogarage/scss/theme/_variables.scss create mode 100644 user/themes/radiogarage/templates/blocks/base.html.twig create mode 100644 user/themes/radiogarage/templates/blog.html.twig create mode 100644 user/themes/radiogarage/templates/default.html.twig create mode 100644 user/themes/radiogarage/templates/emission.twig create mode 100644 user/themes/radiogarage/templates/error.html.twig create mode 100644 user/themes/radiogarage/templates/forms/fields/checkbox/checkbox.html.twig create mode 100644 user/themes/radiogarage/templates/forms/fields/checkboxes/checkboxes.html.twig create mode 100644 user/themes/radiogarage/templates/forms/fields/radio/radio.html.twig create mode 100644 user/themes/radiogarage/templates/forms/fields/switch/switch.html.twig create mode 100644 user/themes/radiogarage/templates/item.html.twig create mode 100644 user/themes/radiogarage/templates/macros/macros.html.twig create mode 100644 user/themes/radiogarage/templates/modular.html.twig create mode 100644 user/themes/radiogarage/templates/modular/features.html.twig create mode 100644 user/themes/radiogarage/templates/modular/gallery.html.twig create mode 100644 user/themes/radiogarage/templates/modular/hero.html.twig create mode 100644 user/themes/radiogarage/templates/modular/text.html.twig create mode 100644 user/themes/radiogarage/templates/partials/archives-emission.html.twig create mode 100644 user/themes/radiogarage/templates/partials/archives.html.twig create mode 100644 user/themes/radiogarage/templates/partials/base.html.twig create mode 100644 user/themes/radiogarage/templates/partials/blog-item.html.twig create mode 100644 user/themes/radiogarage/templates/partials/blog-list-item.html.twig create mode 100644 user/themes/radiogarage/templates/partials/blog/date.html.twig create mode 100644 user/themes/radiogarage/templates/partials/blog/page-summary.html.twig create mode 100644 user/themes/radiogarage/templates/partials/blog/taxonomy.html.twig create mode 100644 user/themes/radiogarage/templates/partials/blog/title.html.twig create mode 100644 user/themes/radiogarage/templates/partials/footer.html.twig create mode 100644 user/themes/radiogarage/templates/partials/form-messages.html.twig create mode 100644 user/themes/radiogarage/templates/partials/hero.html.twig create mode 100644 user/themes/radiogarage/templates/partials/home-emission.html.twig create mode 100644 user/themes/radiogarage/templates/partials/layout.html.twig create mode 100644 user/themes/radiogarage/templates/partials/logo.html.twig create mode 100644 user/themes/radiogarage/templates/partials/messages.html.twig create mode 100644 user/themes/radiogarage/templates/partials/navigation.html.twig create mode 100644 user/themes/radiogarage/templates/partials/player.html.twig create mode 100644 user/themes/radiogarage/templates/partials/relatedpages.html.twig create mode 100644 user/themes/radiogarage/templates/partials/sidebar.html.twig create mode 100644 user/themes/radiogarage/templates/partials/taxonomylist.html.twig create mode 100644 user/themes/radiogarage/thumbnail.jpg create mode 100644 webserver-configs/Caddyfile create mode 100644 webserver-configs/Caddyfile-0.8.x create mode 100644 webserver-configs/htaccess.txt create mode 100644 webserver-configs/lighttpd.conf create mode 100644 webserver-configs/nginx.conf create mode 100644 webserver-configs/web.config diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..e84f52b --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,8 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: grav +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +custom: # Replace with a single custom sponsorship URL diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..047e481 --- /dev/null +++ b/.gitignore @@ -0,0 +1,49 @@ +# Composer +.composer +vendor/* +!*/vendor/* + +# Sass +.sass-cache + +# Grav Specific +backup/* +!backup/.* +cache/* +!cache/.* +assets/* +!assets/.* +logs/* +!logs/.* +images/* +!images/.* +user/accounts/* +!user/accounts/.* +user/data/* +!user/data/.* +user/pages/* +!user/pages/.* +user/plugins/* +!user/plugins/.* +user/themes/quark/* +!user/themes/quark/.* +user/localhost/config/security.yaml +user/config/security.yaml +user/config/* +tmp/* + +# OS Generated +.DS_Store* +ehthumbs.db +Icon? +Thumbs.db +*.swp + +# phpstorm +.idea/* + +tests/_output/* +tests/_support/_generated/* +tests/cache/* +tests/error.log +/system/templates/testing diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..098c582 --- /dev/null +++ b/.htaccess @@ -0,0 +1,78 @@ + + +RewriteEngine On + +## Begin RewriteBase +# If you are getting 500 or 404 errors on subpages, you may have to uncomment the RewriteBase entry +# You should change the '/' to your appropriate subfolder. For example if you have +# your Grav install at the root of your site '/' should work, else it might be something +# along the lines of: RewriteBase / +## + +# RewriteBase / + +## End - RewriteBase + +## Begin - X-Forwarded-Proto +# In some hosted or load balanced environments, SSL negotiation happens upstream. +# In order for Grav to recognize the connection as secure, you need to uncomment +# the following lines. +# +# RewriteCond %{HTTP:X-Forwarded-Proto} https +# RewriteRule .* - [E=HTTPS:on] +# +## End - X-Forwarded-Proto + +## Begin - Exploits +# If you experience problems on your site block out the operations listed below +# This attempts to block the most common type of exploit `attempts` to Grav +# +# Block out any script trying to use twig tags in URL. +RewriteCond %{REQUEST_URI} ({{|}}|{%|%}) [OR] +RewriteCond %{QUERY_STRING} ({{|}}|{%25|%25}) [OR] +# Block out any script trying to base64_encode data within the URL. +RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR] +# Block out any script that includes a \n"; + } +} diff --git a/system/src/Grav/Common/Assets/InlineJsModule.php b/system/src/Grav/Common/Assets/InlineJsModule.php new file mode 100644 index 0000000..17aada4 --- /dev/null +++ b/system/src/Grav/Common/Assets/InlineJsModule.php @@ -0,0 +1,46 @@ + 'js_module', + 'attributes' => ['type' => 'module'], + 'position' => 'after' + ]; + + $merged_attributes = Utils::arrayMergeRecursiveUnique($base_options, $elements); + + parent::__construct($merged_attributes, $key); + } + + /** + * @return string + */ + public function render() + { + return 'renderAttributes(). ">\n" . trim($this->asset) . "\n\n"; + } + +} diff --git a/system/src/Grav/Common/Assets/Js.php b/system/src/Grav/Common/Assets/Js.php new file mode 100644 index 0000000..a66b059 --- /dev/null +++ b/system/src/Grav/Common/Assets/Js.php @@ -0,0 +1,48 @@ + 'js', + ]; + + $merged_attributes = Utils::arrayMergeRecursiveUnique($base_options, $elements); + + parent::__construct($merged_attributes, $key); + } + + /** + * @return string + */ + public function render() + { + if (isset($this->attributes['loading']) && $this->attributes['loading'] === 'inline') { + $buffer = $this->gatherLinks([$this], self::JS_ASSET); + return 'renderAttributes() . ">\n" . trim($buffer) . "\n\n"; + } + + return '\n"; + } +} diff --git a/system/src/Grav/Common/Assets/JsModule.php b/system/src/Grav/Common/Assets/JsModule.php new file mode 100644 index 0000000..55523b0 --- /dev/null +++ b/system/src/Grav/Common/Assets/JsModule.php @@ -0,0 +1,49 @@ + 'js_module', + 'attributes' => ['type' => 'module'] + ]; + + $merged_attributes = Utils::arrayMergeRecursiveUnique($base_options, $elements); + + parent::__construct($merged_attributes, $key); + } + + /** + * @return string + */ + public function render() + { + if (isset($this->attributes['loading']) && $this->attributes['loading'] === 'inline') { + $buffer = $this->gatherLinks([$this], self::JS_MODULE_ASSET); + return 'renderAttributes() . ">\n" . trim($buffer) . "\n\n"; + } + + return '\n"; + } +} diff --git a/system/src/Grav/Common/Assets/Link.php b/system/src/Grav/Common/Assets/Link.php new file mode 100644 index 0000000..f60ee64 --- /dev/null +++ b/system/src/Grav/Common/Assets/Link.php @@ -0,0 +1,43 @@ + 'link', + ]; + + $merged_attributes = Utils::arrayMergeRecursiveUnique($base_options, $elements); + + parent::__construct($merged_attributes, $key); + } + + /** + * @return string + */ + public function render() + { + return 'renderAttributes() . $this->integrityHash($this->asset) . ">\n"; + } +} diff --git a/system/src/Grav/Common/Assets/Pipeline.php b/system/src/Grav/Common/Assets/Pipeline.php new file mode 100644 index 0000000..3fd542e --- /dev/null +++ b/system/src/Grav/Common/Assets/Pipeline.php @@ -0,0 +1,347 @@ +base_url = rtrim($uri->rootUrl($config->get('system.absolute_urls')), '/') . '/'; + $this->assets_dir = $locator->findResource('asset://'); + if (!$this->assets_dir) { + // Attempt to create assets folder if it doesn't exist yet. + $this->assets_dir = $locator->findResource('asset://', true, true); + Folder::mkdir($this->assets_dir); + $locator->clearCache(); + } + + $this->assets_url = $locator->findResource('asset://', false); + } + + /** + * Minify and concatenate CSS + * + * @param array $assets + * @param string $group + * @param array $attributes + * @return bool|string URL or generated content if available, else false + */ + public function renderCss($assets, $group, $attributes = []) + { + // temporary list of assets to pipeline + $inline_group = false; + + if (array_key_exists('loading', $attributes) && $attributes['loading'] === 'inline') { + $inline_group = true; + unset($attributes['loading']); + } + + // Store Attributes + $this->attributes = array_merge(['type' => 'text/css', 'rel' => 'stylesheet'], $attributes); + + // Compute uid based on assets and timestamp + $json_assets = json_encode($assets); + $uid = md5($json_assets . (int)$this->css_minify . (int)$this->css_rewrite . $group); + $file = $uid . '.css'; + $relative_path = "{$this->base_url}{$this->assets_url}/{$file}"; + + $filepath = "{$this->assets_dir}/{$file}"; + if (file_exists($filepath)) { + $buffer = file_get_contents($filepath) . "\n"; + } else { + //if nothing found get out of here! + if (empty($assets)) { + return false; + } + + // Concatenate files + $buffer = $this->gatherLinks($assets, self::CSS_ASSET); + + // Minify if required + if ($this->shouldMinify('css')) { + $minifier = new CSS(); + $minifier->add($buffer); + $buffer = $minifier->minify(); + } + + // Write file + if (trim($buffer) !== '') { + file_put_contents($filepath, $buffer); + } + } + + if ($inline_group) { + $output = "\n"; + } else { + $this->asset = $relative_path; + $output = 'renderAttributes() . BaseAsset::integrityHash($this->asset) . ">\n"; + } + + return $output; + } + + /** + * Minify and concatenate JS files. + * + * @param array $assets + * @param string $group + * @param array $attributes + * @return bool|string URL or generated content if available, else false + */ + public function renderJs($assets, $group, $attributes = [], $type = self::JS_ASSET) + { + // temporary list of assets to pipeline + $inline_group = false; + + if (array_key_exists('loading', $attributes) && $attributes['loading'] === 'inline') { + $inline_group = true; + unset($attributes['loading']); + } + + // Store Attributes + $this->attributes = $attributes; + + // Compute uid based on assets and timestamp + $json_assets = json_encode($assets); + $uid = md5($json_assets . $this->js_minify . $group); + $file = $uid . '.js'; + $relative_path = "{$this->base_url}{$this->assets_url}/{$file}"; + + $filepath = "{$this->assets_dir}/{$file}"; + if (file_exists($filepath)) { + $buffer = file_get_contents($filepath) . "\n"; + } else { + //if nothing found get out of here! + if (empty($assets)) { + return false; + } + + // Concatenate files + $buffer = $this->gatherLinks($assets, $type); + + // Minify if required + if ($this->shouldMinify('js')) { + $minifier = new JS(); + $minifier->add($buffer); + $buffer = $minifier->minify(); + } + + // Write file + if (trim($buffer) !== '') { + file_put_contents($filepath, $buffer); + } + } + + if ($inline_group) { + $output = 'renderAttributes(). ">\n" . $buffer . "\n\n"; + } else { + $this->asset = $relative_path; + $output = '\n"; + } + + return $output; + } + + /** + * Minify and concatenate JS files. + * + * @param array $assets + * @param string $group + * @param array $attributes + * @return bool|string URL or generated content if available, else false + */ + public function renderJs_Module($assets, $group, $attributes = []) + { + $attributes['type'] = 'module'; + return $this->renderJs($assets, $group, $attributes, self::JS_MODULE_ASSET); + } + + /** + * Finds relative CSS urls() and rewrites the URL with an absolute one + * + * @param string $file the css source file + * @param string $dir , $local relative path to the css file + * @param bool $local is this a local or remote asset + * @return string + */ + protected function cssRewrite($file, $dir, $local) + { + // Strip any sourcemap comments + $file = preg_replace(self::CSS_SOURCEMAP_REGEX, '', $file); + + // Find any css url() elements, grab the URLs and calculate an absolute path + // Then replace the old url with the new one + $file = (string)preg_replace_callback(self::CSS_URL_REGEX, function ($matches) use ($dir, $local) { + $isImport = count($matches) > 3 && $matches[3] === '@import'; + + if ($isImport) { + $old_url = $matches[5]; + } else { + $old_url = $matches[2]; + } + + // Ensure link is not rooted to web server, a data URL, or to a remote host + if (preg_match(self::FIRST_FORWARDSLASH_REGEX, $old_url) || Utils::startsWith($old_url, 'data:') || $this->isRemoteLink($old_url)) { + return $matches[0]; + } + + // clean leading / + $old_url = Utils::normalizePath($dir . '/' . $old_url); + if (preg_match(self::FIRST_FORWARDSLASH_REGEX, $old_url)) { + $old_url = ltrim($old_url, '/'); + } + + $new_url = ($local ? $this->base_url : '') . $old_url; + + if ($isImport) { + return str_replace($matches[5], $new_url, $matches[0]); + } else { + return str_replace($matches[2], $new_url, $matches[0]); + } + }, $file); + + return $file; + } + + /** + * Finds relative JS urls() and rewrites the URL with an absolute one + * + * @param string $file the css source file + * @param string $dir local relative path to the css file + * @param bool $local is this a local or remote asset + * @return string + */ + protected function jsRewrite($file, $dir, $local) + { + // Find any js import elements, grab the URLs and calculate an absolute path + // Then replace the old url with the new one + $file = (string)preg_replace_callback(self::JS_IMPORT_REGEX, function ($matches) use ($dir, $local) { + + $old_url = $matches[1]; + + // Ensure link is not rooted to web server, a data URL, or to a remote host + if (preg_match(self::FIRST_FORWARDSLASH_REGEX, $old_url) || $this->isRemoteLink($old_url)) { + return $matches[0]; + } + + // clean leading / + $old_url = Utils::normalizePath($dir . '/' . $old_url); + $old_url = str_replace('/./', '/', $old_url); + if (preg_match(self::FIRST_FORWARDSLASH_REGEX, $old_url)) { + $old_url = ltrim($old_url, '/'); + } + + $new_url = ($local ? $this->base_url : '') . $old_url; + + return str_replace($matches[1], $new_url, $matches[0]); + }, $file); + + return $file; + } + + /** + * @param string $type + * @return bool + */ + private function shouldMinify($type = 'css') + { + $check = $type . '_minify'; + $win_check = $type . '_minify_windows'; + + $minify = (bool) $this->$check; + + // If this is a Windows server, and minify_windows is false (default value) skip the + // minification process because it will cause Apache to die/crash due to insufficient + // ThreadStackSize in httpd.conf - See: https://bugs.php.net/bug.php?id=47689 + if (stripos(php_uname('s'), 'WIN') === 0 && !$this->{$win_check}) { + $minify = false; + } + + return $minify; + } +} diff --git a/system/src/Grav/Common/Assets/Traits/AssetUtilsTrait.php b/system/src/Grav/Common/Assets/Traits/AssetUtilsTrait.php new file mode 100644 index 0000000..874633f --- /dev/null +++ b/system/src/Grav/Common/Assets/Traits/AssetUtilsTrait.php @@ -0,0 +1,215 @@ +rootUrl(true); + + // Sanity check for local URLs with absolute URL's enabled + if (Utils::startsWith($link, $base)) { + return false; + } + + return (0 === strpos($link, 'http://') || 0 === strpos($link, 'https://') || 0 === strpos($link, '//')); + } + + /** + * Download and concatenate the content of several links. + * + * @param array $assets + * @param int $type + * @return string + */ + protected function gatherLinks(array $assets, int $type = self::CSS_ASSET): string + { + $buffer = ''; + foreach ($assets as $asset) { + $local = true; + + $link = $asset->getAsset(); + $relative_path = $link; + + if (static::isRemoteLink($link)) { + $local = false; + if (0 === strpos($link, '//')) { + $link = 'http:' . $link; + } + $relative_dir = dirname($relative_path); + } else { + // Fix to remove relative dir if grav is in one + if (($this->base_url !== '/') && Utils::startsWith($relative_path, $this->base_url)) { + $base_url = '#' . preg_quote($this->base_url, '#') . '#'; + $relative_path = ltrim(preg_replace($base_url, '/', $link, 1), '/'); + } + + $relative_dir = dirname($relative_path); + $link = GRAV_ROOT . '/' . $relative_path; + } + + // TODO: looks like this is not being used. + $file = $this->fetch_command instanceof Closure ? @$this->fetch_command->__invoke($link) : @file_get_contents($link); + + // No file found, skip it... + if ($file === false) { + continue; + } + + // Double check last character being + if ($type === self::JS_ASSET || $type === self::JS_MODULE_ASSET) { + $file = rtrim($file, ' ;') . ';'; + } + + // If this is CSS + the file is local + rewrite enabled + if ($type === self::CSS_ASSET && $this->css_rewrite) { + $file = $this->cssRewrite($file, $relative_dir, $local); + } + + if ($type === self::JS_MODULE_ASSET) { + $file = $this->jsRewrite($file, $relative_dir, $local); + } + + $file = rtrim($file) . PHP_EOL; + $buffer .= $file; + } + + // Pull out @imports and move to top + if ($type === self::CSS_ASSET) { + $buffer = $this->moveImports($buffer); + } + + return $buffer; + } + + /** + * Moves @import statements to the top of the file per the CSS specification + * + * @param string $file the file containing the combined CSS files + * @return string the modified file with any @imports at the top of the file + */ + protected function moveImports($file) + { + $regex = '{@import.*?["\']([^"\']+)["\'].*?;}'; + + $imports = []; + + $file = (string)preg_replace_callback($regex, static function ($matches) use (&$imports) { + $imports[] = $matches[0]; + + return ''; + }, $file); + + return implode("\n", $imports) . "\n\n" . $file; + } + + /** + * + * Build an HTML attribute string from an array. + * + * @return string + */ + protected function renderAttributes() + { + $html = ''; + $no_key = ['loading']; + + foreach ($this->attributes as $key => $value) { + if ($value === null) { + continue; + } + + if (is_numeric($key)) { + $key = $value; + } + if (is_array($value)) { + $value = implode(' ', $value); + } + + if (in_array($key, $no_key, true)) { + $element = htmlentities($value, ENT_QUOTES, 'UTF-8', false); + } else { + $element = $key . '="' . htmlentities($value, ENT_QUOTES, 'UTF-8', false) . '"'; + } + + $html .= ' ' . $element; + } + + return $html; + } + + /** + * Render Querystring + * + * @param string|null $asset + * @return string + */ + protected function renderQueryString($asset = null) + { + $querystring = ''; + + $asset = $asset ?? $this->asset; + $attributes = $this->attributes; + + if (!empty($this->query)) { + if (Utils::contains($asset, '?')) { + $querystring .= '&' . $this->query; + } else { + $querystring .= '?' . $this->query; + } + } + + if ($this->timestamp) { + if ($querystring || Utils::contains($asset, '?')) { + $querystring .= '&' . $this->timestamp; + } else { + $querystring .= '?' . $this->timestamp; + } + } + + return $querystring; + } +} diff --git a/system/src/Grav/Common/Assets/Traits/LegacyAssetsTrait.php b/system/src/Grav/Common/Assets/Traits/LegacyAssetsTrait.php new file mode 100644 index 0000000..08a59e2 --- /dev/null +++ b/system/src/Grav/Common/Assets/Traits/LegacyAssetsTrait.php @@ -0,0 +1,137 @@ + null, 'pipeline' => true, 'loading' => null, 'group' => null]; + $arguments = $this->createArgumentsFromLegacy($args, $defaults); + break; + + case (Assets::INLINE_JS_TYPE): + $defaults = ['priority' => null, 'group' => null, 'attributes' => null]; + $arguments = $this->createArgumentsFromLegacy($args, $defaults); + + // special case to handle old attributes being passed in + if (isset($arguments['attributes'])) { + $old_attributes = $arguments['attributes']; + if (is_array($old_attributes)) { + $arguments = array_merge($arguments, $old_attributes); + } else { + $arguments['type'] = $old_attributes; + } + } + unset($arguments['attributes']); + + break; + + case (Assets::INLINE_CSS_TYPE): + $defaults = ['priority' => null, 'group' => null]; + $arguments = $this->createArgumentsFromLegacy($args, $defaults); + break; + + default: + case (Assets::CSS_TYPE): + $defaults = ['priority' => null, 'pipeline' => true, 'group' => null, 'loading' => null]; + $arguments = $this->createArgumentsFromLegacy($args, $defaults); + } + + return $arguments; + } + + /** + * @param array $args + * @param array $defaults + * @return array + */ + protected function createArgumentsFromLegacy(array $args, array $defaults) + { + // Remove arguments with old default values. + $arguments = []; + foreach ($args as $arg) { + $default = current($defaults); + if ($arg !== $default) { + $arguments[key($defaults)] = $arg; + } + next($defaults); + } + + return $arguments; + } + + /** + * Convenience wrapper for async loading of JavaScript + * + * @param string|array $asset + * @param int $priority + * @param bool $pipeline + * @param string $group name of the group + * @return Assets + * @deprecated Please use dynamic method with ['loading' => 'async']. + */ + public function addAsyncJs($asset, $priority = 10, $pipeline = true, $group = 'head') + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.6, use dynamic method with [\'loading\' => \'async\']', E_USER_DEPRECATED); + + return $this->addJs($asset, $priority, $pipeline, 'async', $group); + } + + /** + * Convenience wrapper for deferred loading of JavaScript + * + * @param string|array $asset + * @param int $priority + * @param bool $pipeline + * @param string $group name of the group + * @return Assets + * @deprecated Please use dynamic method with ['loading' => 'defer']. + */ + public function addDeferJs($asset, $priority = 10, $pipeline = true, $group = 'head') + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.6, use dynamic method with [\'loading\' => \'defer\']', E_USER_DEPRECATED); + + return $this->addJs($asset, $priority, $pipeline, 'defer', $group); + } +} diff --git a/system/src/Grav/Common/Assets/Traits/TestingAssetsTrait.php b/system/src/Grav/Common/Assets/Traits/TestingAssetsTrait.php new file mode 100644 index 0000000..c264868 --- /dev/null +++ b/system/src/Grav/Common/Assets/Traits/TestingAssetsTrait.php @@ -0,0 +1,350 @@ +collections[$asset]) || isset($this->assets_css[$asset]) || isset($this->assets_js[$asset]); + } + + /** + * Return the array of all the registered collections + * + * @return array + */ + public function getCollections() + { + return $this->collections; + } + + /** + * Set the array of collections explicitly + * + * @param array $collections + * @return $this + */ + public function setCollection($collections) + { + $this->collections = $collections; + + return $this; + } + + /** + * Return the array of all the registered CSS assets + * If a $key is provided, it will try to return only that asset + * else it will return null + * + * @param string|null $key the asset key + * @return array + */ + public function getCss($key = null) + { + if (null !== $key) { + $asset_key = md5($key); + + return $this->assets_css[$asset_key] ?? null; + } + + return $this->assets_css; + } + + /** + * Return the array of all the registered JS assets + * If a $key is provided, it will try to return only that asset + * else it will return null + * + * @param string|null $key the asset key + * @return array + */ + public function getJs($key = null) + { + if (null !== $key) { + $asset_key = md5($key); + + return $this->assets_js[$asset_key] ?? null; + } + + return $this->assets_js; + } + + /** + * Set the whole array of CSS assets + * + * @param array $css + * @return $this + */ + public function setCss($css) + { + $this->assets_css = $css; + + return $this; + } + + /** + * Set the whole array of JS assets + * + * @param array $js + * @return $this + */ + public function setJs($js) + { + $this->assets_js = $js; + + return $this; + } + + /** + * Removes an item from the CSS array if set + * + * @param string $key The asset key + * @return $this + */ + public function removeCss($key) + { + $asset_key = md5($key); + if (isset($this->assets_css[$asset_key])) { + unset($this->assets_css[$asset_key]); + } + + return $this; + } + + /** + * Removes an item from the JS array if set + * + * @param string $key The asset key + * @return $this + */ + public function removeJs($key) + { + $asset_key = md5($key); + if (isset($this->assets_js[$asset_key])) { + unset($this->assets_js[$asset_key]); + } + + return $this; + } + + /** + * Sets the state of CSS Pipeline + * + * @param bool $value + * @return $this + */ + public function setCssPipeline($value) + { + $this->css_pipeline = (bool)$value; + + return $this; + } + + /** + * Sets the state of JS Pipeline + * + * @param bool $value + * @return $this + */ + public function setJsPipeline($value) + { + $this->js_pipeline = (bool)$value; + + return $this; + } + + /** + * Reset all assets. + * + * @return $this + */ + public function reset() + { + $this->resetCss(); + $this->resetJs(); + $this->setCssPipeline(false); + $this->setJsPipeline(false); + $this->order = []; + + return $this; + } + + /** + * Reset JavaScript assets. + * + * @return $this + */ + public function resetJs() + { + $this->assets_js = []; + + return $this; + } + + /** + * Reset CSS assets. + * + * @return $this + */ + public function resetCss() + { + $this->assets_css = []; + + return $this; + } + + /** + * Explicitly set's a timestamp for assets + * + * @param string|int $value + */ + public function setTimestamp($value) + { + $this->timestamp = $value; + } + + /** + * Get the timestamp for assets + * + * @param bool $include_join + * @return string|null + */ + public function getTimestamp($include_join = true) + { + if ($this->timestamp) { + return $include_join ? '?' . $this->timestamp : $this->timestamp; + } + + return null; + } + + /** + * Add all assets matching $pattern within $directory. + * + * @param string $directory Relative to the Grav root path, or a stream identifier + * @param string $pattern (regex) + * @return $this + */ + public function addDir($directory, $pattern = self::DEFAULT_REGEX) + { + $root_dir = GRAV_ROOT; + + // Check if $directory is a stream. + if (strpos($directory, '://')) { + $directory = Grav::instance()['locator']->findResource($directory, null); + } + + // Get files + $files = $this->rglob($root_dir . DIRECTORY_SEPARATOR . $directory, $pattern, $root_dir . '/'); + + // No luck? Nothing to do + if (!$files) { + return $this; + } + + // Add CSS files + if ($pattern === self::CSS_REGEX) { + foreach ($files as $file) { + $this->addCss($file); + } + + return $this; + } + + // Add JavaScript files + if ($pattern === self::JS_REGEX) { + foreach ($files as $file) { + $this->addJs($file); + } + + return $this; + } + + // Add JavaScript Module files + if ($pattern === self::JS_MODULE_REGEX) { + foreach ($files as $file) { + $this->addJsModule($file); + } + + return $this; + } + + // Unknown pattern. + foreach ($files as $asset) { + $this->add($asset); + } + + return $this; + } + + /** + * Add all JavaScript assets within $directory + * + * @param string $directory Relative to the Grav root path, or a stream identifier + * @return $this + */ + public function addDirJs($directory) + { + return $this->addDir($directory, self::JS_REGEX); + } + + /** + * Add all CSS assets within $directory + * + * @param string $directory Relative to the Grav root path, or a stream identifier + * @return $this + */ + public function addDirCss($directory) + { + return $this->addDir($directory, self::CSS_REGEX); + } + + /** + * Recursively get files matching $pattern within $directory. + * + * @param string $directory + * @param string $pattern (regex) + * @param string|null $ltrim Will be trimmed from the left of the file path + * @return array + */ + protected function rglob($directory, $pattern, $ltrim = null) + { + $iterator = new RegexIterator(new RecursiveIteratorIterator(new RecursiveDirectoryIterator( + $directory, + FilesystemIterator::SKIP_DOTS + )), $pattern); + $offset = strlen($ltrim); + $files = []; + + foreach ($iterator as $file) { + $files[] = substr($file->getPathname(), $offset); + } + + return $files; + } +} diff --git a/system/src/Grav/Common/Backup/Backups.php b/system/src/Grav/Common/Backup/Backups.php new file mode 100644 index 0000000..dd2cf37 --- /dev/null +++ b/system/src/Grav/Common/Backup/Backups.php @@ -0,0 +1,322 @@ +addListener('onSchedulerInitialized', [$this, 'onSchedulerInitialized']); + + $grav->fireEvent('onBackupsInitialized', new Event(['backups' => $this])); + } + + /** + * @return void + */ + public function setup() + { + if (null === static::$backup_dir) { + $grav = Grav::instance(); + static::$backup_dir = $grav['locator']->findResource('backup://', true, true); + Folder::create(static::$backup_dir); + } + } + + /** + * @param Event $event + * @return void + */ + public function onSchedulerInitialized(Event $event) + { + $grav = Grav::instance(); + + /** @var Scheduler $scheduler */ + $scheduler = $event['scheduler']; + + /** @var Inflector $inflector */ + $inflector = $grav['inflector']; + + foreach (static::getBackupProfiles() as $id => $profile) { + $at = $profile['schedule_at']; + $name = $inflector::hyphenize($profile['name']); + $logs = 'logs/backup-' . $name . '.out'; + /** @var Job $job */ + $job = $scheduler->addFunction('Grav\Common\Backup\Backups::backup', [$id], $name); + $job->at($at); + $job->output($logs); + $job->backlink('/tools/backups'); + } + } + + /** + * @param string $backup + * @param string $base_url + * @return string + */ + public function getBackupDownloadUrl($backup, $base_url) + { + $param_sep = Grav::instance()['config']->get('system.param_sep', ':'); + $download = urlencode(base64_encode(Utils::basename($backup))); + $url = rtrim(Grav::instance()['uri']->rootUrl(true), '/') . '/' . trim( + $base_url, + '/' + ) . '/task' . $param_sep . 'backup/download' . $param_sep . $download . '/admin-nonce' . $param_sep . Utils::getNonce('admin-form'); + + return $url; + } + + /** + * @return array + */ + public static function getBackupProfiles() + { + return Grav::instance()['config']->get('backups.profiles'); + } + + /** + * @return array + */ + public static function getPurgeConfig() + { + return Grav::instance()['config']->get('backups.purge'); + } + + /** + * @return array + */ + public function getBackupNames() + { + return array_column(static::getBackupProfiles(), 'name'); + } + + /** + * @return float|int + */ + public static function getTotalBackupsSize() + { + $backups = static::getAvailableBackups(); + + return $backups ? array_sum(array_column($backups, 'size')) : 0; + } + + /** + * @param bool $force + * @return array + */ + public static function getAvailableBackups($force = false) + { + if ($force || null === static::$backups) { + static::$backups = []; + + $grav = Grav::instance(); + $backups_itr = new GlobIterator(static::$backup_dir . '/*.zip', FilesystemIterator::KEY_AS_FILENAME); + $inflector = $grav['inflector']; + $long_date_format = DATE_RFC2822; + + /** + * @var string $name + * @var SplFileInfo $file + */ + foreach ($backups_itr as $name => $file) { + if (preg_match(static::BACKUP_FILENAME_REGEXZ, $name, $matches)) { + $date = DateTime::createFromFormat(static::BACKUP_DATE_FORMAT, $matches[2]); + $timestamp = $date->getTimestamp(); + $backup = new stdClass(); + $backup->title = $inflector->titleize($matches[1]); + $backup->time = $date; + $backup->date = $date->format($long_date_format); + $backup->filename = $name; + $backup->path = $file->getPathname(); + $backup->size = $file->getSize(); + static::$backups[$timestamp] = $backup; + } + } + // Reverse Key Sort to get in reverse date order + krsort(static::$backups); + } + + return static::$backups; + } + + /** + * Backup + * + * @param int $id + * @param callable|null $status + * @return string|null + */ + public static function backup($id = 0, callable $status = null) + { + $grav = Grav::instance(); + + $profiles = static::getBackupProfiles(); + /** @var UniformResourceLocator $locator */ + $locator = $grav['locator']; + + if (isset($profiles[$id])) { + $backup = (object) $profiles[$id]; + } else { + throw new RuntimeException('No backups defined...'); + } + + $name = $grav['inflector']->underscorize($backup->name); + $date = date(static::BACKUP_DATE_FORMAT, time()); + $filename = trim($name, '_') . '--' . $date . '.zip'; + $destination = static::$backup_dir . DS . $filename; + $max_execution_time = ini_set('max_execution_time', '600'); + $backup_root = $backup->root; + + if ($locator->isStream($backup_root)) { + $backup_root = $locator->findResource($backup_root); + } else { + $backup_root = rtrim(GRAV_ROOT . $backup_root, DS) ?: DS; + } + + if (!$backup_root || !file_exists($backup_root)) { + throw new RuntimeException("Backup location: {$backup_root} does not exist..."); + } + + $options = [ + 'exclude_files' => static::convertExclude($backup->exclude_files ?? ''), + 'exclude_paths' => static::convertExclude($backup->exclude_paths ?? ''), + ]; + + $archiver = Archiver::create('zip'); + $archiver->setArchive($destination)->setOptions($options)->compress($backup_root, $status)->addEmptyFolders($options['exclude_paths'], $status); + + $status && $status([ + 'type' => 'message', + 'message' => 'Done...', + ]); + + $status && $status([ + 'type' => 'progress', + 'complete' => true + ]); + + if ($max_execution_time !== false) { + ini_set('max_execution_time', $max_execution_time); + } + + // Log the backup + $grav['log']->notice('Backup Created: ' . $destination); + + // Fire Finished event + $grav->fireEvent('onBackupFinished', new Event(['backup' => $destination])); + + // Purge anything required + static::purge(); + + // Log + $log = JsonFile::instance($locator->findResource("log://backup.log", true, true)); + $log->content([ + 'time' => time(), + 'location' => $destination + ]); + $log->save(); + + return $destination; + } + + /** + * @return void + * @throws Exception + */ + public static function purge() + { + $purge_config = static::getPurgeConfig(); + $trigger = $purge_config['trigger']; + $backups = static::getAvailableBackups(true); + + switch ($trigger) { + case 'number': + $backups_count = count($backups); + if ($backups_count > $purge_config['max_backups_count']) { + $last = end($backups); + unlink($last->path); + static::purge(); + } + break; + + case 'time': + $last = end($backups); + $now = new DateTime(); + $interval = $now->diff($last->time); + if ($interval->days > $purge_config['max_backups_time']) { + unlink($last->path); + static::purge(); + } + break; + + default: + $used_space = static::getTotalBackupsSize(); + $max_space = $purge_config['max_backups_space'] * 1024 * 1024 * 1024; + if ($used_space > $max_space) { + $last = end($backups); + unlink($last->path); + static::purge(); + } + break; + } + } + + /** + * @param string $exclude + * @return array + */ + protected static function convertExclude($exclude) + { + $lines = preg_split("/[\s,]+/", $exclude); + + return array_map('trim', $lines, array_fill(0, count($lines), '/')); + } +} diff --git a/system/src/Grav/Common/Browser.php b/system/src/Grav/Common/Browser.php new file mode 100644 index 0000000..6a92eee --- /dev/null +++ b/system/src/Grav/Common/Browser.php @@ -0,0 +1,153 @@ +useragent = parse_user_agent(); + } catch (InvalidArgumentException $e) { + $this->useragent = parse_user_agent("Mozilla/5.0 (compatible; Unknown;)"); + } + } + + /** + * Get the current browser identifier + * + * Currently detected browsers: + * + * Android Browser + * BlackBerry Browser + * Camino + * Kindle / Silk + * Firefox / Iceweasel + * Safari + * Internet Explorer + * IEMobile + * Chrome + * Opera + * Midori + * Vivaldi + * TizenBrowser + * Lynx + * Wget + * Curl + * + * @return string the lowercase browser name + */ + public function getBrowser() + { + return strtolower($this->useragent['browser']); + } + + /** + * Get the current platform identifier + * + * Currently detected platforms: + * + * Desktop + * -> Windows + * -> Linux + * -> Macintosh + * -> Chrome OS + * Mobile + * -> Android + * -> iPhone + * -> iPad / iPod Touch + * -> Windows Phone OS + * -> Kindle + * -> Kindle Fire + * -> BlackBerry + * -> Playbook + * -> Tizen + * Console + * -> Nintendo 3DS + * -> New Nintendo 3DS + * -> Nintendo Wii + * -> Nintendo WiiU + * -> PlayStation 3 + * -> PlayStation 4 + * -> PlayStation Vita + * -> Xbox 360 + * -> Xbox One + * + * @return string the lowercase platform name + */ + public function getPlatform() + { + return strtolower($this->useragent['platform']); + } + + /** + * Get the current full version identifier + * + * @return string the browser full version identifier + */ + public function getLongVersion() + { + return $this->useragent['version']; + } + + /** + * Get the current major version identifier + * + * @return int the browser major version identifier + */ + public function getVersion() + { + $version = explode('.', $this->getLongVersion()); + + return (int)$version[0]; + } + + /** + * Determine if the request comes from a human, or from a bot/crawler + * + * @return bool + */ + public function isHuman() + { + $browser = $this->getBrowser(); + if (empty($browser)) { + return false; + } + + if (preg_match('~(bot|crawl)~i', $browser)) { + return false; + } + + return true; + } + + /** + * Determine if “Do Not Track” is set by browser + * @see https://www.w3.org/TR/tracking-dnt/ + * + * @return bool + */ + public function isTrackable(): bool + { + return !(isset($_SERVER['HTTP_DNT']) && $_SERVER['HTTP_DNT'] === '1'); + } +} diff --git a/system/src/Grav/Common/Cache.php b/system/src/Grav/Common/Cache.php new file mode 100644 index 0000000..acb68e0 --- /dev/null +++ b/system/src/Grav/Common/Cache.php @@ -0,0 +1,690 @@ +init($grav); + } + + /** + * Initialization that sets a base key and the driver based on configuration settings + * + * @param Grav $grav + * @return void + */ + public function init(Grav $grav) + { + $this->config = $grav['config']; + $this->now = time(); + + if (null === $this->enabled) { + $this->enabled = (bool)$this->config->get('system.cache.enabled'); + } + + /** @var Uri $uri */ + $uri = $grav['uri']; + + $prefix = $this->config->get('system.cache.prefix'); + $uniqueness = substr(md5($uri->rootUrl(true) . $this->config->key() . GRAV_VERSION), 2, 8); + + // Cache key allows us to invalidate all cache on configuration changes. + $this->key = ($prefix ?: 'g') . '-' . $uniqueness; + $this->cache_dir = $grav['locator']->findResource('cache://doctrine/' . $uniqueness, true, true); + $this->driver_setting = $this->config->get('system.cache.driver'); + $this->driver = $this->getCacheDriver(); + $this->driver->setNamespace($this->key); + + /** @var EventDispatcher $dispatcher */ + $dispatcher = Grav::instance()['events']; + $dispatcher->addListener('onSchedulerInitialized', [$this, 'onSchedulerInitialized']); + } + + /** + * @return CacheInterface + */ + public function getSimpleCache() + { + if (null === $this->simpleCache) { + $cache = new \Grav\Framework\Cache\Adapter\DoctrineCache($this->driver, '', $this->getLifetime()); + + // Disable cache key validation. + $cache->setValidation(false); + + $this->simpleCache = $cache; + } + + return $this->simpleCache; + } + + /** + * Deletes the old out of date file-based caches + * + * @return int + */ + public function purgeOldCache() + { + $cache_dir = dirname($this->cache_dir); + $current = Utils::basename($this->cache_dir); + $count = 0; + + foreach (new DirectoryIterator($cache_dir) as $file) { + $dir = $file->getBasename(); + if ($dir === $current || $file->isDot() || $file->isFile()) { + continue; + } + + Folder::delete($file->getPathname()); + $count++; + } + + return $count; + } + + /** + * Public accessor to set the enabled state of the cache + * + * @param bool|int $enabled + * @return void + */ + public function setEnabled($enabled) + { + $this->enabled = (bool)$enabled; + } + + /** + * Returns the current enabled state + * + * @return bool + */ + public function getEnabled() + { + return $this->enabled; + } + + /** + * Get cache state + * + * @return string + */ + public function getCacheStatus() + { + return 'Cache: [' . ($this->enabled ? 'true' : 'false') . '] Setting: [' . $this->driver_setting . '] Driver: [' . $this->driver_name . ']'; + } + + /** + * Automatically picks the cache mechanism to use. If you pick one manually it will use that + * If there is no config option for $driver in the config, or it's set to 'auto', it will + * pick the best option based on which cache extensions are installed. + * + * @return DoctrineCache\CacheProvider The cache driver to use + */ + public function getCacheDriver() + { + $setting = $this->driver_setting; + $driver_name = 'file'; + + // CLI compatibility requires a non-volatile cache driver + if ($this->config->get('system.cache.cli_compatibility') && ( + $setting === 'auto' || $this->isVolatileDriver($setting))) { + $setting = $driver_name; + } + + if (!$setting || $setting === 'auto') { + if (extension_loaded('apcu')) { + $driver_name = 'apcu'; + } elseif (extension_loaded('wincache')) { + $driver_name = 'wincache'; + } + } else { + $driver_name = $setting; + } + + $this->driver_name = $driver_name; + + switch ($driver_name) { + case 'apc': + case 'apcu': + $driver = new DoctrineCache\ApcuCache(); + break; + + case 'wincache': + $driver = new DoctrineCache\WinCacheCache(); + break; + + case 'memcache': + if (extension_loaded('memcache')) { + $memcache = new \Memcache(); + $memcache->connect( + $this->config->get('system.cache.memcache.server', 'localhost'), + $this->config->get('system.cache.memcache.port', 11211) + ); + $driver = new DoctrineCache\MemcacheCache(); + $driver->setMemcache($memcache); + } else { + throw new LogicException('Memcache PHP extension has not been installed'); + } + break; + + case 'memcached': + if (extension_loaded('memcached')) { + $memcached = new \Memcached(); + $memcached->addServer( + $this->config->get('system.cache.memcached.server', 'localhost'), + $this->config->get('system.cache.memcached.port', 11211) + ); + $driver = new DoctrineCache\MemcachedCache(); + $driver->setMemcached($memcached); + } else { + throw new LogicException('Memcached PHP extension has not been installed'); + } + break; + + case 'redis': + if (extension_loaded('redis')) { + $redis = new \Redis(); + $socket = $this->config->get('system.cache.redis.socket', false); + $password = $this->config->get('system.cache.redis.password', false); + $databaseId = $this->config->get('system.cache.redis.database', 0); + + if ($socket) { + $redis->connect($socket); + } else { + $redis->connect( + $this->config->get('system.cache.redis.server', 'localhost'), + $this->config->get('system.cache.redis.port', 6379) + ); + } + + // Authenticate with password if set + if ($password && !$redis->auth($password)) { + throw new \RedisException('Redis authentication failed'); + } + + // Select alternate ( !=0 ) database ID if set + if ($databaseId && !$redis->select($databaseId)) { + throw new \RedisException('Could not select alternate Redis database ID'); + } + + $driver = new DoctrineCache\RedisCache(); + $driver->setRedis($redis); + } else { + throw new LogicException('Redis PHP extension has not been installed'); + } + break; + + default: + $driver = new DoctrineCache\FilesystemCache($this->cache_dir); + break; + } + + return $driver; + } + + /** + * Gets a cached entry if it exists based on an id. If it does not exist, it returns false + * + * @param string $id the id of the cached entry + * @return mixed|bool returns the cached entry, can be any type, or false if doesn't exist + */ + public function fetch($id) + { + if ($this->enabled) { + return $this->driver->fetch($id); + } + + return false; + } + + /** + * Stores a new cached entry. + * + * @param string $id the id of the cached entry + * @param array|object|int $data the data for the cached entry to store + * @param int|null $lifetime the lifetime to store the entry in seconds + */ + public function save($id, $data, $lifetime = null) + { + if ($this->enabled) { + if ($lifetime === null) { + $lifetime = $this->getLifetime(); + } + $this->driver->save($id, $data, $lifetime); + } + } + + /** + * Deletes an item in the cache based on the id + * + * @param string $id the id of the cached data entry + * @return bool true if the item was deleted successfully + */ + public function delete($id) + { + if ($this->enabled) { + return $this->driver->delete($id); + } + + return false; + } + + /** + * Deletes all cache + * + * @return bool + */ + public function deleteAll() + { + if ($this->enabled) { + return $this->driver->deleteAll(); + } + + return false; + } + + /** + * Returns a boolean state of whether or not the item exists in the cache based on id key + * + * @param string $id the id of the cached data entry + * @return bool true if the cached items exists + */ + public function contains($id) + { + if ($this->enabled) { + return $this->driver->contains(($id)); + } + + return false; + } + + /** + * Getter method to get the cache key + * + * @return string + */ + public function getKey() + { + return $this->key; + } + + /** + * Setter method to set key (Advanced) + * + * @param string $key + * @return void + */ + public function setKey($key) + { + $this->key = $key; + $this->driver->setNamespace($this->key); + } + + /** + * Helper method to clear all Grav caches + * + * @param string $remove standard|all|assets-only|images-only|cache-only + * @return array + */ + public static function clearCache($remove = 'standard') + { + $locator = Grav::instance()['locator']; + $output = []; + $user_config = USER_DIR . 'config/system.yaml'; + + switch ($remove) { + case 'all': + $remove_paths = self::$all_remove; + break; + case 'assets-only': + $remove_paths = self::$assets_remove; + break; + case 'images-only': + $remove_paths = self::$images_remove; + break; + case 'cache-only': + $remove_paths = self::$cache_remove; + break; + case 'tmp-only': + $remove_paths = self::$tmp_remove; + break; + case 'invalidate': + $remove_paths = []; + break; + default: + if (Grav::instance()['config']->get('system.cache.clear_images_by_default')) { + $remove_paths = self::$standard_remove; + } else { + $remove_paths = self::$standard_remove_no_images; + } + } + + // Delete entries in the doctrine cache if required + if (in_array($remove, ['all', 'standard'])) { + $cache = Grav::instance()['cache']; + $cache->driver->deleteAll(); + } + + // Clearing cache event to add paths to clear + Grav::instance()->fireEvent('onBeforeCacheClear', new Event(['remove' => $remove, 'paths' => &$remove_paths])); + + foreach ($remove_paths as $stream) { + // Convert stream to a real path + try { + $path = $locator->findResource($stream, true, true); + if ($path === false) { + continue; + } + + $anything = false; + $files = glob($path . '/*'); + + if (is_array($files)) { + foreach ($files as $file) { + if (is_link($file)) { + $output[] = 'Skipping symlink: ' . $file; + } elseif (is_file($file)) { + if (@unlink($file)) { + $anything = true; + } + } elseif (is_dir($file)) { + if (Folder::delete($file, false)) { + $anything = true; + } + } + } + } + + if ($anything) { + $output[] = 'Cleared: ' . $path . '/*'; + } + } catch (Exception $e) { + // stream not found or another error while deleting files. + $output[] = 'ERROR: ' . $e->getMessage(); + } + } + + $output[] = ''; + + if (($remove === 'all' || $remove === 'standard') && file_exists($user_config)) { + touch($user_config); + + $output[] = 'Touched: ' . $user_config; + $output[] = ''; + } + + // Clear stat cache + @clearstatcache(); + + // Clear opcache + if (function_exists('opcache_reset')) { + @opcache_reset(); + } + + Grav::instance()->fireEvent('onAfterCacheClear', new Event(['remove' => $remove, 'output' => &$output])); + + return $output; + } + + /** + * @return void + */ + public static function invalidateCache() + { + $user_config = USER_DIR . 'config/system.yaml'; + + if (file_exists($user_config)) { + touch($user_config); + } + + // Clear stat cache + @clearstatcache(); + + // Clear opcache + if (function_exists('opcache_reset')) { + @opcache_reset(); + } + } + + /** + * Set the cache lifetime programmatically + * + * @param int $future timestamp + * @return void + */ + public function setLifetime($future) + { + if (!$future) { + return; + } + + $interval = (int)($future - $this->now); + if ($interval > 0 && $interval < $this->getLifetime()) { + $this->lifetime = $interval; + } + } + + + /** + * Retrieve the cache lifetime (in seconds) + * + * @return int + */ + public function getLifetime() + { + if ($this->lifetime === null) { + $this->lifetime = (int)($this->config->get('system.cache.lifetime') ?: 604800); // 1 week default + } + + return $this->lifetime; + } + + /** + * Returns the current driver name + * + * @return string + */ + public function getDriverName() + { + return $this->driver_name; + } + + /** + * Returns the current driver setting + * + * @return string + */ + public function getDriverSetting() + { + return $this->driver_setting; + } + + /** + * is this driver a volatile driver in that it resides in PHP process memory + * + * @param string $setting + * @return bool + */ + public function isVolatileDriver($setting) + { + return in_array($setting, ['apc', 'apcu', 'xcache', 'wincache'], true); + } + + /** + * Static function to call as a scheduled Job to purge old Doctrine files + * + * @param bool $echo + * + * @return string|void + */ + public static function purgeJob($echo = false) + { + /** @var Cache $cache */ + $cache = Grav::instance()['cache']; + $deleted_folders = $cache->purgeOldCache(); + $msg = 'Purged ' . $deleted_folders . ' old cache folders...'; + + if ($echo) { + echo $msg; + } else { + return $msg; + } + } + + /** + * Static function to call as a scheduled Job to clear Grav cache + * + * @param string $type + * @return void + */ + public static function clearJob($type) + { + $result = static::clearCache($type); + static::invalidateCache(); + + echo strip_tags(implode("\n", $result)); + } + + /** + * @param Event $event + * @return void + */ + public function onSchedulerInitialized(Event $event) + { + /** @var Scheduler $scheduler */ + $scheduler = $event['scheduler']; + $config = Grav::instance()['config']; + + // File Cache Purge + $at = $config->get('system.cache.purge_at'); + $name = 'cache-purge'; + $logs = 'logs/' . $name . '.out'; + + $job = $scheduler->addFunction('Grav\Common\Cache::purgeJob', [true], $name); + $job->at($at); + $job->output($logs); + $job->backlink('/config/system#caching'); + + // Cache Clear + $at = $config->get('system.cache.clear_at'); + $clear_type = $config->get('system.cache.clear_job_type'); + $name = 'cache-clear'; + $logs = 'logs/' . $name . '.out'; + + $job = $scheduler->addFunction('Grav\Common\Cache::clearJob', [$clear_type], $name); + $job->at($at); + $job->output($logs); + $job->backlink('/config/system#caching'); + } +} diff --git a/system/src/Grav/Common/Composer.php b/system/src/Grav/Common/Composer.php new file mode 100644 index 0000000..65ba505 --- /dev/null +++ b/system/src/Grav/Common/Composer.php @@ -0,0 +1,67 @@ +path = $path ? rtrim($path, '\\/') . '/' : ''; + $this->cacheFolder = $cacheFolder; + $this->files = $files; + } + + /** + * Get filename for the compiled PHP file. + * + * @param string|null $name + * @return $this + */ + public function name($name = null) + { + if (!$this->name) { + $this->name = $name ?: md5(json_encode(array_keys($this->files))); + } + + return $this; + } + + /** + * Function gets called when cached configuration is saved. + * + * @return void + */ + public function modified() + { + } + + /** + * Get timestamp of compiled configuration + * + * @return int Timestamp of compiled configuration + */ + public function timestamp() + { + return $this->timestamp ?: time(); + } + + /** + * Load the configuration. + * + * @return mixed + */ + public function load() + { + if ($this->object) { + return $this->object; + } + + $filename = $this->createFilename(); + if (!$this->loadCompiledFile($filename) && $this->loadFiles()) { + $this->saveCompiledFile($filename); + } + + return $this->object; + } + + /** + * Returns checksum from the configuration files. + * + * You can set $this->checksum = false to disable this check. + * + * @return bool|string + */ + public function checksum() + { + if (null === $this->checksum) { + $this->checksum = md5(json_encode($this->files) . $this->version); + } + + return $this->checksum; + } + + /** + * @return string + */ + protected function createFilename() + { + return "{$this->cacheFolder}/{$this->name()->name}.php"; + } + + /** + * Create configuration object. + * + * @param array $data + * @return void + */ + abstract protected function createObject(array $data = []); + + /** + * Finalize configuration object. + * + * @return void + */ + abstract protected function finalizeObject(); + + /** + * Load single configuration file and append it to the correct position. + * + * @param string $name Name of the position. + * @param string|string[] $filename File(s) to be loaded. + * @return void + */ + abstract protected function loadFile($name, $filename); + + /** + * Load and join all configuration files. + * + * @return bool + * @internal + */ + protected function loadFiles() + { + $this->createObject(); + + $list = array_reverse($this->files); + foreach ($list as $files) { + foreach ($files as $name => $item) { + $this->loadFile($name, $this->path . $item['file']); + } + } + + $this->finalizeObject(); + + return true; + } + + /** + * Load compiled file. + * + * @param string $filename + * @return bool + * @internal + */ + protected function loadCompiledFile($filename) + { + if (!file_exists($filename)) { + return false; + } + + $cache = include $filename; + if (!is_array($cache) + || !isset($cache['checksum'], $cache['data'], $cache['@class']) + || $cache['@class'] !== get_class($this) + ) { + return false; + } + + // Load real file if cache isn't up to date (or is invalid). + if ($cache['checksum'] !== $this->checksum()) { + return false; + } + + $this->createObject($cache['data']); + $this->timestamp = $cache['timestamp'] ?? 0; + + $this->finalizeObject(); + + return true; + } + + /** + * Save compiled file. + * + * @param string $filename + * @return void + * @throws RuntimeException + * @internal + */ + protected function saveCompiledFile($filename) + { + $file = PhpFile::instance($filename); + + // Attempt to lock the file for writing. + try { + $file->lock(false); + } catch (Exception $e) { + // Another process has locked the file; we will check this in a bit. + } + + if ($file->locked() === false) { + // File was already locked by another process. + return; + } + + $cache = [ + '@class' => get_class($this), + 'timestamp' => time(), + 'checksum' => $this->checksum(), + 'files' => $this->files, + 'data' => $this->getState() + ]; + + $file->save($cache); + $file->unlock(); + $file->free(); + + $this->modified(); + } + + /** + * @return array + */ + protected function getState() + { + return $this->object->toArray(); + } +} diff --git a/system/src/Grav/Common/Config/CompiledBlueprints.php b/system/src/Grav/Common/Config/CompiledBlueprints.php new file mode 100644 index 0000000..ca7173c --- /dev/null +++ b/system/src/Grav/Common/Config/CompiledBlueprints.php @@ -0,0 +1,131 @@ +version = 2; + } + + /** + * Returns checksum from the configuration files. + * + * You can set $this->checksum = false to disable this check. + * + * @return bool|string + */ + public function checksum() + { + if (null === $this->checksum) { + $this->checksum = md5(json_encode($this->files) . json_encode($this->getTypes()) . $this->version); + } + + return $this->checksum; + } + + /** + * Create configuration object. + * + * @param array $data + */ + protected function createObject(array $data = []) + { + $this->object = (new BlueprintSchema($data))->setTypes($this->getTypes()); + } + + /** + * Get list of form field types. + * + * @return array + */ + protected function getTypes() + { + return Grav::instance()['plugins']->formFieldTypes ?: []; + } + + /** + * Finalize configuration object. + * + * @return void + */ + protected function finalizeObject() + { + } + + /** + * Load single configuration file and append it to the correct position. + * + * @param string $name Name of the position. + * @param array $files Files to be loaded. + * @return void + */ + protected function loadFile($name, $files) + { + // Load blueprint file. + $blueprint = new Blueprint($files); + + $this->object->embed($name, $blueprint->load()->toArray(), '/', true); + } + + /** + * Load and join all configuration files. + * + * @return bool + * @internal + */ + protected function loadFiles() + { + $this->createObject(); + + // Convert file list into parent list. + $list = []; + /** @var array $files */ + foreach ($this->files as $files) { + foreach ($files as $name => $item) { + $list[$name][] = $this->path . $item['file']; + } + } + + // Load files. + foreach ($list as $name => $files) { + $this->loadFile($name, $files); + } + + $this->finalizeObject(); + + return true; + } + + /** + * @return array + */ + protected function getState() + { + return $this->object->getState(); + } +} diff --git a/system/src/Grav/Common/Config/CompiledConfig.php b/system/src/Grav/Common/Config/CompiledConfig.php new file mode 100644 index 0000000..85bb5e3 --- /dev/null +++ b/system/src/Grav/Common/Config/CompiledConfig.php @@ -0,0 +1,114 @@ +version = 1; + } + + /** + * Set blueprints for the configuration. + * + * @param callable $blueprints + * @return $this + */ + public function setBlueprints(callable $blueprints) + { + $this->callable = $blueprints; + + return $this; + } + + /** + * @param bool $withDefaults + * @return mixed + */ + public function load($withDefaults = false) + { + $this->withDefaults = $withDefaults; + + return parent::load(); + } + + /** + * Create configuration object. + * + * @param array $data + * @return void + */ + protected function createObject(array $data = []) + { + if ($this->withDefaults && empty($data) && is_callable($this->callable)) { + $blueprints = $this->callable; + $data = $blueprints()->getDefaults(); + } + + $this->object = new Config($data, $this->callable); + } + + /** + * Finalize configuration object. + * + * @return void + */ + protected function finalizeObject() + { + $this->object->checksum($this->checksum()); + $this->object->timestamp($this->timestamp()); + } + + /** + * Function gets called when cached configuration is saved. + * + * @return void + */ + public function modified() + { + $this->object->modified(true); + } + + /** + * Load single configuration file and append it to the correct position. + * + * @param string $name Name of the position. + * @param string $filename File to be loaded. + * @return void + */ + protected function loadFile($name, $filename) + { + $file = CompiledYamlFile::instance($filename); + $this->object->join($name, $file->content(), '/'); + $file->free(); + } +} diff --git a/system/src/Grav/Common/Config/CompiledLanguages.php b/system/src/Grav/Common/Config/CompiledLanguages.php new file mode 100644 index 0000000..7e6692c --- /dev/null +++ b/system/src/Grav/Common/Config/CompiledLanguages.php @@ -0,0 +1,83 @@ +version = 1; + } + + /** + * Create configuration object. + * + * @param array $data + * @return void + */ + protected function createObject(array $data = []) + { + $this->object = new Languages($data); + } + + /** + * Finalize configuration object. + * + * @return void + */ + protected function finalizeObject() + { + $this->object->checksum($this->checksum()); + $this->object->timestamp($this->timestamp()); + } + + + /** + * Function gets called when cached configuration is saved. + * + * @return void + */ + public function modified() + { + $this->object->modified(true); + } + + /** + * Load single configuration file and append it to the correct position. + * + * @param string $name Name of the position. + * @param string $filename File to be loaded. + * @return void + */ + protected function loadFile($name, $filename) + { + $file = CompiledYamlFile::instance($filename); + if (preg_match('|languages\.yaml$|', $filename)) { + $this->object->mergeRecursive((array) $file->content()); + } else { + $this->object->mergeRecursive([$name => $file->content()]); + } + $file->free(); + } +} diff --git a/system/src/Grav/Common/Config/Config.php b/system/src/Grav/Common/Config/Config.php new file mode 100644 index 0000000..17eb117 --- /dev/null +++ b/system/src/Grav/Common/Config/Config.php @@ -0,0 +1,156 @@ +key) { + $this->key = md5($this->checksum . $this->timestamp); + } + + return $this->key; + } + + /** + * @param string|null $checksum + * @return string|null + */ + public function checksum($checksum = null) + { + if ($checksum !== null) { + $this->checksum = $checksum; + } + + return $this->checksum; + } + + /** + * @param bool|null $modified + * @return bool + */ + public function modified($modified = null) + { + if ($modified !== null) { + $this->modified = $modified; + } + + return $this->modified; + } + + /** + * @param int|null $timestamp + * @return int + */ + public function timestamp($timestamp = null) + { + if ($timestamp !== null) { + $this->timestamp = $timestamp; + } + + return $this->timestamp; + } + + /** + * @return $this + */ + public function reload() + { + $grav = Grav::instance(); + + // Load new configuration. + $config = ConfigServiceProvider::load($grav); + + /** @var Debugger $debugger */ + $debugger = $grav['debugger']; + + if ($config->modified()) { + // Update current configuration. + $this->items = $config->toArray(); + $this->checksum($config->checksum()); + $this->modified(true); + + $debugger->addMessage('Configuration was changed and saved.'); + } + + return $this; + } + + /** + * @return void + */ + public function debug() + { + /** @var Debugger $debugger */ + $debugger = Grav::instance()['debugger']; + + $debugger->addMessage('Environment Name: ' . $this->environment); + if ($this->modified()) { + $debugger->addMessage('Configuration reloaded and cached.'); + } + } + + /** + * @return void + */ + public function init() + { + $setup = Grav::instance()['setup']->toArray(); + foreach ($setup as $key => $value) { + if ($key === 'streams' || !is_array($value)) { + // Optimized as streams and simple values are fully defined in setup. + $this->items[$key] = $value; + } else { + $this->joinDefaults($key, $value); + } + } + + // Legacy value - Override the media.upload_limit based on PHP values + $this->items['system']['media']['upload_limit'] = Utils::getUploadLimit(); + } + + /** + * @return mixed + * @deprecated 1.5 Use Grav::instance()['languages'] instead. + */ + public function getLanguages() + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.5, use Grav::instance()[\'languages\'] instead', E_USER_DEPRECATED); + + return Grav::instance()['languages']; + } +} diff --git a/system/src/Grav/Common/Config/ConfigFileFinder.php b/system/src/Grav/Common/Config/ConfigFileFinder.php new file mode 100644 index 0000000..6381e48 --- /dev/null +++ b/system/src/Grav/Common/Config/ConfigFileFinder.php @@ -0,0 +1,273 @@ +base = $base ? "{$base}/" : ''; + + return $this; + } + + /** + * Return all locations for all the files with a timestamp. + * + * @param array $paths List of folders to look from. + * @param string $pattern Pattern to match the file. Pattern will also be removed from the key. + * @param int $levels Maximum number of recursive directories. + * @return array + */ + public function locateFiles(array $paths, $pattern = '|\.yaml$|', $levels = -1) + { + $list = []; + foreach ($paths as $folder) { + $list += $this->detectRecursive($folder, $pattern, $levels); + } + + return $list; + } + + /** + * Return all locations for all the files with a timestamp. + * + * @param array $paths List of folders to look from. + * @param string $pattern Pattern to match the file. Pattern will also be removed from the key. + * @param int $levels Maximum number of recursive directories. + * @return array + */ + public function getFiles(array $paths, $pattern = '|\.yaml$|', $levels = -1) + { + $list = []; + foreach ($paths as $folder) { + $path = trim(Folder::getRelativePath($folder), '/'); + + $files = $this->detectRecursive($folder, $pattern, $levels); + + $list += $files[trim($path, '/')]; + } + + return $list; + } + + /** + * Return all paths for all the files with a timestamp. + * + * @param array $paths List of folders to look from. + * @param string $pattern Pattern to match the file. Pattern will also be removed from the key. + * @param int $levels Maximum number of recursive directories. + * @return array + */ + public function listFiles(array $paths, $pattern = '|\.yaml$|', $levels = -1) + { + $list = []; + foreach ($paths as $folder) { + $list = array_merge_recursive($list, $this->detectAll($folder, $pattern, $levels)); + } + + return $list; + } + + /** + * Find filename from a list of folders. + * + * Note: Only finds the last override. + * + * @param string $filename + * @param array $folders + * @return array + */ + public function locateFileInFolder($filename, array $folders) + { + $list = []; + foreach ($folders as $folder) { + $list += $this->detectInFolder($folder, $filename); + } + + return $list; + } + + /** + * Find filename from a list of folders. + * + * @param array $folders + * @param string|null $filename + * @return array + */ + public function locateInFolders(array $folders, $filename = null) + { + $list = []; + foreach ($folders as $folder) { + $path = trim(Folder::getRelativePath($folder), '/'); + $list[$path] = $this->detectInFolder($folder, $filename); + } + + return $list; + } + + /** + * Return all existing locations for a single file with a timestamp. + * + * @param array $paths Filesystem paths to look up from. + * @param string $name Configuration file to be located. + * @param string $ext File extension (optional, defaults to .yaml). + * @return array + */ + public function locateFile(array $paths, $name, $ext = '.yaml') + { + $filename = preg_replace('|[.\/]+|', '/', $name) . $ext; + + $list = []; + foreach ($paths as $folder) { + $path = trim(Folder::getRelativePath($folder), '/'); + + if (is_file("{$folder}/{$filename}")) { + $modified = filemtime("{$folder}/{$filename}"); + } else { + $modified = 0; + } + $basename = $this->base . $name; + $list[$path] = [$basename => ['file' => "{$path}/{$filename}", 'modified' => $modified]]; + } + + return $list; + } + + /** + * Detects all directories with a configuration file and returns them with last modification time. + * + * @param string $folder Location to look up from. + * @param string $pattern Pattern to match the file. Pattern will also be removed from the key. + * @param int $levels Maximum number of recursive directories. + * @return array + * @internal + */ + protected function detectRecursive($folder, $pattern, $levels) + { + $path = trim(Folder::getRelativePath($folder), '/'); + + if (is_dir($folder)) { + // Find all system and user configuration files. + $options = [ + 'levels' => $levels, + 'compare' => 'Filename', + 'pattern' => $pattern, + 'filters' => [ + 'pre-key' => $this->base, + 'key' => $pattern, + 'value' => function (RecursiveDirectoryIterator $file) use ($path) { + return ['file' => "{$path}/{$file->getSubPathname()}", 'modified' => $file->getMTime()]; + } + ], + 'key' => 'SubPathname' + ]; + + $list = Folder::all($folder, $options); + + ksort($list); + } else { + $list = []; + } + + return [$path => $list]; + } + + /** + * Detects all directories with the lookup file and returns them with last modification time. + * + * @param string $folder Location to look up from. + * @param string|null $lookup Filename to be located (defaults to directory name). + * @return array + * @internal + */ + protected function detectInFolder($folder, $lookup = null) + { + $folder = rtrim($folder, '/'); + $path = trim(Folder::getRelativePath($folder), '/'); + $base = $path === $folder ? '' : ($path ? substr($folder, 0, -strlen($path)) : $folder . '/'); + + $list = []; + + if (is_dir($folder)) { + $iterator = new DirectoryIterator($folder); + foreach ($iterator as $directory) { + if (!$directory->isDir() || $directory->isDot()) { + continue; + } + + $name = $directory->getFilename(); + $find = ($lookup ?: $name) . '.yaml'; + $filename = "{$path}/{$name}/{$find}"; + + if (file_exists($base . $filename)) { + $basename = $this->base . $name; + $list[$basename] = ['file' => $filename, 'modified' => filemtime($base . $filename)]; + } + } + } + + return $list; + } + + /** + * Detects all plugins with a configuration file and returns them with last modification time. + * + * @param string $folder Location to look up from. + * @param string $pattern Pattern to match the file. Pattern will also be removed from the key. + * @param int $levels Maximum number of recursive directories. + * @return array + * @internal + */ + protected function detectAll($folder, $pattern, $levels) + { + $path = trim(Folder::getRelativePath($folder), '/'); + + if (is_dir($folder)) { + // Find all system and user configuration files. + $options = [ + 'levels' => $levels, + 'compare' => 'Filename', + 'pattern' => $pattern, + 'filters' => [ + 'pre-key' => $this->base, + 'key' => $pattern, + 'value' => function (RecursiveDirectoryIterator $file) use ($path) { + return ["{$path}/{$file->getSubPathname()}" => $file->getMTime()]; + } + ], + 'key' => 'SubPathname' + ]; + + $list = Folder::all($folder, $options); + + ksort($list); + } else { + $list = []; + } + + return $list; + } +} diff --git a/system/src/Grav/Common/Config/Languages.php b/system/src/Grav/Common/Config/Languages.php new file mode 100644 index 0000000..6152a6a --- /dev/null +++ b/system/src/Grav/Common/Config/Languages.php @@ -0,0 +1,107 @@ +checksum = $checksum; + } + + return $this->checksum; + } + + /** + * @param bool|null $modified + * @return bool + */ + public function modified($modified = null) + { + if ($modified !== null) { + $this->modified = $modified; + } + + return $this->modified; + } + + /** + * @param int|null $timestamp + * @return int + */ + public function timestamp($timestamp = null) + { + if ($timestamp !== null) { + $this->timestamp = $timestamp; + } + + return $this->timestamp; + } + + /** + * @return void + */ + public function reformat() + { + if (isset($this->items['plugins'])) { + $this->items = array_merge_recursive($this->items, $this->items['plugins']); + unset($this->items['plugins']); + } + } + + /** + * @param array $data + * @return void + */ + public function mergeRecursive(array $data) + { + $this->items = Utils::arrayMergeRecursiveUnique($this->items, $data); + } + + /** + * @param string $lang + * @return array + */ + public function flattenByLang($lang) + { + $language = $this->items[$lang]; + return Utils::arrayFlattenDotNotation($language); + } + + /** + * @param array $array + * @return array + */ + public function unflatten($array) + { + return Utils::arrayUnflattenDotNotation($array); + } +} diff --git a/system/src/Grav/Common/Config/Setup.php b/system/src/Grav/Common/Config/Setup.php new file mode 100644 index 0000000..ba9b52f --- /dev/null +++ b/system/src/Grav/Common/Config/Setup.php @@ -0,0 +1,423 @@ + 'unknown', + '127.0.0.1' => 'localhost', + '::1' => 'localhost' + ]; + + /** + * @var string|null Current environment normalized to lower case. + */ + public static $environment; + + /** @var string */ + public static $securityFile = 'config://security.yaml'; + + /** @var array */ + protected $streams = [ + 'user' => [ + 'type' => 'ReadOnlyStream', + 'force' => true, + 'prefixes' => [ + '' => [] // Set in constructor + ] + ], + 'cache' => [ + 'type' => 'Stream', + 'force' => true, + 'prefixes' => [ + '' => [], // Set in constructor + 'images' => ['images'] + ] + ], + 'log' => [ + 'type' => 'Stream', + 'force' => true, + 'prefixes' => [ + '' => [] // Set in constructor + ] + ], + 'tmp' => [ + 'type' => 'Stream', + 'force' => true, + 'prefixes' => [ + '' => [] // Set in constructor + ] + ], + 'backup' => [ + 'type' => 'Stream', + 'force' => true, + 'prefixes' => [ + '' => [] // Set in constructor + ] + ], + 'environment' => [ + 'type' => 'ReadOnlyStream' + // If not defined, environment will be set up in the constructor. + ], + 'system' => [ + 'type' => 'ReadOnlyStream', + 'prefixes' => [ + '' => ['system'], + ] + ], + 'asset' => [ + 'type' => 'Stream', + 'prefixes' => [ + '' => ['assets'], + ] + ], + 'blueprints' => [ + 'type' => 'ReadOnlyStream', + 'prefixes' => [ + '' => ['environment://blueprints', 'user://blueprints', 'system://blueprints'], + ] + ], + 'config' => [ + 'type' => 'ReadOnlyStream', + 'prefixes' => [ + '' => ['environment://config', 'user://config', 'system://config'], + ] + ], + 'plugins' => [ + 'type' => 'ReadOnlyStream', + 'prefixes' => [ + '' => ['user://plugins'], + ] + ], + 'plugin' => [ + 'type' => 'ReadOnlyStream', + 'prefixes' => [ + '' => ['user://plugins'], + ] + ], + 'themes' => [ + 'type' => 'ReadOnlyStream', + 'prefixes' => [ + '' => ['user://themes'], + ] + ], + 'languages' => [ + 'type' => 'ReadOnlyStream', + 'prefixes' => [ + '' => ['environment://languages', 'user://languages', 'system://languages'], + ] + ], + 'image' => [ + 'type' => 'Stream', + 'prefixes' => [ + '' => ['user://images', 'system://images'] + ] + ], + 'page' => [ + 'type' => 'ReadOnlyStream', + 'prefixes' => [ + '' => ['user://pages'] + ] + ], + 'user-data' => [ + 'type' => 'Stream', + 'force' => true, + 'prefixes' => [ + '' => ['user://data'] + ] + ], + 'account' => [ + 'type' => 'ReadOnlyStream', + 'prefixes' => [ + '' => ['user://accounts'] + ] + ], + ]; + + /** + * @param Container|array $container + */ + public function __construct($container) + { + // Configure main streams. + $abs = str_starts_with(GRAV_SYSTEM_PATH, '/'); + $this->streams['system']['prefixes'][''] = $abs ? ['system', GRAV_SYSTEM_PATH] : ['system']; + $this->streams['user']['prefixes'][''] = [GRAV_USER_PATH]; + $this->streams['cache']['prefixes'][''] = [GRAV_CACHE_PATH]; + $this->streams['log']['prefixes'][''] = [GRAV_LOG_PATH]; + $this->streams['tmp']['prefixes'][''] = [GRAV_TMP_PATH]; + $this->streams['backup']['prefixes'][''] = [GRAV_BACKUP_PATH]; + + // If environment is not set, look for the environment variable and then the constant. + $environment = static::$environment ?? + (defined('GRAV_ENVIRONMENT') ? GRAV_ENVIRONMENT : (getenv('GRAV_ENVIRONMENT') ?: null)); + + // If no environment is set, make sure we get one (CLI or hostname). + if (null === $environment) { + if (defined('GRAV_CLI')) { + $request = null; + $uri = null; + $environment = 'cli'; + } else { + /** @var ServerRequestInterface $request */ + $request = $container['request']; + $uri = $request->getUri(); + $environment = $uri->getHost(); + } + } + + // Resolve server aliases to the proper environment. + static::$environment = static::$environments[$environment] ?? $environment; + + // Pre-load setup.php which contains our initial configuration. + // Configuration may contain dynamic parts, which is why we need to always load it. + // If GRAV_SETUP_PATH has been defined, use it, otherwise use defaults. + $setupFile = defined('GRAV_SETUP_PATH') ? GRAV_SETUP_PATH : (getenv('GRAV_SETUP_PATH') ?: null); + if (null !== $setupFile) { + // Make sure that the custom setup file exists. Terminates the script if not. + if (!str_starts_with($setupFile, '/')) { + $setupFile = GRAV_WEBROOT . '/' . $setupFile; + } + if (!is_file($setupFile)) { + echo 'GRAV_SETUP_PATH is defined but does not point to existing setup file.'; + exit(1); + } + } else { + $setupFile = GRAV_WEBROOT . '/setup.php'; + if (!is_file($setupFile)) { + $setupFile = GRAV_WEBROOT . '/' . GRAV_USER_PATH . '/setup.php'; + } + if (!is_file($setupFile)) { + $setupFile = null; + } + } + $setup = $setupFile ? (array) include $setupFile : []; + + // Add default streams defined in beginning of the class. + if (!isset($setup['streams']['schemes'])) { + $setup['streams']['schemes'] = []; + } + $setup['streams']['schemes'] += $this->streams; + + // Initialize class. + parent::__construct($setup); + + $this->def('environment', static::$environment); + + // Figure out path for the current environment. + $envPath = defined('GRAV_ENVIRONMENT_PATH') ? GRAV_ENVIRONMENT_PATH : (getenv('GRAV_ENVIRONMENT_PATH') ?: null); + if (null === $envPath) { + // Find common path for all environments and append current environment into it. + $envPath = defined('GRAV_ENVIRONMENTS_PATH') ? GRAV_ENVIRONMENTS_PATH : (getenv('GRAV_ENVIRONMENTS_PATH') ?: null); + if (null !== $envPath) { + $envPath .= '/'; + } else { + // Use default location. Start with Grav 1.7 default. + $envPath = GRAV_WEBROOT. '/' . GRAV_USER_PATH . '/env'; + if (is_dir($envPath)) { + $envPath = 'user://env/'; + } else { + // Fallback to Grav 1.6 default. + $envPath = 'user://'; + } + } + $envPath .= $this->get('environment'); + } + + // Set up environment. + $this->def('environment', static::$environment); + $this->def('streams.schemes.environment.prefixes', ['' => [$envPath]]); + } + + /** + * @return $this + * @throws RuntimeException + * @throws InvalidArgumentException + */ + public function init() + { + $locator = new UniformResourceLocator(GRAV_WEBROOT); + $files = []; + + $guard = 5; + do { + $check = $files; + $this->initializeLocator($locator); + $files = $locator->findResources('config://streams.yaml'); + + if ($check === $files) { + break; + } + + // Update streams. + foreach (array_reverse($files) as $path) { + $file = CompiledYamlFile::instance($path); + $content = (array)$file->content(); + if (!empty($content['schemes'])) { + $this->items['streams']['schemes'] = $content['schemes'] + $this->items['streams']['schemes']; + } + } + } while (--$guard); + + if (!$guard) { + throw new RuntimeException('Setup: Configuration reload loop detected!'); + } + + // Make sure we have valid setup. + $this->check($locator); + + return $this; + } + + /** + * Initialize resource locator by using the configuration. + * + * @param UniformResourceLocator $locator + * @return void + * @throws BadMethodCallException + */ + public function initializeLocator(UniformResourceLocator $locator) + { + $locator->reset(); + + $schemes = (array) $this->get('streams.schemes', []); + + foreach ($schemes as $scheme => $config) { + if (isset($config['paths'])) { + $locator->addPath($scheme, '', $config['paths']); + } + + $override = $config['override'] ?? false; + $force = $config['force'] ?? false; + + if (isset($config['prefixes'])) { + foreach ((array)$config['prefixes'] as $prefix => $paths) { + $locator->addPath($scheme, $prefix, $paths, $override, $force); + } + } + } + } + + /** + * Get available streams and their types from the configuration. + * + * @return array + */ + public function getStreams() + { + $schemes = []; + foreach ((array) $this->get('streams.schemes') as $scheme => $config) { + $type = $config['type'] ?? 'ReadOnlyStream'; + if ($type[0] !== '\\') { + $type = '\\RocketTheme\\Toolbox\\StreamWrapper\\' . $type; + } + + $schemes[$scheme] = $type; + } + + return $schemes; + } + + /** + * @param UniformResourceLocator $locator + * @return void + * @throws InvalidArgumentException + * @throws BadMethodCallException + * @throws RuntimeException + */ + protected function check(UniformResourceLocator $locator) + { + $streams = $this->items['streams']['schemes'] ?? null; + if (!is_array($streams)) { + throw new InvalidArgumentException('Configuration is missing streams.schemes!'); + } + $diff = array_keys(array_diff_key($this->streams, $streams)); + if ($diff) { + throw new InvalidArgumentException( + sprintf('Configuration is missing keys %s from streams.schemes!', implode(', ', $diff)) + ); + } + + try { + // If environment is found, remove all missing override locations (B/C compatibility). + if ($locator->findResource('environment://', true)) { + $force = $this->get('streams.schemes.environment.force', false); + if (!$force) { + $prefixes = $this->get('streams.schemes.environment.prefixes.'); + $update = false; + foreach ($prefixes as $i => $prefix) { + if ($locator->isStream($prefix)) { + if ($locator->findResource($prefix, true)) { + break; + } + } elseif (file_exists($prefix)) { + break; + } + + unset($prefixes[$i]); + $update = true; + } + + if ($update) { + $this->set('streams.schemes.environment.prefixes', ['' => array_values($prefixes)]); + $this->initializeLocator($locator); + } + } + } + + if (!$locator->findResource('environment://config', true)) { + // If environment does not have its own directory, remove it from the lookup. + $prefixes = $this->get('streams.schemes.environment.prefixes'); + $prefixes['config'] = []; + + $this->set('streams.schemes.environment.prefixes', $prefixes); + $this->initializeLocator($locator); + } + + // Create security.yaml salt if it doesn't exist into existing configuration environment if possible. + $securityFile = Utils::basename(static::$securityFile); + $securityFolder = substr(static::$securityFile, 0, -\strlen($securityFile)); + $securityFolder = $locator->findResource($securityFolder, true) ?: $locator->findResource($securityFolder, true, true); + $filename = "{$securityFolder}/{$securityFile}"; + + $security_file = CompiledYamlFile::instance($filename); + $security_content = (array)$security_file->content(); + + if (!isset($security_content['salt'])) { + $security_content = array_merge($security_content, ['salt' => Utils::generateRandomString(14)]); + $security_file->content($security_content); + $security_file->save(); + $security_file->free(); + } + } catch (RuntimeException $e) { + throw new RuntimeException(sprintf('Grav failed to initialize: %s', $e->getMessage()), 500, $e); + } + } +} diff --git a/system/src/Grav/Common/Data/Blueprint.php b/system/src/Grav/Common/Data/Blueprint.php new file mode 100644 index 0000000..3e84dce --- /dev/null +++ b/system/src/Grav/Common/Data/Blueprint.php @@ -0,0 +1,594 @@ +blueprintSchema) { + $this->blueprintSchema = clone $this->blueprintSchema; + } + } + + /** + * @param string $scope + * @return void + */ + public function setScope($scope) + { + $this->scope = $scope; + } + + /** + * @param object $object + * @return void + */ + public function setObject($object) + { + $this->object = $object; + } + + /** + * Set default values for field types. + * + * @param array $types + * @return $this + */ + public function setTypes(array $types) + { + $this->initInternals(); + + $this->blueprintSchema->setTypes($types); + + return $this; + } + + /** + * @param string $name + * @return array|mixed|null + * @since 1.7 + */ + public function getDefaultValue(string $name) + { + $path = explode('.', $name); + $current = $this->getDefaults(); + + foreach ($path as $field) { + if (is_object($current) && isset($current->{$field})) { + $current = $current->{$field}; + } elseif (is_array($current) && isset($current[$field])) { + $current = $current[$field]; + } else { + return null; + } + } + + return $current; + } + + /** + * Get nested structure containing default values defined in the blueprints. + * + * Fields without default value are ignored in the list. + * + * @return array + */ + public function getDefaults() + { + $this->initInternals(); + + if (null === $this->defaults) { + $this->defaults = $this->blueprintSchema->getDefaults(); + } + + return $this->defaults; + } + + /** + * Initialize blueprints with its dynamic fields. + * + * @return $this + */ + public function init() + { + foreach ($this->dynamic as $key => $data) { + // Locate field. + $path = explode('/', $key); + $current = &$this->items; + + foreach ($path as $field) { + if (is_object($current)) { + // Handle objects. + if (!isset($current->{$field})) { + $current->{$field} = []; + } + + $current = &$current->{$field}; + } else { + // Handle arrays and scalars. + if (!is_array($current)) { + $current = [$field => []]; + } elseif (!isset($current[$field])) { + $current[$field] = []; + } + + $current = &$current[$field]; + } + } + + // Set dynamic property. + foreach ($data as $property => $call) { + $action = $call['action']; + $method = 'dynamic' . ucfirst($action); + $call['object'] = $this->object; + + if (isset($this->handlers[$action])) { + $callable = $this->handlers[$action]; + $callable($current, $property, $call); + } elseif (method_exists($this, $method)) { + $this->{$method}($current, $property, $call); + } + } + } + + return $this; + } + + /** + * Extend blueprint with another blueprint. + * + * @param BlueprintForm|array $extends + * @param bool $append + * @return $this + */ + public function extend($extends, $append = false) + { + parent::extend($extends, $append); + + $this->deepInit($this->items); + + return $this; + } + + /** + * @param string $name + * @param mixed $value + * @param string $separator + * @param bool $append + * @return $this + */ + public function embed($name, $value, $separator = '/', $append = false) + { + parent::embed($name, $value, $separator, $append); + + $this->deepInit($this->items); + + return $this; + } + + /** + * Merge two arrays by using blueprints. + * + * @param array $data1 + * @param array $data2 + * @param string|null $name Optional + * @param string $separator Optional + * @return array + */ + public function mergeData(array $data1, array $data2, $name = null, $separator = '.') + { + $this->initInternals(); + + return $this->blueprintSchema->mergeData($data1, $data2, $name, $separator); + } + + /** + * Process data coming from a form. + * + * @param array $data + * @param array $toggles + * @return array + */ + public function processForm(array $data, array $toggles = []) + { + $this->initInternals(); + + return $this->blueprintSchema->processForm($data, $toggles); + } + + /** + * Return data fields that do not exist in blueprints. + * + * @param array $data + * @param string $prefix + * @return array + */ + public function extra(array $data, $prefix = '') + { + $this->initInternals(); + + return $this->blueprintSchema->extra($data, $prefix); + } + + /** + * Validate data against blueprints. + * + * @param array $data + * @param array $options + * @return void + * @throws RuntimeException + */ + public function validate(array $data, array $options = []) + { + $this->initInternals(); + + $this->blueprintSchema->validate($data, $options); + } + + /** + * Filter data by using blueprints. + * + * @param array $data + * @param bool $missingValuesAsNull + * @param bool $keepEmptyValues + * @return array + */ + public function filter(array $data, bool $missingValuesAsNull = false, bool $keepEmptyValues = false) + { + $this->initInternals(); + + return $this->blueprintSchema->filter($data, $missingValuesAsNull, $keepEmptyValues) ?? []; + } + + + /** + * Flatten data by using blueprints. + * + * @param array $data Data to be flattened. + * @param bool $includeAll True if undefined properties should also be included. + * @param string $name Property which will be flattened, useful for flattening repeating data. + * @return array + */ + public function flattenData(array $data, bool $includeAll = false, string $name = '') + { + $this->initInternals(); + + return $this->blueprintSchema->flattenData($data, $includeAll, $name); + } + + + /** + * Return blueprint data schema. + * + * @return BlueprintSchema + */ + public function schema() + { + $this->initInternals(); + + return $this->blueprintSchema; + } + + /** + * @param string $name + * @param callable $callable + * @return void + */ + public function addDynamicHandler(string $name, callable $callable): void + { + $this->handlers[$name] = $callable; + } + + /** + * Initialize validator. + * + * @return void + */ + protected function initInternals() + { + if (null === $this->blueprintSchema) { + $types = Grav::instance()['plugins']->formFieldTypes; + + $this->blueprintSchema = new BlueprintSchema; + + if ($types) { + $this->blueprintSchema->setTypes($types); + } + + $this->blueprintSchema->embed('', $this->items); + $this->blueprintSchema->init(); + $this->defaults = null; + } + } + + /** + * @param string $filename + * @return array + */ + protected function loadFile($filename) + { + $file = CompiledYamlFile::instance($filename); + $content = (array)$file->content(); + $file->free(); + + return $content; + } + + /** + * @param string|array $path + * @param string|null $context + * @return array + */ + protected function getFiles($path, $context = null) + { + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + + if (is_string($path) && !$locator->isStream($path)) { + if (is_file($path)) { + return [$path]; + } + + // Find path overrides. + if (null === $context) { + $paths = (array) ($this->overrides[$path] ?? null); + } else { + $paths = []; + } + + // Add path pointing to default context. + if ($context === null) { + $context = $this->context; + } + + if ($context && $context[strlen($context)-1] !== '/') { + $context .= '/'; + } + + $path = $context . $path; + + if (!preg_match('/\.yaml$/', $path)) { + $path .= '.yaml'; + } + + $paths[] = $path; + } else { + $paths = (array) $path; + } + + $files = []; + foreach ($paths as $lookup) { + if (is_string($lookup) && strpos($lookup, '://')) { + $files = array_merge($files, $locator->findResources($lookup)); + } else { + $files[] = $lookup; + } + } + + return array_values(array_unique($files)); + } + + /** + * @param array $field + * @param string $property + * @param array $call + * @return void + */ + protected function dynamicData(array &$field, $property, array &$call) + { + $params = $call['params']; + + if (is_array($params)) { + $function = array_shift($params); + } else { + $function = $params; + $params = []; + } + + [$o, $f] = explode('::', $function, 2); + + $data = null; + if (!$f) { + if (function_exists($o)) { + $data = call_user_func_array($o, $params); + } + } else { + if (method_exists($o, $f)) { + $data = call_user_func_array([$o, $f], $params); + } + } + + // If function returns a value, + if (null !== $data) { + if (is_array($data) && isset($field[$property]) && is_array($field[$property])) { + // Combine field and @data-field together. + $field[$property] += $data; + } else { + // Or create/replace field with @data-field. + $field[$property] = $data; + } + } + } + + /** + * @param array $field + * @param string $property + * @param array $call + * @return void + */ + protected function dynamicConfig(array &$field, $property, array &$call) + { + $params = $call['params']; + if (is_array($params)) { + $value = array_shift($params); + $params = array_shift($params); + } else { + $value = $params; + $params = []; + } + + $default = $field[$property] ?? null; + $config = Grav::instance()['config']->get($value, $default); + if (!empty($field['value_only'])) { + $config = array_combine($config, $config); + } + + if (null !== $config) { + if (!empty($params['append']) && is_array($config) && isset($field[$property]) && is_array($field[$property])) { + // Combine field and @config-field together. + $field[$property] += $config; + } else { + // Or create/replace field with @config-field. + $field[$property] = $config; + } + } + } + + /** + * @param array $field + * @param string $property + * @param array $call + * @return void + */ + protected function dynamicSecurity(array &$field, $property, array &$call) + { + if ($property || !empty($field['validate']['ignore'])) { + return; + } + + $grav = Grav::instance(); + $actions = (array)$call['params']; + + /** @var UserInterface|null $user */ + $user = $grav['user'] ?? null; + $success = null !== $user; + if ($success) { + $success = $this->resolveActions($user, $actions); + } + if (!$success) { + static::addPropertyRecursive($field, 'validate', ['ignore' => true]); + } + } + + /** + * @param UserInterface|null $user + * @param array $actions + * @param string $op + * @return bool + */ + protected function resolveActions(?UserInterface $user, array $actions, string $op = 'and') + { + if (null === $user) { + return false; + } + + $c = $i = count($actions); + foreach ($actions as $key => $action) { + if (!is_int($key) && is_array($actions)) { + $i -= $this->resolveActions($user, $action, $key); + } elseif ($user->authorize($action)) { + $i--; + } + } + + if ($op === 'and') { + return $i === 0; + } + + return $c !== $i; + } + + /** + * @param array $field + * @param string $property + * @param array $call + * @return void + */ + protected function dynamicScope(array &$field, $property, array &$call) + { + if ($property && $property !== 'ignore') { + return; + } + + $scopes = (array)$call['params']; + $matches = in_array($this->scope, $scopes, true); + if ($this->scope && $property !== 'ignore') { + $matches = !$matches; + } + + if ($matches) { + static::addPropertyRecursive($field, 'validate', ['ignore' => true]); + return; + } + } + + /** + * @param array $field + * @param string $property + * @param mixed $value + * @return void + */ + public static function addPropertyRecursive(array &$field, $property, $value) + { + if (is_array($value) && isset($field[$property]) && is_array($field[$property])) { + $field[$property] = array_merge_recursive($field[$property], $value); + } else { + $field[$property] = $value; + } + + if (!empty($field['fields'])) { + foreach ($field['fields'] as $key => &$child) { + static::addPropertyRecursive($child, $property, $value); + } + } + } +} diff --git a/system/src/Grav/Common/Data/BlueprintSchema.php b/system/src/Grav/Common/Data/BlueprintSchema.php new file mode 100644 index 0000000..1408cb6 --- /dev/null +++ b/system/src/Grav/Common/Data/BlueprintSchema.php @@ -0,0 +1,429 @@ + true, 'xss_check' => true]; + + /** @var array */ + protected $ignoreFormKeys = [ + 'title' => true, + 'help' => true, + 'placeholder' => true, + 'placeholder_key' => true, + 'placeholder_value' => true, + 'fields' => true + ]; + + /** + * @return array + */ + public function getTypes() + { + return $this->types; + } + + /** + * @param string $name + * @return array + */ + public function getType($name) + { + return $this->types[$name] ?? []; + } + + /** + * @param string $name + * @return array|null + */ + public function getNestedRules(string $name) + { + return $this->getNested($name); + } + + /** + * Validate data against blueprints. + * + * @param array $data + * @param array $options + * @return void + * @throws RuntimeException + */ + public function validate(array $data, array $options = []) + { + try { + $validation = $this->items['']['form']['validation'] ?? 'loose'; + $messages = $this->validateArray($data, $this->nested, $validation === 'strict', $options['xss_check'] ?? true); + } catch (RuntimeException $e) { + throw (new ValidationException($e->getMessage(), $e->getCode(), $e))->setMessages(); + } + + if (!empty($messages)) { + throw (new ValidationException('', 400))->setMessages($messages); + } + } + + /** + * @param array $data + * @param array $toggles + * @return array + */ + public function processForm(array $data, array $toggles = []) + { + return $this->processFormRecursive($data, $toggles, $this->nested) ?? []; + } + + /** + * Filter data by using blueprints. + * + * @param array $data Incoming data, for example from a form. + * @param bool $missingValuesAsNull Include missing values as nulls. + * @param bool $keepEmptyValues Include empty values. + * @return array + */ + public function filter(array $data, $missingValuesAsNull = false, $keepEmptyValues = false) + { + $this->buildIgnoreNested($this->nested); + + return $this->filterArray($data, $this->nested, '', $missingValuesAsNull, $keepEmptyValues) ?? []; + } + + /** + * Flatten data by using blueprints. + * + * @param array $data Data to be flattened. + * @param bool $includeAll True if undefined properties should also be included. + * @param string $name Property which will be flattened, useful for flattening repeating data. + * @return array + */ + public function flattenData(array $data, bool $includeAll = false, string $name = '') + { + $prefix = $name !== '' ? $name . '.' : ''; + + $list = []; + if ($includeAll) { + $items = $name !== '' ? $this->getProperty($name)['fields'] ?? [] : $this->items; + foreach ($items as $key => $rules) { + $type = $rules['type'] ?? ''; + $ignore = (bool) array_filter((array)($rules['validate']['ignore'] ?? [])) ?? false; + if (!str_starts_with($type, '_') && !str_contains($key, '*') && $ignore !== true) { + $list[$prefix . $key] = null; + } + } + } + + $nested = $this->getNestedRules($name); + + return array_replace($list, $this->flattenArray($data, $nested, $prefix)); + } + + /** + * @param array $data + * @param array $rules + * @param string $prefix + * @return array + */ + protected function flattenArray(array $data, array $rules, string $prefix) + { + $array = []; + + foreach ($data as $key => $field) { + $val = $rules[$key] ?? $rules['*'] ?? null; + $rule = is_string($val) ? $this->items[$val] : null; + + if ($rule || isset($val['*'])) { + // Item has been defined in blueprints. + $array[$prefix.$key] = $field; + } elseif (is_array($field) && is_array($val)) { + // Array has been defined in blueprints. + $array += $this->flattenArray($field, $val, $prefix . $key . '.'); + } else { + // Undefined/extra item. + $array[$prefix.$key] = $field; + } + } + + return $array; + } + + /** + * @param array $data + * @param array $rules + * @param bool $strict + * @param bool $xss + * @return array + * @throws RuntimeException + */ + protected function validateArray(array $data, array $rules, bool $strict, bool $xss = true) + { + $messages = $this->checkRequired($data, $rules); + + foreach ($data as $key => $child) { + $val = $rules[$key] ?? $rules['*'] ?? null; + $rule = is_string($val) ? $this->items[$val] : null; + $checkXss = $xss; + + if ($rule) { + // Item has been defined in blueprints. + if (!empty($rule['disabled']) || !empty($rule['validate']['ignore'])) { + // Skip validation in the ignored field. + continue; + } + + $messages += Validation::validate($child, $rule); + + } elseif (is_array($child) && is_array($val)) { + // Array has been defined in blueprints. + $messages += $this->validateArray($child, $val, $strict); + $checkXss = false; + + } elseif ($strict) { + // Undefined/extra item in strict mode. + /** @var Config $config */ + $config = Grav::instance()['config']; + if (!$config->get('system.strict_mode.blueprint_strict_compat', true)) { + throw new RuntimeException(sprintf('%s is not defined in blueprints', $key), 400); + } + + user_error(sprintf('Having extra key %s in your data is deprecated with blueprint having \'validation: strict\'', $key), E_USER_DEPRECATED); + } + + if ($checkXss) { + $messages += Validation::checkSafety($child, $rule ?: ['name' => $key]); + } + } + + return $messages; + } + + /** + * @param array $data + * @param array $rules + * @param string $parent + * @param bool $missingValuesAsNull + * @param bool $keepEmptyValues + * @return array|null + */ + protected function filterArray(array $data, array $rules, string $parent, bool $missingValuesAsNull, bool $keepEmptyValues) + { + $results = []; + + foreach ($data as $key => $field) { + $val = $rules[$key] ?? $rules['*'] ?? null; + $rule = is_string($val) ? $this->items[$val] : $this->items[$parent . $key] ?? null; + + if (!empty($rule['disabled']) || !empty($rule['validate']['ignore'])) { + // Skip any data in the ignored field. + unset($results[$key]); + continue; + } + + if (null === $field) { + if ($missingValuesAsNull) { + $results[$key] = null; + } else { + unset($results[$key]); + } + continue; + } + + $isParent = isset($val['*']); + $type = $rule['type'] ?? null; + + if (!$isParent && $type && $type !== '_parent') { + $field = Validation::filter($field, $rule); + } elseif (is_array($field) && is_array($val)) { + // Array has been defined in blueprints. + $k = $isParent ? '*' : $key; + $field = $this->filterArray($field, $val, $parent . $k . '.', $missingValuesAsNull, $keepEmptyValues); + + if (null === $field) { + // Nested parent has no values. + unset($results[$key]); + continue; + } + } elseif (isset($rules['validation']) && $rules['validation'] === 'strict') { + // Skip any extra data. + continue; + } + + if ($keepEmptyValues || (null !== $field && (!is_array($field) || !empty($field)))) { + $results[$key] = $field; + } + } + + return $results ?: null; + } + + /** + * @param array $nested + * @param string $parent + * @return bool + */ + protected function buildIgnoreNested(array $nested, $parent = '') + { + $ignore = true; + foreach ($nested as $key => $val) { + $key = $parent . $key; + if (is_array($val)) { + $ignore = $this->buildIgnoreNested($val, $key . '.') && $ignore; // Keep the order! + } else { + $child = $this->items[$key] ?? null; + $ignore = $ignore && (!$child || !empty($child['disabled']) || !empty($child['validate']['ignore'])); + } + } + if ($ignore) { + $key = trim($parent, '.'); + $this->items[$key]['validate']['ignore'] = true; + } + + return $ignore; + } + + /** + * @param array|null $data + * @param array $toggles + * @param array $nested + * @return array|null + */ + protected function processFormRecursive(?array $data, array $toggles, array $nested) + { + foreach ($nested as $key => $value) { + if ($key === '') { + continue; + } + if ($key === '*') { + // TODO: Add support to collections. + continue; + } + if (is_array($value)) { + // Special toggle handling for all the nested data. + $toggle = $toggles[$key] ?? []; + if (!is_array($toggle)) { + if (!$toggle) { + $data[$key] = null; + + continue; + } + + $toggle = []; + } + // Recursively fetch the items. + $childData = $data[$key] ?? null; + if (null !== $childData && !is_array($childData)) { + throw new \RuntimeException(sprintf("Bad form data for field collection '%s': %s used instead of an array", $key, gettype($childData))); + } + $data[$key] = $this->processFormRecursive($data[$key] ?? null, $toggle, $value); + } else { + $field = $this->get($value); + // Do not add the field if: + if ( + // Not an input field + !$field + // Field has been disabled + || !empty($field['disabled']) + // Field validation is set to be ignored + || !empty($field['validate']['ignore']) + // Field is overridable and the toggle is turned off + || (!empty($field['overridable']) && empty($toggles[$key])) + ) { + continue; + } + if (!isset($data[$key])) { + $data[$key] = null; + } + } + } + + return $data; + } + + /** + * @param array $data + * @param array $fields + * @return array + */ + protected function checkRequired(array $data, array $fields) + { + $messages = []; + + foreach ($fields as $name => $field) { + if (!is_string($field)) { + continue; + } + + $field = $this->items[$field]; + + // Skip ignored field, it will not be required. + if (!empty($field['disabled']) || !empty($field['validate']['ignore'])) { + continue; + } + + // Skip overridable fields without value. + // TODO: We need better overridable support, which is not just ignoring required values but also looking if defaults are good. + if (!empty($field['overridable']) && !isset($data[$name])) { + continue; + } + + // Check if required. + if (isset($field['validate']['required']) + && $field['validate']['required'] === true) { + if (isset($data[$name])) { + continue; + } + if ($field['type'] === 'file' && isset($data['data']['name'][$name])) { //handle case of file input fields required + continue; + } + + $value = $field['label'] ?? $field['name']; + $language = Grav::instance()['language']; + $message = sprintf($language->translate('GRAV.FORM.MISSING_REQUIRED_FIELD', null, true) . ' %s', $language->translate($value)); + $messages[$field['name']][] = $message; + } + } + + return $messages; + } + + /** + * @param array $field + * @param string $property + * @param array $call + * @return void + */ + protected function dynamicConfig(array &$field, $property, array &$call) + { + $value = $call['params']; + + $default = $field[$property] ?? null; + $config = Grav::instance()['config']->get($value, $default); + + if (null !== $config) { + $field[$property] = $config; + } + } +} diff --git a/system/src/Grav/Common/Data/Blueprints.php b/system/src/Grav/Common/Data/Blueprints.php new file mode 100644 index 0000000..5534a19 --- /dev/null +++ b/system/src/Grav/Common/Data/Blueprints.php @@ -0,0 +1,121 @@ +search = $search; + } + + /** + * Get blueprint. + * + * @param string $type Blueprint type. + * @return Blueprint + * @throws RuntimeException + */ + public function get($type) + { + if (!isset($this->instances[$type])) { + $blueprint = $this->loadFile($type); + $this->instances[$type] = $blueprint; + } + + return $this->instances[$type]; + } + + /** + * Get all available blueprint types. + * + * @return array List of type=>name + */ + public function types() + { + if ($this->types === null) { + $this->types = []; + + $grav = Grav::instance(); + + /** @var UniformResourceLocator $locator */ + $locator = $grav['locator']; + + // Get stream / directory iterator. + if ($locator->isStream($this->search)) { + $iterator = $locator->getIterator($this->search); + } else { + $iterator = new DirectoryIterator($this->search); + } + + foreach ($iterator as $file) { + if (!$file->isFile() || '.' . $file->getExtension() !== YAML_EXT) { + continue; + } + $name = $file->getBasename(YAML_EXT); + $this->types[$name] = ucfirst(str_replace('_', ' ', $name)); + } + } + + return $this->types; + } + + + /** + * Load blueprint file. + * + * @param string $name Name of the blueprint. + * @return Blueprint + */ + protected function loadFile($name) + { + $blueprint = new Blueprint($name); + + if (is_array($this->search) || is_object($this->search)) { + // Page types. + $blueprint->setOverrides($this->search); + $blueprint->setContext('blueprints://pages'); + } else { + $blueprint->setContext($this->search); + } + + try { + $blueprint->load()->init(); + } catch (RuntimeException $e) { + $log = Grav::instance()['log']; + $log->error(sprintf('Blueprint %s cannot be loaded: %s', $name, $e->getMessage())); + + throw $e; + } + + return $blueprint; + } +} diff --git a/system/src/Grav/Common/Data/Data.php b/system/src/Grav/Common/Data/Data.php new file mode 100644 index 0000000..95944b2 --- /dev/null +++ b/system/src/Grav/Common/Data/Data.php @@ -0,0 +1,343 @@ +items = $items; + if (null !== $blueprints) { + $this->blueprints = $blueprints; + } + } + + /** + * @param bool $value + * @return $this + */ + public function setKeepEmptyValues(bool $value) + { + $this->keepEmptyValues = $value; + + return $this; + } + + /** + * @param bool $value + * @return $this + */ + public function setMissingValuesAsNull(bool $value) + { + $this->missingValuesAsNull = $value; + + return $this; + } + + /** + * Get value by using dot notation for nested arrays/objects. + * + * @example $value = $data->value('this.is.my.nested.variable'); + * + * @param string $name Dot separated path to the requested value. + * @param mixed $default Default value (or null). + * @param string $separator Separator, defaults to '.' + * @return mixed Value. + */ + public function value($name, $default = null, $separator = '.') + { + return $this->get($name, $default, $separator); + } + + /** + * Join nested values together by using blueprints. + * + * @param string $name Dot separated path to the requested value. + * @param mixed $value Value to be joined. + * @param string $separator Separator, defaults to '.' + * @return $this + * @throws RuntimeException + */ + public function join($name, $value, $separator = '.') + { + $old = $this->get($name, null, $separator); + if ($old !== null) { + if (!is_array($old)) { + throw new RuntimeException('Value ' . $old); + } + + if (is_object($value)) { + $value = (array) $value; + } elseif (!is_array($value)) { + throw new RuntimeException('Value ' . $value); + } + + $value = $this->blueprints()->mergeData($old, $value, $name, $separator); + } + + $this->set($name, $value, $separator); + + return $this; + } + + /** + * Get nested structure containing default values defined in the blueprints. + * + * Fields without default value are ignored in the list. + + * @return array + */ + public function getDefaults() + { + return $this->blueprints()->getDefaults(); + } + + /** + * Set default values by using blueprints. + * + * @param string $name Dot separated path to the requested value. + * @param mixed $value Value to be joined. + * @param string $separator Separator, defaults to '.' + * @return $this + */ + public function joinDefaults($name, $value, $separator = '.') + { + if (is_object($value)) { + $value = (array) $value; + } + + $old = $this->get($name, null, $separator); + if ($old !== null) { + $value = $this->blueprints()->mergeData($value, $old, $name, $separator); + } + + $this->set($name, $value, $separator); + + return $this; + } + + /** + * Get value from the configuration and join it with given data. + * + * @param string $name Dot separated path to the requested value. + * @param array|object $value Value to be joined. + * @param string $separator Separator, defaults to '.' + * @return array + * @throws RuntimeException + */ + public function getJoined($name, $value, $separator = '.') + { + if (is_object($value)) { + $value = (array) $value; + } elseif (!is_array($value)) { + throw new RuntimeException('Value ' . $value); + } + + $old = $this->get($name, null, $separator); + + if ($old === null) { + // No value set; no need to join data. + return $value; + } + + if (!is_array($old)) { + throw new RuntimeException('Value ' . $old); + } + + // Return joined data. + return $this->blueprints()->mergeData($old, $value, $name, $separator); + } + + + /** + * Merge two configurations together. + * + * @param array $data + * @return $this + */ + public function merge(array $data) + { + $this->items = $this->blueprints()->mergeData($this->items, $data); + + return $this; + } + + /** + * Set default values to the configuration if variables were not set. + * + * @param array $data + * @return $this + */ + public function setDefaults(array $data) + { + $this->items = $this->blueprints()->mergeData($data, $this->items); + + return $this; + } + + /** + * Validate by blueprints. + * + * @return $this + * @throws Exception + */ + public function validate() + { + $this->blueprints()->validate($this->items); + + return $this; + } + + /** + * @return $this + */ + public function filter() + { + $args = func_get_args(); + $missingValuesAsNull = (bool)(array_shift($args) ?? $this->missingValuesAsNull); + $keepEmptyValues = (bool)(array_shift($args) ?? $this->keepEmptyValues); + + $this->items = $this->blueprints()->filter($this->items, $missingValuesAsNull, $keepEmptyValues); + + return $this; + } + + /** + * Get extra items which haven't been defined in blueprints. + * + * @return array + */ + public function extra() + { + return $this->blueprints()->extra($this->items); + } + + /** + * Return blueprints. + * + * @return Blueprint + */ + public function blueprints() + { + if (null === $this->blueprints) { + $this->blueprints = new Blueprint(); + } elseif (is_callable($this->blueprints)) { + // Lazy load blueprints. + $blueprints = $this->blueprints; + $this->blueprints = $blueprints(); + } + + return $this->blueprints; + } + + /** + * Save data if storage has been defined. + * + * @return void + * @throws RuntimeException + */ + public function save() + { + $file = $this->file(); + if ($file) { + $file->save($this->items); + } + } + + /** + * Returns whether the data already exists in the storage. + * + * NOTE: This method does not check if the data is current. + * + * @return bool + */ + public function exists() + { + $file = $this->file(); + + return $file && $file->exists(); + } + + /** + * Return unmodified data as raw string. + * + * NOTE: This function only returns data which has been saved to the storage. + * + * @return string + */ + public function raw() + { + $file = $this->file(); + + return $file ? $file->raw() : ''; + } + + /** + * Set or get the data storage. + * + * @param FileInterface|null $storage Optionally enter a new storage. + * @return FileInterface|null + */ + public function file(FileInterface $storage = null) + { + if ($storage) { + $this->storage = $storage; + } + + return $this->storage; + } + + /** + * @return array + */ + #[\ReturnTypeWillChange] + public function jsonSerialize() + { + return $this->items; + } +} diff --git a/system/src/Grav/Common/Data/DataInterface.php b/system/src/Grav/Common/Data/DataInterface.php new file mode 100644 index 0000000..52469b1 --- /dev/null +++ b/system/src/Grav/Common/Data/DataInterface.php @@ -0,0 +1,84 @@ +value('this.is.my.nested.variable'); + * + * @param string $name Dot separated path to the requested value. + * @param mixed $default Default value (or null). + * @param string $separator Separator, defaults to '.' + * @return mixed Value. + */ + public function value($name, $default = null, $separator = '.'); + + /** + * Merge external data. + * + * @param array $data + * @return mixed + */ + public function merge(array $data); + + /** + * Return blueprints. + * + * @return Blueprint + */ + public function blueprints(); + + /** + * Validate by blueprints. + * + * @return $this + * @throws Exception + */ + public function validate(); + + /** + * Filter all items by using blueprints. + * + * @return $this + */ + public function filter(); + + /** + * Get extra items which haven't been defined in blueprints. + * + * @return array + */ + public function extra(); + + /** + * Save data into the file. + * + * @return void + */ + public function save(); + + /** + * Set or get the data storage. + * + * @param FileInterface|null $storage Optionally enter a new storage. + * @return FileInterface + */ + public function file(FileInterface $storage = null); +} diff --git a/system/src/Grav/Common/Data/Validation.php b/system/src/Grav/Common/Data/Validation.php new file mode 100644 index 0000000..d0f5bff --- /dev/null +++ b/system/src/Grav/Common/Data/Validation.php @@ -0,0 +1,1236 @@ +translate($field['validate']['message']) + : $language->translate('GRAV.FORM.INVALID_INPUT') . ' "' . $language->translate($name) . '"'; + + + // Validate type with fallback type text. + $method = 'type' . str_replace('-', '_', $type); + + // If this is a YAML field validate/filter as such + if (isset($field['yaml']) && $field['yaml'] === true) { + $method = 'typeYaml'; + } + + $messages = []; + + $success = method_exists(__CLASS__, $method) ? self::$method($value, $validate, $field) : true; + if (!$success) { + $messages[$field['name']][] = $message; + } + + // Check individual rules. + foreach ($validate as $rule => $params) { + $method = 'validate' . ucfirst(str_replace('-', '_', $rule)); + + if (method_exists(__CLASS__, $method)) { + $success = self::$method($value, $params); + + if (!$success) { + $messages[$field['name']][] = $message; + } + } + } + + return $messages; + } + + /** + * @param mixed $value + * @param array $field + * @return array + */ + public static function checkSafety($value, array $field) + { + $messages = []; + + $type = $field['validate']['type'] ?? $field['type'] ?? 'text'; + $options = $field['xss_check'] ?? []; + if ($options === false || $type === 'unset') { + return $messages; + } + if (!is_array($options)) { + $options = []; + } + + $name = ucfirst($field['label'] ?? $field['name'] ?? 'UNKNOWN'); + + /** @var UserInterface $user */ + $user = Grav::instance()['user'] ?? null; + /** @var Config $config */ + $config = Grav::instance()['config']; + + $xss_whitelist = $config->get('security.xss_whitelist', 'admin.super'); + + // Get language class. + /** @var Language $language */ + $language = Grav::instance()['language']; + + if (!static::authorize($xss_whitelist, $user)) { + $defaults = Security::getXssDefaults(); + $options += $defaults; + $options['enabled_rules'] += $defaults['enabled_rules']; + if (!empty($options['safe_protocols'])) { + $options['invalid_protocols'] = array_diff($options['invalid_protocols'], $options['safe_protocols']); + } + if (!empty($options['safe_tags'])) { + $options['dangerous_tags'] = array_diff($options['dangerous_tags'], $options['safe_tags']); + } + + if (is_string($value)) { + $violation = Security::detectXss($value, $options); + if ($violation) { + $messages[$name][] = $language->translate(['GRAV.FORM.XSS_ISSUES', $language->translate($name)], null, true); + } + } elseif (is_array($value)) { + $violations = Security::detectXssFromArray($value, "{$name}.", $options); + if ($violations) { + $messages[$name][] = $language->translate(['GRAV.FORM.XSS_ISSUES', $language->translate($name)], null, true); + } + } + } + + return $messages; + } + + /** + * Checks user authorisation to the action. + * + * @param string|string[] $action + * @param UserInterface|null $user + * @return bool + */ + public static function authorize($action, UserInterface $user = null) + { + if (!$user) { + return false; + } + + $action = (array)$action; + foreach ($action as $a) { + // Ignore 'admin.super' if it's not the only value to be checked. + if ($a === 'admin.super' && count($action) > 1 && $user instanceof FlexObjectInterface) { + continue; + } + + if ($user->authorize($a)) { + return true; + } + } + + return false; + } + + /** + * Filter value against a blueprint field definition. + * + * @param mixed $value + * @param array $field + * @return mixed Filtered value. + */ + public static function filter($value, array $field) + { + $validate = (array)($field['filter'] ?? $field['validate'] ?? null); + + // If value isn't required, we will return null if empty value is given. + if (($value === null || $value === '') && empty($validate['required'])) { + return null; + } + + if (!isset($field['type'])) { + $field['type'] = 'text'; + } + $type = $field['filter']['type'] ?? $field['validate']['type'] ?? $field['type']; + + $method = 'filter' . ucfirst(str_replace('-', '_', $type)); + + // If this is a YAML field validate/filter as such + if (isset($field['yaml']) && $field['yaml'] === true) { + $method = 'filterYaml'; + } + + if (!method_exists(__CLASS__, $method)) { + $method = isset($field['array']) && $field['array'] === true ? 'filterArray' : 'filterText'; + } + + return self::$method($value, $validate, $field); + } + + /** + * HTML5 input: text + * + * @param mixed $value Value to be validated. + * @param array $params Validation parameters. + * @param array $field Blueprint for the field. + * @return bool True if validation succeeded. + */ + public static function typeText($value, array $params, array $field) + { + if (!is_string($value) && !is_numeric($value)) { + return false; + } + + $value = (string)$value; + + if (!empty($params['trim'])) { + $value = trim($value); + } + + $value = preg_replace("/\r\n|\r/um", "\n", $value); + $len = mb_strlen($value); + + $min = (int)($params['min'] ?? 0); + if ($min && $len < $min) { + return false; + } + + $multiline = isset($params['multiline']) && $params['multiline']; + + $max = (int)($params['max'] ?? ($multiline ? 65536 : 2048)); + if ($max && $len > $max) { + return false; + } + + $step = (int)($params['step'] ?? 0); + if ($step && ($len - $min) % $step === 0) { + return false; + } + + if (!$multiline && preg_match('/\R/um', $value)) { + return false; + } + + return true; + } + + /** + * @param mixed $value + * @param array $params + * @param array $field + * @return string + */ + protected static function filterText($value, array $params, array $field) + { + if (!is_string($value) && !is_numeric($value)) { + return ''; + } + + $value = (string)$value; + + if (!empty($params['trim'])) { + $value = trim($value); + } + + return preg_replace("/\r\n|\r/um", "\n", $value); + } + + /** + * @param mixed $value + * @param array $params + * @param array $field + * @return string|null + */ + protected static function filterCheckbox($value, array $params, array $field) + { + $value = (string)$value; + $field_value = (string)($field['value'] ?? '1'); + + return $value === $field_value ? $value : null; + } + + /** + * @param mixed $value + * @param array $params + * @param array $field + * @return array|array[]|false|string[] + */ + protected static function filterCommaList($value, array $params, array $field) + { + return is_array($value) ? $value : preg_split('/\s*,\s*/', $value, -1, PREG_SPLIT_NO_EMPTY); + } + + /** + * @param mixed $value + * @param array $params + * @param array $field + * @return bool + */ + public static function typeCommaList($value, array $params, array $field) + { + if (!isset($params['max'])) { + $params['max'] = 2048; + } + + return is_array($value) ? true : self::typeText($value, $params, $field); + } + + /** + * @param mixed $value + * @param array $params + * @param array $field + * @return array|array[]|false|string[] + */ + protected static function filterLines($value, array $params, array $field) + { + return is_array($value) ? $value : preg_split('/\s*[\r\n]+\s*/', $value, -1, PREG_SPLIT_NO_EMPTY); + } + + /** + * @param mixed $value + * @param array $params + * @return string + */ + protected static function filterLower($value, array $params) + { + return mb_strtolower($value); + } + + /** + * @param mixed $value + * @param array $params + * @return string + */ + protected static function filterUpper($value, array $params) + { + return mb_strtoupper($value); + } + + + /** + * HTML5 input: textarea + * + * @param mixed $value Value to be validated. + * @param array $params Validation parameters. + * @param array $field Blueprint for the field. + * @return bool True if validation succeeded. + */ + public static function typeTextarea($value, array $params, array $field) + { + if (!isset($params['multiline'])) { + $params['multiline'] = true; + } + + return self::typeText($value, $params, $field); + } + + /** + * HTML5 input: password + * + * @param mixed $value Value to be validated. + * @param array $params Validation parameters. + * @param array $field Blueprint for the field. + * @return bool True if validation succeeded. + */ + public static function typePassword($value, array $params, array $field) + { + if (!isset($params['max'])) { + $params['max'] = 256; + } + + return self::typeText($value, $params, $field); + } + + /** + * HTML5 input: hidden + * + * @param mixed $value Value to be validated. + * @param array $params Validation parameters. + * @param array $field Blueprint for the field. + * @return bool True if validation succeeded. + */ + public static function typeHidden($value, array $params, array $field) + { + return self::typeText($value, $params, $field); + } + + /** + * Custom input: checkbox list + * + * @param mixed $value Value to be validated. + * @param array $params Validation parameters. + * @param array $field Blueprint for the field. + * @return bool True if validation succeeded. + */ + public static function typeCheckboxes($value, array $params, array $field) + { + // Set multiple: true so checkboxes can easily use min/max counts to control number of options required + $field['multiple'] = true; + + return self::typeArray((array) $value, $params, $field); + } + + /** + * @param mixed $value + * @param array $params + * @param array $field + * @return array|null + */ + protected static function filterCheckboxes($value, array $params, array $field) + { + return self::filterArray($value, $params, $field); + } + + /** + * HTML5 input: checkbox + * + * @param mixed $value Value to be validated. + * @param array $params Validation parameters. + * @param array $field Blueprint for the field. + * @return bool True if validation succeeded. + */ + public static function typeCheckbox($value, array $params, array $field) + { + $value = (string)$value; + $field_value = (string)($field['value'] ?? '1'); + + return $value === $field_value; + } + + /** + * HTML5 input: radio + * + * @param mixed $value Value to be validated. + * @param array $params Validation parameters. + * @param array $field Blueprint for the field. + * @return bool True if validation succeeded. + */ + public static function typeRadio($value, array $params, array $field) + { + return self::typeArray((array) $value, $params, $field); + } + + /** + * Custom input: toggle + * + * @param mixed $value Value to be validated. + * @param array $params Validation parameters. + * @param array $field Blueprint for the field. + * @return bool True if validation succeeded. + */ + public static function typeToggle($value, array $params, array $field) + { + if (is_bool($value)) { + $value = (int)$value; + } + + return self::typeArray((array) $value, $params, $field); + } + + /** + * Custom input: file + * + * @param mixed $value Value to be validated. + * @param array $params Validation parameters. + * @param array $field Blueprint for the field. + * @return bool True if validation succeeded. + */ + public static function typeFile($value, array $params, array $field) + { + return self::typeArray((array)$value, $params, $field); + } + + /** + * @param mixed $value + * @param array $params + * @param array $field + * @return array + */ + protected static function filterFile($value, array $params, array $field) + { + return (array)$value; + } + + /** + * HTML5 input: select + * + * @param mixed $value Value to be validated. + * @param array $params Validation parameters. + * @param array $field Blueprint for the field. + * @return bool True if validation succeeded. + */ + public static function typeSelect($value, array $params, array $field) + { + return self::typeArray((array) $value, $params, $field); + } + + /** + * HTML5 input: number + * + * @param mixed $value Value to be validated. + * @param array $params Validation parameters. + * @param array $field Blueprint for the field. + * @return bool True if validation succeeded. + */ + public static function typeNumber($value, array $params, array $field) + { + if (!is_numeric($value)) { + return false; + } + + $value = (float)$value; + + $min = 0; + if (isset($params['min'])) { + $min = (float)$params['min']; + if ($value < $min) { + return false; + } + } + + if (isset($params['max'])) { + $max = (float)$params['max']; + if ($value > $max) { + return false; + } + } + + if (isset($params['step'])) { + $step = (float)$params['step']; + // Count of how many steps we are above/below the minimum value. + $pos = ($value - $min) / $step; + $pos = round($pos, 10); + return is_int(static::filterNumber($pos, $params, $field)); + } + + return true; + } + + /** + * @param mixed $value + * @param array $params + * @param array $field + * @return float|int + */ + protected static function filterNumber($value, array $params, array $field) + { + return (string)(int)$value !== (string)(float)$value ? (float)$value : (int)$value; + } + + /** + * @param mixed $value + * @param array $params + * @param array $field + * @return string + */ + protected static function filterDateTime($value, array $params, array $field) + { + $format = Grav::instance()['config']->get('system.pages.dateformat.default'); + if ($format) { + $converted = new DateTime($value); + return $converted->format($format); + } + return $value; + } + + /** + * HTML5 input: range + * + * @param mixed $value Value to be validated. + * @param array $params Validation parameters. + * @param array $field Blueprint for the field. + * @return bool True if validation succeeded. + */ + public static function typeRange($value, array $params, array $field) + { + return self::typeNumber($value, $params, $field); + } + + /** + * @param mixed $value + * @param array $params + * @param array $field + * @return float|int + */ + protected static function filterRange($value, array $params, array $field) + { + return self::filterNumber($value, $params, $field); + } + + /** + * HTML5 input: color + * + * @param mixed $value Value to be validated. + * @param array $params Validation parameters. + * @param array $field Blueprint for the field. + * @return bool True if validation succeeded. + */ + public static function typeColor($value, array $params, array $field) + { + return (bool)preg_match('/^\#[0-9a-fA-F]{3}[0-9a-fA-F]{3}?$/u', $value); + } + + /** + * HTML5 input: email + * + * @param mixed $value Value to be validated. + * @param array $params Validation parameters. + * @param array $field Blueprint for the field. + * @return bool True if validation succeeded. + */ + public static function typeEmail($value, array $params, array $field) + { + if (empty($value)) { + return false; + } + + if (!isset($params['max'])) { + $params['max'] = 320; + } + + $values = !is_array($value) ? explode(',', preg_replace('/\s+/', '', $value)) : $value; + + foreach ($values as $val) { + if (!(self::typeText($val, $params, $field) && strpos($val, '@', 1))) { + return false; + } + } + + return true; + } + + /** + * HTML5 input: url + * + * @param mixed $value Value to be validated. + * @param array $params Validation parameters. + * @param array $field Blueprint for the field. + * @return bool True if validation succeeded. + */ + public static function typeUrl($value, array $params, array $field) + { + if (!isset($params['max'])) { + $params['max'] = 2048; + } + + return self::typeText($value, $params, $field) && filter_var($value, FILTER_VALIDATE_URL); + } + + /** + * HTML5 input: datetime + * + * @param mixed $value Value to be validated. + * @param array $params Validation parameters. + * @param array $field Blueprint for the field. + * @return bool True if validation succeeded. + */ + public static function typeDatetime($value, array $params, array $field) + { + if ($value instanceof DateTime) { + return true; + } + if (!is_string($value)) { + return false; + } + if (!isset($params['format'])) { + return false !== strtotime($value); + } + + $dateFromFormat = DateTime::createFromFormat($params['format'], $value); + + return $dateFromFormat && $value === date($params['format'], $dateFromFormat->getTimestamp()); + } + + /** + * HTML5 input: datetime-local + * + * @param mixed $value Value to be validated. + * @param array $params Validation parameters. + * @param array $field Blueprint for the field. + * @return bool True if validation succeeded. + */ + public static function typeDatetimeLocal($value, array $params, array $field) + { + return self::typeDatetime($value, $params, $field); + } + + /** + * HTML5 input: date + * + * @param mixed $value Value to be validated. + * @param array $params Validation parameters. + * @param array $field Blueprint for the field. + * @return bool True if validation succeeded. + */ + public static function typeDate($value, array $params, array $field) + { + if (!isset($params['format'])) { + $params['format'] = 'Y-m-d'; + } + + return self::typeDatetime($value, $params, $field); + } + + /** + * HTML5 input: time + * + * @param mixed $value Value to be validated. + * @param array $params Validation parameters. + * @param array $field Blueprint for the field. + * @return bool True if validation succeeded. + */ + public static function typeTime($value, array $params, array $field) + { + if (!isset($params['format'])) { + $params['format'] = 'H:i'; + } + + return self::typeDatetime($value, $params, $field); + } + + /** + * HTML5 input: month + * + * @param mixed $value Value to be validated. + * @param array $params Validation parameters. + * @param array $field Blueprint for the field. + * @return bool True if validation succeeded. + */ + public static function typeMonth($value, array $params, array $field) + { + if (!isset($params['format'])) { + $params['format'] = 'Y-m'; + } + + return self::typeDatetime($value, $params, $field); + } + + /** + * HTML5 input: week + * + * @param mixed $value Value to be validated. + * @param array $params Validation parameters. + * @param array $field Blueprint for the field. + * @return bool True if validation succeeded. + */ + public static function typeWeek($value, array $params, array $field) + { + if (!isset($params['format']) && !preg_match('/^\d{4}-W\d{2}$/u', $value)) { + return false; + } + + return self::typeDatetime($value, $params, $field); + } + + /** + * Custom input: array + * + * @param mixed $value Value to be validated. + * @param array $params Validation parameters. + * @param array $field Blueprint for the field. + * @return bool True if validation succeeded. + */ + public static function typeArray($value, array $params, array $field) + { + if (!is_array($value)) { + return false; + } + + if (isset($field['multiple'])) { + if (isset($params['min']) && count($value) < $params['min']) { + return false; + } + + if (isset($params['max']) && count($value) > $params['max']) { + return false; + } + + $min = $params['min'] ?? 0; + if (isset($params['step']) && (count($value) - $min) % $params['step'] === 0) { + return false; + } + } + + // If creating new values is allowed, no further checks are needed. + $validateOptions = $field['validate']['options'] ?? null; + if (!empty($field['selectize']['create']) || $validateOptions === 'ignore') { + return true; + } + + $options = $field['options'] ?? []; + $use = $field['use'] ?? 'values'; + + if ($validateOptions) { + // Use custom options structure. + foreach ($options as &$option) { + $option = $option[$validateOptions] ?? null; + } + unset($option); + $options = array_values($options); + } elseif (empty($field['selectize']) || empty($field['multiple'])) { + $options = array_keys($options); + } + if ($use === 'keys') { + $value = array_keys($value); + } + + return !($options && array_diff($value, $options)); + } + + /** + * @param mixed $value + * @param array $params + * @param array $field + * @return array|null + */ + protected static function filterFlatten_array($value, $params, $field) + { + $value = static::filterArray($value, $params, $field); + + return is_array($value) ? Utils::arrayUnflattenDotNotation($value) : null; + } + + /** + * @param mixed $value + * @param array $params + * @param array $field + * @return array|null + */ + protected static function filterArray($value, $params, $field) + { + $values = (array) $value; + $options = isset($field['options']) ? array_keys($field['options']) : []; + $multi = $field['multiple'] ?? false; + + if (count($values) === 1 && isset($values[0]) && $values[0] === '') { + return null; + } + + + if ($options) { + $useKey = isset($field['use']) && $field['use'] === 'keys'; + foreach ($values as $key => $val) { + $values[$key] = $useKey ? (bool) $val : $val; + } + } + + if ($multi) { + foreach ($values as $key => $val) { + if (is_array($val)) { + $val = implode(',', $val); + $values[$key] = array_map('trim', explode(',', $val)); + } else { + $values[$key] = trim($val); + } + } + } + + $ignoreEmpty = isset($field['ignore_empty']) && Utils::isPositive($field['ignore_empty']); + $valueType = $params['value_type'] ?? null; + $keyType = $params['key_type'] ?? null; + if ($ignoreEmpty || $valueType || $keyType) { + $values = static::arrayFilterRecurse($values, ['value_type' => $valueType, 'key_type' => $keyType, 'ignore_empty' => $ignoreEmpty]); + } + + return $values; + } + + /** + * @param array $values + * @param array $params + * @return array + */ + protected static function arrayFilterRecurse(array $values, array $params): array + { + foreach ($values as $key => &$val) { + if ($params['key_type']) { + switch ($params['key_type']) { + case 'int': + $result = is_int($key); + break; + case 'string': + $result = is_string($key); + break; + default: + $result = false; + } + if (!$result) { + unset($values[$key]); + } + } + if (is_array($val)) { + $val = static::arrayFilterRecurse($val, $params); + if ($params['ignore_empty'] && empty($val)) { + unset($values[$key]); + } + } else { + if ($params['value_type'] && $val !== '' && $val !== null) { + switch ($params['value_type']) { + case 'bool': + if (Utils::isPositive($val)) { + $val = true; + } elseif (Utils::isNegative($val)) { + $val = false; + } else { + // Ignore invalid bool values. + $val = null; + } + break; + case 'int': + $val = (int)$val; + break; + case 'float': + $val = (float)$val; + break; + case 'string': + $val = (string)$val; + break; + case 'trim': + $val = trim($val); + break; + } + } + + if ($params['ignore_empty'] && ($val === '' || $val === null)) { + unset($values[$key]); + } + } + } + + return $values; + } + + /** + * @param mixed $value + * @param array $params + * @param array $field + * @return bool + */ + public static function typeList($value, array $params, array $field) + { + if (!is_array($value)) { + return false; + } + + if (isset($field['fields'])) { + foreach ($value as $key => $item) { + foreach ($field['fields'] as $subKey => $subField) { + $subKey = trim($subKey, '.'); + $subValue = $item[$subKey] ?? null; + self::validate($subValue, $subField); + } + } + } + + return true; + } + + /** + * @param mixed $value + * @param array $params + * @param array $field + * @return array + */ + protected static function filterList($value, array $params, array $field) + { + return (array) $value; + } + + /** + * @param mixed $value + * @param array $params + * @return array + */ + public static function filterYaml($value, $params) + { + if (!is_string($value)) { + return $value; + } + + return (array) Yaml::parse($value); + } + + /** + * Custom input: ignore (will not validate) + * + * @param mixed $value Value to be validated. + * @param array $params Validation parameters. + * @param array $field Blueprint for the field. + * @return bool True if validation succeeded. + */ + public static function typeIgnore($value, array $params, array $field) + { + return true; + } + + /** + * @param mixed $value + * @param array $params + * @param array $field + * @return mixed + */ + public static function filterIgnore($value, array $params, array $field) + { + return $value; + } + + /** + * Input value which can be ignored. + * + * @param mixed $value Value to be validated. + * @param array $params Validation parameters. + * @param array $field Blueprint for the field. + * @return bool True if validation succeeded. + */ + public static function typeUnset($value, array $params, array $field) + { + return true; + } + + /** + * @param mixed $value + * @param array $params + * @param array $field + * @return null + */ + public static function filterUnset($value, array $params, array $field) + { + return null; + } + + // HTML5 attributes (min, max and range are handled inside the types) + + /** + * @param mixed $value + * @param bool $params + * @return bool + */ + public static function validateRequired($value, $params) + { + if (is_scalar($value)) { + return (bool) $params !== true || $value !== ''; + } + + return (bool) $params !== true || !empty($value); + } + + /** + * @param mixed $value + * @param string $params + * @return bool + */ + public static function validatePattern($value, $params) + { + return (bool) preg_match("`^{$params}$`u", $value); + } + + // Internal types + + /** + * @param mixed $value + * @param mixed $params + * @return bool + */ + public static function validateAlpha($value, $params) + { + return ctype_alpha($value); + } + + /** + * @param mixed $value + * @param mixed $params + * @return bool + */ + public static function validateAlnum($value, $params) + { + return ctype_alnum($value); + } + + /** + * @param mixed $value + * @param mixed $params + * @return bool + */ + public static function typeBool($value, $params) + { + return is_bool($value) || $value == 1 || $value == 0; + } + + /** + * @param mixed $value + * @param mixed $params + * @return bool + */ + public static function validateBool($value, $params) + { + return is_bool($value) || $value == 1 || $value == 0; + } + + /** + * @param mixed $value + * @param mixed $params + * @return bool + */ + protected static function filterBool($value, $params) + { + return (bool) $value; + } + + /** + * @param mixed $value + * @param mixed $params + * @return bool + */ + public static function validateDigit($value, $params) + { + return ctype_digit($value); + } + + /** + * @param mixed $value + * @param mixed $params + * @return bool + */ + public static function validateFloat($value, $params) + { + return is_float(filter_var($value, FILTER_VALIDATE_FLOAT)); + } + + /** + * @param mixed $value + * @param mixed $params + * @return float + */ + protected static function filterFloat($value, $params) + { + return (float) $value; + } + + /** + * @param mixed $value + * @param mixed $params + * @return bool + */ + public static function validateHex($value, $params) + { + return ctype_xdigit($value); + } + + /** + * Custom input: int + * + * @param mixed $value Value to be validated. + * @param array $params Validation parameters. + * @param array $field Blueprint for the field. + * @return bool True if validation succeeded. + */ + public static function typeInt($value, array $params, array $field) + { + $params['step'] = max(1, (int)($params['step'] ?? 0)); + + return self::typeNumber($value, $params, $field); + } + + /** + * @param mixed $value + * @param mixed $params + * @return bool + */ + public static function validateInt($value, $params) + { + return is_numeric($value) && (int)$value == $value; + } + + /** + * @param mixed $value + * @param mixed $params + * @return int + */ + protected static function filterInt($value, $params) + { + return (int)$value; + } + + /** + * @param mixed $value + * @param mixed $params + * @return bool + */ + public static function validateArray($value, $params) + { + return is_array($value) || ($value instanceof ArrayAccess && $value instanceof Traversable && $value instanceof Countable); + } + + /** + * @param mixed $value + * @param mixed $params + * @return array + */ + public static function filterItem_List($value, $params) + { + return array_values(array_filter($value, static function ($v) { + return !empty($v); + })); + } + + /** + * @param mixed $value + * @param mixed $params + * @return bool + */ + public static function validateJson($value, $params) + { + return (bool) (@json_decode($value)); + } +} diff --git a/system/src/Grav/Common/Data/ValidationException.php b/system/src/Grav/Common/Data/ValidationException.php new file mode 100644 index 0000000..72570a1 --- /dev/null +++ b/system/src/Grav/Common/Data/ValidationException.php @@ -0,0 +1,67 @@ +messages = $messages; + + $language = Grav::instance()['language']; + $this->message = $language->translate('GRAV.FORM.VALIDATION_FAIL', null, true) . ' ' . $this->message; + + foreach ($messages as $list) { + $list = array_unique($list); + foreach ($list as $message) { + $this->message .= '
' . htmlspecialchars($message, ENT_QUOTES | ENT_HTML5, 'UTF-8'); + } + } + + return $this; + } + + public function setSimpleMessage(bool $escape = true): void + { + $first = reset($this->messages); + $message = reset($first); + + $this->message = $escape ? htmlspecialchars($message, ENT_QUOTES | ENT_HTML5, 'UTF-8') : $message; + } + + /** + * @return array + */ + public function getMessages(): array + { + return $this->messages; + } + + public function jsonSerialize(): array + { + return ['validation' => $this->messages]; + } +} diff --git a/system/src/Grav/Common/Debugger.php b/system/src/Grav/Common/Debugger.php new file mode 100644 index 0000000..6d412c3 --- /dev/null +++ b/system/src/Grav/Common/Debugger.php @@ -0,0 +1,1148 @@ +currentTime = microtime(true); + + if (!defined('GRAV_REQUEST_TIME')) { + define('GRAV_REQUEST_TIME', $this->currentTime); + } + + $this->requestTime = $_SERVER['REQUEST_TIME_FLOAT'] ?? GRAV_REQUEST_TIME; + + // Set deprecation collector. + $this->setErrorHandler(); + } + + /** + * @return Clockwork|null + */ + public function getClockwork(): ?Clockwork + { + return $this->enabled ? $this->clockwork : null; + } + + /** + * Initialize the debugger + * + * @return $this + * @throws DebugBarException + */ + public function init() + { + if ($this->initialized) { + return $this; + } + + $this->grav = Grav::instance(); + $this->config = $this->grav['config']; + + // Enable/disable debugger based on configuration. + $this->enabled = (bool)$this->config->get('system.debugger.enabled'); + $this->censored = (bool)$this->config->get('system.debugger.censored', false); + + if ($this->enabled) { + $this->initialized = true; + + $clockwork = $debugbar = null; + + switch ($this->config->get('system.debugger.provider', 'debugbar')) { + case 'clockwork': + $this->clockwork = $clockwork = new Clockwork(); + break; + default: + $this->debugbar = $debugbar = new DebugBar(); + } + + $plugins_config = (array)$this->config->get('plugins'); + ksort($plugins_config); + + if ($clockwork) { + $log = $this->grav['log']; + $clockwork->setStorage(new FileStorage('cache://clockwork')); + if (extension_loaded('xdebug')) { + $clockwork->addDataSource(new XdebugDataSource()); + } + if ($log instanceof Logger) { + $clockwork->addDataSource(new MonologDataSource($log)); + } + + $timeline = $clockwork->timeline(); + if ($this->requestTime !== GRAV_REQUEST_TIME) { + $event = $timeline->event('Server'); + $event->finalize($this->requestTime, GRAV_REQUEST_TIME); + } + if ($this->currentTime !== GRAV_REQUEST_TIME) { + $event = $timeline->event('Loading'); + $event->finalize(GRAV_REQUEST_TIME, $this->currentTime); + } + $event = $timeline->event('Site Setup'); + $event->finalize($this->currentTime, microtime(true)); + } + + if ($this->censored) { + $censored = ['CENSORED' => true]; + } + + if ($debugbar) { + $debugbar->addCollector(new PhpInfoCollector()); + $debugbar->addCollector(new MessagesCollector()); + if (!$this->censored) { + $debugbar->addCollector(new RequestDataCollector()); + } + $debugbar->addCollector(new TimeDataCollector($this->requestTime)); + $debugbar->addCollector(new MemoryCollector()); + $debugbar->addCollector(new ExceptionsCollector()); + $debugbar->addCollector(new ConfigCollector($censored ?? (array)$this->config->get('system'), 'Config')); + $debugbar->addCollector(new ConfigCollector($censored ?? $plugins_config, 'Plugins')); + $debugbar->addCollector(new ConfigCollector($this->config->get('streams.schemes'), 'Streams')); + + if ($this->requestTime !== GRAV_REQUEST_TIME) { + $debugbar['time']->addMeasure('Server', $debugbar['time']->getRequestStartTime(), GRAV_REQUEST_TIME); + } + if ($this->currentTime !== GRAV_REQUEST_TIME) { + $debugbar['time']->addMeasure('Loading', GRAV_REQUEST_TIME, $this->currentTime); + } + $debugbar['time']->addMeasure('Site Setup', $this->currentTime, microtime(true)); + } + + $this->addMessage('Grav v' . GRAV_VERSION . ' - PHP ' . PHP_VERSION); + $this->config->debug(); + + if ($clockwork) { + $clockwork->info('System Configuration', $censored ?? $this->config->get('system')); + $clockwork->info('Plugins Configuration', $censored ?? $plugins_config); + $clockwork->info('Streams', $this->config->get('streams.schemes')); + } + } + + return $this; + } + + public function finalize(): void + { + if ($this->clockwork && $this->enabled) { + $this->stopProfiling('Profiler Analysis'); + $this->addMeasures(); + + $deprecations = $this->getDeprecations(); + $count = count($deprecations); + if (!$count) { + return; + } + + /** @var UserData $userData */ + $userData = $this->clockwork->userData('Deprecated'); + $userData->counters([ + 'Deprecated' => count($deprecations) + ]); + /* + foreach ($deprecations as &$deprecation) { + $d = $deprecation; + unset($d['message']); + $this->clockwork->log('deprecated', $deprecation['message'], $d); + } + unset($deprecation); + */ + + $userData->table('Your site is using following deprecated features', $deprecations); + } + } + + public function logRequest(ServerRequestInterface $request, ResponseInterface $response): ResponseInterface + { + if (!$this->enabled || !$this->clockwork) { + return $response; + } + + $clockwork = $this->clockwork; + + $this->finalize(); + + $clockwork->timeline()->finalize($request->getAttribute('request_time')); + + if ($this->censored) { + $censored = 'CENSORED'; + $request = $request + ->withCookieParams([$censored => '']) + ->withUploadedFiles([]) + ->withHeader('cookie', $censored); + $request = $request->withParsedBody([$censored => '']); + } + + $clockwork->addDataSource(new PsrMessageDataSource($request, $response)); + + $clockwork->resolveRequest(); + $clockwork->storeRequest(); + + $clockworkRequest = $clockwork->getRequest(); + + $response = $response + ->withHeader('X-Clockwork-Id', $clockworkRequest->id) + ->withHeader('X-Clockwork-Version', $clockwork::VERSION); + + $response = $response->withHeader('X-Clockwork-Path', Utils::url('/__clockwork/')); + + return $response->withHeader('Server-Timing', ServerTiming::fromRequest($clockworkRequest)->value()); + } + + + public function debuggerRequest(RequestInterface $request): Response + { + $clockwork = $this->clockwork; + + $headers = [ + 'Content-Type' => 'application/json', + 'Grav-Internal-SkipShutdown' => 1 + ]; + + $path = $request->getUri()->getPath(); + $clockworkDataUri = '#/__clockwork(?:/(?[0-9-]+))?(?:/(?(?:previous|next)))?(?:/(?\d+))?#'; + if (preg_match($clockworkDataUri, $path, $matches) === false) { + $response = ['message' => 'Bad Input']; + + return new Response(400, $headers, json_encode($response)); + } + + $id = $matches['id'] ?? null; + $direction = $matches['direction'] ?? 'latest'; + $count = $matches['count'] ?? null; + + $storage = $clockwork->getStorage(); + + if ($direction === 'previous') { + $data = $storage->previous($id, $count); + } elseif ($direction === 'next') { + $data = $storage->next($id, $count); + } elseif ($direction === 'latest' || $id === 'latest') { + $data = $storage->latest(); + } else { + $data = $storage->find($id); + } + + if (preg_match('#(?[0-9-]+|latest)/extended#', $path)) { + $clockwork->extendRequest($data); + } + + if (!$data) { + $response = ['message' => 'Not Found']; + + return new Response(404, $headers, json_encode($response)); + } + + $data = is_array($data) ? array_map(static function ($item) { + return $item->toArray(); + }, $data) : $data->toArray(); + + return new Response(200, $headers, json_encode($data)); + } + + /** + * @return void + */ + protected function addMeasures(): void + { + if (!$this->enabled) { + return; + } + + $nowTime = microtime(true); + $clkTimeLine = $this->clockwork ? $this->clockwork->timeline() : null; + $debTimeLine = $this->debugbar ? $this->debugbar['time'] : null; + foreach ($this->timers as $name => $data) { + $description = $data[0]; + $startTime = $data[1] ?? null; + $endTime = $data[2] ?? $nowTime; + if ($clkTimeLine) { + $event = $clkTimeLine->event($description); + $event->finalize($startTime, $endTime); + } elseif ($debTimeLine) { + if ($endTime - $startTime < 0.001) { + continue; + } + + $debTimeLine->addMeasure($description ?? $name, $startTime, $endTime); + } + } + $this->timers = []; + } + + /** + * Set/get the enabled state of the debugger + * + * @param bool|null $state If null, the method returns the enabled value. If set, the method sets the enabled state + * @return bool + */ + public function enabled($state = null) + { + if ($state !== null) { + $this->enabled = (bool)$state; + } + + return $this->enabled; + } + + /** + * Add the debugger assets to the Grav Assets + * + * @return $this + */ + public function addAssets() + { + if ($this->enabled) { + // Only add assets if Page is HTML + $page = $this->grav['page']; + if ($page->templateFormat() !== 'html') { + return $this; + } + + /** @var Assets $assets */ + $assets = $this->grav['assets']; + + // Clockwork specific assets + if ($this->clockwork) { + if ($this->config->get('plugins.clockwork-web.enabled')) { + $route = Utils::url($this->grav['config']->get('plugins.clockwork-web.route')); + } else { + $route = 'https://github.com/getgrav/grav-plugin-clockwork-web'; + } + $assets->addCss('/system/assets/debugger/clockwork.css'); + $assets->addJs('/system/assets/debugger/clockwork.js', [ + 'id' => 'clockwork-script', + 'data-route' => $route + ]); + } + + + // Debugbar specific assets + if ($this->debugbar) { + // Add jquery library + $assets->add('jquery', 101); + + $this->renderer = $this->debugbar->getJavascriptRenderer(); + $this->renderer->setIncludeVendors(false); + + [$css_files, $js_files] = $this->renderer->getAssets(null, JavascriptRenderer::RELATIVE_URL); + + foreach ((array)$css_files as $css) { + $assets->addCss($css); + } + + $assets->addCss('/system/assets/debugger/phpdebugbar.css', ['loading' => 'inline']); + + foreach ((array)$js_files as $js) { + $assets->addJs($js); + } + } + } + + return $this; + } + + /** + * @param int $limit + * @return array + */ + public function getCaller($limit = 2) + { + $trace = debug_backtrace(false, $limit); + + return array_pop($trace); + } + + /** + * Adds a data collector + * + * @param DataCollectorInterface $collector + * @return $this + * @throws DebugBarException + */ + public function addCollector($collector) + { + if ($this->debugbar && !$this->debugbar->hasCollector($collector->getName())) { + $this->debugbar->addCollector($collector); + } + + return $this; + } + + /** + * Returns a data collector + * + * @param string $name + * @return DataCollectorInterface|null + * @throws DebugBarException + */ + public function getCollector($name) + { + if ($this->debugbar && $this->debugbar->hasCollector($name)) { + return $this->debugbar->getCollector($name); + } + + return null; + } + + /** + * Displays the debug bar + * + * @return $this + */ + public function render() + { + if ($this->enabled && $this->debugbar) { + // Only add assets if Page is HTML + $page = $this->grav['page']; + if (!$this->renderer || $page->templateFormat() !== 'html') { + return $this; + } + + $this->addMeasures(); + $this->addDeprecations(); + + echo $this->renderer->render(); + } + + return $this; + } + + /** + * Sends the data through the HTTP headers + * + * @return $this + */ + public function sendDataInHeaders() + { + if ($this->enabled && $this->debugbar) { + $this->addMeasures(); + $this->addDeprecations(); + $this->debugbar->sendDataInHeaders(); + } + + return $this; + } + + /** + * Returns collected debugger data. + * + * @return array|null + */ + public function getData() + { + if (!$this->enabled || !$this->debugbar) { + return null; + } + + $this->addMeasures(); + $this->addDeprecations(); + $this->timers = []; + + return $this->debugbar->getData(); + } + + /** + * Hierarchical Profiler support. + * + * @param callable $callable + * @param string|null $message + * @return mixed + */ + public function profile(callable $callable, string $message = null) + { + $this->startProfiling(); + $response = $callable(); + $this->stopProfiling($message); + + return $response; + } + + public function addTwigProfiler(Environment $twig): void + { + $clockwork = $this->getClockwork(); + if ($clockwork) { + $source = new TwigClockworkDataSource($twig); + $source->listenToEvents(); + $clockwork->addDataSource($source); + } + } + + /** + * Start profiling code. + * + * @return void + */ + public function startProfiling(): void + { + if ($this->enabled && extension_loaded('tideways_xhprof')) { + $this->profiling++; + if ($this->profiling === 1) { + // @phpstan-ignore-next-line + \tideways_xhprof_enable(TIDEWAYS_XHPROF_FLAGS_NO_BUILTINS); + } + } + } + + /** + * Stop profiling code. Returns profiling array or null if profiling couldn't be done. + * + * @param string|null $message + * @return array|null + */ + public function stopProfiling(string $message = null): ?array + { + $timings = null; + if ($this->enabled && extension_loaded('tideways_xhprof')) { + $profiling = $this->profiling - 1; + if ($profiling === 0) { + // @phpstan-ignore-next-line + $timings = \tideways_xhprof_disable(); + $timings = $this->buildProfilerTimings($timings); + + if ($this->clockwork) { + /** @var UserData $userData */ + $userData = $this->clockwork->userData('Profiler'); + $userData->counters([ + 'Calls' => count($timings) + ]); + $userData->table('Profiler', $timings); + } else { + $this->addMessage($message ?? 'Profiler Analysis', 'debug', $timings); + } + } + $this->profiling = max(0, $profiling); + } + + return $timings; + } + + /** + * @param array $timings + * @return array + */ + protected function buildProfilerTimings(array $timings): array + { + // Filter method calls which take almost no time. + $timings = array_filter($timings, function ($value) { + return $value['wt'] > 50; + }); + + uasort($timings, function (array $a, array $b) { + return $b['wt'] <=> $a['wt']; + }); + + $table = []; + foreach ($timings as $key => $timing) { + $parts = explode('==>', $key); + $method = $this->parseProfilerCall(array_pop($parts)); + $context = $this->parseProfilerCall(array_pop($parts)); + + // Skip redundant method calls. + if ($context === 'Grav\Framework\RequestHandler\RequestHandler::handle()') { + continue; + } + + // Do not profile library calls. + if (strpos($context, 'Grav\\') !== 0) { + continue; + } + + $table[] = [ + 'Context' => $context, + 'Method' => $method, + 'Calls' => $timing['ct'], + 'Time (ms)' => $timing['wt'] / 1000, + ]; + } + + return $table; + } + + /** + * @param string|null $call + * @return mixed|string|null + */ + protected function parseProfilerCall(?string $call) + { + if (null === $call) { + return ''; + } + if (strpos($call, '@')) { + [$call,] = explode('@', $call); + } + if (strpos($call, '::')) { + [$class, $call] = explode('::', $call); + } + + if (!isset($class)) { + return $call; + } + + // It is also possible to display twig files, but they are being logged in views. + /* + if (strpos($class, '__TwigTemplate_') === 0 && class_exists($class)) { + $env = new Environment(); + / ** @var Template $template * / + $template = new $class($env); + + return $template->getTemplateName(); + } + */ + + return "{$class}::{$call}()"; + } + + /** + * Start a timer with an associated name and description + * + * @param string $name + * @param string|null $description + * @return $this + */ + public function startTimer($name, $description = null) + { + $this->timers[$name] = [$description, microtime(true)]; + + return $this; + } + + /** + * Stop the named timer + * + * @param string $name + * @return $this + */ + public function stopTimer($name) + { + if (isset($this->timers[$name])) { + $endTime = microtime(true); + $this->timers[$name][] = $endTime; + } + + return $this; + } + + /** + * Dump variables into the Messages tab of the Debug Bar + * + * @param mixed $message + * @param string $label + * @param mixed|bool $isString + * @return $this + */ + public function addMessage($message, $label = 'info', $isString = true) + { + if ($this->enabled) { + if ($this->censored) { + if (!is_scalar($message)) { + $message = 'CENSORED'; + } + if (!is_scalar($isString)) { + $isString = ['CENSORED']; + } + } + + if ($this->debugbar) { + if (is_array($isString)) { + $message = $isString; + $isString = false; + } elseif (is_string($isString)) { + $message = $isString; + $isString = true; + } + $this->debugbar['messages']->addMessage($message, $label, $isString); + } + + if ($this->clockwork) { + $context = $isString; + if (!is_scalar($message)) { + $context = $message; + $message = gettype($context); + } + if (is_bool($context)) { + $context = []; + } elseif (!is_array($context)) { + $type = gettype($context); + $context = [$type => $context]; + } + + $this->clockwork->log($label, $message, $context); + } + } + + return $this; + } + + /** + * @param string $name + * @param object $event + * @param EventDispatcherInterface $dispatcher + * @param float|null $time + * @return $this + */ + public function addEvent(string $name, $event, EventDispatcherInterface $dispatcher, float $time = null) + { + if ($this->enabled && $this->clockwork) { + $time = $time ?? microtime(true); + $duration = (microtime(true) - $time) * 1000; + + $data = null; + if ($event && method_exists($event, '__debugInfo')) { + $data = $event; + } + + $listeners = []; + foreach ($dispatcher->getListeners($name) as $listener) { + $listeners[] = $this->resolveCallable($listener); + } + + $this->clockwork->addEvent($name, $data, $time, ['listeners' => $listeners, 'duration' => $duration]); + } + + return $this; + } + + /** + * Dump exception into the Messages tab of the Debug Bar + * + * @param Throwable $e + * @return Debugger + */ + public function addException(Throwable $e) + { + if ($this->initialized && $this->enabled) { + if ($this->debugbar) { + $this->debugbar['exceptions']->addThrowable($e); + } + + if ($this->clockwork) { + /** @var UserData $exceptions */ + $exceptions = $this->clockwork->userData('Exceptions'); + $exceptions->data(['message' => $e->getMessage()]); + + $this->clockwork->alert($e->getMessage(), ['exception' => $e]); + } + } + + return $this; + } + + /** + * @return void + */ + public function setErrorHandler() + { + $this->errorHandler = set_error_handler( + [$this, 'deprecatedErrorHandler'] + ); + } + + /** + * @param int $errno + * @param string $errstr + * @param string $errfile + * @param int $errline + * @return bool + */ + public function deprecatedErrorHandler($errno, $errstr, $errfile, $errline) + { + if ($errno !== E_USER_DEPRECATED && $errno !== E_DEPRECATED) { + if ($this->errorHandler) { + return call_user_func($this->errorHandler, $errno, $errstr, $errfile, $errline); + } + + return true; + } + + if (!$this->enabled) { + return true; + } + + // Figure out error scope from the error. + $scope = 'unknown'; + if (stripos($errstr, 'grav') !== false) { + $scope = 'grav'; + } elseif (strpos($errfile, '/twig/') !== false) { + $scope = 'twig'; + // TODO: remove when upgrading to Twig 2+ + if (str_contains($errstr, '#[\ReturnTypeWillChange]') || str_contains($errstr, 'Passing null to parameter')) { + return true; + } + } elseif (stripos($errfile, '/yaml/') !== false) { + $scope = 'yaml'; + } elseif (strpos($errfile, '/vendor/') !== false) { + $scope = 'vendor'; + } + + // Clean up backtrace to make it more useful. + $backtrace = debug_backtrace(DEBUG_BACKTRACE_PROVIDE_OBJECT); + + // Skip current call. + array_shift($backtrace); + + // Find yaml file where the error happened. + if ($scope === 'yaml') { + foreach ($backtrace as $current) { + if (isset($current['args'])) { + foreach ($current['args'] as $arg) { + if ($arg instanceof SplFileInfo) { + $arg = $arg->getPathname(); + } + if (is_string($arg) && preg_match('/.+\.(yaml|md)$/i', $arg)) { + $errfile = $arg; + $errline = 0; + + break 2; + } + } + } + } + } + + // Filter arguments. + $cut = 0; + $previous = null; + foreach ($backtrace as $i => &$current) { + if (isset($current['args'])) { + $args = []; + foreach ($current['args'] as $arg) { + if (is_string($arg)) { + $arg = "'" . $arg . "'"; + if (mb_strlen($arg) > 100) { + $arg = 'string'; + } + } elseif (is_bool($arg)) { + $arg = $arg ? 'true' : 'false'; + } elseif (is_scalar($arg)) { + $arg = $arg; + } elseif (is_object($arg)) { + $arg = get_class($arg) . ' $object'; + } elseif (is_array($arg)) { + $arg = '$array'; + } else { + $arg = '$object'; + } + + $args[] = $arg; + } + $current['args'] = $args; + } + + $object = $current['object'] ?? null; + unset($current['object']); + + $reflection = null; + if ($object instanceof TemplateWrapper) { + $reflection = new ReflectionObject($object); + $property = $reflection->getProperty('template'); + $property->setAccessible(true); + $object = $property->getValue($object); + } + + if ($object instanceof Template) { + $file = $current['file'] ?? null; + + if (preg_match('`(Template.php|TemplateWrapper.php)$`', $file)) { + $current = null; + continue; + } + + $debugInfo = $object->getDebugInfo(); + + $line = 1; + if (!$reflection) { + foreach ($debugInfo as $codeLine => $templateLine) { + if ($codeLine <= $current['line']) { + $line = $templateLine; + break; + } + } + } + + $src = $object->getSourceContext(); + //$code = preg_split('/\r\n|\r|\n/', $src->getCode()); + //$current['twig']['twig'] = trim($code[$line - 1]); + $current['twig']['file'] = $src->getPath(); + $current['twig']['line'] = $line; + + $prevFile = $previous['file'] ?? null; + if ($prevFile && $file === $prevFile) { + $prevLine = $previous['line']; + + $line = 1; + foreach ($debugInfo as $codeLine => $templateLine) { + if ($codeLine <= $prevLine) { + $line = $templateLine; + break; + } + } + + //$previous['twig']['twig'] = trim($code[$line - 1]); + $previous['twig']['file'] = $src->getPath(); + $previous['twig']['line'] = $line; + } + + $cut = $i; + } elseif ($object instanceof ProcessorInterface) { + $cut = $cut ?: $i; + break; + } + + $previous = &$backtrace[$i]; + } + unset($current); + + if ($cut) { + $backtrace = array_slice($backtrace, 0, $cut + 1); + } + $backtrace = array_values(array_filter($backtrace)); + + // Skip vendor libraries and the method where error was triggered. + foreach ($backtrace as $i => $current) { + if (!isset($current['file'])) { + continue; + } + if (strpos($current['file'], '/vendor/') !== false) { + $cut = $i + 1; + continue; + } + if (isset($current['function']) && ($current['function'] === 'user_error' || $current['function'] === 'trigger_error')) { + $cut = $i + 1; + continue; + } + + break; + } + + if ($cut) { + $backtrace = array_slice($backtrace, $cut); + } + $backtrace = array_values(array_filter($backtrace)); + + $current = reset($backtrace); + + // If the issue happened inside twig file, change the file and line to match that file. + $file = $current['twig']['file'] ?? ''; + if ($file) { + $errfile = $file; + $errline = $current['twig']['line'] ?? 0; + } + + $deprecation = [ + 'scope' => $scope, + 'message' => $errstr, + 'file' => $errfile, + 'line' => $errline, + 'trace' => $backtrace, + 'count' => 1 + ]; + + $this->deprecations[] = $deprecation; + + // Do not pass forward. + return true; + } + + /** + * @return array + */ + protected function getDeprecations(): array + { + if (!$this->deprecations) { + return []; + } + + $list = []; + /** @var array $deprecated */ + foreach ($this->deprecations as $deprecated) { + $list[] = $this->getDepracatedMessage($deprecated)[0]; + } + + return $list; + } + + /** + * @return void + * @throws DebugBarException + */ + protected function addDeprecations() + { + if (!$this->deprecations) { + return; + } + + $collector = new MessagesCollector('deprecated'); + $this->addCollector($collector); + $collector->addMessage('Your site is using following deprecated features:'); + + /** @var array $deprecated */ + foreach ($this->deprecations as $deprecated) { + list($message, $scope) = $this->getDepracatedMessage($deprecated); + + $collector->addMessage($message, $scope); + } + } + + /** + * @param array $deprecated + * @return array + */ + protected function getDepracatedMessage($deprecated) + { + $scope = $deprecated['scope']; + + $trace = []; + if (isset($deprecated['trace'])) { + foreach ($deprecated['trace'] as $current) { + $class = $current['class'] ?? ''; + $type = $current['type'] ?? ''; + $function = $this->getFunction($current); + if (isset($current['file'])) { + $current['file'] = str_replace(GRAV_ROOT . '/', '', $current['file']); + } + + unset($current['class'], $current['type'], $current['function'], $current['args']); + + if (isset($current['twig'])) { + $trace[] = $current['twig']; + } else { + $trace[] = ['call' => $class . $type . $function] + $current; + } + } + } + + $array = [ + 'message' => $deprecated['message'], + 'file' => $deprecated['file'], + 'line' => $deprecated['line'], + 'trace' => $trace + ]; + + return [ + array_filter($array), + $scope + ]; + } + + /** + * @param array $trace + * @return string + */ + protected function getFunction($trace) + { + if (!isset($trace['function'])) { + return ''; + } + + return $trace['function'] . '(' . implode(', ', $trace['args'] ?? []) . ')'; + } + + /** + * @param callable $callable + * @return string + */ + protected function resolveCallable(callable $callable) + { + if (is_array($callable)) { + return get_class($callable[0]) . '->' . $callable[1] . '()'; + } + + return 'unknown'; + } +} diff --git a/system/src/Grav/Common/Errors/BareHandler.php b/system/src/Grav/Common/Errors/BareHandler.php new file mode 100644 index 0000000..fa5a095 --- /dev/null +++ b/system/src/Grav/Common/Errors/BareHandler.php @@ -0,0 +1,33 @@ +getInspector(); + $code = $inspector->getException()->getCode(); + if (($code >= 400) && ($code < 600)) { + $this->getRun()->sendHttpCode($code); + } + + return Handler::QUIT; + } +} diff --git a/system/src/Grav/Common/Errors/Errors.php b/system/src/Grav/Common/Errors/Errors.php new file mode 100644 index 0000000..eec79f4 --- /dev/null +++ b/system/src/Grav/Common/Errors/Errors.php @@ -0,0 +1,85 @@ +get('system.errors'); + $jsonRequest = $_SERVER && isset($_SERVER['HTTP_ACCEPT']) && $_SERVER['HTTP_ACCEPT'] === 'application/json'; + + // Setup Whoops-based error handler + $system = new SystemFacade; + $whoops = new Run($system); + + $verbosity = 1; + + if (isset($config['display'])) { + if (is_int($config['display'])) { + $verbosity = $config['display']; + } else { + $verbosity = $config['display'] ? 1 : 0; + } + } + + switch ($verbosity) { + case 1: + $error_page = new PrettyPageHandler(); + $error_page->setPageTitle('Crikey! There was an error...'); + $error_page->addResourcePath(GRAV_ROOT . '/system/assets'); + $error_page->addCustomCss('whoops.css'); + $whoops->prependHandler($error_page); + break; + case -1: + $whoops->prependHandler(new BareHandler); + break; + default: + $whoops->prependHandler(new SimplePageHandler); + break; + } + + if ($jsonRequest || Misc::isAjaxRequest()) { + $whoops->prependHandler(new JsonResponseHandler()); + } + + if (isset($config['log']) && $config['log']) { + $logger = $grav['log']; + $whoops->pushHandler(function ($exception, $inspector, $run) use ($logger) { + try { + $logger->addCritical($exception->getMessage() . ' - Trace: ' . $exception->getTraceAsString()); + } catch (Exception $e) { + echo $e; + } + }); + } + + $whoops->register(); + + // Re-register deprecation handler. + $grav['debugger']->setErrorHandler(); + } +} diff --git a/system/src/Grav/Common/Errors/Resources/error.css b/system/src/Grav/Common/Errors/Resources/error.css new file mode 100644 index 0000000..11ce3fd --- /dev/null +++ b/system/src/Grav/Common/Errors/Resources/error.css @@ -0,0 +1,52 @@ +html, body { + height: 100% +} +body { + margin:0 3rem; + padding:0; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 1.5rem; + line-height: 1.4; + display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ + display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ + display: -ms-flexbox; /* TWEENER - IE 10 */ + display: -webkit-flex; /* NEW - Chrome */ + display: flex; + -webkit-align-items: center; + align-items: center; + -webkit-justify-content: center; + justify-content: center; +} +.container { + margin: 0rem; + max-width: 600px; + padding-bottom:5rem; +} + +header { + color: #000; + font-size: 4rem; + letter-spacing: 2px; + line-height: 1.1; + margin-bottom: 2rem; +} +p { + font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif; + color: #666; +} + +h5 { + font-weight: normal; + color: #999; + font-size: 1rem; +} + +h6 { + font-weight: normal; + color: #999; +} + +code { + font-weight: bold; + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; +} diff --git a/system/src/Grav/Common/Errors/Resources/layout.html.php b/system/src/Grav/Common/Errors/Resources/layout.html.php new file mode 100644 index 0000000..6699959 --- /dev/null +++ b/system/src/Grav/Common/Errors/Resources/layout.html.php @@ -0,0 +1,30 @@ + + + + + + Whoops there was an error! + + + +
+
+
+ Server Error +
+ + + +

Sorry, something went terribly wrong!

+ +

-

+ +
For further details please review your logs/ folder, or enable displaying of errors in your system configuration.
+
+
+ + diff --git a/system/src/Grav/Common/Errors/SimplePageHandler.php b/system/src/Grav/Common/Errors/SimplePageHandler.php new file mode 100644 index 0000000..4f11fdd --- /dev/null +++ b/system/src/Grav/Common/Errors/SimplePageHandler.php @@ -0,0 +1,122 @@ +searchPaths[] = __DIR__ . '/Resources'; + } + + /** + * @return int + */ + public function handle() + { + $inspector = $this->getInspector(); + + $helper = new TemplateHelper(); + $templateFile = $this->getResource('layout.html.php'); + $cssFile = $this->getResource('error.css'); + + $code = $inspector->getException()->getCode(); + if (($code >= 400) && ($code < 600)) { + $this->getRun()->sendHttpCode($code); + } + $message = $inspector->getException()->getMessage(); + + if ($inspector->getException() instanceof ErrorException) { + $code = Misc::translateErrorCode($code); + } + + $vars = array( + 'stylesheet' => file_get_contents($cssFile), + 'code' => $code, + 'message' => htmlspecialchars(strip_tags(rawurldecode($message)), ENT_QUOTES, 'UTF-8'), + ); + + $helper->setVariables($vars); + $helper->render($templateFile); + + return Handler::QUIT; + } + + /** + * @param string $resource + * @return string + * @throws RuntimeException + */ + protected function getResource($resource) + { + // If the resource was found before, we can speed things up + // by caching its absolute, resolved path: + if (isset($this->resourceCache[$resource])) { + return $this->resourceCache[$resource]; + } + + // Search through available search paths, until we find the + // resource we're after: + foreach ($this->searchPaths as $path) { + $fullPath = "{$path}/{$resource}"; + + if (is_file($fullPath)) { + // Cache the result: + $this->resourceCache[$resource] = $fullPath; + return $fullPath; + } + } + + // If we got this far, nothing was found. + throw new RuntimeException( + "Could not find resource '{$resource}' in any resource paths (searched: " . implode(', ', $this->searchPaths). ')' + ); + } + + /** + * @param string $path + * @return void + */ + public function addResourcePath($path) + { + if (!is_dir($path)) { + throw new InvalidArgumentException( + "'{$path}' is not a valid directory" + ); + } + + array_unshift($this->searchPaths, $path); + } + + /** + * @return array + */ + public function getResourcePaths() + { + return $this->searchPaths; + } +} diff --git a/system/src/Grav/Common/Errors/SystemFacade.php b/system/src/Grav/Common/Errors/SystemFacade.php new file mode 100644 index 0000000..24c2c31 --- /dev/null +++ b/system/src/Grav/Common/Errors/SystemFacade.php @@ -0,0 +1,67 @@ +whoopsShutdownHandler = $function; + register_shutdown_function([$this, 'handleShutdown']); + } + + /** + * Special case to deal with Fatal errors and the like. + * + * @return void + */ + public function handleShutdown() + { + $error = $this->getLastError(); + + // Ignore core warnings and errors. + if ($error && !($error['type'] & (E_CORE_WARNING | E_CORE_ERROR))) { + $handler = $this->whoopsShutdownHandler; + $handler(); + } + } + + + /** + * @param int $httpCode + * + * @return int + */ + public function setHttpResponseCode($httpCode) + { + if (!headers_sent()) { + // Ensure that no 'location' header is present as otherwise this + // will override the HTTP code being set here, and mask the + // expected error page. + header_remove('location'); + + // Work around PHP bug #8218 (8.0.17 & 8.1.4). + header_remove('Content-Encoding'); + } + + return http_response_code($httpCode); + } +} diff --git a/system/src/Grav/Common/File/CompiledFile.php b/system/src/Grav/Common/File/CompiledFile.php new file mode 100644 index 0000000..1266e9d --- /dev/null +++ b/system/src/Grav/Common/File/CompiledFile.php @@ -0,0 +1,195 @@ +filename; + // If nothing has been loaded, attempt to get pre-compiled version of the file first. + if ($var === null && $this->raw === null && $this->content === null) { + $key = md5($filename); + $file = PhpFile::instance(CACHE_DIR . "compiled/files/{$key}{$this->extension}.php"); + + $modified = $this->modified(); + if (!$modified) { + try { + return $this->decode($this->raw()); + } catch (Throwable $e) { + // If the compiled file is broken, we can safely ignore the error and continue. + } + } + + $class = get_class($this); + + $size = filesize($filename); + $cache = $file->exists() ? $file->content() : null; + + // Load real file if cache isn't up to date (or is invalid). + if (!isset($cache['@class']) + || $cache['@class'] !== $class + || $cache['modified'] !== $modified + || ($cache['size'] ?? null) !== $size + || $cache['filename'] !== $filename + ) { + // Attempt to lock the file for writing. + try { + $locked = $file->lock(false); + } catch (Exception $e) { + $locked = false; + + /** @var Debugger $debugger */ + $debugger = Grav::instance()['debugger']; + $debugger->addMessage(sprintf('%s(): Cannot obtain a lock for compiling cache file for %s: %s', __METHOD__, $this->filename, $e->getMessage()), 'warning'); + } + + // Decode RAW file into compiled array. + $data = (array)$this->decode($this->raw()); + $cache = [ + '@class' => $class, + 'filename' => $filename, + 'modified' => $modified, + 'size' => $size, + 'data' => $data + ]; + + // If compiled file wasn't already locked by another process, save it. + if ($locked) { + $file->save($cache); + $file->unlock(); + + // Compile cached file into bytecode cache + if (function_exists('opcache_invalidate') && filter_var(ini_get('opcache.enable'), \FILTER_VALIDATE_BOOLEAN)) { + $lockName = $file->filename(); + + // Silence error if function exists, but is restricted. + @opcache_invalidate($lockName, true); + @opcache_compile_file($lockName); + } + } + } + $file->free(); + + $this->content = $cache['data']; + } + } catch (Exception $e) { + throw new RuntimeException(sprintf('Failed to read %s: %s', Utils::basename($filename), $e->getMessage()), 500, $e); + } + + return parent::content($var); + } + + /** + * Save file. + * + * @param mixed $data Optional data to be saved, usually array. + * @return void + * @throws RuntimeException + */ + public function save($data = null) + { + // Make sure that the cache file is always up to date! + $key = md5($this->filename); + $file = PhpFile::instance(CACHE_DIR . "compiled/files/{$key}{$this->extension}.php"); + try { + $locked = $file->lock(); + } catch (Exception $e) { + $locked = false; + + /** @var Debugger $debugger */ + $debugger = Grav::instance()['debugger']; + $debugger->addMessage(sprintf('%s(): Cannot obtain a lock for compiling cache file for %s: %s', __METHOD__, $this->filename, $e->getMessage()), 'warning'); + } + + parent::save($data); + + if ($locked) { + $modified = $this->modified(); + $filename = $this->filename; + $class = get_class($this); + $size = filesize($filename); + + // windows doesn't play nicely with this as it can't read when locked + if (!Utils::isWindows()) { + // Reload data from the filesystem. This ensures that we always cache the correct data (see issue #2282). + $this->raw = $this->content = null; + $data = (array)$this->decode($this->raw()); + } + + // Decode data into compiled array. + $cache = [ + '@class' => $class, + 'filename' => $filename, + 'modified' => $modified, + 'size' => $size, + 'data' => $data + ]; + + $file->save($cache); + $file->unlock(); + + // Compile cached file into bytecode cache + if (function_exists('opcache_invalidate') && filter_var(ini_get('opcache.enable'), \FILTER_VALIDATE_BOOLEAN)) { + $lockName = $file->filename(); + // Silence error if function exists, but is restricted. + @opcache_invalidate($lockName, true); + @opcache_compile_file($lockName); + } + } + } + + /** + * Serialize file. + * + * @return array + */ + public function __sleep() + { + return [ + 'filename', + 'extension', + 'raw', + 'content', + 'settings' + ]; + } + + /** + * Unserialize file. + */ + public function __wakeup() + { + if (!isset(static::$instances[$this->filename])) { + static::$instances[$this->filename] = $this; + } + } +} diff --git a/system/src/Grav/Common/File/CompiledJsonFile.php b/system/src/Grav/Common/File/CompiledJsonFile.php new file mode 100644 index 0000000..ed5787e --- /dev/null +++ b/system/src/Grav/Common/File/CompiledJsonFile.php @@ -0,0 +1,33 @@ + ['.DS_Store'], + 'exclude_paths' => [] + ]; + + /** @var string */ + protected $archive_file; + + /** + * @param string $compression + * @return ZipArchiver + */ + public static function create($compression) + { + if ($compression === 'zip') { + return new ZipArchiver(); + } + + return new ZipArchiver(); + } + + /** + * @param string $archive_file + * @return $this + */ + public function setArchive($archive_file) + { + $this->archive_file = $archive_file; + + return $this; + } + + /** + * @param array $options + * @return $this + */ + public function setOptions($options) + { + // Set infinite PHP execution time if possible. + if (Utils::functionExists('set_time_limit')) { + @set_time_limit(0); + } + + $this->options = $options + $this->options; + + return $this; + } + + /** + * @param string $folder + * @param callable|null $status + * @return $this + */ + abstract public function compress($folder, callable $status = null); + + /** + * @param string $destination + * @param callable|null $status + * @return $this + */ + abstract public function extract($destination, callable $status = null); + + /** + * @param array $folders + * @param callable|null $status + * @return $this + */ + abstract public function addEmptyFolders($folders, callable $status = null); + + /** + * @param string $rootPath + * @return RecursiveIteratorIterator + */ + protected function getArchiveFiles($rootPath) + { + $exclude_paths = $this->options['exclude_paths']; + $exclude_files = $this->options['exclude_files']; + $dirItr = new RecursiveDirectoryIterator($rootPath, RecursiveDirectoryIterator::SKIP_DOTS | FilesystemIterator::FOLLOW_SYMLINKS | FilesystemIterator::UNIX_PATHS); + $filterItr = new RecursiveDirectoryFilterIterator($dirItr, $rootPath, $exclude_paths, $exclude_files); + $files = new RecursiveIteratorIterator($filterItr, RecursiveIteratorIterator::SELF_FIRST); + + return $files; + } +} diff --git a/system/src/Grav/Common/Filesystem/Folder.php b/system/src/Grav/Common/Filesystem/Folder.php new file mode 100644 index 0000000..06f489d --- /dev/null +++ b/system/src/Grav/Common/Filesystem/Folder.php @@ -0,0 +1,548 @@ +isStream($path)) { + $directory = $locator->getRecursiveIterator($path, $flags); + } else { + $directory = new RecursiveDirectoryIterator($path, $flags); + } + $filter = new RecursiveFolderFilterIterator($directory); + $iterator = new RecursiveIteratorIterator($filter, RecursiveIteratorIterator::SELF_FIRST); + + foreach ($iterator as $dir) { + $dir_modified = $dir->getMTime(); + if ($dir_modified > $last_modified) { + $last_modified = $dir_modified; + } + } + } + + return $last_modified; + } + + /** + * Recursively find the last modified time under given path by file. + * + * @param array $paths + * @param string $extensions which files to search for specifically + * @return int + */ + public static function lastModifiedFile(array $paths, $extensions = 'md|yaml'): int + { + $last_modified = 0; + + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + $flags = RecursiveDirectoryIterator::SKIP_DOTS; + + foreach($paths as $path) { + if (!file_exists($path)) { + return 0; + } + if ($locator->isStream($path)) { + $directory = $locator->getRecursiveIterator($path, $flags); + } else { + $directory = new RecursiveDirectoryIterator($path, $flags); + } + $recursive = new RecursiveIteratorIterator($directory, RecursiveIteratorIterator::SELF_FIRST); + $iterator = new RegexIterator($recursive, '/^.+\.'.$extensions.'$/i'); + + /** @var RecursiveDirectoryIterator $file */ + foreach ($iterator as $file) { + try { + $file_modified = $file->getMTime(); + if ($file_modified > $last_modified) { + $last_modified = $file_modified; + } + } catch (Exception $e) { + Grav::instance()['log']->error('Could not process file: ' . $e->getMessage()); + } + } + } + + return $last_modified; + } + + /** + * Recursively md5 hash all files in a path + * + * @param array $paths + * @return string + */ + public static function hashAllFiles(array $paths): string + { + $files = []; + + foreach ($paths as $path) { + if (file_exists($path)) { + $flags = RecursiveDirectoryIterator::SKIP_DOTS; + + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + if ($locator->isStream($path)) { + $directory = $locator->getRecursiveIterator($path, $flags); + } else { + $directory = new RecursiveDirectoryIterator($path, $flags); + } + + $iterator = new RecursiveIteratorIterator($directory, RecursiveIteratorIterator::SELF_FIRST); + + foreach ($iterator as $file) { + $files[] = $file->getPathname() . '?'. $file->getMTime(); + } + } + } + + return md5(serialize($files)); + } + + /** + * Get relative path between target and base path. If path isn't relative, return full path. + * + * @param string $path + * @param string $base + * @return string + */ + public static function getRelativePath($path, $base = GRAV_ROOT) + { + if ($base) { + $base = preg_replace('![\\\/]+!', '/', $base); + $path = preg_replace('![\\\/]+!', '/', $path); + if (strpos($path, $base) === 0) { + $path = ltrim(substr($path, strlen($base)), '/'); + } + } + + return $path; + } + + /** + * Get relative path between target and base path. If path isn't relative, return full path. + * + * @param string $path + * @param string $base + * @return string + */ + public static function getRelativePathDotDot($path, $base) + { + // Normalize paths. + $base = preg_replace('![\\\/]+!', '/', $base); + $path = preg_replace('![\\\/]+!', '/', $path); + + if ($path === $base) { + return ''; + } + + $baseParts = explode('/', ltrim($base, '/')); + $pathParts = explode('/', ltrim($path, '/')); + + array_pop($baseParts); + $lastPart = array_pop($pathParts); + foreach ($baseParts as $i => $directory) { + if (isset($pathParts[$i]) && $pathParts[$i] === $directory) { + unset($baseParts[$i], $pathParts[$i]); + } else { + break; + } + } + $pathParts[] = $lastPart; + $path = str_repeat('../', count($baseParts)) . implode('/', $pathParts); + + return '' === $path + || strpos($path, '/') === 0 + || false !== ($colonPos = strpos($path, ':')) && ($colonPos < ($slashPos = strpos($path, '/')) || false === $slashPos) + ? "./$path" : $path; + } + + /** + * Shift first directory out of the path. + * + * @param string $path + * @return string|null + */ + public static function shift(&$path) + { + $parts = explode('/', trim($path, '/'), 2); + $result = array_shift($parts); + $path = array_shift($parts); + + return $result ?: null; + } + + /** + * Return recursive list of all files and directories under given path. + * + * @param string $path + * @param array $params + * @return array + * @throws RuntimeException + */ + public static function all($path, array $params = []) + { + if (!$path) { + throw new RuntimeException("Path doesn't exist."); + } + if (!file_exists($path)) { + return []; + } + + $compare = isset($params['compare']) ? 'get' . $params['compare'] : null; + $pattern = $params['pattern'] ?? null; + $filters = $params['filters'] ?? null; + $recursive = $params['recursive'] ?? true; + $levels = $params['levels'] ?? -1; + $key = isset($params['key']) ? 'get' . $params['key'] : null; + $value = 'get' . ($params['value'] ?? ($recursive ? 'SubPathname' : 'Filename')); + $folders = $params['folders'] ?? true; + $files = $params['files'] ?? true; + + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + if ($recursive) { + $flags = RecursiveDirectoryIterator::SKIP_DOTS + FilesystemIterator::UNIX_PATHS + + FilesystemIterator::CURRENT_AS_SELF + FilesystemIterator::FOLLOW_SYMLINKS; + if ($locator->isStream($path)) { + $directory = $locator->getRecursiveIterator($path, $flags); + } else { + $directory = new RecursiveDirectoryIterator($path, $flags); + } + $iterator = new RecursiveIteratorIterator($directory, RecursiveIteratorIterator::SELF_FIRST); + $iterator->setMaxDepth(max($levels, -1)); + } else { + if ($locator->isStream($path)) { + $iterator = $locator->getIterator($path); + } else { + $iterator = new FilesystemIterator($path); + } + } + + $results = []; + + /** @var RecursiveDirectoryIterator $file */ + foreach ($iterator as $file) { + // Ignore hidden files. + if (strpos($file->getFilename(), '.') === 0 && $file->isFile()) { + continue; + } + if (!$folders && $file->isDir()) { + continue; + } + if (!$files && $file->isFile()) { + continue; + } + if ($compare && $pattern && !preg_match($pattern, $file->{$compare}())) { + continue; + } + $fileKey = $key ? $file->{$key}() : null; + $filePath = $file->{$value}(); + if ($filters) { + if (isset($filters['key'])) { + $pre = !empty($filters['pre-key']) ? $filters['pre-key'] : ''; + $fileKey = $pre . preg_replace($filters['key'], '', $fileKey); + } + if (isset($filters['value'])) { + $filter = $filters['value']; + if (is_callable($filter)) { + $filePath = $filter($file); + } else { + $filePath = preg_replace($filter, '', $filePath); + } + } + } + + if ($fileKey !== null) { + $results[$fileKey] = $filePath; + } else { + $results[] = $filePath; + } + } + + return $results; + } + + /** + * Recursively copy directory in filesystem. + * + * @param string $source + * @param string $target + * @param string|null $ignore Ignore files matching pattern (regular expression). + * @return void + * @throws RuntimeException + */ + public static function copy($source, $target, $ignore = null) + { + $source = rtrim($source, '\\/'); + $target = rtrim($target, '\\/'); + + if (!is_dir($source)) { + throw new RuntimeException('Cannot copy non-existing folder.'); + } + + // Make sure that path to the target exists before copying. + self::create($target); + + $success = true; + + // Go through all sub-directories and copy everything. + $files = self::all($source); + foreach ($files as $file) { + if ($ignore && preg_match($ignore, $file)) { + continue; + } + $src = $source .'/'. $file; + $dst = $target .'/'. $file; + + if (is_dir($src)) { + // Create current directory (if it doesn't exist). + if (!is_dir($dst)) { + $success &= @mkdir($dst, 0777, true); + } + } else { + // Or copy current file. + $success &= @copy($src, $dst); + } + } + + if (!$success) { + $error = error_get_last(); + throw new RuntimeException($error['message'] ?? 'Unknown error'); + } + + // Make sure that the change will be detected when caching. + @touch(dirname($target)); + } + + /** + * Move directory in filesystem. + * + * @param string $source + * @param string $target + * @return void + * @throws RuntimeException + */ + public static function move($source, $target) + { + if (!file_exists($source) || !is_dir($source)) { + // Rename fails if source folder does not exist. + throw new RuntimeException('Cannot move non-existing folder.'); + } + + // Don't do anything if the source is the same as the new target + if ($source === $target) { + return; + } + + if (strpos($target, $source . '/') === 0) { + throw new RuntimeException('Cannot move folder to itself'); + } + + if (file_exists($target)) { + // Rename fails if target folder exists. + throw new RuntimeException('Cannot move files to existing folder/file.'); + } + + // Make sure that path to the target exists before moving. + self::create(dirname($target)); + + // Silence warnings (chmod failed etc). + @rename($source, $target); + + // Rename function can fail while still succeeding, so let's check if the folder exists. + if (is_dir($source)) { + // Rename doesn't support moving folders across filesystems. Use copy instead. + self::copy($source, $target); + self::delete($source); + } + + // Make sure that the change will be detected when caching. + @touch(dirname($source)); + @touch(dirname($target)); + @touch($target); + } + + /** + * Recursively delete directory from filesystem. + * + * @param string $target + * @param bool $include_target + * @return bool + * @throws RuntimeException + */ + public static function delete($target, $include_target = true) + { + if (!is_dir($target)) { + return false; + } + + $success = self::doDelete($target, $include_target); + + if (!$success) { + $error = error_get_last(); + + throw new RuntimeException($error['message'] ?? 'Unknown error'); + } + + // Make sure that the change will be detected when caching. + if ($include_target) { + @touch(dirname($target)); + } else { + @touch($target); + } + + return $success; + } + + /** + * @param string $folder + * @return void + * @throws RuntimeException + */ + public static function mkdir($folder) + { + self::create($folder); + } + + /** + * @param string $folder + * @return void + * @throws RuntimeException + */ + public static function create($folder) + { + // Silence error for open_basedir; should fail in mkdir instead. + if (@is_dir($folder)) { + return; + } + + $success = @mkdir($folder, 0777, true); + + if (!$success) { + // Take yet another look, make sure that the folder doesn't exist. + clearstatcache(true, $folder); + if (!@is_dir($folder)) { + throw new RuntimeException(sprintf('Unable to create directory: %s', $folder)); + } + } + } + + /** + * Recursive copy of one directory to another + * + * @param string $src + * @param string $dest + * @return bool + * @throws RuntimeException + */ + public static function rcopy($src, $dest) + { + + // If the src is not a directory do a simple file copy + if (!is_dir($src)) { + copy($src, $dest); + return true; + } + + // If the destination directory does not exist create it + if (!is_dir($dest)) { + static::create($dest); + } + + // Open the source directory to read in files + $i = new DirectoryIterator($src); + foreach ($i as $f) { + if ($f->isFile()) { + copy($f->getRealPath(), "{$dest}/" . $f->getFilename()); + } else { + if (!$f->isDot() && $f->isDir()) { + static::rcopy($f->getRealPath(), "{$dest}/{$f}"); + } + } + } + return true; + } + + /** + * Does a directory contain children + * + * @param string $directory + * @return int|false + */ + public static function countChildren($directory) + { + if (!is_dir($directory)) { + return false; + } + $directories = glob($directory . '/*', GLOB_ONLYDIR); + + return $directories ? count($directories) : false; + } + + /** + * @param string $folder + * @param bool $include_target + * @return bool + * @internal + */ + protected static function doDelete($folder, $include_target = true) + { + // Special case for symbolic links. + if ($include_target && is_link($folder)) { + return @unlink($folder); + } + + // Go through all items in filesystem and recursively remove everything. + $files = scandir($folder, SCANDIR_SORT_NONE); + $files = $files ? array_diff($files, ['.', '..']) : []; + foreach ($files as $file) { + $path = "{$folder}/{$file}"; + is_dir($path) ? self::doDelete($path) : @unlink($path); + } + + return $include_target ? @rmdir($folder) : true; + } +} diff --git a/system/src/Grav/Common/Filesystem/RecursiveDirectoryFilterIterator.php b/system/src/Grav/Common/Filesystem/RecursiveDirectoryFilterIterator.php new file mode 100644 index 0000000..5422ffd --- /dev/null +++ b/system/src/Grav/Common/Filesystem/RecursiveDirectoryFilterIterator.php @@ -0,0 +1,82 @@ +current(); + $filename = $file->getFilename(); + $relative_filename = str_replace($this::$root . '/', '', $file->getPathname()); + + if ($file->isDir()) { + if (in_array($relative_filename, $this::$ignore_folders, true)) { + return false; + } + if (!in_array($filename, $this::$ignore_files, true)) { + return true; + } + } elseif ($file->isFile() && !in_array($filename, $this::$ignore_files, true)) { + return true; + } + return false; + } + + /** + * @return RecursiveDirectoryFilterIterator|RecursiveFilterIterator + */ + public function getChildren() :RecursiveFilterIterator + { + /** @var RecursiveDirectoryFilterIterator $iterator */ + $iterator = $this->getInnerIterator(); + + return new self($iterator->getChildren(), $this::$root, $this::$ignore_folders, $this::$ignore_files); + } +} diff --git a/system/src/Grav/Common/Filesystem/RecursiveFolderFilterIterator.php b/system/src/Grav/Common/Filesystem/RecursiveFolderFilterIterator.php new file mode 100644 index 0000000..d027b6b --- /dev/null +++ b/system/src/Grav/Common/Filesystem/RecursiveFolderFilterIterator.php @@ -0,0 +1,55 @@ +get('system.pages.ignore_folders'); + } + + $this::$ignore_folders = $ignore_folders; + } + + /** + * Check whether the current element of the iterator is acceptable + * + * @return bool true if the current element is acceptable, otherwise false. + */ + public function accept() :bool + { + /** @var SplFileInfo $current */ + $current = $this->current(); + + return $current->isDir() && !in_array($current->getFilename(), $this::$ignore_folders, true); + } +} diff --git a/system/src/Grav/Common/Filesystem/ZipArchiver.php b/system/src/Grav/Common/Filesystem/ZipArchiver.php new file mode 100644 index 0000000..8e61a5d --- /dev/null +++ b/system/src/Grav/Common/Filesystem/ZipArchiver.php @@ -0,0 +1,135 @@ +open($this->archive_file); + + if ($archive === true) { + Folder::create($destination); + + if (!$zip->extractTo($destination)) { + throw new RuntimeException('ZipArchiver: ZIP failed to extract ' . $this->archive_file . ' to ' . $destination); + } + + $zip->close(); + + return $this; + } + + throw new RuntimeException('ZipArchiver: Failed to open ' . $this->archive_file); + } + + /** + * @param string $source + * @param callable|null $status + * @return $this + */ + public function compress($source, callable $status = null) + { + if (!extension_loaded('zip')) { + throw new InvalidArgumentException('ZipArchiver: Zip PHP module not installed...'); + } + + // Get real path for our folder + $rootPath = realpath($source); + if (!$rootPath) { + throw new InvalidArgumentException('ZipArchiver: ' . $source . ' cannot be found...'); + } + + $zip = new ZipArchive(); + if (!$zip->open($this->archive_file, ZipArchive::CREATE)) { + throw new InvalidArgumentException('ZipArchiver:' . $this->archive_file . ' cannot be created...'); + } + + $files = $this->getArchiveFiles($rootPath); + + $status && $status([ + 'type' => 'count', + 'steps' => iterator_count($files), + ]); + + foreach ($files as $file) { + $filePath = $file->getPathname(); + $relativePath = ltrim(substr($filePath, strlen($rootPath)), '/'); + + if ($file->isDir()) { + $zip->addEmptyDir($relativePath); + } else { + $zip->addFile($filePath, $relativePath); + } + + $status && $status([ + 'type' => 'progress', + ]); + } + + $status && $status([ + 'type' => 'message', + 'message' => 'Compressing...' + ]); + + $zip->close(); + + return $this; + } + + /** + * @param array $folders + * @param callable|null $status + * @return $this + */ + public function addEmptyFolders($folders, callable $status = null) + { + if (!extension_loaded('zip')) { + throw new InvalidArgumentException('ZipArchiver: Zip PHP module not installed...'); + } + + $zip = new ZipArchive(); + if (!$zip->open($this->archive_file)) { + throw new InvalidArgumentException('ZipArchiver: ' . $this->archive_file . ' cannot be opened...'); + } + + $status && $status([ + 'type' => 'message', + 'message' => 'Adding empty folders...' + ]); + + foreach ($folders as $folder) { + $zip->addEmptyDir($folder); + $status && $status([ + 'type' => 'progress', + ]); + } + + $zip->close(); + + return $this; + } +} diff --git a/system/src/Grav/Common/Flex/FlexCollection.php b/system/src/Grav/Common/Flex/FlexCollection.php new file mode 100644 index 0000000..9e43e27 --- /dev/null +++ b/system/src/Grav/Common/Flex/FlexCollection.php @@ -0,0 +1,28 @@ + + */ +abstract class FlexCollection extends \Grav\Framework\Flex\FlexCollection +{ + use FlexGravTrait; + use FlexCollectionTrait; +} diff --git a/system/src/Grav/Common/Flex/FlexIndex.php b/system/src/Grav/Common/Flex/FlexIndex.php new file mode 100644 index 0000000..2fe02f0 --- /dev/null +++ b/system/src/Grav/Common/Flex/FlexIndex.php @@ -0,0 +1,29 @@ + + */ +abstract class FlexIndex extends \Grav\Framework\Flex\FlexIndex +{ + use FlexGravTrait; + use FlexIndexTrait; +} diff --git a/system/src/Grav/Common/Flex/FlexObject.php b/system/src/Grav/Common/Flex/FlexObject.php new file mode 100644 index 0000000..870bc05 --- /dev/null +++ b/system/src/Grav/Common/Flex/FlexObject.php @@ -0,0 +1,74 @@ +getNestedProperty($name, null, $separator); + + // Handle media order field. + if (null === $value && $name === 'media_order') { + return implode(',', $this->getMediaOrder()); + } + + // Handle media fields. + $settings = $this->getFieldSettings($name); + if (($settings['media_field'] ?? false) === true) { + return $this->parseFileProperty($value, $settings); + } + + return $value ?? $default; + } + + /** + * {@inheritdoc} + * @see FlexObjectInterface::prepareStorage() + */ + public function prepareStorage(): array + { + // Remove extra content from media fields. + $fields = $this->getMediaFields(); + foreach ($fields as $field) { + $data = $this->getNestedProperty($field); + if (is_array($data)) { + foreach ($data as $name => &$image) { + unset($image['image_url'], $image['thumb_url']); + } + unset($image); + $this->setNestedProperty($field, $data); + } + } + + return parent::prepareStorage(); + } +} diff --git a/system/src/Grav/Common/Flex/Traits/FlexCollectionTrait.php b/system/src/Grav/Common/Flex/Traits/FlexCollectionTrait.php new file mode 100644 index 0000000..ba1b8a1 --- /dev/null +++ b/system/src/Grav/Common/Flex/Traits/FlexCollectionTrait.php @@ -0,0 +1,51 @@ + 'flex', + 'directory' => $this->getFlexDirectory(), + 'collection' => $this + ]); + } + if (strpos($name, 'onFlexCollection') !== 0 && strpos($name, 'on') === 0) { + $name = 'onFlexCollection' . substr($name, 2); + } + + $container = $this->getContainer(); + if ($event instanceof Event) { + $container->fireEvent($name, $event); + } else { + $container->dispatchEvent($event); + } + + return $this; + } +} diff --git a/system/src/Grav/Common/Flex/Traits/FlexCommonTrait.php b/system/src/Grav/Common/Flex/Traits/FlexCommonTrait.php new file mode 100644 index 0000000..4647dfc --- /dev/null +++ b/system/src/Grav/Common/Flex/Traits/FlexCommonTrait.php @@ -0,0 +1,54 @@ +getContainer(); + + /** @var Twig $twig */ + $twig = $container['twig']; + + try { + return $twig->twig()->resolveTemplate($this->getTemplatePaths($layout)); + } catch (LoaderError $e) { + /** @var Debugger $debugger */ + $debugger = Grav::instance()['debugger']; + $debugger->addException($e); + + return $twig->twig()->resolveTemplate(['flex/404.html.twig']); + } + } + + abstract protected function getTemplatePaths(string $layout): array; + abstract protected function getContainer(): Grav; +} diff --git a/system/src/Grav/Common/Flex/Traits/FlexGravTrait.php b/system/src/Grav/Common/Flex/Traits/FlexGravTrait.php new file mode 100644 index 0000000..1272d5d --- /dev/null +++ b/system/src/Grav/Common/Flex/Traits/FlexGravTrait.php @@ -0,0 +1,74 @@ +getContainer(); + + /** @var Flex $flex */ + $flex = $container['flex']; + + return $flex; + } + + /** + * @return UserInterface|null + */ + protected function getActiveUser(): ?UserInterface + { + $container = $this->getContainer(); + + /** @var UserInterface|null $user */ + $user = $container['user'] ?? null; + + return $user; + } + + /** + * @return bool + */ + protected function isAdminSite(): bool + { + $container = $this->getContainer(); + + return isset($container['admin']); + } + + /** + * @return string + */ + protected function getAuthorizeScope(): string + { + return $this->isAdminSite() ? 'admin' : 'site'; + } +} diff --git a/system/src/Grav/Common/Flex/Traits/FlexIndexTrait.php b/system/src/Grav/Common/Flex/Traits/FlexIndexTrait.php new file mode 100644 index 0000000..418b769 --- /dev/null +++ b/system/src/Grav/Common/Flex/Traits/FlexIndexTrait.php @@ -0,0 +1,20 @@ + 'onFlexObjectRender', + 'onBeforeSave' => 'onFlexObjectBeforeSave', + 'onAfterSave' => 'onFlexObjectAfterSave', + 'onBeforeDelete' => 'onFlexObjectBeforeDelete', + 'onAfterDelete' => 'onFlexObjectAfterDelete' + ]; + + if (null === $event) { + $event = new Event([ + 'type' => 'flex', + 'directory' => $this->getFlexDirectory(), + 'object' => $this + ]); + } + + if (isset($events['name'])) { + $name = $events['name']; + } elseif (strpos($name, 'onFlexObject') !== 0 && strpos($name, 'on') === 0) { + $name = 'onFlexObject' . substr($name, 2); + } + + $container = $this->getContainer(); + if ($event instanceof Event) { + $container->fireEvent($name, $event); + } else { + $container->dispatchEvent($event); + } + + return $this; + } +} diff --git a/system/src/Grav/Common/Flex/Types/Generic/GenericCollection.php b/system/src/Grav/Common/Flex/Types/Generic/GenericCollection.php new file mode 100644 index 0000000..6cb2874 --- /dev/null +++ b/system/src/Grav/Common/Flex/Types/Generic/GenericCollection.php @@ -0,0 +1,24 @@ + + */ +class GenericCollection extends FlexCollection +{ +} diff --git a/system/src/Grav/Common/Flex/Types/Generic/GenericIndex.php b/system/src/Grav/Common/Flex/Types/Generic/GenericIndex.php new file mode 100644 index 0000000..a3b2f71 --- /dev/null +++ b/system/src/Grav/Common/Flex/Types/Generic/GenericIndex.php @@ -0,0 +1,24 @@ + + */ +class GenericIndex extends FlexIndex +{ +} diff --git a/system/src/Grav/Common/Flex/Types/Generic/GenericObject.php b/system/src/Grav/Common/Flex/Types/Generic/GenericObject.php new file mode 100644 index 0000000..ae03d68 --- /dev/null +++ b/system/src/Grav/Common/Flex/Types/Generic/GenericObject.php @@ -0,0 +1,22 @@ + + * @implements PageCollectionInterface + * + * Incompatibilities with Grav\Common\Page\Collection: + * $page = $collection->key() will not work at all + * $clone = clone $collection does not clone objects inside the collection, does it matter? + * $string = (string)$collection returns collection id instead of comma separated list + * $collection->add() incompatible method signature + * $collection->remove() incompatible method signature + * $collection->filter() incompatible method signature (takes closure instead of callable) + * $collection->prev() does not rewind the internal pointer + * AND most methods are immutable; they do not update the current collection, but return updated one + * + * @method PageIndex getIndex() + */ +class PageCollection extends FlexPageCollection implements PageCollectionInterface +{ + use FlexGravTrait; + use FlexCollectionTrait; + + /** @var array|null */ + protected $_params; + + /** + * @return array + */ + public static function getCachedMethods(): array + { + return [ + // Collection specific methods + 'getRoot' => false, + 'getParams' => false, + 'setParams' => false, + 'params' => false, + 'addPage' => false, + 'merge' => false, + 'intersect' => false, + 'prev' => false, + 'nth' => false, + 'random' => false, + 'append' => false, + 'batch' => false, + 'order' => false, + + // Collection filtering + 'dateRange' => true, + 'visible' => true, + 'nonVisible' => true, + 'pages' => true, + 'modules' => true, + 'modular' => true, + 'nonModular' => true, + 'published' => true, + 'nonPublished' => true, + 'routable' => true, + 'nonRoutable' => true, + 'ofType' => true, + 'ofOneOfTheseTypes' => true, + 'ofOneOfTheseAccessLevels' => true, + 'withOrdered' => true, + 'withModules' => true, + 'withPages' => true, + 'withTranslation' => true, + 'filterBy' => true, + + 'toExtendedArray' => false, + 'getLevelListing' => false, + ] + parent::getCachedMethods(); + } + + /** + * @return PageInterface + */ + public function getRoot() + { + return $this->getIndex()->getRoot(); + } + + /** + * Get the collection params + * + * @return array + */ + public function getParams(): array + { + return $this->_params ?? []; + } + + /** + * Set parameters to the Collection + * + * @param array $params + * @return $this + */ + public function setParams(array $params) + { + $this->_params = $this->_params ? array_merge($this->_params, $params) : $params; + + return $this; + } + + /** + * Get the collection params + * + * @return array + */ + public function params(): array + { + return $this->getParams(); + } + + /** + * Add a single page to a collection + * + * @param PageInterface $page + * @return $this + */ + public function addPage(PageInterface $page) + { + if (!$page instanceof PageObject) { + throw new InvalidArgumentException('$page is not a flex page.'); + } + + // FIXME: support other keys. + $this->set($page->getKey(), $page); + + return $this; + } + + /** + * + * Merge another collection with the current collection + * + * @param PageCollectionInterface $collection + * @return static + * @phpstan-return static + */ + public function merge(PageCollectionInterface $collection) + { + throw new RuntimeException(__METHOD__ . '(): Not Implemented'); + } + + /** + * Intersect another collection with the current collection + * + * @param PageCollectionInterface $collection + * @return static + * @phpstan-return static + */ + public function intersect(PageCollectionInterface $collection) + { + throw new RuntimeException(__METHOD__ . '(): Not Implemented'); + } + + /** + * Set current page. + */ + public function setCurrent(string $path): void + { + throw new RuntimeException(__METHOD__ . '(): Not Implemented'); + } + + /** + * Return previous item. + * + * @return PageInterface|false + * @phpstan-return T|false + */ + public function prev() + { + // FIXME: this method does not rewind the internal pointer! + $key = (string)$this->key(); + $prev = $this->prevSibling($key); + + return $prev !== $this->current() ? $prev : false; + } + + /** + * Return nth item. + * @param int $key + * @return PageInterface|bool + * @phpstan-return T|false + */ + public function nth($key) + { + return $this->slice($key, 1)[0] ?? false; + } + + /** + * Pick one or more random entries. + * + * @param int $num Specifies how many entries should be picked. + * @return static + * @phpstan-return static + */ + public function random($num = 1) + { + return $this->createFrom($this->shuffle()->slice(0, $num)); + } + + /** + * Append new elements to the list. + * + * @param array $items Items to be appended. Existing keys will be overridden with the new values. + * @return static + * @phpstan-return static + */ + public function append($items) + { + throw new RuntimeException(__METHOD__ . '(): Not Implemented'); + } + + /** + * Split collection into array of smaller collections. + * + * @param int $size + * @return static[] + * @phpstan-return static[] + */ + public function batch($size): array + { + $chunks = $this->chunk($size); + + $list = []; + foreach ($chunks as $chunk) { + $list[] = $this->createFrom($chunk); + } + + return $list; + } + + /** + * Reorder collection. + * + * @param string $by + * @param string $dir + * @param array|null $manual + * @param int|null $sort_flags + * @return static + * @phpstan-return static + */ + public function order($by, $dir = 'asc', $manual = null, $sort_flags = null) + { + if (!$this->count()) { + return $this; + } + + if ($by === 'random') { + return $this->shuffle(); + } + + $keys = $this->buildSort($by, $dir, $manual, $sort_flags); + + return $this->createFrom(array_replace(array_flip($keys), $this->toArray()) ?? []); + } + + /** + * @param string $order_by + * @param string $order_dir + * @param array|null $manual + * @param int|null $sort_flags + * @return array + */ + protected function buildSort($order_by = 'default', $order_dir = 'asc', $manual = null, $sort_flags = null): array + { + // do this header query work only once + $header_query = null; + $header_default = null; + if (strpos($order_by, 'header.') === 0) { + $query = explode('|', str_replace('header.', '', $order_by), 2); + $header_query = array_shift($query) ?? ''; + $header_default = array_shift($query); + } + + $list = []; + foreach ($this as $key => $child) { + switch ($order_by) { + case 'title': + $list[$key] = $child->title(); + break; + case 'date': + $list[$key] = $child->date(); + $sort_flags = SORT_REGULAR; + break; + case 'modified': + $list[$key] = $child->modified(); + $sort_flags = SORT_REGULAR; + break; + case 'publish_date': + $list[$key] = $child->publishDate(); + $sort_flags = SORT_REGULAR; + break; + case 'unpublish_date': + $list[$key] = $child->unpublishDate(); + $sort_flags = SORT_REGULAR; + break; + case 'slug': + $list[$key] = $child->slug(); + break; + case 'basename': + $list[$key] = Utils::basename($key); + break; + case 'folder': + $list[$key] = $child->folder(); + break; + case 'manual': + case 'default': + default: + if (is_string($header_query)) { + /** @var Header $child_header */ + $child_header = $child->header(); + $header_value = $child_header->get($header_query); + if (is_array($header_value)) { + $list[$key] = implode(',', $header_value); + } elseif ($header_value) { + $list[$key] = $header_value; + } else { + $list[$key] = $header_default ?: $key; + } + $sort_flags = $sort_flags ?: SORT_REGULAR; + break; + } + $list[$key] = $key; + $sort_flags = $sort_flags ?: SORT_REGULAR; + } + } + + if (null === $sort_flags) { + $sort_flags = SORT_NATURAL | SORT_FLAG_CASE; + } + + // else just sort the list according to specified key + if (extension_loaded('intl') && Grav::instance()['config']->get('system.intl_enabled')) { + $locale = setlocale(LC_COLLATE, '0'); //`setlocale` with a '0' param returns the current locale set + $col = Collator::create($locale); + if ($col) { + $col->setAttribute(Collator::NUMERIC_COLLATION, Collator::ON); + if (($sort_flags & SORT_NATURAL) === SORT_NATURAL) { + $list = preg_replace_callback('~([0-9]+)\.~', static function ($number) { + return sprintf('%032d.', $number[0]); + }, $list); + if (!is_array($list)) { + throw new RuntimeException('Internal Error'); + } + + $list_vals = array_values($list); + if (is_numeric(array_shift($list_vals))) { + $sort_flags = Collator::SORT_REGULAR; + } else { + $sort_flags = Collator::SORT_STRING; + } + } + + $col->asort($list, $sort_flags); + } else { + asort($list, $sort_flags); + } + } else { + asort($list, $sort_flags); + } + + // Move manually ordered items into the beginning of the list. Order of the unlisted items does not change. + if (is_array($manual) && !empty($manual)) { + $i = count($manual); + $new_list = []; + foreach ($list as $key => $dummy) { + $child = $this[$key] ?? null; + $order = $child ? array_search($child->slug, $manual, true) : false; + if ($order === false) { + $order = $i++; + } + $new_list[$key] = (int)$order; + } + + $list = $new_list; + + // Apply manual ordering to the list. + asort($list, SORT_NUMERIC); + } + + if ($order_dir !== 'asc') { + $list = array_reverse($list); + } + + return array_keys($list); + } + + /** + * Mimicks Pages class. + * + * @return $this + * @deprecated 1.7 Not needed anymore in Flex Pages (does nothing). + */ + public function all() + { + return $this; + } + + /** + * Returns the items between a set of date ranges of either the page date field (default) or + * an arbitrary datetime page field where start date and end date are optional + * Dates must be passed in as text that strtotime() can process + * http://php.net/manual/en/function.strtotime.php + * + * @param string|null $startDate + * @param string|null $endDate + * @param string|null $field + * @return static + * @phpstan-return static + * @throws Exception + */ + public function dateRange($startDate = null, $endDate = null, $field = null) + { + $start = $startDate ? Utils::date2timestamp($startDate) : null; + $end = $endDate ? Utils::date2timestamp($endDate) : null; + + $entries = []; + foreach ($this as $key => $object) { + if (!$object) { + continue; + } + + $date = $field ? strtotime($object->getNestedProperty($field)) : $object->date(); + + if ((!$start || $date >= $start) && (!$end || $date <= $end)) { + $entries[$key] = $object; + } + } + + return $this->createFrom($entries); + } + + /** + * Creates new collection with only visible pages + * + * @return static The collection with only visible pages + * @phpstan-return static + */ + public function visible() + { + $entries = []; + foreach ($this as $key => $object) { + if ($object && $object->visible()) { + $entries[$key] = $object; + } + } + + return $this->createFrom($entries); + } + + /** + * Creates new collection with only non-visible pages + * + * @return static The collection with only non-visible pages + * @phpstan-return static + */ + public function nonVisible() + { + $entries = []; + foreach ($this as $key => $object) { + if ($object && !$object->visible()) { + $entries[$key] = $object; + } + } + + return $this->createFrom($entries); + } + + /** + * Creates new collection with only pages + * + * @return static The collection with only pages + * @phpstan-return static + */ + public function pages() + { + $entries = []; + /** + * @var int|string $key + * @var PageInterface|null $object + */ + foreach ($this as $key => $object) { + if ($object && !$object->isModule()) { + $entries[$key] = $object; + } + } + + return $this->createFrom($entries); + } + + /** + * Creates new collection with only modules + * + * @return static The collection with only modules + * @phpstan-return static + */ + public function modules() + { + $entries = []; + /** + * @var int|string $key + * @var PageInterface|null $object + */ + foreach ($this as $key => $object) { + if ($object && $object->isModule()) { + $entries[$key] = $object; + } + } + + return $this->createFrom($entries); + } + + /** + * Alias of modules() + * + * @return static + * @phpstan-return static + */ + public function modular() + { + return $this->modules(); + } + + /** + * Alias of pages() + * + * @return static + * @phpstan-return static + */ + public function nonModular() + { + return $this->pages(); + } + + /** + * Creates new collection with only published pages + * + * @return static The collection with only published pages + * @phpstan-return static + */ + public function published() + { + $entries = []; + foreach ($this as $key => $object) { + if ($object && $object->published()) { + $entries[$key] = $object; + } + } + + return $this->createFrom($entries); + } + + /** + * Creates new collection with only non-published pages + * + * @return static The collection with only non-published pages + * @phpstan-return static + */ + public function nonPublished() + { + $entries = []; + foreach ($this as $key => $object) { + if ($object && !$object->published()) { + $entries[$key] = $object; + } + } + + return $this->createFrom($entries); + } + + /** + * Creates new collection with only routable pages + * + * @return static The collection with only routable pages + * @phpstan-return static + */ + public function routable() + { + $entries = []; + foreach ($this as $key => $object) { + if ($object && $object->routable()) { + $entries[$key] = $object; + } + } + + return $this->createFrom($entries); + } + + /** + * Creates new collection with only non-routable pages + * + * @return static The collection with only non-routable pages + * @phpstan-return static + */ + public function nonRoutable() + { + $entries = []; + foreach ($this as $key => $object) { + if ($object && !$object->routable()) { + $entries[$key] = $object; + } + } + + return $this->createFrom($entries); + } + + /** + * Creates new collection with only pages of the specified type + * + * @param string $type + * @return static The collection + * @phpstan-return static + */ + public function ofType($type) + { + $entries = []; + foreach ($this as $key => $object) { + if ($object && $object->template() === $type) { + $entries[$key] = $object; + } + } + + return $this->createFrom($entries); + } + + /** + * Creates new collection with only pages of one of the specified types + * + * @param string[] $types + * @return static The collection + * @phpstan-return static + */ + public function ofOneOfTheseTypes($types) + { + $entries = []; + foreach ($this as $key => $object) { + if ($object && in_array($object->template(), $types, true)) { + $entries[$key] = $object; + } + } + + return $this->createFrom($entries); + } + + /** + * Creates new collection with only pages of one of the specified access levels + * + * @param array $accessLevels + * @return static The collection + * @phpstan-return static + */ + public function ofOneOfTheseAccessLevels($accessLevels) + { + $entries = []; + foreach ($this as $key => $object) { + if ($object && isset($object->header()->access)) { + if (is_array($object->header()->access)) { + //Multiple values for access + $valid = false; + + foreach ($object->header()->access as $index => $accessLevel) { + if (is_array($accessLevel)) { + foreach ($accessLevel as $innerIndex => $innerAccessLevel) { + if (in_array($innerAccessLevel, $accessLevels)) { + $valid = true; + } + } + } else { + if (in_array($index, $accessLevels)) { + $valid = true; + } + } + } + if ($valid) { + $entries[$key] = $object; + } + } else { + //Single value for access + if (in_array($object->header()->access, $accessLevels)) { + $entries[$key] = $object; + } + } + } + } + + return $this->createFrom($entries); + } + + /** + * @param bool $bool + * @return static + * @phpstan-return static + */ + public function withOrdered(bool $bool = true) + { + $list = array_keys(array_filter($this->call('isOrdered', [$bool]))); + + return $this->select($list); + } + + /** + * @param bool $bool + * @return static + * @phpstan-return static + */ + public function withModules(bool $bool = true) + { + $list = array_keys(array_filter($this->call('isModule', [$bool]))); + + return $this->select($list); + } + + /** + * @param bool $bool + * @return static + * @phpstan-return static + */ + public function withPages(bool $bool = true) + { + $list = array_keys(array_filter($this->call('isPage', [$bool]))); + + return $this->select($list); + } + + /** + * @param bool $bool + * @param string|null $languageCode + * @param bool|null $fallback + * @return static + * @phpstan-return static + */ + public function withTranslation(bool $bool = true, string $languageCode = null, bool $fallback = null) + { + $list = array_keys(array_filter($this->call('hasTranslation', [$languageCode, $fallback]))); + + return $bool ? $this->select($list) : $this->unselect($list); + } + + /** + * @param string|null $languageCode + * @param bool|null $fallback + * @return PageIndex + */ + public function withTranslated(string $languageCode = null, bool $fallback = null) + { + return $this->getIndex()->withTranslated($languageCode, $fallback); + } + + /** + * Filter pages by given filters. + * + * - search: string + * - page_type: string|string[] + * - modular: bool + * - visible: bool + * - routable: bool + * - published: bool + * - page: bool + * - translated: bool + * + * @param array $filters + * @param bool $recursive + * @return static + * @phpstan-return static + */ + public function filterBy(array $filters, bool $recursive = false) + { + $list = array_keys(array_filter($this->call('filterBy', [$filters, $recursive]))); + + return $this->select($list); + } + + /** + * Get the extended version of this Collection with each page keyed by route + * + * @return array + * @throws Exception + */ + public function toExtendedArray(): array + { + $entries = []; + foreach ($this as $key => $object) { + if ($object) { + $entries[$object->route()] = $object->toArray(); + } + } + + return $entries; + } + + /** + * @param array $options + * @return array + */ + public function getLevelListing(array $options): array + { + /** @var PageIndex $index */ + $index = $this->getIndex(); + + return method_exists($index, 'getLevelListing') ? $index->getLevelListing($options) : []; + } +} diff --git a/system/src/Grav/Common/Flex/Types/Pages/PageIndex.php b/system/src/Grav/Common/Flex/Types/Pages/PageIndex.php new file mode 100644 index 0000000..21e02ab --- /dev/null +++ b/system/src/Grav/Common/Flex/Types/Pages/PageIndex.php @@ -0,0 +1,1198 @@ + + * @implements PageCollectionInterface + * + * @method PageIndex withModules(bool $bool = true) + * @method PageIndex withPages(bool $bool = true) + * @method PageIndex withTranslation(bool $bool = true, string $languageCode = null, bool $fallback = null) + */ +class PageIndex extends FlexPageIndex implements PageCollectionInterface +{ + use FlexGravTrait; + use FlexIndexTrait; + + public const VERSION = parent::VERSION . '.5'; + public const ORDER_LIST_REGEX = '/(\/\d+)\.[^\/]+/u'; + public const PAGE_ROUTE_REGEX = '/\/\d+\./u'; + + /** @var PageObject|array */ + protected $_root; + /** @var array|null */ + protected $_params; + + /** + * @param array $entries + * @param FlexDirectory|null $directory + */ + public function __construct(array $entries = [], FlexDirectory $directory = null) + { + // Remove root if it's taken. + if (isset($entries[''])) { + $this->_root = $entries['']; + unset($entries['']); + } + + parent::__construct($entries, $directory); + } + + /** + * @param FlexStorageInterface $storage + * @return array + */ + public static function loadEntriesFromStorage(FlexStorageInterface $storage): array + { + // Load saved index. + $index = static::loadIndex($storage); + + $version = $index['version'] ?? 0; + $force = static::VERSION !== $version; + + // TODO: Following check flex index to be out of sync after some saves, disabled until better solution is found. + //$timestamp = $index['timestamp'] ?? 0; + //if (!$force && $timestamp && $timestamp > time() - 1) { + // return $index['index']; + //} + + // Load up to date index. + $entries = parent::loadEntriesFromStorage($storage); + + return static::updateIndexFile($storage, $index['index'], $entries, ['include_missing' => true, 'force_update' => $force]); + } + + /** + * @param string $key + * @return PageObject|null + * @phpstan-return T|null + */ + public function get($key) + { + if (mb_strpos($key, '|') !== false) { + [$key, $params] = explode('|', $key, 2); + } + + $element = parent::get($key); + if (null === $element) { + return null; + } + + if (isset($params)) { + $element = $element->getTranslation(ltrim($params, '.')); + } + + \assert(null === $element || $element instanceof PageObject); + + return $element; + } + + /** + * @return PageInterface + */ + public function getRoot() + { + $root = $this->_root; + if (is_array($root)) { + $directory = $this->getFlexDirectory(); + $storage = $directory->getStorage(); + + $defaults = [ + 'header' => [ + 'routable' => false, + 'permissions' => [ + 'inherit' => false + ] + ] + ]; + + $row = $storage->readRows(['' => null])[''] ?? null; + if (null !== $row) { + if (isset($row['__ERROR'])) { + /** @var Debugger $debugger */ + $debugger = Grav::instance()['debugger']; + $message = sprintf('Flex Pages: root page is broken in storage: %s', $row['__ERROR']); + + $debugger->addException(new RuntimeException($message)); + $debugger->addMessage($message, 'error'); + + $row = ['__META' => $root]; + } + + } else { + $row = ['__META' => $root]; + } + + $row = array_merge_recursive($defaults, $row); + + /** @var PageObject $root */ + $root = $this->getFlexDirectory()->createObject($row, '/', false); + $root->name('root.md'); + $root->root(true); + + $this->_root = $root; + } + + return $root; + } + + /** + * @param string|null $languageCode + * @param bool|null $fallback + * @return static + * @phpstan-return static + */ + public function withTranslated(string $languageCode = null, bool $fallback = null) + { + if (null === $languageCode) { + return $this; + } + + $entries = $this->translateEntries($this->getEntries(), $languageCode, $fallback); + $params = ['language' => $languageCode, 'language_fallback' => $fallback] + $this->getParams(); + + return $this->createFrom($entries)->setParams($params); + } + + /** + * @return string|null + */ + public function getLanguage(): ?string + { + return $this->_params['language'] ?? null; + } + + /** + * Get the collection params + * + * @return array + */ + public function getParams(): array + { + return $this->_params ?? []; + } + + /** + * Get the collection param + * + * @param string $name + * @return mixed + */ + public function getParam(string $name) + { + return $this->_params[$name] ?? null; + } + + /** + * Set parameters to the Collection + * + * @param array $params + * @return $this + */ + public function setParams(array $params) + { + $this->_params = $this->_params ? array_merge($this->_params, $params) : $params; + + return $this; + } + + /** + * Set a parameter to the Collection + * + * @param string $name + * @param mixed $value + * @return $this + */ + public function setParam(string $name, $value) + { + $this->_params[$name] = $value; + + return $this; + } + + /** + * Get the collection params + * + * @return array + */ + public function params(): array + { + return $this->getParams(); + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::getCacheKey() + */ + public function getCacheKey(): string + { + return $this->getTypePrefix() . $this->getFlexType() . '.' . sha1(json_encode($this->getKeys()) . $this->getKeyField() . $this->getLanguage()); + } + + /** + * Filter pages by given filters. + * + * - search: string + * - page_type: string|string[] + * - modular: bool + * - visible: bool + * - routable: bool + * - published: bool + * - page: bool + * - translated: bool + * + * @param array $filters + * @param bool $recursive + * @return static + * @phpstan-return static + */ + public function filterBy(array $filters, bool $recursive = false) + { + if (!$filters) { + return $this; + } + + if ($recursive) { + return $this->__call('filterBy', [$filters, true]); + } + + $list = []; + $index = $this; + foreach ($filters as $key => $value) { + switch ($key) { + case 'search': + $index = $index->search((string)$value); + break; + case 'page_type': + if (!is_array($value)) { + $value = is_string($value) && $value !== '' ? explode(',', $value) : []; + } + $index = $index->ofOneOfTheseTypes($value); + break; + case 'routable': + $index = $index->withRoutable((bool)$value); + break; + case 'published': + $index = $index->withPublished((bool)$value); + break; + case 'visible': + $index = $index->withVisible((bool)$value); + break; + case 'module': + $index = $index->withModules((bool)$value); + break; + case 'page': + $index = $index->withPages((bool)$value); + break; + case 'folder': + $index = $index->withPages(!$value); + break; + case 'translated': + $index = $index->withTranslation((bool)$value); + break; + default: + $list[$key] = $value; + } + } + + return $list ? $index->filterByParent($list) : $index; + } + + /** + * @param array $filters + * @return static + * @phpstan-return static + */ + protected function filterByParent(array $filters) + { + /** @var static $index */ + $index = parent::filterBy($filters); + + return $index; + } + + /** + * @param array $options + * @return array + */ + public function getLevelListing(array $options): array + { + // Undocumented B/C + $order = $options['order'] ?? 'asc'; + if ($order === SORT_ASC) { + $options['order'] = 'asc'; + } elseif ($order === SORT_DESC) { + $options['order'] = 'desc'; + } + + $options += [ + 'field' => null, + 'route' => null, + 'leaf_route' => null, + 'sortby' => null, + 'order' => 'asc', + 'lang' => null, + 'filters' => [], + ]; + + $options['filters'] += [ + 'type' => ['root', 'dir'], + ]; + + $key = 'page.idx.lev.' . sha1(json_encode($options, JSON_THROW_ON_ERROR) . $this->getCacheKey()); + $checksum = $this->getCacheChecksum(); + + $cache = $this->getCache('object'); + + /** @var Debugger $debugger */ + $debugger = Grav::instance()['debugger']; + + $result = null; + try { + $cached = $cache->get($key); + $test = $cached[0] ?? null; + $result = $test === $checksum ? ($cached[1] ?? null) : null; + } catch (\Psr\SimpleCache\InvalidArgumentException $e) { + $debugger->addException($e); + } + + try { + if (null === $result) { + $result = $this->getLevelListingRecurse($options); + $cache->set($key, [$checksum, $result]); + } + } catch (\Psr\SimpleCache\InvalidArgumentException $e) { + $debugger->addException($e); + } + + return $result; + } + + /** + * @param array $entries + * @param string|null $keyField + * @return static + * @phpstan-return static + */ + protected function createFrom(array $entries, string $keyField = null) + { + /** @var static $index */ + $index = parent::createFrom($entries, $keyField); + $index->_root = $this->getRoot(); + + return $index; + } + + /** + * @param array $entries + * @param string $lang + * @param bool|null $fallback + * @return array + */ + protected function translateEntries(array $entries, string $lang, bool $fallback = null): array + { + $languages = $this->getFallbackLanguages($lang, $fallback); + foreach ($entries as $key => &$entry) { + // Find out which version of the page we should load. + $translations = $this->getLanguageTemplates((string)$key); + if (!$translations) { + // No translations found, is this a folder? + continue; + } + + // Find a translation. + $template = null; + foreach ($languages as $code) { + if (isset($translations[$code])) { + $template = $translations[$code]; + break; + } + } + + // We couldn't find a translation, remove entry from the list. + if (!isset($code, $template)) { + unset($entries['key']); + continue; + } + + // Get the main key without template and language. + [$main_key,] = explode('|', $entry['storage_key'] . '|', 2); + + // Update storage key and language. + $entry['storage_key'] = $main_key . '|' . $template . '.' . $code; + $entry['lang'] = $code; + } + unset($entry); + + return $entries; + } + + /** + * @return array + */ + protected function getLanguageTemplates(string $key): array + { + $meta = $this->getMetaData($key); + $template = $meta['template'] ?? 'folder'; + $translations = $meta['markdown'] ?? []; + $list = []; + foreach ($translations as $code => $search) { + if (isset($search[$template])) { + // Use main template if possible. + $list[$code] = $template; + } elseif (!empty($search)) { + // Fall back to first matching template. + $list[$code] = key($search); + } + } + + return $list; + } + + /** + * @param string|null $languageCode + * @param bool|null $fallback + * @return array + */ + protected function getFallbackLanguages(string $languageCode = null, bool $fallback = null): array + { + $fallback = $fallback ?? true; + if (!$fallback && null !== $languageCode) { + return [$languageCode]; + } + + $grav = Grav::instance(); + + /** @var Language $language */ + $language = $grav['language']; + $languageCode = $languageCode ?? ''; + if ($languageCode === '' && $fallback) { + return $language->getFallbackLanguages(null, true); + } + + return $fallback ? $language->getFallbackLanguages($languageCode, true) : [$languageCode]; + } + + /** + * @param array $options + * @return array + */ + protected function getLevelListingRecurse(array $options): array + { + $filters = $options['filters'] ?? []; + $field = $options['field']; + $route = $options['route']; + $leaf_route = $options['leaf_route']; + $sortby = $options['sortby']; + $order = $options['order']; + $language = $options['lang']; + + $status = 'error'; + $response = []; + $extra = null; + + // Handle leaf_route + $leaf = null; + if ($leaf_route && $route !== $leaf_route) { + $nodes = explode('/', $leaf_route); + $sub_route = '/' . implode('/', array_slice($nodes, 1, $options['level']++)); + $options['route'] = $sub_route; + + [$status,,$leaf,$extra] = $this->getLevelListingRecurse($options); + } + + // Handle no route, assume page tree root + if (!$route) { + $page = $this->getRoot(); + } else { + $page = $this->get(trim($route, '/')); + } + $path = $page ? $page->path() : null; + + if ($field) { + // Get forced filters from the field. + $blueprint = $page ? $page->getBlueprint() : $this->getFlexDirectory()->getBlueprint(); + $settings = $blueprint->schema()->getProperty($field); + $filters = array_merge([], $filters, $settings['filters'] ?? []); + } + + // Clean up filter. + $filter_type = (array)($filters['type'] ?? []); + unset($filters['type']); + $filters = array_filter($filters, static function($val) { return $val !== null && $val !== ''; }); + + if ($page) { + $status = 'success'; + $msg = 'PLUGIN_ADMIN.PAGE_ROUTE_FOUND'; + + if ($page->root() && (!$filter_type || in_array('root', $filter_type, true))) { + if ($field) { + $response[] = [ + 'name' => '', + 'value' => '/', + 'item-key' => '', + 'filename' => '.', + 'extension' => '', + 'type' => 'root', + 'modified' => $page->modified(), + 'size' => 0, + 'symlink' => false, + 'has-children' => false + ]; + } else { + $response[] = [ + 'item-key' => '-root-', + 'icon' => 'root', + 'title' => 'Root', // FIXME + 'route' => [ + 'display' => '<root>', // FIXME + 'raw' => '_root', + ], + 'modified' => $page->modified(), + 'extras' => [ + 'template' => $page->template(), + //'lang' => null, + //'translated' => null, + 'langs' => [], + 'published' => false, + 'visible' => false, + 'routable' => false, + 'tags' => ['root', 'non-routable'], + 'actions' => ['edit'], // FIXME + ] + ]; + } + } + + /** @var PageCollection|PageIndex $children */ + $children = $page->children(); + /** @var PageIndex $children */ + $children = $children->getIndex(); + $selectedChildren = $children->filterBy($filters + ['language' => $language], true); + + /** @var Header $header */ + $header = $page->header(); + + if (!$field && $header->get('admin.children_display_order', 'collection') === 'collection' && ($orderby = $header->get('content.order.by'))) { + // Use custom sorting by page header. + $sortby = $orderby; + $order = $header->get('content.order.dir', $order); + $custom = $header->get('content.order.custom'); + } + + if ($sortby) { + // Sort children. + $selectedChildren = $selectedChildren->order($sortby, $order, $custom ?? null); + } + + /** @var UserInterface|null $user */ + $user = Grav::instance()['user'] ?? null; + + /** @var PageObject $child */ + foreach ($selectedChildren as $child) { + $selected = $child->path() === $extra; + $includeChildren = is_array($leaf) && !empty($leaf) && $selected; + if ($field) { + $child_count = count($child->children()); + $payload = [ + 'name' => $child->menu(), + 'value' => $child->rawRoute(), + 'item-key' => Utils::basename($child->rawRoute() ?? ''), + 'filename' => $child->folder(), + 'extension' => $child->extension(), + 'type' => 'dir', + 'modified' => $child->modified(), + 'size' => $child_count, + 'symlink' => false, + 'has-children' => $child_count > 0 + ]; + } else { + $lang = $child->findTranslation($language) ?? 'n/a'; + /** @var PageObject $child */ + $child = $child->getTranslation($language) ?? $child; + + // TODO: all these features are independent from each other, we cannot just have one icon/color to catch all. + // TODO: maybe icon by home/modular/page/folder (or even from blueprints) and color by visibility etc.. + if ($child->home()) { + $icon = 'home'; + } elseif ($child->isModule()) { + $icon = 'modular'; + } elseif ($child->visible()) { + $icon = 'visible'; + } elseif ($child->isPage()) { + $icon = 'page'; + } else { + // TODO: add support + $icon = 'folder'; + } + $tags = [ + $child->published() ? 'published' : 'non-published', + $child->visible() ? 'visible' : 'non-visible', + $child->routable() ? 'routable' : 'non-routable' + ]; + $extras = [ + 'template' => $child->template(), + 'lang' => $lang ?: null, + 'translated' => $lang ? $child->hasTranslation($language, false) : null, + 'langs' => $child->getAllLanguages(true) ?: null, + 'published' => $child->published(), + 'published_date' => $this->jsDate($child->publishDate()), + 'unpublished_date' => $this->jsDate($child->unpublishDate()), + 'visible' => $child->visible(), + 'routable' => $child->routable(), + 'tags' => $tags, + 'actions' => $this->getListingActions($child, $user), + ]; + $extras = array_filter($extras, static function ($v) { + return $v !== null; + }); + + /** @var PageIndex $tmp */ + $tmp = $child->children()->getIndex(); + $child_count = $tmp->count(); + $count = $filters ? $tmp->filterBy($filters, true)->count() : null; + $route = $child->getRoute(); + $route = $route ? ($route->toString(false) ?: '/') : ''; + $payload = [ + 'item-key' => htmlspecialchars(Utils::basename($child->rawRoute() ?? $child->getKey())), + 'icon' => $icon, + 'title' => htmlspecialchars($child->menu()), + 'route' => [ + 'display' => htmlspecialchars($route) ?: null, + 'raw' => htmlspecialchars($child->rawRoute()), + ], + 'modified' => $this->jsDate($child->modified()), + 'child_count' => $child_count ?: null, + 'count' => $count ?? null, + 'filters_hit' => $filters ? ($child->filterBy($filters, false) ?: null) : null, + 'extras' => $extras + ]; + $payload = array_filter($payload, static function ($v) { + return $v !== null; + }); + } + + // Add children if any + if ($includeChildren) { + $payload['children'] = array_values($leaf); + } + + $response[] = $payload; + } + } else { + $msg = 'PLUGIN_ADMIN.PAGE_ROUTE_NOT_FOUND'; + } + + if ($field) { + $temp_array = []; + foreach ($response as $index => $item) { + $temp_array[$item['type']][$index] = $item; + } + + $sorted = Utils::sortArrayByArray($temp_array, $filter_type); + $response = Utils::arrayFlatten($sorted); + } + + return [$status, $msg, $response, $path]; + } + + /** + * @param PageObject $object + * @param UserInterface $user + * @return array + */ + protected function getListingActions(PageObject $object, UserInterface $user): array + { + $actions = []; + if ($object->isAuthorized('read', null, $user)) { + $actions[] = 'preview'; + $actions[] = 'edit'; + } + if ($object->isAuthorized('update', null, $user)) { + $actions[] = 'copy'; + $actions[] = 'move'; + } + if ($object->isAuthorized('delete', null, $user)) { + $actions[] = 'delete'; + } + + return $actions; + } + + /** + * @param FlexStorageInterface $storage + * @return CompiledJsonFile|CompiledYamlFile|null + */ + protected static function getIndexFile(FlexStorageInterface $storage) + { + if (!method_exists($storage, 'isIndexed') || !$storage->isIndexed()) { + return null; + } + + // Load saved index file. + $grav = Grav::instance(); + $locator = $grav['locator']; + + $filename = $locator->findResource('user-data://flex/indexes/pages.json', true, true); + + return CompiledJsonFile::instance($filename); + } + + /** + * @param int|null $timestamp + * @return string|null + */ + private function jsDate(int $timestamp = null): ?string + { + if (!$timestamp) { + return null; + } + + $config = Grav::instance()['config']; + $dateFormat = $config->get('system.pages.dateformat.long'); + + return date($dateFormat, $timestamp) ?: null; + } + + /** + * Add a single page to a collection + * + * @param PageInterface $page + * @return PageCollection + * @phpstan-return C + */ + public function addPage(PageInterface $page) + { + return $this->getCollection()->addPage($page); + } + + /** + * + * Create a copy of this collection + * + * @return static + * @phpstan-return static + */ + public function copy() + { + return clone $this; + } + + /** + * + * Merge another collection with the current collection + * + * @param PageCollectionInterface $collection + * @return PageCollection + * @phpstan-return C + */ + public function merge(PageCollectionInterface $collection) + { + return $this->getCollection()->merge($collection); + } + + + /** + * Intersect another collection with the current collection + * + * @param PageCollectionInterface $collection + * @return PageCollection + * @phpstan-return C + */ + public function intersect(PageCollectionInterface $collection) + { + return $this->getCollection()->intersect($collection); + } + + /** + * Split collection into array of smaller collections. + * + * @param int $size + * @return PageCollection[] + * @phpstan-return C[] + */ + public function batch($size) + { + return $this->getCollection()->batch($size); + } + + /** + * Remove item from the list. + * + * @param string $key + * @return PageObject|null + * @phpstan-return T|null + * @throws InvalidArgumentException + */ + public function remove($key) + { + return $this->getCollection()->remove($key); + } + + /** + * Reorder collection. + * + * @param string $by + * @param string $dir + * @param array $manual + * @param string $sort_flags + * @return static + * @phpstan-return static + */ + public function order($by, $dir = 'asc', $manual = null, $sort_flags = null) + { + /** @var PageCollectionInterface $collection */ + $collection = $this->__call('order', [$by, $dir, $manual, $sort_flags]); + + return $collection; + } + + /** + * Check to see if this item is the first in the collection. + * + * @param string $path + * @return bool True if item is first. + */ + public function isFirst($path): bool + { + /** @var bool $result */ + $result = $this->__call('isFirst', [$path]); + + return $result; + + } + + /** + * Check to see if this item is the last in the collection. + * + * @param string $path + * @return bool True if item is last. + */ + public function isLast($path): bool + { + /** @var bool $result */ + $result = $this->__call('isLast', [$path]); + + return $result; + } + + /** + * Gets the previous sibling based on current position. + * + * @param string $path + * @return PageObject|null The previous item. + * @phpstan-return T|null + */ + public function prevSibling($path) + { + /** @var PageObject|null $result */ + $result = $this->__call('prevSibling', [$path]); + + return $result; + } + + /** + * Gets the next sibling based on current position. + * + * @param string $path + * @return PageObject|null The next item. + * @phpstan-return T|null + */ + public function nextSibling($path) + { + /** @var PageObject|null $result */ + $result = $this->__call('nextSibling', [$path]); + + return $result; + } + + /** + * Returns the adjacent sibling based on a direction. + * + * @param string $path + * @param int $direction either -1 or +1 + * @return PageObject|false The sibling item. + * @phpstan-return T|false + */ + public function adjacentSibling($path, $direction = 1) + { + /** @var PageObject|false $result */ + $result = $this->__call('adjacentSibling', [$path, $direction]); + + return $result; + } + + /** + * Returns the item in the current position. + * + * @param string $path the path the item + * @return int|null The index of the current page, null if not found. + */ + public function currentPosition($path): ?int + { + /** @var int|null $result */ + $result = $this->__call('currentPosition', [$path]); + + return $result; + } + + /** + * Returns the items between a set of date ranges of either the page date field (default) or + * an arbitrary datetime page field where start date and end date are optional + * Dates must be passed in as text that strtotime() can process + * http://php.net/manual/en/function.strtotime.php + * + * @param string|null $startDate + * @param string|null $endDate + * @param string|null $field + * @return static + * @phpstan-return static + * @throws Exception + */ + public function dateRange($startDate = null, $endDate = null, $field = null) + { + $collection = $this->__call('dateRange', [$startDate, $endDate, $field]); + + return $collection; + } + + /** + * Mimicks Pages class. + * + * @return $this + * @deprecated 1.7 Not needed anymore in Flex Pages (does nothing). + */ + public function all() + { + return $this; + } + + /** + * Creates new collection with only visible pages + * + * @return static The collection with only visible pages + * @phpstan-return static + */ + public function visible() + { + $collection = $this->__call('visible', []); + + return $collection; + } + + /** + * Creates new collection with only non-visible pages + * + * @return static The collection with only non-visible pages + * @phpstan-return static + */ + public function nonVisible() + { + $collection = $this->__call('nonVisible', []); + + return $collection; + } + + /** + * Creates new collection with only non-modular pages + * + * @return static The collection with only non-modular pages + * @phpstan-return static + */ + public function pages() + { + $collection = $this->__call('pages', []); + + return $collection; + } + + /** + * Creates new collection with only modular pages + * + * @return static The collection with only modular pages + * @phpstan-return static + */ + public function modules() + { + $collection = $this->__call('modules', []); + + return $collection; + } + + /** + * Creates new collection with only modular pages + * + * @return static The collection with only modular pages + * @phpstan-return static + */ + public function modular() + { + return $this->modules(); + } + + /** + * Creates new collection with only non-modular pages + * + * @return static The collection with only non-modular pages + * @phpstan-return static + */ + public function nonModular() + { + return $this->pages(); + } + + /** + * Creates new collection with only published pages + * + * @return static The collection with only published pages + * @phpstan-return static + */ + public function published() + { + $collection = $this->__call('published', []); + + return $collection; + } + + /** + * Creates new collection with only non-published pages + * + * @return static The collection with only non-published pages + * @phpstan-return static + */ + public function nonPublished() + { + $collection = $this->__call('nonPublished', []); + + return $collection; + } + + /** + * Creates new collection with only routable pages + * + * @return static The collection with only routable pages + * @phpstan-return static + */ + public function routable() + { + $collection = $this->__call('routable', []); + + return $collection; + } + + /** + * Creates new collection with only non-routable pages + * + * @return static The collection with only non-routable pages + * @phpstan-return static + */ + public function nonRoutable() + { + $collection = $this->__call('nonRoutable', []); + + return $collection; + } + + /** + * Creates new collection with only pages of the specified type + * + * @param string $type + * @return static The collection + * @phpstan-return static + */ + public function ofType($type) + { + $collection = $this->__call('ofType', [$type]); + + return $collection; + } + + /** + * Creates new collection with only pages of one of the specified types + * + * @param string[] $types + * @return static The collection + * @phpstan-return static + */ + public function ofOneOfTheseTypes($types) + { + $collection = $this->__call('ofOneOfTheseTypes', [$types]); + + return $collection; + } + + /** + * Creates new collection with only pages of one of the specified access levels + * + * @param array $accessLevels + * @return static The collection + * @phpstan-return static + */ + public function ofOneOfTheseAccessLevels($accessLevels) + { + $collection = $this->__call('ofOneOfTheseAccessLevels', [$accessLevels]); + + return $collection; + } + + /** + * Converts collection into an array. + * + * @return array + */ + public function toArray() + { + return $this->getCollection()->toArray(); + } + + /** + * Get the extended version of this Collection with each page keyed by route + * + * @return array + * @throws Exception + */ + public function toExtendedArray() + { + return $this->getCollection()->toExtendedArray(); + } + +} diff --git a/system/src/Grav/Common/Flex/Types/Pages/PageObject.php b/system/src/Grav/Common/Flex/Types/Pages/PageObject.php new file mode 100644 index 0000000..9f71df7 --- /dev/null +++ b/system/src/Grav/Common/Flex/Types/Pages/PageObject.php @@ -0,0 +1,744 @@ + true, + 'full_order' => true, + 'filterBy' => true, + 'translated' => false, + ] + parent::getCachedMethods(); + } + + /** + * @return void + */ + public function initialize(): void + { + if (!$this->_initialized) { + Grav::instance()->fireEvent('onPageProcessed', new Event(['page' => $this])); + $this->_initialized = true; + } + } + + /** + * @param string|array $query + * @return Route|null + */ + public function getRoute($query = []): ?Route + { + $path = $this->route(); + if (null === $path) { + return null; + } + + $route = RouteFactory::createFromString($path); + if ($lang = $route->getLanguage()) { + $grav = Grav::instance(); + if (!$grav['config']->get('system.languages.include_default_lang')) { + /** @var Language $language */ + $language = $grav['language']; + if ($lang === $language->getDefault()) { + $route = $route->withLanguage(''); + } + } + } + if (is_array($query)) { + foreach ($query as $key => $value) { + $route = $route->withQueryParam($key, $value); + } + } else { + $route = $route->withAddedPath($query); + } + + return $route; + } + + /** + * @inheritdoc PageInterface + */ + public function getFormValue(string $name, $default = null, string $separator = null) + { + $test = new stdClass(); + + $value = $this->pageContentValue($name, $test); + if ($value !== $test) { + return $value; + } + + switch ($name) { + case 'name': + // TODO: this should not be template! + return $this->getProperty('template'); + case 'route': + $filesystem = Filesystem::getInstance(false); + $key = $filesystem->dirname($this->hasKey() ? '/' . $this->getKey() : '/'); + return $key !== '/' ? $key : null; + case 'full_route': + return $this->hasKey() ? '/' . $this->getKey() : ''; + case 'full_order': + return $this->full_order(); + case 'lang': + return $this->getLanguage() ?? ''; + case 'translations': + return $this->getLanguages(); + } + + return parent::getFormValue($name, $default, $separator); + } + + /** + * {@inheritdoc} + * @see FlexObjectInterface::getCacheKey() + */ + public function getCacheKey(): string + { + $cacheKey = parent::getCacheKey(); + if ($cacheKey) { + /** @var Language $language */ + $language = Grav::instance()['language']; + $cacheKey .= '_' . $language->getActive(); + } + + return $cacheKey; + } + + /** + * @param array $variables + * @return array + */ + protected function onBeforeSave(array $variables) + { + $reorder = $variables[0] ?? true; + + $meta = $this->getMetaData(); + if (($meta['copy'] ?? false) === true) { + $this->folder = $this->getKey(); + } + + // Figure out storage path to the new route. + $parentKey = $this->getProperty('parent_key'); + if ($parentKey !== '') { + $parentRoute = $this->getProperty('route'); + + // Root page cannot be moved. + if ($this->root()) { + throw new RuntimeException(sprintf('Root page cannot be moved to %s', $parentRoute)); + } + + // Make sure page isn't being moved under itself. + $key = $this->getStorageKey(); + + /** @var PageObject|null $parent */ + $parent = $parentKey !== false ? $this->getFlexDirectory()->getObject($parentKey, 'storage_key') : null; + if (!$parent) { + // Page cannot be moved to non-existing location. + throw new RuntimeException(sprintf('Page /%s cannot be moved to non-existing path %s', $key, $parentRoute)); + } + + // TODO: make sure that the page doesn't exist yet if moved/copied. + } + + if ($reorder === true && !$this->root()) { + $reorder = $this->_reorder; + } + + // Force automatic reorder if item is supposed to be added to the last. + if (!is_array($reorder) && (int)$this->order() >= 999999) { + $reorder = []; + } + + // Reorder siblings. + $siblings = is_array($reorder) ? ($this->reorderSiblings($reorder) ?? []) : []; + + $data = $this->prepareStorage(); + unset($data['header']); + + foreach ($siblings as $sibling) { + $data = $sibling->prepareStorage(); + unset($data['header']); + } + + return ['reorder' => $reorder, 'siblings' => $siblings]; + } + + /** + * @param array $variables + * @return array + */ + protected function onSave(array $variables): array + { + /** @var PageCollection $siblings */ + $siblings = $variables['siblings']; + /** @var PageObject $sibling */ + foreach ($siblings as $sibling) { + $sibling->save(false); + } + + return $variables; + } + + /** + * @param array $variables + */ + protected function onAfterSave(array $variables): void + { + $this->getFlexDirectory()->reloadIndex(); + } + + /** + * @param UserInterface|null $user + */ + public function check(UserInterface $user = null): void + { + parent::check($user); + + if ($user && $this->isMoved()) { + $parentKey = $this->getProperty('parent_key'); + + /** @var PageObject|null $parent */ + $parent = $this->getFlexDirectory()->getObject($parentKey, 'storage_key'); + if (!$parent || !$parent->isAuthorized('create', null, $user)) { + throw new \RuntimeException('Forbidden', 403); + } + } + } + + /** + * @param array|bool $reorder + * @return static + */ + public function save($reorder = true) + { + $variables = $this->onBeforeSave(func_get_args()); + + // Backwards compatibility with older plugins. + $fireEvents = $reorder && $this->isAdminSite() && $this->getFlexDirectory()->getConfig('object.compat.events', true); + $grav = $this->getContainer(); + if ($fireEvents) { + $self = $this; + $grav->fireEvent('onAdminSave', new Event(['type' => 'flex', 'directory' => $this->getFlexDirectory(), 'object' => &$self])); + if ($self !== $this) { + throw new RuntimeException('Switching Flex Page object during onAdminSave event is not supported! Please update plugin.'); + } + } + + /** @var static $instance */ + $instance = parent::save(); + $variables = $this->onSave($variables); + + $this->onAfterSave($variables); + + // Backwards compatibility with older plugins. + if ($fireEvents) { + $grav->fireEvent('onAdminAfterSave', new Event(['type' => 'flex', 'directory' => $this->getFlexDirectory(), 'object' => $this])); + } + + // Reset original after save events have all been called. + $this->_originalObject = null; + + return $instance; + } + + /** + * @return static + */ + public function delete() + { + $result = parent::delete(); + + // Backwards compatibility with older plugins. + $fireEvents = $this->isAdminSite() && $this->getFlexDirectory()->getConfig('object.compat.events', true); + if ($fireEvents) { + $this->getContainer()->fireEvent('onAdminAfterDelete', new Event(['object' => $this])); + } + + return $result; + } + + /** + * Prepare move page to new location. Moves also everything that's under the current page. + * + * You need to call $this->save() in order to perform the move. + * + * @param PageInterface $parent New parent page. + * @return $this + */ + public function move(PageInterface $parent) + { + if (!$parent instanceof FlexObjectInterface) { + throw new RuntimeException('Failed: Parent is not Flex Object'); + } + + $this->_reorder = []; + $this->setProperty('parent_key', $parent->getStorageKey()); + $this->storeOriginal(); + + return $this; + } + + /** + * @param UserInterface $user + * @param string $action + * @param string $scope + * @param bool $isMe + * @return bool|null + */ + protected function isAuthorizedOverride(UserInterface $user, string $action, string $scope, bool $isMe): ?bool + { + // Special case: creating a new page means checking parent for its permissions. + if ($action === 'create' && !$this->exists()) { + $parent = $this->parent(); + if ($parent && method_exists($parent, 'isAuthorized')) { + return $parent->isAuthorized($action, $scope, $user); + } + + return false; + } + + return parent::isAuthorizedOverride($user, $action, $scope, $isMe); + } + + /** + * @return bool + */ + protected function isMoved(): bool + { + $storageKey = $this->getMasterKey(); + $filesystem = Filesystem::getInstance(false); + $oldParentKey = ltrim($filesystem->dirname("/{$storageKey}"), '/'); + $newParentKey = $this->getProperty('parent_key'); + + return $this->exists() && $oldParentKey !== $newParentKey; + } + + /** + * @param array $ordering + * @return PageCollection|null + * @phpstan-return ObjectCollection|null + */ + protected function reorderSiblings(array $ordering) + { + $storageKey = $this->getMasterKey(); + $isMoved = $this->isMoved(); + $order = !$isMoved ? $this->order() : false; + if ($order !== false) { + $order = (int)$order; + } + + $parent = $this->parent(); + if (!$parent) { + throw new RuntimeException('Cannot reorder a page which has no parent'); + } + + /** @var PageCollection $siblings */ + $siblings = $parent->children(); + $siblings = $siblings->getCollection()->withOrdered(); + + // Handle special case where ordering isn't given. + if ($ordering === []) { + if ($order >= 999999) { + // Set ordering to point to be the last item, ignoring the object itself. + $order = 0; + foreach ($siblings as $sibling) { + if ($sibling->getKey() !== $this->getKey()) { + $order = max($order, (int)$sibling->order()); + } + } + $this->order($order + 1); + } + + // Do not change sibling ordering. + return null; + } + + $siblings = $siblings->orderBy(['order' => 'ASC']); + + if ($storageKey !== null) { + if ($order !== false) { + // Add current page back to the list if it's ordered. + $siblings->set($storageKey, $this); + } else { + // Remove old copy of the current page from the siblings list. + $siblings->remove($storageKey); + } + } + + // Add missing siblings into the end of the list, keeping the previous ordering between them. + foreach ($siblings as $sibling) { + $folder = (string)$sibling->getProperty('folder'); + $basename = preg_replace('|^\d+\.|', '', $folder); + if (!in_array($basename, $ordering, true)) { + $ordering[] = $basename; + } + } + + // Reorder. + $ordering = array_flip(array_values($ordering)); + $count = count($ordering); + foreach ($siblings as $sibling) { + $folder = (string)$sibling->getProperty('folder'); + $basename = preg_replace('|^\d+\.|', '', $folder); + $newOrder = $ordering[$basename] ?? null; + $newOrder = null !== $newOrder ? $newOrder + 1 : (int)$sibling->order() + $count; + $sibling->order($newOrder); + } + + $siblings = $siblings->orderBy(['order' => 'ASC']); + $siblings->removeElement($this); + + // If menu item was moved, just make it to be the last in order. + if ($isMoved && $this->order() !== false) { + $parentKey = $this->getProperty('parent_key'); + if ($parentKey === '') { + /** @var PageIndex $index */ + $index = $this->getFlexDirectory()->getIndex(); + $newParent = $index->getRoot(); + } else { + $newParent = $this->getFlexDirectory()->getObject($parentKey, 'storage_key'); + if (!$newParent instanceof PageInterface) { + throw new RuntimeException("New parent page '{$parentKey}' not found."); + } + } + /** @var PageCollection $newSiblings */ + $newSiblings = $newParent->children(); + $newSiblings = $newSiblings->getCollection()->withOrdered(); + $order = 0; + foreach ($newSiblings as $sibling) { + $order = max($order, (int)$sibling->order()); + } + $this->order($order + 1); + } + + return $siblings; + } + + /** + * @return string + */ + public function full_order(): string + { + $route = $this->path() . '/' . $this->folder(); + + return preg_replace(PageIndex::ORDER_LIST_REGEX, '\\1', $route) ?? $route; + } + + /** + * @param string $name + * @return Blueprint + */ + protected function doGetBlueprint(string $name = ''): Blueprint + { + try { + // Make sure that pages has been initialized. + Pages::getTypes(); + + // TODO: We need to move raw blueprint logic to Grav itself to remove admin dependency here. + if ($name === 'raw') { + // Admin RAW mode. + if ($this->isAdminSite()) { + /** @var Admin $admin */ + $admin = Grav::instance()['admin']; + + $template = $this->isModule() ? 'modular_raw' : ($this->root() ? 'root_raw' : 'raw'); + + return $admin->blueprints("admin/pages/{$template}"); + } + } + + $template = $this->getProperty('template') . ($name ? '.' . $name : ''); + + $blueprint = $this->getFlexDirectory()->getBlueprint($template, 'blueprints://pages'); + } catch (RuntimeException $e) { + $template = 'default' . ($name ? '.' . $name : ''); + + $blueprint = $this->getFlexDirectory()->getBlueprint($template, 'blueprints://pages'); + } + + $isNew = $blueprint->get('initialized', false) === false; + if ($isNew === true && $name === '') { + // Support onBlueprintCreated event just like in Pages::blueprints($template) + $blueprint->set('initialized', true); + $blueprint->setFilename($template); + + Grav::instance()->fireEvent('onBlueprintCreated', new Event(['blueprint' => $blueprint, 'type' => $template])); + } + + return $blueprint; + } + + /** + * @param array $options + * @return array + */ + public function getLevelListing(array $options): array + { + $index = $this->getFlexDirectory()->getIndex(); + if (!is_callable([$index, 'getLevelListing'])) { + return []; + } + + // Deal with relative paths. + $initial = $options['initial'] ?? null; + $var = $initial ? 'leaf_route' : 'route'; + $route = $options[$var] ?? ''; + if ($route !== '' && !str_starts_with($route, '/')) { + $filesystem = Filesystem::getInstance(); + + $route = "/{$this->getKey()}/{$route}"; + $route = $filesystem->normalize($route); + + $options[$var] = $route; + } + + [$status, $message, $response,] = $index->getLevelListing($options); + + return [$status, $message, $response, $options[$var] ?? null]; + } + + /** + * Filter page (true/false) by given filters. + * + * - search: string + * - extension: string + * - module: bool + * - visible: bool + * - routable: bool + * - published: bool + * - page: bool + * - translated: bool + * + * @param array $filters + * @param bool $recursive + * @return bool + */ + public function filterBy(array $filters, bool $recursive = false): bool + { + $language = $filters['language'] ?? null; + if (null !== $language) { + /** @var PageObject $test */ + $test = $this->getTranslation($language) ?? $this; + } else { + $test = $this; + } + + foreach ($filters as $key => $value) { + switch ($key) { + case 'search': + $matches = $test->search((string)$value) > 0.0; + break; + case 'page_type': + $types = $value ? explode(',', $value) : []; + $matches = in_array($test->template(), $types, true); + break; + case 'extension': + $matches = Utils::contains((string)$value, $test->extension()); + break; + case 'routable': + $matches = $test->isRoutable() === (bool)$value; + break; + case 'published': + $matches = $test->isPublished() === (bool)$value; + break; + case 'visible': + $matches = $test->isVisible() === (bool)$value; + break; + case 'module': + $matches = $test->isModule() === (bool)$value; + break; + case 'page': + $matches = $test->isPage() === (bool)$value; + break; + case 'folder': + $matches = $test->isPage() === !$value; + break; + case 'translated': + $matches = $test->hasTranslation() === (bool)$value; + break; + default: + $matches = true; + break; + } + + // If current filter does not match, we still may have match as a parent. + if ($matches === false) { + if (!$recursive) { + return false; + } + + /** @var PageIndex $index */ + $index = $this->children()->getIndex(); + + return $index->filterBy($filters, true)->count() > 0; + } + } + + return true; + } + + /** + * {@inheritdoc} + * @see FlexObjectInterface::exists() + */ + public function exists(): bool + { + return $this->root ?: parent::exists(); + } + + /** + * @return array + */ + public function __debugInfo(): array + { + $list = parent::__debugInfo(); + + return $list + [ + '_content_meta:private' => $this->getContentMeta(), + '_content:private' => $this->getRawContent() + ]; + } + + /** + * @param array $elements + * @param bool $extended + */ + protected function filterElements(array &$elements, bool $extended = false): void + { + // Change parent page if needed. + if (array_key_exists('route', $elements) && isset($elements['folder'], $elements['name'])) { + $elements['template'] = $elements['name']; + + // Figure out storage path to the new route. + $parentKey = trim($elements['route'] ?? '', '/'); + if ($parentKey !== '') { + /** @var PageObject|null $parent */ + $parent = $this->getFlexDirectory()->getObject($parentKey); + $parentKey = $parent ? $parent->getStorageKey() : $parentKey; + } + + $elements['parent_key'] = $parentKey; + } + + // Deal with ordering=bool and order=page1,page2,page3. + if ($this->root()) { + // Root page doesn't have ordering. + unset($elements['ordering'], $elements['order']); + } elseif (array_key_exists('ordering', $elements) && array_key_exists('order', $elements)) { + // Store ordering. + $ordering = $elements['order'] ?? null; + $this->_reorder = !empty($ordering) ? explode(',', $ordering) : []; + + $order = false; + if ((bool)($elements['ordering'] ?? false)) { + $order = $this->order(); + if ($order === false) { + $order = 999999; + } + } + + $elements['order'] = $order; + } + + parent::filterElements($elements, true); + } + + /** + * @return array + */ + public function prepareStorage(): array + { + $meta = $this->getMetaData(); + $oldLang = $meta['lang'] ?? ''; + $newLang = $this->getProperty('lang') ?? ''; + + // Always clone the page to the new language. + if ($oldLang !== $newLang) { + $meta['clone'] = true; + } + + // Make sure that certain elements are always sent to the storage layer. + $elements = [ + '__META' => $meta, + 'storage_key' => $this->getStorageKey(), + 'parent_key' => $this->getProperty('parent_key'), + 'order' => $this->getProperty('order'), + 'folder' => preg_replace('|^\d+\.|', '', $this->getProperty('folder') ?? ''), + 'template' => preg_replace('|modular/|', '', $this->getProperty('template') ?? ''), + 'lang' => $newLang + ] + parent::prepareStorage(); + + return $elements; + } +} diff --git a/system/src/Grav/Common/Flex/Types/Pages/Storage/PageStorage.php b/system/src/Grav/Common/Flex/Types/Pages/Storage/PageStorage.php new file mode 100644 index 0000000..577a0d7 --- /dev/null +++ b/system/src/Grav/Common/Flex/Types/Pages/Storage/PageStorage.php @@ -0,0 +1,700 @@ +flags = FilesystemIterator::KEY_AS_FILENAME | FilesystemIterator::CURRENT_AS_FILEINFO + | FilesystemIterator::SKIP_DOTS | FilesystemIterator::UNIX_PATHS; + + $grav = Grav::instance(); + + $config = $grav['config']; + $this->ignore_hidden = (bool)$config->get('system.pages.ignore_hidden'); + $this->ignore_files = (array)$config->get('system.pages.ignore_files'); + $this->ignore_folders = (array)$config->get('system.pages.ignore_folders'); + $this->include_default_lang_file_extension = (bool)$config->get('system.languages.include_default_lang_file_extension', true); + $this->recurse = (bool)($options['recurse'] ?? true); + $this->regex = '/(\.([\w\d_-]+))?\.md$/D'; + } + + /** + * @param string $key + * @param bool $variations + * @return array + */ + public function parseKey(string $key, bool $variations = true): array + { + if (mb_strpos($key, '|') !== false) { + [$key, $params] = explode('|', $key, 2); + } else { + $params = ''; + } + $key = ltrim($key, '/'); + + $keys = parent::parseKey($key, false) + ['params' => $params]; + + if ($variations) { + $keys += $this->parseParams($key, $params); + } + + return $keys; + } + + /** + * @param string $key + * @return string + */ + public function readFrontmatter(string $key): string + { + $path = $this->getPathFromKey($key); + $file = $this->getFile($path); + try { + if ($file instanceof MarkdownFile) { + $frontmatter = $file->frontmatter(); + } else { + $frontmatter = $file->raw(); + } + } catch (RuntimeException $e) { + $frontmatter = 'ERROR: ' . $e->getMessage(); + } finally { + $file->free(); + unset($file); + } + + return $frontmatter; + } + + /** + * @param string $key + * @return string + */ + public function readRaw(string $key): string + { + $path = $this->getPathFromKey($key); + $file = $this->getFile($path); + try { + $raw = $file->raw(); + } catch (RuntimeException $e) { + $raw = 'ERROR: ' . $e->getMessage(); + } finally { + $file->free(); + unset($file); + } + + return $raw; + } + + /** + * @param array $keys + * @param bool $includeParams + * @return string + */ + public function buildStorageKey(array $keys, bool $includeParams = true): string + { + $key = $keys['key'] ?? null; + if (null === $key) { + $key = $keys['parent_key'] ?? ''; + if ($key !== '') { + $key .= '/'; + } + $order = $keys['order'] ?? null; + $folder = $keys['folder'] ?? 'undefined'; + $key .= is_numeric($order) ? sprintf('%02d.%s', $order, $folder) : $folder; + } + + $params = $includeParams ? $this->buildStorageKeyParams($keys) : ''; + + return $params ? "{$key}|{$params}" : $key; + } + + /** + * @param array $keys + * @return string + */ + public function buildStorageKeyParams(array $keys): string + { + $params = $keys['template'] ?? ''; + $language = $keys['lang'] ?? ''; + if ($language) { + $params .= '.' . $language; + } + + return $params; + } + + /** + * @param array $keys + * @return string + */ + public function buildFolder(array $keys): string + { + return $this->dataFolder . '/' . $this->buildStorageKey($keys, false); + } + + /** + * @param array $keys + * @return string + */ + public function buildFilename(array $keys): string + { + $file = $this->buildStorageKeyParams($keys); + + // Template is optional; if it is missing, we need to have to load the object metadata. + if ($file && $file[0] === '.') { + $meta = $this->getObjectMeta($this->buildStorageKey($keys, false)); + $file = ($meta['template'] ?? 'folder') . $file; + } + + return $file . $this->dataExt; + } + + /** + * @param array $keys + * @return string + */ + public function buildFilepath(array $keys): string + { + $folder = $this->buildFolder($keys); + $filename = $this->buildFilename($keys); + + return rtrim($folder, '/') !== $folder ? $folder . $filename : $folder . '/' . $filename; + } + + /** + * @param array $row + * @param bool $setDefaultLang + * @return array + */ + public function extractKeysFromRow(array $row, bool $setDefaultLang = true): array + { + $meta = $row['__META'] ?? null; + $storageKey = $row['storage_key'] ?? $meta['storage_key'] ?? ''; + $keyMeta = $storageKey !== '' ? $this->extractKeysFromStorageKey($storageKey) : null; + $parentKey = $row['parent_key'] ?? $meta['parent_key'] ?? $keyMeta['parent_key'] ?? ''; + $order = $row['order'] ?? $meta['order'] ?? $keyMeta['order'] ?? null; + $folder = $row['folder'] ?? $meta['folder'] ?? $keyMeta['folder'] ?? ''; + $template = $row['template'] ?? $meta['template'] ?? $keyMeta['template'] ?? ''; + $lang = $row['lang'] ?? $meta['lang'] ?? $keyMeta['lang'] ?? ''; + + // Handle default language, if it should be saved without language extension. + if ($setDefaultLang && empty($meta['markdown'][$lang])) { + $grav = Grav::instance(); + + /** @var Language $language */ + $language = $grav['language']; + $default = $language->getDefault(); + // Make sure that the default language file doesn't exist before overriding it. + if (empty($meta['markdown'][$default])) { + if ($this->include_default_lang_file_extension) { + if ($lang === '') { + $lang = $language->getDefault(); + } + } elseif ($lang === $language->getDefault()) { + $lang = ''; + } + } + } + + $keys = [ + 'key' => null, + 'params' => null, + 'parent_key' => $parentKey, + 'order' => is_numeric($order) ? (int)$order : null, + 'folder' => $folder, + 'template' => $template, + 'lang' => $lang + ]; + + $keys['key'] = $this->buildStorageKey($keys, false); + $keys['params'] = $this->buildStorageKeyParams($keys); + + return $keys; + } + + /** + * @param string $key + * @return array + */ + public function extractKeysFromStorageKey(string $key): array + { + if (mb_strpos($key, '|') !== false) { + [$key, $params] = explode('|', $key, 2); + [$template, $language] = mb_strpos($params, '.') !== false ? explode('.', $params, 2) : [$params, '']; + } else { + $params = $template = $language = ''; + } + $objectKey = Utils::basename($key); + if (preg_match('|^(\d+)\.(.+)$|', $objectKey, $matches)) { + [, $order, $folder] = $matches; + } else { + [$order, $folder] = ['', $objectKey]; + } + + $filesystem = Filesystem::getInstance(false); + + $parentKey = ltrim($filesystem->dirname('/' . $key), '/'); + + return [ + 'key' => $key, + 'params' => $params, + 'parent_key' => $parentKey, + 'order' => is_numeric($order) ? (int)$order : null, + 'folder' => $folder, + 'template' => $template, + 'lang' => $language + ]; + } + + /** + * @param string $key + * @param string $params + * @return array + */ + protected function parseParams(string $key, string $params): array + { + if (mb_strpos($params, '.') !== false) { + [$template, $language] = explode('.', $params, 2); + } else { + $template = $params; + $language = ''; + } + + if ($template === '') { + $meta = $this->getObjectMeta($key); + $template = $meta['template'] ?? 'folder'; + } + + return [ + 'file' => $template . ($language ? '.' . $language : ''), + 'template' => $template, + 'lang' => $language + ]; + } + + /** + * Prepares the row for saving and returns the storage key for the record. + * + * @param array $row + */ + protected function prepareRow(array &$row): void + { + // Remove keys used in the filesystem. + unset($row['parent_key'], $row['order'], $row['folder'], $row['template'], $row['lang']); + } + + /** + * @param string $key + * @return array + */ + protected function loadRow(string $key): ?array + { + $data = parent::loadRow($key); + + // Special case for root page. + if ($key === '' && null !== $data) { + $data['root'] = true; + } + + return $data; + } + + /** + * Page storage supports moving and copying the pages and their languages. + * + * $row['__META']['copy'] = true Use this if you want to copy the whole folder, otherwise it will be moved + * $row['__META']['clone'] = true Use this if you want to clone the file, otherwise it will be renamed + * + * @param string $key + * @param array $row + * @return array + */ + protected function saveRow(string $key, array $row): array + { + // Initialize all key-related variables. + $newKeys = $this->extractKeysFromRow($row); + $newKey = $this->buildStorageKey($newKeys); + $newFolder = $this->buildFolder($newKeys); + $newFilename = $this->buildFilename($newKeys); + $newFilepath = rtrim($newFolder, '/') !== $newFolder ? $newFolder . $newFilename : $newFolder . '/' . $newFilename; + + try { + if ($key === '' && empty($row['root'])) { + throw new RuntimeException('Page has no path'); + } + + $grav = Grav::instance(); + + /** @var Debugger $debugger */ + $debugger = $grav['debugger']; + $debugger->addMessage("Save page: {$newKey}", 'debug'); + + // Check if the row already exists. + $oldKey = $row['__META']['storage_key'] ?? null; + if (is_string($oldKey)) { + // Initialize all old key-related variables. + $oldKeys = $this->extractKeysFromRow(['__META' => $row['__META']], false); + $oldFolder = $this->buildFolder($oldKeys); + $oldFilename = $this->buildFilename($oldKeys); + + // Check if folder has changed. + if ($oldFolder !== $newFolder && file_exists($oldFolder)) { + $isCopy = $row['__META']['copy'] ?? false; + if ($isCopy) { + if (strpos($newFolder, $oldFolder . '/') === 0) { + throw new RuntimeException(sprintf('Page /%s cannot be copied to itself', $oldKey)); + } + + $this->copyRow($oldKey, $newKey); + $debugger->addMessage("Page copied: {$oldFolder} => {$newFolder}", 'debug'); + } else { + if (strpos($newFolder, $oldFolder . '/') === 0) { + throw new RuntimeException(sprintf('Page /%s cannot be moved to itself', $oldKey)); + } + + $this->renameRow($oldKey, $newKey); + $debugger->addMessage("Page moved: {$oldFolder} => {$newFolder}", 'debug'); + } + } + + // Check if filename has changed. + if ($oldFilename !== $newFilename) { + // Get instance of the old file (we have already copied/moved it). + $oldFilepath = "{$newFolder}/{$oldFilename}"; + $file = $this->getFile($oldFilepath); + + // Rename the file if we aren't supposed to clone it. + $isClone = $row['__META']['clone'] ?? false; + if (!$isClone && $file->exists()) { + /** @var UniformResourceLocator $locator */ + $locator = $grav['locator']; + $toPath = $locator->isStream($newFilepath) ? $locator->findResource($newFilepath, true, true) : GRAV_ROOT . "/{$newFilepath}"; + $success = $file->rename($toPath); + if (!$success) { + throw new RuntimeException("Changing page template failed: {$oldFilepath} => {$newFilepath}"); + } + $debugger->addMessage("Page template changed: {$oldFilename} => {$newFilename}", 'debug'); + } else { + $file = null; + $debugger->addMessage("Page template created: {$newFilename}", 'debug'); + } + } + } + + // Clean up the data to be saved. + $this->prepareRow($row); + unset($row['__META'], $row['__ERROR']); + + if (!isset($file)) { + $file = $this->getFile($newFilepath); + } + + // Compare existing file content to the new one and save the file only if content has been changed. + $file->free(); + $oldRaw = $file->raw(); + $file->content($row); + $newRaw = $file->raw(); + if ($oldRaw !== $newRaw) { + $file->save($row); + $debugger->addMessage("Page content saved: {$newFilepath}", 'debug'); + } else { + $debugger->addMessage('Page content has not been changed, do not update the file', 'debug'); + } + } catch (RuntimeException $e) { + $name = isset($file) ? $file->filename() : $newKey; + + throw new RuntimeException(sprintf('Flex saveRow(%s): %s', $name, $e->getMessage())); + } finally { + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + $locator->clearCache(); + + if (isset($file)) { + $file->free(); + unset($file); + } + } + + $row['__META'] = $this->getObjectMeta($newKey, true); + + return $row; + } + + /** + * Check if page folder should be deleted. + * + * Deleting page can be done either by deleting everything or just a single language. + * If key contains the language, delete only it, unless it is the last language. + * + * @param string $key + * @return bool + */ + protected function canDeleteFolder(string $key): bool + { + // Return true if there's no language in the key. + $keys = $this->extractKeysFromStorageKey($key); + if (!$keys['lang']) { + return true; + } + + // Get the main key and reload meta. + $key = $this->buildStorageKey($keys); + $meta = $this->getObjectMeta($key, true); + + // Return true if there aren't any markdown files left. + return empty($meta['markdown'] ?? []); + } + + /** + * Get key from the filesystem path. + * + * @param string $path + * @return string + */ + protected function getKeyFromPath(string $path): string + { + if ($this->base_path) { + $path = $this->base_path . '/' . $path; + } + + return $path; + } + + /** + * Returns list of all stored keys in [key => timestamp] pairs. + * + * @return array + */ + protected function buildIndex(): array + { + $this->clearCache(); + + return $this->getIndexMeta(); + } + + /** + * @param string $key + * @param bool $reload + * @return array + */ + protected function getObjectMeta(string $key, bool $reload = false): array + { + $keys = $this->extractKeysFromStorageKey($key); + $key = $keys['key']; + + if ($reload || !isset($this->meta[$key])) { + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + if (mb_strpos($key, '@@') === false) { + $path = $this->getStoragePath($key); + if (is_string($path)) { + $path = $locator->isStream($path) ? $locator->findResource($path) : GRAV_ROOT . "/{$path}"; + } else { + $path = null; + } + } else { + $path = null; + } + + $modified = 0; + $markdown = []; + $children = []; + + if (is_string($path) && is_dir($path)) { + $modified = filemtime($path); + $iterator = new FilesystemIterator($path, $this->flags); + + /** @var SplFileInfo $info */ + foreach ($iterator as $k => $info) { + // Ignore all hidden files if set. + if ($k === '' || ($this->ignore_hidden && $k[0] === '.')) { + continue; + } + + if ($info->isDir()) { + // Ignore all folders in ignore list. + if ($this->ignore_folders && in_array($k, $this->ignore_folders, true)) { + continue; + } + + $children[$k] = false; + } else { + // Ignore all files in ignore list. + if ($this->ignore_files && in_array($k, $this->ignore_files, true)) { + continue; + } + + $timestamp = $info->getMTime(); + + // Page is the one that matches to $page_extensions list with the lowest index number. + if (preg_match($this->regex, $k, $matches)) { + $mark = $matches[2] ?? ''; + $ext = $matches[1] ?? ''; + $ext .= $this->dataExt; + $markdown[$mark][Utils::basename($k, $ext)] = $timestamp; + } + + $modified = max($modified, $timestamp); + } + } + } + + $rawRoute = trim(preg_replace(PageIndex::PAGE_ROUTE_REGEX, '/', "/{$key}") ?? '', '/'); + $route = PageIndex::normalizeRoute($rawRoute); + + ksort($markdown, SORT_NATURAL | SORT_FLAG_CASE); + ksort($children, SORT_NATURAL | SORT_FLAG_CASE); + + $file = array_key_first($markdown[''] ?? (reset($markdown) ?: [])); + + $meta = [ + 'key' => $route, + 'storage_key' => $key, + 'template' => $file, + 'storage_timestamp' => $modified, + ]; + if ($markdown) { + $meta['markdown'] = $markdown; + } + if ($children) { + $meta['children'] = $children; + } + $meta['checksum'] = md5(json_encode($meta) ?: ''); + + // Cache meta as copy. + $this->meta[$key] = $meta; + } else { + $meta = $this->meta[$key]; + } + + $params = $keys['params']; + if ($params) { + $language = $keys['lang']; + $template = $keys['template'] ?: array_key_first($meta['markdown'][$language]) ?? $meta['template']; + $meta['exists'] = ($template && !empty($meta['children'])) || isset($meta['markdown'][$language][$template]); + $meta['storage_key'] .= '|' . $params; + $meta['template'] = $template; + $meta['lang'] = $language; + } + + return $meta; + } + + /** + * @return array + */ + protected function getIndexMeta(): array + { + $queue = ['']; + $list = []; + do { + $current = array_pop($queue); + if ($current === null) { + break; + } + + $meta = $this->getObjectMeta($current); + $storage_key = $meta['storage_key']; + + if (!empty($meta['children'])) { + $prefix = $storage_key . ($storage_key !== '' ? '/' : ''); + + foreach ($meta['children'] as $child => $value) { + $queue[] = $prefix . $child; + } + } + + $list[$storage_key] = $meta; + } while ($queue); + + ksort($list, SORT_NATURAL | SORT_FLAG_CASE); + + // Update parent timestamps. + foreach (array_reverse($list) as $storage_key => $meta) { + if ($storage_key !== '') { + $filesystem = Filesystem::getInstance(false); + + $storage_key = (string)$storage_key; + $parentKey = $filesystem->dirname($storage_key); + if ($parentKey === '.') { + $parentKey = ''; + } + + /** @phpstan-var array{'storage_key': string, 'storage_timestamp': int, 'children': array} $parent */ + $parent = &$list[$parentKey]; + $basename = Utils::basename($storage_key); + + if (isset($parent['children'][$basename])) { + $timestamp = $meta['storage_timestamp']; + $parent['children'][$basename] = $timestamp; + if ($basename && $basename[0] === '_') { + $parent['storage_timestamp'] = max($parent['storage_timestamp'], $timestamp); + } + } + } + } + + return $list; + } + + /** + * @return string + */ + protected function getNewKey(): string + { + throw new RuntimeException('Generating random key is disabled for pages'); + } +} diff --git a/system/src/Grav/Common/Flex/Types/Pages/Traits/PageContentTrait.php b/system/src/Grav/Common/Flex/Types/Pages/Traits/PageContentTrait.php new file mode 100644 index 0000000..b6452b0 --- /dev/null +++ b/system/src/Grav/Common/Flex/Types/Pages/Traits/PageContentTrait.php @@ -0,0 +1,75 @@ +getProperty($property) : null; + if (null === $value) { + $value = $this->language() . ($var ?? ($this->modified() . md5($this->filePath() ?? $this->getKey()))); + + $this->setProperty($property, $value); + if ($this->doHasProperty($property)) { + $value = $this->getProperty($property); + } + } + + return $value; + } + + + /** + * @inheritdoc + */ + public function date($var = null): int + { + return $this->loadHeaderProperty( + 'date', + $var, + function ($value) { + $value = $value ? Utils::date2timestamp($value, $this->getProperty('dateformat')) : false; + + if (!$value) { + // Get the specific translation updated date. + $meta = $this->getMetaData(); + $language = $meta['lang'] ?? ''; + $template = $this->getProperty('template'); + $value = $meta['markdown'][$language][$template] ?? 0; + } + + return $value ?: $this->modified(); + } + ); + } + + /** + * @inheritdoc + * @param bool $bool + */ + public function isPage(bool $bool = true): bool + { + $meta = $this->getMetaData(); + + return empty($meta['markdown']) !== $bool; + } +} diff --git a/system/src/Grav/Common/Flex/Types/Pages/Traits/PageLegacyTrait.php b/system/src/Grav/Common/Flex/Types/Pages/Traits/PageLegacyTrait.php new file mode 100644 index 0000000..9fdd718 --- /dev/null +++ b/system/src/Grav/Common/Flex/Types/Pages/Traits/PageLegacyTrait.php @@ -0,0 +1,236 @@ +path() ?? ''; + + return $pages->children($path); + } + + /** + * Check to see if this item is the first in an array of sub-pages. + * + * @return bool True if item is first. + */ + public function isFirst(): bool + { + if (Utils::isAdminPlugin()) { + return parent::isFirst(); + } + + $path = $this->path(); + $parent = $this->parent(); + $collection = $parent ? $parent->collection('content', false) : null; + if (null !== $path && $collection instanceof PageCollectionInterface) { + return $collection->isFirst($path); + } + + return true; + } + + /** + * Check to see if this item is the last in an array of sub-pages. + * + * @return bool True if item is last + */ + public function isLast(): bool + { + if (Utils::isAdminPlugin()) { + return parent::isLast(); + } + + $path = $this->path(); + $parent = $this->parent(); + $collection = $parent ? $parent->collection('content', false) : null; + if (null !== $path && $collection instanceof PageCollectionInterface) { + return $collection->isLast($path); + } + + return true; + } + + /** + * Returns the adjacent sibling based on a direction. + * + * @param int $direction either -1 or +1 + * @return PageInterface|false the sibling page + */ + public function adjacentSibling($direction = 1) + { + if (Utils::isAdminPlugin()) { + return parent::adjacentSibling($direction); + } + + $path = $this->path(); + $parent = $this->parent(); + $collection = $parent ? $parent->collection('content', false) : null; + if (null !== $path && $collection instanceof PageCollectionInterface) { + $child = $collection->adjacentSibling($path, $direction); + if ($child instanceof PageInterface) { + return $child; + } + } + + return false; + } + + /** + * Helper method to return an ancestor page. + * + * @param string|null $lookup Name of the parent folder + * @return PageInterface|null page you were looking for if it exists + */ + public function ancestor($lookup = null) + { + if (Utils::isAdminPlugin()) { + return parent::ancestor($lookup); + } + + /** @var Pages $pages */ + $pages = Grav::instance()['pages']; + + return $pages->ancestor($this->getProperty('parent_route'), $lookup); + } + + /** + * Method that contains shared logic for inherited() and inheritedField() + * + * @param string $field Name of the parent folder + * @return array + */ + protected function getInheritedParams($field): array + { + if (Utils::isAdminPlugin()) { + return parent::getInheritedParams($field); + } + + /** @var Pages $pages */ + $pages = Grav::instance()['pages']; + + $inherited = $pages->inherited($this->getProperty('parent_route'), $field); + $inheritedParams = $inherited ? (array)$inherited->value('header.' . $field) : []; + $currentParams = (array)$this->getFormValue('header.' . $field); + if ($inheritedParams && is_array($inheritedParams)) { + $currentParams = array_replace_recursive($inheritedParams, $currentParams); + } + + return [$inherited, $currentParams]; + } + + /** + * Helper method to return a page. + * + * @param string $url the url of the page + * @param bool $all + * @return PageInterface|null page you were looking for if it exists + */ + public function find($url, $all = false) + { + if (Utils::isAdminPlugin()) { + return parent::find($url, $all); + } + + /** @var Pages $pages */ + $pages = Grav::instance()['pages']; + + return $pages->find($url, $all); + } + + /** + * Get a collection of pages in the current context. + * + * @param string|array $params + * @param bool $pagination + * @return PageCollectionInterface|Collection + * @throws InvalidArgumentException + */ + public function collection($params = 'content', $pagination = true) + { + if (Utils::isAdminPlugin()) { + return parent::collection($params, $pagination); + } + + if (is_string($params)) { + // Look into a page header field. + $params = (array)$this->getFormValue('header.' . $params); + } elseif (!is_array($params)) { + throw new InvalidArgumentException('Argument should be either header variable name or array of parameters'); + } + + $context = [ + 'pagination' => $pagination, + 'self' => $this + ]; + + /** @var Pages $pages */ + $pages = Grav::instance()['pages']; + + return $pages->getCollection($params, $context); + } + + /** + * @param string|array $value + * @param bool $only_published + * @return PageCollectionInterface|Collection + */ + public function evaluate($value, $only_published = true) + { + if (Utils::isAdminPlugin()) { + return parent::collection($value, $only_published); + } + + $params = [ + 'items' => $value, + 'published' => $only_published + ]; + $context = [ + 'event' => false, + 'pagination' => false, + 'url_taxonomy_filters' => false, + 'self' => $this + ]; + + /** @var Pages $pages */ + $pages = Grav::instance()['pages']; + + return $pages->getCollection($params, $context); + } +} diff --git a/system/src/Grav/Common/Flex/Types/Pages/Traits/PageRoutableTrait.php b/system/src/Grav/Common/Flex/Types/Pages/Traits/PageRoutableTrait.php new file mode 100644 index 0000000..2cfe450 --- /dev/null +++ b/system/src/Grav/Common/Flex/Types/Pages/Traits/PageRoutableTrait.php @@ -0,0 +1,122 @@ +root()) { + return null; + } + + /** @var Pages $pages */ + $pages = Grav::instance()['pages']; + + $filesystem = Filesystem::getInstance(false); + + // FIXME: this does not work, needs to use $pages->get() with cached parent id! + $key = $this->getKey(); + $parent_route = $filesystem->dirname('/' . $key); + + return $parent_route !== '/' ? $pages->find($parent_route) : $pages->root(); + } + + /** + * Returns the item in the current position. + * + * @return int|null the index of the current page. + */ + public function currentPosition(): ?int + { + $path = $this->path(); + $parent = $this->parent(); + $collection = $parent ? $parent->collection('content', false) : null; + if (null !== $path && $collection instanceof PageCollectionInterface) { + return $collection->currentPosition($path); + } + + return 1; + } + + /** + * Returns whether or not this page is the currently active page requested via the URL. + * + * @return bool True if it is active + */ + public function active(): bool + { + $grav = Grav::instance(); + $uri_path = rtrim(urldecode($grav['uri']->path()), '/') ?: '/'; + $routes = $grav['pages']->routes(); + + return isset($routes[$uri_path]) && $routes[$uri_path] === $this->path(); + } + + /** + * Returns whether or not this URI's URL contains the URL of the active page. + * Or in other words, is this page's URL in the current URL + * + * @return bool True if active child exists + */ + public function activeChild(): bool + { + $grav = Grav::instance(); + /** @var Uri $uri */ + $uri = $grav['uri']; + /** @var Pages $pages */ + $pages = $grav['pages']; + $uri_path = rtrim(urldecode($uri->path()), '/'); + $routes = $pages->routes(); + + if (isset($routes[$uri_path])) { + $page = $pages->find($uri->route()); + /** @var PageInterface|null $child_page */ + $child_page = $page ? $page->parent() : null; + while ($child_page && !$child_page->root()) { + if ($this->path() === $child_page->path()) { + return true; + } + $child_page = $child_page->parent(); + } + } + + return false; + } +} diff --git a/system/src/Grav/Common/Flex/Types/Pages/Traits/PageTranslateTrait.php b/system/src/Grav/Common/Flex/Types/Pages/Traits/PageTranslateTrait.php new file mode 100644 index 0000000..d8d86b0 --- /dev/null +++ b/system/src/Grav/Common/Flex/Types/Pages/Traits/PageTranslateTrait.php @@ -0,0 +1,108 @@ +getLanguageTemplates(); + if (!$translated) { + return $translated; + } + + $grav = Grav::instance(); + + /** @var Language $language */ + $language = $grav['language']; + + /** @var UniformResourceLocator $locator */ + $locator = $grav['locator']; + + $languages = $language->getLanguages(); + $languages[] = ''; + $defaultCode = $language->getDefault(); + + if (isset($translated[$defaultCode])) { + unset($translated['']); + } + + foreach ($translated as $key => &$template) { + $template .= $key !== '' ? ".{$key}.md" : '.md'; + } + unset($template); + + $translated = array_intersect_key($translated, array_flip($languages)); + + $folder = $this->getStorageFolder(); + if (!$folder) { + return []; + } + $folder = $locator->isStream($folder) ? $locator->getResource($folder) : GRAV_ROOT . "/{$folder}"; + + $list = array_fill_keys($languages, null); + foreach ($translated as $languageCode => $languageFile) { + $languageExtension = $languageCode ? ".{$languageCode}.md" : '.md'; + $path = "{$folder}/{$languageFile}"; + + // FIXME: use flex, also rawRoute() does not fully work? + $aPage = new Page(); + $aPage->init(new SplFileInfo($path), $languageExtension); + if ($onlyPublished && !$aPage->published()) { + continue; + } + + $header = $aPage->header(); + // @phpstan-ignore-next-line + $routes = $header->routes ?? []; + $route = $routes['default'] ?? $aPage->rawRoute(); + if (!$route) { + $route = $aPage->route(); + } + + $list[$languageCode ?: $defaultCode] = $route ?? ''; + } + + $list = array_filter($list, static function ($var) { + return null !== $var; + }); + + // Hack to get the same result as with old pages. + foreach ($list as &$path) { + if ($path === '') { + $path = null; + } + } + + return $list; + } +} diff --git a/system/src/Grav/Common/Flex/Types/UserGroups/UserGroupCollection.php b/system/src/Grav/Common/Flex/Types/UserGroups/UserGroupCollection.php new file mode 100644 index 0000000..daaa942 --- /dev/null +++ b/system/src/Grav/Common/Flex/Types/UserGroups/UserGroupCollection.php @@ -0,0 +1,56 @@ + + */ +class UserGroupCollection extends FlexCollection +{ + /** + * @return array + */ + public static function getCachedMethods(): array + { + return [ + 'authorize' => false, + ] + parent::getCachedMethods(); + } + + /** + * Checks user authorization to the action. + * + * @param string $action + * @param string|null $scope + * @return bool|null + */ + public function authorize(string $action, string $scope = null): ?bool + { + $authorized = null; + /** @var UserGroupObject $object */ + foreach ($this as $object) { + $auth = $object->authorize($action, $scope); + if ($auth === true) { + $authorized = true; + } elseif ($auth === false) { + return false; + } + } + + return $authorized; + } +} diff --git a/system/src/Grav/Common/Flex/Types/UserGroups/UserGroupIndex.php b/system/src/Grav/Common/Flex/Types/UserGroups/UserGroupIndex.php new file mode 100644 index 0000000..86b9c37 --- /dev/null +++ b/system/src/Grav/Common/Flex/Types/UserGroups/UserGroupIndex.php @@ -0,0 +1,24 @@ + + */ +class UserGroupIndex extends FlexIndex +{ +} diff --git a/system/src/Grav/Common/Flex/Types/UserGroups/UserGroupObject.php b/system/src/Grav/Common/Flex/Types/UserGroups/UserGroupObject.php new file mode 100644 index 0000000..c8da8a2 --- /dev/null +++ b/system/src/Grav/Common/Flex/Types/UserGroups/UserGroupObject.php @@ -0,0 +1,134 @@ + false, + ] + parent::getCachedMethods(); + } + + /** + * @return string + */ + public function getTitle(): string + { + return $this->getProperty('readableName'); + } + + /** + * Checks user authorization to the action. + * + * @param string $action + * @param string|null $scope + * @return bool|null + */ + public function authorize(string $action, string $scope = null): ?bool + { + if ($scope === 'test') { + $scope = null; + } elseif (!$this->getProperty('enabled', true)) { + return null; + } + + $access = $this->getAccess(); + + $authorized = $access->authorize($action, $scope); + if (is_bool($authorized)) { + return $authorized; + } + + return $access->authorize('admin.super') ? true : null; + } + + public static function groupNames(): array + { + $groups = []; + $user_groups = Grav::instance()['user_groups'] ?? []; + + foreach ($user_groups as $key => $group) { + $groups[$key] = $group->readableName; + } + + return $groups; + } + + /** + * @return Access + */ + protected function getAccess(): Access + { + if (null === $this->_access) { + $this->getProperty('access'); + } + + return $this->_access; + } + + /** + * @param mixed $value + * @return array + */ + protected function offsetLoad_access($value): array + { + if (!$value instanceof Access) { + $value = new Access($value); + } + + $this->_access = $value; + + return $value->jsonSerialize(); + } + + /** + * @param mixed $value + * @return array + */ + protected function offsetPrepare_access($value): array + { + return $this->offsetLoad_access($value); + } + + /** + * @param array|null $value + * @return array|null + */ + protected function offsetSerialize_access(?array $value): ?array + { + return $value; + } +} diff --git a/system/src/Grav/Common/Flex/Types/Users/Storage/UserFileStorage.php b/system/src/Grav/Common/Flex/Types/Users/Storage/UserFileStorage.php new file mode 100644 index 0000000..01e3f96 --- /dev/null +++ b/system/src/Grav/Common/Flex/Types/Users/Storage/UserFileStorage.php @@ -0,0 +1,47 @@ +update($data)` instead (same but with data validation & filtering, file upload support). + */ + public function merge(array $data) + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.6, use ->update($data) method instead', E_USER_DEPRECATED); + + $this->setElements($this->getBlueprint()->mergeData($this->toArray(), $data)); + + return $this; + } + + /** + * Return media object for the User's avatar. + * + * @return ImageMedium|StaticImageMedium|null + * @deprecated 1.6 Use ->getAvatarImage() method instead. + */ + public function getAvatarMedia() + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.6, use ->getAvatarImage() method instead', E_USER_DEPRECATED); + + return $this->getAvatarImage(); + } + + /** + * Return the User's avatar URL + * + * @return string + * @deprecated 1.6 Use ->getAvatarUrl() method instead. + */ + public function avatarUrl() + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.6, use ->getAvatarUrl() method instead', E_USER_DEPRECATED); + + return $this->getAvatarUrl(); + } + + /** + * Checks user authorization to the action. + * Ensures backwards compatibility + * + * @param string $action + * @return bool + * @deprecated 1.5 Use ->authorize() method instead. + */ + public function authorise($action) + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.5, use ->authorize() method instead', E_USER_DEPRECATED); + + return $this->authorize($action) ?? false; + } + + /** + * Implements Countable interface. + * + * @return int + * @deprecated 1.6 Method makes no sense for user account. + */ + #[\ReturnTypeWillChange] + public function count() + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.6', E_USER_DEPRECATED); + + return count($this->jsonSerialize()); + } +} diff --git a/system/src/Grav/Common/Flex/Types/Users/UserCollection.php b/system/src/Grav/Common/Flex/Types/Users/UserCollection.php new file mode 100644 index 0000000..9e86bde --- /dev/null +++ b/system/src/Grav/Common/Flex/Types/Users/UserCollection.php @@ -0,0 +1,135 @@ + + */ +class UserCollection extends FlexCollection implements UserCollectionInterface +{ + /** + * @return array + */ + public static function getCachedMethods(): array + { + return [ + 'authorize' => 'session', + ] + parent::getCachedMethods(); + } + + /** + * Load user account. + * + * Always creates user object. To check if user exists, use $this->exists(). + * + * @param string $username + * @return UserObject + */ + public function load($username): UserInterface + { + $username = (string)$username; + + if ($username !== '') { + $key = $this->filterUsername($username); + $user = $this->get($key); + if ($user) { + return $user; + } + } else { + $key = ''; + } + + $directory = $this->getFlexDirectory(); + + /** @var UserObject $object */ + $object = $directory->createObject( + [ + 'username' => $username, + 'state' => 'enabled' + ], + $key + ); + + return $object; + } + + /** + * Find a user by username, email, etc + * + * @param string $query the query to search for + * @param string|string[] $fields the fields to search + * @return UserObject + */ + public function find($query, $fields = ['username', 'email']): UserInterface + { + if (is_string($query) && $query !== '') { + foreach ((array)$fields as $field) { + if ($field === 'key') { + $user = $this->get($query); + } elseif ($field === 'storage_key') { + $user = $this->withKeyField('storage_key')->get($query); + } elseif ($field === 'flex_key') { + $user = $this->withKeyField('flex_key')->get($query); + } elseif ($field === 'username') { + $user = $this->get($this->filterUsername($query)); + } else { + $user = parent::find($query, $field); + } + if ($user instanceof UserObject) { + return $user; + } + } + } + + return $this->load(''); + } + + /** + * Delete user account. + * + * @param string $username + * @return bool True if user account was found and was deleted. + */ + public function delete($username): bool + { + $user = $this->load($username); + + $exists = $user->exists(); + if ($exists) { + $user->delete(); + } + + return $exists; + } + + /** + * @param string $key + * @return string + */ + protected function filterUsername(string $key): string + { + $storage = $this->getFlexDirectory()->getStorage(); + if (method_exists($storage, 'normalizeKey')) { + return $storage->normalizeKey($key); + } + + return mb_strtolower($key); + } +} diff --git a/system/src/Grav/Common/Flex/Types/Users/UserIndex.php b/system/src/Grav/Common/Flex/Types/Users/UserIndex.php new file mode 100644 index 0000000..d6781af --- /dev/null +++ b/system/src/Grav/Common/Flex/Types/Users/UserIndex.php @@ -0,0 +1,206 @@ + + */ +class UserIndex extends FlexIndex implements UserCollectionInterface +{ + public const VERSION = parent::VERSION . '.2'; + + /** + * @param FlexStorageInterface $storage + * @return array + */ + public static function loadEntriesFromStorage(FlexStorageInterface $storage): array + { + // Load saved index. + $index = static::loadIndex($storage); + + $version = $index['version'] ?? 0; + $force = static::VERSION !== $version; + + // TODO: Following check flex index to be out of sync after some saves, disabled until better solution is found. + //$timestamp = $index['timestamp'] ?? 0; + //if (!$force && $timestamp && $timestamp > time() - 1) { + // return $index['index']; + //} + + // Load up-to-date index. + $entries = parent::loadEntriesFromStorage($storage); + + return static::updateIndexFile($storage, $index['index'], $entries, ['force_update' => $force]); + } + + /** + * @param array $meta + * @param array $data + * @param FlexStorageInterface $storage + * @return void + */ + public static function updateObjectMeta(array &$meta, array $data, FlexStorageInterface $storage): void + { + // Username can also be number and stored as such. + $key = (string)($data['username'] ?? $meta['key'] ?? $meta['storage_key']); + $meta['key'] = static::filterUsername($key, $storage); + $meta['email'] = isset($data['email']) ? mb_strtolower($data['email']) : null; + } + + /** + * Load user account. + * + * Always creates user object. To check if user exists, use $this->exists(). + * + * @param string $username + * @return UserObject + */ + public function load($username): UserInterface + { + $username = (string)$username; + + if ($username !== '') { + $key = static::filterUsername($username, $this->getFlexDirectory()->getStorage()); + $user = $this->get($key); + if ($user) { + return $user; + } + } else { + $key = ''; + } + + $directory = $this->getFlexDirectory(); + + /** @var UserObject $object */ + $object = $directory->createObject( + [ + 'username' => $username, + 'state' => 'enabled' + ], + $key + ); + + return $object; + } + + /** + * Delete user account. + * + * @param string $username + * @return bool True if user account was found and was deleted. + */ + public function delete($username): bool + { + $user = $this->load($username); + + $exists = $user->exists(); + if ($exists) { + $user->delete(); + } + + return $exists; + } + + /** + * Find a user by username, email, etc + * + * @param string $query the query to search for + * @param array $fields the fields to search + * @return UserObject + */ + public function find($query, $fields = ['username', 'email']): UserInterface + { + if (is_string($query) && $query !== '') { + foreach ((array)$fields as $field) { + if ($field === 'key') { + $user = $this->get($query); + } elseif ($field === 'storage_key') { + $user = $this->withKeyField('storage_key')->get($query); + } elseif ($field === 'flex_key') { + $user = $this->withKeyField('flex_key')->get($query); + } elseif ($field === 'email') { + $email = mb_strtolower($query); + $user = $this->withKeyField('email')->get($email); + } elseif ($field === 'username') { + $username = static::filterUsername($query, $this->getFlexDirectory()->getStorage()); + $user = $this->get($username); + } else { + $user = $this->__call('find', [$query, $field]); + } + if ($user) { + return $user; + } + } + } + + return $this->load(''); + } + + /** + * @param string $key + * @param FlexStorageInterface $storage + * @return string + */ + protected static function filterUsername(string $key, FlexStorageInterface $storage): string + { + return method_exists($storage, 'normalizeKey') ? $storage->normalizeKey($key) : $key; + } + + /** + * @param FlexStorageInterface $storage + * @return CompiledYamlFile|null + */ + protected static function getIndexFile(FlexStorageInterface $storage) + { + // Load saved index file. + $grav = Grav::instance(); + $locator = $grav['locator']; + $filename = $locator->findResource('user-data://flex/indexes/accounts.yaml', true, true); + + return CompiledYamlFile::instance($filename); + } + + /** + * @param array $entries + * @param array $added + * @param array $updated + * @param array $removed + */ + protected static function onChanges(array $entries, array $added, array $updated, array $removed): void + { + $message = sprintf('Flex: User index updated, %d objects (%d added, %d updated, %d removed).', count($entries), count($added), count($updated), count($removed)); + + $grav = Grav::instance(); + + /** @var Logger $logger */ + $logger = $grav['log']; + $logger->addDebug($message); + + /** @var Debugger $debugger */ + $debugger = $grav['debugger']; + $debugger->addMessage($message, 'debug'); + } +} diff --git a/system/src/Grav/Common/Flex/Types/Users/UserObject.php b/system/src/Grav/Common/Flex/Types/Users/UserObject.php new file mode 100644 index 0000000..5cdaafd --- /dev/null +++ b/system/src/Grav/Common/Flex/Types/Users/UserObject.php @@ -0,0 +1,1059 @@ + 'session', + 'load' => false, + 'find' => false, + 'remove' => false, + 'get' => true, + 'set' => false, + 'undef' => false, + 'def' => false, + ] + parent::getCachedMethods(); + } + + /** + * UserObject constructor. + * @param array $elements + * @param string $key + * @param FlexDirectory $directory + * @param bool $validate + */ + public function __construct(array $elements, $key, FlexDirectory $directory, bool $validate = false) + { + // User can only be authenticated via login. + unset($elements['authenticated'], $elements['authorized']); + + // Define username if it's not set. + if (!isset($elements['username'])) { + $storageKey = $elements['__META']['storage_key'] ?? null; + $storage = $directory->getStorage(); + if (null !== $storageKey && method_exists($storage, 'normalizeKey') && $key === $storage->normalizeKey($storageKey)) { + $elements['username'] = $storageKey; + } else { + $elements['username'] = $key; + } + } + + // Define state if it isn't set. + if (!isset($elements['state'])) { + $elements['state'] = 'enabled'; + } + + parent::__construct($elements, $key, $directory, $validate); + } + + public function __clone() + { + $this->_access = null; + $this->_groups = null; + + parent::__clone(); + } + + /** + * @return void + */ + public function onPrepareRegistration(): void + { + if (!$this->getProperty('access')) { + /** @var Config $config */ + $config = Grav::instance()['config']; + + $groups = $config->get('plugins.login.user_registration.groups', ''); + $access = $config->get('plugins.login.user_registration.access', ['site' => ['login' => true]]); + + $this->setProperty('groups', $groups); + $this->setProperty('access', $access); + } + } + + /** + * Helper to get content editor will fall back if not set + * + * @return string + */ + public function getContentEditor(): string + { + return $this->getProperty('content_editor', 'default'); + } + + /** + * Get value by using dot notation for nested arrays/objects. + * + * @example $value = $this->get('this.is.my.nested.variable'); + * + * @param string $name Dot separated path to the requested value. + * @param mixed $default Default value (or null). + * @param string|null $separator Separator, defaults to '.' + * @return mixed Value. + */ + public function get($name, $default = null, $separator = null) + { + return $this->getNestedProperty($name, $default, $separator); + } + + /** + * Set value by using dot notation for nested arrays/objects. + * + * @example $data->set('this.is.my.nested.variable', $value); + * + * @param string $name Dot separated path to the requested value. + * @param mixed $value New value. + * @param string|null $separator Separator, defaults to '.' + * @return $this + */ + public function set($name, $value, $separator = null) + { + $this->setNestedProperty($name, $value, $separator); + + return $this; + } + + /** + * Unset value by using dot notation for nested arrays/objects. + * + * @example $data->undef('this.is.my.nested.variable'); + * + * @param string $name Dot separated path to the requested value. + * @param string|null $separator Separator, defaults to '.' + * @return $this + */ + public function undef($name, $separator = null) + { + $this->unsetNestedProperty($name, $separator); + + return $this; + } + + /** + * Set default value by using dot notation for nested arrays/objects. + * + * @example $data->def('this.is.my.nested.variable', 'default'); + * + * @param string $name Dot separated path to the requested value. + * @param mixed $default Default value (or null). + * @param string|null $separator Separator, defaults to '.' + * @return $this + */ + public function def($name, $default = null, $separator = null) + { + $this->defNestedProperty($name, $default, $separator); + + return $this; + } + + /** + * @param UserInterface|null $user + * @return bool + */ + public function isMyself(?UserInterface $user = null): bool + { + if (null === $user) { + $user = $this->getActiveUser(); + if ($user && !$user->authenticated) { + $user = null; + } + } + + return $user && $this->username === $user->username; + } + + /** + * Checks user authorization to the action. + * + * @param string $action + * @param string|null $scope + * @return bool|null + */ + public function authorize(string $action, string $scope = null): ?bool + { + if ($scope === 'test') { + // Special scope to test user permissions. + $scope = null; + } else { + // User needs to be enabled. + if ($this->getProperty('state') !== 'enabled') { + return false; + } + + // User needs to be logged in. + if (!$this->getProperty('authenticated')) { + return false; + } + + if (strpos($action, 'login') === false && !$this->getProperty('authorized')) { + // User needs to be authorized (2FA). + return false; + } + + // Workaround bug in Login::isUserAuthorizedForPage() <= Login v3.0.4 + if ((string)(int)$action === $action) { + return false; + } + } + + // Check custom application access. + $authorizeCallable = static::$authorizeCallable; + if ($authorizeCallable instanceof Closure) { + $callable = $authorizeCallable->bindTo($this, $this); + $authorized = $callable($action, $scope); + if (is_bool($authorized)) { + return $authorized; + } + } + + // Check user access. + $access = $this->getAccess(); + $authorized = $access->authorize($action, $scope); + if (is_bool($authorized)) { + return $authorized; + } + + // Check group access. + $authorized = $this->getGroups()->authorize($action, $scope); + if (is_bool($authorized)) { + return $authorized; + } + + // If any specific rule isn't hit, check if user is a superuser. + return $access->authorize('admin.super') === true; + } + + /** + * @param string $property + * @param mixed $default + * @return mixed + */ + public function getProperty($property, $default = null) + { + $value = parent::getProperty($property, $default); + + if ($property === 'avatar') { + $settings = $this->getMediaFieldSettings($property); + $value = $this->parseFileProperty($value, $settings); + } + + return $value; + } + + /** + * @return UserGroupIndex + */ + public function getRoles(): UserGroupIndex + { + return $this->getGroups(); + } + + /** + * Convert object into an array. + * + * @return array + */ + public function toArray() + { + $array = $this->jsonSerialize(); + + $settings = $this->getMediaFieldSettings('avatar'); + $array['avatar'] = $this->parseFileProperty($array['avatar'] ?? null, $settings); + + return $array; + } + + /** + * Convert object into YAML string. + * + * @param int $inline The level where you switch to inline YAML. + * @param int $indent The amount of spaces to use for indentation of nested nodes. + * @return string A YAML string representing the object. + */ + public function toYaml($inline = 5, $indent = 2) + { + $yaml = new YamlFormatter(['inline' => $inline, 'indent' => $indent]); + + return $yaml->encode($this->toArray()); + } + + /** + * Convert object into JSON string. + * + * @return string + */ + public function toJson() + { + $json = new JsonFormatter(); + + return $json->encode($this->toArray()); + } + + /** + * Join nested values together by using blueprints. + * + * @param string $name Dot separated path to the requested value. + * @param mixed $value Value to be joined. + * @param string|null $separator Separator, defaults to '.' + * @return $this + * @throws RuntimeException + */ + public function join($name, $value, $separator = null) + { + $separator = $separator ?? '.'; + $old = $this->get($name, null, $separator); + if ($old !== null) { + if (!is_array($old)) { + throw new RuntimeException('Value ' . $old); + } + + if (is_object($value)) { + $value = (array) $value; + } elseif (!is_array($value)) { + throw new RuntimeException('Value ' . $value); + } + + $value = $this->getBlueprint()->mergeData($old, $value, $name, $separator); + } + + $this->set($name, $value, $separator); + + return $this; + } + + /** + * Get nested structure containing default values defined in the blueprints. + * + * Fields without default value are ignored in the list. + + * @return array + */ + public function getDefaults() + { + return $this->getBlueprint()->getDefaults(); + } + + /** + * Set default values by using blueprints. + * + * @param string $name Dot separated path to the requested value. + * @param mixed $value Value to be joined. + * @param string|null $separator Separator, defaults to '.' + * @return $this + */ + public function joinDefaults($name, $value, $separator = null) + { + if (is_object($value)) { + $value = (array) $value; + } + + $old = $this->get($name, null, $separator); + if ($old !== null) { + $value = $this->getBlueprint()->mergeData($value, $old, $name, $separator ?? '.'); + } + + $this->setNestedProperty($name, $value, $separator); + + return $this; + } + + /** + * Get value from the configuration and join it with given data. + * + * @param string $name Dot separated path to the requested value. + * @param array|object $value Value to be joined. + * @param string $separator Separator, defaults to '.' + * @return array + * @throws RuntimeException + */ + public function getJoined($name, $value, $separator = null) + { + if (is_object($value)) { + $value = (array) $value; + } elseif (!is_array($value)) { + throw new RuntimeException('Value ' . $value); + } + + $old = $this->get($name, null, $separator); + + if ($old === null) { + // No value set; no need to join data. + return $value; + } + + if (!is_array($old)) { + throw new RuntimeException('Value ' . $old); + } + + // Return joined data. + return $this->getBlueprint()->mergeData($old, $value, $name, $separator ?? '.'); + } + + /** + * Set default values to the configuration if variables were not set. + * + * @param array $data + * @return $this + */ + public function setDefaults(array $data) + { + $this->setElements($this->getBlueprint()->mergeData($data, $this->toArray())); + + return $this; + } + + /** + * Validate by blueprints. + * + * @return $this + * @throws \Exception + */ + public function validate() + { + $this->getBlueprint()->validate($this->toArray()); + + return $this; + } + + /** + * Filter all items by using blueprints. + * @return $this + */ + public function filter() + { + $this->setElements($this->getBlueprint()->filter($this->toArray())); + + return $this; + } + + /** + * Get extra items which haven't been defined in blueprints. + * + * @return array + */ + public function extra() + { + return $this->getBlueprint()->extra($this->toArray()); + } + + /** + * Return unmodified data as raw string. + * + * NOTE: This function only returns data which has been saved to the storage. + * + * @return string + */ + public function raw() + { + $file = $this->file(); + + return $file ? $file->raw() : ''; + } + + /** + * Set or get the data storage. + * + * @param FileInterface|null $storage Optionally enter a new storage. + * @return FileInterface|null + */ + public function file(FileInterface $storage = null) + { + if (null !== $storage) { + $this->_storage = $storage; + } + + return $this->_storage; + } + + /** + * @return bool + */ + public function isValid(): bool + { + return $this->getProperty('state') !== null; + } + + /** + * Save user + * + * @return static + */ + public function save() + { + // TODO: We may want to handle this in the storage layer in the future. + $key = $this->getStorageKey(); + if (!$key || strpos($key, '@@')) { + $storage = $this->getFlexDirectory()->getStorage(); + if ($storage instanceof FileStorage) { + $this->setStorageKey($this->getKey()); + } + } + + $password = $this->getProperty('password') ?? $this->getProperty('password1'); + if (null !== $password && '' !== $password) { + $password2 = $this->getProperty('password2'); + if (!\is_string($password) || ($password2 && $password !== $password2)) { + throw new \RuntimeException('Passwords did not match.'); + } + + $this->setProperty('hashed_password', Authentication::create($password)); + } + $this->unsetProperty('password'); + $this->unsetProperty('password1'); + $this->unsetProperty('password2'); + + // Backwards compatibility with older plugins. + $fireEvents = $this->isAdminSite() && $this->getFlexDirectory()->getConfig('object.compat.events', true); + $grav = $this->getContainer(); + if ($fireEvents) { + $self = $this; + $grav->fireEvent('onAdminSave', new Event(['type' => 'flex', 'directory' => $this->getFlexDirectory(), 'object' => &$self])); + if ($self !== $this) { + throw new RuntimeException('Switching Flex User object during onAdminSave event is not supported! Please update plugin.'); + } + } + + $instance = parent::save(); + + // Backwards compatibility with older plugins. + if ($fireEvents) { + $grav->fireEvent('onAdminAfterSave', new Event(['type' => 'flex', 'directory' => $this->getFlexDirectory(), 'object' => $this])); + } + + return $instance; + } + + /** + * @return array + */ + public function prepareStorage(): array + { + $elements = parent::prepareStorage(); + + // Do not save authorization information. + unset($elements['authenticated'], $elements['authorized']); + + return $elements; + } + + /** + * @return MediaCollectionInterface + */ + public function getMedia() + { + /** @var Media $media */ + $media = $this->getFlexMedia(); + + // Deal with shared avatar folder. + $path = $this->getAvatarFile(); + if ($path && !$media[$path] && is_file($path)) { + $medium = MediumFactory::fromFile($path); + if ($medium) { + $media->add($path, $medium); + $name = Utils::basename($path); + if ($name !== $path) { + $media->add($name, $medium); + } + } + } + + return $media; + } + + /** + * @return string|null + */ + public function getMediaFolder(): ?string + { + $folder = $this->getFlexMediaFolder(); + + // Check for shared media + if (!$folder && !$this->getFlexDirectory()->getMediaFolder()) { + $this->_loadMedia = false; + $folder = $this->getBlueprint()->fields()['avatar']['destination'] ?? 'account://avatars'; + } + + return $folder; + } + + /** + * @param string $name + * @return array|object|null + * @internal + */ + public function initRelationship(string $name) + { + switch ($name) { + case 'media': + $list = []; + foreach ($this->getMedia()->all() as $filename => $object) { + $list[] = $this->buildMediaObject(null, $filename, $object); + } + + return $list; + case 'avatar': + return $this->buildMediaObject('avatar', basename($this->getAvatarUrl()), $this->getAvatarImage()); + } + + throw new \InvalidArgumentException(sprintf('%s: Relationship %s does not exist', $this->getFlexType(), $name)); + } + + /** + * @return bool Return true if relationships were updated. + */ + protected function updateRelationships(): bool + { + $modified = $this->getRelationships()->getModified(); + if ($modified) { + foreach ($modified as $relationship) { + $name = $relationship->getName(); + switch ($name) { + case 'avatar': + \assert($relationship instanceof ToOneRelationshipInterface); + $this->updateAvatarRelationship($relationship); + break; + default: + throw new \InvalidArgumentException(sprintf('%s: Relationship %s cannot be modified', $this->getFlexType(), $name), 400); + } + } + + $this->resetRelationships(); + + return true; + } + + return false; + } + + /** + * @param ToOneRelationshipInterface $relationship + */ + protected function updateAvatarRelationship(ToOneRelationshipInterface $relationship): void + { + $files = []; + $avatar = $this->getAvatarImage(); + if ($avatar) { + $files['avatar'][$avatar->filename] = null; + } + + $identifier = $relationship->getIdentifier(); + if ($identifier) { + \assert($identifier instanceof MediaIdentifier); + $object = $identifier->getObject(); + if ($object instanceof UploadedMediaObject) { + $uploadedFile = $object->getUploadedFile(); + if ($uploadedFile) { + $files['avatar'][$uploadedFile->getClientFilename()] = $uploadedFile; + } + } + } + + $this->update([], $files); + } + + /** + * @param string $name + * @return Blueprint + */ + protected function doGetBlueprint(string $name = ''): Blueprint + { + $blueprint = $this->getFlexDirectory()->getBlueprint($name ? '.' . $name : $name); + + // HACK: With folder storage we need to ignore the avatar destination. + if ($this->getFlexDirectory()->getMediaFolder()) { + $field = $blueprint->get('form/fields/avatar'); + if ($field) { + unset($field['destination']); + $blueprint->set('form/fields/avatar', $field); + } + } + + return $blueprint; + } + + /** + * @param UserInterface $user + * @param string $action + * @param string $scope + * @param bool $isMe + * @return bool|null + */ + protected function isAuthorizedOverride(UserInterface $user, string $action, string $scope, bool $isMe = false): ?bool + { + // Check custom application access. + $isAuthorizedCallable = static::$isAuthorizedCallable; + if ($isAuthorizedCallable instanceof Closure) { + $callable = $isAuthorizedCallable->bindTo($this, $this); + $authorized = $callable($user, $action, $scope, $isMe); + if (is_bool($authorized)) { + return $authorized; + } + } + + if ($user instanceof self && $user->getStorageKey() === $this->getStorageKey()) { + // User cannot delete his own account, otherwise he has full access. + return $action !== 'delete'; + } + + return parent::isAuthorizedOverride($user, $action, $scope, $isMe); + } + + /** + * @return string|null + */ + protected function getAvatarFile(): ?string + { + $avatars = $this->getElement('avatar'); + if (is_array($avatars) && $avatars) { + $avatar = array_shift($avatars); + + return $avatar['path'] ?? null; + } + + return null; + } + + /** + * Gets the associated media collection (original images). + * + * @return MediaCollectionInterface Representation of associated media. + */ + protected function getOriginalMedia() + { + $folder = $this->getMediaFolder(); + if ($folder) { + $folder .= '/original'; + } + + return (new Media($folder ?? '', $this->getMediaOrder()))->setTimestamps(); + } + + /** + * @param array $files + * @return void + */ + protected function setUpdatedMedia(array $files): void + { + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + + $media = $this->getMedia(); + if (!$media instanceof MediaUploadInterface) { + return; + } + + $filesystem = Filesystem::getInstance(false); + + $list = []; + $list_original = []; + foreach ($files as $field => $group) { + // Ignore files without a field. + if ($field === '') { + continue; + } + $field = (string)$field; + + // Load settings for the field. + $settings = $this->getMediaFieldSettings($field); + foreach ($group as $filename => $file) { + if ($file) { + // File upload. + $filename = $file->getClientFilename(); + + /** @var FormFlashFile $file */ + $data = $file->jsonSerialize(); + unset($data['tmp_name'], $data['path']); + } else { + // File delete. + $data = null; + } + + if ($file) { + // Check file upload against media limits (except for max size). + $filename = $media->checkUploadedFile($file, $filename, ['filesize' => 0] + $settings); + } + + $self = $settings['self']; + if ($this->_loadMedia && $self) { + $filepath = $filename; + } else { + $filepath = "{$settings['destination']}/{$filename}"; + + // For backwards compatibility we are always using relative path from the installation root. + if ($locator->isStream($filepath)) { + $filepath = $locator->findResource($filepath, false, true); + } + } + + // Special handling for original images. + if (strpos($field, '/original')) { + if ($this->_loadMedia && $self) { + $list_original[$filename] = [$file, $settings]; + } + continue; + } + + // Calculate path without the retina scaling factor. + $realpath = $filesystem->pathname($filepath) . str_replace(['@3x', '@2x'], '', Utils::basename($filepath)); + + $list[$filename] = [$file, $settings]; + + $path = str_replace('.', "\n", $field); + if (null !== $data) { + $data['name'] = $filename; + $data['path'] = $filepath; + + $this->setNestedProperty("{$path}\n{$realpath}", $data, "\n"); + } else { + $this->unsetNestedProperty("{$path}\n{$realpath}", "\n"); + } + } + } + + $this->clearMediaCache(); + + $this->_uploads = $list; + $this->_uploads_original = $list_original; + } + + protected function saveUpdatedMedia(): void + { + $media = $this->getMedia(); + if (!$media instanceof MediaUploadInterface) { + throw new RuntimeException('Internal error UO101'); + } + + // Upload/delete original sized images. + /** + * @var string $filename + * @var UploadedFileInterface|array|null $file + */ + foreach ($this->_uploads_original ?? [] as $filename => $file) { + $filename = 'original/' . $filename; + if (is_array($file)) { + [$file, $settings] = $file; + } else { + $settings = null; + } + if ($file instanceof UploadedFileInterface) { + $media->copyUploadedFile($file, $filename, $settings); + } else { + $media->deleteFile($filename, $settings); + } + } + + // Upload/delete altered files. + /** + * @var string $filename + * @var UploadedFileInterface|array|null $file + */ + foreach ($this->getUpdatedMedia() as $filename => $file) { + if (is_array($file)) { + [$file, $settings] = $file; + } else { + $settings = null; + } + if ($file instanceof UploadedFileInterface) { + $media->copyUploadedFile($file, $filename, $settings); + } else { + $media->deleteFile($filename, $settings); + } + } + + $this->setUpdatedMedia([]); + $this->clearMediaCache(); + } + + /** + * @return array + */ + protected function doSerialize(): array + { + return [ + 'type' => $this->getFlexType(), + 'key' => $this->getKey(), + 'elements' => $this->jsonSerialize(), + 'storage' => $this->getMetaData() + ]; + } + + /** + * @return UserGroupIndex + */ + protected function getUserGroups() + { + $grav = Grav::instance(); + + /** @var Flex $flex */ + $flex = $grav['flex']; + + /** @var UserGroupCollection|null $groups */ + $groups = $flex->getDirectory('user-groups'); + if ($groups) { + /** @var UserGroupIndex $index */ + $index = $groups->getIndex(); + + return $index; + } + + return $grav['user_groups']; + } + + /** + * @return UserGroupIndex + */ + protected function getGroups() + { + if (null === $this->_groups) { + /** @var UserGroupIndex $groups */ + $groups = $this->getUserGroups()->select((array)$this->getProperty('groups')); + $this->_groups = $groups; + } + + return $this->_groups; + } + + /** + * @return Access + */ + protected function getAccess(): Access + { + if (null === $this->_access) { + $this->_access = new Access($this->getProperty('access')); + } + + return $this->_access; + } + + /** + * @param mixed $value + * @return array + */ + protected function offsetLoad_access($value): array + { + if (!$value instanceof Access) { + $value = new Access($value); + } + + return $value->jsonSerialize(); + } + + /** + * @param mixed $value + * @return array + */ + protected function offsetPrepare_access($value): array + { + return $this->offsetLoad_access($value); + } + + /** + * @param array|null $value + * @return array|null + */ + protected function offsetSerialize_access(?array $value): ?array + { + return $value; + } +} diff --git a/system/src/Grav/Common/Form/FormFlash.php b/system/src/Grav/Common/Form/FormFlash.php new file mode 100644 index 0000000..24f9999 --- /dev/null +++ b/system/src/Grav/Common/Form/FormFlash.php @@ -0,0 +1,107 @@ +files as $field => $files) { + if (strpos($field, '/')) { + continue; + } + foreach ($files as $file) { + if (is_array($file)) { + $file['tmp_name'] = $this->getTmpDir() . '/' . $file['tmp_name']; + $fields[$field][$file['path'] ?? $file['name']] = $file; + } + } + } + + return $fields; + } + + /** + * @param string $field + * @param string $filename + * @param array $upload + * @return bool + * @deprecated 1.6 For backwards compatibility only, do not use + */ + public function uploadFile(string $field, string $filename, array $upload): bool + { + if (!$this->uniqueId) { + return false; + } + + $tmp_dir = $this->getTmpDir(); + Folder::create($tmp_dir); + + $tmp_file = $upload['file']['tmp_name']; + $basename = Utils::basename($tmp_file); + + if (!move_uploaded_file($tmp_file, $tmp_dir . '/' . $basename)) { + return false; + } + + $upload['file']['tmp_name'] = $basename; + $upload['file']['name'] = $filename; + + $this->addFileInternal($field, $filename, $upload['file']); + + return true; + } + + /** + * @param string $field + * @param string $filename + * @param array $upload + * @param array $crop + * @return bool + * @deprecated 1.6 For backwards compatibility only, do not use + */ + public function cropFile(string $field, string $filename, array $upload, array $crop): bool + { + if (!$this->uniqueId) { + return false; + } + + $tmp_dir = $this->getTmpDir(); + Folder::create($tmp_dir); + + $tmp_file = $upload['file']['tmp_name']; + $basename = Utils::basename($tmp_file); + + if (!move_uploaded_file($tmp_file, $tmp_dir . '/' . $basename)) { + return false; + } + + $upload['file']['tmp_name'] = $basename; + $upload['file']['name'] = $filename; + + $this->addFileInternal($field, $filename, $upload['file'], $crop); + + return true; + } +} diff --git a/system/src/Grav/Common/GPM/AbstractCollection.php b/system/src/Grav/Common/GPM/AbstractCollection.php new file mode 100644 index 0000000..ab3c2fb --- /dev/null +++ b/system/src/Grav/Common/GPM/AbstractCollection.php @@ -0,0 +1,41 @@ +toArray(), JSON_THROW_ON_ERROR); + } + + /** + * @return array + */ + public function toArray() + { + $items = []; + + foreach ($this->items as $name => $package) { + $items[$name] = $package->toArray(); + } + + return $items; + } +} diff --git a/system/src/Grav/Common/GPM/Common/AbstractPackageCollection.php b/system/src/Grav/Common/GPM/Common/AbstractPackageCollection.php new file mode 100644 index 0000000..5f69d37 --- /dev/null +++ b/system/src/Grav/Common/GPM/Common/AbstractPackageCollection.php @@ -0,0 +1,50 @@ +items as $name => $package) { + $items[$name] = $package->toArray(); + } + + return json_encode($items, JSON_THROW_ON_ERROR); + } + + /** + * @return array + */ + public function toArray() + { + $items = []; + + foreach ($this->items as $name => $package) { + $items[$name] = $package->toArray(); + } + + return $items; + } +} diff --git a/system/src/Grav/Common/GPM/Common/CachedCollection.php b/system/src/Grav/Common/GPM/Common/CachedCollection.php new file mode 100644 index 0000000..f93c76c --- /dev/null +++ b/system/src/Grav/Common/GPM/Common/CachedCollection.php @@ -0,0 +1,43 @@ + $item) { + $this->append([$name => $item]); + } + } +} diff --git a/system/src/Grav/Common/GPM/Common/Package.php b/system/src/Grav/Common/GPM/Common/Package.php new file mode 100644 index 0000000..2b359d1 --- /dev/null +++ b/system/src/Grav/Common/GPM/Common/Package.php @@ -0,0 +1,99 @@ +data = $package; + + if ($type) { + $this->data->set('package_type', $type); + } + } + + /** + * @return Data + */ + public function getData() + { + return $this->data; + } + + /** + * @param string $key + * @return mixed + */ + #[\ReturnTypeWillChange] + public function __get($key) + { + return $this->data->get($key); + } + + /** + * @param string $key + * @param mixed $value + * @return void + */ + #[\ReturnTypeWillChange] + public function __set($key, $value) + { + $this->data->set($key, $value); + } + + /** + * @param string $key + * @return bool + */ + #[\ReturnTypeWillChange] + public function __isset($key) + { + return isset($this->data->{$key}); + } + + /** + * @return string + */ + #[\ReturnTypeWillChange] + public function __toString() + { + return $this->toJson(); + } + + /** + * @return string + */ + public function toJson() + { + return $this->data->toJson(); + } + + /** + * @return array + */ + public function toArray() + { + return $this->data->toArray(); + } +} diff --git a/system/src/Grav/Common/GPM/GPM.php b/system/src/Grav/Common/GPM/GPM.php new file mode 100644 index 0000000..2f05a76 --- /dev/null +++ b/system/src/Grav/Common/GPM/GPM.php @@ -0,0 +1,1270 @@ + 'user/plugins/%name%', + 'themes' => 'user/themes/%name%', + 'skeletons' => 'user/' + ]; + + /** + * Creates a new GPM instance with Local and Remote packages available + * + * @param bool $refresh Applies to Remote Packages only and forces a refetch of data + * @param callable|null $callback Either a function or callback in array notation + */ + public function __construct($refresh = false, $callback = null) + { + parent::__construct(); + + Folder::create(CACHE_DIR . '/gpm'); + + $this->cache = []; + $this->installed = new Local\Packages(); + $this->refresh = $refresh; + $this->callback = $callback; + } + + /** + * Magic getter method + * + * @param string $offset Asset name value + * @return mixed Asset value + */ + #[\ReturnTypeWillChange] + public function __get($offset) + { + switch ($offset) { + case 'grav': + return $this->getGrav(); + } + + return parent::__get($offset); + } + + /** + * Magic method to determine if the attribute is set + * + * @param string $offset Asset name value + * @return bool True if the value is set + */ + #[\ReturnTypeWillChange] + public function __isset($offset) + { + switch ($offset) { + case 'grav': + return $this->getGrav() !== null; + } + + return parent::__isset($offset); + } + + /** + * Return the locally installed packages + * + * @return Local\Packages + */ + public function getInstalled() + { + return $this->installed; + } + + /** + * Returns the Locally installable packages + * + * @param array $list_type_installed + * @return array The installed packages + */ + public function getInstallable($list_type_installed = ['plugins' => true, 'themes' => true]) + { + $items = ['total' => 0]; + foreach ($list_type_installed as $type => $type_installed) { + if ($type_installed === false) { + continue; + } + $methodInstallableType = 'getInstalled' . ucfirst($type); + $to_install = $this->$methodInstallableType(); + $items[$type] = $to_install; + $items['total'] += count($to_install); + } + + return $items; + } + + /** + * Returns the amount of locally installed packages + * + * @return int Amount of installed packages + */ + public function countInstalled() + { + $installed = $this->getInstalled(); + + return count($installed['plugins']) + count($installed['themes']); + } + + /** + * Return the instance of a specific Package + * + * @param string $slug The slug of the Package + * @return Local\Package|null The instance of the Package + */ + public function getInstalledPackage($slug) + { + return $this->getInstalledPlugin($slug) ?? $this->getInstalledTheme($slug); + } + + /** + * Return the instance of a specific Plugin + * + * @param string $slug The slug of the Plugin + * @return Local\Package|null The instance of the Plugin + */ + public function getInstalledPlugin($slug) + { + return $this->installed['plugins'][$slug] ?? null; + } + + /** + * Returns the Locally installed plugins + * @return Iterator The installed plugins + */ + public function getInstalledPlugins() + { + return $this->installed['plugins']; + } + + + /** + * Returns the plugin's enabled state + * + * @param string $slug + * @return bool True if the Plugin is Enabled. False if manually set to enable:false. Null otherwise. + */ + public function isPluginEnabled($slug): bool + { + $grav = Grav::instance(); + + return ($grav['config']['plugins'][$slug]['enabled'] ?? false) === true; + } + + /** + * Checks if a Plugin is installed + * + * @param string $slug The slug of the Plugin + * @return bool True if the Plugin has been installed. False otherwise + */ + public function isPluginInstalled($slug): bool + { + return isset($this->installed['plugins'][$slug]); + } + + /** + * @param string $slug + * @return bool + */ + public function isPluginInstalledAsSymlink($slug) + { + $plugin = $this->getInstalledPlugin($slug); + + return (bool)($plugin->symlink ?? false); + } + + /** + * Return the instance of a specific Theme + * + * @param string $slug The slug of the Theme + * @return Local\Package|null The instance of the Theme + */ + public function getInstalledTheme($slug) + { + return $this->installed['themes'][$slug] ?? null; + } + + /** + * Returns the Locally installed themes + * + * @return Iterator The installed themes + */ + public function getInstalledThemes() + { + return $this->installed['themes']; + } + + /** + * Checks if a Theme is enabled + * + * @param string $slug The slug of the Theme + * @return bool True if the Theme has been set to the default theme. False if installed, but not enabled. Null otherwise. + */ + public function isThemeEnabled($slug): bool + { + $grav = Grav::instance(); + + $current_theme = $grav['config']['system']['pages']['theme'] ?? null; + + return $current_theme === $slug; + } + + /** + * Checks if a Theme is installed + * + * @param string $slug The slug of the Theme + * @return bool True if the Theme has been installed. False otherwise + */ + public function isThemeInstalled($slug): bool + { + return isset($this->installed['themes'][$slug]); + } + + /** + * Returns the amount of updates available + * + * @return int Amount of available updates + */ + public function countUpdates() + { + return count($this->getUpdatablePlugins()) + count($this->getUpdatableThemes()); + } + + /** + * Returns an array of Plugins and Themes that can be updated. + * Plugins and Themes are extended with the `available` property that relies to the remote version + * + * @param array $list_type_update specifies what type of package to update + * @return array Array of updatable Plugins and Themes. + * Format: ['total' => int, 'plugins' => array, 'themes' => array] + */ + public function getUpdatable($list_type_update = ['plugins' => true, 'themes' => true]) + { + $items = ['total' => 0]; + foreach ($list_type_update as $type => $type_updatable) { + if ($type_updatable === false) { + continue; + } + $methodUpdatableType = 'getUpdatable' . ucfirst($type); + $to_update = $this->$methodUpdatableType(); + $items[$type] = $to_update; + $items['total'] += count($to_update); + } + + return $items; + } + + /** + * Returns an array of Plugins that can be updated. + * The Plugins are extended with the `available` property that relies to the remote version + * + * @return array Array of updatable Plugins + */ + public function getUpdatablePlugins() + { + $items = []; + + $repository = $this->getRepository(); + if (null === $repository) { + return $items; + } + + $plugins = $repository['plugins']; + + // local cache to speed things up + if (isset($this->cache[__METHOD__])) { + return $this->cache[__METHOD__]; + } + + foreach ($this->installed['plugins'] as $slug => $plugin) { + if (!isset($plugins[$slug]) || $plugin->symlink || !$plugin->version || $plugin->gpm === false) { + continue; + } + + $local_version = $plugin->version ?? 'Unknown'; + $remote_version = $plugins[$slug]->version; + + if (version_compare($local_version, $remote_version) < 0) { + $plugins[$slug]->available = $remote_version; + $plugins[$slug]->version = $local_version; + $plugins[$slug]->type = $plugins[$slug]->release_type; + $items[$slug] = $plugins[$slug]; + } + } + + $this->cache[__METHOD__] = $items; + + return $items; + } + + /** + * Get the latest release of a package from the GPM + * + * @param string $package_name + * @return string|null + */ + public function getLatestVersionOfPackage($package_name) + { + $repository = $this->getRepository(); + if (null === $repository) { + return null; + } + + $plugins = $repository['plugins']; + if (isset($plugins[$package_name])) { + return $plugins[$package_name]->available ?: $plugins[$package_name]->version; + } + + //Not a plugin, it's a theme? + $themes = $repository['themes']; + if (isset($themes[$package_name])) { + return $themes[$package_name]->available ?: $themes[$package_name]->version; + } + + return null; + } + + /** + * Check if a Plugin or Theme is updatable + * + * @param string $slug The slug of the package + * @return bool True if updatable. False otherwise or if not found + */ + public function isUpdatable($slug) + { + return $this->isPluginUpdatable($slug) || $this->isThemeUpdatable($slug); + } + + /** + * Checks if a Plugin is updatable + * + * @param string $plugin The slug of the Plugin + * @return bool True if the Plugin is updatable. False otherwise + */ + public function isPluginUpdatable($plugin) + { + return array_key_exists($plugin, (array)$this->getUpdatablePlugins()); + } + + /** + * Returns an array of Themes that can be updated. + * The Themes are extended with the `available` property that relies to the remote version + * + * @return array Array of updatable Themes + */ + public function getUpdatableThemes() + { + $items = []; + + $repository = $this->getRepository(); + if (null === $repository) { + return $items; + } + + $themes = $repository['themes']; + + // local cache to speed things up + if (isset($this->cache[__METHOD__])) { + return $this->cache[__METHOD__]; + } + + foreach ($this->installed['themes'] as $slug => $plugin) { + if (!isset($themes[$slug]) || $plugin->symlink || !$plugin->version || $plugin->gpm === false) { + continue; + } + + $local_version = $plugin->version ?? 'Unknown'; + $remote_version = $themes[$slug]->version; + + if (version_compare($local_version, $remote_version) < 0) { + $themes[$slug]->available = $remote_version; + $themes[$slug]->version = $local_version; + $themes[$slug]->type = $themes[$slug]->release_type; + $items[$slug] = $themes[$slug]; + } + } + + $this->cache[__METHOD__] = $items; + + return $items; + } + + /** + * Checks if a Theme is Updatable + * + * @param string $theme The slug of the Theme + * @return bool True if the Theme is updatable. False otherwise + */ + public function isThemeUpdatable($theme) + { + return array_key_exists($theme, (array)$this->getUpdatableThemes()); + } + + /** + * Get the release type of a package (stable / testing) + * + * @param string $package_name + * @return string|null + */ + public function getReleaseType($package_name) + { + $repository = $this->getRepository(); + if (null === $repository) { + return null; + } + + $plugins = $repository['plugins']; + if (isset($plugins[$package_name])) { + return $plugins[$package_name]->release_type; + } + + //Not a plugin, it's a theme? + $themes = $repository['themes']; + if (isset($themes[$package_name])) { + return $themes[$package_name]->release_type; + } + + return null; + } + + /** + * Returns true if the package latest release is stable + * + * @param string $package_name + * @return bool + */ + public function isStableRelease($package_name) + { + return $this->getReleaseType($package_name) === 'stable'; + } + + /** + * Returns true if the package latest release is testing + * + * @param string $package_name + * @return bool + */ + public function isTestingRelease($package_name) + { + $package = $this->getInstalledPackage($package_name); + $testing = $package->testing ?? false; + + return $this->getReleaseType($package_name) === 'testing' || $testing; + } + + /** + * Returns a Plugin from the repository + * + * @param string $slug The slug of the Plugin + * @return Remote\Package|null Package if found, NULL if not + */ + public function getRepositoryPlugin($slug) + { + $packages = $this->getRepositoryPlugins(); + + return $packages ? ($packages[$slug] ?? null) : null; + } + + /** + * Returns the list of Plugins available in the repository + * + * @return Iterator|null The Plugins remotely available + */ + public function getRepositoryPlugins() + { + return $this->getRepository()['plugins'] ?? null; + } + + /** + * Returns a Theme from the repository + * + * @param string $slug The slug of the Theme + * @return Remote\Package|null Package if found, NULL if not + */ + public function getRepositoryTheme($slug) + { + $packages = $this->getRepositoryThemes(); + + return $packages ? ($packages[$slug] ?? null) : null; + } + + /** + * Returns the list of Themes available in the repository + * + * @return Iterator|null The Themes remotely available + */ + public function getRepositoryThemes() + { + return $this->getRepository()['themes'] ?? null; + } + + /** + * Returns the list of Plugins and Themes available in the repository + * + * @return Remote\Packages|null Available Plugins and Themes + * Format: ['plugins' => array, 'themes' => array] + */ + public function getRepository() + { + if (null === $this->repository) { + try { + $this->repository = new Remote\Packages($this->refresh, $this->callback); + } catch (Exception $e) {} + } + + return $this->repository; + } + + /** + * Returns Grav version available in the repository + * + * @return Remote\GravCore|null + */ + public function getGrav() + { + if (null === $this->grav) { + try { + $this->grav = new Remote\GravCore($this->refresh, $this->callback); + } catch (Exception $e) {} + } + + return $this->grav; + } + + /** + * Searches for a Package in the repository + * + * @param string $search Can be either the slug or the name + * @param bool $ignore_exception True if should not fire an exception (for use in Twig) + * @return Remote\Package|false Package if found, FALSE if not + */ + public function findPackage($search, $ignore_exception = false) + { + $search = strtolower($search); + + $found = $this->getRepositoryPlugin($search) ?? $this->getRepositoryTheme($search); + if ($found) { + return $found; + } + + $themes = $this->getRepositoryThemes(); + $plugins = $this->getRepositoryPlugins(); + + if (null === $themes || null === $plugins) { + if (!is_writable(GRAV_ROOT . '/cache/gpm')) { + throw new RuntimeException('The cache/gpm folder is not writable. Please check the folder permissions.'); + } + + if ($ignore_exception) { + return false; + } + + throw new RuntimeException('GPM not reachable. Please check your internet connection or check the Grav site is reachable'); + } + + foreach ($themes as $slug => $theme) { + if ($search === $slug || $search === $theme->name) { + return $theme; + } + } + + foreach ($plugins as $slug => $plugin) { + if ($search === $slug || $search === $plugin->name) { + return $plugin; + } + } + + return false; + } + + /** + * Download the zip package via the URL + * + * @param string $package_file + * @param string $tmp + * @return string|null + */ + public static function downloadPackage($package_file, $tmp) + { + $package = parse_url($package_file); + if (!is_array($package)) { + throw new \RuntimeException("Malformed GPM URL: {$package_file}"); + } + + $filename = Utils::basename($package['path'] ?? ''); + + if (Grav::instance()['config']->get('system.gpm.official_gpm_only') && ($package['host'] ?? null) !== 'getgrav.org') { + throw new RuntimeException('Only official GPM URLs are allowed. You can modify this behavior in the System configuration.'); + } + + $output = Response::get($package_file, []); + + if ($output) { + Folder::create($tmp); + file_put_contents($tmp . DS . $filename, $output); + return $tmp . DS . $filename; + } + + return null; + } + + /** + * Copy the local zip package to tmp + * + * @param string $package_file + * @param string $tmp + * @return string|null + */ + public static function copyPackage($package_file, $tmp) + { + $package_file = realpath($package_file); + + if ($package_file && file_exists($package_file)) { + $filename = Utils::basename($package_file); + Folder::create($tmp); + copy($package_file, $tmp . DS . $filename); + return $tmp . DS . $filename; + } + + return null; + } + + /** + * Try to guess the package type from the source files + * + * @param string $source + * @return string|false + */ + public static function getPackageType($source) + { + $plugin_regex = '/^class\\s{1,}[a-zA-Z0-9]{1,}\\s{1,}extends.+Plugin/m'; + $theme_regex = '/^class\\s{1,}[a-zA-Z0-9]{1,}\\s{1,}extends.+Theme/m'; + + if (file_exists($source . 'system/defines.php') && + file_exists($source . 'system/config/system.yaml') + ) { + return 'grav'; + } + + // must have a blueprint + if (!file_exists($source . 'blueprints.yaml')) { + return false; + } + + // either theme or plugin + $name = Utils::basename($source); + if (Utils::contains($name, 'theme')) { + return 'theme'; + } + if (Utils::contains($name, 'plugin')) { + return 'plugin'; + } + + $glob = glob($source . '*.php') ?: []; + foreach ($glob as $filename) { + $contents = file_get_contents($filename); + if (!$contents) { + continue; + } + if (preg_match($theme_regex, $contents)) { + return 'theme'; + } + if (preg_match($plugin_regex, $contents)) { + return 'plugin'; + } + } + + // Assume it's a theme + return 'theme'; + } + + /** + * Try to guess the package name from the source files + * + * @param string $source + * @return string|false + */ + public static function getPackageName($source) + { + $ignore_yaml_files = ['blueprints', 'languages']; + + $glob = glob($source . '*.yaml') ?: []; + foreach ($glob as $filename) { + $name = strtolower(Utils::basename($filename, '.yaml')); + if (in_array($name, $ignore_yaml_files)) { + continue; + } + + return $name; + } + + return false; + } + + /** + * Find/Parse the blueprint file + * + * @param string $source + * @return array|false + */ + public static function getBlueprints($source) + { + $blueprint_file = $source . 'blueprints.yaml'; + if (!file_exists($blueprint_file)) { + return false; + } + + $file = YamlFile::instance($blueprint_file); + $blueprint = (array)$file->content(); + $file->free(); + + return $blueprint; + } + + /** + * Get the install path for a name and a particular type of package + * + * @param string $type + * @param string $name + * @return string + */ + public static function getInstallPath($type, $name) + { + $locator = Grav::instance()['locator']; + + if ($type === 'theme') { + $install_path = $locator->findResource('themes://', false) . DS . $name; + } else { + $install_path = $locator->findResource('plugins://', false) . DS . $name; + } + + return $install_path; + } + + /** + * Searches for a list of Packages in the repository + * + * @param array $searches An array of either slugs or names + * @return array Array of found Packages + * Format: ['total' => int, 'not_found' => array, ] + */ + public function findPackages($searches = []) + { + $packages = ['total' => 0, 'not_found' => []]; + $inflector = new Inflector(); + + foreach ($searches as $search) { + $repository = ''; + // if this is an object, get the search data from the key + if (is_object($search)) { + $search = (array)$search; + $key = key($search); + $repository = $search[$key]; + $search = $key; + } + + $found = $this->findPackage($search); + if ($found) { + // set override repository if provided + if ($repository) { + $found->override_repository = $repository; + } + if (!isset($packages[$found->package_type])) { + $packages[$found->package_type] = []; + } + + $packages[$found->package_type][$found->slug] = $found; + $packages['total']++; + } else { + // make a best guess at the type based on the repo URL + if (Utils::contains($repository, '-theme')) { + $type = 'themes'; + } else { + $type = 'plugins'; + } + + $not_found = new stdClass(); + $not_found->name = $inflector::camelize($search); + $not_found->slug = $search; + $not_found->package_type = $type; + $not_found->install_path = str_replace('%name%', $search, $this->install_paths[$type]); + $not_found->override_repository = $repository; + $packages['not_found'][$search] = $not_found; + } + } + + return $packages; + } + + /** + * Return the list of packages that have the passed one as dependency + * + * @param string $slug The slug name of the package + * @return array + */ + public function getPackagesThatDependOnPackage($slug) + { + $plugins = $this->getInstalledPlugins(); + $themes = $this->getInstalledThemes(); + $packages = array_merge($plugins->toArray(), $themes->toArray()); + + $list = []; + foreach ($packages as $package_name => $package) { + $dependencies = $package['dependencies'] ?? []; + foreach ($dependencies as $dependency) { + if (is_array($dependency) && isset($dependency['name'])) { + $dependency = $dependency['name']; + } + + if ($dependency === $slug) { + $list[] = $package_name; + } + } + } + + return $list; + } + + + /** + * Get the required version of a dependency of a package + * + * @param string $package_slug + * @param string $dependency_slug + * @return mixed|null + */ + public function getVersionOfDependencyRequiredByPackage($package_slug, $dependency_slug) + { + $dependencies = $this->getInstalledPackage($package_slug)->dependencies ?? []; + foreach ($dependencies as $dependency) { + if (isset($dependency[$dependency_slug])) { + return $dependency[$dependency_slug]; + } + } + + return null; + } + + /** + * Check the package identified by $slug can be updated to the version passed as argument. + * Thrown an exception if it cannot be updated because another package installed requires it to be at an older version. + * + * @param string $slug + * @param string $version_with_operator + * @param array $ignore_packages_list + * @return bool + * @throws RuntimeException + */ + public function checkNoOtherPackageNeedsThisDependencyInALowerVersion($slug, $version_with_operator, $ignore_packages_list) + { + // check if any of the currently installed package need this in a lower version than the one we need. In case, abort and tell which package + $dependent_packages = $this->getPackagesThatDependOnPackage($slug); + $version = $this->calculateVersionNumberFromDependencyVersion($version_with_operator); + + if (count($dependent_packages)) { + foreach ($dependent_packages as $dependent_package) { + $other_dependency_version_with_operator = $this->getVersionOfDependencyRequiredByPackage($dependent_package, $slug); + $other_dependency_version = $this->calculateVersionNumberFromDependencyVersion($other_dependency_version_with_operator); + + // check version is compatible with the one needed by the current package + if ($this->versionFormatIsNextSignificantRelease($other_dependency_version_with_operator)) { + $compatible = $this->checkNextSignificantReleasesAreCompatible($version, $other_dependency_version); + if (!$compatible && !in_array($dependent_package, $ignore_packages_list, true)) { + throw new RuntimeException( + "Package $slug is required in an older version by package $dependent_package. This package needs a newer version, and because of this it cannot be installed. The $dependent_package package must be updated to use a newer release of $slug.", + 2 + ); + } + } + } + } + + return true; + } + + /** + * Check the passed packages list can be updated + * + * @param array $packages_names_list + * @return void + * @throws Exception + */ + public function checkPackagesCanBeInstalled($packages_names_list) + { + foreach ($packages_names_list as $package_name) { + $latest = $this->getLatestVersionOfPackage($package_name); + $this->checkNoOtherPackageNeedsThisDependencyInALowerVersion($package_name, $latest, $packages_names_list); + } + } + + /** + * Fetch the dependencies, check the installed packages and return an array with + * the list of packages with associated an information on what to do: install, update or ignore. + * + * `ignore` means the package is already installed and can be safely left as-is. + * `install` means the package is not installed and must be installed. + * `update` means the package is already installed and must be updated as a dependency needs a higher version. + * + * @param array $packages + * @return array + * @throws RuntimeException + */ + public function getDependencies($packages) + { + $dependencies = $this->calculateMergedDependenciesOfPackages($packages); + foreach ($dependencies as $dependency_slug => $dependencyVersionWithOperator) { + $dependency_slug = (string)$dependency_slug; + if (in_array($dependency_slug, $packages, true)) { + unset($dependencies[$dependency_slug]); + continue; + } + + // Check PHP version + if ($dependency_slug === 'php') { + $testVersion = $this->calculateVersionNumberFromDependencyVersion($dependencyVersionWithOperator); + if (version_compare($testVersion, PHP_VERSION) === 1) { + //Needs a Grav update first + throw new RuntimeException("One of the packages require PHP {$dependencies['php']}. Please update PHP to resolve this"); + } + + unset($dependencies[$dependency_slug]); + continue; + } + + //First, check for Grav dependency. If a dependency requires Grav > the current version, abort and tell. + if ($dependency_slug === 'grav') { + $testVersion = $this->calculateVersionNumberFromDependencyVersion($dependencyVersionWithOperator); + if (version_compare($testVersion, GRAV_VERSION) === 1) { + //Needs a Grav update first + throw new RuntimeException("One of the packages require Grav {$dependencies['grav']}. Please update Grav to the latest release."); + } + + unset($dependencies[$dependency_slug]); + continue; + } + + if ($this->isPluginInstalled($dependency_slug)) { + if ($this->isPluginInstalledAsSymlink($dependency_slug)) { + unset($dependencies[$dependency_slug]); + continue; + } + + $dependencyVersion = $this->calculateVersionNumberFromDependencyVersion($dependencyVersionWithOperator); + + // get currently installed version + $locator = Grav::instance()['locator']; + $blueprints_path = $locator->findResource('plugins://' . $dependency_slug . DS . 'blueprints.yaml'); + $file = YamlFile::instance($blueprints_path); + $package_yaml = $file->content(); + $file->free(); + $currentlyInstalledVersion = $package_yaml['version']; + + // if requirement is next significant release, check is compatible with currently installed version, might not be + if ($this->versionFormatIsNextSignificantRelease($dependencyVersionWithOperator) + && $this->firstVersionIsLower($dependencyVersion, $currentlyInstalledVersion)) { + $compatible = $this->checkNextSignificantReleasesAreCompatible($dependencyVersion, $currentlyInstalledVersion); + + if (!$compatible) { + throw new RuntimeException( + 'Dependency ' . $dependency_slug . ' is required in an older version than the one installed. This package must be updated. Please get in touch with its developer.', + 2 + ); + } + } + + //if I already have the latest release, remove the dependency + $latestRelease = $this->getLatestVersionOfPackage($dependency_slug); + + if ($this->firstVersionIsLower($latestRelease, $dependencyVersion)) { + //throw an exception if a required version cannot be found in the GPM yet + throw new RuntimeException( + 'Dependency ' . $package_yaml['name'] . ' is required in version ' . $dependencyVersion . ' which is higher than the latest release, ' . $latestRelease . '. Try running `bin/gpm -f index` to force a refresh of the GPM cache', + 1 + ); + } + + if ($this->firstVersionIsLower($currentlyInstalledVersion, $dependencyVersion)) { + $dependencies[$dependency_slug] = 'update'; + } elseif ($currentlyInstalledVersion === $latestRelease) { + unset($dependencies[$dependency_slug]); + } else { + // an update is not strictly required mark as 'ignore' + $dependencies[$dependency_slug] = 'ignore'; + } + } else { + $dependencyVersion = $this->calculateVersionNumberFromDependencyVersion($dependencyVersionWithOperator); + + // if requirement is next significant release, check is compatible with latest available version, might not be + if ($this->versionFormatIsNextSignificantRelease($dependencyVersionWithOperator)) { + $latestVersionOfPackage = $this->getLatestVersionOfPackage($dependency_slug); + if ($this->firstVersionIsLower($dependencyVersion, $latestVersionOfPackage)) { + $compatible = $this->checkNextSignificantReleasesAreCompatible( + $dependencyVersion, + $latestVersionOfPackage + ); + + if (!$compatible) { + throw new RuntimeException( + 'Dependency ' . $dependency_slug . ' is required in an older version than the latest release available, and it cannot be installed. This package must be updated. Please get in touch with its developer.', + 2 + ); + } + } + } + + $dependencies[$dependency_slug] = 'install'; + } + } + + $dependencies_slugs = array_keys($dependencies); + $this->checkNoOtherPackageNeedsTheseDependenciesInALowerVersion(array_merge($packages, $dependencies_slugs)); + + return $dependencies; + } + + /** + * @param array $dependencies_slugs + * @return void + */ + public function checkNoOtherPackageNeedsTheseDependenciesInALowerVersion($dependencies_slugs) + { + foreach ($dependencies_slugs as $dependency_slug) { + $this->checkNoOtherPackageNeedsThisDependencyInALowerVersion( + $dependency_slug, + $this->getLatestVersionOfPackage($dependency_slug), + $dependencies_slugs + ); + } + } + + /** + * @param string $firstVersion + * @param string $secondVersion + * @return bool + */ + private function firstVersionIsLower($firstVersion, $secondVersion) + { + return version_compare($firstVersion, $secondVersion) === -1; + } + + /** + * Calculates and merges the dependencies of a package + * + * @param string $packageName The package information + * @param array $dependencies The dependencies array + * @return array + */ + private function calculateMergedDependenciesOfPackage($packageName, $dependencies) + { + $packageData = $this->findPackage($packageName); + + if (empty($packageData->dependencies)) { + return $dependencies; + } + + foreach ($packageData->dependencies as $dependency) { + $dependencyName = $dependency['name'] ?? null; + if (!$dependencyName) { + continue; + } + + $dependencyVersion = $dependency['version'] ?? '*'; + + if (!isset($dependencies[$dependencyName])) { + // Dependency added for the first time + $dependencies[$dependencyName] = $dependencyVersion; + + //Factor in the package dependencies too + $dependencies = $this->calculateMergedDependenciesOfPackage($dependencyName, $dependencies); + } elseif ($dependencyVersion !== '*') { + // Dependency already added by another package + // If this package requires a version higher than the currently stored one, store this requirement instead + $currentDependencyVersion = $dependencies[$dependencyName]; + $currently_stored_version_number = $this->calculateVersionNumberFromDependencyVersion($currentDependencyVersion); + + $currently_stored_version_is_in_next_significant_release_format = false; + if ($this->versionFormatIsNextSignificantRelease($currentDependencyVersion)) { + $currently_stored_version_is_in_next_significant_release_format = true; + } + + if (!$currently_stored_version_number) { + $currently_stored_version_number = '*'; + } + + $current_package_version_number = $this->calculateVersionNumberFromDependencyVersion($dependencyVersion); + if (!$current_package_version_number) { + throw new RuntimeException("Bad format for version of dependency {$dependencyName} for package {$packageName}", 1); + } + + $current_package_version_is_in_next_significant_release_format = false; + if ($this->versionFormatIsNextSignificantRelease($dependencyVersion)) { + $current_package_version_is_in_next_significant_release_format = true; + } + + //If I had stored '*', change right away with the more specific version required + if ($currently_stored_version_number === '*') { + $dependencies[$dependencyName] = $dependencyVersion; + } elseif (!$currently_stored_version_is_in_next_significant_release_format && !$current_package_version_is_in_next_significant_release_format) { + //Comparing versions equals or higher, a simple version_compare is enough + if (version_compare($currently_stored_version_number, $current_package_version_number) === -1) { + //Current package version is higher + $dependencies[$dependencyName] = $dependencyVersion; + } + } else { + $compatible = $this->checkNextSignificantReleasesAreCompatible($currently_stored_version_number, $current_package_version_number); + if (!$compatible) { + throw new RuntimeException("Dependency {$dependencyName} is required in two incompatible versions", 2); + } + } + } + } + + return $dependencies; + } + + /** + * Calculates and merges the dependencies of the passed packages + * + * @param array $packages + * @return array + */ + public function calculateMergedDependenciesOfPackages($packages) + { + $dependencies = []; + + foreach ($packages as $package) { + $dependencies = $this->calculateMergedDependenciesOfPackage($package, $dependencies); + } + + return $dependencies; + } + + /** + * Returns the actual version from a dependency version string. + * Examples: + * $versionInformation == '~2.0' => returns '2.0' + * $versionInformation == '>=2.0.2' => returns '2.0.2' + * $versionInformation == '2.0.2' => returns '2.0.2' + * $versionInformation == '*' => returns null + * $versionInformation == '' => returns null + * + * @param string $version + * @return string|null + */ + public function calculateVersionNumberFromDependencyVersion($version) + { + if ($version === '*') { + return null; + } + if ($version === '') { + return null; + } + if ($this->versionFormatIsNextSignificantRelease($version)) { + return trim(substr($version, 1)); + } + if ($this->versionFormatIsEqualOrHigher($version)) { + return trim(substr($version, 2)); + } + + return $version; + } + + /** + * Check if the passed version information contains next significant release (tilde) operator + * + * Example: returns true for $version: '~2.0' + * + * @param string $version + * @return bool + */ + public function versionFormatIsNextSignificantRelease($version): bool + { + return strpos($version, '~') === 0; + } + + /** + * Check if the passed version information contains equal or higher operator + * + * Example: returns true for $version: '>=2.0' + * + * @param string $version + * @return bool + */ + public function versionFormatIsEqualOrHigher($version): bool + { + return strpos($version, '>=') === 0; + } + + /** + * Check if two releases are compatible by next significant release + * + * ~1.2 is equivalent to >=1.2 <2.0.0 + * ~1.2.3 is equivalent to >=1.2.3 <1.3.0 + * + * In short, allows the last digit specified to go up + * + * @param string $version1 the version string (e.g. '2.0.0' or '1.0') + * @param string $version2 the version string (e.g. '2.0.0' or '1.0') + * @return bool + */ + public function checkNextSignificantReleasesAreCompatible($version1, $version2): bool + { + $version1array = explode('.', $version1); + $version2array = explode('.', $version2); + + if (count($version1array) > count($version2array)) { + [$version1array, $version2array] = [$version2array, $version1array]; + } + + $i = 0; + while ($i < count($version1array) - 1) { + if ($version1array[$i] !== $version2array[$i]) { + return false; + } + $i++; + } + + return true; + } +} diff --git a/system/src/Grav/Common/GPM/Installer.php b/system/src/Grav/Common/GPM/Installer.php new file mode 100644 index 0000000..2987e4a --- /dev/null +++ b/system/src/Grav/Common/GPM/Installer.php @@ -0,0 +1,544 @@ + true, + 'ignore_symlinks' => true, + 'sophisticated' => false, + 'theme' => false, + 'install_path' => '', + 'ignores' => [], + 'exclude_checks' => [self::EXISTS, self::NOT_FOUND, self::IS_LINK] + ]; + + /** + * Installs a given package to a given destination. + * + * @param string $zip the local path to ZIP package + * @param string $destination The local path to the Grav Instance + * @param array $options Options to use for installing. ie, ['install_path' => 'user/themes/antimatter'] + * @param string|null $extracted The local path to the extacted ZIP package + * @param bool $keepExtracted True if you want to keep the original files + * @return bool True if everything went fine, False otherwise. + */ + public static function install($zip, $destination, $options = [], $extracted = null, $keepExtracted = false) + { + $destination = rtrim($destination, DS); + $options = array_merge(self::$options, $options); + $install_path = rtrim($destination . DS . ltrim($options['install_path'], DS), DS); + + if (!self::isGravInstance($destination) || !self::isValidDestination( + $install_path, + $options['exclude_checks'] + ) + ) { + return false; + } + + if ((self::lastErrorCode() === self::IS_LINK && $options['ignore_symlinks']) || + (self::lastErrorCode() === self::EXISTS && !$options['overwrite']) + ) { + return false; + } + + // Create a tmp location + $tmp_dir = Grav::instance()['locator']->findResource('tmp://', true, true); + $tmp = $tmp_dir . '/Grav-' . uniqid('', false); + + if (!$extracted) { + $extracted = self::unZip($zip, $tmp); + if (!$extracted) { + Folder::delete($tmp); + return false; + } + } + + if (!file_exists($extracted)) { + self::$error = self::INVALID_SOURCE; + return false; + } + + $is_install = true; + $installer = self::loadInstaller($extracted, $is_install); + + if (isset($options['is_update']) && $options['is_update'] === true) { + $method = 'preUpdate'; + } else { + $method = 'preInstall'; + } + + if ($installer && method_exists($installer, $method)) { + $method_result = $installer::$method(); + if ($method_result !== true) { + self::$error = 'An error occurred'; + if (is_string($method_result)) { + self::$error = $method_result; + } + + return false; + } + } + + if (!$options['sophisticated']) { + $isTheme = $options['theme'] ?? false; + // Make sure that themes are always being copied, even if option was not set! + $isTheme = $isTheme || preg_match('|/themes/[^/]+|ui', $install_path); + if ($isTheme) { + self::copyInstall($extracted, $install_path); + } else { + self::moveInstall($extracted, $install_path); + } + } else { + self::sophisticatedInstall($extracted, $install_path, $options['ignores'], $keepExtracted); + } + + Folder::delete($tmp); + + if (isset($options['is_update']) && $options['is_update'] === true) { + $method = 'postUpdate'; + } else { + $method = 'postInstall'; + } + + self::$message = ''; + if ($installer && method_exists($installer, $method)) { + self::$message = $installer::$method(); + } + + self::$error = self::OK; + + return true; + } + + /** + * Unzip a file to somewhere + * + * @param string $zip_file + * @param string $destination + * @return string|false + */ + public static function unZip($zip_file, $destination) + { + $zip = new ZipArchive(); + $archive = $zip->open($zip_file); + + if ($archive === true) { + Folder::create($destination); + + $unzip = $zip->extractTo($destination); + + + if (!$unzip) { + self::$error = self::ZIP_EXTRACT_ERROR; + Folder::delete($destination); + $zip->close(); + return false; + } + + $package_folder_name = $zip->getNameIndex(0); + if ($package_folder_name === false) { + throw new \RuntimeException('Bad package file: ' . Utils::basename($zip_file)); + } + $package_folder_name = preg_replace('#\./$#', '', $package_folder_name); + $zip->close(); + + return $destination . '/' . $package_folder_name; + } + + self::$error = self::ZIP_EXTRACT_ERROR; + self::$error_zip = $archive; + + return false; + } + + /** + * Instantiates and returns the package installer class + * + * @param string $installer_file_folder The folder path that contains install.php + * @param bool $is_install True if install, false if removal + * @return string|null + */ + private static function loadInstaller($installer_file_folder, $is_install) + { + $installer_file_folder = rtrim($installer_file_folder, DS); + + $install_file = $installer_file_folder . DS . 'install.php'; + + if (!file_exists($install_file)) { + return null; + } + + require_once $install_file; + + if ($is_install) { + $slug = ''; + if (($pos = strpos($installer_file_folder, 'grav-plugin-')) !== false) { + $slug = substr($installer_file_folder, $pos + strlen('grav-plugin-')); + } elseif (($pos = strpos($installer_file_folder, 'grav-theme-')) !== false) { + $slug = substr($installer_file_folder, $pos + strlen('grav-theme-')); + } + } else { + $path_elements = explode('/', $installer_file_folder); + $slug = end($path_elements); + } + + if (!$slug) { + return null; + } + + $class_name = ucfirst($slug) . 'Install'; + + if (class_exists($class_name)) { + return $class_name; + } + + $class_name_alphanumeric = preg_replace('/[^a-zA-Z0-9]+/', '', $class_name) ?? $class_name; + + if (class_exists($class_name_alphanumeric)) { + return $class_name_alphanumeric; + } + + return null; + } + + /** + * @param string $source_path + * @param string $install_path + * @return bool + */ + public static function moveInstall($source_path, $install_path) + { + if (file_exists($install_path)) { + Folder::delete($install_path); + } + + Folder::move($source_path, $install_path); + + return true; + } + + /** + * @param string $source_path + * @param string $install_path + * @return bool + */ + public static function copyInstall($source_path, $install_path) + { + if (empty($source_path)) { + throw new RuntimeException("Directory $source_path is missing"); + } + + Folder::rcopy($source_path, $install_path); + + return true; + } + + /** + * @param string $source_path + * @param string $install_path + * @param array $ignores + * @param bool $keep_source + * @return bool + */ + public static function sophisticatedInstall($source_path, $install_path, $ignores = [], $keep_source = false) + { + foreach (new DirectoryIterator($source_path) as $file) { + if ($file->isLink() || $file->isDot() || in_array($file->getFilename(), $ignores, true)) { + continue; + } + + $path = $install_path . DS . $file->getFilename(); + + if ($file->isDir()) { + Folder::delete($path); + if ($keep_source) { + Folder::copy($file->getPathname(), $path); + } else { + Folder::move($file->getPathname(), $path); + } + + if ($file->getFilename() === 'bin') { + $glob = glob($path . DS . '*') ?: []; + foreach ($glob as $bin_file) { + @chmod($bin_file, 0755); + } + } + } else { + @unlink($path); + @copy($file->getPathname(), $path); + } + } + + return true; + } + + /** + * Uninstalls one or more given package + * + * @param string $path The slug of the package(s) + * @param array $options Options to use for uninstalling + * @return bool True if everything went fine, False otherwise. + */ + public static function uninstall($path, $options = []) + { + $options = array_merge(self::$options, $options); + if (!self::isValidDestination($path, $options['exclude_checks']) + ) { + return false; + } + + $installer_file_folder = $path; + $is_install = false; + $installer = self::loadInstaller($installer_file_folder, $is_install); + + if ($installer && method_exists($installer, 'preUninstall')) { + $method_result = $installer::preUninstall(); + if ($method_result !== true) { + self::$error = 'An error occurred'; + if (is_string($method_result)) { + self::$error = $method_result; + } + + return false; + } + } + + $result = Folder::delete($path); + + self::$message = ''; + if ($result && $installer && method_exists($installer, 'postUninstall')) { + self::$message = $installer::postUninstall(); + } + + return $result; + } + + /** + * Runs a set of checks on the destination and sets the Error if any + * + * @param string $destination The directory to run validations at + * @param array $exclude An array of constants to exclude from the validation + * @return bool True if validation passed. False otherwise + */ + public static function isValidDestination($destination, $exclude = []) + { + self::$error = 0; + self::$target = $destination; + + if (is_link($destination)) { + self::$error = self::IS_LINK; + } elseif (file_exists($destination)) { + self::$error = self::EXISTS; + } elseif (!file_exists($destination)) { + self::$error = self::NOT_FOUND; + } elseif (!is_dir($destination)) { + self::$error = self::NOT_DIRECTORY; + } + + if (count($exclude) && in_array(self::$error, $exclude, true)) { + return true; + } + + return !self::$error; + } + + /** + * Validates if the given path is a Grav Instance + * + * @param string $target The local path to the Grav Instance + * @return bool True if is a Grav Instance. False otherwise + */ + public static function isGravInstance($target) + { + self::$error = 0; + self::$target = $target; + + if (!file_exists($target . DS . 'index.php') || + !file_exists($target . DS . 'bin') || + !file_exists($target . DS . 'user') || + !file_exists($target . DS . 'system' . DS . 'config' . DS . 'system.yaml') + ) { + self::$error = self::NOT_GRAV_ROOT; + } + + return !self::$error; + } + + /** + * Returns the last message added by the installer + * + * @return string The message + */ + public static function getMessage() + { + return self::$message; + } + + /** + * Returns the last error occurred in a string message format + * + * @return string The message of the last error + */ + public static function lastErrorMsg() + { + if (is_string(self::$error)) { + return self::$error; + } + + switch (self::$error) { + case 0: + $msg = 'No Error'; + break; + + case self::EXISTS: + $msg = 'The target path "' . self::$target . '" already exists'; + break; + + case self::IS_LINK: + $msg = 'The target path "' . self::$target . '" is a symbolic link'; + break; + + case self::NOT_FOUND: + $msg = 'The target path "' . self::$target . '" does not appear to exist'; + break; + + case self::NOT_DIRECTORY: + $msg = 'The target path "' . self::$target . '" does not appear to be a folder'; + break; + + case self::NOT_GRAV_ROOT: + $msg = 'The target path "' . self::$target . '" does not appear to be a Grav instance'; + break; + + case self::ZIP_OPEN_ERROR: + $msg = 'Unable to open the package file'; + break; + + case self::ZIP_EXTRACT_ERROR: + $msg = 'Unable to extract the package. '; + if (self::$error_zip) { + switch (self::$error_zip) { + case ZipArchive::ER_EXISTS: + $msg .= 'File already exists.'; + break; + + case ZipArchive::ER_INCONS: + $msg .= 'Zip archive inconsistent.'; + break; + + case ZipArchive::ER_MEMORY: + $msg .= 'Memory allocation failure.'; + break; + + case ZipArchive::ER_NOENT: + $msg .= 'No such file.'; + break; + + case ZipArchive::ER_NOZIP: + $msg .= 'Not a zip archive.'; + break; + + case ZipArchive::ER_OPEN: + $msg .= "Can't open file."; + break; + + case ZipArchive::ER_READ: + $msg .= 'Read error.'; + break; + + case ZipArchive::ER_SEEK: + $msg .= 'Seek error.'; + break; + } + } + break; + + case self::INVALID_SOURCE: + $msg = 'Invalid source file'; + break; + + default: + $msg = 'Unknown Error'; + break; + } + + return $msg; + } + + /** + * Returns the last error code of the occurred error + * + * @return int|string The code of the last error + */ + public static function lastErrorCode() + { + return self::$error; + } + + /** + * Allows to manually set an error + * + * @param int|string $error the Error code + * @return void + */ + public static function setError($error) + { + self::$error = $error; + } +} diff --git a/system/src/Grav/Common/GPM/Licenses.php b/system/src/Grav/Common/GPM/Licenses.php new file mode 100644 index 0000000..6f2cca9 --- /dev/null +++ b/system/src/Grav/Common/GPM/Licenses.php @@ -0,0 +1,116 @@ +content(); + $slug = strtolower($slug); + + if ($license && !self::validate($license)) { + return false; + } + + if (!is_string($license)) { + if (isset($data['licenses'][$slug])) { + unset($data['licenses'][$slug]); + } else { + return false; + } + } else { + $data['licenses'][$slug] = $license; + } + + $licenses->save($data); + $licenses->free(); + + return true; + } + + /** + * Returns the license for a Premium package + * + * @param string|null $slug + * @return string[]|string + */ + public static function get($slug = null) + { + $licenses = self::getLicenseFile(); + $data = (array)$licenses->content(); + $licenses->free(); + + if (null === $slug) { + return $data['licenses'] ?? []; + } + + $slug = strtolower($slug); + + return $data['licenses'][$slug] ?? ''; + } + + + /** + * Validates the License format + * + * @param string|null $license + * @return bool + */ + public static function validate($license = null) + { + if (!is_string($license)) { + return false; + } + + return (bool)preg_match('#' . self::$regex. '#', $license); + } + + /** + * Get the License File object + * + * @return FileInterface + */ + public static function getLicenseFile() + { + if (!isset(self::$file)) { + $path = Grav::instance()['locator']->findResource('user-data://') . '/licenses.yaml'; + if (!file_exists($path)) { + touch($path); + } + self::$file = CompiledYamlFile::instance($path); + } + + return self::$file; + } +} diff --git a/system/src/Grav/Common/GPM/Local/AbstractPackageCollection.php b/system/src/Grav/Common/GPM/Local/AbstractPackageCollection.php new file mode 100644 index 0000000..d5967c0 --- /dev/null +++ b/system/src/Grav/Common/GPM/Local/AbstractPackageCollection.php @@ -0,0 +1,34 @@ + $data) { + $data->set('slug', $name); + $this->items[$name] = new Package($data, $this->type); + } + } +} diff --git a/system/src/Grav/Common/GPM/Local/Package.php b/system/src/Grav/Common/GPM/Local/Package.php new file mode 100644 index 0000000..53b249a --- /dev/null +++ b/system/src/Grav/Common/GPM/Local/Package.php @@ -0,0 +1,51 @@ +blueprints()->toArray()); + parent::__construct($data, $package_type); + + $this->settings = $package->toArray(); + + $html_description = Parsedown::instance()->line($this->__get('description')); + $this->data->set('slug', $package->__get('slug')); + $this->data->set('description_html', $html_description); + $this->data->set('description_plain', strip_tags($html_description)); + $this->data->set('symlink', is_link(USER_DIR . $package_type . DS . $this->__get('slug'))); + } + + /** + * @return bool + */ + public function isEnabled() + { + return (bool)$this->settings['enabled']; + } +} diff --git a/system/src/Grav/Common/GPM/Local/Packages.php b/system/src/Grav/Common/GPM/Local/Packages.php new file mode 100644 index 0000000..fb68977 --- /dev/null +++ b/system/src/Grav/Common/GPM/Local/Packages.php @@ -0,0 +1,29 @@ + new Plugins(), + 'themes' => new Themes() + ]; + + parent::__construct($items); + } +} diff --git a/system/src/Grav/Common/GPM/Local/Plugins.php b/system/src/Grav/Common/GPM/Local/Plugins.php new file mode 100644 index 0000000..3fa7bbd --- /dev/null +++ b/system/src/Grav/Common/GPM/Local/Plugins.php @@ -0,0 +1,33 @@ +all()); + } +} diff --git a/system/src/Grav/Common/GPM/Local/Themes.php b/system/src/Grav/Common/GPM/Local/Themes.php new file mode 100644 index 0000000..7c056a7 --- /dev/null +++ b/system/src/Grav/Common/GPM/Local/Themes.php @@ -0,0 +1,33 @@ +all()); + } +} diff --git a/system/src/Grav/Common/GPM/Remote/AbstractPackageCollection.php b/system/src/Grav/Common/GPM/Remote/AbstractPackageCollection.php new file mode 100644 index 0000000..077fcd2 --- /dev/null +++ b/system/src/Grav/Common/GPM/Remote/AbstractPackageCollection.php @@ -0,0 +1,81 @@ +get('system.gpm.releases', 'stable'); + $cache_dir = Grav::instance()['locator']->findResource('cache://gpm', true, true); + $this->cache = new FilesystemCache($cache_dir); + + $this->repository = $repository . '?v=' . GRAV_VERSION . '&' . $channel . '=1'; + $this->raw = $this->cache->fetch(md5($this->repository)); + + $this->fetch($refresh, $callback); + foreach (json_decode($this->raw, true) as $slug => $data) { + // Temporarily fix for using multi-sites + if (isset($data['install_path'])) { + $path = preg_replace('~^user/~i', 'user://', $data['install_path']); + $data['install_path'] = Grav::instance()['locator']->findResource($path, false, true); + } + $this->items[$slug] = new Package($data, $this->type); + } + } + + /** + * @param bool $refresh + * @param callable|null $callback + * @return string + */ + public function fetch($refresh = false, $callback = null) + { + if (!$this->raw || $refresh) { + $response = Response::get($this->repository, [], $callback); + $this->raw = $response; + $this->cache->save(md5($this->repository), $this->raw, $this->lifetime); + } + + return $this->raw; + } +} diff --git a/system/src/Grav/Common/GPM/Remote/GravCore.php b/system/src/Grav/Common/GPM/Remote/GravCore.php new file mode 100644 index 0000000..d97eb83 --- /dev/null +++ b/system/src/Grav/Common/GPM/Remote/GravCore.php @@ -0,0 +1,151 @@ +get('system.gpm.releases', 'stable'); + $cache_dir = Grav::instance()['locator']->findResource('cache://gpm', true, true); + $this->cache = new FilesystemCache($cache_dir); + $this->repository .= '?v=' . GRAV_VERSION . '&' . $channel . '=1'; + $this->raw = $this->cache->fetch(md5($this->repository)); + + $this->fetch($refresh, $callback); + + $this->data = json_decode($this->raw, true); + $this->version = $this->data['version'] ?? '-'; + $this->date = $this->data['date'] ?? '-'; + $this->min_php = $this->data['min_php'] ?? null; + + if (isset($this->data['assets'])) { + foreach ((array)$this->data['assets'] as $slug => $data) { + $this->items[$slug] = new Package($data); + } + } + } + + /** + * Returns the list of assets associated to the latest version of Grav + * + * @return array list of assets + */ + public function getAssets() + { + return $this->data['assets']; + } + + /** + * Returns the changelog list for each version of Grav + * + * @param string|null $diff the version number to start the diff from + * @return array changelog list for each version + */ + public function getChangelog($diff = null) + { + if (!$diff) { + return $this->data['changelog']; + } + + $diffLog = []; + foreach ((array)$this->data['changelog'] as $version => $changelog) { + preg_match("/[\w\-\.]+/", $version, $cleanVersion); + + if (!$cleanVersion || version_compare($diff, $cleanVersion[0], '>=')) { + continue; + } + + $diffLog[$version] = $changelog; + } + + return $diffLog; + } + + /** + * Return the release date of the latest Grav + * + * @return string + */ + public function getDate() + { + return $this->date; + } + + /** + * Determine if this version of Grav is eligible to be updated + * + * @return mixed + */ + public function isUpdatable() + { + return version_compare(GRAV_VERSION, $this->getVersion(), '<'); + } + + /** + * Returns the latest version of Grav available remotely + * + * @return string + */ + public function getVersion() + { + return $this->version; + } + + /** + * Returns the minimum PHP version + * + * @return string + */ + public function getMinPHPVersion() + { + // If non min set, assume current PHP version + if (null === $this->min_php) { + $this->min_php = PHP_VERSION; + } + + return $this->min_php; + } + + /** + * Is this installation symlinked? + * + * @return bool + */ + public function isSymlink() + { + return is_link(GRAV_ROOT . DS . 'index.php'); + } +} diff --git a/system/src/Grav/Common/GPM/Remote/Package.php b/system/src/Grav/Common/GPM/Remote/Package.php new file mode 100644 index 0000000..bf839b0 --- /dev/null +++ b/system/src/Grav/Common/GPM/Remote/Package.php @@ -0,0 +1,66 @@ +data->toArray(); + } + + /** + * Returns the changelog list for each version of a package + * + * @param string|null $diff the version number to start the diff from + * @return array changelog list for each version + */ + public function getChangelog($diff = null) + { + if (!$diff) { + return $this->data['changelog']; + } + + $diffLog = []; + foreach ((array)$this->data['changelog'] as $version => $changelog) { + preg_match("/[\w\-.]+/", $version, $cleanVersion); + + if (!$cleanVersion || version_compare($diff, $cleanVersion[0], '>=')) { + continue; + } + + $diffLog[$version] = $changelog; + } + + return $diffLog; + } +} diff --git a/system/src/Grav/Common/GPM/Remote/Packages.php b/system/src/Grav/Common/GPM/Remote/Packages.php new file mode 100644 index 0000000..e7457e1 --- /dev/null +++ b/system/src/Grav/Common/GPM/Remote/Packages.php @@ -0,0 +1,34 @@ + new Plugins($refresh, $callback), + 'themes' => new Themes($refresh, $callback) + ]; + + parent::__construct($items); + } +} diff --git a/system/src/Grav/Common/GPM/Remote/Plugins.php b/system/src/Grav/Common/GPM/Remote/Plugins.php new file mode 100644 index 0000000..4d30af9 --- /dev/null +++ b/system/src/Grav/Common/GPM/Remote/Plugins.php @@ -0,0 +1,32 @@ +repository, $refresh, $callback); + } +} diff --git a/system/src/Grav/Common/GPM/Remote/Themes.php b/system/src/Grav/Common/GPM/Remote/Themes.php new file mode 100644 index 0000000..d386e1e --- /dev/null +++ b/system/src/Grav/Common/GPM/Remote/Themes.php @@ -0,0 +1,32 @@ +repository, $refresh, $callback); + } +} diff --git a/system/src/Grav/Common/GPM/Response.php b/system/src/Grav/Common/GPM/Response.php new file mode 100644 index 0000000..98654b6 --- /dev/null +++ b/system/src/Grav/Common/GPM/Response.php @@ -0,0 +1,3 @@ +remote = new Remote\GravCore($refresh, $callback); + } + + /** + * Returns the release date of the latest version of Grav + * + * @return string + */ + public function getReleaseDate() + { + return $this->remote->getDate(); + } + + /** + * Returns the version of the installed Grav + * + * @return string + */ + public function getLocalVersion() + { + return GRAV_VERSION; + } + + /** + * Returns the version of the remotely available Grav + * + * @return string + */ + public function getRemoteVersion() + { + return $this->remote->getVersion(); + } + + /** + * Returns an array of assets available to download remotely + * + * @return array + */ + public function getAssets() + { + return $this->remote->getAssets(); + } + + /** + * Returns the changelog list for each version of Grav + * + * @param string|null $diff the version number to start the diff from + * @return array return the changelog list for each version + */ + public function getChangelog($diff = null) + { + return $this->remote->getChangelog($diff); + } + + /** + * Make sure this meets minimum PHP requirements + * + * @return bool + */ + public function meetsRequirements() + { + if (version_compare(PHP_VERSION, $this->minPHPVersion(), '<')) { + return false; + } + + return true; + } + + /** + * Get minimum PHP version from remote + * + * @return string + */ + public function minPHPVersion() + { + if (null === $this->min_php) { + $this->min_php = $this->remote->getMinPHPVersion(); + } + + return $this->min_php; + } + + /** + * Checks if the currently installed Grav is upgradable to a newer version + * + * @return bool True if it's upgradable, False otherwise. + */ + public function isUpgradable() + { + return version_compare($this->getLocalVersion(), $this->getRemoteVersion(), '<'); + } + + /** + * Checks if Grav is currently symbolically linked + * + * @return bool True if Grav is symlinked, False otherwise. + */ + public function isSymlink() + { + return $this->remote->isSymlink(); + } +} diff --git a/system/src/Grav/Common/Getters.php b/system/src/Grav/Common/Getters.php new file mode 100644 index 0000000..aca39bc --- /dev/null +++ b/system/src/Grav/Common/Getters.php @@ -0,0 +1,170 @@ +offsetSet($offset, $value); + } + + /** + * Magic getter method + * + * @param int|string $offset Medium name value + * @return mixed Medium value + */ + #[\ReturnTypeWillChange] + public function __get($offset) + { + return $this->offsetGet($offset); + } + + /** + * Magic method to determine if the attribute is set + * + * @param int|string $offset Medium name value + * @return boolean True if the value is set + */ + #[\ReturnTypeWillChange] + public function __isset($offset) + { + return $this->offsetExists($offset); + } + + /** + * Magic method to unset the attribute + * + * @param int|string $offset The name value to unset + */ + #[\ReturnTypeWillChange] + public function __unset($offset) + { + $this->offsetUnset($offset); + } + + /** + * @param int|string $offset + * @return bool + */ + #[\ReturnTypeWillChange] + public function offsetExists($offset) + { + if ($this->gettersVariable) { + $var = $this->gettersVariable; + + return isset($this->{$var}[$offset]); + } + + return isset($this->{$offset}); + } + + /** + * @param int|string $offset + * @return mixed + */ + #[\ReturnTypeWillChange] + public function offsetGet($offset) + { + if ($this->gettersVariable) { + $var = $this->gettersVariable; + + return $this->{$var}[$offset] ?? null; + } + + return $this->{$offset} ?? null; + } + + /** + * @param int|string $offset + * @param mixed $value + */ + #[\ReturnTypeWillChange] + public function offsetSet($offset, $value) + { + if ($this->gettersVariable) { + $var = $this->gettersVariable; + $this->{$var}[$offset] = $value; + } else { + $this->{$offset} = $value; + } + } + + /** + * @param int|string $offset + */ + #[\ReturnTypeWillChange] + public function offsetUnset($offset) + { + if ($this->gettersVariable) { + $var = $this->gettersVariable; + unset($this->{$var}[$offset]); + } else { + unset($this->{$offset}); + } + } + + /** + * @return int + */ + #[\ReturnTypeWillChange] + public function count() + { + if ($this->gettersVariable) { + $var = $this->gettersVariable; + return count($this->{$var}); + } + + return count($this->toArray()); + } + + /** + * Returns an associative array of object properties. + * + * @return array + */ + public function toArray() + { + if ($this->gettersVariable) { + $var = $this->gettersVariable; + + return $this->{$var}; + } + + $properties = (array)$this; + $list = []; + foreach ($properties as $property => $value) { + if ($property[0] !== "\0") { + $list[$property] = $value; + } + } + + return $list; + } +} diff --git a/system/src/Grav/Common/Grav.php b/system/src/Grav/Common/Grav.php new file mode 100644 index 0000000..5f879ca --- /dev/null +++ b/system/src/Grav/Common/Grav.php @@ -0,0 +1,829 @@ + Browser::class, + 'cache' => Cache::class, + 'events' => EventDispatcher::class, + 'exif' => Exif::class, + 'plugins' => Plugins::class, + 'scheduler' => Scheduler::class, + 'taxonomy' => Taxonomy::class, + 'themes' => Themes::class, + 'twig' => Twig::class, + 'uri' => Uri::class, + ]; + + /** + * @var array All middleware processors that are processed in $this->process() + */ + protected $middleware = [ + 'multipartRequestSupport', + 'initializeProcessor', + 'pluginsProcessor', + 'themesProcessor', + 'requestProcessor', + 'tasksProcessor', + 'backupsProcessor', + 'schedulerProcessor', + 'assetsProcessor', + 'twigProcessor', + 'pagesProcessor', + 'debuggerAssetsProcessor', + 'renderProcessor', + ]; + + /** @var array */ + protected $initialized = []; + + /** + * Reset the Grav instance. + * + * @return void + */ + public static function resetInstance(): void + { + if (self::$instance) { + // @phpstan-ignore-next-line + self::$instance = null; + } + } + + /** + * Return the Grav instance. Create it if it's not already instanced + * + * @param array $values + * @return Grav + */ + public static function instance(array $values = []) + { + if (null === self::$instance) { + self::$instance = static::load($values); + + /** @var ClassLoader|null $loader */ + $loader = self::$instance['loader'] ?? null; + if ($loader) { + // Load fix for Deferred Twig Extension + $loader->addPsr4('Phive\\Twig\\Extensions\\Deferred\\', LIB_DIR . 'Phive/Twig/Extensions/Deferred/', true); + } + } elseif ($values) { + $instance = self::$instance; + foreach ($values as $key => $value) { + $instance->offsetSet($key, $value); + } + } + + return self::$instance; + } + + /** + * Get Grav version. + * + * @return string + */ + public function getVersion(): string + { + return GRAV_VERSION; + } + + /** + * @return bool + */ + public function isSetup(): bool + { + return isset($this->initialized['setup']); + } + + /** + * Setup Grav instance using specific environment. + * + * @param string|null $environment + * @return $this + */ + public function setup(string $environment = null) + { + if (isset($this->initialized['setup'])) { + return $this; + } + + $this->initialized['setup'] = true; + + // Force environment if passed to the method. + if ($environment) { + Setup::$environment = $environment; + } + + // Initialize setup and streams. + $this['setup']; + $this['streams']; + + return $this; + } + + /** + * Initialize CLI environment. + * + * Call after `$grav->setup($environment)` + * + * - Load configuration + * - Initialize logger + * - Disable debugger + * - Set timezone, locale + * - Load plugins (call PluginsLoadedEvent) + * - Set Pages and Users type to be used in the site + * + * This method WILL NOT initialize assets, twig or pages. + * + * @return $this + */ + public function initializeCli() + { + InitializeProcessor::initializeCli($this); + + return $this; + } + + /** + * Process a request + * + * @return void + */ + public function process(): void + { + if (isset($this->initialized['process'])) { + return; + } + + // Initialize Grav if needed. + $this->setup(); + + $this->initialized['process'] = true; + + $container = new Container( + [ + 'multipartRequestSupport' => function () { + return new MultipartRequestSupport(); + }, + 'initializeProcessor' => function () { + return new InitializeProcessor($this); + }, + 'backupsProcessor' => function () { + return new BackupsProcessor($this); + }, + 'pluginsProcessor' => function () { + return new PluginsProcessor($this); + }, + 'themesProcessor' => function () { + return new ThemesProcessor($this); + }, + 'schedulerProcessor' => function () { + return new SchedulerProcessor($this); + }, + 'requestProcessor' => function () { + return new RequestProcessor($this); + }, + 'tasksProcessor' => function () { + return new TasksProcessor($this); + }, + 'assetsProcessor' => function () { + return new AssetsProcessor($this); + }, + 'twigProcessor' => function () { + return new TwigProcessor($this); + }, + 'pagesProcessor' => function () { + return new PagesProcessor($this); + }, + 'debuggerAssetsProcessor' => function () { + return new DebuggerAssetsProcessor($this); + }, + 'renderProcessor' => function () { + return new RenderProcessor($this); + }, + ] + ); + + $default = static function () { + return new Response(404, ['Expires' => 0, 'Cache-Control' => 'no-store, max-age=0'], 'Not Found'); + }; + + $collection = new RequestHandler($this->middleware, $default, $container); + + $response = $collection->handle($this['request']); + $body = $response->getBody(); + + /** @var Messages $messages */ + $messages = $this['messages']; + + // Prevent caching if session messages were displayed in the page. + $noCache = $messages->isCleared(); + if ($noCache) { + $response = $response->withHeader('Cache-Control', 'no-store, max-age=0'); + } + + // Handle ETag and If-None-Match headers. + if ($response->getHeaderLine('ETag') === '1') { + $etag = md5($body); + $response = $response->withHeader('ETag', '"' . $etag . '"'); + + $search = trim($this['request']->getHeaderLine('If-None-Match'), '"'); + if ($noCache === false && $search === $etag) { + $response = $response->withStatus(304); + $body = ''; + } + } + + // Echo page content. + $this->header($response); + echo $body; + + $this['debugger']->render(); + + // Response object can turn off all shutdown processing. This can be used for example to speed up AJAX responses. + // Note that using this feature will also turn off response compression. + if ($response->getHeaderLine('Grav-Internal-SkipShutdown') !== '1') { + register_shutdown_function([$this, 'shutdown']); + } + } + + /** + * Clean any output buffers. Useful when exiting from the application. + * + * Please use $grav->close() and $grav->redirect() instead of calling this one! + * + * @return void + */ + public function cleanOutputBuffers(): void + { + // Make sure nothing extra gets written to the response. + while (ob_get_level()) { + ob_end_clean(); + } + // Work around PHP bug #8218 (8.0.17 & 8.1.4). + header_remove('Content-Encoding'); + } + + /** + * Terminates Grav request with a response. + * + * Please use this method instead of calling `die();` or `exit();`. Note that you need to create a response object. + * + * @param ResponseInterface $response + * @return never-return + */ + public function close(ResponseInterface $response): void + { + $this->cleanOutputBuffers(); + + // Close the session. + if (isset($this['session'])) { + $this['session']->close(); + } + + /** @var ServerRequestInterface $request */ + $request = $this['request']; + + /** @var Debugger $debugger */ + $debugger = $this['debugger']; + $response = $debugger->logRequest($request, $response); + + $body = $response->getBody(); + + /** @var Messages $messages */ + $messages = $this['messages']; + + // Prevent caching if session messages were displayed in the page. + $noCache = $messages->isCleared(); + if ($noCache) { + $response = $response->withHeader('Cache-Control', 'no-store, max-age=0'); + } + + // Handle ETag and If-None-Match headers. + if ($response->getHeaderLine('ETag') === '1') { + $etag = md5($body); + $response = $response->withHeader('ETag', '"' . $etag . '"'); + + $search = trim($this['request']->getHeaderLine('If-None-Match'), '"'); + if ($noCache === false && $search === $etag) { + $response = $response->withStatus(304); + $body = ''; + } + } + + // Echo page content. + $this->header($response); + echo $body; + exit(); + } + + /** + * @param ResponseInterface $response + * @return never-return + * @deprecated 1.7 Use $grav->close() instead. + */ + public function exit(ResponseInterface $response): void + { + $this->close($response); + } + + /** + * Terminates Grav request and redirects browser to another location. + * + * Please use this method instead of calling `header("Location: {$url}", true, 302); exit();`. + * + * @param Route|string $route Internal route. + * @param int|null $code Redirection code (30x) + * @return never-return + */ + public function redirect($route, $code = null): void + { + $response = $this->getRedirectResponse($route, $code); + + $this->close($response); + } + + /** + * Returns redirect response object from Grav. + * + * @param Route|string $route Internal route. + * @param int|null $code Redirection code (30x) + * @return ResponseInterface + */ + public function getRedirectResponse($route, $code = null): ResponseInterface + { + /** @var Uri $uri */ + $uri = $this['uri']; + + if (is_string($route)) { + // Clean route for redirect + $route = preg_replace("#^\/[\\\/]+\/#", '/', $route); + + if (null === $code) { + // Check for redirect code in the route: e.g. /new/[301], /new[301]/route or /new[301].html + $regex = '/.*(\[(30[1-7])\])(.\w+|\/.*?)?$/'; + preg_match($regex, $route, $matches); + if ($matches) { + $route = str_replace($matches[1], '', $matches[0]); + $code = $matches[2]; + } + } + + if ($uri::isExternal($route)) { + $url = $route; + } else { + $url = rtrim($uri->rootUrl(), '/') . '/'; + + if ($this['config']->get('system.pages.redirect_trailing_slash', true)) { + $url .= trim($route, '/'); // Remove trailing slash + } else { + $url .= ltrim($route, '/'); // Support trailing slash default routes + } + } + } elseif ($route instanceof Route) { + $url = $route->toString(true); + } else { + throw new InvalidArgumentException('Bad $route'); + } + + if ($code < 300 || $code > 399) { + $code = null; + } + + if ($code === null) { + $code = $this['config']->get('system.pages.redirect_default_code', 302); + } + + if ($uri->extension() === 'json') { + return new Response(200, ['Content-Type' => 'application/json'], json_encode(['code' => $code, 'redirect' => $url], JSON_THROW_ON_ERROR)); + } + + return new Response($code, ['Location' => $url]); + } + + /** + * Redirect browser to another location taking language into account (preferred) + * + * @param string $route Internal route. + * @param int $code Redirection code (30x) + * @return void + */ + public function redirectLangSafe($route, $code = null): void + { + if (!$this['uri']->isExternal($route)) { + $this->redirect($this['pages']->route($route), $code); + } else { + $this->redirect($route, $code); + } + } + + /** + * Set response header. + * + * @param ResponseInterface|null $response + * @return void + */ + public function header(ResponseInterface $response = null): void + { + if (null === $response) { + /** @var PageInterface $page */ + $page = $this['page']; + $response = new Response($page->httpResponseCode(), $page->httpHeaders(), ''); + } + + header("HTTP/{$response->getProtocolVersion()} {$response->getStatusCode()} {$response->getReasonPhrase()}"); + foreach ($response->getHeaders() as $key => $values) { + // Skip internal Grav headers. + if (strpos($key, 'Grav-Internal-') === 0) { + continue; + } + foreach ($values as $i => $value) { + header($key . ': ' . $value, $i === 0); + } + } + } + + /** + * Set the system locale based on the language and configuration + * + * @return void + */ + public function setLocale(): void + { + // Initialize Locale if set and configured. + if ($this['language']->enabled() && $this['config']->get('system.languages.override_locale')) { + $language = $this['language']->getLanguage(); + setlocale(LC_ALL, strlen($language) < 3 ? ($language . '_' . strtoupper($language)) : $language); + } elseif ($this['config']->get('system.default_locale')) { + setlocale(LC_ALL, $this['config']->get('system.default_locale')); + } + } + + /** + * @param object $event + * @return object + */ + public function dispatchEvent($event) + { + /** @var EventDispatcherInterface $events */ + $events = $this['events']; + $eventName = get_class($event); + + $timestamp = microtime(true); + $event = $events->dispatch($event); + + /** @var Debugger $debugger */ + $debugger = $this['debugger']; + $debugger->addEvent($eventName, $event, $events, $timestamp); + + return $event; + } + + /** + * Fires an event with optional parameters. + * + * @param string $eventName + * @param Event|null $event + * @return Event + */ + public function fireEvent($eventName, Event $event = null) + { + /** @var EventDispatcherInterface $events */ + $events = $this['events']; + if (null === $event) { + $event = new Event(); + } + + $timestamp = microtime(true); + $events->dispatch($event, $eventName); + + /** @var Debugger $debugger */ + $debugger = $this['debugger']; + $debugger->addEvent($eventName, $event, $events, $timestamp); + + return $event; + } + + /** + * Set the final content length for the page and flush the buffer + * + * @return void + */ + public function shutdown(): void + { + // Prevent user abort allowing onShutdown event to run without interruptions. + if (function_exists('ignore_user_abort')) { + @ignore_user_abort(true); + } + + // Close the session allowing new requests to be handled. + if (isset($this['session'])) { + $this['session']->close(); + } + + /** @var Config $config */ + $config = $this['config']; + if ($config->get('system.debugger.shutdown.close_connection', true)) { + // Flush the response and close the connection to allow time consuming tasks to be performed without leaving + // the connection to the client open. This will make page loads to feel much faster. + + // FastCGI allows us to flush all response data to the client and finish the request. + $success = function_exists('fastcgi_finish_request') ? @fastcgi_finish_request() : false; + if (!$success) { + // Unfortunately without FastCGI there is no way to force close the connection. + // We need to ask browser to close the connection for us. + + if ($config->get('system.cache.gzip')) { + // Flush gzhandler buffer if gzip setting was enabled to get the size of the compressed output. + ob_end_flush(); + } elseif ($config->get('system.cache.allow_webserver_gzip')) { + // Let web server to do the hard work. + header('Content-Encoding: identity'); + } elseif (function_exists('apache_setenv')) { + // Without gzip we have no other choice than to prevent server from compressing the output. + // This action turns off mod_deflate which would prevent us from closing the connection. + @apache_setenv('no-gzip', '1'); + } else { + // Fall back to unknown content encoding, it prevents most servers from deflating the content. + header('Content-Encoding: none'); + } + + // Get length and close the connection. + header('Content-Length: ' . ob_get_length()); + header('Connection: close'); + + ob_end_flush(); + @ob_flush(); + flush(); + } + } + + // Run any time consuming tasks. + $this->fireEvent('onShutdown'); + } + + /** + * Magic Catch All Function + * + * Used to call closures. + * + * Source: http://stackoverflow.com/questions/419804/closures-as-class-members + * + * @param string $method + * @param array $args + * @return mixed|null + */ + #[\ReturnTypeWillChange] + public function __call($method, $args) + { + $closure = $this->{$method} ?? null; + + return is_callable($closure) ? $closure(...$args) : null; + } + + /** + * Measure how long it takes to do an action. + * + * @param string $timerId + * @param string $timerTitle + * @param callable $callback + * @return mixed Returns value returned by the callable. + */ + public function measureTime(string $timerId, string $timerTitle, callable $callback) + { + $debugger = $this['debugger']; + $debugger->startTimer($timerId, $timerTitle); + $result = $callback(); + $debugger->stopTimer($timerId); + + return $result; + } + + /** + * Initialize and return a Grav instance + * + * @param array $values + * @return static + */ + protected static function load(array $values) + { + $container = new static($values); + + $container['debugger'] = new Debugger(); + $container['grav'] = function (Container $container) { + user_error('Calling $grav[\'grav\'] or {{ grav.grav }} is deprecated since Grav 1.6, just use $grav or {{ grav }}', E_USER_DEPRECATED); + + return $container; + }; + + $container->registerServices(); + + return $container; + } + + /** + * Register all services + * Services are defined in the diMap. They can either only the class + * of a Service Provider or a pair of serviceKey => serviceClass that + * gets directly mapped into the container. + * + * @return void + */ + protected function registerServices(): void + { + foreach (self::$diMap as $serviceKey => $serviceClass) { + if (is_int($serviceKey)) { + $this->register(new $serviceClass); + } else { + $this[$serviceKey] = function ($c) use ($serviceClass) { + return new $serviceClass($c); + }; + } + } + } + + /** + * This attempts to find media, other files, and download them + * + * @param string $path + * @return PageInterface|false + */ + public function fallbackUrl($path) + { + $path_parts = Utils::pathinfo($path); + if (!is_array($path_parts)) { + return false; + } + + /** @var Uri $uri */ + $uri = $this['uri']; + + /** @var Config $config */ + $config = $this['config']; + + /** @var Pages $pages */ + $pages = $this['pages']; + $page = $pages->find($path_parts['dirname'], true); + + $uri_extension = strtolower($uri->extension() ?? ''); + $fallback_types = $config->get('system.media.allowed_fallback_types'); + $supported_types = $config->get('media.types'); + + $parsed_url = parse_url(rawurldecode($uri->basename())); + $media_file = $parsed_url['path']; + + $event = new Event([ + 'uri' => $uri, + 'page' => &$page, + 'filename' => &$media_file, + 'extension' => $uri_extension, + 'allowed_fallback_types' => &$fallback_types, + 'media_types' => &$supported_types + ]); + + $this->fireEvent('onPageFallBackUrl', $event); + + // Check whitelist first, then ensure extension is a valid media type + if (!empty($fallback_types) && !in_array($uri_extension, $fallback_types, true)) { + return false; + } + if (!array_key_exists($uri_extension, $supported_types)) { + return false; + } + + if ($page) { + $media = $page->media()->all(); + + // if this is a media object, try actions first + if (isset($media[$media_file])) { + /** @var Medium $medium */ + $medium = $media[$media_file]; + foreach ($uri->query(null, true) as $action => $params) { + if (in_array($action, ImageMedium::$magic_actions, true)) { + call_user_func_array([&$medium, $action], explode(',', $params)); + } + } + Utils::download($medium->path(), false); + } + + // unsupported media type, try to download it... + if ($uri_extension) { + $extension = $uri_extension; + } elseif (isset($path_parts['extension'])) { + $extension = $path_parts['extension']; + } else { + $extension = null; + } + + if ($extension) { + $download = true; + if (in_array(ltrim($extension, '.'), $config->get('system.media.unsupported_inline_types', []), true)) { + $download = false; + } + Utils::download($page->path() . DIRECTORY_SEPARATOR . $uri->basename(), $download); + } + } + + // Nothing found + return false; + } +} diff --git a/system/src/Grav/Common/GravTrait.php b/system/src/Grav/Common/GravTrait.php new file mode 100644 index 0000000..76dacba --- /dev/null +++ b/system/src/Grav/Common/GravTrait.php @@ -0,0 +1,34 @@ + 'Grav CMS' + ]; + + public static function getClient(array $overrides = [], int $connections = 6, callable $callback = null): HttpClientInterface + { + $config = Grav::instance()['config']; + $options = static::getOptions(); + + // Use callback if provided + if ($callback) { + self::$callback = $callback; + $options->setOnProgress([Client::class, 'progress']); + } + + $settings = array_merge($options->toArray(), $overrides); + $preferred_method = $config->get('system.http.method'); + // Try old GPM setting if value is the same as system default + if ($preferred_method === 'auto') { + $preferred_method = $config->get('system.gpm.method', 'auto'); + } + + switch ($preferred_method) { + case 'curl': + $client = new CurlHttpClient($settings, $connections); + break; + case 'fopen': + case 'native': + $client = new NativeHttpClient($settings, $connections); + break; + default: + $client = HttpClient::create($settings, $connections); + } + + return $client; + } + + /** + * Get HTTP Options + * + * @return HttpOptions + */ + public static function getOptions(): HttpOptions + { + $config = Grav::instance()['config']; + $referer = defined('GRAV_CLI') ? 'grav_cli' : Grav::instance()['uri']->rootUrl(true); + + $options = new HttpOptions(); + + // Set default Headers + $options->setHeaders(array_merge([ 'Referer' => $referer ], self::$headers)); + + // Disable verify Peer if required + $verify_peer = $config->get('system.http.verify_peer'); + // Try old GPM setting if value is default + if ($verify_peer === true) { + $verify_peer = $config->get('system.gpm.verify_peer', null) ?? $verify_peer; + } + $options->verifyPeer($verify_peer); + + // Set verify Host + $verify_host = $config->get('system.http.verify_host', true); + $options->verifyHost($verify_host); + + // New setting and must be enabled for Proxy to work + if ($config->get('system.http.enable_proxy', true)) { + // Set proxy url if provided + $proxy_url = $config->get('system.http.proxy_url', $config->get('system.gpm.proxy_url', null)); + if ($proxy_url !== null) { + $options->setProxy($proxy_url); + } + + // Certificate + $proxy_cert = $config->get('system.http.proxy_cert_path', null); + if ($proxy_cert !== null) { + $options->setCaPath($proxy_cert); + } + } + + return $options; + } + + /** + * Progress normalized for cURL and Fopen + * Accepts a variable length of arguments passed in by stream method + * + * @return void + */ + public static function progress(int $bytes_transferred, int $filesize, array $info) + { + + if ($bytes_transferred > 0) { + $percent = $filesize <= 0 ? 0 : (int)(($bytes_transferred * 100) / $filesize); + + $progress = [ + 'code' => $info['http_code'], + 'filesize' => $filesize, + 'transferred' => $bytes_transferred, + 'percent' => $percent < 100 ? $percent : 100 + ]; + + if (self::$callback !== null) { + call_user_func(self::$callback, $progress); + } + } + } +} diff --git a/system/src/Grav/Common/HTTP/Response.php b/system/src/Grav/Common/HTTP/Response.php new file mode 100644 index 0000000..f05af0e --- /dev/null +++ b/system/src/Grav/Common/HTTP/Response.php @@ -0,0 +1,96 @@ +getContent(); + } + + + /** + * Makes a request to the URL by using the preferred method + * + * @param string $method method to call such as GET, PUT, etc + * @param string $uri URL to call + * @param array $overrides An array of parameters for both `curl` and `fopen` + * @param callable|null $callback Either a function or callback in array notation + * @return ResponseInterface + * @throws TransportExceptionInterface + */ + public static function request(string $method, string $uri, array $overrides = [], callable $callback = null): ResponseInterface + { + if (empty($method)) { + throw new TransportException('missing method (GET, PUT, etc.)'); + } + + if (empty($uri)) { + throw new TransportException('missing URI'); + } + + // check if this function is available, if so use it to stop any timeouts + try { + if (Utils::functionExists('set_time_limit')) { + @set_time_limit(0); + } + } catch (Exception $e) {} + + $client = Client::getClient($overrides, 6, $callback); + + return $client->request($method, $uri); + } + + + /** + * Is this a remote file or not + * + * @param string $file + * @return bool + */ + public static function isRemote($file): bool + { + return (bool) filter_var($file, FILTER_VALIDATE_URL); + } + + +} diff --git a/system/src/Grav/Common/Helpers/Base32.php b/system/src/Grav/Common/Helpers/Base32.php new file mode 100644 index 0000000..5aac178 --- /dev/null +++ b/system/src/Grav/Common/Helpers/Base32.php @@ -0,0 +1,141 @@ +', '?' + 0xFF,0x00,0x01,0x02,0x03,0x04,0x05,0x06, // '@', 'A', 'B', 'C', 'D', 'E', 'F', 'G' + 0x07,0x08,0x09,0x0A,0x0B,0x0C,0x0D,0x0E, // 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O' + 0x0F,0x10,0x11,0x12,0x13,0x14,0x15,0x16, // 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W' + 0x17,0x18,0x19,0xFF,0xFF,0xFF,0xFF,0xFF, // 'X', 'Y', 'Z', '[', '\', ']', '^', '_' + 0xFF,0x00,0x01,0x02,0x03,0x04,0x05,0x06, // '`', 'a', 'b', 'c', 'd', 'e', 'f', 'g' + 0x07,0x08,0x09,0x0A,0x0B,0x0C,0x0D,0x0E, // 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o' + 0x0F,0x10,0x11,0x12,0x13,0x14,0x15,0x16, // 'p', 'q', 'r', 's', 't', 'u', 'v', 'w' + 0x17,0x18,0x19,0xFF,0xFF,0xFF,0xFF,0xFF // 'x', 'y', 'z', '{', '|', '}', '~', 'DEL' + ]; + + /** + * Encode in Base32 + * + * @param string $bytes + * @return string + */ + public static function encode($bytes) + { + $i = 0; + $index = 0; + $base32 = ''; + $bytesLen = strlen($bytes); + + while ($i < $bytesLen) { + $currByte = ord($bytes[$i]); + + /* Is the current digit going to span a byte boundary? */ + if ($index > 3) { + if (($i + 1) < $bytesLen) { + $nextByte = ord($bytes[$i+1]); + } else { + $nextByte = 0; + } + + $digit = $currByte & (0xFF >> $index); + $index = ($index + 5) % 8; + $digit <<= $index; + $digit |= $nextByte >> (8 - $index); + $i++; + } else { + $digit = ($currByte >> (8 - ($index + 5))) & 0x1F; + $index = ($index + 5) % 8; + if ($index === 0) { + $i++; + } + } + + $base32 .= self::$base32Chars[$digit]; + } + return $base32; + } + + /** + * Decode in Base32 + * + * @param string $base32 + * @return string + */ + public static function decode($base32) + { + $bytes = []; + $base32Len = strlen($base32); + $base32LookupLen = count(self::$base32Lookup); + + for ($i = $base32Len * 5 / 8 - 1; $i >= 0; --$i) { + $bytes[] = 0; + } + + for ($i = 0, $index = 0, $offset = 0; $i < $base32Len; $i++) { + $lookup = ord($base32[$i]) - ord('0'); + + /* Skip chars outside the lookup table */ + if ($lookup < 0 || $lookup >= $base32LookupLen) { + continue; + } + + $digit = self::$base32Lookup[$lookup]; + + /* If this digit is not in the table, ignore it */ + if ($digit === 0xFF) { + continue; + } + + if ($index <= 3) { + $index = ($index + 5) % 8; + if ($index === 0) { + $bytes[$offset] |= $digit; + $offset++; + if ($offset >= count($bytes)) { + break; + } + } else { + $bytes[$offset] |= $digit << (8 - $index); + } + } else { + $index = ($index + 5) % 8; + $bytes[$offset] |= ($digit >> $index); + $offset++; + if ($offset >= count($bytes)) { + break; + } + $bytes[$offset] |= $digit << (8 - $index); + } + } + + $bites = ''; + foreach ($bytes as $byte) { + $bites .= chr($byte); + } + + return $bites; + } +} diff --git a/system/src/Grav/Common/Helpers/Excerpts.php b/system/src/Grav/Common/Helpers/Excerpts.php new file mode 100644 index 0000000..254edc4 --- /dev/null +++ b/system/src/Grav/Common/Helpers/Excerpts.php @@ -0,0 +1,196 @@ +` + * @param PageInterface|null $page Page, defaults to the current page object + * @return string Returns final HTML string + */ + public static function processImageHtml($html, PageInterface $page = null) + { + $excerpt = static::getExcerptFromHtml($html, 'img'); + if (null === $excerpt) { + return ''; + } + + $original_src = $excerpt['element']['attributes']['src']; + $excerpt['element']['attributes']['href'] = $original_src; + + $excerpt = static::processLinkExcerpt($excerpt, $page, 'image'); + + $excerpt['element']['attributes']['src'] = $excerpt['element']['attributes']['href']; + unset($excerpt['element']['attributes']['href']); + + $excerpt = static::processImageExcerpt($excerpt, $page); + + $excerpt['element']['attributes']['data-src'] = $original_src; + + $html = static::getHtmlFromExcerpt($excerpt); + + return $html; + } + + /** + * Process Grav page link URL from HTML tag + * + * @param string $html HTML tag e.g. `Page Link` + * @param PageInterface|null $page Page, defaults to the current page object + * @return string Returns final HTML string + */ + public static function processLinkHtml($html, PageInterface $page = null) + { + $excerpt = static::getExcerptFromHtml($html, 'a'); + if (null === $excerpt) { + return ''; + } + + $original_href = $excerpt['element']['attributes']['href']; + $excerpt = static::processLinkExcerpt($excerpt, $page, 'link'); + $excerpt['element']['attributes']['data-href'] = $original_href; + + $html = static::getHtmlFromExcerpt($excerpt); + + return $html; + } + + /** + * Get an Excerpt array from a chunk of HTML + * + * @param string $html Chunk of HTML + * @param string $tag A tag, for example `img` + * @return array|null returns nested array excerpt + */ + public static function getExcerptFromHtml($html, $tag) + { + $doc = new DOMDocument('1.0', 'UTF-8'); + $internalErrors = libxml_use_internal_errors(true); + $doc->loadHTML(mb_convert_encoding($html, 'HTML-ENTITIES', 'UTF-8')); + libxml_use_internal_errors($internalErrors); + + $elements = $doc->getElementsByTagName($tag); + $excerpt = null; + $inner = []; + + foreach ($elements as $element) { + $attributes = []; + foreach ($element->attributes as $name => $value) { + $attributes[$name] = $value->value; + } + $excerpt = [ + 'element' => [ + 'name' => $element->tagName, + 'attributes' => $attributes + ] + ]; + + foreach ($element->childNodes as $node) { + $inner[] = $doc->saveHTML($node); + } + + $excerpt = array_merge_recursive($excerpt, ['element' => ['text' => implode('', $inner)]]); + + + } + + return $excerpt; + } + + /** + * Rebuild HTML tag from an excerpt array + * + * @param array $excerpt + * @return string + */ + public static function getHtmlFromExcerpt($excerpt) + { + $element = $excerpt['element']; + $html = '<'.$element['name']; + + if (isset($element['attributes'])) { + foreach ($element['attributes'] as $name => $value) { + if ($value === null) { + continue; + } + $html .= ' '.$name.'="'.$value.'"'; + } + } + + if (isset($element['text'])) { + $html .= '>'; + $html .= is_array($element['text']) ? static::getHtmlFromExcerpt(['element' => $element['text']]) : $element['text']; + $html .= ''; + } else { + $html .= ' />'; + } + + return $html; + } + + /** + * Process a Link excerpt + * + * @param array $excerpt + * @param PageInterface|null $page Page, defaults to the current page object + * @param string $type + * @return mixed + */ + public static function processLinkExcerpt($excerpt, PageInterface $page = null, $type = 'link') + { + $excerpts = new ExcerptsObject($page); + + return $excerpts->processLinkExcerpt($excerpt, $type); + } + + /** + * Process an image excerpt + * + * @param array $excerpt + * @param PageInterface|null $page Page, defaults to the current page object + * @return array + */ + public static function processImageExcerpt(array $excerpt, PageInterface $page = null) + { + $excerpts = new ExcerptsObject($page); + + return $excerpts->processImageExcerpt($excerpt); + } + + /** + * Process media actions + * + * @param Medium $medium + * @param string|array $url + * @param PageInterface|null $page Page, defaults to the current page object + * @return Medium|Link + */ + public static function processMediaActions($medium, $url, PageInterface $page = null) + { + $excerpts = new ExcerptsObject($page); + + return $excerpts->processMediaActions($medium, $url); + } +} diff --git a/system/src/Grav/Common/Helpers/Exif.php b/system/src/Grav/Common/Helpers/Exif.php new file mode 100644 index 0000000..a8ce8fe --- /dev/null +++ b/system/src/Grav/Common/Helpers/Exif.php @@ -0,0 +1,48 @@ +get('system.media.auto_metadata_exif')) { + if (function_exists('exif_read_data') && class_exists(Reader::class)) { + $this->reader = Reader::factory(Reader::TYPE_NATIVE); + } else { + throw new RuntimeException('Please enable the Exif extension for PHP or disable Exif support in Grav system configuration'); + } + } + } + + /** + * @return Reader + */ + public function getReader() + { + return $this->reader; + } +} diff --git a/system/src/Grav/Common/Helpers/LogViewer.php b/system/src/Grav/Common/Helpers/LogViewer.php new file mode 100644 index 0000000..085cc9e --- /dev/null +++ b/system/src/Grav/Common/Helpers/LogViewer.php @@ -0,0 +1,167 @@ +.*?)\] (?P\w+)\.(?P\w+): (?P.*[^ ]+) (?P[^ ]+) (?P[^ ]+)/'; + + /** + * Get the objects of a tailed file + * + * @param string $filepath + * @param int $lines + * @param bool $desc + * @return array + */ + public function objectTail($filepath, $lines = 1, $desc = true) + { + $data = $this->tail($filepath, $lines); + $tailed_log = $data ? explode(PHP_EOL, $data) : []; + $line_objects = []; + + foreach ($tailed_log as $line) { + $line_objects[] = $this->parse($line); + } + + return $desc ? $line_objects : array_reverse($line_objects); + } + + /** + * Optimized way to get just the last few entries of a log file + * + * @param string $filepath + * @param int $lines + * @return string|false + */ + public function tail($filepath, $lines = 1) + { + $f = $filepath ? @fopen($filepath, 'rb') : false; + if ($f === false) { + return false; + } + + $buffer = ($lines < 2 ? 64 : ($lines < 10 ? 512 : 4096)); + + fseek($f, -1, SEEK_END); + if (fread($f, 1) !== "\n") { + --$lines; + } + + // Start reading + $output = ''; + // While we would like more + while (ftell($f) > 0 && $lines >= 0) { + // Figure out how far back we should jump + $seek = min(ftell($f), $buffer); + // Do the jump (backwards, relative to where we are) + fseek($f, -$seek, SEEK_CUR); + // Read a chunk and prepend it to our output + $chunk = fread($f, $seek); + if ($chunk === false) { + throw new \RuntimeException('Cannot read file'); + } + $output = $chunk . $output; + // Jump back to where we started reading + fseek($f, -mb_strlen($chunk, '8bit'), SEEK_CUR); + // Decrease our line counter + $lines -= substr_count($chunk, "\n"); + } + // While we have too many lines + // (Because of buffer size we might have read too many) + while ($lines++ < 0) { + // Find first newline and remove all text before that + $output = substr($output, strpos($output, "\n") + 1); + } + // Close file and return + fclose($f); + + return trim($output); + } + + /** + * Helper class to get level color + * + * @param string $level + * @return string + */ + public static function levelColor($level) + { + $colors = [ + 'DEBUG' => 'green', + 'INFO' => 'cyan', + 'NOTICE' => 'yellow', + 'WARNING' => 'yellow', + 'ERROR' => 'red', + 'CRITICAL' => 'red', + 'ALERT' => 'red', + 'EMERGENCY' => 'magenta' + ]; + return $colors[$level] ?? 'white'; + } + + /** + * Parse a monolog row into array bits + * + * @param string $line + * @return array + */ + public function parse($line) + { + if (!is_string($line) || $line === '') { + return []; + } + + preg_match($this->pattern, $line, $data); + if (!isset($data['date'])) { + return []; + } + + preg_match('/(.*)- Trace:(.*)/', $data['message'], $matches); + if (is_array($matches) && isset($matches[1])) { + $data['message'] = trim($matches[1]); + $data['trace'] = trim($matches[2]); + } + + return [ + 'date' => DateTime::createFromFormat('Y-m-d H:i:s', $data['date']), + 'logger' => $data['logger'], + 'level' => $data['level'], + 'message' => $data['message'], + 'trace' => isset($data['trace']) ? self::parseTrace($data['trace']) : null, + 'context' => json_decode($data['context'], true), + 'extra' => json_decode($data['extra'], true) + ]; + } + + /** + * Parse text of trace into an array of lines + * + * @param string $trace + * @param int $rows + * @return array + */ + public static function parseTrace($trace, $rows = 10) + { + $lines = array_filter(preg_split('/#\d*/m', $trace)); + + return array_slice($lines, 0, $rows); + } +} diff --git a/system/src/Grav/Common/Helpers/Truncator.php b/system/src/Grav/Common/Helpers/Truncator.php new file mode 100644 index 0000000..d09c52c --- /dev/null +++ b/system/src/Grav/Common/Helpers/Truncator.php @@ -0,0 +1,344 @@ +getElementsByTagName('div')->item(0); + $container = $container->parentNode->removeChild($container); + + // Iterate over words. + $words = new DOMWordsIterator($container); + $truncated = false; + foreach ($words as $word) { + // If we have exceeded the limit, we delete the remainder of the content. + if ($words->key() >= $limit) { + // Grab current position. + $currentWordPosition = $words->currentWordPosition(); + $curNode = $currentWordPosition[0]; + $offset = $currentWordPosition[1]; + $words = $currentWordPosition[2]; + + $curNode->nodeValue = substr( + $curNode->nodeValue, + 0, + $words[$offset][1] + strlen($words[$offset][0]) + ); + + self::removeProceedingNodes($curNode, $container); + + if (!empty($ellipsis)) { + self::insertEllipsis($curNode, $ellipsis); + } + + $truncated = true; + + break; + } + } + + // Return original HTML if not truncated. + if ($truncated) { + $html = self::getCleanedHtml($doc, $container); + } + + return $html; + } + + /** + * Safely truncates HTML by a given number of letters. + * + * @param string $html Input HTML. + * @param int $limit Limit to how many letters we preserve. + * @param string $ellipsis String to use as ellipsis (if any). + * @return string Safe truncated HTML. + */ + public static function truncateLetters($html, $limit = 0, $ellipsis = '') + { + if ($limit <= 0) { + return $html; + } + + $doc = self::htmlToDomDocument($html); + $container = $doc->getElementsByTagName('div')->item(0); + $container = $container->parentNode->removeChild($container); + + // Iterate over letters. + $letters = new DOMLettersIterator($container); + $truncated = false; + foreach ($letters as $letter) { + // If we have exceeded the limit, we want to delete the remainder of this document. + if ($letters->key() >= $limit) { + $currentText = $letters->currentTextPosition(); + $currentText[0]->nodeValue = mb_substr($currentText[0]->nodeValue, 0, $currentText[1] + 1); + self::removeProceedingNodes($currentText[0], $container); + + if (!empty($ellipsis)) { + self::insertEllipsis($currentText[0], $ellipsis); + } + + $truncated = true; + + break; + } + } + + // Return original HTML if not truncated. + if ($truncated) { + $html = self::getCleanedHtml($doc, $container); + } + + return $html; + } + + /** + * Builds a DOMDocument object from a string containing HTML. + * + * @param string $html HTML to load + * @return DOMDocument Returns a DOMDocument object. + */ + public static function htmlToDomDocument($html) + { + if (!$html) { + $html = ''; + } + + // Transform multibyte entities which otherwise display incorrectly. + $html = mb_encode_numericentity($html, [0x80, 0x10FFFF, 0, ~0], 'UTF-8'); + + // Internal errors enabled as HTML5 not fully supported. + libxml_use_internal_errors(true); + + // Instantiate new DOMDocument object, and then load in UTF-8 HTML. + $dom = new DOMDocument(); + $dom->encoding = 'UTF-8'; + $dom->loadHTML("
$html
"); + + return $dom; + } + + /** + * Removes all nodes after the current node. + * + * @param DOMNode|DOMElement $domNode + * @param DOMNode|DOMElement $topNode + * @return void + */ + private static function removeProceedingNodes($domNode, $topNode) + { + /** @var DOMNode|null $nextNode */ + $nextNode = $domNode->nextSibling; + + if ($nextNode !== null) { + self::removeProceedingNodes($nextNode, $topNode); + $domNode->parentNode->removeChild($nextNode); + } else { + //scan upwards till we find a sibling + $curNode = $domNode->parentNode; + while ($curNode !== $topNode) { + if ($curNode->nextSibling !== null) { + $curNode = $curNode->nextSibling; + self::removeProceedingNodes($curNode, $topNode); + $curNode->parentNode->removeChild($curNode); + break; + } + $curNode = $curNode->parentNode; + } + } + } + + /** + * Clean extra code + * + * @param DOMDocument $doc + * @param DOMNode $container + * @return string + */ + private static function getCleanedHTML(DOMDocument $doc, DOMNode $container) + { + while ($doc->firstChild) { + $doc->removeChild($doc->firstChild); + } + + while ($container->firstChild) { + $doc->appendChild($container->firstChild); + } + + return trim($doc->saveHTML()); + } + + /** + * Inserts an ellipsis + * + * @param DOMNode|DOMElement $domNode Element to insert after. + * @param string $ellipsis Text used to suffix our document. + * @return void + */ + private static function insertEllipsis($domNode, $ellipsis) + { + $avoid = array('a', 'strong', 'em', 'h1', 'h2', 'h3', 'h4', 'h5'); //html tags to avoid appending the ellipsis to + + if ($domNode->parentNode->parentNode !== null && in_array($domNode->parentNode->nodeName, $avoid, true)) { + // Append as text node to parent instead + $textNode = new DOMText($ellipsis); + + /** @var DOMNode|null $nextSibling */ + $nextSibling = $domNode->parentNode->parentNode->nextSibling; + if ($nextSibling) { + $domNode->parentNode->parentNode->insertBefore($textNode, $domNode->parentNode->parentNode->nextSibling); + } else { + $domNode->parentNode->parentNode->appendChild($textNode); + } + } else { + // Append to current node + $domNode->nodeValue = rtrim($domNode->nodeValue) . $ellipsis; + } + } + + /** + * @param string $text + * @param int $length + * @param string $ending + * @param bool $exact + * @param bool $considerHtml + * @return string + */ + public function truncate( + $text, + $length = 100, + $ending = '...', + $exact = false, + $considerHtml = true + ) { + if ($considerHtml) { + // if the plain text is shorter than the maximum length, return the whole text + if (strlen(preg_replace('/<.*?>/', '', $text)) <= $length) { + return $text; + } + + // splits all html-tags to scanable lines + preg_match_all('/(<.+?>)?([^<>]*)/s', $text, $lines, PREG_SET_ORDER); + $total_length = strlen($ending); + $truncate = ''; + $open_tags = []; + + foreach ($lines as $line_matchings) { + // if there is any html-tag in this line, handle it and add it (uncounted) to the output + if (!empty($line_matchings[1])) { + // if it's an "empty element" with or without xhtml-conform closing slash + if (preg_match('/^<(\s*.+?\/\s*|\s*(img|br|input|hr|area|base|basefont|col|frame|isindex|link|meta|param)(\s.+?)?)>$/is', $line_matchings[1])) { + // do nothing + // if tag is a closing tag + } elseif (preg_match('/^<\s*\/([^\s]+?)\s*>$/s', $line_matchings[1], $tag_matchings)) { + // delete tag from $open_tags list + $pos = array_search($tag_matchings[1], $open_tags); + if ($pos !== false) { + unset($open_tags[$pos]); + } + // if tag is an opening tag + } elseif (preg_match('/^<\s*([^\s>!]+).*?>$/s', $line_matchings[1], $tag_matchings)) { + // add tag to the beginning of $open_tags list + array_unshift($open_tags, strtolower($tag_matchings[1])); + } + // add html-tag to $truncate'd text + $truncate .= $line_matchings[1]; + } + // calculate the length of the plain text part of the line; handle entities as one character + $content_length = strlen(preg_replace('/&[0-9a-z]{2,8};|&#[0-9]{1,7};|[0-9a-f]{1,6};/i', ' ', $line_matchings[2])); + if ($total_length+$content_length> $length) { + // the number of characters which are left + $left = $length - $total_length; + $entities_length = 0; + // search for html entities + if (preg_match_all('/&[0-9a-z]{2,8};|&#[0-9]{1,7};|[0-9a-f]{1,6};/i', $line_matchings[2], $entities, PREG_OFFSET_CAPTURE)) { + // calculate the real length of all entities in the legal range + foreach ($entities[0] as $entity) { + if ($entity[1]+1-$entities_length <= $left) { + $left--; + $entities_length += strlen($entity[0]); + } else { + // no more characters left + break; + } + } + } + $truncate .= substr($line_matchings[2], 0, $left+$entities_length); + // maximum lenght is reached, so get off the loop + break; + } else { + $truncate .= $line_matchings[2]; + $total_length += $content_length; + } + // if the maximum length is reached, get off the loop + if ($total_length>= $length) { + break; + } + } + } else { + if (strlen($text) <= $length) { + return $text; + } + + $truncate = substr($text, 0, $length - strlen($ending)); + } + // if the words shouldn't be cut in the middle... + if (!$exact) { + // ...search the last occurance of a space... + $spacepos = strrpos($truncate, ' '); + if (false !== $spacepos) { + // ...and cut the text in this position + $truncate = substr($truncate, 0, $spacepos); + } + } + // add the defined ending to the text + $truncate .= $ending; + if (isset($open_tags)) { + // close all unclosed html-tags + foreach ($open_tags as $tag) { + $truncate .= ''; + } + } + + return $truncate; + } +} diff --git a/system/src/Grav/Common/Helpers/YamlLinter.php b/system/src/Grav/Common/Helpers/YamlLinter.php new file mode 100644 index 0000000..1dee495 --- /dev/null +++ b/system/src/Grav/Common/Helpers/YamlLinter.php @@ -0,0 +1,122 @@ +get('system.pages.theme'); + $theme_path = 'themes://' . $current_theme . '/blueprints'; + + $locator->addPath('blueprints', '', [$theme_path]); + return static::recurseFolder('blueprints://'); + } + + /** + * @param string $path + * @param string $extensions + * @return array + */ + public static function recurseFolder($path, $extensions = '(md|yaml)') + { + $lint_errors = []; + + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + $flags = RecursiveDirectoryIterator::SKIP_DOTS | RecursiveDirectoryIterator::FOLLOW_SYMLINKS; + if ($locator->isStream($path)) { + $directory = $locator->getRecursiveIterator($path, $flags); + } else { + $directory = new RecursiveDirectoryIterator($path, $flags); + } + $recursive = new RecursiveIteratorIterator($directory, RecursiveIteratorIterator::SELF_FIRST); + $iterator = new RegexIterator($recursive, '/^.+\.'.$extensions.'$/ui'); + + /** @var RecursiveDirectoryIterator $file */ + foreach ($iterator as $filepath => $file) { + try { + Yaml::parse(static::extractYaml($filepath)); + } catch (Exception $e) { + $lint_errors[str_replace(GRAV_ROOT, '', $filepath)] = $e->getMessage(); + } + } + + return $lint_errors; + } + + /** + * @param string $path + * @return string + */ + protected static function extractYaml($path) + { + $extension = Utils::pathinfo($path, PATHINFO_EXTENSION); + if ($extension === 'md') { + $file = MarkdownFile::instance($path); + $contents = $file->frontmatter(); + $file->free(); + } else { + $contents = file_get_contents($path); + } + return $contents; + } +} diff --git a/system/src/Grav/Common/Inflector.php b/system/src/Grav/Common/Inflector.php new file mode 100644 index 0000000..284b8dd --- /dev/null +++ b/system/src/Grav/Common/Inflector.php @@ -0,0 +1,363 @@ +isDebug()) { + static::$plural = $language->translate('GRAV.INFLECTOR_PLURALS', null, true); + static::$singular = $language->translate('GRAV.INFLECTOR_SINGULAR', null, true); + static::$uncountable = $language->translate('GRAV.INFLECTOR_UNCOUNTABLE', null, true); + static::$irregular = $language->translate('GRAV.INFLECTOR_IRREGULAR', null, true); + static::$ordinals = $language->translate('GRAV.INFLECTOR_ORDINALS', null, true); + } + } + } + + /** + * Pluralizes English nouns. + * + * @param string $word English noun to pluralize + * @param int $count The count + * @return string|false Plural noun + */ + public static function pluralize($word, $count = 2) + { + static::init(); + + if ((int)$count === 1) { + return $word; + } + + $lowercased_word = strtolower($word); + + if (is_array(static::$uncountable)) { + foreach (static::$uncountable as $_uncountable) { + if (substr($lowercased_word, -1 * strlen($_uncountable)) === $_uncountable) { + return $word; + } + } + } + + if (is_array(static::$irregular)) { + foreach (static::$irregular as $_plural => $_singular) { + if (preg_match('/(' . $_plural . ')$/i', $word, $arr)) { + return preg_replace('/(' . $_plural . ')$/i', substr($arr[0], 0, 1) . substr($_singular, 1), $word); + } + } + } + + if (is_array(static::$plural)) { + foreach (static::$plural as $rule => $replacement) { + if (preg_match($rule, $word)) { + return preg_replace($rule, $replacement, $word); + } + } + } + + return false; + } + + /** + * Singularizes English nouns. + * + * @param string $word English noun to singularize + * @param int $count + * + * @return string Singular noun. + */ + public static function singularize($word, $count = 1) + { + static::init(); + + if ((int)$count !== 1) { + return $word; + } + + $lowercased_word = strtolower($word); + + if (is_array(static::$uncountable)) { + foreach (static::$uncountable as $_uncountable) { + if (substr($lowercased_word, -1 * strlen($_uncountable)) === $_uncountable) { + return $word; + } + } + } + + if (is_array(static::$irregular)) { + foreach (static::$irregular as $_plural => $_singular) { + if (preg_match('/(' . $_singular . ')$/i', $word, $arr)) { + return preg_replace('/(' . $_singular . ')$/i', substr($arr[0], 0, 1) . substr($_plural, 1), $word); + } + } + } + + if (is_array(static::$singular)) { + foreach (static::$singular as $rule => $replacement) { + if (preg_match($rule, $word)) { + return preg_replace($rule, $replacement, $word); + } + } + } + + return $word; + } + + /** + * Converts an underscored or CamelCase word into a English + * sentence. + * + * The titleize public function converts text like "WelcomePage", + * "welcome_page" or "welcome page" to this "Welcome + * Page". + * If second parameter is set to 'first' it will only + * capitalize the first character of the title. + * + * @param string $word Word to format as tile + * @param string $uppercase If set to 'first' it will only uppercase the + * first character. Otherwise it will uppercase all + * the words in the title. + * + * @return string Text formatted as title + */ + public static function titleize($word, $uppercase = '') + { + $humanize_underscorize = static::humanize(static::underscorize($word)); + + if ($uppercase === 'first') { + $firstLetter = mb_strtoupper(mb_substr($humanize_underscorize, 0, 1, "UTF-8"), "UTF-8"); + return $firstLetter . mb_substr($humanize_underscorize, 1, mb_strlen($humanize_underscorize, "UTF-8"), "UTF-8"); + } else { + return mb_convert_case($humanize_underscorize, MB_CASE_TITLE, 'UTF-8'); + } + + } + + /** + * Returns given word as CamelCased + * + * Converts a word like "send_email" to "SendEmail". It + * will remove non alphanumeric character from the word, so + * "who's online" will be converted to "WhoSOnline" + * + * @see variablize + * + * @param string $word Word to convert to camel case + * @return string UpperCamelCasedWord + */ + public static function camelize($word) + { + return str_replace(' ', '', ucwords(preg_replace('/[^\p{L}^0-9]+/', ' ', $word))); + } + + /** + * Converts a word "into_it_s_underscored_version" + * + * Convert any "CamelCased" or "ordinary Word" into an + * "underscored_word". + * + * This can be really useful for creating friendly URLs. + * + * @param string $word Word to underscore + * @return string Underscored word + */ + public static function underscorize($word) + { + $regex1 = preg_replace('/([A-Z]+)([A-Z][a-z])/', '\1_\2', $word); + $regex2 = preg_replace('/([a-zd])([A-Z])/', '\1_\2', $regex1); + $regex3 = preg_replace('/[^\p{L}^0-9]+/u', '_', $regex2); + + return strtolower($regex3); + } + + /** + * Converts a word "into-it-s-hyphenated-version" + * + * Convert any "CamelCased" or "ordinary Word" into an + * "hyphenated-word". + * + * This can be really useful for creating friendly URLs. + * + * @param string $word Word to hyphenate + * @return string hyphenized word + */ + public static function hyphenize($word) + { + $regex1 = preg_replace('/([A-Z]+)([A-Z][a-z])/', '\1-\2', $word); + $regex2 = preg_replace('/([a-z])([A-Z])/', '\1-\2', $regex1); + $regex3 = preg_replace('/([0-9])([A-Z])/', '\1-\2', $regex2); + $regex4 = preg_replace('/[^\p{L}^0-9]+/', '-', $regex3); + + $regex4 = trim($regex4, '-'); + + return strtolower($regex4); + } + + /** + * Returns a human-readable string from $word + * + * Returns a human-readable string from $word, by replacing + * underscores with a space, and by upper-casing the initial + * character by default. + * + * If you need to uppercase all the words you just have to + * pass 'all' as a second parameter. + * + * @param string $word String to "humanize" + * @param string $uppercase If set to 'all' it will uppercase all the words + * instead of just the first one. + * + * @return string Human-readable word + */ + public static function humanize($word, $uppercase = '') + { + $uppercase = $uppercase === 'all' ? 'ucwords' : 'ucfirst'; + + return $uppercase(str_replace('_', ' ', preg_replace('/_id$/', '', $word))); + } + + /** + * Same as camelize but first char is underscored + * + * Converts a word like "send_email" to "sendEmail". It + * will remove non alphanumeric character from the word, so + * "who's online" will be converted to "whoSOnline" + * + * @see camelize + * + * @param string $word Word to lowerCamelCase + * @return string Returns a lowerCamelCasedWord + */ + public static function variablize($word) + { + $word = static::camelize($word); + + return strtolower($word[0]) . substr($word, 1); + } + + /** + * Converts a class name to its table name according to rails + * naming conventions. + * + * Converts "Person" to "people" + * + * @see classify + * + * @param string $class_name Class name for getting related table_name. + * @return string plural_table_name + */ + public static function tableize($class_name) + { + return static::pluralize(static::underscorize($class_name)); + } + + /** + * Converts a table name to its class name according to rails + * naming conventions. + * + * Converts "people" to "Person" + * + * @see tableize + * + * @param string $table_name Table name for getting related ClassName. + * @return string SingularClassName + */ + public static function classify($table_name) + { + return static::camelize(static::singularize($table_name)); + } + + /** + * Converts number to its ordinal English form. + * + * This method converts 13 to 13th, 2 to 2nd ... + * + * @param int $number Number to get its ordinal value + * @return string Ordinal representation of given string. + */ + public static function ordinalize($number) + { + static::init(); + + if (!is_array(static::$ordinals)) { + return (string)$number; + } + + if (in_array($number % 100, range(11, 13), true)) { + return $number . static::$ordinals['default']; + } + + switch ($number % 10) { + case 1: + return $number . static::$ordinals['first']; + case 2: + return $number . static::$ordinals['second']; + case 3: + return $number . static::$ordinals['third']; + default: + return $number . static::$ordinals['default']; + } + } + + /** + * Converts a number of days to a number of months + * + * @param int $days + * @return int + */ + public static function monthize($days) + { + $now = new DateTime(); + $end = new DateTime(); + + $duration = new DateInterval("P{$days}D"); + + $diff = $end->add($duration)->diff($now); + + // handle years + if ($diff->y > 0) { + $diff->m += 12 * $diff->y; + } + + return $diff->m; + } +} diff --git a/system/src/Grav/Common/Iterator.php b/system/src/Grav/Common/Iterator.php new file mode 100644 index 0000000..a60c74f --- /dev/null +++ b/system/src/Grav/Common/Iterator.php @@ -0,0 +1,264 @@ +items[$key] ?? null; + } + + /** + * Clone the iterator. + */ + #[\ReturnTypeWillChange] + public function __clone() + { + foreach ($this as $key => $value) { + if (is_object($value)) { + $this->{$key} = clone $this->{$key}; + } + } + } + + /** + * Convents iterator to a comma separated list. + * + * @return string + */ + #[\ReturnTypeWillChange] + public function __toString() + { + return implode(',', $this->items); + } + + /** + * Remove item from the list. + * + * @param string $key + * @return void + */ + public function remove($key) + { + $this->offsetUnset($key); + } + + /** + * Return previous item. + * + * @return mixed + */ + public function prev() + { + return prev($this->items); + } + + /** + * Return nth item. + * + * @param int $key + * @return mixed|bool + */ + public function nth($key) + { + $items = array_keys($this->items); + + return isset($items[$key]) ? $this->offsetGet($items[$key]) : false; + } + + /** + * Get the first item + * + * @return mixed + */ + public function first() + { + $items = array_keys($this->items); + + return $this->offsetGet(array_shift($items)); + } + + /** + * Get the last item + * + * @return mixed + */ + public function last() + { + $items = array_keys($this->items); + + return $this->offsetGet(array_pop($items)); + } + + /** + * Reverse the Iterator + * + * @return $this + */ + public function reverse() + { + $this->items = array_reverse($this->items); + + return $this; + } + + /** + * @param mixed $needle Searched value. + * + * @return string|int|false Key if found, otherwise false. + */ + public function indexOf($needle) + { + foreach (array_values($this->items) as $key => $value) { + if ($value === $needle) { + return $key; + } + } + + return false; + } + + /** + * Shuffle items. + * + * @return $this + */ + public function shuffle() + { + $keys = array_keys($this->items); + shuffle($keys); + + $new = []; + foreach ($keys as $key) { + $new[$key] = $this->items[$key]; + } + + $this->items = $new; + + return $this; + } + + /** + * Slice the list. + * + * @param int $offset + * @param int|null $length + * @return $this + */ + public function slice($offset, $length = null) + { + $this->items = array_slice($this->items, $offset, $length); + + return $this; + } + + /** + * Pick one or more random entries. + * + * @param int $num Specifies how many entries should be picked. + * @return $this + */ + public function random($num = 1) + { + $count = count($this->items); + if ($num > $count) { + $num = $count; + } + + $this->items = array_intersect_key($this->items, array_flip((array)array_rand($this->items, $num))); + + return $this; + } + + /** + * Append new elements to the list. + * + * @param array|Iterator $items Items to be appended. Existing keys will be overridden with the new values. + * @return $this + */ + public function append($items) + { + if ($items instanceof static) { + $items = $items->toArray(); + } + $this->items = array_merge($this->items, (array)$items); + + return $this; + } + + /** + * Filter elements from the list + * + * @param callable|null $callback A function the receives ($value, $key) and must return a boolean to indicate + * filter status + * + * @return $this + */ + public function filter(callable $callback = null) + { + foreach ($this->items as $key => $value) { + if ((!$callback && !(bool)$value) || ($callback && !$callback($value, $key))) { + unset($this->items[$key]); + } + } + + return $this; + } + + + /** + * Sorts elements from the list and returns a copy of the list in the proper order + * + * @param callable|null $callback + * @param bool $desc + * @return $this|array + * + */ + public function sort(callable $callback = null, $desc = false) + { + if (!$callback || !is_callable($callback)) { + return $this; + } + + $items = $this->items; + uasort($items, $callback); + + return !$desc ? $items : array_reverse($items, true); + } +} diff --git a/system/src/Grav/Common/Language/Language.php b/system/src/Grav/Common/Language/Language.php new file mode 100644 index 0000000..f2f3c1b --- /dev/null +++ b/system/src/Grav/Common/Language/Language.php @@ -0,0 +1,663 @@ +grav = $grav; + $this->config = $grav['config']; + + $languages = $this->config->get('system.languages.supported', []); + foreach ($languages as &$language) { + $language = (string)$language; + } + unset($language); + + $this->languages = $languages; + + $this->init(); + } + + /** + * Initialize the default and enabled languages + * + * @return void + */ + public function init() + { + $default = $this->config->get('system.languages.default_lang'); + if (null !== $default) { + $default = (string)$default; + } + + // Note that reset returns false on empty languages. + $this->default = $default ?? reset($this->languages); + + $this->resetFallbackPageExtensions(); + + if (empty($this->languages)) { + // If no languages are set, turn of multi-language support. + $this->enabled = false; + } elseif ($default && !in_array($default, $this->languages, true)) { + // If default language isn't in the language list, we need to add it. + array_unshift($this->languages, $default); + } + } + + /** + * Ensure that languages are enabled + * + * @return bool + */ + public function enabled() + { + return $this->enabled; + } + + /** + * Returns true if language debugging is turned on. + * + * @return bool + */ + public function isDebug(): bool + { + return !$this->config->get('system.languages.translations', true); + } + + /** + * Gets the array of supported languages + * + * @return array + */ + public function getLanguages() + { + return $this->languages; + } + + /** + * Sets the current supported languages manually + * + * @param array $langs + * @return void + */ + public function setLanguages($langs) + { + $this->languages = $langs; + + $this->init(); + } + + /** + * Gets a pipe-separated string of available languages + * + * @param string|null $delimiter Delimiter to be quoted. + * @return string + */ + public function getAvailable($delimiter = null) + { + $languagesArray = $this->languages; //Make local copy + + $languagesArray = array_map(static function ($value) use ($delimiter) { + return preg_quote($value, $delimiter); + }, $languagesArray); + + sort($languagesArray); + + return implode('|', array_reverse($languagesArray)); + } + + /** + * Gets language, active if set, else default + * + * @return string|false + */ + public function getLanguage() + { + return $this->active ?: $this->default; + } + + /** + * Gets current default language + * + * @return string|false + */ + public function getDefault() + { + return $this->default; + } + + /** + * Sets default language manually + * + * @param string $lang + * @return string|bool + */ + public function setDefault($lang) + { + $lang = (string)$lang; + if ($this->validate($lang)) { + $this->default = $lang; + + return $lang; + } + + return false; + } + + /** + * Gets current active language + * + * @return string|false + */ + public function getActive() + { + return $this->active; + } + + /** + * Sets active language manually + * + * @param string|false $lang + * @return string|false + */ + public function setActive($lang) + { + $lang = (string)$lang; + if ($this->validate($lang)) { + /** @var Debugger $debugger */ + $debugger = $this->grav['debugger']; + $debugger->addMessage('Active language set to ' . $lang, 'debug'); + + $this->active = $lang; + + return $lang; + } + + return false; + } + + /** + * Sets the active language based on the first part of the URL + * + * @param string $uri + * @return string + */ + public function setActiveFromUri($uri) + { + $regex = '/(^\/(' . $this->getAvailable() . '))(?:\/|\?|$)/i'; + + // if languages set + if ($this->enabled()) { + // Try setting language from prefix of URL (/en/blah/blah). + if (preg_match($regex, $uri, $matches)) { + $this->lang_in_url = true; + $this->setActive($matches[2]); + $uri = preg_replace("/\\" . $matches[1] . '/', '', $uri, 1); + + // Store in session if language is different. + if (isset($this->grav['session']) && $this->grav['session']->isStarted() + && $this->config->get('system.languages.session_store_active', true) + && $this->grav['session']->active_language != $this->active + ) { + $this->grav['session']->active_language = $this->active; + } + } else { + // Try getting language from the session, else no active. + if (isset($this->grav['session']) && $this->grav['session']->isStarted() && + $this->config->get('system.languages.session_store_active', true)) { + $this->setActive($this->grav['session']->active_language ?: null); + } + // if still null, try from http_accept_language header + if ($this->active === null && + $this->config->get('system.languages.http_accept_language') && + $accept = $_SERVER['HTTP_ACCEPT_LANGUAGE'] ?? false) { + $negotiator = new LanguageNegotiator(); + $best_language = $negotiator->getBest($accept, $this->languages); + + if ($best_language instanceof AcceptLanguage) { + $this->setActive($best_language->getType()); + } else { + $this->setActive($this->getDefault()); + } + } + } + } + + return $uri; + } + + /** + * Get a URL prefix based on configuration + * + * @param string|null $lang + * @return string + */ + public function getLanguageURLPrefix($lang = null) + { + if (!$this->enabled()) { + return ''; + } + + // if active lang is not passed in, use current active + if (!$lang) { + $lang = $this->getLanguage(); + } + + return $this->isIncludeDefaultLanguage($lang) ? '/' . $lang : ''; + } + + /** + * Test to see if language is default and language should be included in the URL + * + * @param string|null $lang + * @return bool + */ + public function isIncludeDefaultLanguage($lang = null) + { + if (!$this->enabled()) { + return false; + } + + // if active lang is not passed in, use current active + if (!$lang) { + $lang = $this->getLanguage(); + } + + return !($this->default === $lang && $this->config->get('system.languages.include_default_lang') === false); + } + + /** + * Simple getter to tell if a language was found in the URL + * + * @return bool + */ + public function isLanguageInUrl() + { + return (bool) $this->lang_in_url; + } + + /** + * Get full list of used language page extensions: [''=>'.md', 'en'=>'.en.md', ...] + * + * @param string|null $fileExtension + * @return array + */ + public function getPageExtensions($fileExtension = null) + { + $fileExtension = $fileExtension ?: CONTENT_EXT; + + if (!isset($this->fallback_extensions[$fileExtension])) { + $extensions[''] = $fileExtension; + foreach ($this->languages as $code) { + $extensions[$code] = ".{$code}{$fileExtension}"; + } + + $this->fallback_extensions[$fileExtension] = $extensions; + } + + return $this->fallback_extensions[$fileExtension]; + } + + /** + * Gets an array of valid extensions with active first, then fallback extensions + * + * @param string|null $fileExtension + * @param string|null $languageCode + * @param bool $assoc Return values in ['en' => '.en.md', ...] format. + * @return array Key is the language code, value is the file extension to be used. + */ + public function getFallbackPageExtensions(string $fileExtension = null, string $languageCode = null, bool $assoc = false) + { + $fileExtension = $fileExtension ?: CONTENT_EXT; + $key = $fileExtension . '-' . ($languageCode ?? 'default') . '-' . (int)$assoc; + + if (!isset($this->fallback_extensions[$key])) { + $all = $this->getPageExtensions($fileExtension); + $list = []; + $fallback = $this->getFallbackLanguages($languageCode, true); + foreach ($fallback as $code) { + $ext = $all[$code] ?? null; + if (null !== $ext) { + $list[$code] = $ext; + } + } + if (!$assoc) { + $list = array_values($list); + } + + $this->fallback_extensions[$key] = $list; + } + + return $this->fallback_extensions[$key]; + } + + /** + * Resets the fallback_languages value. + * + * Useful to re-initialize the pages and change site language at runtime, example: + * + * ``` + * $this->grav['language']->setActive('it'); + * $this->grav['language']->resetFallbackPageExtensions(); + * $this->grav['pages']->init(); + * ``` + * + * @return void + */ + public function resetFallbackPageExtensions() + { + $this->fallback_languages = []; + $this->fallback_extensions = []; + $this->page_extensions = []; + } + + /** + * Gets an array of languages with active first, then fallback languages. + * + * + * @param string|null $languageCode + * @param bool $includeDefault If true, list contains '', which can be used for default + * @return array + */ + public function getFallbackLanguages(string $languageCode = null, bool $includeDefault = false) + { + // Handle default. + if ($languageCode === '' || !$this->enabled()) { + return ['']; + } + + $default = $this->getDefault() ?? 'en'; + $active = $languageCode ?? $this->getActive() ?? $default; + $key = $active . '-' . (int)$includeDefault; + + if (!isset($this->fallback_languages[$key])) { + $fallback = $this->config->get('system.languages.content_fallback.' . $active); + $fallback_languages = []; + + if (null === $fallback && $this->config->get('system.languages.pages_fallback_only', false)) { + user_error('Configuration option `system.languages.pages_fallback_only` is deprecated since Grav 1.7, use `system.languages.content_fallback` instead', E_USER_DEPRECATED); + + // Special fallback list returns itself and all the previous items in reverse order: + // active: 'v2', languages: ['v1', 'v2', 'v3', 'v4'] => ['v2', 'v1', ''] + if ($includeDefault) { + $fallback_languages[''] = ''; + } + foreach ($this->languages as $code) { + $fallback_languages[$code] = $code; + if ($code === $active) { + break; + } + } + $fallback_languages = array_reverse($fallback_languages); + } else { + if (null === $fallback) { + $fallback = [$default]; + } elseif (!is_array($fallback)) { + $fallback = is_string($fallback) && $fallback !== '' ? explode(',', $fallback) : []; + } + array_unshift($fallback, $active); + $fallback = array_unique($fallback); + + foreach ($fallback as $code) { + // Default fallback list has active language followed by default language and extensionless file: + // active: 'fi', default: 'en', languages: ['sv', 'en', 'de', 'fi'] => ['fi', 'en', ''] + $fallback_languages[$code] = $code; + if ($includeDefault && $code === $default) { + $fallback_languages[''] = ''; + } + } + } + + $fallback_languages = array_values($fallback_languages); + + $this->fallback_languages[$key] = $fallback_languages; + } + + return $this->fallback_languages[$key]; + } + + /** + * Ensures the language is valid and supported + * + * @param string $lang + * @return bool + */ + public function validate($lang) + { + return in_array($lang, $this->languages, true); + } + + /** + * Translate a key and possibly arguments into a string using current lang and fallbacks + * + * @param string|array $args The first argument is the lookup key value + * Other arguments can be passed and replaced in the translation with sprintf syntax + * @param array|null $languages + * @param bool $array_support + * @param bool $html_out + * @return string|string[] + */ + public function translate($args, array $languages = null, $array_support = false, $html_out = false) + { + if (is_array($args)) { + $lookup = array_shift($args); + } else { + $lookup = $args; + $args = []; + } + + if (!$this->isDebug()) { + if ($lookup && $this->enabled() && empty($languages)) { + $languages = $this->getTranslatedLanguages(); + } + + $languages = $languages ?: ['en']; + + foreach ((array)$languages as $lang) { + $translation = $this->getTranslation($lang, $lookup, $array_support); + + if ($translation) { + if (is_string($translation) && count($args) >= 1) { + return vsprintf($translation, $args); + } + + return $translation; + } + } + } elseif ($array_support) { + return [$lookup]; + } + + if ($html_out) { + return '' . $lookup . ''; + } + + return $lookup; + } + + /** + * Translate Array + * + * @param string $key + * @param string $index + * @param array|null $languages + * @param bool $html_out + * @return string + */ + public function translateArray($key, $index, $languages = null, $html_out = false) + { + if ($this->isDebug()) { + return $key . '[' . $index . ']'; + } + + if ($key && empty($languages) && $this->enabled()) { + $languages = $this->getTranslatedLanguages(); + } + + $languages = $languages ?: ['en']; + + foreach ((array)$languages as $lang) { + $translation_array = (array)Grav::instance()['languages']->get($lang . '.' . $key, null); + if ($translation_array && array_key_exists($index, $translation_array)) { + return $translation_array[$index]; + } + } + + if ($html_out) { + return '' . $key . '[' . $index . ']'; + } + + return $key . '[' . $index . ']'; + } + + /** + * Lookup the translation text for a given lang and key + * + * @param string $lang lang code + * @param string $key key to lookup with + * @param bool $array_support + * @return string|string[] + */ + public function getTranslation($lang, $key, $array_support = false) + { + if ($this->isDebug()) { + return $key; + } + + $translation = Grav::instance()['languages']->get($lang . '.' . $key, null); + if (!$array_support && is_array($translation)) { + return (string)array_shift($translation); + } + + return $translation; + } + + /** + * Get the browser accepted languages + * + * @param array $accept_langs + * @return array + * @deprecated 1.6 No longer used - using content negotiation. + */ + public function getBrowserLanguages($accept_langs = []) + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.6, no longer used', E_USER_DEPRECATED); + + if (empty($this->http_accept_language)) { + if (empty($accept_langs) && isset($_SERVER['HTTP_ACCEPT_LANGUAGE'])) { + $accept_langs = $_SERVER['HTTP_ACCEPT_LANGUAGE']; + } else { + return $accept_langs; + } + + $langs = []; + + foreach (explode(',', $accept_langs) as $k => $pref) { + // split $pref again by ';q=' + // and decorate the language entries by inverted position + if (false !== ($i = strpos($pref, ';q='))) { + $langs[substr($pref, 0, $i)] = [(float)substr($pref, $i + 3), -$k]; + } else { + $langs[$pref] = [1, -$k]; + } + } + arsort($langs); + + // no need to undecorate, because we're only interested in the keys + $this->http_accept_language = array_keys($langs); + } + return $this->http_accept_language; + } + + /** + * Accessible wrapper to LanguageCodes + * + * @param string $code + * @param string $type + * @return string|false + */ + public function getLanguageCode($code, $type = 'name') + { + return LanguageCodes::get($code, $type); + } + + /** + * @return array + */ + #[\ReturnTypeWillChange] + public function __debugInfo() + { + $vars = get_object_vars($this); + unset($vars['grav'], $vars['config']); + + return $vars; + } + + /** + * @return array + */ + protected function getTranslatedLanguages(): array + { + if ($this->config->get('system.languages.translations_fallback', true)) { + $languages = $this->getFallbackLanguages(); + } else { + $languages = [$this->getLanguage()]; + } + + $languages[] = 'en'; + + return array_values(array_unique($languages)); + } +} diff --git a/system/src/Grav/Common/Language/LanguageCodes.php b/system/src/Grav/Common/Language/LanguageCodes.php new file mode 100644 index 0000000..86efd89 --- /dev/null +++ b/system/src/Grav/Common/Language/LanguageCodes.php @@ -0,0 +1,246 @@ + [ 'name' => 'Afrikaans', 'nativeName' => 'Afrikaans' ], + 'ak' => [ 'name' => 'Akan', 'nativeName' => 'Akan' ], // unverified native name + 'ast' => [ 'name' => 'Asturian', 'nativeName' => 'Asturianu' ], + 'ar' => [ 'name' => 'Arabic', 'nativeName' => 'عربي', 'orientation' => 'rtl'], + 'as' => [ 'name' => 'Assamese', 'nativeName' => 'অসমীয়া' ], + 'be' => [ 'name' => 'Belarusian', 'nativeName' => 'Беларуская' ], + 'bg' => [ 'name' => 'Bulgarian', 'nativeName' => 'Български' ], + 'bn' => [ 'name' => 'Bengali', 'nativeName' => 'বাংলা' ], + 'bn-BD' => [ 'name' => 'Bengali (Bangladesh)', 'nativeName' => 'বাংলা (বাংলাদেশ)' ], + 'bn-IN' => [ 'name' => 'Bengali (India)', 'nativeName' => 'বাংলা (ভারত)' ], + 'br' => [ 'name' => 'Breton', 'nativeName' => 'Brezhoneg' ], + 'bs' => [ 'name' => 'Bosnian', 'nativeName' => 'Bosanski' ], + 'ca' => [ 'name' => 'Catalan', 'nativeName' => 'Català' ], + 'ca-valencia'=> [ 'name' => 'Catalan (Valencian)', 'nativeName' => 'Català (valencià)' ], // not iso-639-1. a=l10n-drivers + 'cs' => [ 'name' => 'Czech', 'nativeName' => 'Čeština' ], + 'cy' => [ 'name' => 'Welsh', 'nativeName' => 'Cymraeg' ], + 'da' => [ 'name' => 'Danish', 'nativeName' => 'Dansk' ], + 'de' => [ 'name' => 'German', 'nativeName' => 'Deutsch' ], + 'de-AT' => [ 'name' => 'German (Austria)', 'nativeName' => 'Deutsch (Österreich)' ], + 'de-CH' => [ 'name' => 'German (Switzerland)', 'nativeName' => 'Deutsch (Schweiz)' ], + 'de-DE' => [ 'name' => 'German (Germany)', 'nativeName' => 'Deutsch (Deutschland)' ], + 'dsb' => [ 'name' => 'Lower Sorbian', 'nativeName' => 'Dolnoserbšćina' ], // iso-639-2 + 'el' => [ 'name' => 'Greek', 'nativeName' => 'Ελληνικά' ], + 'en' => [ 'name' => 'English', 'nativeName' => 'English' ], + 'en-AU' => [ 'name' => 'English (Australian)', 'nativeName' => 'English (Australian)' ], + 'en-CA' => [ 'name' => 'English (Canadian)', 'nativeName' => 'English (Canadian)' ], + 'en-GB' => [ 'name' => 'English (British)', 'nativeName' => 'English (British)' ], + 'en-NZ' => [ 'name' => 'English (New Zealand)', 'nativeName' => 'English (New Zealand)' ], + 'en-US' => [ 'name' => 'English (US)', 'nativeName' => 'English (US)' ], + 'en-ZA' => [ 'name' => 'English (South African)', 'nativeName' => 'English (South African)' ], + 'eo' => [ 'name' => 'Esperanto', 'nativeName' => 'Esperanto' ], + 'es' => [ 'name' => 'Spanish', 'nativeName' => 'Español' ], + 'es-AR' => [ 'name' => 'Spanish (Argentina)', 'nativeName' => 'Español (de Argentina)' ], + 'es-CL' => [ 'name' => 'Spanish (Chile)', 'nativeName' => 'Español (de Chile)' ], + 'es-ES' => [ 'name' => 'Spanish (Spain)', 'nativeName' => 'Español (de España)' ], + 'es-MX' => [ 'name' => 'Spanish (Mexico)', 'nativeName' => 'Español (de México)' ], + 'et' => [ 'name' => 'Estonian', 'nativeName' => 'Eesti keel' ], + 'eu' => [ 'name' => 'Basque', 'nativeName' => 'Euskara' ], + 'fa' => [ 'name' => 'Persian', 'nativeName' => 'فارسی' , 'orientation' => 'rtl' ], + 'fi' => [ 'name' => 'Finnish', 'nativeName' => 'Suomi' ], + 'fj-FJ' => [ 'name' => 'Fijian', 'nativeName' => 'Vosa vaka-Viti' ], + 'fr' => [ 'name' => 'French', 'nativeName' => 'Français' ], + 'fr-CA' => [ 'name' => 'French (Canada)', 'nativeName' => 'Français (Canada)' ], + 'fr-FR' => [ 'name' => 'French (France)', 'nativeName' => 'Français (France)' ], + 'fur' => [ 'name' => 'Friulian', 'nativeName' => 'Furlan' ], + 'fur-IT' => [ 'name' => 'Friulian', 'nativeName' => 'Furlan' ], + 'fy' => [ 'name' => 'Frisian', 'nativeName' => 'Frysk' ], + 'fy-NL' => [ 'name' => 'Frisian', 'nativeName' => 'Frysk' ], + 'ga' => [ 'name' => 'Irish', 'nativeName' => 'Gaeilge' ], + 'ga-IE' => [ 'name' => 'Irish (Ireland)', 'nativeName' => 'Gaeilge (Éire)' ], + 'gd' => [ 'name' => 'Gaelic (Scotland)', 'nativeName' => 'Gàidhlig' ], + 'gl' => [ 'name' => 'Galician', 'nativeName' => 'Galego' ], + 'gu' => [ 'name' => 'Gujarati', 'nativeName' => 'ગુજરાતી' ], + 'gu-IN' => [ 'name' => 'Gujarati', 'nativeName' => 'ગુજરાતી' ], + 'he' => [ 'name' => 'Hebrew', 'nativeName' => 'עברית', 'orientation' => 'rtl' ], + 'hi' => [ 'name' => 'Hindi', 'nativeName' => 'हिन्दी' ], + 'hi-IN' => [ 'name' => 'Hindi (India)', 'nativeName' => 'हिन्दी (भारत)' ], + 'hr' => [ 'name' => 'Croatian', 'nativeName' => 'Hrvatski' ], + 'hsb' => [ 'name' => 'Upper Sorbian', 'nativeName' => 'Hornjoserbsce' ], + 'hu' => [ 'name' => 'Hungarian', 'nativeName' => 'Magyar' ], + 'hy' => [ 'name' => 'Armenian', 'nativeName' => 'Հայերեն' ], + 'hy-AM' => [ 'name' => 'Armenian', 'nativeName' => 'Հայերեն' ], + 'id' => [ 'name' => 'Indonesian', 'nativeName' => 'Bahasa Indonesia' ], + 'is' => [ 'name' => 'Icelandic', 'nativeName' => 'íslenska' ], + 'it' => [ 'name' => 'Italian', 'nativeName' => 'Italiano' ], + 'ja' => [ 'name' => 'Japanese', 'nativeName' => '日本語' ], + 'ja-JP' => [ 'name' => 'Japanese', 'nativeName' => '日本語' ], // not iso-639-1 + 'ka' => [ 'name' => 'Georgian', 'nativeName' => 'ქართული' ], + 'kk' => [ 'name' => 'Kazakh', 'nativeName' => 'Қазақ' ], + 'km' => [ 'name' => 'Khmer', 'nativeName' => 'Khmer' ], + 'kn' => [ 'name' => 'Kannada', 'nativeName' => 'ಕನ್ನಡ' ], + 'ko' => [ 'name' => 'Korean', 'nativeName' => '한국어' ], + 'ku' => [ 'name' => 'Kurdish', 'nativeName' => 'Kurdî' ], + 'la' => [ 'name' => 'Latin', 'nativeName' => 'Latina' ], + 'lb' => [ 'name' => 'Luxembourgish', 'nativeName' => 'Lëtzebuergesch' ], + 'lg' => [ 'name' => 'Luganda', 'nativeName' => 'Luganda' ], + 'lo' => [ 'name' => 'Lao', 'nativeName' => 'Lao' ], + 'lt' => [ 'name' => 'Lithuanian', 'nativeName' => 'Lietuvių' ], + 'lv' => [ 'name' => 'Latvian', 'nativeName' => 'Latviešu' ], + 'mai' => [ 'name' => 'Maithili', 'nativeName' => 'मैथिली মৈথিলী' ], + 'mg' => [ 'name' => 'Malagasy', 'nativeName' => 'Malagasy' ], + 'mi' => [ 'name' => 'Maori (Aotearoa)', 'nativeName' => 'Māori (Aotearoa)' ], + 'mk' => [ 'name' => 'Macedonian', 'nativeName' => 'Македонски' ], + 'ml' => [ 'name' => 'Malayalam', 'nativeName' => 'മലയാളം' ], + 'mn' => [ 'name' => 'Mongolian', 'nativeName' => 'Монгол' ], + 'mr' => [ 'name' => 'Marathi', 'nativeName' => 'मराठी' ], + 'my' => [ 'name' => 'Myanmar (Burmese)', 'nativeName' => 'ဗမာी' ], + 'no' => [ 'name' => 'Norwegian', 'nativeName' => 'Norsk' ], + 'nb' => [ 'name' => 'Norwegian', 'nativeName' => 'Norsk' ], + 'nb-NO' => [ 'name' => 'Norwegian (Bokmål)', 'nativeName' => 'Norsk bokmål' ], + 'ne-NP' => [ 'name' => 'Nepali', 'nativeName' => 'नेपाली' ], + 'nn-NO' => [ 'name' => 'Norwegian (Nynorsk)', 'nativeName' => 'Norsk nynorsk' ], + 'nl' => [ 'name' => 'Dutch', 'nativeName' => 'Nederlands' ], + 'nr' => [ 'name' => 'Ndebele, South', 'nativeName' => 'IsiNdebele' ], + 'nso' => [ 'name' => 'Northern Sotho', 'nativeName' => 'Sepedi' ], + 'oc' => [ 'name' => 'Occitan (Lengadocian)', 'nativeName' => 'Occitan (lengadocian)' ], + 'or' => [ 'name' => 'Oriya', 'nativeName' => 'ଓଡ଼ିଆ' ], + 'pa' => [ 'name' => 'Punjabi', 'nativeName' => 'ਪੰਜਾਬੀ' ], + 'pa-IN' => [ 'name' => 'Punjabi', 'nativeName' => 'ਪੰਜਾਬੀ' ], + 'pl' => [ 'name' => 'Polish', 'nativeName' => 'Polski' ], + 'pt' => [ 'name' => 'Portuguese', 'nativeName' => 'Português' ], + 'pt-BR' => [ 'name' => 'Portuguese (Brazilian)', 'nativeName' => 'Português (do Brasil)' ], + 'pt-PT' => [ 'name' => 'Portuguese (Portugal)', 'nativeName' => 'Português (Europeu)' ], + 'ro' => [ 'name' => 'Romanian', 'nativeName' => 'Română' ], + 'rm' => [ 'name' => 'Romansh', 'nativeName' => 'Rumantsch' ], + 'ru' => [ 'name' => 'Russian', 'nativeName' => 'Русский' ], + 'rw' => [ 'name' => 'Kinyarwanda', 'nativeName' => 'Ikinyarwanda' ], + 'si' => [ 'name' => 'Sinhala', 'nativeName' => 'සිංහල' ], + 'sk' => [ 'name' => 'Slovak', 'nativeName' => 'Slovenčina' ], + 'sl' => [ 'name' => 'Slovenian', 'nativeName' => 'Slovensko' ], + 'son' => [ 'name' => 'Songhai', 'nativeName' => 'Soŋay' ], + 'sq' => [ 'name' => 'Albanian', 'nativeName' => 'Shqip' ], + 'sr' => [ 'name' => 'Serbian', 'nativeName' => 'Српски' ], + 'sr-Latn' => [ 'name' => 'Serbian', 'nativeName' => 'Srpski' ], // follows RFC 4646 + 'ss' => [ 'name' => 'Siswati', 'nativeName' => 'siSwati' ], + 'st' => [ 'name' => 'Southern Sotho', 'nativeName' => 'Sesotho' ], + 'sv' => [ 'name' => 'Swedish', 'nativeName' => 'Svenska' ], + 'sv-SE' => [ 'name' => 'Swedish', 'nativeName' => 'Svenska' ], + 'sw' => [ 'name' => 'Swahili', 'nativeName' => 'Swahili' ], + 'ta' => [ 'name' => 'Tamil', 'nativeName' => 'தமிழ்' ], + 'ta-IN' => [ 'name' => 'Tamil (India)', 'nativeName' => 'தமிழ் (இந்தியா)' ], + 'ta-LK' => [ 'name' => 'Tamil (Sri Lanka)', 'nativeName' => 'தமிழ் (இலங்கை)' ], + 'te' => [ 'name' => 'Telugu', 'nativeName' => 'తెలుగు' ], + 'th' => [ 'name' => 'Thai', 'nativeName' => 'ไทย' ], + 'tlh' => [ 'name' => 'Klingon', 'nativeName' => 'Klingon' ], + 'tn' => [ 'name' => 'Tswana', 'nativeName' => 'Setswana' ], + 'tr' => [ 'name' => 'Turkish', 'nativeName' => 'Türkçe' ], + 'ts' => [ 'name' => 'Tsonga', 'nativeName' => 'Xitsonga' ], + 'tt' => [ 'name' => 'Tatar', 'nativeName' => 'Tatarça' ], + 'tt-RU' => [ 'name' => 'Tatar', 'nativeName' => 'Tatarça' ], + 'uk' => [ 'name' => 'Ukrainian', 'nativeName' => 'Українська' ], + 'ur' => [ 'name' => 'Urdu', 'nativeName' => 'اُردو', 'orientation' => 'rtl' ], + 've' => [ 'name' => 'Venda', 'nativeName' => 'Tshivenḓa' ], + 'vi' => [ 'name' => 'Vietnamese', 'nativeName' => 'Tiếng Việt' ], + 'wo' => [ 'name' => 'Wolof', 'nativeName' => 'Wolof' ], + 'xh' => [ 'name' => 'Xhosa', 'nativeName' => 'isiXhosa' ], + 'yi' => [ 'name' => 'Yiddish', 'nativeName' => 'ייִדיש', 'orientation' => 'rtl' ], + 'ydd' => [ 'name' => 'Yiddish', 'nativeName' => 'ייִדיש', 'orientation' => 'rtl' ], + 'zh' => [ 'name' => 'Chinese (Simplified)', 'nativeName' => '中文 (简体)' ], + 'zh-CN' => [ 'name' => 'Chinese (Simplified)', 'nativeName' => '中文 (简体)' ], + 'zh-TW' => [ 'name' => 'Chinese (Traditional)', 'nativeName' => '正體中文 (繁體)' ], + 'zu' => [ 'name' => 'Zulu', 'nativeName' => 'isiZulu' ] + ]; + + /** + * @param string $code + * @return string|false + */ + public static function getName($code) + { + return static::get($code, 'name'); + } + + /** + * @param string $code + * @return string|false + */ + public static function getNativeName($code) + { + if (isset(static::$codes[$code])) { + return static::get($code, 'nativeName'); + } + + if (preg_match('/[a-zA-Z]{2}-[a-zA-Z]{2}/', $code)) { + return static::get(substr($code, 0, 2), 'nativeName') . ' (' . substr($code, -2) . ')'; + } + + return $code; + } + + /** + * @param string $code + * @return string + */ + public static function getOrientation($code) + { + return static::$codes[$code]['orientation'] ?? 'ltr'; + } + + /** + * @param string $code + * @return bool + */ + public static function isRtl($code) + { + return static::getOrientation($code) === 'rtl'; + } + + /** + * @param array $keys + * @return array + */ + public static function getNames(array $keys) + { + $results = []; + foreach ($keys as $key) { + if (isset(static::$codes[$key])) { + $results[$key] = static::$codes[$key]; + } + } + return $results; + } + + /** + * @param string $code + * @param string $type + * @return string|false + */ + public static function get($code, $type) + { + return static::$codes[$code][$type] ?? false; + } + + /** + * @param bool $native + * @return array + */ + public static function getList($native = true) + { + $list = []; + foreach (static::$codes as $key => $names) { + $list[$key] = $native ? $names['nativeName'] : $names['name']; + } + + return $list; + } +} diff --git a/system/src/Grav/Common/Markdown/Parsedown.php b/system/src/Grav/Common/Markdown/Parsedown.php new file mode 100644 index 0000000..bd2ab90 --- /dev/null +++ b/system/src/Grav/Common/Markdown/Parsedown.php @@ -0,0 +1,43 @@ + $defaults]; + } + $excerpts = new Excerpts($excerpts, $defaults); + user_error(__CLASS__ . '::' . __FUNCTION__ . '($page, $defaults) is deprecated since Grav 1.6.10, use new ' . __CLASS__ . '(new ' . Excerpts::class . '($page, [\'markdown\' => $defaults])) instead.', E_USER_DEPRECATED); + } + + $this->init($excerpts, $defaults); + } +} diff --git a/system/src/Grav/Common/Markdown/ParsedownExtra.php b/system/src/Grav/Common/Markdown/ParsedownExtra.php new file mode 100644 index 0000000..3ec8080 --- /dev/null +++ b/system/src/Grav/Common/Markdown/ParsedownExtra.php @@ -0,0 +1,46 @@ + $defaults]; + } + $excerpts = new Excerpts($excerpts, $defaults); + user_error(__CLASS__ . '::' . __FUNCTION__ . '($page, $defaults) is deprecated since Grav 1.6.10, use new ' . __CLASS__ . '(new ' . Excerpts::class . '($page, [\'markdown\' => $defaults])) instead.', E_USER_DEPRECATED); + } + + parent::__construct(); + + $this->init($excerpts, $defaults); + } +} diff --git a/system/src/Grav/Common/Markdown/ParsedownGravTrait.php b/system/src/Grav/Common/Markdown/ParsedownGravTrait.php new file mode 100644 index 0000000..3a6ceb4 --- /dev/null +++ b/system/src/Grav/Common/Markdown/ParsedownGravTrait.php @@ -0,0 +1,319 @@ + $defaults]; + } + $this->excerpts = new Excerpts($excerpts, $defaults); + user_error(__CLASS__ . '::' . __FUNCTION__ . '($page, $defaults) is deprecated since Grav 1.6.10, use ->init(new ' . Excerpts::class . '($page, [\'markdown\' => $defaults])) instead.', E_USER_DEPRECATED); + } else { + $this->excerpts = $excerpts; + } + + $this->BlockTypes['{'][] = 'TwigTag'; + $this->special_chars = ['>' => 'gt', '<' => 'lt', '"' => 'quot']; + + $defaults = $this->excerpts->getConfig(); + + if (isset($defaults['markdown']['auto_line_breaks'])) { + $this->setBreaksEnabled($defaults['markdown']['auto_line_breaks']); + } + if (isset($defaults['markdown']['auto_url_links'])) { + $this->setUrlsLinked($defaults['markdown']['auto_url_links']); + } + if (isset($defaults['markdown']['escape_markup'])) { + $this->setMarkupEscaped($defaults['markdown']['escape_markup']); + } + if (isset($defaults['markdown']['special_chars'])) { + $this->setSpecialChars($defaults['markdown']['special_chars']); + } + + $this->excerpts->fireInitializedEvent($this); + } + + /** + * @return Excerpts + */ + public function getExcerpts() + { + return $this->excerpts; + } + + /** + * Be able to define a new Block type or override an existing one + * + * @param string $type + * @param string $tag + * @param bool $continuable + * @param bool $completable + * @param int|null $index + * @return void + */ + public function addBlockType($type, $tag, $continuable = false, $completable = false, $index = null) + { + $block = &$this->unmarkedBlockTypes; + if ($type) { + if (!isset($this->BlockTypes[$type])) { + $this->BlockTypes[$type] = []; + } + $block = &$this->BlockTypes[$type]; + } + + if (null === $index) { + $block[] = $tag; + } else { + array_splice($block, $index, 0, [$tag]); + } + + if ($continuable) { + $this->continuable_blocks[] = $tag; + } + if ($completable) { + $this->completable_blocks[] = $tag; + } + } + + /** + * Be able to define a new Inline type or override an existing one + * + * @param string $type + * @param string $tag + * @param int|null $index + * @return void + */ + public function addInlineType($type, $tag, $index = null) + { + if (null === $index || !isset($this->InlineTypes[$type])) { + $this->InlineTypes[$type] [] = $tag; + } else { + array_splice($this->InlineTypes[$type], $index, 0, [$tag]); + } + + if (strpos($this->inlineMarkerList, $type) === false) { + $this->inlineMarkerList .= $type; + } + } + + /** + * Overrides the default behavior to allow for plugin-provided blocks to be continuable + * + * @param string $Type + * @return bool + */ + protected function isBlockContinuable($Type) + { + $continuable = in_array($Type, $this->continuable_blocks, true) + || method_exists($this, 'block' . $Type . 'Continue'); + + return $continuable; + } + + /** + * Overrides the default behavior to allow for plugin-provided blocks to be completable + * + * @param string $Type + * @return bool + */ + protected function isBlockCompletable($Type) + { + $completable = in_array($Type, $this->completable_blocks, true) + || method_exists($this, 'block' . $Type . 'Complete'); + + return $completable; + } + + + /** + * Make the element function publicly accessible, Medium uses this to render from Twig + * + * @param array $Element + * @return string markup + */ + public function elementToHtml(array $Element) + { + return $this->element($Element); + } + + /** + * Setter for special chars + * + * @param array $special_chars + * @return $this + */ + public function setSpecialChars($special_chars) + { + $this->special_chars = $special_chars; + + return $this; + } + + /** + * Ensure Twig tags are treated as block level items with no

tags + * + * @param array $line + * @return array|null + */ + protected function blockTwigTag($line) + { + if (preg_match('/(?:{{|{%|{#)(.*)(?:}}|%}|#})/', $line['body'], $matches)) { + return ['markup' => $line['body']]; + } + + return null; + } + + /** + * @param array $excerpt + * @return array|null + */ + protected function inlineSpecialCharacter($excerpt) + { + if ($excerpt['text'][0] === '&' && !preg_match('/^&#?\w+;/', $excerpt['text'])) { + return [ + 'markup' => '&', + 'extent' => 1, + ]; + } + + if (isset($this->special_chars[$excerpt['text'][0]])) { + return [ + 'markup' => '&' . $this->special_chars[$excerpt['text'][0]] . ';', + 'extent' => 1, + ]; + } + + return null; + } + + /** + * @param array $excerpt + * @return array + */ + protected function inlineImage($excerpt) + { + if (preg_match($this->twig_link_regex, $excerpt['text'], $matches)) { + $excerpt['text'] = str_replace($matches[1], '/', $excerpt['text']); + $excerpt = parent::inlineImage($excerpt); + $excerpt['element']['attributes']['src'] = $matches[1]; + $excerpt['extent'] = $excerpt['extent'] + strlen($matches[1]) - 1; + + return $excerpt; + } + + $excerpt['type'] = 'image'; + $excerpt = parent::inlineImage($excerpt); + + // if this is an image process it + if (isset($excerpt['element']['attributes']['src'])) { + $excerpt = $this->excerpts->processImageExcerpt($excerpt); + } + + return $excerpt; + } + + /** + * @param array $excerpt + * @return array + */ + protected function inlineLink($excerpt) + { + $type = $excerpt['type'] ?? 'link'; + + // do some trickery to get around Parsedown requirement for valid URL if its Twig in there + if (preg_match($this->twig_link_regex, $excerpt['text'], $matches)) { + $excerpt['text'] = str_replace($matches[1], '/', $excerpt['text']); + $excerpt = parent::inlineLink($excerpt); + $excerpt['element']['attributes']['href'] = $matches[1]; + $excerpt['extent'] = $excerpt['extent'] + strlen($matches[1]) - 1; + + return $excerpt; + } + + $excerpt = parent::inlineLink($excerpt); + + // if this is a link + if (isset($excerpt['element']['attributes']['href'])) { + $excerpt = $this->excerpts->processLinkExcerpt($excerpt, $type); + } + + return $excerpt; + } + + /** + * For extending this class via plugins + * + * @param string $method + * @param array $args + * @return mixed|null + */ + #[\ReturnTypeWillChange] + public function __call($method, $args) + { + + if (isset($this->plugins[$method]) === true) { + $func = $this->plugins[$method]; + + return call_user_func_array($func, $args); + } elseif (isset($this->{$method}) === true) { + $func = $this->{$method}; + + return call_user_func_array($func, $args); + } + + return null; + } + + public function __set($name, $value) + { + if (is_callable($value)) { + $this->plugins[$name] = $value; + } + + } + + +} diff --git a/system/src/Grav/Common/Media/Interfaces/AudioMediaInterface.php b/system/src/Grav/Common/Media/Interfaces/AudioMediaInterface.php new file mode 100644 index 0000000..0a68615 --- /dev/null +++ b/system/src/Grav/Common/Media/Interfaces/AudioMediaInterface.php @@ -0,0 +1,25 @@ +set('this.is.my.nested.variable', $value); + * + * @param string $name Dot separated path to the requested value. + * @param mixed $value New value. + * @param string|null $separator Separator, defaults to '.' + * @return $this + */ + public function set($name, $value, $separator = null); +} diff --git a/system/src/Grav/Common/Media/Interfaces/MediaPlayerInterface.php b/system/src/Grav/Common/Media/Interfaces/MediaPlayerInterface.php new file mode 100644 index 0000000..1f14080 --- /dev/null +++ b/system/src/Grav/Common/Media/Interfaces/MediaPlayerInterface.php @@ -0,0 +1,56 @@ + 'user://pages/media']; // Settings from the form field. + * $filename = $media->checkUploadedFile($uploadedFile, $filename, $settings); + * $media->copyUploadedFile($uploadedFile, $filename); + + * @param UploadedFileInterface $uploadedFile + * @param string|null $filename + * @param array|null $settings + * @return string + * @throws RuntimeException + */ + public function checkUploadedFile(UploadedFileInterface $uploadedFile, string $filename = null, array $settings = null): string; + + /** + * Copy uploaded file to the media collection. + * + * WARNING: Always check uploaded file before copying it! + * + * @example + * $filename = null; // Override filename if needed (ignored if randomizing filenames). + * $settings = ['destination' => 'user://pages/media']; // Settings from the form field. + * $filename = $media->checkUploadedFile($uploadedFile, $filename, $settings); + * $media->copyUploadedFile($uploadedFile, $filename); + * + * @param UploadedFileInterface $uploadedFile + * @param string $filename + * @param array|null $settings + * @return void + * @throws RuntimeException + */ + public function copyUploadedFile(UploadedFileInterface $uploadedFile, string $filename, array $settings = null): void; + + /** + * Delete real file from the media collection. + * + * @param string $filename + * @param array|null $settings + * @return void + */ + public function deleteFile(string $filename, array $settings = null): void; + + /** + * Rename file inside the media collection. + * + * @param string $from + * @param string $to + * @param array|null $settings + */ + public function renameFile(string $from, string $to, array $settings = null): void; +} diff --git a/system/src/Grav/Common/Media/Interfaces/VideoMediaInterface.php b/system/src/Grav/Common/Media/Interfaces/VideoMediaInterface.php new file mode 100644 index 0000000..03df0e0 --- /dev/null +++ b/system/src/Grav/Common/Media/Interfaces/VideoMediaInterface.php @@ -0,0 +1,32 @@ +attributes['controlsList'] = $controlsList; + + return $this; + } + + /** + * Parsedown element for source display mode + * + * @param array $attributes + * @param bool $reset + * @return array + */ + protected function sourceParsedownElement(array $attributes, $reset = true) + { + $location = $this->url($reset); + + return [ + 'name' => 'audio', + 'rawHtml' => 'Your browser does not support the audio tag.', + 'attributes' => $attributes + ]; + } +} diff --git a/system/src/Grav/Common/Media/Traits/ImageDecodingTrait.php b/system/src/Grav/Common/Media/Traits/ImageDecodingTrait.php new file mode 100644 index 0000000..7ea01e9 --- /dev/null +++ b/system/src/Grav/Common/Media/Traits/ImageDecodingTrait.php @@ -0,0 +1,40 @@ +get('system.images.defaults.decoding', 'auto'); + } + + // Validate the provided value (similar to loading) + if ($value !== null && $value !== 'auto') { + $this->attributes['decoding'] = $value; + } + + return $this; + } + +} \ No newline at end of file diff --git a/system/src/Grav/Common/Media/Traits/ImageFetchPriorityTrait.php b/system/src/Grav/Common/Media/Traits/ImageFetchPriorityTrait.php new file mode 100644 index 0000000..af20a97 --- /dev/null +++ b/system/src/Grav/Common/Media/Traits/ImageFetchPriorityTrait.php @@ -0,0 +1,40 @@ +get('system.images.defaults.fetchpriority', 'auto'); + } + + // Validate the provided value (similar to loading and decoding attributes) + if ($value !== null && $value !== 'auto') { + $this->attributes['fetchpriority'] = $value; + } + + return $this; + } + +} \ No newline at end of file diff --git a/system/src/Grav/Common/Media/Traits/ImageLoadingTrait.php b/system/src/Grav/Common/Media/Traits/ImageLoadingTrait.php new file mode 100644 index 0000000..ffcbd5f --- /dev/null +++ b/system/src/Grav/Common/Media/Traits/ImageLoadingTrait.php @@ -0,0 +1,37 @@ +get('system.images.defaults.loading', 'auto'); + } + if ($value && $value !== 'auto') { + $this->attributes['loading'] = $value; + } + + return $this; + } +} diff --git a/system/src/Grav/Common/Media/Traits/ImageMediaTrait.php b/system/src/Grav/Common/Media/Traits/ImageMediaTrait.php new file mode 100644 index 0000000..83b2d26 --- /dev/null +++ b/system/src/Grav/Common/Media/Traits/ImageMediaTrait.php @@ -0,0 +1,428 @@ + [0, 1], + 'forceResize' => [0, 1], + 'cropResize' => [0, 1], + 'crop' => [0, 1, 2, 3], + 'zoomCrop' => [0, 1] + ]; + + /** @var string */ + protected $sizes = '100vw'; + + + /** + * Allows the ability to override the image's pretty name stored in cache + * + * @param string $name + */ + public function setImagePrettyName($name) + { + $this->set('prettyname', $name); + if ($this->image) { + $this->image->setPrettyName($name); + } + } + + /** + * @return string + */ + public function getImagePrettyName() + { + if ($this->get('prettyname')) { + return $this->get('prettyname'); + } + + $basename = $this->get('basename'); + if (preg_match('/[a-z0-9]{40}-(.*)/', $basename, $matches)) { + $basename = $matches[1]; + } + return $basename; + } + + /** + * Simply processes with no extra methods. Useful for triggering events. + * + * @return $this + */ + public function cache() + { + if (!$this->image) { + $this->image(); + } + + return $this; + } + + /** + * Generate alternative image widths, using either an array of integers, or + * a min width, a max width, and a step parameter to fill out the necessary + * widths. Existing image alternatives won't be overwritten. + * + * @param int|int[] $min_width + * @param int $max_width + * @param int $step + * @return $this + */ + public function derivatives($min_width, $max_width = 2500, $step = 200) + { + if (!empty($this->alternatives)) { + $max = max(array_keys($this->alternatives)); + $base = $this->alternatives[$max]; + } else { + $base = $this; + } + + $widths = []; + + if (func_num_args() === 1) { + foreach ((array) func_get_arg(0) as $width) { + if ($width < $base->get('width')) { + $widths[] = $width; + } + } + } else { + $max_width = min($max_width, $base->get('width')); + + for ($width = $min_width; $width < $max_width; $width += $step) { + $widths[] = $width; + } + } + + foreach ($widths as $width) { + // Only generate image alternatives that don't already exist + if (array_key_exists((int) $width, $this->alternatives)) { + continue; + } + + $derivative = MediumFactory::fromFile($base->get('filepath')); + + // It's possible that MediumFactory::fromFile returns null if the + // original image file no longer exists and this class instance was + // retrieved from the page cache + if (null !== $derivative) { + $index = 2; + $alt_widths = array_keys($this->alternatives); + sort($alt_widths); + + foreach ($alt_widths as $i => $key) { + if ($width > $key) { + $index += max($i, 1); + } + } + + $basename = preg_replace('/(@\d+x)?$/', "@{$width}w", $base->get('basename'), 1); + $derivative->setImagePrettyName($basename); + + $ratio = $base->get('width') / $width; + $height = $derivative->get('height') / $ratio; + + $derivative->resize($width, $height); + $derivative->set('width', $width); + $derivative->set('height', $height); + + $this->addAlternative($ratio, $derivative); + } + } + + return $this; + } + + /** + * Clear out the alternatives. + */ + public function clearAlternatives() + { + $this->alternatives = []; + } + + /** + * Sets or gets the quality of the image + * + * @param int|null $quality 0-100 quality + * @return int|$this + */ + public function quality($quality = null) + { + if ($quality) { + if (!$this->image) { + $this->image(); + } + + $this->quality = $quality; + + return $this; + } + + return $this->quality; + } + + /** + * Sets image output format. + * + * @param string $format + * @return $this + */ + public function format($format) + { + if (!$this->image) { + $this->image(); + } + + $this->format = $format; + + return $this; + } + + /** + * Set or get sizes parameter for srcset media action + * + * @param string|null $sizes + * @return string + */ + public function sizes($sizes = null) + { + if ($sizes) { + $this->sizes = $sizes; + + return $this; + } + + return empty($this->sizes) ? '100vw' : $this->sizes; + } + + /** + * Allows to set the width attribute from Markdown or Twig + * Examples: ![Example](myimg.png?width=200&height=400) + * ![Example](myimg.png?resize=100,200&width=100&height=200) + * ![Example](myimg.png?width=auto&height=auto) + * ![Example](myimg.png?width&height) + * {{ page.media['myimg.png'].width().height().html }} + * {{ page.media['myimg.png'].resize(100,200).width(100).height(200).html }} + * + * @param string|int $value A value or 'auto' or empty to use the width of the image + * @return $this + */ + public function width($value = 'auto') + { + if (!$value || $value === 'auto') { + $this->attributes['width'] = $this->get('width'); + } else { + $this->attributes['width'] = $value; + } + + return $this; + } + + /** + * Allows to set the height attribute from Markdown or Twig + * Examples: ![Example](myimg.png?width=200&height=400) + * ![Example](myimg.png?resize=100,200&width=100&height=200) + * ![Example](myimg.png?width=auto&height=auto) + * ![Example](myimg.png?width&height) + * {{ page.media['myimg.png'].width().height().html }} + * {{ page.media['myimg.png'].resize(100,200).width(100).height(200).html }} + * + * @param string|int $value A value or 'auto' or empty to use the height of the image + * @return $this + */ + public function height($value = 'auto') + { + if (!$value || $value === 'auto') { + $this->attributes['height'] = $this->get('height'); + } else { + $this->attributes['height'] = $value; + } + + return $this; + } + + /** + * Filter image by using user defined filter parameters. + * + * @param string $filter Filter to be used. + * @return $this + */ + public function filter($filter = 'image.filters.default') + { + $filters = (array) $this->get($filter, []); + foreach ($filters as $params) { + $params = (array) $params; + $method = array_shift($params); + $this->__call($method, $params); + } + + return $this; + } + + /** + * Return the image higher quality version + * + * @return ImageMediaInterface|$this the alternative version with higher quality + */ + public function higherQualityAlternative() + { + if ($this->alternatives) { + /** @var ImageMedium $max */ + $max = reset($this->alternatives); + /** @var ImageMedium $alternative */ + foreach ($this->alternatives as $alternative) { + if ($alternative->quality() > $max->quality()) { + $max = $alternative; + } + } + + return $max; + } + + return $this; + } + + /** + * Gets medium image, resets image manipulation operations. + * + * @return $this + */ + protected function image() + { + $locator = Grav::instance()['locator']; + + // Use existing cache folder or if it doesn't exist, create it. + $cacheDir = $locator->findResource('cache://images', true) ?: $locator->findResource('cache://images', true, true); + + // Make sure we free previous image. + unset($this->image); + + /** @var MediaCollectionInterface $media */ + $media = $this->get('media'); + if ($media && method_exists($media, 'getImageFileObject')) { + $this->image = $media->getImageFileObject($this); + } else { + $this->image = ImageFile::open($this->get('filepath')); + } + + $this->image + ->setCacheDir($cacheDir) + ->setActualCacheDir($cacheDir) + ->setPrettyName($this->getImagePrettyName()); + + // Fix orientation if enabled + $config = Grav::instance()['config']; + if ($config->get('system.images.auto_fix_orientation', false) && + extension_loaded('exif') && function_exists('exif_read_data')) { + $this->image->fixOrientation(); + } + + // Set CLS configuration + $this->auto_sizes = $config->get('system.images.cls.auto_sizes', false); + $this->aspect_ratio = $config->get('system.images.cls.aspect_ratio', false); + $this->retina_scale = $config->get('system.images.cls.retina_scale', 1); + + $this->watermark = $config->get('system.images.watermark.watermark_all', false); + + return $this; + } + + /** + * Save the image with cache. + * + * @return string + */ + protected function saveImage() + { + if (!$this->image) { + return parent::path(false); + } + + $this->filter(); + + if (isset($this->result)) { + return $this->result; + } + + if ($this->format === 'guess') { + $extension = strtolower($this->get('extension')); + $this->format($extension); + } + + if (!$this->debug_watermarked && $this->get('debug')) { + $ratio = $this->get('ratio'); + if (!$ratio) { + $ratio = 1; + } + + $locator = Grav::instance()['locator']; + $overlay = $locator->findResource("system://assets/responsive-overlays/{$ratio}x.png") ?: $locator->findResource('system://assets/responsive-overlays/unknown.png'); + $this->image->merge(ImageFile::open($overlay)); + } + + if ($this->watermark) { + $this->watermark(); + } + + return $this->image->cacheFile($this->format, $this->quality, false, [$this->get('width'), $this->get('height'), $this->get('modified')]); + } +} diff --git a/system/src/Grav/Common/Media/Traits/MediaFileTrait.php b/system/src/Grav/Common/Media/Traits/MediaFileTrait.php new file mode 100644 index 0000000..9e3f870 --- /dev/null +++ b/system/src/Grav/Common/Media/Traits/MediaFileTrait.php @@ -0,0 +1,139 @@ +path(false); + + return file_exists($path); + } + + /** + * Get file modification time for the medium. + * + * @return int|null + */ + public function modified() + { + $path = $this->path(false); + if (!file_exists($path)) { + return null; + } + + return filemtime($path) ?: null; + } + + /** + * Get size of the medium. + * + * @return int + */ + public function size() + { + $path = $this->path(false); + if (!file_exists($path)) { + return 0; + } + + return filesize($path) ?: 0; + } + + /** + * Return PATH to file. + * + * @param bool $reset + * @return string path to file + */ + public function path($reset = true) + { + if ($reset) { + $this->reset(); + } + + return $this->get('url') ?? $this->get('filepath'); + } + + /** + * Return the relative path to file + * + * @param bool $reset + * @return string + */ + public function relativePath($reset = true) + { + if ($reset) { + $this->reset(); + } + + $path = $this->path(false); + $output = preg_replace('|^' . preg_quote(GRAV_ROOT, '|') . '|', '', $path) ?: $path; + + /** @var UniformResourceLocator $locator */ + $locator = $this->getGrav()['locator']; + if ($locator->isStream($output)) { + $output = (string)($locator->findResource($output, false) ?: $locator->findResource($output, false, true)); + } + + return $output; + } + + /** + * Return URL to file. + * + * @param bool $reset + * @return string + */ + public function url($reset = true) + { + $url = $this->get('url'); + if ($url) { + return $url; + } + + $path = $this->relativePath($reset); + + return trim($this->getGrav()['base_url'] . '/' . $this->urlQuerystring($path), '\\'); + } + + /** + * Get the URL with full querystring + * + * @param string $url + * @return string + */ + abstract public function urlQuerystring($url); + + /** + * Reset medium. + * + * @return $this + */ + abstract public function reset(); + + /** + * @return Grav + */ + abstract protected function getGrav(): Grav; +} diff --git a/system/src/Grav/Common/Media/Traits/MediaObjectTrait.php b/system/src/Grav/Common/Media/Traits/MediaObjectTrait.php new file mode 100644 index 0000000..f872dd1 --- /dev/null +++ b/system/src/Grav/Common/Media/Traits/MediaObjectTrait.php @@ -0,0 +1,630 @@ +getItems()); + } + + /** + * Set querystring to file modification timestamp (or value provided as a parameter). + * + * @param string|int|null $timestamp + * @return $this + */ + public function setTimestamp($timestamp = null) + { + if (null !== $timestamp) { + $this->timestamp = (string)($timestamp); + } elseif ($this instanceof MediaFileInterface) { + $this->timestamp = (string)$this->modified(); + } else { + $this->timestamp = ''; + } + + return $this; + } + + /** + * Returns an array containing just the metadata + * + * @return array + */ + public function metadata() + { + return $this->metadata; + } + + /** + * Add meta file for the medium. + * + * @param string $filepath + */ + abstract public function addMetaFile($filepath); + + /** + * Add alternative Medium to this Medium. + * + * @param int|float $ratio + * @param MediaObjectInterface $alternative + */ + public function addAlternative($ratio, MediaObjectInterface $alternative) + { + if (!is_numeric($ratio) || $ratio === 0) { + return; + } + + $alternative->set('ratio', $ratio); + $width = $alternative->get('width', 0); + + $this->alternatives[$width] = $alternative; + } + + /** + * @param bool $withDerived + * @return array + */ + public function getAlternatives(bool $withDerived = true): array + { + $alternatives = []; + foreach ($this->alternatives + [$this->get('width', 0) => $this] as $size => $alternative) { + if ($withDerived || $alternative->filename === Utils::basename($alternative->filepath)) { + $alternatives[$size] = $alternative; + } + } + + ksort($alternatives, SORT_NUMERIC); + + return $alternatives; + } + + /** + * Return string representation of the object (html). + * + * @return string + */ + #[\ReturnTypeWillChange] + abstract public function __toString(); + + /** + * Get/set querystring for the file's url + * + * @param string|null $querystring + * @param bool $withQuestionmark + * @return string + */ + public function querystring($querystring = null, $withQuestionmark = true) + { + if (null !== $querystring) { + $this->medium_querystring[] = ltrim($querystring, '?&'); + foreach ($this->alternatives as $alt) { + $alt->querystring($querystring, $withQuestionmark); + } + } + + if (empty($this->medium_querystring)) { + return ''; + } + + // join the strings + $querystring = implode('&', $this->medium_querystring); + // explode all strings + $query_parts = explode('&', $querystring); + // Join them again now ensure the elements are unique + $querystring = implode('&', array_unique($query_parts)); + + return $withQuestionmark ? ('?' . $querystring) : $querystring; + } + + /** + * Get the URL with full querystring + * + * @param string $url + * @return string + */ + public function urlQuerystring($url) + { + $querystring = $this->querystring(); + if (isset($this->timestamp) && !Utils::contains($querystring, $this->timestamp)) { + $querystring = empty($querystring) ? ('?' . $this->timestamp) : ($querystring . '&' . $this->timestamp); + } + + return ltrim($url . $querystring . $this->urlHash(), '/'); + } + + /** + * Get/set hash for the file's url + * + * @param string|null $hash + * @param bool $withHash + * @return string + */ + public function urlHash($hash = null, $withHash = true) + { + if ($hash) { + $this->set('urlHash', ltrim($hash, '#')); + } + + $hash = $this->get('urlHash', ''); + + return $withHash && !empty($hash) ? '#' . $hash : $hash; + } + + /** + * Get an element (is array) that can be rendered by the Parsedown engine + * + * @param string|null $title + * @param string|null $alt + * @param string|null $class + * @param string|null $id + * @param bool $reset + * @return array + */ + public function parsedownElement($title = null, $alt = null, $class = null, $id = null, $reset = true) + { + $attributes = $this->attributes; + $items = $this->getItems(); + + $style = ''; + foreach ($this->styleAttributes as $key => $value) { + if (is_numeric($key)) { // Special case for inline style attributes, refer to style() method + $style .= $value; + } else { + $style .= $key . ': ' . $value . ';'; + } + } + if ($style) { + $attributes['style'] = $style; + } + + if (empty($attributes['title'])) { + if (!empty($title)) { + $attributes['title'] = $title; + } elseif (!empty($items['title'])) { + $attributes['title'] = $items['title']; + } + } + + if (empty($attributes['alt'])) { + if (!empty($alt)) { + $attributes['alt'] = $alt; + } elseif (!empty($items['alt'])) { + $attributes['alt'] = $items['alt']; + } elseif (!empty($items['alt_text'])) { + $attributes['alt'] = $items['alt_text']; + } else { + $attributes['alt'] = ''; + } + } + + if (empty($attributes['class'])) { + if (!empty($class)) { + $attributes['class'] = $class; + } elseif (!empty($items['class'])) { + $attributes['class'] = $items['class']; + } + } + + if (empty($attributes['id'])) { + if (!empty($id)) { + $attributes['id'] = $id; + } elseif (!empty($items['id'])) { + $attributes['id'] = $items['id']; + } + } + + switch ($this->mode) { + case 'text': + $element = $this->textParsedownElement($attributes, false); + break; + case 'thumbnail': + $thumbnail = $this->getThumbnail(); + $element = $thumbnail ? $thumbnail->sourceParsedownElement($attributes, false) : []; + break; + case 'source': + $element = $this->sourceParsedownElement($attributes, false); + break; + default: + $element = []; + } + + if ($reset) { + $this->reset(); + } + + $this->display('source'); + + return $element; + } + + /** + * Reset medium. + * + * @return $this + */ + public function reset() + { + $this->attributes = []; + + return $this; + } + + /** + * Add custom attribute to medium. + * + * @param string $attribute + * @param string $value + * @return $this + */ + public function attribute($attribute = null, $value = '') + { + if (!empty($attribute)) { + $this->attributes[$attribute] = $value; + } + return $this; + } + + /** + * Switch display mode. + * + * @param string $mode + * + * @return MediaObjectInterface|null + */ + public function display($mode = 'source') + { + if ($this->mode === $mode) { + return $this; + } + + $this->mode = $mode; + if ($mode === 'thumbnail') { + $thumbnail = $this->getThumbnail(); + + return $thumbnail ? $thumbnail->reset() : null; + } + + return $this->reset(); + } + + /** + * Helper method to determine if this media item has a thumbnail or not + * + * @param string $type; + * @return bool + */ + public function thumbnailExists($type = 'page') + { + $thumbs = $this->get('thumbnails'); + + return isset($thumbs[$type]); + } + + /** + * Switch thumbnail. + * + * @param string $type + * @return $this + */ + public function thumbnail($type = 'auto') + { + if ($type !== 'auto' && !in_array($type, $this->thumbnailTypes, true)) { + return $this; + } + + if ($this->thumbnailType !== $type) { + $this->_thumbnail = null; + } + + $this->thumbnailType = $type; + + return $this; + } + + /** + * Return URL to file. + * + * @param bool $reset + * @return string + */ + abstract public function url($reset = true); + + /** + * Turn the current Medium into a Link + * + * @param bool $reset + * @param array $attributes + * @return MediaLinkInterface + */ + public function link($reset = true, array $attributes = []) + { + if ($this->mode !== 'source') { + $this->display('source'); + } + + foreach ($this->attributes as $key => $value) { + empty($attributes['data-' . $key]) && $attributes['data-' . $key] = $value; + } + + empty($attributes['href']) && $attributes['href'] = $this->url(); + + return $this->createLink($attributes); + } + + /** + * Turn the current Medium into a Link with lightbox enabled + * + * @param int|null $width + * @param int|null $height + * @param bool $reset + * @return MediaLinkInterface + */ + public function lightbox($width = null, $height = null, $reset = true) + { + $attributes = ['rel' => 'lightbox']; + + if ($width && $height) { + $attributes['data-width'] = $width; + $attributes['data-height'] = $height; + } + + return $this->link($reset, $attributes); + } + + /** + * Add a class to the element from Markdown or Twig + * Example: ![Example](myimg.png?classes=float-left) or ![Example](myimg.png?classes=myclass1,myclass2) + * + * @return $this + */ + public function classes() + { + $classes = func_get_args(); + if (!empty($classes)) { + $this->attributes['class'] = implode(',', $classes); + } + + return $this; + } + + /** + * Add an id to the element from Markdown or Twig + * Example: ![Example](myimg.png?id=primary-img) + * + * @param string $id + * @return $this + */ + public function id($id) + { + if (is_string($id)) { + $this->attributes['id'] = trim($id); + } + + return $this; + } + + /** + * Allows to add an inline style attribute from Markdown or Twig + * Example: ![Example](myimg.png?style=float:left) + * + * @param string $style + * @return $this + */ + public function style($style) + { + $this->styleAttributes[] = rtrim($style, ';') . ';'; + + return $this; + } + + /** + * Allow any action to be called on this medium from twig or markdown + * + * @param string $method + * @param array $args + * @return $this + */ + #[\ReturnTypeWillChange] + public function __call($method, $args) + { + $count = count($args); + if ($count > 1 || ($count === 1 && !empty($args[0]))) { + $method .= '=' . implode(',', array_map(static function ($a) { + if (is_array($a)) { + $a = '[' . implode(',', $a) . ']'; + } + + return rawurlencode($a); + }, $args)); + } + + if (!empty($method)) { + $this->querystring($this->querystring(null, false) . '&' . $method); + } + + return $this; + } + + /** + * Parsedown element for source display mode + * + * @param array $attributes + * @param bool $reset + * @return array + */ + protected function sourceParsedownElement(array $attributes, $reset = true) + { + return $this->textParsedownElement($attributes, $reset); + } + + /** + * Parsedown element for text display mode + * + * @param array $attributes + * @param bool $reset + * @return array + */ + protected function textParsedownElement(array $attributes, $reset = true) + { + if ($reset) { + $this->reset(); + } + + $text = $attributes['title'] ?? ''; + if ($text === '') { + $text = $attributes['alt'] ?? ''; + if ($text === '') { + $text = $this->get('filename'); + } + } + + return [ + 'name' => 'p', + 'attributes' => $attributes, + 'text' => $text + ]; + } + + /** + * Get the thumbnail Medium object + * + * @return ThumbnailImageMedium|null + */ + protected function getThumbnail() + { + if (null === $this->_thumbnail) { + $types = $this->thumbnailTypes; + + if ($this->thumbnailType !== 'auto') { + array_unshift($types, $this->thumbnailType); + } + + foreach ($types as $type) { + $thumb = $this->get("thumbnails.{$type}", false); + if ($thumb) { + $image = $thumb instanceof ThumbnailImageMedium ? $thumb : $this->createThumbnail($thumb); + if($image) { + $image->parent = $this; + $this->_thumbnail = $image; + } + break; + } + } + } + + return $this->_thumbnail; + } + + /** + * Get value by using dot notation for nested arrays/objects. + * + * @example $value = $this->get('this.is.my.nested.variable'); + * + * @param string $name Dot separated path to the requested value. + * @param mixed $default Default value (or null). + * @param string|null $separator Separator, defaults to '.' + * @return mixed Value. + */ + abstract public function get($name, $default = null, $separator = null); + + /** + * Set value by using dot notation for nested arrays/objects. + * + * @example $data->set('this.is.my.nested.variable', $value); + * + * @param string $name Dot separated path to the requested value. + * @param mixed $value New value. + * @param string|null $separator Separator, defaults to '.' + * @return $this + */ + abstract public function set($name, $value, $separator = null); + + /** + * @param string $thumb + */ + abstract protected function createThumbnail($thumb); + + /** + * @param array $attributes + * @return MediaLinkInterface + */ + abstract protected function createLink(array $attributes); + + /** + * @return array + */ + abstract protected function getItems(): array; +} diff --git a/system/src/Grav/Common/Media/Traits/MediaPlayerTrait.php b/system/src/Grav/Common/Media/Traits/MediaPlayerTrait.php new file mode 100644 index 0000000..97d79ef --- /dev/null +++ b/system/src/Grav/Common/Media/Traits/MediaPlayerTrait.php @@ -0,0 +1,113 @@ +attributes['controls'] = 'controls'; + } else { + unset($this->attributes['controls']); + } + + return $this; + } + + /** + * Allows to set the loop attribute + * + * @param bool $status + * @return $this + */ + public function loop($status = false) + { + if ($status) { + $this->attributes['loop'] = 'loop'; + } else { + unset($this->attributes['loop']); + } + + return $this; + } + + /** + * Allows to set the autoplay attribute + * + * @param bool $status + * @return $this + */ + public function autoplay($status = false) + { + if ($status) { + $this->attributes['autoplay'] = 'autoplay'; + } else { + unset($this->attributes['autoplay']); + } + + return $this; + } + + /** + * Allows to set the muted attribute + * + * @param bool $status + * @return $this + */ + public function muted($status = false) + { + if ($status) { + $this->attributes['muted'] = 'muted'; + } else { + unset($this->attributes['muted']); + } + + return $this; + } + + /** + * Allows to set the preload behaviour + * + * @param string|null $preload + * @return $this + */ + public function preload($preload = null) + { + $validPreloadAttrs = ['auto', 'metadata', 'none']; + + if (null === $preload) { + unset($this->attributes['preload']); + } elseif (in_array($preload, $validPreloadAttrs, true)) { + $this->attributes['preload'] = $preload; + } + + return $this; + } + + /** + * Reset player. + */ + public function resetPlayer() + { + $this->attributes['controls'] = 'controls'; + } +} diff --git a/system/src/Grav/Common/Media/Traits/MediaTrait.php b/system/src/Grav/Common/Media/Traits/MediaTrait.php new file mode 100644 index 0000000..93c4fdb --- /dev/null +++ b/system/src/Grav/Common/Media/Traits/MediaTrait.php @@ -0,0 +1,153 @@ +getMediaFolder(); + if (!$folder) { + return null; + } + + if (strpos($folder, '://')) { + return $folder; + } + + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + $user = $locator->findResource('user://'); + if (strpos($folder, $user) === 0) { + return 'user://' . substr($folder, strlen($user)+1); + } + + return null; + } + + /** + * Gets the associated media collection. + * + * @return MediaCollectionInterface|Media Representation of associated media. + */ + public function getMedia() + { + $media = $this->media; + if (null === $media) { + $cache = $this->getMediaCache(); + $cacheKey = md5('media' . $this->getCacheKey()); + + // Use cached media if possible. + $media = $cache->get($cacheKey); + if (!$media instanceof MediaCollectionInterface) { + $media = new Media($this->getMediaFolder(), $this->getMediaOrder(), $this->_loadMedia); + $cache->set($cacheKey, $media); + } + + $this->media = $media; + } + + return $media; + } + + /** + * Sets the associated media collection. + * + * @param MediaCollectionInterface|Media $media Representation of associated media. + * @return $this + */ + protected function setMedia(MediaCollectionInterface $media) + { + $cache = $this->getMediaCache(); + $cacheKey = md5('media' . $this->getCacheKey()); + $cache->set($cacheKey, $media); + + $this->media = $media; + + return $this; + } + + /** + * @return void + */ + protected function freeMedia() + { + $this->media = null; + } + + /** + * Clear media cache. + * + * @return void + */ + protected function clearMediaCache() + { + $cache = $this->getMediaCache(); + $cacheKey = md5('media' . $this->getCacheKey()); + $cache->delete($cacheKey); + + $this->freeMedia(); + } + + /** + * @return CacheInterface + */ + protected function getMediaCache() + { + /** @var Cache $cache */ + $cache = Grav::instance()['cache']; + + return $cache->getSimpleCache(); + } + + /** + * @return string + */ + abstract protected function getCacheKey(): string; +} diff --git a/system/src/Grav/Common/Media/Traits/MediaUploadTrait.php b/system/src/Grav/Common/Media/Traits/MediaUploadTrait.php new file mode 100644 index 0000000..2b1c3bb --- /dev/null +++ b/system/src/Grav/Common/Media/Traits/MediaUploadTrait.php @@ -0,0 +1,680 @@ + true, // Whether path is in the media collection path itself. + 'avoid_overwriting' => false, // Do not override existing files (adds datetime postfix if conflict). + 'random_name' => false, // True if name needs to be randomized. + 'accept' => ['image/*'], // Accepted mime types or file extensions. + 'limit' => 10, // Maximum number of files. + 'filesize' => null, // Maximum filesize in MB. + 'destination' => null // Destination path, if empty, exception is thrown. + ]; + + /** + * Create Medium from an uploaded file. + * + * @param UploadedFileInterface $uploadedFile + * @param array $params + * @return Medium|null + */ + public function createFromUploadedFile(UploadedFileInterface $uploadedFile, array $params = []) + { + return MediumFactory::fromUploadedFile($uploadedFile, $params); + } + + /** + * Checks that uploaded file meets the requirements. Returns new filename. + * + * @example + * $filename = null; // Override filename if needed (ignored if randomizing filenames). + * $settings = ['destination' => 'user://pages/media']; // Settings from the form field. + * $filename = $media->checkUploadedFile($uploadedFile, $filename, $settings); + * $media->copyUploadedFile($uploadedFile, $filename); + * + * @param UploadedFileInterface $uploadedFile + * @param string|null $filename + * @param array|null $settings + * @return string + * @throws RuntimeException + */ + public function checkUploadedFile(UploadedFileInterface $uploadedFile, string $filename = null, array $settings = null): string + { + // Check if there is an upload error. + switch ($uploadedFile->getError()) { + case UPLOAD_ERR_OK: + break; + case UPLOAD_ERR_INI_SIZE: + case UPLOAD_ERR_FORM_SIZE: + throw new RuntimeException($this->translate('PLUGIN_ADMIN.EXCEEDED_FILESIZE_LIMIT'), 400); + case UPLOAD_ERR_PARTIAL: + case UPLOAD_ERR_NO_FILE: + if (!$uploadedFile instanceof FormFlashFile) { + throw new RuntimeException($this->translate('PLUGIN_ADMIN.NO_FILES_SENT'), 400); + } + break; + case UPLOAD_ERR_NO_TMP_DIR: + throw new RuntimeException($this->translate('PLUGIN_ADMIN.UPLOAD_ERR_NO_TMP_DIR'), 400); + case UPLOAD_ERR_CANT_WRITE: + case UPLOAD_ERR_EXTENSION: + default: + throw new RuntimeException($this->translate('PLUGIN_ADMIN.UNKNOWN_ERRORS'), 400); + } + + $metadata = [ + 'filename' => $uploadedFile->getClientFilename(), + 'mime' => $uploadedFile->getClientMediaType(), + 'size' => $uploadedFile->getSize(), + ]; + + if ($uploadedFile instanceof FormFlashFile) { + $uploadedFile->checkXss(); + } + + return $this->checkFileMetadata($metadata, $filename, $settings); + } + + /** + * Checks that file metadata meets the requirements. Returns new filename. + * + * @param array $metadata + * @param array|null $settings + * @return string + * @throws RuntimeException + */ + public function checkFileMetadata(array $metadata, string $filename = null, array $settings = null): string + { + // Add the defaults to the settings. + $settings = $this->getUploadSettings($settings); + + // Destination is always needed (but it can be set in defaults). + $self = $settings['self'] ?? false; + if (!isset($settings['destination']) && $self === false) { + throw new RuntimeException($this->translate('PLUGIN_ADMIN.DESTINATION_NOT_SPECIFIED'), 400); + } + + if (null === $filename) { + // If no filename is given, use the filename from the uploaded file (path is not allowed). + $folder = ''; + $filename = $metadata['filename'] ?? ''; + } else { + // If caller sets the filename, we will accept any custom path. + $folder = dirname($filename); + if ($folder === '.') { + $folder = ''; + } + $filename = Utils::basename($filename); + } + $extension = Utils::pathinfo($filename, PATHINFO_EXTENSION); + + // Decide which filename to use. + if ($settings['random_name']) { + // Generate random filename if asked for. + $filename = mb_strtolower(Utils::generateRandomString(15) . '.' . $extension); + } + + // Handle conflicting filename if needed. + if ($settings['avoid_overwriting']) { + $destination = $settings['destination']; + if ($destination && $this->fileExists($filename, $destination)) { + $filename = date('YmdHis') . '-' . $filename; + } + } + $filepath = $folder . $filename; + + // Check if the filename is allowed. + if (!Utils::checkFilename($filepath)) { + throw new RuntimeException( + sprintf($this->translate('PLUGIN_ADMIN.FILEUPLOAD_UNABLE_TO_UPLOAD'), $filepath, $this->translate('PLUGIN_ADMIN.BAD_FILENAME')) + ); + } + + // Check if the file extension is allowed. + $extension = mb_strtolower($extension); + if (!$extension || !$this->getConfig()->get("media.types.{$extension}")) { + // Not a supported type. + throw new RuntimeException($this->translate('PLUGIN_ADMIN.UNSUPPORTED_FILE_TYPE') . ': ' . $extension, 400); + } + + // Calculate maximum file size (from MB). + $filesize = $settings['filesize']; + if ($filesize) { + $max_filesize = $filesize * 1048576; + if ($metadata['size'] > $max_filesize) { + // TODO: use own language string + throw new RuntimeException($this->translate('PLUGIN_ADMIN.EXCEEDED_GRAV_FILESIZE_LIMIT'), 400); + } + } elseif (null === $filesize) { + // Check size against the Grav upload limit. + $grav_limit = Utils::getUploadLimit(); + if ($grav_limit > 0 && $metadata['size'] > $grav_limit) { + throw new RuntimeException($this->translate('PLUGIN_ADMIN.EXCEEDED_GRAV_FILESIZE_LIMIT'), 400); + } + } + + $grav = Grav::instance(); + /** @var MimeTypes $mimeChecker */ + $mimeChecker = $grav['mime']; + + // Handle Accepted file types. Accept can only be mime types (image/png | image/*) or file extensions (.pdf | .jpg) + // Do not trust mime type sent by the browser. + $mime = $metadata['mime'] ?? $mimeChecker->getMimeType($extension); + $validExtensions = $mimeChecker->getExtensions($mime); + if (!in_array($extension, $validExtensions, true)) { + throw new RuntimeException('The mime type does not match to file extension', 400); + } + + $accepted = false; + $errors = []; + foreach ((array)$settings['accept'] as $type) { + // Force acceptance of any file when star notation + if ($type === '*') { + $accepted = true; + break; + } + + $isMime = strstr($type, '/'); + $find = str_replace(['.', '*', '+'], ['\.', '.*', '\+'], $type); + + if ($isMime) { + $match = preg_match('#' . $find . '$#', $mime); + if (!$match) { + // TODO: translate + $errors[] = 'The MIME type "' . $mime . '" for the file "' . $filepath . '" is not an accepted.'; + } else { + $accepted = true; + break; + } + } else { + $match = preg_match('#' . $find . '$#', $filename); + if (!$match) { + // TODO: translate + $errors[] = 'The File Extension for the file "' . $filepath . '" is not an accepted.'; + } else { + $accepted = true; + break; + } + } + } + if (!$accepted) { + throw new RuntimeException(implode('
', $errors), 400); + } + + return $filepath; + } + + /** + * Copy uploaded file to the media collection. + * + * WARNING: Always check uploaded file before copying it! + * + * @example + * $settings = ['destination' => 'user://pages/media']; // Settings from the form field. + * $filename = $media->checkUploadedFile($uploadedFile, $filename, $settings); + * $media->copyUploadedFile($uploadedFile, $filename, $settings); + * + * @param UploadedFileInterface $uploadedFile + * @param string $filename + * @param array|null $settings + * @return void + * @throws RuntimeException + */ + public function copyUploadedFile(UploadedFileInterface $uploadedFile, string $filename, array $settings = null): void + { + // Add the defaults to the settings. + $settings = $this->getUploadSettings($settings); + + $path = $settings['destination'] ?? $this->getPath(); + if (!$path || !$filename) { + throw new RuntimeException($this->translate('PLUGIN_ADMIN.FAILED_TO_MOVE_UPLOADED_FILE'), 400); + } + + /** @var UniformResourceLocator $locator */ + $locator = $this->getGrav()['locator']; + + try { + // Clear locator cache to make sure we have up to date information from the filesystem. + $locator->clearCache(); + $this->clearCache(); + + $filesystem = Filesystem::getInstance(false); + + // Calculate path without the retina scaling factor. + $basename = $filesystem->basename($filename); + $pathname = $filesystem->pathname($filename); + + // Get name for the uploaded file. + [$base, $ext,,] = $this->getFileParts($basename); + $name = "{$pathname}{$base}.{$ext}"; + + // Upload file. + if ($uploadedFile instanceof FormFlashFile) { + // FormFlashFile needs some additional logic. + if ($uploadedFile->getError() === \UPLOAD_ERR_OK) { + // Move uploaded file. + $this->doMoveUploadedFile($uploadedFile, $filename, $path); + } elseif (strpos($filename, 'original/') === 0 && !$this->fileExists($filename, $path) && $this->fileExists($basename, $path)) { + // Original image support: override original image if it's the same as the uploaded image. + $this->doCopy($basename, $filename, $path); + } + + // FormFlashFile may also contain metadata. + $metadata = $uploadedFile->getMetaData(); + if ($metadata) { + // TODO: This overrides metadata if used with multiple retina image sizes. + $this->doSaveMetadata(['upload' => $metadata], $name, $path); + } + } else { + // Not a FormFlashFile. + $this->doMoveUploadedFile($uploadedFile, $filename, $path); + } + + // Post-processing: Special content sanitization for SVG. + $mime = Utils::getMimeByFilename($filename); + if (Utils::contains($mime, 'svg', false)) { + $this->doSanitizeSvg($filename, $path); + } + + // Add the new file into the media. + // TODO: This overrides existing media sizes if used with multiple retina image sizes. + $this->doAddUploadedMedium($name, $filename, $path); + + } catch (Exception $e) { + throw new RuntimeException($this->translate('PLUGIN_ADMIN.FAILED_TO_MOVE_UPLOADED_FILE') . $e->getMessage(), 400); + } finally { + // Finally clear media cache. + $locator->clearCache(); + $this->clearCache(); + } + } + + /** + * Delete real file from the media collection. + * + * @param string $filename + * @param array|null $settings + * @return void + * @throws RuntimeException + */ + public function deleteFile(string $filename, array $settings = null): void + { + // Add the defaults to the settings. + $settings = $this->getUploadSettings($settings); + $filesystem = Filesystem::getInstance(false); + + // First check for allowed filename. + $basename = $filesystem->basename($filename); + if (!Utils::checkFilename($basename)) { + throw new RuntimeException($this->translate('PLUGIN_ADMIN.FILE_COULD_NOT_BE_DELETED') . ": {$this->translate('PLUGIN_ADMIN.BAD_FILENAME')}: " . $filename, 400); + } + + $path = $settings['destination'] ?? $this->getPath(); + if (!$path) { + return; + } + + /** @var UniformResourceLocator $locator */ + $locator = $this->getGrav()['locator']; + $locator->clearCache(); + + $pathname = $filesystem->pathname($filename); + + // Get base name of the file. + [$base, $ext,,] = $this->getFileParts($basename); + $name = "{$pathname}{$base}.{$ext}"; + + // Remove file and all all the associated metadata. + $this->doRemove($name, $path); + + // Finally clear media cache. + $locator->clearCache(); + $this->clearCache(); + } + + /** + * Rename file inside the media collection. + * + * @param string $from + * @param string $to + * @param array|null $settings + */ + public function renameFile(string $from, string $to, array $settings = null): void + { + // Add the defaults to the settings. + $settings = $this->getUploadSettings($settings); + $filesystem = Filesystem::getInstance(false); + + $path = $settings['destination'] ?? $this->getPath(); + if (!$path) { + // TODO: translate error message + throw new RuntimeException('Failed to rename file: Bad destination', 400); + } + + /** @var UniformResourceLocator $locator */ + $locator = $this->getGrav()['locator']; + $locator->clearCache(); + + // Get base name of the file. + $pathname = $filesystem->pathname($from); + + // Remove @2x, @3x and .meta.yaml + [$base, $ext,,] = $this->getFileParts($filesystem->basename($from)); + $from = "{$pathname}{$base}.{$ext}"; + + [$base, $ext,,] = $this->getFileParts($filesystem->basename($to)); + $to = "{$pathname}{$base}.{$ext}"; + + $this->doRename($from, $to, $path); + + // Finally clear media cache. + $locator->clearCache(); + $this->clearCache(); + } + + /** + * Internal logic to move uploaded file. + * + * @param UploadedFileInterface $uploadedFile + * @param string $filename + * @param string $path + */ + protected function doMoveUploadedFile(UploadedFileInterface $uploadedFile, string $filename, string $path): void + { + $filepath = sprintf('%s/%s', $path, $filename); + + /** @var UniformResourceLocator $locator */ + $locator = $this->getGrav()['locator']; + + // Do not use streams internally. + if ($locator->isStream($filepath)) { + $filepath = (string)$locator->findResource($filepath, true, true); + } + + Folder::create(dirname($filepath)); + + $uploadedFile->moveTo($filepath); + } + + /** + * Get upload settings. + * + * @param array|null $settings Form field specific settings (override). + * @return array + */ + public function getUploadSettings(?array $settings = null): array + { + return null !== $settings ? $settings + $this->_upload_defaults : $this->_upload_defaults; + } + + /** + * Internal logic to copy file. + * + * @param string $src + * @param string $dst + * @param string $path + */ + protected function doCopy(string $src, string $dst, string $path): void + { + $src = sprintf('%s/%s', $path, $src); + $dst = sprintf('%s/%s', $path, $dst); + + /** @var UniformResourceLocator $locator */ + $locator = $this->getGrav()['locator']; + + // Do not use streams internally. + if ($locator->isStream($dst)) { + $dst = (string)$locator->findResource($dst, true, true); + } + + Folder::create(dirname($dst)); + + copy($src, $dst); + } + + /** + * Internal logic to rename file. + * + * @param string $from + * @param string $to + * @param string $path + */ + protected function doRename(string $from, string $to, string $path): void + { + /** @var UniformResourceLocator $locator */ + $locator = $this->getGrav()['locator']; + + $fromPath = $path . '/' . $from; + if ($locator->isStream($fromPath)) { + $fromPath = $locator->findResource($fromPath, true, true); + } + + if (!is_file($fromPath)) { + return; + } + + $mediaPath = dirname($fromPath); + $toPath = $mediaPath . '/' . $to; + if ($locator->isStream($toPath)) { + $toPath = $locator->findResource($toPath, true, true); + } + + if (is_file($toPath)) { + // TODO: translate error message + throw new RuntimeException(sprintf('File could not be renamed: %s already exists (%s)', $to, $mediaPath), 500); + } + + $result = rename($fromPath, $toPath); + if (!$result) { + // TODO: translate error message + throw new RuntimeException(sprintf('File could not be renamed: %s -> %s (%s)', $from, $to, $mediaPath), 500); + } + + // TODO: Add missing logic to handle retina files. + if (is_file($fromPath . '.meta.yaml')) { + $result = rename($fromPath . '.meta.yaml', $toPath . '.meta.yaml'); + if (!$result) { + // TODO: translate error message + throw new RuntimeException(sprintf('Meta could not be renamed: %s -> %s (%s)', $from, $to, $mediaPath), 500); + } + } + } + + /** + * Internal logic to remove file. + * + * @param string $filename + * @param string $path + */ + protected function doRemove(string $filename, string $path): void + { + $filesystem = Filesystem::getInstance(false); + + /** @var UniformResourceLocator $locator */ + $locator = $this->getGrav()['locator']; + + // If path doesn't exist, there's nothing to do. + $pathname = $filesystem->pathname($filename); + if (!$this->fileExists($pathname, $path)) { + return; + } + + $folder = $locator->isStream($path) ? (string)$locator->findResource($path, true, true) : $path; + + // Remove requested media file. + if ($this->fileExists($filename, $path)) { + $result = unlink("{$folder}/{$filename}"); + if (!$result) { + throw new RuntimeException($this->translate('PLUGIN_ADMIN.FILE_COULD_NOT_BE_DELETED') . ': ' . $filename, 500); + } + } + + // Remove associated metadata. + $this->doRemoveMetadata($filename, $path); + + // Remove associated 2x, 3x and their .meta.yaml files. + $targetPath = rtrim(sprintf('%s/%s', $folder, $pathname), '/'); + $dir = scandir($targetPath, SCANDIR_SORT_NONE); + if (false === $dir) { + throw new RuntimeException($this->translate('PLUGIN_ADMIN.FILE_COULD_NOT_BE_DELETED') . ': ' . $filename, 500); + } + + /** @var UniformResourceLocator $locator */ + $locator = $this->getGrav()['locator']; + + $basename = $filesystem->basename($filename); + $fileParts = (array)$filesystem->pathinfo($filename); + + foreach ($dir as $file) { + $preg_name = preg_quote($fileParts['filename'], '`'); + $preg_ext = preg_quote($fileParts['extension'] ?? '.', '`'); + $preg_filename = preg_quote($basename, '`'); + + if (preg_match("`({$preg_name}@\d+x\.{$preg_ext}(?:\.meta\.yaml)?$|{$preg_filename}\.meta\.yaml)$`", $file)) { + $testPath = $targetPath . '/' . $file; + if ($locator->isStream($testPath)) { + $testPath = (string)$locator->findResource($testPath, true, true); + $locator->clearCache($testPath); + } + + if (is_file($testPath)) { + $result = unlink($testPath); + if (!$result) { + throw new RuntimeException($this->translate('PLUGIN_ADMIN.FILE_COULD_NOT_BE_DELETED') . ': ' . $filename, 500); + } + } + } + } + + $this->hide($filename); + } + + /** + * @param array $metadata + * @param string $filename + * @param string $path + */ + protected function doSaveMetadata(array $metadata, string $filename, string $path): void + { + $filepath = sprintf('%s/%s', $path, $filename); + + /** @var UniformResourceLocator $locator */ + $locator = $this->getGrav()['locator']; + + // Do not use streams internally. + if ($locator->isStream($filepath)) { + $filepath = (string)$locator->findResource($filepath, true, true); + } + + $file = YamlFile::instance($filepath . '.meta.yaml'); + $file->save($metadata); + } + + /** + * @param string $filename + * @param string $path + */ + protected function doRemoveMetadata(string $filename, string $path): void + { + $filepath = sprintf('%s/%s', $path, $filename); + + /** @var UniformResourceLocator $locator */ + $locator = $this->getGrav()['locator']; + + // Do not use streams internally. + if ($locator->isStream($filepath)) { + $filepath = (string)$locator->findResource($filepath, true); + if (!$filepath) { + return; + } + } + + $file = YamlFile::instance($filepath . '.meta.yaml'); + if ($file->exists()) { + $file->delete(); + } + } + + /** + * @param string $filename + * @param string $path + */ + protected function doSanitizeSvg(string $filename, string $path): void + { + $filepath = sprintf('%s/%s', $path, $filename); + + /** @var UniformResourceLocator $locator */ + $locator = $this->getGrav()['locator']; + + // Do not use streams internally. + if ($locator->isStream($filepath)) { + $filepath = (string)$locator->findResource($filepath, true, true); + } + + Security::sanitizeSVG($filepath); + } + + /** + * @param string $name + * @param string $filename + * @param string $path + */ + protected function doAddUploadedMedium(string $name, string $filename, string $path): void + { + $filepath = sprintf('%s/%s', $path, $filename); + $medium = $this->createFromFile($filepath); + $realpath = $path . '/' . $name; + $this->add($realpath, $medium); + } + + /** + * @param string $string + * @return string + */ + protected function translate(string $string): string + { + return $this->getLanguage()->translate($string); + } + + abstract protected function getPath(): ?string; + + abstract protected function getGrav(): Grav; + + abstract protected function getConfig(): Config; + + abstract protected function getLanguage(): Language; + + abstract protected function clearCache(): void; +} diff --git a/system/src/Grav/Common/Media/Traits/StaticResizeTrait.php b/system/src/Grav/Common/Media/Traits/StaticResizeTrait.php new file mode 100644 index 0000000..617b600 --- /dev/null +++ b/system/src/Grav/Common/Media/Traits/StaticResizeTrait.php @@ -0,0 +1,40 @@ +styleAttributes['width'] = $width . 'px'; + } else { + unset($this->styleAttributes['width']); + } + if ($height) { + $this->styleAttributes['height'] = $height . 'px'; + } else { + unset($this->styleAttributes['height']); + } + + return $this; + } +} diff --git a/system/src/Grav/Common/Media/Traits/ThumbnailMediaTrait.php b/system/src/Grav/Common/Media/Traits/ThumbnailMediaTrait.php new file mode 100644 index 0000000..e0c5d81 --- /dev/null +++ b/system/src/Grav/Common/Media/Traits/ThumbnailMediaTrait.php @@ -0,0 +1,149 @@ +bubble('parsedownElement', [$title, $alt, $class, $id, $reset]); + } + + /** + * Return HTML markup from the medium. + * + * @param string|null $title + * @param string|null $alt + * @param string|null $class + * @param string|null $id + * @param bool $reset + * @return string + */ + public function html($title = null, $alt = null, $class = null, $id = null, $reset = true) + { + return $this->bubble('html', [$title, $alt, $class, $id, $reset]); + } + + /** + * Switch display mode. + * + * @param string $mode + * + * @return MediaLinkInterface|MediaObjectInterface|null + */ + public function display($mode = 'source') + { + return $this->bubble('display', [$mode], false); + } + + /** + * Switch thumbnail. + * + * @param string $type + * + * @return MediaLinkInterface|MediaObjectInterface + */ + public function thumbnail($type = 'auto') + { + $this->bubble('thumbnail', [$type], false); + + return $this->bubble('getThumbnail', [], false); + } + + /** + * Turn the current Medium into a Link + * + * @param bool $reset + * @param array $attributes + * @return MediaLinkInterface + */ + public function link($reset = true, array $attributes = []) + { + return $this->bubble('link', [$reset, $attributes], false); + } + + /** + * Turn the current Medium into a Link with lightbox enabled + * + * @param int|null $width + * @param int|null $height + * @param bool $reset + * @return MediaLinkInterface + */ + public function lightbox($width = null, $height = null, $reset = true) + { + return $this->bubble('lightbox', [$width, $height, $reset], false); + } + + /** + * Bubble a function call up to either the superclass function or the parent Medium instance + * + * @param string $method + * @param array $arguments + * @param bool $testLinked + * @return mixed + */ + protected function bubble($method, array $arguments = [], $testLinked = true) + { + if (!$testLinked || $this->linked) { + $parent = $this->parent; + if (null === $parent) { + return $this; + } + + $closure = [$parent, $method]; + + if (!is_callable($closure)) { + throw new BadMethodCallException(get_class($parent) . '::' . $method . '() not found.'); + } + + return $closure(...$arguments); + } + + return parent::{$method}(...$arguments); + } +} diff --git a/system/src/Grav/Common/Media/Traits/VideoMediaTrait.php b/system/src/Grav/Common/Media/Traits/VideoMediaTrait.php new file mode 100644 index 0000000..1da313c --- /dev/null +++ b/system/src/Grav/Common/Media/Traits/VideoMediaTrait.php @@ -0,0 +1,68 @@ +attributes['poster'] = $urlImage; + + return $this; + } + + /** + * Allows to set the playsinline attribute + * + * @param bool $status + * @return $this + */ + public function playsinline($status = false) + { + if ($status) { + $this->attributes['playsinline'] = 'playsinline'; + } else { + unset($this->attributes['playsinline']); + } + + return $this; + } + + /** + * Parsedown element for source display mode + * + * @param array $attributes + * @param bool $reset + * @return array + */ + protected function sourceParsedownElement(array $attributes, $reset = true) + { + $location = $this->url($reset); + + return [ + 'name' => 'video', + 'rawHtml' => 'Your browser does not support the video tag.', + 'attributes' => $attributes + ]; + } +} diff --git a/system/src/Grav/Common/Page/Collection.php b/system/src/Grav/Common/Page/Collection.php new file mode 100644 index 0000000..8a62555 --- /dev/null +++ b/system/src/Grav/Common/Page/Collection.php @@ -0,0 +1,710 @@ + + */ +class Collection extends Iterator implements PageCollectionInterface +{ + /** @var Pages */ + protected $pages; + /** @var array */ + protected $params; + + /** + * Collection constructor. + * + * @param array $items + * @param array $params + * @param Pages|null $pages + */ + public function __construct($items = [], array $params = [], Pages $pages = null) + { + parent::__construct($items); + + $this->params = $params; + $this->pages = $pages ?: Grav::instance()->offsetGet('pages'); + } + + /** + * Get the collection params + * + * @return array + */ + public function params() + { + return $this->params; + } + + /** + * Set parameters to the Collection + * + * @param array $params + * @return $this + */ + public function setParams(array $params) + { + $this->params = array_merge($this->params, $params); + + return $this; + } + + /** + * Add a single page to a collection + * + * @param PageInterface $page + * @return $this + */ + public function addPage(PageInterface $page) + { + $this->items[$page->path()] = ['slug' => $page->slug()]; + + return $this; + } + + /** + * Add a page with path and slug + * + * @param string $path + * @param string $slug + * @return $this + */ + public function add($path, $slug) + { + $this->items[$path] = ['slug' => $slug]; + + return $this; + } + + /** + * + * Create a copy of this collection + * + * @return static + */ + public function copy() + { + return new static($this->items, $this->params, $this->pages); + } + + /** + * + * Merge another collection with the current collection + * + * @param PageCollectionInterface $collection + * @return $this + */ + public function merge(PageCollectionInterface $collection) + { + foreach ($collection as $page) { + $this->addPage($page); + } + + return $this; + } + + /** + * Intersect another collection with the current collection + * + * @param PageCollectionInterface $collection + * @return $this + */ + public function intersect(PageCollectionInterface $collection) + { + $array1 = $this->items; + $array2 = $collection->toArray(); + + $this->items = array_uintersect($array1, $array2, function ($val1, $val2) { + return strcmp($val1['slug'], $val2['slug']); + }); + + return $this; + } + + /** + * Set current page. + */ + public function setCurrent(string $path): void + { + reset($this->items); + + while (($key = key($this->items)) !== null && $key !== $path) { + next($this->items); + } + } + + /** + * Returns current page. + * + * @return PageInterface + */ + #[\ReturnTypeWillChange] + public function current() + { + $current = parent::key(); + + return $this->pages->get($current); + } + + /** + * Returns current slug. + * + * @return mixed + */ + #[\ReturnTypeWillChange] + public function key() + { + $current = parent::current(); + + return $current['slug']; + } + + /** + * Returns the value at specified offset. + * + * @param string $offset + * @return PageInterface|null + */ + #[\ReturnTypeWillChange] + public function offsetGet($offset) + { + return $this->pages->get($offset) ?: null; + } + + /** + * Split collection into array of smaller collections. + * + * @param int $size + * @return Collection[] + */ + public function batch($size) + { + $chunks = array_chunk($this->items, $size, true); + + $list = []; + foreach ($chunks as $chunk) { + $list[] = new static($chunk, $this->params, $this->pages); + } + + return $list; + } + + /** + * Remove item from the list. + * + * @param PageInterface|string|null $key + * @return $this + * @throws InvalidArgumentException + */ + public function remove($key = null) + { + if ($key instanceof PageInterface) { + $key = $key->path(); + } elseif (null === $key) { + $key = (string)key($this->items); + } + if (!is_string($key)) { + throw new InvalidArgumentException('Invalid argument $key.'); + } + + parent::remove($key); + + return $this; + } + + /** + * Reorder collection. + * + * @param string $by + * @param string $dir + * @param array|null $manual + * @param string|null $sort_flags + * @return $this + */ + public function order($by, $dir = 'asc', $manual = null, $sort_flags = null) + { + $this->items = $this->pages->sortCollection($this, $by, $dir, $manual, $sort_flags); + + return $this; + } + + /** + * Check to see if this item is the first in the collection. + * + * @param string $path + * @return bool True if item is first. + */ + public function isFirst($path): bool + { + return $this->items && $path === array_keys($this->items)[0]; + } + + /** + * Check to see if this item is the last in the collection. + * + * @param string $path + * @return bool True if item is last. + */ + public function isLast($path): bool + { + return $this->items && $path === array_keys($this->items)[count($this->items) - 1]; + } + + /** + * Gets the previous sibling based on current position. + * + * @param string $path + * + * @return PageInterface The previous item. + */ + public function prevSibling($path) + { + return $this->adjacentSibling($path, -1); + } + + /** + * Gets the next sibling based on current position. + * + * @param string $path + * + * @return PageInterface The next item. + */ + public function nextSibling($path) + { + return $this->adjacentSibling($path, 1); + } + + /** + * Returns the adjacent sibling based on a direction. + * + * @param string $path + * @param int $direction either -1 or +1 + * @return PageInterface|Collection The sibling item. + */ + public function adjacentSibling($path, $direction = 1) + { + $values = array_keys($this->items); + $keys = array_flip($values); + + if (array_key_exists($path, $keys)) { + $index = $keys[$path] - $direction; + + return isset($values[$index]) ? $this->offsetGet($values[$index]) : $this; + } + + return $this; + } + + /** + * Returns the item in the current position. + * + * @param string $path the path the item + * @return int|null The index of the current page, null if not found. + */ + public function currentPosition($path): ?int + { + $pos = array_search($path, array_keys($this->items), true); + + return $pos !== false ? $pos : null; + } + + /** + * Returns the items between a set of date ranges of either the page date field (default) or + * an arbitrary datetime page field where start date and end date are optional + * Dates must be passed in as text that strtotime() can process + * http://php.net/manual/en/function.strtotime.php + * + * @param string|null $startDate + * @param string|null $endDate + * @param string|null $field + * @return $this + * @throws Exception + */ + public function dateRange($startDate = null, $endDate = null, $field = null) + { + $start = $startDate ? Utils::date2timestamp($startDate) : null; + $end = $endDate ? Utils::date2timestamp($endDate) : null; + + $date_range = []; + foreach ($this->items as $path => $slug) { + $page = $this->pages->get($path); + if (!$page) { + continue; + } + + $date = $field ? strtotime($page->value($field)) : $page->date(); + + if ((!$start || $date >= $start) && (!$end || $date <= $end)) { + $date_range[$path] = $slug; + } + } + + $this->items = $date_range; + + return $this; + } + + /** + * Creates new collection with only visible pages + * + * @return Collection The collection with only visible pages + */ + public function visible() + { + $visible = []; + + foreach ($this->items as $path => $slug) { + $page = $this->pages->get($path); + if ($page !== null && $page->visible()) { + $visible[$path] = $slug; + } + } + $this->items = $visible; + + return $this; + } + + /** + * Creates new collection with only non-visible pages + * + * @return Collection The collection with only non-visible pages + */ + public function nonVisible() + { + $visible = []; + + foreach ($this->items as $path => $slug) { + $page = $this->pages->get($path); + if ($page !== null && !$page->visible()) { + $visible[$path] = $slug; + } + } + $this->items = $visible; + + return $this; + } + + /** + * Creates new collection with only pages + * + * @return Collection The collection with only pages + */ + public function pages() + { + $modular = []; + + foreach ($this->items as $path => $slug) { + $page = $this->pages->get($path); + if ($page !== null && !$page->isModule()) { + $modular[$path] = $slug; + } + } + $this->items = $modular; + + return $this; + } + + /** + * Creates new collection with only modules + * + * @return Collection The collection with only modules + */ + public function modules() + { + $modular = []; + + foreach ($this->items as $path => $slug) { + $page = $this->pages->get($path); + if ($page !== null && $page->isModule()) { + $modular[$path] = $slug; + } + } + $this->items = $modular; + + return $this; + } + + /** + * Alias of pages() + * + * @return Collection The collection with only non-module pages + */ + public function nonModular() + { + $this->pages(); + + return $this; + } + + /** + * Alias of modules() + * + * @return Collection The collection with only modules + */ + public function modular() + { + $this->modules(); + + return $this; + } + + /** + * Creates new collection with only translated pages + * + * @return Collection The collection with only published pages + * @internal + */ + public function translated() + { + $published = []; + + foreach ($this->items as $path => $slug) { + $page = $this->pages->get($path); + if ($page !== null && $page->translated()) { + $published[$path] = $slug; + } + } + $this->items = $published; + + return $this; + } + + /** + * Creates new collection with only untranslated pages + * + * @return Collection The collection with only non-published pages + * @internal + */ + public function nonTranslated() + { + $published = []; + + foreach ($this->items as $path => $slug) { + $page = $this->pages->get($path); + if ($page !== null && !$page->translated()) { + $published[$path] = $slug; + } + } + $this->items = $published; + + return $this; + } + + /** + * Creates new collection with only published pages + * + * @return Collection The collection with only published pages + */ + public function published() + { + $published = []; + + foreach ($this->items as $path => $slug) { + $page = $this->pages->get($path); + if ($page !== null && $page->published()) { + $published[$path] = $slug; + } + } + $this->items = $published; + + return $this; + } + + /** + * Creates new collection with only non-published pages + * + * @return Collection The collection with only non-published pages + */ + public function nonPublished() + { + $published = []; + + foreach ($this->items as $path => $slug) { + $page = $this->pages->get($path); + if ($page !== null && !$page->published()) { + $published[$path] = $slug; + } + } + $this->items = $published; + + return $this; + } + + /** + * Creates new collection with only routable pages + * + * @return Collection The collection with only routable pages + */ + public function routable() + { + $routable = []; + + foreach ($this->items as $path => $slug) { + $page = $this->pages->get($path); + + if ($page !== null && $page->routable()) { + $routable[$path] = $slug; + } + } + + $this->items = $routable; + + return $this; + } + + /** + * Creates new collection with only non-routable pages + * + * @return Collection The collection with only non-routable pages + */ + public function nonRoutable() + { + $routable = []; + + foreach ($this->items as $path => $slug) { + $page = $this->pages->get($path); + if ($page !== null && !$page->routable()) { + $routable[$path] = $slug; + } + } + $this->items = $routable; + + return $this; + } + + /** + * Creates new collection with only pages of the specified type + * + * @param string $type + * @return Collection The collection + */ + public function ofType($type) + { + $items = []; + + foreach ($this->items as $path => $slug) { + $page = $this->pages->get($path); + if ($page !== null && $page->template() === $type) { + $items[$path] = $slug; + } + } + + $this->items = $items; + + return $this; + } + + /** + * Creates new collection with only pages of one of the specified types + * + * @param string[] $types + * @return Collection The collection + */ + public function ofOneOfTheseTypes($types) + { + $items = []; + + foreach ($this->items as $path => $slug) { + $page = $this->pages->get($path); + if ($page !== null && in_array($page->template(), $types, true)) { + $items[$path] = $slug; + } + } + + $this->items = $items; + + return $this; + } + + /** + * Creates new collection with only pages of one of the specified access levels + * + * @param array $accessLevels + * @return Collection The collection + */ + public function ofOneOfTheseAccessLevels($accessLevels) + { + $items = []; + + foreach ($this->items as $path => $slug) { + $page = $this->pages->get($path); + + if ($page !== null && isset($page->header()->access)) { + if (is_array($page->header()->access)) { + //Multiple values for access + $valid = false; + + foreach ($page->header()->access as $index => $accessLevel) { + if (is_array($accessLevel)) { + foreach ($accessLevel as $innerIndex => $innerAccessLevel) { + if (in_array($innerAccessLevel, $accessLevels, false)) { + $valid = true; + } + } + } else { + if (in_array($index, $accessLevels, false)) { + $valid = true; + } + } + } + if ($valid) { + $items[$path] = $slug; + } + } else { + //Single value for access + if (in_array($page->header()->access, $accessLevels, false)) { + $items[$path] = $slug; + } + } + } + } + + $this->items = $items; + + return $this; + } + + /** + * Get the extended version of this Collection with each page keyed by route + * + * @return array + * @throws Exception + */ + public function toExtendedArray() + { + $items = []; + foreach ($this->items as $path => $slug) { + $page = $this->pages->get($path); + + if ($page !== null) { + $items[$page->route()] = $page->toArray(); + } + } + return $items; + } +} diff --git a/system/src/Grav/Common/Page/Header.php b/system/src/Grav/Common/Page/Header.php new file mode 100644 index 0000000..a562b17 --- /dev/null +++ b/system/src/Grav/Common/Page/Header.php @@ -0,0 +1,38 @@ +toArray(); + } +} diff --git a/system/src/Grav/Common/Page/Interfaces/PageCollectionInterface.php b/system/src/Grav/Common/Page/Interfaces/PageCollectionInterface.php new file mode 100644 index 0000000..9f5588c --- /dev/null +++ b/system/src/Grav/Common/Page/Interfaces/PageCollectionInterface.php @@ -0,0 +1,310 @@ + + * @extends ArrayAccess + */ +interface PageCollectionInterface extends Traversable, ArrayAccess, Countable, Serializable +{ + /** + * Get the collection params + * + * @return array + */ + public function params(); + + /** + * Set parameters to the Collection + * + * @param array $params + * @return $this + */ + public function setParams(array $params); + + /** + * Add a single page to a collection + * + * @param PageInterface $page + * @return $this + */ + public function addPage(PageInterface $page); + + /** + * Add a page with path and slug + * + * @param string $path + * @param string $slug + * @return $this + */ + //public function add($path, $slug); + + /** + * + * Create a copy of this collection + * + * @return static + */ + public function copy(); + + /** + * + * Merge another collection with the current collection + * + * @param PageCollectionInterface $collection + * @return PageCollectionInterface + * @phpstan-return PageCollectionInterface + */ + public function merge(PageCollectionInterface $collection); + + /** + * Intersect another collection with the current collection + * + * @param PageCollectionInterface $collection + * @return PageCollectionInterface + * @phpstan-return PageCollectionInterface + */ + public function intersect(PageCollectionInterface $collection); + + /** + * Split collection into array of smaller collections. + * + * @param int $size + * @return PageCollectionInterface[] + * @phpstan-return array> + */ + public function batch($size); + + /** + * Remove item from the list. + * + * @param PageInterface|string|null $key + * @return PageCollectionInterface + * @phpstan-return PageCollectionInterface + * @throws InvalidArgumentException + */ + //public function remove($key = null); + + /** + * Reorder collection. + * + * @param string $by + * @param string $dir + * @param array|null $manual + * @param string|null $sort_flags + * @return PageCollectionInterface + * @phpstan-return PageCollectionInterface + */ + public function order($by, $dir = 'asc', $manual = null, $sort_flags = null); + + /** + * Check to see if this item is the first in the collection. + * + * @param string $path + * @return bool True if item is first. + */ + public function isFirst($path): bool; + + /** + * Check to see if this item is the last in the collection. + * + * @param string $path + * @return bool True if item is last. + */ + public function isLast($path): bool; + + /** + * Gets the previous sibling based on current position. + * + * @param string $path + * @return PageInterface The previous item. + * @phpstan-return T + */ + public function prevSibling($path); + + /** + * Gets the next sibling based on current position. + * + * @param string $path + * @return PageInterface The next item. + * @phpstan-return T + */ + public function nextSibling($path); + + /** + * Returns the adjacent sibling based on a direction. + * + * @param string $path + * @param int $direction either -1 or +1 + * @return PageInterface|PageCollectionInterface|false The sibling item. + * @phpstan-return T|false + */ + public function adjacentSibling($path, $direction = 1); + + /** + * Returns the item in the current position. + * + * @param string $path the path the item + * @return int|null The index of the current page, null if not found. + */ + public function currentPosition($path): ?int; + + /** + * Returns the items between a set of date ranges of either the page date field (default) or + * an arbitrary datetime page field where start date and end date are optional + * Dates must be passed in as text that strtotime() can process + * http://php.net/manual/en/function.strtotime.php + * + * @param string|null $startDate + * @param string|null $endDate + * @param string|null $field + * @return PageCollectionInterface + * @phpstan-return PageCollectionInterface + * @throws Exception + */ + public function dateRange($startDate = null, $endDate = null, $field = null); + + /** + * Creates new collection with only visible pages + * + * @return PageCollectionInterface The collection with only visible pages + * @phpstan-return PageCollectionInterface + */ + public function visible(); + + /** + * Creates new collection with only non-visible pages + * + * @return PageCollectionInterface The collection with only non-visible pages + * @phpstan-return PageCollectionInterface + */ + public function nonVisible(); + + /** + * Creates new collection with only pages + * + * @return PageCollectionInterface The collection with only pages + * @phpstan-return PageCollectionInterface + */ + public function pages(); + + /** + * Creates new collection with only modules + * + * @return PageCollectionInterface The collection with only modules + * @phpstan-return PageCollectionInterface + */ + public function modules(); + + /** + * Creates new collection with only modules + * + * @return PageCollectionInterface The collection with only modules + * @phpstan-return PageCollectionInterface + * @deprecated 1.7 Use $this->modules() instead + */ + public function modular(); + + /** + * Creates new collection with only non-module pages + * + * @return PageCollectionInterface The collection with only non-module pages + * @phpstan-return PageCollectionInterface + * @deprecated 1.7 Use $this->pages() instead + */ + public function nonModular(); + + /** + * Creates new collection with only published pages + * + * @return PageCollectionInterface The collection with only published pages + * @phpstan-return PageCollectionInterface + */ + public function published(); + + /** + * Creates new collection with only non-published pages + * + * @return PageCollectionInterface The collection with only non-published pages + * @phpstan-return PageCollectionInterface + */ + public function nonPublished(); + + /** + * Creates new collection with only routable pages + * + * @return PageCollectionInterface The collection with only routable pages + * @phpstan-return PageCollectionInterface + */ + public function routable(); + + /** + * Creates new collection with only non-routable pages + * + * @return PageCollectionInterface The collection with only non-routable pages + * @phpstan-return PageCollectionInterface + */ + public function nonRoutable(); + + /** + * Creates new collection with only pages of the specified type + * + * @param string $type + * @return PageCollectionInterface The collection + * @phpstan-return PageCollectionInterface + */ + public function ofType($type); + + /** + * Creates new collection with only pages of one of the specified types + * + * @param string[] $types + * @return PageCollectionInterface The collection + * @phpstan-return PageCollectionInterface + */ + public function ofOneOfTheseTypes($types); + + /** + * Creates new collection with only pages of one of the specified access levels + * + * @param array $accessLevels + * @return PageCollectionInterface The collection + * @phpstan-return PageCollectionInterface + */ + public function ofOneOfTheseAccessLevels($accessLevels); + + /** + * Converts collection into an array. + * + * @return array + */ + public function toArray(); + + /** + * Get the extended version of this Collection with each page keyed by route + * + * @return array + * @throws Exception + */ + public function toExtendedArray(); +} diff --git a/system/src/Grav/Common/Page/Interfaces/PageContentInterface.php b/system/src/Grav/Common/Page/Interfaces/PageContentInterface.php new file mode 100644 index 0000000..2df4286 --- /dev/null +++ b/system/src/Grav/Common/Page/Interfaces/PageContentInterface.php @@ -0,0 +1,267 @@ +true) for example + * + * @param array|null $var New array of name value pairs where the name is the process and value is true or false + * @return array Array of name value pairs where the name is the process and value is true or false + */ + public function process($var = null); + + /** + * Gets and Sets the slug for the Page. The slug is used in the URL routing. If not set it uses + * the parent folder from the path + * + * @param string|null $var New slug, e.g. 'my-blog' + * @return string The slug + */ + public function slug($var = null); + + /** + * Get/set order number of this page. + * + * @param int|null $var New order as a number + * @return string|bool Order in a form of '02.' or false if not set + */ + public function order($var = null); + + /** + * Gets and sets the identifier for this Page object. + * + * @param string|null $var New identifier + * @return string The identifier + */ + public function id($var = null); + + /** + * Gets and sets the modified timestamp. + * + * @param int|null $var New modified unix timestamp + * @return int Modified unix timestamp + */ + public function modified($var = null); + + /** + * Gets and sets the option to show the last_modified header for the page. + * + * @param bool|null $var New last_modified header value + * @return bool Show last_modified header + */ + public function lastModified($var = null); + + /** + * Get/set the folder. + * + * @param string|null $var New folder + * @return string|null The folder + */ + public function folder($var = null); + + /** + * Gets and sets the date for this Page object. This is typically passed in via the page headers + * + * @param string|null $var New string representation of a date + * @return int Unix timestamp representation of the date + */ + public function date($var = null); + + /** + * Gets and sets the date format for this Page object. This is typically passed in via the page headers + * using typical PHP date string structure - http://php.net/manual/en/function.date.php + * + * @param string|null $var New string representation of a date format + * @return string String representation of a date format + */ + public function dateformat($var = null); + + /** + * Gets and sets the taxonomy array which defines which taxonomies this page identifies itself with. + * + * @param array|null $var New array of taxonomies + * @return array An array of taxonomies + */ + public function taxonomy($var = null); + + /** + * Gets the configured state of the processing method. + * + * @param string $process The process name, eg "twig" or "markdown" + * @return bool Whether or not the processing method is enabled for this Page + */ + public function shouldProcess($process); + + /** + * Returns true if page is a module. + * + * @return bool + */ + public function isModule(): bool; + + /** + * Returns whether or not this Page object has a .md file associated with it or if its just a directory. + * + * @return bool True if its a page with a .md file associated + */ + public function isPage(); + + /** + * Returns whether or not this Page object is a directory or a page. + * + * @return bool True if its a directory + */ + public function isDir(); + + /** + * Returns whether the page exists in the filesystem. + * + * @return bool + */ + public function exists(); + + /** + * Returns the blueprint from the page. + * + * @param string $name Name of the Blueprint form. Used by flex only. + * @return Blueprint Returns a Blueprint. + */ + public function getBlueprint(string $name = ''); +} diff --git a/system/src/Grav/Common/Page/Interfaces/PageFormInterface.php b/system/src/Grav/Common/Page/Interfaces/PageFormInterface.php new file mode 100644 index 0000000..3c88ebf --- /dev/null +++ b/system/src/Grav/Common/Page/Interfaces/PageFormInterface.php @@ -0,0 +1,33 @@ + blueprint, ...], where blueprint follows the regular form blueprint format. + * + * @return array + */ + //public function getForms(): array; + + /** + * Add forms to this page. + * + * @param array $new + * @return $this + */ + public function addForms(array $new/*, $override = true*/); + + /** + * Alias of $this->getForms(); + * + * @return array + */ + public function forms();//: array; +} diff --git a/system/src/Grav/Common/Page/Interfaces/PageInterface.php b/system/src/Grav/Common/Page/Interfaces/PageInterface.php new file mode 100644 index 0000000..8595c54 --- /dev/null +++ b/system/src/Grav/Common/Page/Interfaces/PageInterface.php @@ -0,0 +1,25 @@ +save() in order to perform the move. + * + * @param PageInterface $parent New parent page. + * @return $this + */ + public function move(PageInterface $parent); + + /** + * Prepare a copy from the page. Copies also everything that's under the current page. + * + * Returns a new Page object for the copy. + * You need to call $this->save() in order to perform the move. + * + * @param PageInterface $parent New parent page. + * @return $this + */ + public function copy(PageInterface $parent); + + /** + * Get blueprints for the page. + * + * @return Blueprint + */ + public function blueprints(); + + /** + * Get the blueprint name for this page. Use the blueprint form field if set + * + * @return string + */ + public function blueprintName(); + + /** + * Validate page header. + * + * @throws Exception + */ + public function validate(); + + /** + * Filter page header from illegal contents. + */ + public function filter(); + + /** + * Get unknown header variables. + * + * @return array + */ + public function extra(); + + /** + * Convert page to an array. + * + * @return array + */ + public function toArray(); + + /** + * Convert page to YAML encoded string. + * + * @return string + */ + public function toYaml(); + + /** + * Convert page to JSON encoded string. + * + * @return string + */ + public function toJson(); + + /** + * Returns normalized list of name => form pairs. + * + * @return array + */ + public function forms(); + + /** + * @param array $new + */ + public function addForms(array $new); + + /** + * Gets and sets the name field. If no name field is set, it will return 'default.md'. + * + * @param string|null $var The name of this page. + * @return string The name of this page. + */ + public function name($var = null); + + /** + * Returns child page type. + * + * @return string + */ + public function childType(); + + /** + * Gets and sets the template field. This is used to find the correct Twig template file to render. + * If no field is set, it will return the name without the .md extension + * + * @param string|null $var the template name + * @return string the template name + */ + public function template($var = null); + + /** + * Allows a page to override the output render format, usually the extension provided + * in the URL. (e.g. `html`, `json`, `xml`, etc). + * + * @param string|null $var + * @return string + */ + public function templateFormat($var = null); + + /** + * Gets and sets the extension field. + * + * @param string|null $var + * @return string|null + */ + public function extension($var = null); + + /** + * Gets and sets the expires field. If not set will return the default + * + * @param int|null $var The new expires value. + * @return int The expires value + */ + public function expires($var = null); + + /** + * Gets and sets the cache-control property. If not set it will return the default value (null) + * https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control for more details on valid options + * + * @param string|null $var + * @return string|null + */ + public function cacheControl($var = null); + + /** + * @param bool|null $var + * @return bool + */ + public function ssl($var = null); + + /** + * Returns the state of the debugger override etting for this page + * + * @return bool + */ + public function debugger(); + + /** + * Function to merge page metadata tags and build an array of Metadata objects + * that can then be rendered in the page. + * + * @param array|null $var an Array of metadata values to set + * @return array an Array of metadata values for the page + */ + public function metadata($var = null); + + /** + * Gets and sets the option to show the etag header for the page. + * + * @param bool|null $var show etag header + * @return bool show etag header + */ + public function eTag($var = null): bool; + + /** + * Gets and sets the path to the .md file for this Page object. + * + * @param string|null $var the file path + * @return string|null the file path + */ + public function filePath($var = null); + + /** + * Gets the relative path to the .md file + * + * @return string The relative file path + */ + public function filePathClean(); + + /** + * Gets and sets the order by which any sub-pages should be sorted. + * + * @param string|null $var the order, either "asc" or "desc" + * @return string the order, either "asc" or "desc" + * @deprecated 1.6 + */ + public function orderDir($var = null); + + /** + * Gets and sets the order by which the sub-pages should be sorted. + * + * default - is the order based on the file system, ie 01.Home before 02.Advark + * title - is the order based on the title set in the pages + * date - is the order based on the date set in the pages + * folder - is the order based on the name of the folder with any numerics omitted + * + * @param string|null $var supported options include "default", "title", "date", and "folder" + * @return string supported options include "default", "title", "date", and "folder" + * @deprecated 1.6 + */ + public function orderBy($var = null); + + /** + * Gets the manual order set in the header. + * + * @param string|null $var supported options include "default", "title", "date", and "folder" + * @return array + * @deprecated 1.6 + */ + public function orderManual($var = null); + + /** + * Gets and sets the maxCount field which describes how many sub-pages should be displayed if the + * sub_pages header property is set for this page object. + * + * @param int|null $var the maximum number of sub-pages + * @return int the maximum number of sub-pages + * @deprecated 1.6 + */ + public function maxCount($var = null); + + /** + * Gets and sets the modular var that helps identify this page is a modular child + * + * @param bool|null $var true if modular_twig + * @return bool true if modular_twig + * @deprecated 1.7 Use ->isModule() or ->modularTwig() method instead. + */ + public function modular($var = null); + + /** + * Gets and sets the modular_twig var that helps identify this page as a modular child page that will need + * twig processing handled differently from a regular page. + * + * @param bool|null $var true if modular_twig + * @return bool true if modular_twig + */ + public function modularTwig($var = null); + + /** + * Returns children of this page. + * + * @return PageCollectionInterface|Collection + */ + public function children(); + + /** + * Check to see if this item is the first in an array of sub-pages. + * + * @return bool True if item is first. + */ + public function isFirst(); + + /** + * Check to see if this item is the last in an array of sub-pages. + * + * @return bool True if item is last + */ + public function isLast(); + + /** + * Gets the previous sibling based on current position. + * + * @return PageInterface the previous Page item + */ + public function prevSibling(); + + /** + * Gets the next sibling based on current position. + * + * @return PageInterface the next Page item + */ + public function nextSibling(); + + /** + * Returns the adjacent sibling based on a direction. + * + * @param int $direction either -1 or +1 + * @return PageInterface|false the sibling page + */ + public function adjacentSibling($direction = 1); + + /** + * Helper method to return an ancestor page. + * + * @param bool|null $lookup Name of the parent folder + * @return PageInterface page you were looking for if it exists + */ + public function ancestor($lookup = null); + + /** + * Helper method to return an ancestor page to inherit from. The current + * page object is returned. + * + * @param string $field Name of the parent folder + * @return PageInterface + */ + public function inherited($field); + + /** + * Helper method to return an ancestor field only to inherit from. The + * first occurrence of an ancestor field will be returned if at all. + * + * @param string $field Name of the parent folder + * @return array + */ + public function inheritedField($field); + + /** + * Helper method to return a page. + * + * @param string $url the url of the page + * @param bool $all + * @return PageInterface page you were looking for if it exists + */ + public function find($url, $all = false); + + /** + * Get a collection of pages in the current context. + * + * @param string|array $params + * @param bool $pagination + * @return Collection + * @throws InvalidArgumentException + */ + public function collection($params = 'content', $pagination = true); + + /** + * @param string|array $value + * @param bool $only_published + * @return PageCollectionInterface|Collection + */ + public function evaluate($value, $only_published = true); + + /** + * Returns whether or not the current folder exists + * + * @return bool + */ + public function folderExists(); + + /** + * Gets the Page Unmodified (original) version of the page. + * + * @return PageInterface The original version of the page. + */ + public function getOriginal(); + + /** + * Gets the action. + * + * @return string The Action string. + */ + public function getAction(); +} diff --git a/system/src/Grav/Common/Page/Interfaces/PageRoutableInterface.php b/system/src/Grav/Common/Page/Interfaces/PageRoutableInterface.php new file mode 100644 index 0000000..2900266 --- /dev/null +++ b/system/src/Grav/Common/Page/Interfaces/PageRoutableInterface.php @@ -0,0 +1,180 @@ +page = $page ?? Grav::instance()['page'] ?? null; + + // Add defaults to the configuration. + if (null === $config || !isset($config['markdown'], $config['images'])) { + $c = Grav::instance()['config']; + $config = $config ?? []; + $config += [ + 'markdown' => $c->get('system.pages.markdown', []), + 'images' => $c->get('system.images', []) + ]; + } + + $this->config = $config; + } + + /** + * @return PageInterface|null + */ + public function getPage(): ?PageInterface + { + return $this->page; + } + + /** + * @return array + */ + public function getConfig(): array + { + return $this->config; + } + + /** + * @param object $markdown + * @return void + */ + public function fireInitializedEvent($markdown): void + { + $grav = Grav::instance(); + + $grav->fireEvent('onMarkdownInitialized', new Event(['markdown' => $markdown, 'page' => $this->page])); + } + + /** + * Process a Link excerpt + * + * @param array $excerpt + * @param string $type + * @return array + */ + public function processLinkExcerpt(array $excerpt, string $type = 'link'): array + { + $grav = Grav::instance(); + $url = htmlspecialchars_decode(rawurldecode($excerpt['element']['attributes']['href'])); + $url_parts = $this->parseUrl($url); + + // If there is a query, then parse it and build action calls. + if (isset($url_parts['query'])) { + $actions = array_reduce( + explode('&', $url_parts['query']), + static function ($carry, $item) { + $parts = explode('=', $item, 2); + $value = isset($parts[1]) ? rawurldecode($parts[1]) : true; + $carry[$parts[0]] = $value; + + return $carry; + }, + [] + ); + + // Valid attributes supported. + $valid_attributes = $grav['config']->get('system.pages.markdown.valid_link_attributes') ?? []; + + $skip = []; + // Unless told to not process, go through actions. + if (array_key_exists('noprocess', $actions)) { + $skip = is_bool($actions['noprocess']) ? $actions : explode(',', $actions['noprocess']); + unset($actions['noprocess']); + } + + // Loop through actions for the image and call them. + foreach ($actions as $attrib => $value) { + if (!in_array($attrib, $skip)) { + $key = $attrib; + + if (in_array($attrib, $valid_attributes, true)) { + // support both class and classes. + if ($attrib === 'classes') { + $attrib = 'class'; + } + $excerpt['element']['attributes'][$attrib] = str_replace(',', ' ', $value); + unset($actions[$key]); + } + } + } + + $url_parts['query'] = http_build_query($actions, '', '&', PHP_QUERY_RFC3986); + } + + // If no query elements left, unset query. + if (empty($url_parts['query'])) { + unset($url_parts['query']); + } + + // Set path to / if not set. + if (empty($url_parts['path'])) { + $url_parts['path'] = ''; + } + + // If scheme isn't http(s).. + if (!empty($url_parts['scheme']) && !in_array($url_parts['scheme'], ['http', 'https'])) { + // Handle custom streams. + /** @var UniformResourceLocator $locator */ + $locator = $grav['locator']; + if ($type === 'link' && $locator->isStream($url)) { + $path = $locator->findResource($url, false) ?: $locator->findResource($url, false, true); + $url_parts['path'] = $grav['base_url_relative'] . '/' . $path; + unset($url_parts['stream'], $url_parts['scheme']); + } + + $excerpt['element']['attributes']['href'] = Uri::buildUrl($url_parts); + + return $excerpt; + } + + // Handle paths and such. + $url_parts = Uri::convertUrl($this->page, $url_parts, $type); + + // Build the URL from the component parts and set it on the element. + $excerpt['element']['attributes']['href'] = Uri::buildUrl($url_parts); + + return $excerpt; + } + + /** + * Process an image excerpt + * + * @param array $excerpt + * @return array + */ + public function processImageExcerpt(array $excerpt): array + { + $url = htmlspecialchars_decode(urldecode($excerpt['element']['attributes']['src'])); + $url_parts = $this->parseUrl($url); + + $media = null; + $filename = null; + + if (!empty($url_parts['stream'])) { + $filename = $url_parts['scheme'] . '://' . ($url_parts['path'] ?? ''); + + $media = $this->page->getMedia(); + } else { + $grav = Grav::instance(); + /** @var Pages $pages */ + $pages = $grav['pages']; + + // File is also local if scheme is http(s) and host matches. + $local_file = isset($url_parts['path']) + && (empty($url_parts['scheme']) || in_array($url_parts['scheme'], ['http', 'https'], true)) + && (empty($url_parts['host']) || $url_parts['host'] === $grav['uri']->host()); + + if ($local_file) { + $filename = Utils::basename($url_parts['path']); + $folder = dirname($url_parts['path']); + + // Get the local path to page media if possible. + if ($this->page && $folder === $this->page->url(false, false, false)) { + // Get the media objects for this page. + $media = $this->page->getMedia(); + } else { + // see if this is an external page to this one + $base_url = rtrim($grav['base_url_relative'] . $pages->base(), '/'); + $page_route = '/' . ltrim(str_replace($base_url, '', $folder), '/'); + + $ext_page = $pages->find($page_route, true); + if ($ext_page) { + $media = $ext_page->getMedia(); + } else { + $grav->fireEvent('onMediaLocate', new Event(['route' => $page_route, 'media' => &$media])); + } + } + } + } + + // If there is a media file that matches the path referenced.. + if ($media && $filename && isset($media[$filename])) { + // Get the medium object. + /** @var Medium $medium */ + $medium = $media[$filename]; + + // Process operations + $medium = $this->processMediaActions($medium, $url_parts); + $element_excerpt = $excerpt['element']['attributes']; + + $alt = $element_excerpt['alt'] ?? ''; + $title = $element_excerpt['title'] ?? ''; + $class = $element_excerpt['class'] ?? ''; + $id = $element_excerpt['id'] ?? ''; + + $excerpt['element'] = $medium->parsedownElement($title, $alt, $class, $id, true); + } else { + // Not a current page media file, see if it needs converting to relative. + $excerpt['element']['attributes']['src'] = Uri::buildUrl($url_parts); + } + + return $excerpt; + } + + /** + * Process media actions + * + * @param Medium $medium + * @param string|array $url + * @return Medium|Link + */ + public function processMediaActions($medium, $url) + { + $url_parts = is_string($url) ? $this->parseUrl($url) : $url; + $actions = []; + + + // if there is a query, then parse it and build action calls + if (isset($url_parts['query'])) { + $actions = array_reduce( + explode('&', $url_parts['query']), + static function ($carry, $item) { + $parts = explode('=', $item, 2); + $value = $parts[1] ?? null; + $carry[] = ['method' => $parts[0], 'params' => $value]; + + return $carry; + }, + [] + ); + } + + $defaults = $this->config['images']['defaults'] ?? []; + if (count($defaults)) { + foreach ($defaults as $method => $params) { + if (array_search($method, array_column($actions, 'method')) === false) { + $actions[] = [ + 'method' => $method, + 'params' => $params, + ]; + } + } + } + + // loop through actions for the image and call them + foreach ($actions as $action) { + $matches = []; + + if (preg_match('/\[(.*)\]/', $action['params'], $matches)) { + $args = [explode(',', $matches[1])]; + } else { + $args = explode(',', $action['params']); + } + + $medium = call_user_func_array([$medium, $action['method']], $args); + } + + if (isset($url_parts['fragment'])) { + $medium->urlHash($url_parts['fragment']); + } + + return $medium; + } + + /** + * Variation of parse_url() which works also with local streams. + * + * @param string $url + * @return array + */ + protected function parseUrl(string $url) + { + $url_parts = Utils::multibyteParseUrl($url); + + if (isset($url_parts['scheme'])) { + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + + // Special handling for the streams. + if ($locator->schemeExists($url_parts['scheme'])) { + if (isset($url_parts['host'])) { + // Merge host and path into a path. + $url_parts['path'] = $url_parts['host'] . (isset($url_parts['path']) ? '/' . $url_parts['path'] : ''); + unset($url_parts['host']); + } + + $url_parts['stream'] = true; + } + } + + return $url_parts; + } +} diff --git a/system/src/Grav/Common/Page/Media.php b/system/src/Grav/Common/Page/Media.php new file mode 100644 index 0000000..b29bbf3 --- /dev/null +++ b/system/src/Grav/Common/Page/Media.php @@ -0,0 +1,286 @@ +setPath($path); + $this->media_order = $media_order; + + $this->__wakeup(); + if ($load) { + $this->init(); + } + } + + /** + * Initialize static variables on unserialize. + */ + public function __wakeup() + { + if (null === static::$global) { + // Add fallback to global media. + static::$global = GlobalMedia::getInstance(); + } + } + + /** + * Return raw route to the page. + * + * @return string|null Route to the page or null if media isn't for a page. + */ + public function getRawRoute(): ?string + { + $path = $this->getPath(); + if ($path) { + /** @var Pages $pages */ + $pages = $this->getGrav()['pages']; + $page = $pages->get($path); + if ($page) { + return $page->rawRoute(); + } + } + + return null; + } + + /** + * Return page route. + * + * @return string|null Route to the page or null if media isn't for a page. + */ + public function getRoute(): ?string + { + $path = $this->getPath(); + if ($path) { + /** @var Pages $pages */ + $pages = $this->getGrav()['pages']; + $page = $pages->get($path); + if ($page) { + return $page->route(); + } + } + + return null; + } + + /** + * @param string $offset + * @return bool + */ + #[\ReturnTypeWillChange] + public function offsetExists($offset) + { + return parent::offsetExists($offset) ?: isset(static::$global[$offset]); + } + + /** + * @param string $offset + * @return MediaObjectInterface|null + */ + #[\ReturnTypeWillChange] + public function offsetGet($offset) + { + return parent::offsetGet($offset) ?: static::$global[$offset]; + } + + /** + * Initialize class. + * + * @return void + */ + protected function init() + { + $path = $this->getPath(); + + // Handle special cases where page doesn't exist in filesystem. + if (!$path || !is_dir($path)) { + return; + } + + $grav = Grav::instance(); + + /** @var UniformResourceLocator $locator */ + $locator = $grav['locator']; + + /** @var Config $config */ + $config = $grav['config']; + + $exif_reader = isset($grav['exif']) ? $grav['exif']->getReader() : null; + $media_types = array_keys($config->get('media.types', [])); + + $iterator = new FilesystemIterator($path, FilesystemIterator::UNIX_PATHS | FilesystemIterator::SKIP_DOTS); + + $media = []; + + foreach ($iterator as $file => $info) { + // Ignore folders and Markdown files. + $filename = $info->getFilename(); + if (!$info->isFile() || $info->getExtension() === 'md' || $filename === 'frontmatter.yaml' || $filename === 'media.json' || strpos($filename, '.') === 0) { + continue; + } + + // Find out what type we're dealing with + [$basename, $ext, $type, $extra] = $this->getFileParts($filename); + + if (!in_array(strtolower($ext), $media_types, true)) { + continue; + } + + if ($type === 'alternative') { + $media["{$basename}.{$ext}"][$type][$extra] = ['file' => $file, 'size' => $info->getSize()]; + } else { + $media["{$basename}.{$ext}"][$type] = ['file' => $file, 'size' => $info->getSize()]; + } + } + + foreach ($media as $name => $types) { + // First prepare the alternatives in case there is no base medium + if (!empty($types['alternative'])) { + /** + * @var string|int $ratio + * @var array $alt + */ + foreach ($types['alternative'] as $ratio => &$alt) { + $alt['file'] = $this->createFromFile($alt['file']); + + if (empty($alt['file'])) { + unset($types['alternative'][$ratio]); + } else { + $alt['file']->set('size', $alt['size']); + } + } + unset($alt); + } + + $file_path = null; + + // Create the base medium + if (empty($types['base'])) { + if (!isset($types['alternative'])) { + continue; + } + + $max = max(array_keys($types['alternative'])); + $medium = $types['alternative'][$max]['file']; + $file_path = $medium->path(); + $medium = MediumFactory::scaledFromMedium($medium, $max, 1)['file']; + } else { + $medium = $this->createFromFile($types['base']['file']); + if ($medium) { + $medium->set('size', $types['base']['size']); + $file_path = $medium->path(); + } + } + + if (empty($medium)) { + continue; + } + + // metadata file + $meta_path = $file_path . '.meta.yaml'; + + if (file_exists($meta_path)) { + $types['meta']['file'] = $meta_path; + } elseif ($file_path && $exif_reader && $medium->get('mime') === 'image/jpeg' && empty($types['meta']) && $config->get('system.media.auto_metadata_exif')) { + $meta = $exif_reader->read($file_path); + + if ($meta) { + $meta_data = $meta->getData(); + $meta_trimmed = array_diff_key($meta_data, array_flip($this->standard_exif)); + if ($meta_trimmed) { + if ($locator->isStream($meta_path)) { + $file = File::instance($locator->findResource($meta_path, true, true)); + } else { + $file = File::instance($meta_path); + } + $file->save(Yaml::dump($meta_trimmed)); + $types['meta']['file'] = $meta_path; + } + } + } + + if (!empty($types['meta'])) { + $medium->addMetaFile($types['meta']['file']); + } + + if (!empty($types['thumb'])) { + // We will not turn it into medium yet because user might never request the thumbnail + // not wasting any resources on that, maybe we should do this for medium in general? + $medium->set('thumbnails.page', $types['thumb']['file']); + } + + // Build missing alternatives + if (!empty($types['alternative'])) { + $alternatives = $types['alternative']; + $max = max(array_keys($alternatives)); + + for ($i=$max; $i > 1; $i--) { + if (isset($alternatives[$i])) { + continue; + } + + $types['alternative'][$i] = MediumFactory::scaledFromMedium($alternatives[$max]['file'], $max, $i); + } + + foreach ($types['alternative'] as $altMedium) { + if ($altMedium['file'] != $medium) { + $altWidth = $altMedium['file']->get('width'); + $medWidth = $medium->get('width'); + if ($altWidth && $medWidth) { + $ratio = $altWidth / $medWidth; + $medium->addAlternative($ratio, $altMedium['file']); + } + } + } + } + + $this->add($name, $medium); + } + } + + /** + * @return string|null + * @deprecated 1.6 Use $this->getPath() instead. + */ + public function path(): ?string + { + return $this->getPath(); + } +} diff --git a/system/src/Grav/Common/Page/Medium/AbstractMedia.php b/system/src/Grav/Common/Page/Medium/AbstractMedia.php new file mode 100644 index 0000000..906d044 --- /dev/null +++ b/system/src/Grav/Common/Page/Medium/AbstractMedia.php @@ -0,0 +1,344 @@ +path; + } + + /** + * @param string|null $path + * @return void + */ + public function setPath(?string $path): void + { + $this->path = $path; + } + + /** + * Get medium by filename. + * + * @param string $filename + * @return MediaObjectInterface|null + */ + public function get($filename) + { + return $this->offsetGet($filename); + } + + /** + * Call object as function to get medium by filename. + * + * @param string $filename + * @return mixed + */ + #[\ReturnTypeWillChange] + public function __invoke($filename) + { + return $this->offsetGet($filename); + } + + /** + * Set file modification timestamps (query params) for all the media files. + * + * @param string|int|null $timestamp + * @return $this + */ + public function setTimestamps($timestamp = null) + { + foreach ($this->items as $instance) { + $instance->setTimestamp($timestamp); + } + + return $this; + } + + /** + * Get a list of all media. + * + * @return MediaObjectInterface[] + */ + public function all() + { + $this->items = $this->orderMedia($this->items); + + return $this->items; + } + + /** + * Get a list of all image media. + * + * @return MediaObjectInterface[] + */ + public function images() + { + $this->images = $this->orderMedia($this->images); + + return $this->images; + } + + /** + * Get a list of all video media. + * + * @return MediaObjectInterface[] + */ + public function videos() + { + $this->videos = $this->orderMedia($this->videos); + + return $this->videos; + } + + /** + * Get a list of all audio media. + * + * @return MediaObjectInterface[] + */ + public function audios() + { + $this->audios = $this->orderMedia($this->audios); + + return $this->audios; + } + + /** + * Get a list of all file media. + * + * @return MediaObjectInterface[] + */ + public function files() + { + $this->files = $this->orderMedia($this->files); + + return $this->files; + } + + /** + * @param string $name + * @param MediaObjectInterface|null $file + * @return void + */ + public function add($name, $file) + { + if (null === $file) { + return; + } + + $this->offsetSet($name, $file); + + switch ($file->type) { + case 'image': + $this->images[$name] = $file; + break; + case 'video': + $this->videos[$name] = $file; + break; + case 'audio': + $this->audios[$name] = $file; + break; + default: + $this->files[$name] = $file; + } + } + + /** + * @param string $name + * @return void + */ + public function hide($name) + { + $this->offsetUnset($name); + + unset($this->images[$name], $this->videos[$name], $this->audios[$name], $this->files[$name]); + } + + /** + * Create Medium from a file. + * + * @param string $file + * @param array $params + * @return Medium|null + */ + public function createFromFile($file, array $params = []) + { + return MediumFactory::fromFile($file, $params); + } + + /** + * Create Medium from array of parameters + * + * @param array $items + * @param Blueprint|null $blueprint + * @return Medium|null + */ + public function createFromArray(array $items = [], Blueprint $blueprint = null) + { + return MediumFactory::fromArray($items, $blueprint); + } + + /** + * @param MediaObjectInterface $mediaObject + * @return ImageFile + */ + public function getImageFileObject(MediaObjectInterface $mediaObject): ImageFile + { + return ImageFile::open($mediaObject->get('filepath')); + } + + /** + * Order the media based on the page's media_order + * + * @param array $media + * @return array + */ + protected function orderMedia($media) + { + if (null === $this->media_order) { + $path = $this->getPath(); + if (null !== $path) { + /** @var Pages $pages */ + $pages = Grav::instance()['pages']; + $page = $pages->get($path); + if ($page && isset($page->header()->media_order)) { + $this->media_order = array_map('trim', explode(',', $page->header()->media_order)); + } + } + } + + if (!empty($this->media_order) && is_array($this->media_order)) { + $media = Utils::sortArrayByArray($media, $this->media_order); + } else { + ksort($media, SORT_NATURAL | SORT_FLAG_CASE); + } + + return $media; + } + + protected function fileExists(string $filename, string $destination): bool + { + return file_exists("{$destination}/{$filename}"); + } + + /** + * Get filename, extension and meta part. + * + * @param string $filename + * @return array + */ + protected function getFileParts($filename) + { + if (preg_match('/(.*)@(\d+)x\.(.*)$/', $filename, $matches)) { + $name = $matches[1]; + $extension = $matches[3]; + $extra = (int) $matches[2]; + $type = 'alternative'; + + if ($extra === 1) { + $type = 'base'; + $extra = null; + } + } else { + $fileParts = explode('.', $filename); + + $name = array_shift($fileParts); + $extension = null; + $extra = null; + $type = 'base'; + + while (($part = array_shift($fileParts)) !== null) { + if ($part !== 'meta' && $part !== 'thumb') { + if (null !== $extension) { + $name .= '.' . $extension; + } + $extension = $part; + } else { + $type = $part; + $extra = '.' . $part . '.' . implode('.', $fileParts); + break; + } + } + } + + return [$name, $extension, $type, $extra]; + } + + protected function getGrav(): Grav + { + return Grav::instance(); + } + + protected function getConfig(): Config + { + return $this->getGrav()['config']; + } + + protected function getLanguage(): Language + { + return $this->getGrav()['language']; + } + + protected function clearCache(): void + { + /** @var UniformResourceLocator $locator */ + $locator = $this->getGrav()['locator']; + $locator->clearCache(); + } +} diff --git a/system/src/Grav/Common/Page/Medium/AudioMedium.php b/system/src/Grav/Common/Page/Medium/AudioMedium.php new file mode 100644 index 0000000..81d3a5b --- /dev/null +++ b/system/src/Grav/Common/Page/Medium/AudioMedium.php @@ -0,0 +1,36 @@ +resetPlayer(); + + return $this; + } +} diff --git a/system/src/Grav/Common/Page/Medium/GlobalMedia.php b/system/src/Grav/Common/Page/Medium/GlobalMedia.php new file mode 100644 index 0000000..66ccca7 --- /dev/null +++ b/system/src/Grav/Common/Page/Medium/GlobalMedia.php @@ -0,0 +1,150 @@ +resolveStream($offset)); + } + + /** + * @param string $offset + * @return MediaObjectInterface|null + */ + #[\ReturnTypeWillChange] + public function offsetGet($offset) + { + return parent::offsetGet($offset) ?: $this->addMedium($offset); + } + + /** + * @param string $filename + * @return string|null + */ + protected function resolveStream($filename) + { + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + if (!$locator->isStream($filename)) { + return null; + } + + return $locator->findResource($filename) ?: null; + } + + /** + * @param string $stream + * @return MediaObjectInterface|null + */ + protected function addMedium($stream) + { + $filename = $this->resolveStream($stream); + if (!$filename) { + return null; + } + + $path = dirname($filename); + [$basename, $ext,, $extra] = $this->getFileParts(Utils::basename($filename)); + $medium = MediumFactory::fromFile($filename); + + if (null === $medium) { + return null; + } + + $medium->set('size', filesize($filename)); + $scale = (int) ($extra ?: 1); + + if ($scale !== 1) { + $altMedium = $medium; + + // Create scaled down regular sized image. + $medium = MediumFactory::scaledFromMedium($altMedium, $scale, 1)['file']; + + if (empty($medium)) { + return null; + } + + // Add original sized image as alternative. + $medium->addAlternative($scale, $altMedium['file']); + + // Locate or generate smaller retina images. + for ($i = $scale-1; $i > 1; $i--) { + $altFilename = "{$path}/{$basename}@{$i}x.{$ext}"; + + if (file_exists($altFilename)) { + $scaled = MediumFactory::fromFile($altFilename); + } else { + $scaled = MediumFactory::scaledFromMedium($altMedium, $scale, $i)['file']; + } + + if ($scaled) { + $medium->addAlternative($i, $scaled); + } + } + } + + $meta = "{$path}/{$basename}.{$ext}.yaml"; + if (file_exists($meta)) { + $medium->addMetaFile($meta); + } + $meta = "{$path}/{$basename}.{$ext}.meta.yaml"; + if (file_exists($meta)) { + $medium->addMetaFile($meta); + } + + $thumb = "{$path}/{$basename}.thumb.{$ext}"; + if (file_exists($thumb)) { + $medium->set('thumbnails.page', $thumb); + } + + $this->add($stream, $medium); + + return $medium; + } +} diff --git a/system/src/Grav/Common/Page/Medium/ImageFile.php b/system/src/Grav/Common/Page/Medium/ImageFile.php new file mode 100644 index 0000000..554382a --- /dev/null +++ b/system/src/Grav/Common/Page/Medium/ImageFile.php @@ -0,0 +1,212 @@ +adapter; + if ($adapter) { + $adapter->deinit(); + } + } + + /** + * Clear previously applied operations + * + * @return void + */ + public function clearOperations() + { + $this->operations = []; + } + + /** + * This is the same as the Gregwar Image class except this one fires a Grav Event on creation of new cached file + * + * @param string $type the image type + * @param int $quality the quality (for JPEG) + * @param bool $actual + * @param array $extras + * @return string + */ + public function cacheFile($type = 'jpg', $quality = 80, $actual = false, $extras = []) + { + if ($type === 'guess') { + $type = $this->guessType(); + } + + if (!$this->forceCache && !count($this->operations) && $type === $this->guessType()) { + return $this->getFilename($this->getFilePath()); + } + + // Computes the hash + $this->hash = $this->getHash($type, $quality, $extras); + + /** @var Config $config */ + $config = Grav::instance()['config']; + + // Seo friendly image names + $seofriendly = $config->get('system.images.seofriendly', false); + + if ($seofriendly) { + $mini_hash = substr($this->hash, 0, 4) . substr($this->hash, -4); + $cacheFile = "{$this->prettyName}-{$mini_hash}"; + } else { + $cacheFile = "{$this->hash}-{$this->prettyName}"; + } + + $cacheFile .= '.' . $type; + + // If the files does not exists, save it + $image = $this; + + // Target file should be younger than all the current image + // dependencies + $conditions = array( + 'younger-than' => $this->getDependencies() + ); + + // The generating function + $generate = function ($target) use ($image, $type, $quality) { + $result = $image->save($target, $type, $quality); + + if ($result !== $target) { + throw new GenerationError($result); + } + + Grav::instance()->fireEvent('onImageMediumSaved', new Event(['image' => $target])); + }; + + // Asking the cache for the cacheFile + try { + $perms = $config->get('system.images.cache_perms', '0755'); + $perms = octdec($perms); + $file = $this->getCacheSystem()->setDirectoryMode($perms)->getOrCreateFile($cacheFile, $conditions, $generate, $actual); + } catch (GenerationError $e) { + $file = $e->getNewFile(); + } + + // Nulling the resource + $adapter = $this->getAdapter(); + $adapter->setSource(new Source\File($file)); + $adapter->deinit(); + + if ($actual) { + return $file; + } + + return $this->getFilename($file); + } + + /** + * Gets the hash. + * + * @param string $type + * @param int $quality + * @param array $extras + * @return string + */ + public function getHash($type = 'guess', $quality = 80, $extras = []) + { + if (null === $this->hash) { + $this->generateHash($type, $quality, $extras); + } + + return $this->hash; + } + + /** + * Generates the hash. + * + * @param string $type + * @param int $quality + * @param array $extras + */ + public function generateHash($type = 'guess', $quality = 80, $extras = []) + { + $inputInfos = $this->source->getInfos(); + + $data = [ + $inputInfos, + $this->serializeOperations(), + $type, + $quality, + $extras + ]; + + $this->hash = sha1(serialize($data)); + } + + /** + * Read exif rotation from file and apply it. + */ + public function fixOrientation() + { + if (!extension_loaded('exif')) { + throw new RuntimeException('You need to EXIF PHP Extension to use this function'); + } + + if (!file_exists($this->source->getInfos()) || !in_array(exif_imagetype($this->source->getInfos()), [IMAGETYPE_JPEG, IMAGETYPE_TIFF_II, IMAGETYPE_TIFF_MM], true)) { + return $this; + } + + // resolve any streams + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + $filepath = $this->source->getInfos(); + if ($locator->isStream($filepath)) { + $filepath = $locator->findResource($this->source->getInfos(), true, true); + } + + // Make sure file exists + if (!file_exists($filepath)) { + return $this; + } + + try { + $exif = @exif_read_data($filepath); + } catch (Exception $e) { + Grav::instance()['log']->error($filepath . ' - ' . $e->getMessage()); + return $this; + } + + if ($exif === false || !array_key_exists('Orientation', $exif)) { + return $this; + } + + return $this->applyExifOrientation($exif['Orientation']); + } +} diff --git a/system/src/Grav/Common/Page/Medium/ImageMedium.php b/system/src/Grav/Common/Page/Medium/ImageMedium.php new file mode 100644 index 0000000..580e9f5 --- /dev/null +++ b/system/src/Grav/Common/Page/Medium/ImageMedium.php @@ -0,0 +1,499 @@ +getGrav()['config']; + + $this->thumbnailTypes = ['page', 'media', 'default']; + $this->default_quality = $config->get('system.images.default_image_quality', 85); + $this->def('debug', $config->get('system.images.debug')); + + $path = $this->get('filepath'); + if (!$path || !file_exists($path) || !filesize($path)) { + return; + } + + $this->set('thumbnails.media', $path); + + if (!($this->offsetExists('width') && $this->offsetExists('height') && $this->offsetExists('mime'))) { + $image_info = getimagesize($path); + if ($image_info) { + $this->def('width', (int) $image_info[0]); + $this->def('height', (int) $image_info[1]); + $this->def('mime', $image_info['mime']); + } + } + + $this->reset(); + + if ($config->get('system.images.cache_all', false)) { + $this->cache(); + } + } + + /** + * @return array + */ + public function getMeta(): array + { + return [ + 'width' => $this->width, + 'height' => $this->height, + ] + parent::getMeta(); + } + + /** + * Also unset the image on destruct. + */ + #[\ReturnTypeWillChange] + public function __destruct() + { + unset($this->image); + } + + /** + * Also clone image. + */ + #[\ReturnTypeWillChange] + public function __clone() + { + if ($this->image) { + $this->image = clone $this->image; + } + + parent::__clone(); + } + + /** + * Reset image. + * + * @return $this + */ + public function reset() + { + parent::reset(); + + if ($this->image) { + $this->image(); + $this->medium_querystring = []; + $this->filter(); + $this->clearAlternatives(); + } + + $this->format = 'guess'; + $this->quality = $this->default_quality; + + $this->debug_watermarked = false; + + $config = $this->getGrav()['config']; + // Set CLS configuration + $this->auto_sizes = $config->get('system.images.cls.auto_sizes', false); + $this->aspect_ratio = $config->get('system.images.cls.aspect_ratio', false); + $this->retina_scale = $config->get('system.images.cls.retina_scale', 1); + + return $this; + } + + /** + * Add meta file for the medium. + * + * @param string $filepath + * @return $this + */ + public function addMetaFile($filepath) + { + parent::addMetaFile($filepath); + + // Apply filters in meta file + $this->reset(); + + return $this; + } + + /** + * Return PATH to image. + * + * @param bool $reset + * @return string path to image + */ + public function path($reset = true) + { + $output = $this->saveImage(); + + if ($reset) { + $this->reset(); + } + + return $output; + } + + /** + * Return URL to image. + * + * @param bool $reset + * @return string + */ + public function url($reset = true) + { + $grav = $this->getGrav(); + + /** @var UniformResourceLocator $locator */ + $locator = $grav['locator']; + $image_path = (string)($locator->findResource('cache://images', true) ?: $locator->findResource('cache://images', true, true)); + $saved_image_path = $this->saved_image_path = $this->saveImage(); + + $output = preg_replace('|^' . preg_quote(GRAV_ROOT, '|') . '|', '', $saved_image_path) ?: $saved_image_path; + + if ($locator->isStream($output)) { + $output = (string)($locator->findResource($output, false) ?: $locator->findResource($output, false, true)); + } + + if (Utils::startsWith($output, $image_path)) { + $image_dir = $locator->findResource('cache://images', false); + $output = '/' . $image_dir . preg_replace('|^' . preg_quote($image_path, '|') . '|', '', $output); + } + + if ($reset) { + $this->reset(); + } + + return trim($grav['base_url'] . '/' . $this->urlQuerystring($output), '\\'); + } + + /** + * Return srcset string for this Medium and its alternatives. + * + * @param bool $reset + * @return string + */ + public function srcset($reset = true) + { + if (empty($this->alternatives)) { + if ($reset) { + $this->reset(); + } + + return ''; + } + + $srcset = []; + foreach ($this->alternatives as $ratio => $medium) { + $srcset[] = $medium->url($reset) . ' ' . $medium->get('width') . 'w'; + } + $srcset[] = str_replace(' ', '%20', $this->url($reset)) . ' ' . $this->get('width') . 'w'; + + return implode(', ', $srcset); + } + + /** + * Parsedown element for source display mode + * + * @param array $attributes + * @param bool $reset + * @return array + */ + public function sourceParsedownElement(array $attributes, $reset = true) + { + empty($attributes['src']) && $attributes['src'] = $this->url(false); + + $srcset = $this->srcset($reset); + if ($srcset) { + empty($attributes['srcset']) && $attributes['srcset'] = $srcset; + $attributes['sizes'] = $this->sizes(); + } + + if ($this->saved_image_path && $this->auto_sizes) { + if (!array_key_exists('height', $this->attributes) && !array_key_exists('width', $this->attributes)) { + $info = getimagesize($this->saved_image_path); + $width = (int)$info[0]; + $height = (int)$info[1]; + + $scaling_factor = $this->retina_scale > 0 ? $this->retina_scale : 1; + $attributes['width'] = (int)($width / $scaling_factor); + $attributes['height'] = (int)($height / $scaling_factor); + + if ($this->aspect_ratio) { + $style = ($attributes['style'] ?? ' ') . "--aspect-ratio: $width/$height;"; + $attributes['style'] = trim($style); + } + } + } + + return ['name' => 'img', 'attributes' => $attributes]; + } + + /** + * Turn the current Medium into a Link + * + * @param bool $reset + * @param array $attributes + * @return MediaLinkInterface + */ + public function link($reset = true, array $attributes = []) + { + $attributes['href'] = $this->url(false); + $srcset = $this->srcset(false); + if ($srcset) { + $attributes['data-srcset'] = $srcset; + } + + return parent::link($reset, $attributes); + } + + /** + * Turn the current Medium into a Link with lightbox enabled + * + * @param int $width + * @param int $height + * @param bool $reset + * @return MediaLinkInterface + */ + public function lightbox($width = null, $height = null, $reset = true) + { + if ($this->mode !== 'source') { + $this->display('source'); + } + + if ($width && $height) { + $this->__call('cropResize', [(int) $width, (int) $height]); + } + + return parent::lightbox($width, $height, $reset); + } + + /** + * @param string $enabled + * @return $this + */ + public function autoSizes($enabled = 'true') + { + $this->auto_sizes = $enabled === 'true' ?: false; + + return $this; + } + + /** + * @param string $enabled + * @return $this + */ + public function aspectRatio($enabled = 'true') + { + $this->aspect_ratio = $enabled === 'true' ?: false; + + return $this; + } + + /** + * @param int $scale + * @return $this + */ + public function retinaScale($scale = 1) + { + $this->retina_scale = (int)$scale; + + return $this; + } + + /** + * @param string|null $image + * @param string|null $position + * @param int|float|null $scale + * @return $this + */ + public function watermark($image = null, $position = null, $scale = null) + { + $grav = $this->getGrav(); + + $locator = $grav['locator']; + $config = $grav['config']; + + $args = func_get_args(); + + $file = $args[0] ?? '1'; // using '1' because of markdown. doing ![](image.jpg?watermark) returns $args[0]='1'; + $file = $file === '1' ? $config->get('system.images.watermark.image') : $args[0]; + + $watermark = $locator->findResource($file); + $watermark = ImageFile::open($watermark); + + // Scaling operations + $scale = ($scale ?? $config->get('system.images.watermark.scale', 100)) / 100; + $wwidth = (int) ($this->get('width') * $scale); + $wheight = (int) ($this->get('height') * $scale); + $watermark->resize($wwidth, $wheight); + + // Position operations + $position = !empty($args[1]) ? explode('-', $args[1]) : ['center', 'center']; // todo change to config + $positionY = $position[0] ?? $config->get('system.images.watermark.position_y', 'center'); + $positionX = $position[1] ?? $config->get('system.images.watermark.position_x', 'center'); + + switch ($positionY) + { + case 'top': + $positionY = 0; + break; + + case 'bottom': + $positionY = (int)$this->get('height')-$wheight; + break; + + case 'center': + $positionY = ((int)$this->get('height')/2) - ($wheight/2); + break; + } + + switch ($positionX) + { + case 'left': + $positionX = 0; + break; + + case 'right': + $positionX = (int) ($this->get('width')-$wwidth); + break; + + case 'center': + $positionX = (int) (($this->get('width')/2) - ($wwidth/2)); + break; + } + + $this->__call('merge', [$watermark,$positionX, $positionY]); + + return $this; + } + + /** + * Handle this commonly used variant + * + * @return $this + */ + public function cropZoom() + { + $this->__call('zoomCrop', func_get_args()); + + return $this; + } + + /** + * Add a frame to image + * + * @return $this + */ + public function addFrame(int $border = 10, string $color = '0x000000') + { + if($border > 0 && preg_match('/^0x[a-f0-9]{6}$/i', $color)) { // $border must be an integer and bigger than 0; $color must be formatted as an HEX value (0x??????). + $image = ImageFile::open($this->path()); + } + else { + return $this; + } + + $dst_width = (int) ($image->width()+2*$border); + $dst_height = (int) ($image->height()+2*$border); + + $frame = ImageFile::create($dst_width, $dst_height); + + $frame->__call('fill', [$color]); + + $this->image = $frame; + + $this->__call('merge', [$image, $border, $border]); + + $this->saveImage(); + + return $this; + + } + + /** + * Forward the call to the image processing method. + * + * @param string $method + * @param mixed $args + * @return $this|mixed + */ + #[\ReturnTypeWillChange] + public function __call($method, $args) + { + if (!in_array($method, static::$magic_actions, true)) { + return parent::__call($method, $args); + } + + // Always initialize image. + if (!$this->image) { + $this->image(); + } + + try { + $this->image->{$method}(...$args); + + /** @var ImageMediaInterface $medium */ + foreach ($this->alternatives as $medium) { + $args_copy = $args; + + // regular image: resize 400x400 -> 200x200 + // --> @2x: resize 800x800->400x400 + if (isset(static::$magic_resize_actions[$method])) { + foreach (static::$magic_resize_actions[$method] as $param) { + if (isset($args_copy[$param])) { + $args_copy[$param] *= $medium->get('ratio'); + } + } + } + + // Do the same call for alternative media. + $medium->__call($method, $args_copy); + } + } catch (BadFunctionCallException $e) { + } + + return $this; + } +} diff --git a/system/src/Grav/Common/Page/Medium/Link.php b/system/src/Grav/Common/Page/Medium/Link.php new file mode 100644 index 0000000..1abc7ef --- /dev/null +++ b/system/src/Grav/Common/Page/Medium/Link.php @@ -0,0 +1,102 @@ +attributes = $attributes; + + $source = $medium->reset()->thumbnail('auto')->display('thumbnail'); + if (!$source instanceof MediaObjectInterface) { + throw new RuntimeException('Media has no thumbnail set'); + } + + $source->set('linked', true); + + $this->source = $source; + } + + /** + * Get an element (is array) that can be rendered by the Parsedown engine + * + * @param string|null $title + * @param string|null $alt + * @param string|null $class + * @param string|null $id + * @param bool $reset + * @return array + */ + public function parsedownElement($title = null, $alt = null, $class = null, $id = null, $reset = true) + { + $innerElement = $this->source->parsedownElement($title, $alt, $class, $id, $reset); + + return [ + 'name' => 'a', + 'attributes' => $this->attributes, + 'handler' => is_array($innerElement) ? 'element' : 'line', + 'text' => $innerElement + ]; + } + + /** + * Forward the call to the source element + * + * @param string $method + * @param mixed $args + * @return mixed + */ + #[\ReturnTypeWillChange] + public function __call($method, $args) + { + $object = $this->source; + $callable = [$object, $method]; + if (!is_callable($callable)) { + throw new BadMethodCallException(get_class($object) . '::' . $method . '() not found.'); + } + + $object = call_user_func_array($callable, $args); + if (!$object instanceof MediaLinkInterface) { + // Don't start nesting links, if user has multiple link calls in his + // actions, we will drop the previous links. + return $this; + } + + $this->source = $object; + + return $object; + } +} diff --git a/system/src/Grav/Common/Page/Medium/Medium.php b/system/src/Grav/Common/Page/Medium/Medium.php new file mode 100644 index 0000000..a17f68a --- /dev/null +++ b/system/src/Grav/Common/Page/Medium/Medium.php @@ -0,0 +1,140 @@ +get('system.media.enable_media_timestamp', true)) { + $this->timestamp = Grav::instance()['cache']->getKey(); + } + + $this->def('mime', 'application/octet-stream'); + + if (!$this->offsetExists('size')) { + $path = $this->get('filepath'); + $this->def('size', filesize($path)); + } + + $this->reset(); + } + + /** + * Clone medium. + */ + #[\ReturnTypeWillChange] + public function __clone() + { + // Allows future compatibility as parent::__clone() works. + } + + /** + * Add meta file for the medium. + * + * @param string $filepath + */ + public function addMetaFile($filepath) + { + $this->metadata = (array)CompiledYamlFile::instance($filepath)->content(); + $this->merge($this->metadata); + } + + /** + * @return array + */ + public function getMeta(): array + { + return [ + 'mime' => $this->mime, + 'size' => $this->size, + 'modified' => $this->modified, + ]; + } + + /** + * Return string representation of the object (html). + * + * @return string + */ + #[\ReturnTypeWillChange] + public function __toString() + { + return $this->html(); + } + + /** + * @param string $thumb + * @return Medium|null + */ + protected function createThumbnail($thumb) + { + return MediumFactory::fromFile($thumb, ['type' => 'thumbnail']); + } + + /** + * @param array $attributes + * @return MediaLinkInterface + */ + protected function createLink(array $attributes) + { + return new Link($attributes, $this); + } + + /** + * @return Grav + */ + protected function getGrav(): Grav + { + return Grav::instance(); + } + + /** + * @return array + */ + protected function getItems(): array + { + return $this->items; + } +} diff --git a/system/src/Grav/Common/Page/Medium/MediumFactory.php b/system/src/Grav/Common/Page/Medium/MediumFactory.php new file mode 100644 index 0000000..0796a83 --- /dev/null +++ b/system/src/Grav/Common/Page/Medium/MediumFactory.php @@ -0,0 +1,220 @@ +get('media.types.' . strtolower($ext)) : null; + if (!is_array($media_params)) { + return null; + } + + // Remove empty 'image' attribute + if (isset($media_params['image']) && empty($media_params['image'])) { + unset($media_params['image']); + } + + $params += $media_params; + + // Add default settings for undefined variables. + $params += (array)$config->get('media.types.defaults'); + $params += [ + 'type' => 'file', + 'thumb' => 'media/thumb.png', + 'mime' => 'application/octet-stream', + 'filepath' => $file, + 'filename' => $filename, + 'basename' => $basename, + 'extension' => $ext, + 'path' => $path, + 'modified' => filemtime($file), + 'thumbnails' => [] + ]; + + $locator = Grav::instance()['locator']; + + $file = $locator->findResource("image://{$params['thumb']}"); + if ($file) { + $params['thumbnails']['default'] = $file; + } + + return static::fromArray($params); + } + + /** + * Create Medium from an uploaded file + * + * @param UploadedFileInterface $uploadedFile + * @param array $params + * @return Medium|null + */ + public static function fromUploadedFile(UploadedFileInterface $uploadedFile, array $params = []) + { + // For now support only FormFlashFiles, which exist over multiple requests. Also ignore errored and moved media. + if (!$uploadedFile instanceof FormFlashFile || $uploadedFile->getError() !== \UPLOAD_ERR_OK || $uploadedFile->isMoved()) { + return null; + } + + $clientName = $uploadedFile->getClientFilename(); + if (!$clientName) { + return null; + } + + $parts = Utils::pathinfo($clientName); + $filename = $parts['basename']; + $ext = $parts['extension'] ?? ''; + $basename = $parts['filename']; + $file = $uploadedFile->getTmpFile(); + $path = $file ? dirname($file) : ''; + + $config = Grav::instance()['config']; + + $media_params = $ext ? $config->get('media.types.' . strtolower($ext)) : null; + if (!is_array($media_params)) { + return null; + } + + $params += $media_params; + + // Add default settings for undefined variables. + $params += (array)$config->get('media.types.defaults'); + $params += [ + 'type' => 'file', + 'thumb' => 'media/thumb.png', + 'mime' => 'application/octet-stream', + 'filepath' => $file, + 'filename' => $filename, + 'basename' => $basename, + 'extension' => $ext, + 'path' => $path, + 'modified' => $file ? filemtime($file) : 0, + 'thumbnails' => [] + ]; + + $locator = Grav::instance()['locator']; + + $file = $locator->findResource("image://{$params['thumb']}"); + if ($file) { + $params['thumbnails']['default'] = $file; + } + + return static::fromArray($params); + } + + /** + * Create Medium from array of parameters + * + * @param array $items + * @param Blueprint|null $blueprint + * @return Medium + */ + public static function fromArray(array $items = [], Blueprint $blueprint = null) + { + $type = $items['type'] ?? null; + + switch ($type) { + case 'image': + return new ImageMedium($items, $blueprint); + case 'thumbnail': + return new ThumbnailImageMedium($items, $blueprint); + case 'vector': + return new VectorImageMedium($items, $blueprint); + case 'animated': + return new StaticImageMedium($items, $blueprint); + case 'video': + return new VideoMedium($items, $blueprint); + case 'audio': + return new AudioMedium($items, $blueprint); + default: + return new Medium($items, $blueprint); + } + } + + /** + * Create a new ImageMedium by scaling another ImageMedium object. + * + * @param ImageMediaInterface|MediaObjectInterface $medium + * @param int $from + * @param int $to + * @return ImageMediaInterface|MediaObjectInterface|array + */ + public static function scaledFromMedium($medium, $from, $to) + { + if (!$medium instanceof ImageMedium) { + return $medium; + } + + if ($to > $from) { + return $medium; + } + + $ratio = $to / $from; + $width = $medium->get('width') * $ratio; + $height = $medium->get('height') * $ratio; + + $prev_basename = $medium->get('basename'); + $basename = str_replace('@' . $from . 'x', $to !== 1 ? '@' . $to . 'x' : '', $prev_basename); + + $debug = $medium->get('debug'); + $medium->set('debug', false); + $medium->setImagePrettyName($basename); + + $file = $medium->resize($width, $height)->path(); + + $medium->set('debug', $debug); + $medium->setImagePrettyName($prev_basename); + + $size = filesize($file); + + $medium = self::fromFile($file); + if ($medium) { + $medium->set('basename', $basename); + $medium->set('filename', $basename . '.' . $medium->extension); + $medium->set('size', $size); + } + + return ['file' => $medium, 'size' => $size]; + } +} diff --git a/system/src/Grav/Common/Page/Medium/ParsedownHtmlTrait.php b/system/src/Grav/Common/Page/Medium/ParsedownHtmlTrait.php new file mode 100644 index 0000000..3326150 --- /dev/null +++ b/system/src/Grav/Common/Page/Medium/ParsedownHtmlTrait.php @@ -0,0 +1,44 @@ +parsedownElement($title, $alt, $class, $id, $reset); + + if (!$this->parsedown) { + $this->parsedown = new Parsedown(new Excerpts()); + } + + return $this->parsedown->elementToHtml($element); + } +} diff --git a/system/src/Grav/Common/Page/Medium/RenderableInterface.php b/system/src/Grav/Common/Page/Medium/RenderableInterface.php new file mode 100644 index 0000000..e6ce40b --- /dev/null +++ b/system/src/Grav/Common/Page/Medium/RenderableInterface.php @@ -0,0 +1,41 @@ +url($reset); + } + + return ['name' => 'img', 'attributes' => $attributes]; + } + + /** + * @return $this + */ + public function higherQualityAlternative() + { + return $this; + } +} diff --git a/system/src/Grav/Common/Page/Medium/StaticResizeTrait.php b/system/src/Grav/Common/Page/Medium/StaticResizeTrait.php new file mode 100644 index 0000000..a48f8e5 --- /dev/null +++ b/system/src/Grav/Common/Page/Medium/StaticResizeTrait.php @@ -0,0 +1,24 @@ +get('width'); + $height = $this->get('height'); + if ($width && $height) { + return; + } + + // Make sure that getting image size is supported. + if ($this->mime !== 'image/svg+xml' || !\extension_loaded('simplexml')) { + return; + } + + // Make sure that the image exists. + $path = $this->get('filepath'); + if (!$path || !file_exists($path) || !filesize($path)) { + return; + } + + $xml = simplexml_load_string(file_get_contents($path)); + $attr = $xml ? $xml->attributes() : null; + if (!$attr instanceof \SimpleXMLElement) { + return; + } + + // Get the size from svg image. + if ($attr->width && $attr->height) { + $width = (string)$attr->width; + $height = (string)$attr->height; + } elseif ($attr->viewBox && \count($size = explode(' ', (string)$attr->viewBox)) === 4) { + [,$width,$height,] = $size; + } + + if ($width && $height) { + $this->def('width', (int)$width); + $this->def('height', (int)$height); + } + } +} diff --git a/system/src/Grav/Common/Page/Medium/VideoMedium.php b/system/src/Grav/Common/Page/Medium/VideoMedium.php new file mode 100644 index 0000000..326417c --- /dev/null +++ b/system/src/Grav/Common/Page/Medium/VideoMedium.php @@ -0,0 +1,36 @@ +resetPlayer(); + + return $this; + } +} diff --git a/system/src/Grav/Common/Page/Page.php b/system/src/Grav/Common/Page/Page.php new file mode 100644 index 0000000..90b8c05 --- /dev/null +++ b/system/src/Grav/Common/Page/Page.php @@ -0,0 +1,2935 @@ +taxonomy = []; + $this->process = $config->get('system.pages.process'); + $this->published = true; + } + + /** + * Initializes the page instance variables based on a file + * + * @param SplFileInfo $file The file information for the .md file that the page represents + * @param string|null $extension + * @return $this + */ + public function init(SplFileInfo $file, $extension = null) + { + $config = Grav::instance()['config']; + + $this->initialized = true; + + // some extension logic + if (empty($extension)) { + $this->extension('.' . $file->getExtension()); + } else { + $this->extension($extension); + } + + // extract page language from page extension + $language = trim(Utils::basename($this->extension(), 'md'), '.') ?: null; + $this->language($language); + + $this->hide_home_route = $config->get('system.home.hide_in_urls', false); + $this->home_route = $this->adjustRouteCase($config->get('system.home.alias')); + $this->filePath($file->getPathname()); + $this->modified($file->getMTime()); + $this->id($this->modified() . md5($this->filePath())); + $this->routable(true); + $this->header(); + $this->date(); + $this->metadata(); + $this->url(); + $this->visible(); + $this->modularTwig(strpos($this->slug(), '_') === 0); + $this->setPublishState(); + $this->published(); + $this->urlExtension(); + + return $this; + } + + #[\ReturnTypeWillChange] + public function __clone() + { + $this->initialized = false; + $this->header = $this->header ? clone $this->header : null; + } + + /** + * @return void + */ + public function initialize(): void + { + if (!$this->initialized) { + $this->initialized = true; + $this->route = null; + $this->raw_route = null; + $this->_forms = null; + } + } + + /** + * @return void + */ + protected function processFrontmatter() + { + // Quick check for twig output tags in frontmatter if enabled + $process_fields = (array)$this->header(); + if (Utils::contains(json_encode(array_values($process_fields)), '{{')) { + $ignored_fields = []; + foreach ((array)Grav::instance()['config']->get('system.pages.frontmatter.ignore_fields') as $field) { + if (isset($process_fields[$field])) { + $ignored_fields[$field] = $process_fields[$field]; + unset($process_fields[$field]); + } + } + $text_header = Grav::instance()['twig']->processString(json_encode($process_fields, JSON_UNESCAPED_UNICODE), ['page' => $this]); + $this->header((object)(json_decode($text_header, true) + $ignored_fields)); + } + } + + /** + * Return an array with the routes of other translated languages + * + * @param bool $onlyPublished only return published translations + * @return array the page translated languages + */ + public function translatedLanguages($onlyPublished = false) + { + $grav = Grav::instance(); + + /** @var Language $language */ + $language = $grav['language']; + + $languages = $language->getLanguages(); + $defaultCode = $language->getDefault(); + + $name = substr($this->name, 0, -strlen($this->extension())); + $translatedLanguages = []; + + foreach ($languages as $languageCode) { + $languageExtension = ".{$languageCode}.md"; + $path = $this->path . DS . $this->folder . DS . $name . $languageExtension; + $exists = file_exists($path); + + // Default language may be saved without language file location. + if (!$exists && $languageCode === $defaultCode) { + $languageExtension = '.md'; + $path = $this->path . DS . $this->folder . DS . $name . $languageExtension; + $exists = file_exists($path); + } + + if ($exists) { + $aPage = new Page(); + $aPage->init(new SplFileInfo($path), $languageExtension); + $aPage->route($this->route()); + $aPage->rawRoute($this->rawRoute()); + $route = $aPage->header()->routes['default'] ?? $aPage->rawRoute(); + if (!$route) { + $route = $aPage->route(); + } + + if ($onlyPublished && !$aPage->published()) { + continue; + } + + $translatedLanguages[$languageCode] = $route; + } + } + + return $translatedLanguages; + } + + /** + * Return an array listing untranslated languages available + * + * @param bool $includeUnpublished also list unpublished translations + * @return array the page untranslated languages + */ + public function untranslatedLanguages($includeUnpublished = false) + { + $grav = Grav::instance(); + + /** @var Language $language */ + $language = $grav['language']; + + $languages = $language->getLanguages(); + $translated = array_keys($this->translatedLanguages(!$includeUnpublished)); + + return array_values(array_diff($languages, $translated)); + } + + /** + * Gets and Sets the raw data + * + * @param string|null $var Raw content string + * @return string Raw content string + */ + public function raw($var = null) + { + $file = $this->file(); + + if ($var) { + // First update file object. + if ($file) { + $file->raw($var); + } + + // Reset header and content. + $this->modified = time(); + $this->id($this->modified() . md5($this->filePath())); + $this->header = null; + $this->content = null; + $this->summary = null; + } + + return $file ? $file->raw() : ''; + } + + /** + * Gets and Sets the page frontmatter + * + * @param string|null $var + * + * @return string + */ + public function frontmatter($var = null) + { + if ($var) { + $this->frontmatter = (string)$var; + + // Update also file object. + $file = $this->file(); + if ($file) { + $file->frontmatter((string)$var); + } + + // Force content re-processing. + $this->id(time() . md5($this->filePath())); + } + if (!$this->frontmatter) { + $this->header(); + } + + return $this->frontmatter; + } + + /** + * Gets and Sets the header based on the YAML configuration at the top of the .md file + * + * @param object|array|null $var a YAML object representing the configuration for the file + * @return \stdClass the current YAML configuration + */ + public function header($var = null) + { + if ($var) { + $this->header = (object)$var; + + // Update also file object. + $file = $this->file(); + if ($file) { + $file->header((array)$var); + } + + // Force content re-processing. + $this->id(time() . md5($this->filePath())); + } + if (!$this->header) { + $file = $this->file(); + if ($file) { + try { + $this->raw_content = $file->markdown(); + $this->frontmatter = $file->frontmatter(); + $this->header = (object)$file->header(); + + if (!Utils::isAdminPlugin()) { + // If there's a `frontmatter.yaml` file merge that in with the page header + // note page's own frontmatter has precedence and will overwrite any defaults + $frontmatter_filename = $this->path . '/' . $this->folder . '/frontmatter.yaml'; + if (file_exists($frontmatter_filename)) { + $frontmatter_file = CompiledYamlFile::instance($frontmatter_filename); + $frontmatter_data = $frontmatter_file->content(); + $this->header = (object)array_replace_recursive( + $frontmatter_data, + (array)$this->header + ); + $frontmatter_file->free(); + } + + // Process frontmatter with Twig if enabled + if (Grav::instance()['config']->get('system.pages.frontmatter.process_twig') === true) { + $this->processFrontmatter(); + } + } + } catch (Exception $e) { + $file->raw(Grav::instance()['language']->translate([ + 'GRAV.FRONTMATTER_ERROR_PAGE', + $this->slug(), + $file->filename(), + $e->getMessage(), + $file->raw() + ])); + $this->raw_content = $file->markdown(); + $this->frontmatter = $file->frontmatter(); + $this->header = (object)$file->header(); + } + $var = true; + } + } + + if ($var) { + if (isset($this->header->modified)) { + $this->modified($this->header->modified); + } + if (isset($this->header->slug)) { + $this->slug($this->header->slug); + } + if (isset($this->header->routes)) { + $this->routes = (array)$this->header->routes; + } + if (isset($this->header->title)) { + $this->title = trim($this->header->title); + } + if (isset($this->header->language)) { + $this->language = trim($this->header->language); + } + if (isset($this->header->template)) { + $this->template = trim($this->header->template); + } + if (isset($this->header->menu)) { + $this->menu = trim($this->header->menu); + } + if (isset($this->header->routable)) { + $this->routable = (bool)$this->header->routable; + } + if (isset($this->header->visible)) { + $this->visible = (bool)$this->header->visible; + } + if (isset($this->header->redirect)) { + $this->redirect = trim($this->header->redirect); + } + if (isset($this->header->external_url)) { + $this->external_url = trim($this->header->external_url); + } + if (isset($this->header->order_dir)) { + $this->order_dir = trim($this->header->order_dir); + } + if (isset($this->header->order_by)) { + $this->order_by = trim($this->header->order_by); + } + if (isset($this->header->order_manual)) { + $this->order_manual = (array)$this->header->order_manual; + } + if (isset($this->header->dateformat)) { + $this->dateformat($this->header->dateformat); + } + if (isset($this->header->date)) { + $this->date($this->header->date); + } + if (isset($this->header->markdown_extra)) { + $this->markdown_extra = (bool)$this->header->markdown_extra; + } + if (isset($this->header->taxonomy)) { + $this->taxonomy($this->header->taxonomy); + } + if (isset($this->header->max_count)) { + $this->max_count = (int)$this->header->max_count; + } + if (isset($this->header->process)) { + foreach ((array)$this->header->process as $process => $status) { + $this->process[$process] = (bool)$status; + } + } + if (isset($this->header->published)) { + $this->published = (bool)$this->header->published; + } + if (isset($this->header->publish_date)) { + $this->publishDate($this->header->publish_date); + } + if (isset($this->header->unpublish_date)) { + $this->unpublishDate($this->header->unpublish_date); + } + if (isset($this->header->expires)) { + $this->expires = (int)$this->header->expires; + } + if (isset($this->header->cache_control)) { + $this->cache_control = $this->header->cache_control; + } + if (isset($this->header->etag)) { + $this->etag = (bool)$this->header->etag; + } + if (isset($this->header->last_modified)) { + $this->last_modified = (bool)$this->header->last_modified; + } + if (isset($this->header->ssl)) { + $this->ssl = (bool)$this->header->ssl; + } + if (isset($this->header->template_format)) { + $this->template_format = $this->header->template_format; + } + if (isset($this->header->debugger)) { + $this->debugger = (bool)$this->header->debugger; + } + if (isset($this->header->append_url_extension)) { + $this->url_extension = $this->header->append_url_extension; + } + } + + return $this->header; + } + + /** + * Get page language + * + * @param string|null $var + * @return mixed + */ + public function language($var = null) + { + if ($var !== null) { + $this->language = $var; + } + + return $this->language; + } + + /** + * Modify a header value directly + * + * @param string $key + * @param mixed $value + */ + public function modifyHeader($key, $value) + { + $this->header->{$key} = $value; + } + + /** + * @return int + */ + public function httpResponseCode() + { + return (int)($this->header()->http_response_code ?? 200); + } + + /** + * @return array + */ + public function httpHeaders() + { + $headers = []; + + $grav = Grav::instance(); + $format = $this->templateFormat(); + $cache_control = $this->cacheControl(); + $expires = $this->expires(); + + // Set Content-Type header + $headers['Content-Type'] = Utils::getMimeByExtension($format, 'text/html'); + + // Calculate Expires Headers if set to > 0 + if ($expires > 0) { + $expires_date = gmdate('D, d M Y H:i:s', time() + $expires) . ' GMT'; + if (!$cache_control) { + $headers['Cache-Control'] = 'max-age=' . $expires; + } + $headers['Expires'] = $expires_date; + } + + // Set Cache-Control header + if ($cache_control) { + $headers['Cache-Control'] = strtolower($cache_control); + } + + // Set Last-Modified header + if ($this->lastModified()) { + $last_modified = $this->modified(); + foreach ($this->children()->modular() as $cpage) { + $modular_mtime = $cpage->modified(); + if ($modular_mtime > $last_modified) { + $last_modified = $modular_mtime; + } + } + + $last_modified_date = gmdate('D, d M Y H:i:s', $last_modified) . ' GMT'; + $headers['Last-Modified'] = $last_modified_date; + } + + // Ask Grav to calculate ETag from the final content. + if ($this->eTag()) { + $headers['ETag'] = '1'; + } + + // Set Vary: Accept-Encoding header + if ($grav['config']->get('system.pages.vary_accept_encoding', false)) { + $headers['Vary'] = 'Accept-Encoding'; + } + + + // Added new Headers event + $headers_obj = (object) $headers; + Grav::instance()->fireEvent('onPageHeaders', new Event(['headers' => $headers_obj])); + + return (array)$headers_obj; + } + + /** + * Get the summary. + * + * @param int|null $size Max summary size. + * @param bool $textOnly Only count text size. + * @return string + */ + public function summary($size = null, $textOnly = false) + { + $config = (array)Grav::instance()['config']->get('site.summary'); + if (isset($this->header->summary)) { + $config = array_merge($config, $this->header->summary); + } + + // Return summary based on settings in site config file + if (!$config['enabled']) { + return $this->content(); + } + + // Set up variables to process summary from page or from custom summary + if ($this->summary === null) { + $content = $textOnly ? strip_tags($this->content()) : $this->content(); + $summary_size = $this->summary_size; + } else { + $content = $textOnly ? strip_tags($this->summary) : $this->summary; + $summary_size = mb_strwidth($content, 'utf-8'); + } + + // Return calculated summary based on summary divider's position + $format = $config['format']; + // Return entire page content on wrong/ unknown format + if (!in_array($format, ['short', 'long'])) { + return $content; + } + if (($format === 'short') && isset($summary_size)) { + // Slice the string + if (mb_strwidth($content, 'utf8') > $summary_size) { + return mb_substr($content, 0, $summary_size); + } + + return $content; + } + + // Get summary size from site config's file + if ($size === null) { + $size = $config['size']; + } + + // If the size is zero, return the entire page content + if ($size === 0) { + return $content; + // Return calculated summary based on defaults + } + if (!is_numeric($size) || ($size < 0)) { + $size = 300; + } + + // Only return string but not html, wrap whatever html tag you want when using + if ($textOnly) { + if (mb_strwidth($content, 'utf-8') <= $size) { + return $content; + } + + return mb_strimwidth($content, 0, $size, '…', 'UTF-8'); + } + + $summary = Utils::truncateHtml($content, $size); + + return html_entity_decode($summary, ENT_COMPAT | ENT_HTML401, 'UTF-8'); + } + + /** + * Sets the summary of the page + * + * @param string $summary Summary + */ + public function setSummary($summary) + { + $this->summary = $summary; + } + + /** + * Gets and Sets the content based on content portion of the .md file + * + * @param string|null $var Content + * @return string Content + */ + public function content($var = null) + { + if ($var !== null) { + $this->raw_content = $var; + + // Update file object. + $file = $this->file(); + if ($file) { + $file->markdown($var); + } + + // Force re-processing. + $this->id(time() . md5($this->filePath())); + $this->content = null; + } + // If no content, process it + if ($this->content === null) { + // Get media + $this->media(); + + /** @var Config $config */ + $config = Grav::instance()['config']; + + // Load cached content + /** @var Cache $cache */ + $cache = Grav::instance()['cache']; + $cache_id = md5('page' . $this->getCacheKey()); + $content_obj = $cache->fetch($cache_id); + + if (is_array($content_obj)) { + $this->content = $content_obj['content']; + $this->content_meta = $content_obj['content_meta']; + } else { + $this->content = $content_obj; + } + + + $process_markdown = $this->shouldProcess('markdown'); + $process_twig = $this->shouldProcess('twig') || $this->modularTwig(); + + $cache_enable = $this->header->cache_enable ?? $config->get( + 'system.cache.enabled', + true + ); + $twig_first = $this->header->twig_first ?? $config->get( + 'system.pages.twig_first', + false + ); + + // never cache twig means it's always run after content + $never_cache_twig = $this->header->never_cache_twig ?? $config->get( + 'system.pages.never_cache_twig', + true + ); + + // if no cached-content run everything + if ($never_cache_twig) { + if ($this->content === false || $cache_enable === false) { + $this->content = $this->raw_content; + Grav::instance()->fireEvent('onPageContentRaw', new Event(['page' => $this])); + + if ($process_markdown) { + $this->processMarkdown(); + } + + // Content Processed but not cached yet + Grav::instance()->fireEvent('onPageContentProcessed', new Event(['page' => $this])); + + if ($cache_enable) { + $this->cachePageContent(); + } + } + + if ($process_twig) { + $this->processTwig(); + } + } else { + if ($this->content === false || $cache_enable === false) { + $this->content = $this->raw_content; + Grav::instance()->fireEvent('onPageContentRaw', new Event(['page' => $this])); + + if ($twig_first) { + if ($process_twig) { + $this->processTwig(); + } + if ($process_markdown) { + $this->processMarkdown(); + } + + // Content Processed but not cached yet + Grav::instance()->fireEvent('onPageContentProcessed', new Event(['page' => $this])); + } else { + if ($process_markdown) { + $this->processMarkdown($process_twig); + } + + // Content Processed but not cached yet + Grav::instance()->fireEvent('onPageContentProcessed', new Event(['page' => $this])); + + if ($process_twig) { + $this->processTwig(); + } + } + + if ($cache_enable) { + $this->cachePageContent(); + } + } + } + + // Handle summary divider + $delimiter = $config->get('site.summary.delimiter', '==='); + $divider_pos = mb_strpos($this->content, "

{$delimiter}

"); + if ($divider_pos !== false) { + $this->summary_size = $divider_pos; + $this->content = str_replace("

{$delimiter}

", '', $this->content); + } + + // Fire event when Page::content() is called + Grav::instance()->fireEvent('onPageContent', new Event(['page' => $this])); + } + + return $this->content; + } + + /** + * Get the contentMeta array and initialize content first if it's not already + * + * @return mixed + */ + public function contentMeta() + { + if ($this->content === null) { + $this->content(); + } + + return $this->getContentMeta(); + } + + /** + * Add an entry to the page's contentMeta array + * + * @param string $name + * @param mixed $value + */ + public function addContentMeta($name, $value) + { + $this->content_meta[$name] = $value; + } + + /** + * Return the whole contentMeta array as it currently stands + * + * @param string|null $name + * + * @return mixed|null + */ + public function getContentMeta($name = null) + { + if ($name) { + return $this->content_meta[$name] ?? null; + } + + return $this->content_meta; + } + + /** + * Sets the whole content meta array in one shot + * + * @param array $content_meta + * + * @return array + */ + public function setContentMeta($content_meta) + { + return $this->content_meta = $content_meta; + } + + /** + * Process the Markdown content. Uses Parsedown or Parsedown Extra depending on configuration + * + * @param bool $keepTwig If true, content between twig tags will not be processed. + * @return void + */ + protected function processMarkdown(bool $keepTwig = false) + { + /** @var Config $config */ + $config = Grav::instance()['config']; + + $markdownDefaults = (array)$config->get('system.pages.markdown'); + if (isset($this->header()->markdown)) { + $markdownDefaults = array_merge($markdownDefaults, $this->header()->markdown); + } + + // pages.markdown_extra is deprecated, but still check it... + if (!isset($markdownDefaults['extra']) && (isset($this->markdown_extra) || $config->get('system.pages.markdown_extra') !== null)) { + user_error('Configuration option \'system.pages.markdown_extra\' is deprecated since Grav 1.5, use \'system.pages.markdown.extra\' instead', E_USER_DEPRECATED); + + $markdownDefaults['extra'] = $this->markdown_extra ?: $config->get('system.pages.markdown_extra'); + } + + $extra = $markdownDefaults['extra'] ?? false; + $defaults = [ + 'markdown' => $markdownDefaults, + 'images' => $config->get('system.images', []) + ]; + + $excerpts = new Excerpts($this, $defaults); + + // Initialize the preferred variant of Parsedown + if ($extra) { + $parsedown = new ParsedownExtra($excerpts); + } else { + $parsedown = new Parsedown($excerpts); + } + + $content = $this->content; + if ($keepTwig) { + $token = [ + '/' . Utils::generateRandomString(3), + Utils::generateRandomString(3) . '/' + ]; + // Base64 encode any twig. + $content = preg_replace_callback( + ['/({#.*?#})/mu', '/({{.*?}})/mu', '/({%.*?%})/mu'], + static function ($matches) use ($token) { return $token[0] . base64_encode($matches[1]) . $token[1]; }, + $content + ); + } + + $content = $parsedown->text($content); + + if ($keepTwig) { + // Base64 decode the encoded twig. + $content = preg_replace_callback( + ['`' . $token[0] . '([A-Za-z0-9+/]+={0,2})' . $token[1] . '`mu'], + static function ($matches) { return base64_decode($matches[1]); }, + $content + ); + } + + $this->content = $content; + } + + + /** + * Process the Twig page content. + * + * @return void + */ + private function processTwig() + { + /** @var Twig $twig */ + $twig = Grav::instance()['twig']; + $this->content = $twig->processPage($this, $this->content); + } + + /** + * Fires the onPageContentProcessed event, and caches the page content using a unique ID for the page + * + * @return void + */ + public function cachePageContent() + { + /** @var Cache $cache */ + $cache = Grav::instance()['cache']; + $cache_id = md5('page' . $this->getCacheKey()); + $cache->save($cache_id, ['content' => $this->content, 'content_meta' => $this->content_meta]); + } + + /** + * Needed by the onPageContentProcessed event to get the raw page content + * + * @return string the current page content + */ + public function getRawContent() + { + return $this->content; + } + + /** + * Needed by the onPageContentProcessed event to set the raw page content + * + * @param string|null $content + * @return void + */ + public function setRawContent($content) + { + $this->content = $content ?? ''; + } + + /** + * Get value from a page variable (used mostly for creating edit forms). + * + * @param string $name Variable name. + * @param mixed $default + * @return mixed + */ + public function value($name, $default = null) + { + if ($name === 'content') { + return $this->raw_content; + } + if ($name === 'route') { + $parent = $this->parent(); + + return $parent ? $parent->rawRoute() : ''; + } + if ($name === 'order') { + $order = $this->order(); + + return $order ? (int)$this->order() : ''; + } + if ($name === 'ordering') { + return (bool)$this->order(); + } + if ($name === 'folder') { + return preg_replace(PAGE_ORDER_PREFIX_REGEX, '', $this->folder); + } + if ($name === 'slug') { + return $this->slug(); + } + if ($name === 'name') { + $name = $this->name(); + $language = $this->language() ? '.' . $this->language() : ''; + $pattern = '%(' . preg_quote($language, '%') . ')?\.md$%'; + $name = preg_replace($pattern, '', $name); + + if ($this->isModule()) { + return 'modular/' . $name; + } + + return $name; + } + if ($name === 'media') { + return $this->media()->all(); + } + if ($name === 'media.file') { + return $this->media()->files(); + } + if ($name === 'media.video') { + return $this->media()->videos(); + } + if ($name === 'media.image') { + return $this->media()->images(); + } + if ($name === 'media.audio') { + return $this->media()->audios(); + } + + $path = explode('.', $name); + $scope = array_shift($path); + + if ($name === 'frontmatter') { + return $this->frontmatter; + } + + if ($scope === 'header') { + $current = $this->header(); + foreach ($path as $field) { + if (is_object($current) && isset($current->{$field})) { + $current = $current->{$field}; + } elseif (is_array($current) && isset($current[$field])) { + $current = $current[$field]; + } else { + return $default; + } + } + + return $current; + } + + return $default; + } + + /** + * Gets and Sets the Page raw content + * + * @param string|null $var + * @return string + */ + public function rawMarkdown($var = null) + { + if ($var !== null) { + $this->raw_content = $var; + } + + return $this->raw_content; + } + + /** + * @return bool + * @internal + */ + public function translated(): bool + { + return $this->initialized; + } + + /** + * Get file object to the page. + * + * @return MarkdownFile|null + */ + public function file() + { + if ($this->name) { + return MarkdownFile::instance($this->filePath()); + } + + return null; + } + + /** + * Save page if there's a file assigned to it. + * + * @param bool|array $reorder Internal use. + */ + public function save($reorder = true) + { + // Perform move, copy [or reordering] if needed. + $this->doRelocation(); + + $file = $this->file(); + if ($file) { + $file->filename($this->filePath()); + $file->header((array)$this->header()); + $file->markdown($this->raw_content); + $file->save(); + } + + // Perform reorder if required + if ($reorder && is_array($reorder)) { + $this->doReorder($reorder); + } + + // We need to signal Flex Pages about the change. + /** @var Flex|null $flex */ + $flex = Grav::instance()['flex'] ?? null; + $directory = $flex ? $flex->getDirectory('pages') : null; + if (null !== $directory) { + $directory->clearCache(); + } + + $this->_original = null; + } + + /** + * Prepare move page to new location. Moves also everything that's under the current page. + * + * You need to call $this->save() in order to perform the move. + * + * @param PageInterface $parent New parent page. + * @return $this + */ + public function move(PageInterface $parent) + { + if (!$this->_original) { + $clone = clone $this; + $this->_original = $clone; + } + + $this->_action = 'move'; + + if ($this->route() === $parent->route()) { + throw new RuntimeException('Failed: Cannot set page parent to self'); + } + if (Utils::startsWith($parent->rawRoute(), $this->rawRoute())) { + throw new RuntimeException('Failed: Cannot set page parent to a child of current page'); + } + + $this->parent($parent); + $this->id(time() . md5($this->filePath())); + + if ($parent->path()) { + $this->path($parent->path() . '/' . $this->folder()); + } + + if ($parent->route()) { + $this->route($parent->route() . '/' . $this->slug()); + } else { + $this->route(Grav::instance()['pages']->root()->route() . '/' . $this->slug()); + } + + $this->raw_route = null; + + return $this; + } + + /** + * Prepare a copy from the page. Copies also everything that's under the current page. + * + * Returns a new Page object for the copy. + * You need to call $this->save() in order to perform the move. + * + * @param PageInterface $parent New parent page. + * @return $this + */ + public function copy(PageInterface $parent) + { + $this->move($parent); + $this->_action = 'copy'; + + return $this; + } + + /** + * Get blueprints for the page. + * + * @return Blueprint + */ + public function blueprints() + { + $grav = Grav::instance(); + + /** @var Pages $pages */ + $pages = $grav['pages']; + + $blueprint = $pages->blueprints($this->blueprintName()); + $fields = $blueprint->fields(); + $edit_mode = isset($grav['admin']) ? $grav['config']->get('plugins.admin.edit_mode') : null; + + // override if you only want 'normal' mode + if (empty($fields) && ($edit_mode === 'auto' || $edit_mode === 'normal')) { + $blueprint = $pages->blueprints('default'); + } + + // override if you only want 'expert' mode + if (!empty($fields) && $edit_mode === 'expert') { + $blueprint = $pages->blueprints(''); + } + + return $blueprint; + } + + /** + * Returns the blueprint from the page. + * + * @param string $name Not used. + * @return Blueprint Returns a Blueprint. + */ + public function getBlueprint(string $name = '') + { + return $this->blueprints(); + } + + /** + * Get the blueprint name for this page. Use the blueprint form field if set + * + * @return string + */ + public function blueprintName() + { + if (!isset($_POST['blueprint'])) { + return $this->template(); + } + + $post_value = $_POST['blueprint']; + $sanitized_value = htmlspecialchars(strip_tags($post_value), ENT_QUOTES, 'UTF-8'); + + return $sanitized_value ?: $this->template(); + } + + /** + * Validate page header. + * + * @return void + * @throws Exception + */ + public function validate() + { + $blueprints = $this->blueprints(); + $blueprints->validate($this->toArray()); + } + + /** + * Filter page header from illegal contents. + * + * @return void + */ + public function filter() + { + $blueprints = $this->blueprints(); + $values = $blueprints->filter($this->toArray()); + if ($values && isset($values['header'])) { + $this->header($values['header']); + } + } + + /** + * Get unknown header variables. + * + * @return array + */ + public function extra() + { + $blueprints = $this->blueprints(); + + return $blueprints->extra($this->toArray()['header'], 'header.'); + } + + /** + * Convert page to an array. + * + * @return array + */ + public function toArray() + { + return [ + 'header' => (array)$this->header(), + 'content' => (string)$this->value('content') + ]; + } + + /** + * Convert page to YAML encoded string. + * + * @return string + */ + public function toYaml() + { + return Yaml::dump($this->toArray(), 20); + } + + /** + * Convert page to JSON encoded string. + * + * @return string + */ + public function toJson() + { + return json_encode($this->toArray()); + } + + /** + * @return string + */ + public function getCacheKey(): string + { + return $this->id(); + } + + /** + * Gets and sets the associated media as found in the page folder. + * + * @param Media|null $var Representation of associated media. + * @return Media Representation of associated media. + */ + public function media($var = null) + { + if ($var) { + $this->setMedia($var); + } + + /** @var Media $media */ + $media = $this->getMedia(); + + return $media; + } + + /** + * Get filesystem path to the associated media. + * + * @return string|null + */ + public function getMediaFolder() + { + return $this->path(); + } + + /** + * Get display order for the associated media. + * + * @return array Empty array means default ordering. + */ + public function getMediaOrder() + { + $header = $this->header(); + + return isset($header->media_order) ? array_map('trim', explode(',', (string)$header->media_order)) : []; + } + + /** + * Gets and sets the name field. If no name field is set, it will return 'default.md'. + * + * @param string|null $var The name of this page. + * @return string The name of this page. + */ + public function name($var = null) + { + if ($var !== null) { + $this->name = $var; + } + + return $this->name ?: 'default.md'; + } + + /** + * Returns child page type. + * + * @return string + */ + public function childType() + { + return isset($this->header->child_type) ? (string)$this->header->child_type : ''; + } + + /** + * Gets and sets the template field. This is used to find the correct Twig template file to render. + * If no field is set, it will return the name without the .md extension + * + * @param string|null $var the template name + * @return string the template name + */ + public function template($var = null) + { + if ($var !== null) { + $this->template = $var; + } + if (empty($this->template)) { + $this->template = ($this->isModule() ? 'modular/' : '') . str_replace($this->extension(), '', $this->name()); + } + + return $this->template; + } + + /** + * Allows a page to override the output render format, usually the extension provided in the URL. + * (e.g. `html`, `json`, `xml`, etc). + * + * @param string|null $var + * @return string + */ + public function templateFormat($var = null) + { + if (null !== $var) { + $this->template_format = is_string($var) ? $var : null; + } + + if (!isset($this->template_format)) { + $this->template_format = ltrim($this->header->append_url_extension ?? Utils::getPageFormat(), '.'); + } + + return $this->template_format; + } + + /** + * Gets and sets the extension field. + * + * @param string|null $var + * @return string + */ + public function extension($var = null) + { + if ($var !== null) { + $this->extension = $var; + } + if (empty($this->extension)) { + $this->extension = '.' . Utils::pathinfo($this->name(), PATHINFO_EXTENSION); + } + + return $this->extension; + } + + /** + * Returns the page extension, got from the page `url_extension` config and falls back to the + * system config `system.pages.append_url_extension`. + * + * @return string The extension of this page. For example `.html` + */ + public function urlExtension() + { + if ($this->home()) { + return ''; + } + + // if not set in the page get the value from system config + if (null === $this->url_extension) { + $this->url_extension = Grav::instance()['config']->get('system.pages.append_url_extension', ''); + } + + return $this->url_extension; + } + + /** + * Gets and sets the expires field. If not set will return the default + * + * @param int|null $var The new expires value. + * @return int The expires value + */ + public function expires($var = null) + { + if ($var !== null) { + $this->expires = $var; + } + + return $this->expires ?? Grav::instance()['config']->get('system.pages.expires'); + } + + /** + * Gets and sets the cache-control property. If not set it will return the default value (null) + * https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control for more details on valid options + * + * @param string|null $var + * @return string|null + */ + public function cacheControl($var = null) + { + if ($var !== null) { + $this->cache_control = $var; + } + + return $this->cache_control ?? Grav::instance()['config']->get('system.pages.cache_control'); + } + + /** + * Gets and sets the title for this Page. If no title is set, it will use the slug() to get a name + * + * @param string|null $var the title of the Page + * @return string the title of the Page + */ + public function title($var = null) + { + if ($var !== null) { + $this->title = $var; + } + if (empty($this->title)) { + $this->title = ucfirst($this->slug()); + } + + return $this->title; + } + + /** + * Gets and sets the menu name for this Page. This is the text that can be used specifically for navigation. + * If no menu field is set, it will use the title() + * + * @param string|null $var the menu field for the page + * @return string the menu field for the page + */ + public function menu($var = null) + { + if ($var !== null) { + $this->menu = $var; + } + if (empty($this->menu)) { + $this->menu = $this->title(); + } + + return $this->menu; + } + + /** + * Gets and Sets whether or not this Page is visible for navigation + * + * @param bool|null $var true if the page is visible + * @return bool true if the page is visible + */ + public function visible($var = null) + { + if ($var !== null) { + $this->visible = (bool)$var; + } + + if ($this->visible === null) { + // Set item visibility in menu if folder is different from slug + // eg folder = 01.Home and slug = Home + if (preg_match(PAGE_ORDER_PREFIX_REGEX, $this->folder)) { + $this->visible = true; + } else { + $this->visible = false; + } + } + + return $this->visible; + } + + /** + * Gets and Sets whether or not this Page is considered published + * + * @param bool|null $var true if the page is published + * @return bool true if the page is published + */ + public function published($var = null) + { + if ($var !== null) { + $this->published = (bool)$var; + } + + // If not published, should not be visible in menus either + if ($this->published === false) { + $this->visible = false; + } + + return $this->published; + } + + /** + * Gets and Sets the Page publish date + * + * @param string|null $var string representation of a date + * @return int unix timestamp representation of the date + */ + public function publishDate($var = null) + { + if ($var !== null) { + $this->publish_date = Utils::date2timestamp($var, $this->dateformat); + } + + return $this->publish_date; + } + + /** + * Gets and Sets the Page unpublish date + * + * @param string|null $var string representation of a date + * @return int|null unix timestamp representation of the date + */ + public function unpublishDate($var = null) + { + if ($var !== null) { + $this->unpublish_date = Utils::date2timestamp($var, $this->dateformat); + } + + return $this->unpublish_date; + } + + /** + * Gets and Sets whether or not this Page is routable, ie you can reach it + * via a URL. + * The page must be *routable* and *published* + * + * @param bool|null $var true if the page is routable + * @return bool true if the page is routable + */ + public function routable($var = null) + { + if ($var !== null) { + $this->routable = (bool)$var; + } + + return $this->routable && $this->published(); + } + + /** + * @param bool|null $var + * @return bool + */ + public function ssl($var = null) + { + if ($var !== null) { + $this->ssl = (bool)$var; + } + + return $this->ssl; + } + + /** + * Gets and Sets the process setup for this Page. This is multi-dimensional array that consists of + * a simple array of arrays with the form array("markdown"=>true) for example + * + * @param array|null $var an Array of name value pairs where the name is the process and value is true or false + * @return array an Array of name value pairs where the name is the process and value is true or false + */ + public function process($var = null) + { + if ($var !== null) { + $this->process = (array)$var; + } + + return $this->process; + } + + /** + * Returns the state of the debugger override setting for this page + * + * @return bool + */ + public function debugger() + { + return !(isset($this->debugger) && $this->debugger === false); + } + + /** + * Function to merge page metadata tags and build an array of Metadata objects + * that can then be rendered in the page. + * + * @param array|null $var an Array of metadata values to set + * @return array an Array of metadata values for the page + */ + public function metadata($var = null) + { + if ($var !== null) { + $this->metadata = (array)$var; + } + + // if not metadata yet, process it. + if (null === $this->metadata) { + $header_tag_http_equivs = ['content-type', 'default-style', 'refresh', 'x-ua-compatible', 'content-security-policy']; + + $this->metadata = []; + + // Set the Generator tag + $metadata = [ + 'generator' => 'GravCMS' + ]; + + $config = Grav::instance()['config']; + + $escape = !$config->get('system.strict_mode.twig_compat', false) || $config->get('system.twig.autoescape', true); + + // Get initial metadata for the page + $metadata = array_merge($metadata, $config->get('site.metadata', [])); + + if (isset($this->header->metadata) && is_array($this->header->metadata)) { + // Merge any site.metadata settings in with page metadata + $metadata = array_merge($metadata, $this->header->metadata); + } + + // Build an array of meta objects.. + foreach ((array)$metadata as $key => $value) { + // Lowercase the key + $key = strtolower($key); + // If this is a property type metadata: "og", "twitter", "facebook" etc + // Backward compatibility for nested arrays in metas + if (is_array($value)) { + foreach ($value as $property => $prop_value) { + $prop_key = $key . ':' . $property; + $this->metadata[$prop_key] = [ + 'name' => $prop_key, + 'property' => $prop_key, + 'content' => $escape ? htmlspecialchars($prop_value, ENT_QUOTES | ENT_HTML5, 'UTF-8') : $prop_value + ]; + } + } else { + // If it this is a standard meta data type + if ($value) { + if (in_array($key, $header_tag_http_equivs, true)) { + $this->metadata[$key] = [ + 'http_equiv' => $key, + 'content' => $escape ? htmlspecialchars($value, ENT_COMPAT, 'UTF-8') : $value + ]; + } elseif ($key === 'charset') { + $this->metadata[$key] = ['charset' => $escape ? htmlspecialchars($value, ENT_QUOTES | ENT_HTML5, 'UTF-8') : $value]; + } else { + // if it's a social metadata with separator, render as property + $separator = strpos($key, ':'); + $hasSeparator = $separator && $separator < strlen($key) - 1; + $entry = [ + 'content' => $escape ? htmlspecialchars($value, ENT_QUOTES | ENT_HTML5, 'UTF-8') : $value + ]; + + if ($hasSeparator && !Utils::startsWith($key, ['twitter', 'flattr','fediverse'])) { + $entry['property'] = $key; + } else { + $entry['name'] = $key; + } + + $this->metadata[$key] = $entry; + } + } + } + } + } + + return $this->metadata; + } + + /** + * Reset the metadata and pull from header again + */ + public function resetMetadata() + { + $this->metadata = null; + } + + /** + * Gets and Sets the slug for the Page. The slug is used in the URL routing. If not set it uses + * the parent folder from the path + * + * @param string|null $var the slug, e.g. 'my-blog' + * @return string the slug + */ + public function slug($var = null) + { + if ($var !== null && $var !== '') { + $this->slug = $var; + } + + if (empty($this->slug)) { + $this->slug = $this->adjustRouteCase(preg_replace(PAGE_ORDER_PREFIX_REGEX, '', (string) $this->folder)) ?: null; + } + + return $this->slug; + } + + /** + * Get/set order number of this page. + * + * @param int|null $var + * @return string|bool + */ + public function order($var = null) + { + if ($var !== null) { + $order = $var ? sprintf('%02d.', (int)$var) : ''; + $this->folder($order . preg_replace(PAGE_ORDER_PREFIX_REGEX, '', $this->folder)); + + return $order; + } + + preg_match(PAGE_ORDER_PREFIX_REGEX, $this->folder, $order); + + return $order[0] ?? false; + } + + /** + * Gets the URL for a page - alias of url(). + * + * @param bool $include_host + * @return string the permalink + */ + public function link($include_host = false) + { + return $this->url($include_host); + } + + /** + * Gets the URL with host information, aka Permalink. + * @return string The permalink. + */ + public function permalink() + { + return $this->url(true, false, true, true); + } + + /** + * Returns the canonical URL for a page + * + * @param bool $include_lang + * @return string + */ + public function canonical($include_lang = true) + { + return $this->url(true, true, $include_lang); + } + + /** + * Gets the url for the Page. + * + * @param bool $include_host Defaults false, but true would include http://yourhost.com + * @param bool $canonical True to return the canonical URL + * @param bool $include_base Include base url on multisite as well as language code + * @param bool $raw_route + * @return string The url. + */ + public function url($include_host = false, $canonical = false, $include_base = true, $raw_route = false) + { + // Override any URL when external_url is set + if (isset($this->external_url)) { + return $this->external_url; + } + + $grav = Grav::instance(); + + /** @var Pages $pages */ + $pages = $grav['pages']; + + /** @var Config $config */ + $config = $grav['config']; + + // get base route (multi-site base and language) + $route = $include_base ? $pages->baseRoute() : ''; + + // add full route if configured to do so + if (!$include_host && $config->get('system.absolute_urls', false)) { + $include_host = true; + } + + if ($canonical) { + $route .= $this->routeCanonical(); + } elseif ($raw_route) { + $route .= $this->rawRoute(); + } else { + $route .= $this->route(); + } + + /** @var Uri $uri */ + $uri = $grav['uri']; + $url = $uri->rootUrl($include_host) . '/' . trim($route, '/') . $this->urlExtension(); + + return Uri::filterPath($url); + } + + /** + * Gets the route for the page based on the route headers if available, else from + * the parents route and the current Page's slug. + * + * @param string|null $var Set new default route. + * @return string|null The route for the Page. + */ + public function route($var = null) + { + if ($var !== null) { + $this->route = $var; + } + + if (empty($this->route)) { + $baseRoute = null; + + // calculate route based on parent slugs + $parent = $this->parent(); + if (isset($parent)) { + if ($this->hide_home_route && $parent->route() === $this->home_route) { + $baseRoute = ''; + } else { + $baseRoute = (string)$parent->route(); + } + } + + $this->route = isset($baseRoute) ? $baseRoute . '/' . $this->slug() : null; + + if (!empty($this->routes) && isset($this->routes['default'])) { + $this->routes['aliases'][] = $this->route; + $this->route = $this->routes['default']; + + return $this->route; + } + } + + return $this->route; + } + + /** + * Helper method to clear the route out so it regenerates next time you use it + */ + public function unsetRouteSlug() + { + unset($this->route, $this->slug); + } + + /** + * Gets and Sets the page raw route + * + * @param string|null $var + * @return null|string + */ + public function rawRoute($var = null) + { + if ($var !== null) { + $this->raw_route = $var; + } + + if (empty($this->raw_route)) { + $parent = $this->parent(); + $baseRoute = $parent ? (string)$parent->rawRoute() : null; + + $slug = $this->adjustRouteCase(preg_replace(PAGE_ORDER_PREFIX_REGEX, '', $this->folder)); + + $this->raw_route = isset($baseRoute) ? $baseRoute . '/' . $slug : null; + } + + return $this->raw_route; + } + + /** + * Gets the route aliases for the page based on page headers. + * + * @param array|null $var list of route aliases + * @return array The route aliases for the Page. + */ + public function routeAliases($var = null) + { + if ($var !== null) { + $this->routes['aliases'] = (array)$var; + } + + if (!empty($this->routes) && isset($this->routes['aliases'])) { + return $this->routes['aliases']; + } + + return []; + } + + /** + * Gets the canonical route for this page if its set. If provided it will use + * that value, else if it's `true` it will use the default route. + * + * @param string|null $var + * @return bool|string + */ + public function routeCanonical($var = null) + { + if ($var !== null) { + $this->routes['canonical'] = $var; + } + + if (!empty($this->routes) && isset($this->routes['canonical'])) { + return $this->routes['canonical']; + } + + return $this->route(); + } + + /** + * Gets and sets the identifier for this Page object. + * + * @param string|null $var the identifier + * @return string the identifier + */ + public function id($var = null) + { + if (null === $this->id) { + // We need to set unique id to avoid potential cache conflicts between pages. + $var = time() . md5($this->filePath()); + } + if ($var !== null) { + // store unique per language + $active_lang = Grav::instance()['language']->getLanguage() ?: ''; + $id = $active_lang . $var; + $this->id = $id; + } + + return $this->id; + } + + /** + * Gets and sets the modified timestamp. + * + * @param int|null $var modified unix timestamp + * @return int modified unix timestamp + */ + public function modified($var = null) + { + if ($var !== null) { + $this->modified = $var; + } + + return $this->modified; + } + + /** + * Gets the redirect set in the header. + * + * @param string|null $var redirect url + * @return string|null + */ + public function redirect($var = null) + { + if ($var !== null) { + $this->redirect = $var; + } + + return $this->redirect ?: null; + } + + /** + * Gets and sets the option to show the etag header for the page. + * + * @param bool|null $var show etag header + * @return bool show etag header + */ + public function eTag($var = null): bool + { + if ($var !== null) { + $this->etag = $var; + } + if (!isset($this->etag)) { + $this->etag = (bool)Grav::instance()['config']->get('system.pages.etag'); + } + + return $this->etag ?? false; + } + + /** + * Gets and sets the option to show the last_modified header for the page. + * + * @param bool|null $var show last_modified header + * @return bool show last_modified header + */ + public function lastModified($var = null) + { + if ($var !== null) { + $this->last_modified = $var; + } + if (!isset($this->last_modified)) { + $this->last_modified = (bool)Grav::instance()['config']->get('system.pages.last_modified'); + } + + return $this->last_modified; + } + + /** + * Gets and sets the path to the .md file for this Page object. + * + * @param string|null $var the file path + * @return string|null the file path + */ + public function filePath($var = null) + { + if ($var !== null) { + // Filename of the page. + $this->name = Utils::basename($var); + // Folder of the page. + $this->folder = Utils::basename(dirname($var)); + // Path to the page. + $this->path = dirname($var, 2); + } + + return rtrim($this->path . '/' . $this->folder . '/' . ($this->name() ?: ''), '/'); + } + + /** + * Gets the relative path to the .md file + * + * @return string The relative file path + */ + public function filePathClean() + { + return str_replace(GRAV_ROOT . DS, '', $this->filePath()); + } + + /** + * Returns the clean path to the page file + * + * @return string + */ + public function relativePagePath() + { + return str_replace('/' . $this->name(), '', $this->filePathClean()); + } + + /** + * Gets and sets the path to the folder where the .md for this Page object resides. + * This is equivalent to the filePath but without the filename. + * + * @param string|null $var the path + * @return string|null the path + */ + public function path($var = null) + { + if ($var !== null) { + // Folder of the page. + $this->folder = Utils::basename($var); + // Path to the page. + $this->path = dirname($var); + } + + return $this->path ? $this->path . '/' . $this->folder : null; + } + + /** + * Get/set the folder. + * + * @param string|null $var Optional path + * @return string|null + */ + public function folder($var = null) + { + if ($var !== null) { + $this->folder = $var; + } + + return $this->folder; + } + + /** + * Gets and sets the date for this Page object. This is typically passed in via the page headers + * + * @param string|null $var string representation of a date + * @return int unix timestamp representation of the date + */ + public function date($var = null) + { + if ($var !== null) { + $this->date = Utils::date2timestamp($var, $this->dateformat); + } + + if (!$this->date) { + $this->date = $this->modified; + } + + return $this->date; + } + + /** + * Gets and sets the date format for this Page object. This is typically passed in via the page headers + * using typical PHP date string structure - http://php.net/manual/en/function.date.php + * + * @param string|null $var string representation of a date format + * @return string string representation of a date format + */ + public function dateformat($var = null) + { + if ($var !== null) { + $this->dateformat = $var; + } + + return $this->dateformat; + } + + /** + * Gets and sets the order by which any sub-pages should be sorted. + * + * @param string|null $var the order, either "asc" or "desc" + * @return string the order, either "asc" or "desc" + * @deprecated 1.6 + */ + public function orderDir($var = null) + { + //user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.6', E_USER_DEPRECATED); + + if ($var !== null) { + $this->order_dir = $var; + } + + if (empty($this->order_dir)) { + $this->order_dir = 'asc'; + } + + return $this->order_dir; + } + + /** + * Gets and sets the order by which the sub-pages should be sorted. + * + * default - is the order based on the file system, ie 01.Home before 02.Advark + * title - is the order based on the title set in the pages + * date - is the order based on the date set in the pages + * folder - is the order based on the name of the folder with any numerics omitted + * + * @param string|null $var supported options include "default", "title", "date", and "folder" + * @return string supported options include "default", "title", "date", and "folder" + * @deprecated 1.6 + */ + public function orderBy($var = null) + { + //user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.6', E_USER_DEPRECATED); + + if ($var !== null) { + $this->order_by = $var; + } + + return $this->order_by; + } + + /** + * Gets the manual order set in the header. + * + * @param string|null $var supported options include "default", "title", "date", and "folder" + * @return array + * @deprecated 1.6 + */ + public function orderManual($var = null) + { + //user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.6', E_USER_DEPRECATED); + + if ($var !== null) { + $this->order_manual = $var; + } + + return (array)$this->order_manual; + } + + /** + * Gets and sets the maxCount field which describes how many sub-pages should be displayed if the + * sub_pages header property is set for this page object. + * + * @param int|null $var the maximum number of sub-pages + * @return int the maximum number of sub-pages + * @deprecated 1.6 + */ + public function maxCount($var = null) + { + //user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.6', E_USER_DEPRECATED); + + if ($var !== null) { + $this->max_count = (int)$var; + } + if (empty($this->max_count)) { + /** @var Config $config */ + $config = Grav::instance()['config']; + $this->max_count = (int)$config->get('system.pages.list.count'); + } + + return $this->max_count; + } + + /** + * Gets and sets the taxonomy array which defines which taxonomies this page identifies itself with. + * + * @param array|null $var an array of taxonomies + * @return array an array of taxonomies + */ + public function taxonomy($var = null) + { + if ($var !== null) { + // make sure first level are arrays + array_walk($var, static function (&$value) { + $value = (array) $value; + }); + // make sure all values are strings + array_walk_recursive($var, static function (&$value) { + $value = (string) $value; + }); + $this->taxonomy = $var; + } + + return $this->taxonomy; + } + + /** + * Gets and sets the modular var that helps identify this page is a modular child + * + * @param bool|null $var true if modular_twig + * @return bool true if modular_twig + * @deprecated 1.7 Use ->isModule() or ->modularTwig() method instead. + */ + public function modular($var = null) + { + user_error(__METHOD__ . '() is deprecated since Grav 1.7, use ->isModule() or ->modularTwig() method instead', E_USER_DEPRECATED); + + return $this->modularTwig($var); + } + + /** + * Gets and sets the modular_twig var that helps identify this page as a modular child page that will need + * twig processing handled differently from a regular page. + * + * @param bool|null $var true if modular_twig + * @return bool true if modular_twig + */ + public function modularTwig($var = null) + { + if ($var !== null) { + $this->modular_twig = (bool)$var; + if ($var) { + $this->visible(false); + // some routable logic + if (empty($this->header->routable)) { + $this->routable = false; + } + } + } + + return $this->modular_twig ?? false; + } + + /** + * Gets the configured state of the processing method. + * + * @param string $process the process, eg "twig" or "markdown" + * @return bool whether or not the processing method is enabled for this Page + */ + public function shouldProcess($process) + { + return (bool)($this->process[$process] ?? false); + } + + /** + * Gets and Sets the parent object for this page + * + * @param PageInterface|null $var the parent page object + * @return PageInterface|null the parent page object if it exists. + */ + public function parent(PageInterface $var = null) + { + if ($var) { + $this->parent = $var->path(); + + return $var; + } + + /** @var Pages $pages */ + $pages = Grav::instance()['pages']; + + return $pages->get($this->parent); + } + + /** + * Gets the top parent object for this page. Can return page itself. + * + * @return PageInterface The top parent page object. + */ + public function topParent() + { + $topParent = $this; + + while (true) { + $theParent = $topParent->parent(); + if ($theParent !== null && $theParent->parent() !== null) { + $topParent = $theParent; + } else { + break; + } + } + + return $topParent; + } + + /** + * Returns children of this page. + * + * @return PageCollectionInterface|Collection + */ + public function children() + { + /** @var Pages $pages */ + $pages = Grav::instance()['pages']; + + return $pages->children($this->path()); + } + + + /** + * Check to see if this item is the first in an array of sub-pages. + * + * @return bool True if item is first. + */ + public function isFirst() + { + $parent = $this->parent(); + $collection = $parent ? $parent->collection('content', false) : null; + if ($collection instanceof Collection) { + return $collection->isFirst($this->path()); + } + + return true; + } + + /** + * Check to see if this item is the last in an array of sub-pages. + * + * @return bool True if item is last + */ + public function isLast() + { + $parent = $this->parent(); + $collection = $parent ? $parent->collection('content', false) : null; + if ($collection instanceof Collection) { + return $collection->isLast($this->path()); + } + + return true; + } + + /** + * Gets the previous sibling based on current position. + * + * @return PageInterface the previous Page item + */ + public function prevSibling() + { + return $this->adjacentSibling(-1); + } + + /** + * Gets the next sibling based on current position. + * + * @return PageInterface the next Page item + */ + public function nextSibling() + { + return $this->adjacentSibling(1); + } + + /** + * Returns the adjacent sibling based on a direction. + * + * @param int $direction either -1 or +1 + * @return PageInterface|false the sibling page + */ + public function adjacentSibling($direction = 1) + { + $parent = $this->parent(); + $collection = $parent ? $parent->collection('content', false) : null; + if ($collection instanceof Collection) { + return $collection->adjacentSibling($this->path(), $direction); + } + + return false; + } + + /** + * Returns the item in the current position. + * + * @return int|null The index of the current page. + */ + public function currentPosition() + { + $parent = $this->parent(); + $collection = $parent ? $parent->collection('content', false) : null; + if ($collection instanceof Collection) { + return $collection->currentPosition($this->path()); + } + + return 1; + } + + /** + * Returns whether or not this page is the currently active page requested via the URL. + * + * @return bool True if it is active + */ + public function active() + { + $uri_path = rtrim(urldecode(Grav::instance()['uri']->path()), '/') ?: '/'; + $routes = Grav::instance()['pages']->routes(); + + return isset($routes[$uri_path]) && $routes[$uri_path] === $this->path(); + } + + /** + * Returns whether or not this URI's URL contains the URL of the active page. + * Or in other words, is this page's URL in the current URL + * + * @return bool True if active child exists + */ + public function activeChild() + { + $grav = Grav::instance(); + /** @var Uri $uri */ + $uri = $grav['uri']; + /** @var Pages $pages */ + $pages = $grav['pages']; + $uri_path = rtrim(urldecode($uri->path()), '/'); + $routes = $pages->routes(); + + if (isset($routes[$uri_path])) { + $page = $pages->find($uri->route()); + /** @var PageInterface|null $child_page */ + $child_page = $page ? $page->parent() : null; + while ($child_page && !$child_page->root()) { + if ($this->path() === $child_page->path()) { + return true; + } + $child_page = $child_page->parent(); + } + } + + return false; + } + + /** + * Returns whether or not this page is the currently configured home page. + * + * @return bool True if it is the homepage + */ + public function home() + { + $home = Grav::instance()['config']->get('system.home.alias'); + + return $this->route() === $home || $this->rawRoute() === $home; + } + + /** + * Returns whether or not this page is the root node of the pages tree. + * + * @return bool True if it is the root + */ + public function root() + { + return !$this->parent && !$this->name && !$this->visible; + } + + /** + * Helper method to return an ancestor page. + * + * @param bool|null $lookup Name of the parent folder + * @return PageInterface page you were looking for if it exists + */ + public function ancestor($lookup = null) + { + /** @var Pages $pages */ + $pages = Grav::instance()['pages']; + + return $pages->ancestor($this->route, $lookup); + } + + /** + * Helper method to return an ancestor page to inherit from. The current + * page object is returned. + * + * @param string $field Name of the parent folder + * @return PageInterface + */ + public function inherited($field) + { + [$inherited, $currentParams] = $this->getInheritedParams($field); + + $this->modifyHeader($field, $currentParams); + + return $inherited; + } + + /** + * Helper method to return an ancestor field only to inherit from. The + * first occurrence of an ancestor field will be returned if at all. + * + * @param string $field Name of the parent folder + * + * @return array + */ + public function inheritedField($field) + { + [$inherited, $currentParams] = $this->getInheritedParams($field); + + return $currentParams; + } + + /** + * Method that contains shared logic for inherited() and inheritedField() + * + * @param string $field Name of the parent folder + * @return array + */ + protected function getInheritedParams($field) + { + $pages = Grav::instance()['pages']; + + /** @var Pages $pages */ + $inherited = $pages->inherited($this->route, $field); + $inheritedParams = $inherited ? (array)$inherited->value('header.' . $field) : []; + $currentParams = (array)$this->value('header.' . $field); + if ($inheritedParams && is_array($inheritedParams)) { + $currentParams = array_replace_recursive($inheritedParams, $currentParams); + } + + return [$inherited, $currentParams]; + } + + /** + * Helper method to return a page. + * + * @param string $url the url of the page + * @param bool $all + * + * @return PageInterface page you were looking for if it exists + */ + public function find($url, $all = false) + { + /** @var Pages $pages */ + $pages = Grav::instance()['pages']; + + return $pages->find($url, $all); + } + + /** + * Get a collection of pages in the current context. + * + * @param string|array $params + * @param bool $pagination + * + * @return PageCollectionInterface|Collection + * @throws InvalidArgumentException + */ + public function collection($params = 'content', $pagination = true) + { + if (is_string($params)) { + // Look into a page header field. + $params = (array)$this->value('header.' . $params); + } elseif (!is_array($params)) { + throw new InvalidArgumentException('Argument should be either header variable name or array of parameters'); + } + + $params['filter'] = ($params['filter'] ?? []) + ['translated' => true]; + $context = [ + 'pagination' => $pagination, + 'self' => $this + ]; + + /** @var Pages $pages */ + $pages = Grav::instance()['pages']; + + return $pages->getCollection($params, $context); + } + + /** + * @param string|array $value + * @param bool $only_published + * @return PageCollectionInterface|Collection + */ + public function evaluate($value, $only_published = true) + { + $params = [ + 'items' => $value, + 'published' => $only_published + ]; + $context = [ + 'event' => false, + 'pagination' => false, + 'url_taxonomy_filters' => false, + 'self' => $this + ]; + + /** @var Pages $pages */ + $pages = Grav::instance()['pages']; + + return $pages->getCollection($params, $context); + } + + /** + * Returns whether or not this Page object has a .md file associated with it or if its just a directory. + * + * @return bool True if its a page with a .md file associated + */ + public function isPage() + { + if ($this->name) { + return true; + } + + return false; + } + + /** + * Returns whether or not this Page object is a directory or a page. + * + * @return bool True if its a directory + */ + public function isDir() + { + return !$this->isPage(); + } + + /** + * @return bool + */ + public function isModule(): bool + { + return $this->modularTwig(); + } + + /** + * Returns whether the page exists in the filesystem. + * + * @return bool + */ + public function exists() + { + $file = $this->file(); + + return $file && $file->exists(); + } + + /** + * Returns whether or not the current folder exists + * + * @return bool + */ + public function folderExists() + { + return file_exists($this->path()); + } + + /** + * Cleans the path. + * + * @param string $path the path + * @return string the path + */ + protected function cleanPath($path) + { + $lastchunk = strrchr($path, DS); + if (strpos($lastchunk, ':') !== false) { + $path = str_replace($lastchunk, '', $path); + } + + return $path; + } + + /** + * Reorders all siblings according to a defined order + * + * @param array|null $new_order + */ + protected function doReorder($new_order) + { + if (!$this->_original) { + return; + } + + $pages = Grav::instance()['pages']; + $pages->init(); + + $this->_original->path($this->path()); + + $parent = $this->parent(); + $siblings = $parent ? $parent->children() : null; + + if ($siblings) { + $siblings->order('slug', 'asc', $new_order); + + $counter = 0; + + // Reorder all moved pages. + foreach ($siblings as $slug => $page) { + $order = (int)trim($page->order(), '.'); + $counter++; + + if ($order) { + if ($page->path() === $this->path() && $this->folderExists()) { + // Handle current page; we do want to change ordering number, but nothing else. + $this->order($counter); + $this->save(false); + } else { + // Handle all the other pages. + $page = $pages->get($page->path()); + if ($page && $page->folderExists() && !$page->_action) { + $page = $page->move($this->parent()); + $page->order($counter); + $page->save(false); + } + } + } + } + } + } + + /** + * Moves or copies the page in filesystem. + * + * @internal + * @return void + * @throws Exception + */ + protected function doRelocation() + { + if (!$this->_original) { + return; + } + + if (is_dir($this->_original->path())) { + if ($this->_action === 'move') { + Folder::move($this->_original->path(), $this->path()); + } elseif ($this->_action === 'copy') { + Folder::copy($this->_original->path(), $this->path()); + } + } + + if ($this->name() !== $this->_original->name()) { + $path = $this->path(); + if (is_file($path . '/' . $this->_original->name())) { + rename($path . '/' . $this->_original->name(), $path . '/' . $this->name()); + } + } + } + + /** + * @return void + */ + protected function setPublishState() + { + // Handle publishing dates if no explicit published option set + if (Grav::instance()['config']->get('system.pages.publish_dates') && !isset($this->header->published)) { + // unpublish if required, if not clear cache right before page should be unpublished + if ($this->unpublishDate()) { + if ($this->unpublishDate() < time()) { + $this->published(false); + } else { + $this->published(); + Grav::instance()['cache']->setLifeTime($this->unpublishDate()); + } + } + // publish if required, if not clear cache right before page is published + if ($this->publishDate() && $this->publishDate() > time()) { + $this->published(false); + Grav::instance()['cache']->setLifeTime($this->publishDate()); + } + } + } + + /** + * @param string $route + * @return string + */ + protected function adjustRouteCase($route) + { + $case_insensitive = Grav::instance()['config']->get('system.force_lowercase_urls'); + + return $case_insensitive ? mb_strtolower($route) : $route; + } + + /** + * Gets the Page Unmodified (original) version of the page. + * + * @return PageInterface The original version of the page. + */ + public function getOriginal() + { + return $this->_original; + } + + /** + * Gets the action. + * + * @return string|null The Action string. + */ + public function getAction() + { + return $this->_action; + } +} diff --git a/system/src/Grav/Common/Page/Pages.php b/system/src/Grav/Common/Page/Pages.php new file mode 100644 index 0000000..df23287 --- /dev/null +++ b/system/src/Grav/Common/Page/Pages.php @@ -0,0 +1,2258 @@ + */ + protected $instances = []; + /** @var array */ + protected $index = []; + /** @var array */ + protected $children; + /** @var string */ + protected $base = ''; + /** @var string[] */ + protected $baseRoute = []; + /** @var string[] */ + protected $routes = []; + /** @var array */ + protected $sort; + /** @var Blueprints */ + protected $blueprints; + /** @var bool */ + protected $enable_pages = true; + /** @var int */ + protected $last_modified; + /** @var string[] */ + protected $ignore_files; + /** @var string[] */ + protected $ignore_folders; + /** @var bool */ + protected $ignore_hidden; + /** @var string */ + protected $check_method; + /** @var string */ + protected $simple_pages_hash; + /** @var string */ + protected $pages_cache_id; + /** @var bool */ + protected $initialized = false; + /** @var string */ + protected $active_lang; + /** @var bool */ + protected $fire_events = false; + /** @var Types|null */ + protected static $types; + /** @var string|null */ + protected static $home_route; + + + /** + * Constructor + * + * @param Grav $grav + */ + public function __construct(Grav $grav) + { + $this->grav = $grav; + } + + /** + * @return FlexDirectory|null + */ + public function getDirectory(): ?FlexDirectory + { + return $this->directory; + } + + /** + * Method used in admin to disable frontend pages from being initialized. + */ + public function disablePages(): void + { + $this->enable_pages = false; + } + + /** + * Method used in admin to later load frontend pages. + */ + public function enablePages(): void + { + if (!$this->enable_pages) { + $this->enable_pages = true; + + $this->init(); + } + } + + /** + * Get or set base path for the pages. + * + * @param string|null $path + * @return string + */ + public function base($path = null) + { + if ($path !== null) { + $path = trim($path, '/'); + $this->base = $path ? '/' . $path : ''; + $this->baseRoute = []; + } + + return $this->base; + } + + /** + * + * Get base route for Grav pages. + * + * @param string|null $lang Optional language code for multilingual routes. + * @return string + */ + public function baseRoute($lang = null) + { + $key = $lang ?: $this->active_lang ?: 'default'; + + if (!isset($this->baseRoute[$key])) { + /** @var Language $language */ + $language = $this->grav['language']; + + $path_base = rtrim($this->base(), '/'); + $path_lang = $language->enabled() ? $language->getLanguageURLPrefix($lang) : ''; + + $this->baseRoute[$key] = $path_base . $path_lang; + } + + return $this->baseRoute[$key]; + } + + /** + * + * Get route for Grav site. + * + * @param string $route Optional route to the page. + * @param string|null $lang Optional language code for multilingual links. + * @return string + */ + public function route($route = '/', $lang = null) + { + if (!$route || $route === '/') { + return $this->baseRoute($lang) ?: '/'; + } + + return $this->baseRoute($lang) . $route; + } + + /** + * Get relative referrer route and language code. Returns null if the route isn't within the current base, language (if set) and route. + * + * @example `$langCode = null; $referrer = $pages->referrerRoute($langCode, '/admin');` returns relative referrer url within /admin and updates $langCode + * @example `$langCode = 'en'; $referrer = $pages->referrerRoute($langCode, '/admin');` returns relative referrer url within the /en/admin + * + * @param string|null $langCode Variable to store the language code. If already set, check only against that language. + * @param string $route Optional route within the site. + * @return string|null + * @since 1.7.23 + */ + public function referrerRoute(?string &$langCode, string $route = '/'): ?string + { + $referrer = $_SERVER['HTTP_REFERER'] ?? null; + + // Start by checking that referrer came from our site. + $root = $this->grav['base_url_absolute']; + if (!is_string($referrer) || !str_starts_with($referrer, $root)) { + return null; + } + + /** @var Language $language */ + $language = $this->grav['language']; + + // Get all language codes and append no language. + if (null === $langCode) { + $languages = $language->enabled() ? $language->getLanguages() : []; + $languages[] = ''; + } else { + $languages[] = $langCode; + } + + $path_base = rtrim($this->base(), '/'); + $path_route = rtrim($route, '/'); + + // Try to figure out the language code. + foreach ($languages as $code) { + $path_lang = $code ? "/{$code}" : ''; + + $base = $path_base . $path_lang . $path_route; + if ($referrer === $base || str_starts_with($referrer, "{$base}/")) { + if (null === $langCode) { + $langCode = $code; + } + + return substr($referrer, \strlen($base)); + } + } + + return null; + } + + /** + * + * Get base URL for Grav pages. + * + * @param string|null $lang Optional language code for multilingual links. + * @param bool|null $absolute If true, return absolute url, if false, return relative url. Otherwise return default. + * @return string + */ + public function baseUrl($lang = null, $absolute = null) + { + if ($absolute === null) { + $type = 'base_url'; + } elseif ($absolute) { + $type = 'base_url_absolute'; + } else { + $type = 'base_url_relative'; + } + + return $this->grav[$type] . $this->baseRoute($lang); + } + + /** + * + * Get home URL for Grav site. + * + * @param string|null $lang Optional language code for multilingual links. + * @param bool|null $absolute If true, return absolute url, if false, return relative url. Otherwise return default. + * @return string + */ + public function homeUrl($lang = null, $absolute = null) + { + return $this->baseUrl($lang, $absolute) ?: '/'; + } + + /** + * + * Get URL for Grav site. + * + * @param string $route Optional route to the page. + * @param string|null $lang Optional language code for multilingual links. + * @param bool|null $absolute If true, return absolute url, if false, return relative url. Otherwise return default. + * @return string + */ + public function url($route = '/', $lang = null, $absolute = null) + { + if (!$route || $route === '/') { + return $this->homeUrl($lang, $absolute); + } + + return $this->baseUrl($lang, $absolute) . Uri::filterPath($route); + } + + /** + * @param string $method + * @return void + */ + public function setCheckMethod($method): void + { + $this->check_method = strtolower($method); + } + + /** + * @return void + */ + public function register(): void + { + $config = $this->grav['config']; + $type = $config->get('system.pages.type'); + if ($type === 'flex') { + $this->initFlexPages(); + } + } + + /** + * Reset pages (used in search indexing etc). + * + * @return void + */ + public function reset(): void + { + $this->initialized = false; + + $this->init(); + } + + /** + * Class initialization. Must be called before using this class. + */ + public function init(): void + { + if ($this->initialized) { + return; + } + + $config = $this->grav['config']; + $this->ignore_files = (array)$config->get('system.pages.ignore_files'); + $this->ignore_folders = (array)$config->get('system.pages.ignore_folders'); + $this->ignore_hidden = (bool)$config->get('system.pages.ignore_hidden'); + $this->fire_events = (bool)$config->get('system.pages.events.page'); + + $this->instances = []; + $this->index = []; + $this->children = []; + $this->routes = []; + + if (!$this->check_method) { + $this->setCheckMethod($config->get('system.cache.check.method', 'file')); + } + + if ($this->enable_pages === false) { + $page = $this->buildRootPage(); + $this->instances[$page->path()] = $page; + + return; + } + + $this->buildPages(); + + $this->initialized = true; + } + + /** + * Get or set last modification time. + * + * @param int|null $modified + * @return int|null + */ + public function lastModified($modified = null) + { + if ($modified && $modified > $this->last_modified) { + $this->last_modified = $modified; + } + + return $this->last_modified; + } + + /** + * Returns a list of all pages. + * + * @return PageInterface[] + */ + public function instances() + { + $instances = []; + foreach ($this->index as $path => $instance) { + $page = $this->get($path); + if ($page) { + $instances[$path] = $page; + } + } + + return $instances; + } + + /** + * Returns a list of all routes. + * + * @return array + */ + public function routes() + { + return $this->routes; + } + + /** + * Adds a page and assigns a route to it. + * + * @param PageInterface $page Page to be added. + * @param string|null $route Optional route (uses route from the object if not set). + */ + public function addPage(PageInterface $page, $route = null): void + { + $path = $page->path() ?? ''; + if (!isset($this->index[$path])) { + $this->index[$path] = $page; + $this->instances[$path] = $page; + } + $route = $page->route($route); + $parent = $page->parent(); + if ($parent) { + $this->children[$parent->path() ?? ''][$path] = ['slug' => $page->slug()]; + } + $this->routes[$route] = $path; + + $this->grav->fireEvent('onPageProcessed', new Event(['page' => $page])); + } + + /** + * Get a collection of pages in the given context. + * + * @param array $params + * @param array $context + * @return PageCollectionInterface|Collection + */ + public function getCollection(array $params = [], array $context = []) + { + if (!isset($params['items'])) { + return new Collection(); + } + + /** @var Config $config */ + $config = $this->grav['config']; + + $context += [ + 'event' => true, + 'pagination' => true, + 'url_taxonomy_filters' => $config->get('system.pages.url_taxonomy_filters'), + 'taxonomies' => (array)$config->get('site.taxonomies'), + 'pagination_page' => 1, + 'self' => null, + ]; + + // Include taxonomies from the URL if requested. + $process_taxonomy = $params['url_taxonomy_filters'] ?? $context['url_taxonomy_filters']; + if ($process_taxonomy) { + /** @var Uri $uri */ + $uri = $this->grav['uri']; + foreach ($context['taxonomies'] as $taxonomy) { + $param = $uri->param(rawurlencode($taxonomy)); + $items = is_string($param) ? explode(',', $param) : []; + foreach ($items as $item) { + $params['taxonomies'][$taxonomy][] = htmlspecialchars_decode(rawurldecode($item), ENT_QUOTES); + } + } + } + + $pagination = $params['pagination'] ?? $context['pagination']; + if ($pagination && !isset($params['page'], $params['start'])) { + /** @var Uri $uri */ + $uri = $this->grav['uri']; + $context['current_page'] = $uri->currentPage(); + } + + $collection = $this->evaluate($params['items'], $context['self']); + $collection->setParams($params); + + // Filter by taxonomies. + foreach ($params['taxonomies'] ?? [] as $taxonomy => $items) { + foreach ($collection as $page) { + // Don't include modules + if ($page->isModule()) { + continue; + } + + $test = $page->taxonomy()[$taxonomy] ?? []; + foreach ($items as $item) { + if (!$test || !in_array($item, $test, true)) { + $collection->remove($page->path()); + } + } + } + } + + $filters = $params['filter'] ?? []; + + // Assume published=true if not set. + if (!isset($filters['published']) && !isset($filters['non-published'])) { + $filters['published'] = true; + } + + // Remove any inclusive sets from filter. + $sets = ['published', 'visible', 'modular', 'routable']; + foreach ($sets as $type) { + $nonType = "non-{$type}"; + if (isset($filters[$type], $filters[$nonType]) && $filters[$type] === $filters[$nonType]) { + if (!$filters[$type]) { + // Both options are false, return empty collection as nothing can match the filters. + return new Collection(); + } + + // Both options are true, remove opposite filters as all pages will match the filters. + unset($filters[$type], $filters[$nonType]); + } + } + + // Filter the collection + foreach ($filters as $type => $filter) { + if (null === $filter) { + continue; + } + + // Convert non-type to type. + if (str_starts_with($type, 'non-')) { + $type = substr($type, 4); + $filter = !$filter; + } + + switch ($type) { + case 'translated': + if ($filter) { + $collection = $collection->translated(); + } else { + $collection = $collection->nonTranslated(); + } + break; + case 'published': + if ($filter) { + $collection = $collection->published(); + } else { + $collection = $collection->nonPublished(); + } + break; + case 'visible': + if ($filter) { + $collection = $collection->visible(); + } else { + $collection = $collection->nonVisible(); + } + break; + case 'page': + if ($filter) { + $collection = $collection->pages(); + } else { + $collection = $collection->modules(); + } + break; + case 'module': + case 'modular': + if ($filter) { + $collection = $collection->modules(); + } else { + $collection = $collection->pages(); + } + break; + case 'routable': + if ($filter) { + $collection = $collection->routable(); + } else { + $collection = $collection->nonRoutable(); + } + break; + case 'type': + $collection = $collection->ofType($filter); + break; + case 'types': + $collection = $collection->ofOneOfTheseTypes($filter); + break; + case 'access': + $collection = $collection->ofOneOfTheseAccessLevels($filter); + break; + } + } + + if (isset($params['dateRange'])) { + $start = $params['dateRange']['start'] ?? null; + $end = $params['dateRange']['end'] ?? null; + $field = $params['dateRange']['field'] ?? null; + $collection = $collection->dateRange($start, $end, $field); + } + + if (isset($params['order'])) { + $by = $params['order']['by'] ?? 'default'; + $dir = $params['order']['dir'] ?? 'asc'; + $custom = $params['order']['custom'] ?? null; + $sort_flags = $params['order']['sort_flags'] ?? null; + + if (is_array($sort_flags)) { + $sort_flags = array_map('constant', $sort_flags); //transform strings to constant value + $sort_flags = array_reduce($sort_flags, static function ($a, $b) { + return $a | $b; + }, 0); //merge constant values using bit or + } + + $collection = $collection->order($by, $dir, $custom, $sort_flags); + } + + // New Custom event to handle things like pagination. + if ($context['event']) { + $this->grav->fireEvent('onCollectionProcessed', new Event(['collection' => $collection, 'context' => $context])); + } + + if ($context['pagination']) { + // Slice and dice the collection if pagination is required + $params = $collection->params(); + + $limit = (int)($params['limit'] ?? 0); + $page = (int)($params['page'] ?? $context['current_page'] ?? 0); + $start = (int)($params['start'] ?? 0); + $start = $limit > 0 && $page > 0 ? ($page - 1) * $limit : max(0, $start); + + if ($start || ($limit && $collection->count() > $limit)) { + $collection->slice($start, $limit ?: null); + } + } + + return $collection; + } + + /** + * @param array|string $value + * @param PageInterface|null $self + * @return Collection + */ + protected function evaluate($value, PageInterface $self = null) + { + // Parse command. + if (is_string($value)) { + // Format: @command.param + $cmd = $value; + $params = []; + } elseif (is_array($value) && count($value) === 1 && !is_int(key($value))) { + // Format: @command.param: { attr1: value1, attr2: value2 } + $cmd = (string)key($value); + $params = (array)current($value); + } else { + $result = []; + foreach ((array)$value as $key => $val) { + if (is_int($key)) { + $result = $result + $this->evaluate($val, $self)->toArray(); + } else { + $result = $result + $this->evaluate([$key => $val], $self)->toArray(); + } + } + + return new Collection($result); + } + + $parts = explode('.', $cmd); + $scope = array_shift($parts); + $type = $parts[0] ?? null; + + /** @var PageInterface|null $page */ + $page = null; + switch ($scope) { + case 'self@': + case '@self': + $page = $self; + break; + + case 'page@': + case '@page': + $page = isset($params[0]) ? $this->find($params[0]) : null; + break; + + case 'root@': + case '@root': + $page = $this->root(); + break; + + case 'taxonomy@': + case '@taxonomy': + // Gets a collection of pages by using one of the following formats: + // @taxonomy.category: blog + // @taxonomy.category: [ blog, featured ] + // @taxonomy: { category: [ blog, featured ], level: 1 } + + /** @var Taxonomy $taxonomy_map */ + $taxonomy_map = Grav::instance()['taxonomy']; + + if (!empty($parts)) { + $params = [implode('.', $parts) => $params]; + } + + return $taxonomy_map->findTaxonomy($params); + } + + if (!$page) { + return new Collection(); + } + + // Handle '@page', '@page.modular: false', '@self' and '@self.modular: false'. + if (null === $type || (in_array($type, ['modular', 'modules']) && ($params[0] ?? null) === false)) { + $type = 'children'; + } + + switch ($type) { + case 'all': + $collection = $page->children(); + break; + case 'modules': + case 'modular': + $collection = $page->children()->modules(); + break; + case 'pages': + case 'children': + $collection = $page->children()->pages(); + break; + case 'page': + case 'self': + $collection = !$page->root() ? (new Collection())->addPage($page) : new Collection(); + break; + case 'parent': + $parent = $page->parent(); + $collection = new Collection(); + $collection = $parent ? $collection->addPage($parent) : $collection; + break; + case 'siblings': + $parent = $page->parent(); + if ($parent) { + /** @var Collection $collection */ + $collection = $parent->children(); + $collection = $collection->remove($page->path()); + } else { + $collection = new Collection(); + } + break; + case 'descendants': + $collection = $this->all($page)->remove($page->path())->pages(); + break; + default: + // Unknown type; return empty collection. + $collection = new Collection(); + break; + } + + return $collection; + } + + /** + * Sort sub-pages in a page. + * + * @param PageInterface $page + * @param string|null $order_by + * @param string|null $order_dir + * @return array + */ + public function sort(PageInterface $page, $order_by = null, $order_dir = null, $sort_flags = null) + { + if ($order_by === null) { + $order_by = $page->orderBy(); + } + if ($order_dir === null) { + $order_dir = $page->orderDir(); + } + + $path = $page->path(); + if (null === $path) { + return []; + } + + $children = $this->children[$path] ?? []; + + if (!$children) { + return $children; + } + + if (!isset($this->sort[$path][$order_by])) { + $this->buildSort($path, $children, $order_by, $page->orderManual(), $sort_flags); + } + + $sort = $this->sort[$path][$order_by]; + + if ($order_dir !== 'asc') { + $sort = array_reverse($sort); + } + + return $sort; + } + + /** + * @param Collection $collection + * @param string $orderBy + * @param string $orderDir + * @param array|null $orderManual + * @param int|null $sort_flags + * @return array + * @internal + */ + public function sortCollection(Collection $collection, $orderBy, $orderDir = 'asc', $orderManual = null, $sort_flags = null) + { + $items = $collection->toArray(); + if (!$items) { + return []; + } + + $lookup = md5(json_encode($items) . json_encode($orderManual) . $orderBy . $orderDir); + if (!isset($this->sort[$lookup][$orderBy])) { + $this->buildSort($lookup, $items, $orderBy, $orderManual, $sort_flags); + } + + $sort = $this->sort[$lookup][$orderBy]; + + if ($orderDir !== 'asc') { + $sort = array_reverse($sort); + } + + return $sort; + } + + /** + * Get a page instance. + * + * @param string $path The filesystem full path of the page + * @return PageInterface|null + * @throws RuntimeException + */ + public function get($path) + { + $path = (string)$path; + if ($path === '') { + return null; + } + + // Check for local instances first. + if (array_key_exists($path, $this->instances)) { + return $this->instances[$path]; + } + + $instance = $this->index[$path] ?? null; + if (is_string($instance)) { + if ($this->directory) { + /** @var Language $language */ + $language = $this->grav['language']; + $lang = $language->getActive(); + if ($lang) { + $languages = $language->getFallbackLanguages($lang, true); + $key = $instance; + $instance = null; + foreach ($languages as $code) { + $test = $code ? $key . ':' . $code : $key; + if (($instance = $this->directory->getObject($test, 'flex_key')) !== null) { + break; + } + } + } else { + $instance = $this->directory->getObject($instance, 'flex_key'); + } + } + + if ($instance instanceof PageInterface) { + if ($this->fire_events && method_exists($instance, 'initialize')) { + $instance->initialize(); + } + } else { + /** @var Debugger $debugger */ + $debugger = $this->grav['debugger']; + $debugger->addMessage(sprintf('Flex page %s is missing or broken!', $instance), 'debug'); + } + } + + if ($instance) { + $this->instances[$path] = $instance; + } + + return $instance; + } + + /** + * Get children of the path. + * + * @param string $path + * @return Collection + */ + public function children($path) + { + $children = $this->children[(string)$path] ?? []; + + return new Collection($children, [], $this); + } + + /** + * Get a page ancestor. + * + * @param string $route The relative URL of the page + * @param string|null $path The relative path of the ancestor folder + * @return PageInterface|null + */ + public function ancestor($route, $path = null) + { + if ($path !== null) { + $page = $this->find($route, true); + + if ($page && $page->path() === $path) { + return $page; + } + + $parent = $page ? $page->parent() : null; + if ($parent && !$parent->root()) { + return $this->ancestor($parent->route(), $path); + } + } + + return null; + } + + /** + * Get a page ancestor trait. + * + * @param string $route The relative route of the page + * @param string|null $field The field name of the ancestor to query for + * @return PageInterface|null + */ + public function inherited($route, $field = null) + { + if ($field !== null) { + $page = $this->find($route, true); + + $parent = $page ? $page->parent() : null; + if ($parent && $parent->value('header.' . $field) !== null) { + return $parent; + } + if ($parent && !$parent->root()) { + return $this->inherited($parent->route(), $field); + } + } + + return null; + } + + /** + * Find a page based on route. + * + * @param string $route The route of the page + * @param bool $all If true, return also non-routable pages, otherwise return null if page isn't routable + * @return PageInterface|null + */ + public function find($route, $all = false) + { + $route = urldecode((string)$route); + + // Fetch page if there's a defined route to it. + $path = $this->routes[$route] ?? null; + $page = null !== $path ? $this->get($path) : null; + + // Try without trailing slash + if (null === $page && Utils::endsWith($route, '/')) { + $path = $this->routes[rtrim($route, '/')] ?? null; + $page = null !== $path ? $this->get($path) : null; + } + + if (!$all && !isset($this->grav['admin'])) { + if (null === $page || !$page->routable()) { + // If the page cannot be accessed, look for the site wide routes and wildcards. + $page = $this->findSiteBasedRoute($route) ?? $page; + } + } + + return $page; + } + + /** + * Check site based routes. + * + * @param string $route + * @return PageInterface|null + */ + protected function findSiteBasedRoute($route) + { + /** @var Config $config */ + $config = $this->grav['config']; + + $site_routes = $config->get('site.routes'); + if (!is_array($site_routes)) { + return null; + } + + $page = null; + + // See if route matches one in the site configuration + $site_route = $site_routes[$route] ?? null; + if ($site_route) { + $page = $this->find($site_route); + } else { + // Use reverse order because of B/C (previously matched multiple and returned the last match). + foreach (array_reverse($site_routes, true) as $pattern => $replace) { + $pattern = '#^' . str_replace('/', '\/', ltrim($pattern, '^')) . '#'; + try { + $found = preg_replace($pattern, $replace, $route); + if ($found && $found !== $route) { + $page = $this->find($found); + if ($page) { + return $page; + } + } + } catch (ErrorException $e) { + $this->grav['log']->error('site.routes: ' . $pattern . '-> ' . $e->getMessage()); + } + } + } + + return $page; + } + + /** + * Dispatch URI to a page. + * + * @param string $route The relative URL of the page + * @param bool $all If true, return also non-routable pages, otherwise return null if page isn't routable + * @param bool $redirect If true, allow redirects + * @return PageInterface|null + * @throws Exception + */ + public function dispatch($route, $all = false, $redirect = true) + { + $page = $this->find($route, true); + + // If we want all pages or are in admin, return what we already have. + if ($all || isset($this->grav['admin'])) { + return $page; + } + + if ($page) { + $routable = $page->routable(); + if ($redirect) { + if ($page->redirect()) { + // Follow a redirect page. + $this->grav->redirectLangSafe($page->redirect()); + } + + if (!$routable) { + /** @var Collection $children */ + $children = $page->children()->visible()->routable()->published(); + $child = $children->first(); + if ($child !== null) { + // Redirect to the first visible child as current page isn't routable. + $this->grav->redirectLangSafe($child->route()); + } + } + } + + if ($routable) { + return $page; + } + } + + $route = urldecode((string)$route); + + // The page cannot be reached, look into site wide redirects, routes and wildcards. + $redirectedPage = $this->findSiteBasedRoute($route); + if ($redirectedPage) { + $page = $this->dispatch($redirectedPage->route(), false, $redirect); + } + + /** @var Config $config */ + $config = $this->grav['config']; + + /** @var Uri $uri */ + $uri = $this->grav['uri']; + /** @var \Grav\Framework\Uri\Uri $source_url */ + $source_url = $uri->uri(false); + + // Try Regex style redirects + $site_redirects = $config->get('site.redirects'); + if (is_array($site_redirects)) { + foreach ((array)$site_redirects as $pattern => $replace) { + $pattern = ltrim($pattern, '^'); + $pattern = '#^' . str_replace('/', '\/', $pattern) . '#'; + try { + /** @var string $found */ + $found = preg_replace($pattern, $replace, $source_url); + if ($found && $found !== $source_url) { + $this->grav->redirectLangSafe($found); + } + } catch (ErrorException $e) { + $this->grav['log']->error('site.redirects: ' . $pattern . '-> ' . $e->getMessage()); + } + } + } + + return $page; + } + + /** + * Get root page. + * + * @return PageInterface + * @throws RuntimeException + */ + public function root() + { + /** @var UniformResourceLocator $locator */ + $locator = $this->grav['locator']; + + $path = $locator->findResource('page://'); + $root = is_string($path) ? $this->get(rtrim($path, '/')) : null; + if (null === $root) { + throw new RuntimeException('Internal error'); + } + + return $root; + } + + /** + * Get a blueprint for a page type. + * + * @param string $type + * @return Blueprint + */ + public function blueprints($type) + { + if ($this->blueprints === null) { + $this->blueprints = new Blueprints(self::getTypes()); + } + + try { + $blueprint = $this->blueprints->get($type); + } catch (RuntimeException $e) { + $blueprint = $this->blueprints->get('default'); + } + + if (empty($blueprint->initialized)) { + $blueprint->initialized = true; + $this->grav->fireEvent('onBlueprintCreated', new Event(['blueprint' => $blueprint, 'type' => $type])); + } + + return $blueprint; + } + + /** + * Get all pages + * + * @param PageInterface|null $current + * @return Collection + */ + public function all(PageInterface $current = null) + { + $all = new Collection(); + + /** @var PageInterface $current */ + $current = $current ?: $this->root(); + + if (!$current->root()) { + $all[$current->path()] = ['slug' => $current->slug()]; + } + + foreach ($current->children() as $next) { + $all->append($this->all($next)); + } + + return $all; + } + + /** + * Get available parents raw routes. + * + * @return array + */ + public static function parentsRawRoutes() + { + $rawRoutes = true; + + return self::getParents($rawRoutes); + } + + /** + * Get available parents routes + * + * @param bool $rawRoutes get the raw route or the normal route + * @return array + */ + private static function getParents($rawRoutes) + { + $grav = Grav::instance(); + + /** @var Pages $pages */ + $pages = $grav['pages']; + + $parents = $pages->getList(null, 0, $rawRoutes); + + if (isset($grav['admin'])) { + // Remove current route from parents + + /** @var Admin $admin */ + $admin = $grav['admin']; + + $page = $admin->getPage($admin->route); + $page_route = $page->route(); + if (isset($parents[$page_route])) { + unset($parents[$page_route]); + } + } + + return $parents; + } + + /** + * Get list of route/title of all pages. Title is in HTML. + * + * @param PageInterface|null $current + * @param int $level + * @param bool $rawRoutes + * @param bool $showAll + * @param bool $showFullpath + * @param bool $showSlug + * @param bool $showModular + * @param bool $limitLevels + * @return array + */ + public function getList(PageInterface $current = null, $level = 0, $rawRoutes = false, $showAll = true, $showFullpath = false, $showSlug = false, $showModular = false, $limitLevels = false) + { + if (!$current) { + if ($level) { + throw new RuntimeException('Internal error'); + } + + $current = $this->root(); + } + + $list = []; + + if (!$current->root()) { + if ($rawRoutes) { + $route = $current->rawRoute(); + } else { + $route = $current->route(); + } + + if ($showFullpath) { + $option = htmlspecialchars($current->route()); + } else { + $extra = $showSlug ? '(' . $current->slug() . ') ' : ''; + $option = str_repeat('—-', $level). '▸ ' . $extra . htmlspecialchars($current->title()); + } + + $list[$route] = $option; + } + + if ($limitLevels === false || ($level+1 < $limitLevels)) { + foreach ($current->children() as $next) { + if ($showAll || $next->routable() || ($next->isModule() && $showModular)) { + $list = array_merge($list, $this->getList($next, $level + 1, $rawRoutes, $showAll, $showFullpath, $showSlug, $showModular, $limitLevels)); + } + } + } + + return $list; + } + + /** + * Get available page types. + * + * @return Types + */ + public static function getTypes() + { + if (null === self::$types) { + $grav = Grav::instance(); + + /** @var UniformResourceLocator $locator */ + $locator = $grav['locator']; + + // Prevent calls made before theme:// has been initialized (happens when upgrading old version of Admin plugin). + if (!$locator->isStream('theme://')) { + return new Types(); + } + + $scanBlueprintsAndTemplates = static function (Types $types) use ($grav) { + // Scan blueprints + $event = new TypesEvent(); + $event->types = $types; + $grav->fireEvent('onGetPageBlueprints', $event); + + $types->init(); + + // Try new location first. + $lookup = 'theme://blueprints/pages/'; + if (!is_dir($lookup)) { + $lookup = 'theme://blueprints/'; + } + $types->scanBlueprints($lookup); + + // Scan templates + $event = new TypesEvent(); + $event->types = $types; + $grav->fireEvent('onGetPageTemplates', $event); + + $types->scanTemplates('theme://templates/'); + }; + + if ($grav['config']->get('system.cache.enabled')) { + /** @var Cache $cache */ + $cache = $grav['cache']; + + // Use cached types if possible. + $types_cache_id = md5('types'); + $types = $cache->fetch($types_cache_id); + + if (!$types instanceof Types) { + $types = new Types(); + $scanBlueprintsAndTemplates($types); + $cache->save($types_cache_id, $types); + } + } else { + $types = new Types(); + $scanBlueprintsAndTemplates($types); + } + + // Register custom paths to the locator. + $locator = $grav['locator']; + foreach ($types as $type => $paths) { + foreach ($paths as $k => $path) { + if (strpos($path, 'blueprints://') === 0) { + unset($paths[$k]); + } + } + if ($paths) { + $locator->addPath('blueprints', "pages/$type.yaml", $paths); + } + } + + self::$types = $types; + } + + return self::$types; + } + + /** + * Get available page types. + * + * @return array + */ + public static function types() + { + $types = self::getTypes(); + + return $types->pageSelect(); + } + + /** + * Get available page types. + * + * @return array + */ + public static function modularTypes() + { + $types = self::getTypes(); + + return $types->modularSelect(); + } + + /** + * Get template types based on page type (standard or modular) + * + * @param string|null $type + * @return array + */ + public static function pageTypes($type = null) + { + if (null === $type && isset(Grav::instance()['admin'])) { + /** @var Admin $admin */ + $admin = Grav::instance()['admin']; + + /** @var PageInterface|null $page */ + $page = $admin->page(); + + $type = $page && $page->isModule() ? 'modular' : 'standard'; + } + + switch ($type) { + case 'standard': + return static::types(); + case 'modular': + return static::modularTypes(); + } + + return []; + } + + /** + * Get access levels of the site pages + * + * @return array + */ + public function accessLevels() + { + $accessLevels = []; + foreach ($this->all() as $page) { + if ($page instanceof PageInterface && isset($page->header()->access)) { + if (is_array($page->header()->access)) { + foreach ($page->header()->access as $index => $accessLevel) { + if (is_array($accessLevel)) { + foreach ($accessLevel as $innerIndex => $innerAccessLevel) { + $accessLevels[] = $innerIndex; + } + } else { + $accessLevels[] = $index; + } + } + } else { + $accessLevels[] = $page->header()->access; + } + } + } + + return array_unique($accessLevels); + } + + /** + * Get available parents routes + * + * @return array + */ + public static function parents() + { + $rawRoutes = false; + + return self::getParents($rawRoutes); + } + + /** + * Gets the home route + * + * @return string + */ + public static function getHomeRoute() + { + if (empty(self::$home_route)) { + $grav = Grav::instance(); + + /** @var Config $config */ + $config = $grav['config']; + + /** @var Language $language */ + $language = $grav['language']; + + $home = $config->get('system.home.alias'); + + if ($language->enabled()) { + $home_aliases = $config->get('system.home.aliases'); + if ($home_aliases) { + $active = $language->getActive(); + $default = $language->getDefault(); + + try { + if ($active) { + $home = $home_aliases[$active]; + } else { + $home = $home_aliases[$default]; + } + } catch (ErrorException $e) { + $home = $home_aliases[$default]; + } + } + } + + self::$home_route = trim($home, '/'); + } + + return self::$home_route; + } + + /** + * Needed for testing where we change the home route via config + * + * @return string|null + */ + public static function resetHomeRoute() + { + self::$home_route = null; + + return self::getHomeRoute(); + } + + protected function initFlexPages(): void + { + /** @var Debugger $debugger */ + $debugger = $this->grav['debugger']; + $debugger->addMessage('Pages: Flex Directory'); + + /** @var Flex $flex */ + $flex = $this->grav['flex']; + $directory = $flex->getDirectory('pages'); + + /** @var EventDispatcher $dispatcher */ + $dispatcher = $this->grav['events']; + + // Stop /admin/pages from working, display error instead. + $dispatcher->addListener( + 'onAdminPage', + static function (Event $event) use ($directory) { + $grav = Grav::instance(); + $admin = $grav['admin']; + [$base,$location,] = $admin->getRouteDetails(); + if ($location !== 'pages' || isset($grav['flex_objects'])) { + return; + } + + /** @var PageInterface $page */ + $page = $event['page']; + $page->init(new SplFileInfo('plugin://admin/pages/admin/error.md')); + $page->routable(true); + $header = $page->header(); + $header->title = 'Please install missing plugin'; + $page->content("## Please install and enable **[Flex Objects]({$base}/plugins/flex-objects)** plugin. It is required to edit **Flex Pages**."); + + /** @var Header $header */ + $header = $page->header(); + $menu = $directory->getConfig('admin.menu.list'); + $header->access = $menu['authorize'] ?? ['admin.super']; + }, + 100000 + ); + + $this->directory = $directory; + } + + /** + * Builds pages. + * + * @internal + */ + protected function buildPages(): void + { + /** @var Debugger $debugger */ + $debugger = $this->grav['debugger']; + $debugger->startTimer('build-pages', 'Init frontend routes'); + + if ($this->directory) { + $this->buildFlexPages($this->directory); + } else { + $this->buildRegularPages(); + } + $debugger->stopTimer('build-pages'); + } + + protected function buildFlexPages(FlexDirectory $directory): void + { + /** @var Config $config */ + $config = $this->grav['config']; + + // TODO: right now we are just emulating normal pages, it is inefficient and bad... but works! + /** @var PageCollection|PageIndex $collection */ + $collection = $directory->getIndex(null, 'storage_key'); + $cache = $directory->getCache('index'); + + /** @var Language $language */ + $language = $this->grav['language']; + + $this->pages_cache_id = 'pages-' . md5($collection->getCacheChecksum() . $language->getActive() . $config->checksum()); + + $cached = $cache->get($this->pages_cache_id); + + if ($cached && $this->getVersion() === $cached[0]) { + [, $this->index, $this->routes, $this->children, $taxonomy_map, $this->sort] = $cached; + + /** @var Taxonomy $taxonomy */ + $taxonomy = $this->grav['taxonomy']; + $taxonomy->taxonomy($taxonomy_map); + + return; + } + + /** @var Debugger $debugger */ + $debugger = $this->grav['debugger']; + $debugger->addMessage('Page cache missed, rebuilding Flex Pages..'); + + $root = $collection->getRoot(); + $root_path = $root->path(); + $this->routes = []; + $this->instances = [$root_path => $root]; + $this->index = [$root_path => $root]; + $this->children = []; + $this->sort = []; + + if ($this->fire_events) { + $this->grav->fireEvent('onBuildPagesInitialized'); + } + + /** @var PageInterface $page */ + foreach ($collection as $page) { + $path = $page->path(); + if (null === $path) { + throw new RuntimeException('Internal error'); + } + + if ($page instanceof FlexTranslateInterface) { + $page = $page->hasTranslation() ? $page->getTranslation() : null; + } + + if (!$page instanceof FlexPageObject || $path === $root_path) { + continue; + } + + if ($this->fire_events) { + if (method_exists($page, 'initialize')) { + $page->initialize(); + } else { + // TODO: Deprecated, only used in 1.7 betas. + $this->grav->fireEvent('onPageProcessed', new Event(['page' => $page])); + } + } + + $parent = dirname($path); + + $route = $page->rawRoute(); + + // Skip duplicated empty folders (git revert does not remove those). + // TODO: still not perfect, will only work if the page has been translated. + if (isset($this->routes[$route])) { + $oldPath = $this->routes[$route]; + if ($page->isPage()) { + unset($this->index[$oldPath], $this->children[dirname($oldPath)][$oldPath]); + } else { + continue; + } + } + + $this->routes[$route] = $path; + $this->instances[$path] = $page; + $this->index[$path] = $page->getFlexKey(); + // FIXME: ... better... + $this->children[$parent][$path] = ['slug' => $page->slug()]; + if (!isset($this->children[$path])) { + $this->children[$path] = []; + } + } + + foreach ($this->children as $path => $list) { + $page = $this->instances[$path] ?? null; + if (null === $page) { + continue; + } + // Call onFolderProcessed event. + if ($this->fire_events) { + $this->grav->fireEvent('onFolderProcessed', new Event(['page' => $page])); + } + // Sort the children. + $this->children[$path] = $this->sort($page); + } + + $this->routes = []; + $this->buildRoutes(); + + // cache if needed + if (null !== $cache) { + /** @var Taxonomy $taxonomy */ + $taxonomy = $this->grav['taxonomy']; + $taxonomy_map = $taxonomy->taxonomy(); + + // save pages, routes, taxonomy, and sort to cache + $cache->set($this->pages_cache_id, [$this->getVersion(), $this->index, $this->routes, $this->children, $taxonomy_map, $this->sort]); + } + } + + /** + * @return Page + */ + protected function buildRootPage() + { + $grav = Grav::instance(); + + /** @var UniformResourceLocator $locator */ + $locator = $grav['locator']; + $path = $locator->findResource('page://'); + if (!is_string($path)) { + throw new RuntimeException('Internal Error'); + } + + /** @var Config $config */ + $config = $grav['config']; + + $page = new Page(); + $page->path($path); + $page->orderDir($config->get('system.pages.order.dir')); + $page->orderBy($config->get('system.pages.order.by')); + $page->modified(0); + $page->routable(false); + $page->template('default'); + $page->extension('.md'); + + return $page; + } + + protected function buildRegularPages(): void + { + /** @var Config $config */ + $config = $this->grav['config']; + + /** @var UniformResourceLocator $locator */ + $locator = $this->grav['locator']; + + /** @var Language $language */ + $language = $this->grav['language']; + + $pages_dirs = $this->getPagesPaths(); + + // Set active language + $this->active_lang = $language->getActive(); + + if ($config->get('system.cache.enabled')) { + /** @var Language $language */ + $language = $this->grav['language']; + + // how should we check for last modified? Default is by file + switch ($this->check_method) { + case 'none': + case 'off': + $hash = 0; + break; + case 'folder': + $hash = Folder::lastModifiedFolder($pages_dirs); + break; + case 'hash': + $hash = Folder::hashAllFiles($pages_dirs); + break; + default: + $hash = Folder::lastModifiedFile($pages_dirs); + } + + $this->simple_pages_hash = json_encode($pages_dirs) . $hash . $config->checksum(); + $this->pages_cache_id = md5($this->simple_pages_hash . $language->getActive()); + + /** @var Cache $cache */ + $cache = $this->grav['cache']; + $cached = $cache->fetch($this->pages_cache_id); + if ($cached && $this->getVersion() === $cached[0]) { + [, $this->index, $this->routes, $this->children, $taxonomy_map, $this->sort] = $cached; + + /** @var Taxonomy $taxonomy */ + $taxonomy = $this->grav['taxonomy']; + $taxonomy->taxonomy($taxonomy_map); + + return; + } + + $this->grav['debugger']->addMessage('Page cache missed, rebuilding pages..'); + } else { + $this->grav['debugger']->addMessage('Page cache disabled, rebuilding pages..'); + } + + $this->resetPages($pages_dirs); + } + + protected function getPagesPaths(): array + { + $grav = Grav::instance(); + $locator = $grav['locator']; + $paths = []; + + $dirs = (array) $grav['config']->get('system.pages.dirs', ['page://']); + foreach ($dirs as $dir) { + $path = $locator->findResource($dir); + if (file_exists($path) && !in_array($path, $paths, true)) { + $paths[] = $path; + } + } + + return $paths; + } + + /** + * Accessible method to manually reset the pages cache + * + * @param array $pages_dirs + */ + public function resetPages(array $pages_dirs): void + { + $this->sort = []; + + foreach ($pages_dirs as $dir) { + $this->recurse($dir); + } + + $this->buildRoutes(); + + // cache if needed + if ($this->grav['config']->get('system.cache.enabled')) { + /** @var Cache $cache */ + $cache = $this->grav['cache']; + /** @var Taxonomy $taxonomy */ + $taxonomy = $this->grav['taxonomy']; + + // save pages, routes, taxonomy, and sort to cache + $cache->save($this->pages_cache_id, [$this->getVersion(), $this->index, $this->routes, $this->children, $taxonomy->taxonomy(), $this->sort]); + } + } + + /** + * Recursive function to load & build page relationships. + * + * @param string $directory + * @param PageInterface|null $parent + * @return PageInterface + * @throws RuntimeException + * @internal + */ + protected function recurse(string $directory, PageInterface $parent = null) + { + $directory = rtrim($directory, DS); + $page = new Page; + + /** @var Config $config */ + $config = $this->grav['config']; + + /** @var Language $language */ + $language = $this->grav['language']; + + // Stuff to do at root page + // Fire event for memory and time consuming plugins... + if ($parent === null && $this->fire_events) { + $this->grav->fireEvent('onBuildPagesInitialized'); + } + + $page->path($directory); + if ($parent) { + $page->parent($parent); + } + + $page->orderDir($config->get('system.pages.order.dir')); + $page->orderBy($config->get('system.pages.order.by')); + + // Add into instances + if (!isset($this->index[$page->path()])) { + $this->index[$page->path()] = $page; + $this->instances[$page->path()] = $page; + if ($parent && $page->path()) { + $this->children[$parent->path()][$page->path()] = ['slug' => $page->slug()]; + } + } elseif ($parent !== null) { + throw new RuntimeException('Fatal error when creating page instances.'); + } + + // Build regular expression for all the allowed page extensions. + $page_extensions = $language->getFallbackPageExtensions(); + $regex = '/^[^\.]*(' . implode('|', array_map( + static function ($str) { + return preg_quote($str, '/'); + }, + $page_extensions + )) . ')$/'; + + $folders = []; + $page_found = null; + $page_extension = '.md'; + $last_modified = 0; + + $iterator = new FilesystemIterator($directory); + foreach ($iterator as $file) { + $filename = $file->getFilename(); + + // Ignore all hidden files if set. + if ($this->ignore_hidden && $filename && strpos($filename, '.') === 0) { + continue; + } + + // Handle folders later. + if ($file->isDir()) { + // But ignore all folders in ignore list. + if (!in_array($filename, $this->ignore_folders, true)) { + $folders[] = $file; + } + continue; + } + + // Ignore all files in ignore list. + if (in_array($filename, $this->ignore_files, true)) { + continue; + } + + // Update last modified date to match the last updated file in the folder. + $modified = $file->getMTime(); + if ($modified > $last_modified) { + $last_modified = $modified; + } + + // Page is the one that matches to $page_extensions list with the lowest index number. + if (preg_match($regex, $filename, $matches, PREG_OFFSET_CAPTURE)) { + $ext = $matches[1][0]; + + if ($page_found === null || array_search($ext, $page_extensions, true) < array_search($page_extension, $page_extensions, true)) { + $page_found = $file; + $page_extension = $ext; + } + } + } + + $content_exists = false; + if ($parent && $page_found) { + $page->init($page_found, $page_extension); + + $content_exists = true; + + if ($this->fire_events) { + $this->grav->fireEvent('onPageProcessed', new Event(['page' => $page])); + } + } + + // Now handle all the folders under the page. + /** @var FilesystemIterator $file */ + foreach ($folders as $file) { + $filename = $file->getFilename(); + + // if folder contains separator, continue + if (Utils::contains($file->getFilename(), $config->get('system.param_sep', ':'))) { + continue; + } + + if (!$page->path()) { + $page->path($file->getPath()); + } + + $path = $directory . DS . $filename; + $child = $this->recurse($path, $page); + + if (preg_match('/^(\d+\.)_/', $filename)) { + $child->routable(false); + $child->modularTwig(true); + } + + $this->children[$page->path()][$child->path()] = ['slug' => $child->slug()]; + + if ($this->fire_events) { + $this->grav->fireEvent('onFolderProcessed', new Event(['page' => $page])); + } + } + + if (!$content_exists) { + // Set routable to false if no page found + $page->routable(false); + + // Hide empty folders if option set + if ($config->get('system.pages.hide_empty_folders')) { + $page->visible(false); + } + } + + // Override the modified time if modular + if ($page->template() === 'modular') { + foreach ($page->collection() as $child) { + $modified = $child->modified(); + + if ($modified > $last_modified) { + $last_modified = $modified; + } + } + } + + // Override the modified and ID so that it takes the latest change into account + $page->modified($last_modified); + $page->id($last_modified . md5($page->filePath() ?? '')); + + // Sort based on Defaults or Page Overridden sort order + $this->children[$page->path()] = $this->sort($page); + + return $page; + } + + /** + * @internal + */ + protected function buildRoutes(): void + { + /** @var Taxonomy $taxonomy */ + $taxonomy = $this->grav['taxonomy']; + + // Get the home route + $home = self::resetHomeRoute(); + // Build routes and taxonomy map. + /** @var PageInterface|string $page */ + foreach ($this->index as $path => $page) { + if (is_string($page)) { + $page = $this->get($path); + } + + if (!$page || $page->root()) { + continue; + } + + // process taxonomy + $taxonomy->addTaxonomy($page); + + $page_path = $page->path(); + if (null === $page_path) { + throw new RuntimeException('Internal Error'); + } + + $route = $page->route(); + $raw_route = $page->rawRoute(); + + // add regular route + if ($route) { + if (isset($this->routes[$route]) && $this->routes[$route] !== $page_path) { + $this->grav['debugger']->addMessage("Route '{$route}' already exists: {$this->routes[$route]}, overwriting with {$page_path}"); + } + $this->routes[$route] = $page_path; + } + + // add raw route + if ($raw_route) { + if (isset($this->routes[$raw_route]) && $this->routes[$route] !== $page_path) { + $this->grav['debugger']->addMessage("Raw Route '{$raw_route}' already exists: {$this->routes[$raw_route]}, overwriting with {$page_path}"); + } + $this->routes[$raw_route] = $page_path; + } + + // add canonical route + $route_canonical = $page->routeCanonical(); + if ($route_canonical) { + if (isset($this->routes[$route_canonical]) && $this->routes[$route_canonical] !== $page_path) { + $this->grav['debugger']->addMessage("Canonical Route '{$route_canonical}' already exists: {$this->routes[$route_canonical]}, overwriting with {$page_path}"); + } + $this->routes[$route_canonical] = $page_path; + } + + // add aliases to routes list if they are provided + $route_aliases = $page->routeAliases(); + if ($route_aliases) { + foreach ($route_aliases as $alias) { + if (isset($this->routes[$alias]) && $this->routes[$alias] !== $page_path) { + $this->grav['debugger']->addMessage("Alias Route '{$alias}' already exists: {$this->routes[$alias]}, overwriting with {$page_path}"); + } + $this->routes[$alias] = $page_path; + } + } + } + + // Alias and set default route to home page. + $homeRoute = "/{$home}"; + if ($home && isset($this->routes[$homeRoute])) { + $home = $this->get($this->routes[$homeRoute]); + if ($home) { + $this->routes['/'] = $this->routes[$homeRoute]; + $home->route('/'); + } + } + } + + /** + * @param string $path + * @param array $pages + * @param string $order_by + * @param array|null $manual + * @param int|null $sort_flags + * @throws RuntimeException + * @internal + */ + protected function buildSort($path, array $pages, $order_by = 'default', $manual = null, $sort_flags = null): void + { + $list = []; + $header_query = null; + $header_default = null; + + // do this header query work only once + if (strpos($order_by, 'header.') === 0) { + $query = explode('|', str_replace('header.', '', $order_by), 2); + $header_query = array_shift($query) ?? ''; + $header_default = array_shift($query); + } + + foreach ($pages as $key => $info) { + $child = $this->get($key); + if (!$child) { + throw new RuntimeException("Page does not exist: {$key}"); + } + + switch ($order_by) { + case 'title': + $list[$key] = $child->title(); + break; + case 'date': + $list[$key] = $child->date(); + $sort_flags = SORT_REGULAR; + break; + case 'modified': + $list[$key] = $child->modified(); + $sort_flags = SORT_REGULAR; + break; + case 'publish_date': + $list[$key] = $child->publishDate(); + $sort_flags = SORT_REGULAR; + break; + case 'unpublish_date': + $list[$key] = $child->unpublishDate(); + $sort_flags = SORT_REGULAR; + break; + case 'slug': + $list[$key] = $child->slug(); + break; + case 'basename': + $list[$key] = Utils::basename($key); + break; + case 'folder': + $list[$key] = $child->folder(); + break; + case 'manual': + case 'default': + default: + if (is_string($header_query)) { + $child_header = $child->header(); + if (!$child_header instanceof Header) { + $child_header = new Header((array)$child_header); + } + $header_value = $child_header->get($header_query); + if (is_array($header_value)) { + $list[$key] = implode(',', $header_value); + } elseif ($header_value) { + $list[$key] = $header_value; + } else { + $list[$key] = $header_default ?: $key; + } + $sort_flags = $sort_flags ?: SORT_REGULAR; + break; + } + $list[$key] = $key; + $sort_flags = $sort_flags ?: SORT_REGULAR; + } + } + + if (!$sort_flags) { + $sort_flags = SORT_NATURAL | SORT_FLAG_CASE; + } + + // handle special case when order_by is random + if ($order_by === 'random') { + $list = $this->arrayShuffle($list); + } else { + // else just sort the list according to specified key + if (extension_loaded('intl') && $this->grav['config']->get('system.intl_enabled')) { + $locale = setlocale(LC_COLLATE, '0'); //`setlocale` with a '0' param returns the current locale set + $col = Collator::create($locale); + if ($col) { + $col->setAttribute(Collator::NUMERIC_COLLATION, Collator::ON); + if (($sort_flags & SORT_NATURAL) === SORT_NATURAL) { + $list = preg_replace_callback('~([0-9]+)\.~', static function ($number) { + return sprintf('%032d.', $number[0]); + }, $list); + if (!is_array($list)) { + throw new RuntimeException('Internal Error'); + } + + $list_vals = array_values($list); + if (is_numeric(array_shift($list_vals))) { + $sort_flags = Collator::SORT_REGULAR; + } else { + $sort_flags = Collator::SORT_STRING; + } + } + + $col->asort($list, $sort_flags); + } else { + asort($list, $sort_flags); + } + } else { + asort($list, $sort_flags); + } + } + + + // Move manually ordered items into the beginning of the list. Order of the unlisted items does not change. + if (is_array($manual) && !empty($manual)) { + $new_list = []; + $i = count($manual); + + foreach ($list as $key => $dummy) { + $info = $pages[$key]; + $order = array_search($info['slug'], $manual, true); + if ($order === false) { + $order = $i++; + } + $new_list[$key] = (int)$order; + } + + $list = $new_list; + + // Apply manual ordering to the list. + asort($list, SORT_NUMERIC); + } + + foreach ($list as $key => $sort) { + $info = $pages[$key]; + $this->sort[$path][$order_by][$key] = $info; + } + } + + /** + * Shuffles an associative array + * + * @param array $list + * @return array + */ + protected function arrayShuffle(array $list): array + { + $keys = array_keys($list); + shuffle($keys); + + $new = []; + foreach ($keys as $key) { + $new[$key] = $list[$key]; + } + + return $new; + } + + /** + * @return string + */ + protected function getVersion(): string + { + return $this->directory ? 'flex' : 'regular'; + } + + /** + * Get the Pages cache ID + * + * this is particularly useful to know if pages have changed and you want + * to sync another cache with pages cache - works best in `onPagesInitialized()` + * + * @return null|string + */ + public function getPagesCacheId(): ?string + { + return $this->pages_cache_id; + } + + /** + * Get the simple pages hash that is not md5 encoded, and isn't specific to language + * + * @return null|string + */ + public function getSimplePagesHash(): ?string + { + return $this->simple_pages_hash; + } +} diff --git a/system/src/Grav/Common/Page/Traits/PageFormTrait.php b/system/src/Grav/Common/Page/Traits/PageFormTrait.php new file mode 100644 index 0000000..b99e7b7 --- /dev/null +++ b/system/src/Grav/Common/Page/Traits/PageFormTrait.php @@ -0,0 +1,126 @@ + blueprint, ...], where blueprint follows the regular form blueprint format. + * + * @return array + */ + public function getForms(): array + { + if (null === $this->_forms) { + $header = $this->header(); + + // Call event to allow filling the page header form dynamically (e.g. use case: Comments plugin) + $grav = Grav::instance(); + $grav->fireEvent('onFormPageHeaderProcessed', new Event(['page' => $this, 'header' => $header])); + + $rules = $header->rules ?? null; + if (!is_array($rules)) { + $rules = []; + } + + $forms = []; + + // First grab page.header.form + $form = $this->normalizeForm($header->form ?? null, null, $rules); + if ($form) { + $forms[$form['name']] = $form; + } + + // Append page.header.forms (override singular form if it clashes) + $headerForms = $header->forms ?? null; + if (is_array($headerForms)) { + foreach ($headerForms as $name => $form) { + $form = $this->normalizeForm($form, $name, $rules); + if ($form) { + $forms[$form['name']] = $form; + } + } + } + + $this->_forms = $forms; + } + + return $this->_forms; + } + + /** + * Add forms to this page. + * + * @param array $new + * @param bool $override + * @return $this + */ + public function addForms(array $new, $override = true) + { + // Initialize forms. + $this->forms(); + + foreach ($new as $name => $form) { + $form = $this->normalizeForm($form, $name); + $name = $form['name'] ?? null; + if ($name && ($override || !isset($this->_forms[$name]))) { + $this->_forms[$name] = $form; + } + } + + return $this; + } + + /** + * Alias of $this->getForms(); + * + * @return array + */ + public function forms(): array + { + return $this->getForms(); + } + + /** + * @param array|null $form + * @param string|null $name + * @param array $rules + * @return array|null + */ + protected function normalizeForm($form, $name = null, array $rules = []): ?array + { + if (!is_array($form)) { + return null; + } + + // Ignore numeric indexes on name. + if (!$name || (string)(int)$name === (string)$name) { + $name = null; + } + + $name = $name ?? $form['name'] ?? $this->slug(); + + $formRules = $form['rules'] ?? null; + if (!is_array($formRules)) { + $formRules = []; + } + + return ['name' => $name, 'rules' => $rules + $formRules] + $form; + } + + abstract public function header($var = null); + abstract public function slug($var = null); +} diff --git a/system/src/Grav/Common/Page/Types.php b/system/src/Grav/Common/Page/Types.php new file mode 100644 index 0000000..d9bdc33 --- /dev/null +++ b/system/src/Grav/Common/Page/Types.php @@ -0,0 +1,179 @@ +items[$type])) { + $this->items[$type] = []; + } elseif (null === $blueprint) { + return; + } + + if (null === $blueprint) { + $blueprint = $this->systemBlueprints[$type] ?? $this->systemBlueprints['default'] ?? null; + } + + if ($blueprint) { + array_unshift($this->items[$type], $blueprint); + } + } + + /** + * @return void + */ + public function init() + { + if (empty($this->systemBlueprints)) { + // Register all blueprints from the blueprints stream. + $this->systemBlueprints = $this->findBlueprints('blueprints://pages'); + foreach ($this->systemBlueprints as $type => $blueprint) { + $this->register($type); + } + } + } + + /** + * @param string $uri + * @return void + */ + public function scanBlueprints($uri) + { + if (!is_string($uri)) { + throw new InvalidArgumentException('First parameter must be URI'); + } + + foreach ($this->findBlueprints($uri) as $type => $blueprint) { + $this->register($type, $blueprint); + } + } + + /** + * @param string $uri + * @return void + */ + public function scanTemplates($uri) + { + if (!is_string($uri)) { + throw new InvalidArgumentException('First parameter must be URI'); + } + + $options = [ + 'compare' => 'Filename', + 'pattern' => '|\.html\.twig$|', + 'filters' => [ + 'value' => '|\.html\.twig$|' + ], + 'value' => 'Filename', + 'recursive' => false + ]; + + foreach (Folder::all($uri, $options) as $type) { + $this->register($type); + } + + $modular_uri = rtrim($uri, '/') . '/modular'; + if (is_dir($modular_uri)) { + foreach (Folder::all($modular_uri, $options) as $type) { + $this->register('modular/' . $type); + } + } + } + + /** + * @return array + */ + public function pageSelect() + { + $list = []; + foreach ($this->items as $name => $file) { + if (strpos($name, '/')) { + continue; + } + $list[$name] = ucfirst(str_replace('_', ' ', $name)); + } + ksort($list); + + return $list; + } + + /** + * @return array + */ + public function modularSelect() + { + $list = []; + foreach ($this->items as $name => $file) { + if (strpos($name, 'modular/') !== 0) { + continue; + } + $list[$name] = ucfirst(trim(str_replace('_', ' ', Utils::basename($name)))); + } + ksort($list); + + return $list; + } + + /** + * @param string $uri + * @return array + */ + private function findBlueprints($uri) + { + $options = [ + 'compare' => 'Filename', + 'pattern' => '|\.yaml$|', + 'filters' => [ + 'key' => '|\.yaml$|' + ], + 'key' => 'SubPathName', + 'value' => 'PathName', + ]; + + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + if ($locator->isStream($uri)) { + $options['value'] = 'Url'; + } + + return Folder::all($uri, $options); + } +} diff --git a/system/src/Grav/Common/Plugin.php b/system/src/Grav/Common/Plugin.php new file mode 100644 index 0000000..7b74c8f --- /dev/null +++ b/system/src/Grav/Common/Plugin.php @@ -0,0 +1,472 @@ +name = $name; + $this->grav = $grav; + + if ($config) { + $this->setConfig($config); + } + } + + /** + * @return ClassLoader|null + * @internal + */ + final public function getAutoloader(): ?ClassLoader + { + return $this->loader; + } + + /** + * @param ClassLoader|null $loader + * @internal + */ + final public function setAutoloader(?ClassLoader $loader): void + { + $this->loader = $loader; + } + + /** + * @param Config $config + * @return $this + */ + public function setConfig(Config $config) + { + $this->config = $config; + + return $this; + } + + /** + * Get configuration of the plugin. + * + * @return array + */ + public function config() + { + return $this->config["plugins.{$this->name}"] ?? []; + } + + /** + * Determine if plugin is running under the admin + * + * @return bool + */ + public function isAdmin() + { + return Utils::isAdminPlugin(); + } + + /** + * Determine if plugin is running under the CLI + * + * @return bool + */ + public function isCli() + { + return defined('GRAV_CLI'); + } + + /** + * Determine if this route is in Admin and active for the plugin + * + * @param string $plugin_route + * @return bool + */ + protected function isPluginActiveAdmin($plugin_route) + { + $active = false; + + /** @var Uri $uri */ + $uri = $this->grav['uri']; + /** @var Config $config */ + $config = $this->config ?? $this->grav['config']; + + if (strpos($uri->path(), $config->get('plugins.admin.route') . '/' . $plugin_route) === false) { + $active = false; + } elseif (isset($uri->paths()[1]) && $uri->paths()[1] === $plugin_route) { + $active = true; + } + + return $active; + } + + /** + * @param array $events + * @return void + */ + protected function enable(array $events) + { + /** @var EventDispatcher $dispatcher */ + $dispatcher = $this->grav['events']; + + foreach ($events as $eventName => $params) { + if (is_string($params)) { + $dispatcher->addListener($eventName, [$this, $params]); + } elseif (is_string($params[0])) { + $dispatcher->addListener($eventName, [$this, $params[0]], $this->getPriority($params, $eventName)); + } else { + foreach ($params as $listener) { + $dispatcher->addListener($eventName, [$this, $listener[0]], $this->getPriority($listener, $eventName)); + } + } + } + } + + /** + * @param array $params + * @param string $eventName + * @return int + */ + private function getPriority($params, $eventName) + { + $override = implode('.', ['priorities', $this->name, $eventName, $params[0]]); + + return $this->grav['config']->get($override) ?? $params[1] ?? 0; + } + + /** + * @param array $events + * @return void + */ + protected function disable(array $events) + { + /** @var EventDispatcher $dispatcher */ + $dispatcher = $this->grav['events']; + + foreach ($events as $eventName => $params) { + if (is_string($params)) { + $dispatcher->removeListener($eventName, [$this, $params]); + } elseif (is_string($params[0])) { + $dispatcher->removeListener($eventName, [$this, $params[0]]); + } else { + foreach ($params as $listener) { + $dispatcher->removeListener($eventName, [$this, $listener[0]]); + } + } + } + } + + /** + * Whether or not an offset exists. + * + * @param string $offset An offset to check for. + * @return bool Returns TRUE on success or FALSE on failure. + */ + #[\ReturnTypeWillChange] + public function offsetExists($offset) + { + if ($offset === 'title') { + $offset = 'name'; + } + + $blueprint = $this->getBlueprint(); + + return isset($blueprint[$offset]); + } + + /** + * Returns the value at specified offset. + * + * @param string $offset The offset to retrieve. + * @return mixed Can return all value types. + */ + #[\ReturnTypeWillChange] + public function offsetGet($offset) + { + if ($offset === 'title') { + $offset = 'name'; + } + + $blueprint = $this->getBlueprint(); + + return $blueprint[$offset] ?? null; + } + + /** + * Assigns a value to the specified offset. + * + * @param string $offset The offset to assign the value to. + * @param mixed $value The value to set. + * @throws LogicException + */ + #[\ReturnTypeWillChange] + public function offsetSet($offset, $value) + { + throw new LogicException(__CLASS__ . ' blueprints cannot be modified.'); + } + + /** + * Unsets an offset. + * + * @param string $offset The offset to unset. + * @throws LogicException + */ + #[\ReturnTypeWillChange] + public function offsetUnset($offset) + { + throw new LogicException(__CLASS__ . ' blueprints cannot be modified.'); + } + + /** + * @return array + */ + public function __debugInfo(): array + { + $array = (array)$this; + + unset($array["\0*\0grav"]); + $array["\0*\0config"] = $this->config(); + + return $array; + } + + /** + * This function will search a string for markdown links in a specific format. The link value can be + * optionally compared against via the $internal_regex and operated on by the callback $function + * provided. + * + * format: [plugin:myplugin_name](function_data) + * + * @param string $content The string to perform operations upon + * @param callable $function The anonymous callback function + * @param string $internal_regex Optional internal regex to extra data from + * @return string + */ + protected function parseLinks($content, $function, $internal_regex = '(.*)') + { + $regex = '/\[plugin:(?:' . preg_quote($this->name, '/') . ')\]\(' . $internal_regex . '\)/i'; + + $result = preg_replace_callback($regex, $function, $content); + \assert($result !== null); + + return $result; + } + + /** + * Merge global and page configurations. + * + * WARNING: This method modifies page header! + * + * @param PageInterface $page The page to merge the configurations with the + * plugin settings. + * @param mixed $deep false = shallow|true = recursive|merge = recursive+unique + * @param array $params Array of additional configuration options to + * merge with the plugin settings. + * @param string $type Is this 'plugins' or 'themes' + * @return Data + */ + protected function mergeConfig(PageInterface $page, $deep = false, $params = [], $type = 'plugins') + { + /** @var Config $config */ + $config = $this->config ?? $this->grav['config']; + + $class_name = $this->name; + $class_name_merged = $class_name . '.merged'; + $defaults = $config->get($type . '.' . $class_name, []); + $page_header = $page->header(); + $header = []; + + if (!isset($page_header->{$class_name_merged}) && isset($page_header->{$class_name})) { + // Get default plugin configurations and retrieve page header configuration + $config = $page_header->{$class_name}; + if (is_bool($config)) { + // Overwrite enabled option with boolean value in page header + $config = ['enabled' => $config]; + } + // Merge page header settings using deep or shallow merging technique + $header = $this->mergeArrays($deep, $defaults, $config); + + // Create new config object and set it on the page object so it's cached for next time + $page->modifyHeader($class_name_merged, new Data($header)); + } elseif (isset($page_header->{$class_name_merged})) { + $merged = $page_header->{$class_name_merged}; + $header = $merged->toArray(); + } + if (empty($header)) { + $header = $defaults; + } + // Merge additional parameter with configuration options + $header = $this->mergeArrays($deep, $header, $params); + + // Return configurations as a new data config class + return new Data($header); + } + + /** + * Merge arrays based on deepness + * + * @param string|bool $deep + * @param array $array1 + * @param array $array2 + * @return array + */ + private function mergeArrays($deep, $array1, $array2) + { + if ($deep === 'merge') { + return Utils::arrayMergeRecursiveUnique($array1, $array2); + } + if ($deep === true) { + return array_replace_recursive($array1, $array2); + } + + return array_merge($array1, $array2); + } + + /** + * Persists to disk the plugin parameters currently stored in the Grav Config object + * + * @param string $name The name of the plugin whose config it should store. + * @return bool + */ + public static function saveConfig($name) + { + if (!$name) { + return false; + } + + $grav = Grav::instance(); + + /** @var UniformResourceLocator $locator */ + $locator = $grav['locator']; + + $filename = 'config://plugins/' . $name . '.yaml'; + $file = YamlFile::instance((string)$locator->findResource($filename, true, true)); + $content = $grav['config']->get('plugins.' . $name); + $file->save($content); + $file->free(); + unset($file); + + return true; + } + + public static function inheritedConfigOption(string $plugin, string $var, PageInterface $page = null, $default = null) + { + if (Utils::isAdminPlugin()) { + $page = Grav::instance()['admin']->page() ?? null; + } else { + $page = $page ?? Grav::instance()['page'] ?? null; + } + + // Try to find var in the page headers + if ($page instanceof PageInterface && $page->exists()) { + // Loop over pages and look for header vars + while ($page && !$page->root()) { + $header = new Data((array)$page->header()); + $value = $header->get("$plugin.$var"); + if (isset($value)) { + return $value; + } + $page = $page->parent(); + } + } + + return Grav::instance()['config']->get("plugins.$plugin.$var", $default); + } + + /** + * Simpler getter for the plugin blueprint + * + * @return Blueprint + */ + public function getBlueprint() + { + if (null === $this->blueprint) { + $this->loadBlueprint(); + \assert($this->blueprint instanceof Blueprint); + } + + return $this->blueprint; + } + + /** + * Load blueprints. + * + * @return void + */ + protected function loadBlueprint() + { + if (null === $this->blueprint) { + $grav = Grav::instance(); + /** @var Plugins $plugins */ + $plugins = $grav['plugins']; + $data = $plugins->get($this->name); + \assert($data !== null); + $this->blueprint = $data->blueprints(); + } + } +} diff --git a/system/src/Grav/Common/Plugins.php b/system/src/Grav/Common/Plugins.php new file mode 100644 index 0000000..2ab1050 --- /dev/null +++ b/system/src/Grav/Common/Plugins.php @@ -0,0 +1,330 @@ +getIterator('plugins://'); + + $plugins = []; + /** @var SplFileInfo $directory */ + foreach ($iterator as $directory) { + if (!$directory->isDir()) { + continue; + } + $plugins[] = $directory->getFilename(); + } + + sort($plugins, SORT_NATURAL | SORT_FLAG_CASE); + + foreach ($plugins as $plugin) { + $object = $this->loadPlugin($plugin); + if ($object) { + $this->add($object); + } + } + } + + /** + * @return $this + */ + public function setup() + { + $blueprints = []; + $formFields = []; + + $grav = Grav::instance(); + + /** @var Config $config */ + $config = $grav['config']; + + /** @var Plugin $plugin */ + foreach ($this->items as $plugin) { + // Setup only enabled plugins. + if ($config["plugins.{$plugin->name}.enabled"] && $plugin instanceof Plugin) { + if (isset($plugin->features['blueprints'])) { + $blueprints["plugin://{$plugin->name}/blueprints"] = $plugin->features['blueprints']; + } + if (method_exists($plugin, 'getFormFieldTypes')) { + $formFields[get_class($plugin)] = $plugin->features['formfields'] ?? 0; + } + } + } + + if ($blueprints) { + // Order by priority. + arsort($blueprints, SORT_NUMERIC); + + /** @var UniformResourceLocator $locator */ + $locator = $grav['locator']; + $locator->addPath('blueprints', '', array_keys($blueprints), ['system', 'blueprints']); + } + + if ($formFields) { + // Order by priority. + arsort($formFields, SORT_NUMERIC); + + $list = []; + foreach ($formFields as $className => $priority) { + $plugin = $this->items[$className]; + $list += $plugin->getFormFieldTypes(); + } + + $this->formFieldTypes = $list; + } + + return $this; + } + + /** + * Registers all plugins. + * + * @return Plugin[] array of Plugin objects + * @throws RuntimeException + */ + public function init() + { + if ($this->plugins_initialized) { + return $this->items; + } + + $grav = Grav::instance(); + + /** @var Config $config */ + $config = $grav['config']; + + /** @var EventDispatcher $events */ + $events = $grav['events']; + + foreach ($this->items as $instance) { + // Register only enabled plugins. + if ($config["plugins.{$instance->name}.enabled"] && $instance instanceof Plugin) { + // Set plugin configuration. + $instance->setConfig($config); + // Register autoloader. + if (method_exists($instance, 'autoload')) { + $instance->setAutoloader($instance->autoload()); + } + // Register event listeners. + $events->addSubscriber($instance); + } + } + + // Plugins Loaded Event + $event = new PluginsLoadedEvent($grav, $this); + $grav->dispatchEvent($event); + + $this->plugins_initialized = true; + + return $this->items; + } + + /** + * Add a plugin + * + * @param Plugin $plugin + * @return void + */ + public function add($plugin) + { + if (is_object($plugin)) { + $this->items[get_class($plugin)] = $plugin; + } + } + + /** + * @return array + */ + public function __debugInfo(): array + { + $array = (array)$this; + + unset($array["\0Grav\Common\Iterator\0iteratorUnset"]); + + return $array; + } + + /** + * @return Plugin[] Index of all plugins by plugin name. + */ + public static function getPlugins(): array + { + /** @var Plugins $plugins */ + $plugins = Grav::instance()['plugins']; + + $list = []; + foreach ($plugins as $instance) { + $list[$instance->name] = $instance; + } + + return $list; + } + + /** + * @param string $name Plugin name + * @return Plugin|null Plugin object or null if plugin cannot be found. + */ + public static function getPlugin(string $name) + { + $list = static::getPlugins(); + + return $list[$name] ?? null; + } + + /** + * Return list of all plugin data with their blueprints. + * + * @return Data[] + */ + public static function all() + { + $grav = Grav::instance(); + + /** @var Plugins $plugins */ + $plugins = $grav['plugins']; + $list = []; + + foreach ($plugins as $instance) { + $name = $instance->name; + + try { + $result = self::get($name); + } catch (Exception $e) { + $exception = new RuntimeException(sprintf('Plugin %s: %s', $name, $e->getMessage()), $e->getCode(), $e); + + /** @var Debugger $debugger */ + $debugger = $grav['debugger']; + $debugger->addMessage("Plugin {$name} cannot be loaded, please check Exceptions tab", 'error'); + $debugger->addException($exception); + + continue; + } + + if ($result) { + $list[$name] = $result; + } + } + + return $list; + } + + /** + * Get a plugin by name + * + * @param string $name + * @return Data|null + */ + public static function get($name) + { + $blueprints = new Blueprints('plugins://'); + $blueprint = $blueprints->get("{$name}/blueprints"); + + // Load default configuration. + $file = CompiledYamlFile::instance("plugins://{$name}/{$name}" . YAML_EXT); + + // ensure this is a valid plugin + if (!$file->exists()) { + return null; + } + + $obj = new Data((array)$file->content(), $blueprint); + + // Override with user configuration. + $obj->merge(Grav::instance()['config']->get('plugins.' . $name) ?: []); + + // Save configuration always to user/config. + $file = CompiledYamlFile::instance("config://plugins/{$name}.yaml"); + $obj->file($file); + + return $obj; + } + + /** + * @param string $name + * @return Plugin|null + */ + protected function loadPlugin($name) + { + // NOTE: ALL THE LOCAL VARIABLES ARE USED INSIDE INCLUDED FILE, DO NOT REMOVE THEM! + $grav = Grav::instance(); + /** @var UniformResourceLocator $locator */ + $locator = $grav['locator']; + $class = null; + + // Start by attempting to load the plugin_name.php file. + $file = $locator->findResource('plugins://' . $name . DS . $name . PLUGIN_EXT); + if (is_file($file)) { + // Local variables available in the file: $grav, $name, $file + $class = include_once $file; + if (!is_object($class) || !is_subclass_of($class, Plugin::class, true)) { + $class = null; + } + } + + // If the class hasn't been initialized yet, guess the class name and create a new instance. + if (null === $class) { + $className = Inflector::camelize($name); + $pluginClassFormat = [ + 'Grav\\Plugin\\' . ucfirst($name). 'Plugin', + 'Grav\\Plugin\\' . $className . 'Plugin', + 'Grav\\Plugin\\' . $className + ]; + + foreach ($pluginClassFormat as $pluginClass) { + if (is_subclass_of($pluginClass, Plugin::class, true)) { + $class = new $pluginClass($name, $grav); + break; + } + } + } + + // Log a warning if plugin cannot be found. + if (null === $class) { + $grav['log']->addWarning( + sprintf("Plugin '%s' enabled but not found! Try clearing cache with `bin/grav clearcache`", $name) + ); + } + + return $class; + } +} diff --git a/system/src/Grav/Common/Processors/AssetsProcessor.php b/system/src/Grav/Common/Processors/AssetsProcessor.php new file mode 100644 index 0000000..dea7546 --- /dev/null +++ b/system/src/Grav/Common/Processors/AssetsProcessor.php @@ -0,0 +1,41 @@ +startTimer(); + $this->container['assets']->init(); + $this->container->fireEvent('onAssetsInitialized'); + $this->stopTimer(); + + return $handler->handle($request); + } +} diff --git a/system/src/Grav/Common/Processors/BackupsProcessor.php b/system/src/Grav/Common/Processors/BackupsProcessor.php new file mode 100644 index 0000000..72a2d04 --- /dev/null +++ b/system/src/Grav/Common/Processors/BackupsProcessor.php @@ -0,0 +1,41 @@ +startTimer(); + $backups = $this->container['backups']; + $backups->init(); + $this->stopTimer(); + + return $handler->handle($request); + } +} diff --git a/system/src/Grav/Common/Processors/DebuggerAssetsProcessor.php b/system/src/Grav/Common/Processors/DebuggerAssetsProcessor.php new file mode 100644 index 0000000..19e56e0 --- /dev/null +++ b/system/src/Grav/Common/Processors/DebuggerAssetsProcessor.php @@ -0,0 +1,40 @@ +startTimer(); + $this->container['debugger']->addAssets(); + $this->stopTimer(); + + return $handler->handle($request); + } +} diff --git a/system/src/Grav/Common/Processors/Events/RequestHandlerEvent.php b/system/src/Grav/Common/Processors/Events/RequestHandlerEvent.php new file mode 100644 index 0000000..7becf22 --- /dev/null +++ b/system/src/Grav/Common/Processors/Events/RequestHandlerEvent.php @@ -0,0 +1,82 @@ +offsetGet('request'); + } + + /** + * @return Route + */ + public function getRoute(): Route + { + return $this->getRequest()->getAttribute('route'); + } + + /** + * @return RequestHandler + */ + public function getHandler(): RequestHandler + { + return $this->offsetGet('handler'); + } + + /** + * @return ResponseInterface|null + */ + public function getResponse(): ?ResponseInterface + { + return $this->offsetGet('response'); + } + + /** + * @param ResponseInterface $response + * @return $this + */ + public function setResponse(ResponseInterface $response): self + { + $this->offsetSet('response', $response); + $this->stopPropagation(); + + return $this; + } + + /** + * @param string $name + * @param MiddlewareInterface $middleware + * @return RequestHandlerEvent + */ + public function addMiddleware(string $name, MiddlewareInterface $middleware): self + { + /** @var RequestHandler $handler */ + $handler = $this['handler']; + $handler->addMiddleware($name, $middleware); + + return $this; + } +} diff --git a/system/src/Grav/Common/Processors/InitializeProcessor.php b/system/src/Grav/Common/Processors/InitializeProcessor.php new file mode 100644 index 0000000..2c5035b --- /dev/null +++ b/system/src/Grav/Common/Processors/InitializeProcessor.php @@ -0,0 +1,461 @@ +processCli(); + } + } + + /** + * @param ServerRequestInterface $request + * @param RequestHandlerInterface $handler + * @return ResponseInterface + */ + public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface + { + $this->startTimer('_init', 'Initialize'); + + // Load configuration. + $config = $this->initializeConfig(); + + // Initialize logger. + $this->initializeLogger($config); + + // Initialize error handlers. + $this->initializeErrors(); + + // Initialize debugger. + $debugger = $this->initializeDebugger(); + + // Debugger can return response right away. + $response = $this->handleDebuggerRequest($debugger, $request); + if ($response) { + $this->stopTimer('_init'); + + return $response; + } + + // Initialize output buffering. + $this->initializeOutputBuffering($config); + + // Set timezone, locale. + $this->initializeLocale($config); + + // Load plugins. + $this->initializePlugins(); + + // Load pages. + $this->initializePages($config); + + // Load accounts (decides class to be used). + // TODO: remove in 2.0. + $this->container['accounts']; + + // Initialize session (used by URI, see issue #3269). + $this->initializeSession($config); + + // Initialize URI (uses session, see issue #3269). + $this->initializeUri($config); + + // Grav may return redirect response right away. + $redirectCode = (int)$config->get('system.pages.redirect_trailing_slash', 1); + if ($redirectCode) { + $response = $this->handleRedirectRequest($request, $redirectCode > 300 ? $redirectCode : null); + if ($response) { + $this->stopTimer('_init'); + + return $response; + } + } + + $this->stopTimer('_init'); + + // Wrap call to next handler so that debugger can profile it. + /** @var Response $response */ + $response = $debugger->profile(static function () use ($handler, $request) { + return $handler->handle($request); + }); + + // Log both request and response and return the response. + return $debugger->logRequest($request, $response); + } + + public function processCli(): void + { + // Load configuration. + $config = $this->initializeConfig(); + + // Initialize logger. + $this->initializeLogger($config); + + // Disable debugger. + $this->container['debugger']->enabled(false); + + // Set timezone, locale. + $this->initializeLocale($config); + + // Load plugins. + $this->initializePlugins(); + + // Load pages. + $this->initializePages($config); + + // Initialize URI. + $this->initializeUri($config); + + // Load accounts (decides class to be used). + // TODO: remove in 2.0. + $this->container['accounts']; + } + + /** + * @return Config + */ + protected function initializeConfig(): Config + { + $this->startTimer('_init_config', 'Configuration'); + + // Initialize Configuration + $grav = $this->container; + + /** @var Config $config */ + $config = $grav['config']; + $config->init(); + $grav['plugins']->setup(); + + if (defined('GRAV_SCHEMA') && $config->get('versions') === null) { + $filename = USER_DIR . 'config/versions.yaml'; + if (!is_file($filename)) { + $versions = [ + 'core' => [ + 'grav' => [ + 'version' => GRAV_VERSION, + 'schema' => GRAV_SCHEMA + ] + ] + ]; + $config->set('versions', $versions); + + $file = new YamlFile($filename, new YamlFormatter(['inline' => 4])); + $file->save($versions); + } + } + + // Override configuration using the environment. + $prefix = 'GRAV_CONFIG'; + $env = getenv($prefix); + if ($env) { + $cPrefix = $prefix . '__'; + $aPrefix = $prefix . '_ALIAS__'; + $cLen = strlen($cPrefix); + $aLen = strlen($aPrefix); + + $keys = $aliases = []; + $env = $_ENV + $_SERVER; + foreach ($env as $key => $value) { + if (!str_starts_with($key, $prefix)) { + continue; + } + if (str_starts_with($key, $cPrefix)) { + $key = str_replace('__', '.', substr($key, $cLen)); + $keys[$key] = $value; + } elseif (str_starts_with($key, $aPrefix)) { + $key = substr($key, $aLen); + $aliases[$key] = $value; + } + } + $list = []; + foreach ($keys as $key => $value) { + foreach ($aliases as $alias => $real) { + $key = str_replace($alias, $real, $key); + } + $list[$key] = $value; + $config->set($key, $value); + } + } + + $this->stopTimer('_init_config'); + + return $config; + } + + /** + * @param Config $config + * @return Logger + */ + protected function initializeLogger(Config $config): Logger + { + $this->startTimer('_init_logger', 'Logger'); + + $grav = $this->container; + + // Initialize Logging + /** @var Logger $log */ + $log = $grav['log']; + + if ($config->get('system.log.handler', 'file') === 'syslog') { + $log->popHandler(); + + $facility = $config->get('system.log.syslog.facility', 'local6'); + $tag = $config->get('system.log.syslog.tag', 'grav'); + $logHandler = new SyslogHandler($tag, $facility); + $formatter = new LineFormatter("%channel%.%level_name%: %message% %extra%"); + $logHandler->setFormatter($formatter); + + $log->pushHandler($logHandler); + } + + $this->stopTimer('_init_logger'); + + return $log; + } + + /** + * @return Errors + */ + protected function initializeErrors(): Errors + { + $this->startTimer('_init_errors', 'Error Handlers Reset'); + + $grav = $this->container; + + // Initialize Error Handlers + /** @var Errors $errors */ + $errors = $grav['errors']; + $errors->resetHandlers(); + + $this->stopTimer('_init_errors'); + + return $errors; + } + + /** + * @return Debugger + */ + protected function initializeDebugger(): Debugger + { + $this->startTimer('_init_debugger', 'Init Debugger'); + + $grav = $this->container; + + /** @var Debugger $debugger */ + $debugger = $grav['debugger']; + $debugger->init(); + + $this->stopTimer('_init_debugger'); + + return $debugger; + } + + /** + * @param Debugger $debugger + * @param ServerRequestInterface $request + * @return ResponseInterface|null + */ + protected function handleDebuggerRequest(Debugger $debugger, ServerRequestInterface $request): ?ResponseInterface + { + // Clockwork integration. + $clockwork = $debugger->getClockwork(); + if ($clockwork) { + $server = $request->getServerParams(); +// $baseUri = str_replace('\\', '/', dirname(parse_url($server['SCRIPT_NAME'], PHP_URL_PATH))); +// if ($baseUri === '/') { +// $baseUri = ''; +// } + $requestTime = $server['REQUEST_TIME_FLOAT'] ?? GRAV_REQUEST_TIME; + + $request = $request->withAttribute('request_time', $requestTime); + + // Handle clockwork API calls. + $uri = $request->getUri(); + if (Utils::contains($uri->getPath(), '/__clockwork/')) { + return $debugger->debuggerRequest($request); + } + + $this->container['clockwork'] = $clockwork; + } + + return null; + } + + /** + * @param Config $config + */ + protected function initializeOutputBuffering(Config $config): void + { + $this->startTimer('_init_ob', 'Initialize Output Buffering'); + + // Use output buffering to prevent headers from being sent too early. + ob_start(); + if ($config->get('system.cache.gzip') && !@ob_start('ob_gzhandler')) { + // Enable zip/deflate with a fallback in case of if browser does not support compressing. + ob_start(); + } + + $this->stopTimer('_init_ob'); + } + + /** + * @param Config $config + */ + protected function initializeLocale(Config $config): void + { + $this->startTimer('_init_locale', 'Initialize Locale'); + + // Initialize the timezone. + $timezone = $config->get('system.timezone'); + if ($timezone) { + date_default_timezone_set($timezone); + } + + $grav = $this->container; + $grav->setLocale(); + + $this->stopTimer('_init_locale'); + } + + protected function initializePlugins(): Plugins + { + $this->startTimer('_init_plugins_load', 'Load Plugins'); + + $grav = $this->container; + + /** @var Plugins $plugins */ + $plugins = $grav['plugins']; + $plugins->init(); + + $this->stopTimer('_init_plugins_load'); + + return $plugins; + } + + protected function initializePages(Config $config): Pages + { + $this->startTimer('_init_pages_register', 'Load Pages'); + + $grav = $this->container; + + /** @var Pages $pages */ + $pages = $grav['pages']; + // Upgrading from older Grav versions won't work without checking if the method exists. + if (method_exists($pages, 'register')) { + $pages->register(); + } + + $this->stopTimer('_init_pages_register'); + + return $pages; + } + + + protected function initializeUri(Config $config): void + { + $this->startTimer('_init_uri', 'Initialize URI'); + + $grav = $this->container; + + /** @var Uri $uri */ + $uri = $grav['uri']; + $uri->init(); + + $this->stopTimer('_init_uri'); + } + + protected function handleRedirectRequest(RequestInterface $request, int $code = null): ?ResponseInterface + { + if (!in_array($request->getMethod(), ['GET', 'HEAD'])) { + return null; + } + + // Redirect pages with trailing slash if configured to do so. + $uri = $request->getUri(); + $path = $uri->getPath() ?: '/'; + $root = $this->container['uri']->rootUrl(); + + if ($path !== $root && $path !== $root . '/' && Utils::endsWith($path, '/')) { + // Use permanent redirect for SEO reasons. + return $this->container->getRedirectResponse((string)$uri->withPath(rtrim($path, '/')), $code); + } + + return null; + } + + /** + * @param Config $config + */ + protected function initializeSession(Config $config): void + { + // FIXME: Initialize session should happen later after plugins have been loaded. This is a workaround to fix session issues in AWS. + if (isset($this->container['session']) && $config->get('system.session.initialize', true)) { + $this->startTimer('_init_session', 'Start Session'); + + /** @var Session $session */ + $session = $this->container['session']; + + try { + $session->init(); + } catch (SessionException $e) { + $session->init(); + $message = 'Session corruption detected, restarting session...'; + $this->addMessage($message); + $this->container['messages']->add($message, 'error'); + } + + $this->stopTimer('_init_session'); + } + } +} diff --git a/system/src/Grav/Common/Processors/PagesProcessor.php b/system/src/Grav/Common/Processors/PagesProcessor.php new file mode 100644 index 0000000..38a47a4 --- /dev/null +++ b/system/src/Grav/Common/Processors/PagesProcessor.php @@ -0,0 +1,115 @@ +startTimer(); + + // Dump Cache state + $this->container['debugger']->addMessage($this->container['cache']->getCacheStatus()); + + $this->container['pages']->init(); + + $route = $this->container['route']; + + $this->container->fireEvent('onPagesInitialized', new Event( + [ + 'pages' => $this->container['pages'], + 'route' => $route, + 'request' => $request + ] + )); + $this->container->fireEvent('onPageInitialized', new Event( + [ + 'page' => $this->container['page'], + 'route' => $route, + 'request' => $request + ] + )); + + /** @var PageInterface $page */ + $page = $this->container['page']; + + if (!$page->routable()) { + $exception = new RequestException($request, 'Page Not Found', 404); + // If no page found, fire event + $event = new PageEvent([ + 'page' => $page, + 'code' => $exception->getCode(), + 'message' => $exception->getMessage(), + 'exception' => $exception, + 'route' => $route, + 'request' => $request + ]); + $event->page = null; + $event = $this->container->fireEvent('onPageNotFound', $event); + + if (isset($event->page)) { + unset($this->container['page']); + $this->container['page'] = $page = $event->page; + } else { + throw new RuntimeException('Page Not Found', 404); + } + + $this->addMessage("Routed to page {$page->rawRoute()} (type: {$page->template()}) [Not Found fallback]"); + } else { + $this->addMessage("Routed to page {$page->rawRoute()} (type: {$page->template()})"); + + $task = $this->container['task']; + $action = $this->container['action']; + + /** @var Forms $forms */ + $forms = $this->container['forms'] ?? null; + $form = $forms ? $forms->getActiveForm() : null; + + $options = ['page' => $page, 'form' => $form, 'request' => $request]; + if ($task) { + $event = new Event(['task' => $task] + $options); + $this->container->fireEvent('onPageTask', $event); + $this->container->fireEvent('onPageTask.' . $task, $event); + } elseif ($action) { + $event = new Event(['action' => $action] + $options); + $this->container->fireEvent('onPageAction', $event); + $this->container->fireEvent('onPageAction.' . $action, $event); + } + } + + $this->stopTimer(); + + return $handler->handle($request); + } +} diff --git a/system/src/Grav/Common/Processors/PluginsProcessor.php b/system/src/Grav/Common/Processors/PluginsProcessor.php new file mode 100644 index 0000000..320d8f2 --- /dev/null +++ b/system/src/Grav/Common/Processors/PluginsProcessor.php @@ -0,0 +1,41 @@ +startTimer(); + $grav = $this->container; + $grav->fireEvent('onPluginsInitialized'); + $this->stopTimer(); + + return $handler->handle($request); + } +} diff --git a/system/src/Grav/Common/Processors/ProcessorBase.php b/system/src/Grav/Common/Processors/ProcessorBase.php new file mode 100644 index 0000000..2a6244d --- /dev/null +++ b/system/src/Grav/Common/Processors/ProcessorBase.php @@ -0,0 +1,70 @@ +container = $container; + } + + /** + * @param string|null $id + * @param string|null $title + */ + protected function startTimer($id = null, $title = null): void + { + /** @var Debugger $debugger */ + $debugger = $this->container['debugger']; + $debugger->startTimer($id ?? $this->id, $title ?? $this->title); + } + + /** + * @param string|null $id + */ + protected function stopTimer($id = null): void + { + /** @var Debugger $debugger */ + $debugger = $this->container['debugger']; + $debugger->stopTimer($id ?? $this->id); + } + + /** + * @param string $message + * @param string $label + * @param bool $isString + */ + protected function addMessage($message, $label = 'info', $isString = true): void + { + /** @var Debugger $debugger */ + $debugger = $this->container['debugger']; + $debugger->addMessage($message, $label, $isString); + } +} diff --git a/system/src/Grav/Common/Processors/ProcessorInterface.php b/system/src/Grav/Common/Processors/ProcessorInterface.php new file mode 100644 index 0000000..3178f1a --- /dev/null +++ b/system/src/Grav/Common/Processors/ProcessorInterface.php @@ -0,0 +1,20 @@ +startTimer(); + + $container = $this->container; + $output = $container['output']; + + if ($output instanceof ResponseInterface) { + return $output; + } + + /** @var PageInterface $page */ + $page = $this->container['page']; + + // Use internal Grav output. + $container->output = $output; + + ob_start(); + + $event = new Event(['page' => $page, 'output' => &$container->output]); + $container->fireEvent('onOutputGenerated', $event); + + echo $container->output; + + $html = ob_get_clean(); + + // remove any output + $container->output = ''; + + $event = new Event(['page' => $page, 'output' => $html]); + $this->container->fireEvent('onOutputRendered', $event); + + $this->stopTimer(); + + return new Response($page->httpResponseCode(), $page->httpHeaders(), $html); + } +} diff --git a/system/src/Grav/Common/Processors/RequestProcessor.php b/system/src/Grav/Common/Processors/RequestProcessor.php new file mode 100644 index 0000000..97122ea --- /dev/null +++ b/system/src/Grav/Common/Processors/RequestProcessor.php @@ -0,0 +1,66 @@ +startTimer(); + + $header = $request->getHeaderLine('Content-Type'); + $type = trim(strstr($header, ';', true) ?: $header); + if ($type === 'application/json') { + $request = $request->withParsedBody(json_decode($request->getBody()->getContents(), true)); + } + + $uri = $request->getUri(); + $ext = mb_strtolower(Utils::pathinfo($uri->getPath(), PATHINFO_EXTENSION)); + + $request = $request + ->withAttribute('grav', $this->container) + ->withAttribute('time', $_SERVER['REQUEST_TIME_FLOAT'] ?? GRAV_REQUEST_TIME) + ->withAttribute('route', Uri::getCurrentRoute()->withExtension($ext)) + ->withAttribute('referrer', $this->container['uri']->referrer()); + + $event = new RequestHandlerEvent(['request' => $request, 'handler' => $handler]); + /** @var RequestHandlerEvent $event */ + $event = $this->container->fireEvent('onRequestHandlerInit', $event); + $response = $event->getResponse(); + $this->stopTimer(); + + if ($response) { + return $response; + } + + return $handler->handle($request); + } +} diff --git a/system/src/Grav/Common/Processors/SchedulerProcessor.php b/system/src/Grav/Common/Processors/SchedulerProcessor.php new file mode 100644 index 0000000..c3f05cb --- /dev/null +++ b/system/src/Grav/Common/Processors/SchedulerProcessor.php @@ -0,0 +1,42 @@ +startTimer(); + $scheduler = $this->container['scheduler']; + $this->container->fireEvent('onSchedulerInitialized', new Event(['scheduler' => $scheduler])); + $this->stopTimer(); + + return $handler->handle($request); + } +} diff --git a/system/src/Grav/Common/Processors/TasksProcessor.php b/system/src/Grav/Common/Processors/TasksProcessor.php new file mode 100644 index 0000000..ab5caf9 --- /dev/null +++ b/system/src/Grav/Common/Processors/TasksProcessor.php @@ -0,0 +1,71 @@ +startTimer(); + + $task = $this->container['task']; + $action = $this->container['action']; + if ($task || $action) { + $attributes = $request->getAttribute('controller'); + + $controllerClass = $attributes['class'] ?? null; + if ($controllerClass) { + /** @var RequestHandlerInterface $controller */ + $controller = new $controllerClass($attributes['path'] ?? '', $attributes['params'] ?? []); + try { + $response = $controller->handle($request); + + if ($response->getStatusCode() === 418) { + $response = $handler->handle($request); + } + + $this->stopTimer(); + + return $response; + } catch (NotFoundException $e) { + // Task not found: Let it pass through. + } + } + + if ($task) { + $this->container->fireEvent('onTask.' . $task); + } elseif ($action) { + $this->container->fireEvent('onAction.' . $action); + } + } + $this->stopTimer(); + + return $handler->handle($request); + } +} diff --git a/system/src/Grav/Common/Processors/ThemesProcessor.php b/system/src/Grav/Common/Processors/ThemesProcessor.php new file mode 100644 index 0000000..a035f29 --- /dev/null +++ b/system/src/Grav/Common/Processors/ThemesProcessor.php @@ -0,0 +1,40 @@ +startTimer(); + $this->container['themes']->init(); + $this->stopTimer(); + + return $handler->handle($request); + } +} diff --git a/system/src/Grav/Common/Processors/TwigProcessor.php b/system/src/Grav/Common/Processors/TwigProcessor.php new file mode 100644 index 0000000..513add0 --- /dev/null +++ b/system/src/Grav/Common/Processors/TwigProcessor.php @@ -0,0 +1,40 @@ +startTimer(); + $this->container['twig']->init(); + $this->stopTimer(); + + return $handler->handle($request); + } +} diff --git a/system/src/Grav/Common/Scheduler/Cron.php b/system/src/Grav/Common/Scheduler/Cron.php new file mode 100644 index 0000000..d50d100 --- /dev/null +++ b/system/src/Grav/Common/Scheduler/Cron.php @@ -0,0 +1,577 @@ + modified for Grav integration + * @copyright Copyright (c) 2015 - 2024 Trilby Media, LLC. All rights reserved. + * @license MIT License; see LICENSE file for details. + */ + +namespace Grav\Common\Scheduler; + +/* + * Usage examples : + * ---------------- + * + * $cron = new Cron('10-30/5 12 * * *'); + * + * var_dump($cron->getMinutes()); + * // array(5) { + * // [0]=> int(10) + * // [1]=> int(15) + * // [2]=> int(20) + * // [3]=> int(25) + * // [4]=> int(30) + * // } + * + * var_dump($cron->getText('fr')); + * // string(32) "Chaque jour à 12:10,15,20,25,30" + * + * var_dump($cron->getText('en')); + * // string(30) "Every day at 12:10,15,20,25,30" + * + * var_dump($cron->getType()); + * // string(3) "day" + * + * var_dump($cron->getCronHours()); + * // string(2) "12" + * + * var_dump($cron->matchExact(new \DateTime('2012-07-01 13:25:10'))); + * // bool(false) + * + * var_dump($cron->matchExact(new \DateTime('2012-07-01 12:15:20'))); + * // bool(true) + * + * var_dump($cron->matchWithMargin(new \DateTime('2012-07-01 12:32:50'), -3, 5)); + * // bool(true) + */ + +use DateInterval; +use DateTime; +use RuntimeException; +use function count; +use function in_array; +use function is_array; +use function is_string; + +class Cron +{ + public const TYPE_UNDEFINED = ''; + public const TYPE_MINUTE = 'minute'; + public const TYPE_HOUR = 'hour'; + public const TYPE_DAY = 'day'; + public const TYPE_WEEK = 'week'; + public const TYPE_MONTH = 'month'; + public const TYPE_YEAR = 'year'; + /** + * + * @var array + */ + protected $texts = [ + 'fr' => [ + 'empty' => '-tout-', + 'name_minute' => 'minute', + 'name_hour' => 'heure', + 'name_day' => 'jour', + 'name_week' => 'semaine', + 'name_month' => 'mois', + 'name_year' => 'année', + 'text_period' => 'Chaque %s', + 'text_mins' => 'à %s minutes', + 'text_time' => 'à %02s:%02s', + 'text_dow' => 'le %s', + 'text_month' => 'de %s', + 'text_dom' => 'le %s', + 'weekdays' => ['lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi', 'dimanche'], + 'months' => ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + ], + 'en' => [ + 'empty' => '-all-', + 'name_minute' => 'minute', + 'name_hour' => 'hour', + 'name_day' => 'day', + 'name_week' => 'week', + 'name_month' => 'month', + 'name_year' => 'year', + 'text_period' => 'Every %s', + 'text_mins' => 'at %s minutes past the hour', + 'text_time' => 'at %02s:%02s', + 'text_dow' => 'on %s', + 'text_month' => 'of %s', + 'text_dom' => 'on the %s', + 'weekdays' => ['monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday', 'sunday'], + 'months' => ['january', 'february', 'march', 'april', 'may', 'june', 'july', 'august', 'september', 'october', 'november', 'december'], + ], + ]; + + /** + * min hour dom month dow + * @var string + */ + protected $cron = ''; + /** + * + * @var array + */ + protected $minutes = []; + /** + * + * @var array + */ + protected $hours = []; + /** + * + * @var array + */ + protected $months = []; + /** + * 0-7 : sunday, monday, ... saturday, sunday + * @var array + */ + protected $dow = []; + /** + * + * @var array + */ + protected $dom = []; + + /** + * @param string|null $cron + */ + public function __construct($cron = null) + { + if (null !== $cron) { + $this->setCron($cron); + } + } + + /** + * @return string + */ + public function getCron() + { + return implode(' ', [ + $this->getCronMinutes(), + $this->getCronHours(), + $this->getCronDaysOfMonth(), + $this->getCronMonths(), + $this->getCronDaysOfWeek(), + ]); + } + + /** + * @param string $lang 'fr' or 'en' + * @return string + */ + public function getText($lang) + { + // check lang + if (!isset($this->texts[$lang])) { + return $this->getCron(); + } + + $texts = $this->texts[$lang]; + // check type + + $type = $this->getType(); + if ($type === self::TYPE_UNDEFINED) { + return $this->getCron(); + } + + // init + $elements = []; + $elements[] = sprintf($texts['text_period'], $texts['name_' . $type]); + + // hour + if ($type === self::TYPE_HOUR) { + $elements[] = sprintf($texts['text_mins'], $this->getCronMinutes()); + } + + // week + if ($type === self::TYPE_WEEK) { + $dow = $this->getCronDaysOfWeek(); + foreach ($texts['weekdays'] as $i => $wd) { + $dow = str_replace((string) ($i + 1), $wd, $dow); + } + $elements[] = sprintf($texts['text_dow'], $dow); + } + + // month + year + if (in_array($type, [self::TYPE_MONTH, self::TYPE_YEAR], true)) { + $elements[] = sprintf($texts['text_dom'], $this->getCronDaysOfMonth()); + } + + // year + if ($type === self::TYPE_YEAR) { + $months = $this->getCronMonths(); + for ($i = count($texts['months']) - 1; $i >= 0; $i--) { + $months = str_replace((string) ($i + 1), $texts['months'][$i], $months); + } + $elements[] = sprintf($texts['text_month'], $months); + } + + // day + week + month + year + if (in_array($type, [self::TYPE_DAY, self::TYPE_WEEK, self::TYPE_MONTH, self::TYPE_YEAR], true)) { + $elements[] = sprintf($texts['text_time'], $this->getCronHours(), $this->getCronMinutes()); + } + + return str_replace('*', $texts['empty'], implode(' ', $elements)); + } + + /** + * @return string + */ + public function getType() + { + $mask = preg_replace('/[^\* ]/', '-', $this->getCron()); + $mask = preg_replace('/-+/', '-', $mask); + $mask = preg_replace('/[^-\*]/', '', $mask); + + if ($mask === '*****') { + return self::TYPE_MINUTE; + } + + if ($mask === '-****') { + return self::TYPE_HOUR; + } + + if (substr($mask, -3) === '***') { + return self::TYPE_DAY; + } + + if (substr($mask, -3) === '-**') { + return self::TYPE_MONTH; + } + + if (substr($mask, -3) === '**-') { + return self::TYPE_WEEK; + } + + if (substr($mask, -2) === '-*') { + return self::TYPE_YEAR; + } + + return self::TYPE_UNDEFINED; + } + + /** + * @param string $cron + * @return $this + */ + public function setCron($cron) + { + // sanitize + $cron = trim($cron); + $cron = preg_replace('/\s+/', ' ', $cron); + // explode + $elements = explode(' ', $cron); + if (count($elements) !== 5) { + throw new RuntimeException('Bad number of elements'); + } + + $this->cron = $cron; + $this->setMinutes($elements[0]); + $this->setHours($elements[1]); + $this->setDaysOfMonth($elements[2]); + $this->setMonths($elements[3]); + $this->setDaysOfWeek($elements[4]); + + return $this; + } + + /** + * @return string + */ + public function getCronMinutes() + { + return $this->arrayToCron($this->minutes); + } + + /** + * @return string + */ + public function getCronHours() + { + return $this->arrayToCron($this->hours); + } + + /** + * @return string + */ + public function getCronDaysOfMonth() + { + return $this->arrayToCron($this->dom); + } + + /** + * @return string + */ + public function getCronMonths() + { + return $this->arrayToCron($this->months); + } + + /** + * @return string + */ + public function getCronDaysOfWeek() + { + return $this->arrayToCron($this->dow); + } + + /** + * @return array + */ + public function getMinutes() + { + return $this->minutes; + } + + /** + * @return array + */ + public function getHours() + { + return $this->hours; + } + + /** + * @return array + */ + public function getDaysOfMonth() + { + return $this->dom; + } + + /** + * @return array + */ + public function getMonths() + { + return $this->months; + } + + /** + * @return array + */ + public function getDaysOfWeek() + { + return $this->dow; + } + + /** + * @param string|string[] $minutes + * @return $this + */ + public function setMinutes($minutes) + { + $this->minutes = $this->cronToArray($minutes, 0, 59); + + return $this; + } + + /** + * @param string|string[] $hours + * @return $this + */ + public function setHours($hours) + { + $this->hours = $this->cronToArray($hours, 0, 23); + + return $this; + } + + /** + * @param string|string[] $months + * @return $this + */ + public function setMonths($months) + { + $this->months = $this->cronToArray($months, 1, 12); + + return $this; + } + + /** + * @param string|string[] $dow + * @return $this + */ + public function setDaysOfWeek($dow) + { + $this->dow = $this->cronToArray($dow, 0, 7); + + return $this; + } + + /** + * @param string|string[] $dom + * @return $this + */ + public function setDaysOfMonth($dom) + { + $this->dom = $this->cronToArray($dom, 1, 31); + + return $this; + } + + /** + * @param mixed $date + * @param int $min + * @param int $hour + * @param int $day + * @param int $month + * @param int $weekday + * @return DateTime + */ + protected function parseDate($date, &$min, &$hour, &$day, &$month, &$weekday) + { + if (is_numeric($date) && (int)$date == $date) { + $date = new DateTime('@' . $date); + } elseif (is_string($date)) { + $date = new DateTime('@' . strtotime($date)); + } + if ($date instanceof DateTime) { + $min = (int)$date->format('i'); + $hour = (int)$date->format('H'); + $day = (int)$date->format('d'); + $month = (int)$date->format('m'); + $weekday = (int)$date->format('w'); // 0-6 + } else { + throw new RuntimeException('Date format not supported'); + } + + return new DateTime($date->format('Y-m-d H:i:sP')); + } + + /** + * @param int|string|DateTime $date + */ + public function matchExact($date) + { + $date = $this->parseDate($date, $min, $hour, $day, $month, $weekday); + + return + (empty($this->minutes) || in_array($min, $this->minutes, true)) && + (empty($this->hours) || in_array($hour, $this->hours, true)) && + (empty($this->dom) || in_array($day, $this->dom, true)) && + (empty($this->months) || in_array($month, $this->months, true)) && + (empty($this->dow) || in_array($weekday, $this->dow, true) || ($weekday == 0 && in_array(7, $this->dow, true)) || ($weekday == 7 && in_array(0, $this->dow, true)) + ); + } + + /** + * @param int|string|DateTime $date + * @param int $minuteBefore + * @param int $minuteAfter + */ + public function matchWithMargin($date, $minuteBefore = 0, $minuteAfter = 0) + { + if ($minuteBefore > 0) { + throw new RuntimeException('MinuteBefore parameter cannot be positive !'); + } + if ($minuteAfter < 0) { + throw new RuntimeException('MinuteAfter parameter cannot be negative !'); + } + + $date = $this->parseDate($date, $min, $hour, $day, $month, $weekday); + $interval = new DateInterval('PT1M'); // 1 min + if ($minuteBefore !== 0) { + $date->sub(new DateInterval('PT' . abs($minuteBefore) . 'M')); + } + $n = $minuteAfter - $minuteBefore + 1; + for ($i = 0; $i < $n; $i++) { + if ($this->matchExact($date)) { + return true; + } + $date->add($interval); + } + + return false; + } + + /** + * @param array $array + * @return string + */ + protected function arrayToCron($array) + { + $n = count($array); + if (!is_array($array) || $n === 0) { + return '*'; + } + + $cron = [$array[0]]; + $s = $c = $array[0]; + for ($i = 1; $i < $n; $i++) { + if ($array[$i] == $c + 1) { + $c = $array[$i]; + $cron[count($cron) - 1] = $s . '-' . $c; + } else { + $s = $c = $array[$i]; + $cron[] = $c; + } + } + + return implode(',', $cron); + } + + /** + * + * @param array|string $string + * @param int $min + * @param int $max + * @return array + */ + protected function cronToArray($string, $min, $max) + { + $array = []; + if (is_array($string)) { + foreach ($string as $val) { + if (is_numeric($val) && (int)$val == $val && $val >= $min && $val <= $max) { + $array[] = (int)$val; + } + } + } elseif ($string !== '*') { + while ($string !== '') { + // test "*/n" expression + if (preg_match('/^\*\/([0-9]+),?/', $string, $m)) { + for ($i = max(0, $min); $i <= min(59, $max); $i += $m[1]) { + $array[] = (int)$i; + } + $string = substr($string, strlen($m[0])); + continue; + } + // test "a-b/n" expression + if (preg_match('/^([0-9]+)-([0-9]+)\/([0-9]+),?/', $string, $m)) { + for ($i = max($m[1], $min); $i <= min($m[2], $max); $i += $m[3]) { + $array[] = (int)$i; + } + $string = substr($string, strlen($m[0])); + continue; + } + // test "a-b" expression + if (preg_match('/^([0-9]+)-([0-9]+),?/', $string, $m)) { + for ($i = max($m[1], $min); $i <= min($m[2], $max); $i++) { + $array[] = (int)$i; + } + $string = substr($string, strlen($m[0])); + continue; + } + // test "c" expression + if (preg_match('/^([0-9]+),?/', $string, $m)) { + if ($m[1] >= $min && $m[1] <= $max) { + $array[] = (int)$m[1]; + } + $string = substr($string, strlen($m[0])); + continue; + } + + // something goes wrong in the expression + return []; + } + } + sort($array, SORT_NUMERIC); + + return $array; + } +} diff --git a/system/src/Grav/Common/Scheduler/IntervalTrait.php b/system/src/Grav/Common/Scheduler/IntervalTrait.php new file mode 100644 index 0000000..edccec5 --- /dev/null +++ b/system/src/Grav/Common/Scheduler/IntervalTrait.php @@ -0,0 +1,404 @@ +at = $expression; + $this->executionTime = CronExpression::factory($expression); + + return $this; + } + + /** + * Set the execution time to every minute. + * + * @return self + */ + public function everyMinute() + { + return $this->at('* * * * *'); + } + + /** + * Set the execution time to every hour. + * + * @param int|string $minute + * @return self + */ + public function hourly($minute = 0) + { + $c = $this->validateCronSequence($minute); + + return $this->at("{$c['minute']} * * * *"); + } + + /** + * Set the execution time to once a day. + * + * @param int|string $hour + * @param int|string $minute + * @return self + */ + public function daily($hour = 0, $minute = 0) + { + if (is_string($hour)) { + $parts = explode(':', $hour); + $hour = $parts[0]; + $minute = $parts[1] ?? '0'; + } + $c = $this->validateCronSequence($minute, $hour); + + return $this->at("{$c['minute']} {$c['hour']} * * *"); + } + + /** + * Set the execution time to once a week. + * + * @param int|string $weekday + * @param int|string $hour + * @param int|string $minute + * @return self + */ + public function weekly($weekday = 0, $hour = 0, $minute = 0) + { + if (is_string($hour)) { + $parts = explode(':', $hour); + $hour = $parts[0]; + $minute = $parts[1] ?? '0'; + } + $c = $this->validateCronSequence($minute, $hour, null, null, $weekday); + + return $this->at("{$c['minute']} {$c['hour']} * * {$c['weekday']}"); + } + + /** + * Set the execution time to once a month. + * + * @param int|string $month + * @param int|string $day + * @param int|string $hour + * @param int|string $minute + * @return self + */ + public function monthly($month = '*', $day = 1, $hour = 0, $minute = 0) + { + if (is_string($hour)) { + $parts = explode(':', $hour); + $hour = $parts[0]; + $minute = $parts[1] ?? '0'; + } + $c = $this->validateCronSequence($minute, $hour, $day, $month); + + return $this->at("{$c['minute']} {$c['hour']} {$c['day']} {$c['month']} *"); + } + + /** + * Set the execution time to every Sunday. + * + * @param int|string $hour + * @param int|string $minute + * @return self + */ + public function sunday($hour = 0, $minute = 0) + { + return $this->weekly(0, $hour, $minute); + } + + /** + * Set the execution time to every Monday. + * + * @param int|string $hour + * @param int|string $minute + * @return self + */ + public function monday($hour = 0, $minute = 0) + { + return $this->weekly(1, $hour, $minute); + } + + /** + * Set the execution time to every Tuesday. + * + * @param int|string $hour + * @param int|string $minute + * @return self + */ + public function tuesday($hour = 0, $minute = 0) + { + return $this->weekly(2, $hour, $minute); + } + + /** + * Set the execution time to every Wednesday. + * + * @param int|string $hour + * @param int|string $minute + * @return self + */ + public function wednesday($hour = 0, $minute = 0) + { + return $this->weekly(3, $hour, $minute); + } + + /** + * Set the execution time to every Thursday. + * + * @param int|string $hour + * @param int|string $minute + * @return self + */ + public function thursday($hour = 0, $minute = 0) + { + return $this->weekly(4, $hour, $minute); + } + + /** + * Set the execution time to every Friday. + * + * @param int|string $hour + * @param int|string $minute + * @return self + */ + public function friday($hour = 0, $minute = 0) + { + return $this->weekly(5, $hour, $minute); + } + + /** + * Set the execution time to every Saturday. + * + * @param int|string $hour + * @param int|string $minute + * @return self + */ + public function saturday($hour = 0, $minute = 0) + { + return $this->weekly(6, $hour, $minute); + } + + /** + * Set the execution time to every January. + * + * @param int|string $day + * @param int|string $hour + * @param int|string $minute + * @return self + */ + public function january($day = 1, $hour = 0, $minute = 0) + { + return $this->monthly(1, $day, $hour, $minute); + } + + /** + * Set the execution time to every February. + * + * @param int|string $day + * @param int|string $hour + * @param int|string $minute + * @return self + */ + public function february($day = 1, $hour = 0, $minute = 0) + { + return $this->monthly(2, $day, $hour, $minute); + } + + /** + * Set the execution time to every March. + * + * @param int|string $day + * @param int|string $hour + * @param int|string $minute + * @return self + */ + public function march($day = 1, $hour = 0, $minute = 0) + { + return $this->monthly(3, $day, $hour, $minute); + } + + /** + * Set the execution time to every April. + * + * @param int|string $day + * @param int|string $hour + * @param int|string $minute + * @return self + */ + public function april($day = 1, $hour = 0, $minute = 0) + { + return $this->monthly(4, $day, $hour, $minute); + } + + /** + * Set the execution time to every May. + * + * @param int|string $day + * @param int|string $hour + * @param int|string $minute + * @return self + */ + public function may($day = 1, $hour = 0, $minute = 0) + { + return $this->monthly(5, $day, $hour, $minute); + } + + /** + * Set the execution time to every June. + * + * @param int|string $day + * @param int|string $hour + * @param int|string $minute + * @return self + */ + public function june($day = 1, $hour = 0, $minute = 0) + { + return $this->monthly(6, $day, $hour, $minute); + } + + /** + * Set the execution time to every July. + * + * @param int|string $day + * @param int|string $hour + * @param int|string $minute + * @return self + */ + public function july($day = 1, $hour = 0, $minute = 0) + { + return $this->monthly(7, $day, $hour, $minute); + } + + /** + * Set the execution time to every August. + * + * @param int|string $day + * @param int|string $hour + * @param int|string $minute + * @return self + */ + public function august($day = 1, $hour = 0, $minute = 0) + { + return $this->monthly(8, $day, $hour, $minute); + } + + /** + * Set the execution time to every September. + * + * @param int|string $day + * @param int|string $hour + * @param int|string $minute + * @return self + */ + public function september($day = 1, $hour = 0, $minute = 0) + { + return $this->monthly(9, $day, $hour, $minute); + } + + /** + * Set the execution time to every October. + * + * @param int|string $day + * @param int|string $hour + * @param int|string $minute + * @return self + */ + public function october($day = 1, $hour = 0, $minute = 0) + { + return $this->monthly(10, $day, $hour, $minute); + } + + /** + * Set the execution time to every November. + * + * @param int|string $day + * @param int|string $hour + * @param int|string $minute + * @return self + */ + public function november($day = 1, $hour = 0, $minute = 0) + { + return $this->monthly(11, $day, $hour, $minute); + } + + /** + * Set the execution time to every December. + * + * @param int|string $day + * @param int|string $hour + * @param int|string $minute + * @return self + */ + public function december($day = 1, $hour = 0, $minute = 0) + { + return $this->monthly(12, $day, $hour, $minute); + } + + /** + * Validate sequence of cron expression. + * + * @param int|string|null $minute + * @param int|string|null $hour + * @param int|string|null $day + * @param int|string|null $month + * @param int|string|null $weekday + * @return array + */ + private function validateCronSequence($minute = null, $hour = null, $day = null, $month = null, $weekday = null) + { + return [ + 'minute' => $this->validateCronRange($minute, 0, 59), + 'hour' => $this->validateCronRange($hour, 0, 23), + 'day' => $this->validateCronRange($day, 1, 31), + 'month' => $this->validateCronRange($month, 1, 12), + 'weekday' => $this->validateCronRange($weekday, 0, 6), + ]; + } + + /** + * Validate sequence of cron expression. + * + * @param int|string|null $value + * @param int $min + * @param int $max + * @return mixed + */ + private function validateCronRange($value, $min, $max) + { + if ($value === null || $value === '*') { + return '*'; + } + + if (! is_numeric($value) || + ! ($value >= $min && $value <= $max) + ) { + throw new InvalidArgumentException( + "Invalid value: it should be '*' or between {$min} and {$max}." + ); + } + + return $value; + } +} diff --git a/system/src/Grav/Common/Scheduler/Job.php b/system/src/Grav/Common/Scheduler/Job.php new file mode 100644 index 0000000..3b119f4 --- /dev/null +++ b/system/src/Grav/Common/Scheduler/Job.php @@ -0,0 +1,566 @@ +id = Grav::instance()['inflector']->hyphenize($id); + } else { + if (is_string($command)) { + $this->id = md5($command); + } else { + /* @var object $command */ + $this->id = spl_object_hash($command); + } + } + $this->creationTime = new DateTime('now'); + // initialize the directory path for lock files + $this->tempDir = sys_get_temp_dir(); + $this->command = $command; + $this->args = $args; + // Set enabled state + $status = Grav::instance()['config']->get('scheduler.status'); + $this->enabled = !(isset($status[$id]) && $status[$id] === 'disabled'); + } + + /** + * Get the command + * + * @return Closure|string + */ + public function getCommand() + { + return $this->command; + } + + /** + * Get the cron 'at' syntax for this job + * + * @return string + */ + public function getAt() + { + return $this->at; + } + + /** + * Get the status of this job + * + * @return bool + */ + public function getEnabled() + { + return $this->enabled; + } + + /** + * Get optional arguments + * + * @return string|null + */ + public function getArguments() + { + if (is_string($this->args)) { + return $this->args; + } + + return null; + } + + /** + * @return CronExpression + */ + public function getCronExpression() + { + return CronExpression::factory($this->at); + } + + /** + * Get the status of the last run for this job + * + * @return bool + */ + public function isSuccessful() + { + return $this->successful; + } + + /** + * Get the Job id. + * + * @return string + */ + public function getId() + { + return $this->id; + } + + /** + * Check if the Job is due to run. + * It accepts as input a DateTime used to check if + * the job is due. Defaults to job creation time. + * It also default the execution time if not previously defined. + * + * @param DateTime|null $date + * @return bool + */ + public function isDue(DateTime $date = null) + { + // The execution time is being defaulted if not defined + if (!$this->executionTime) { + $this->at('* * * * *'); + } + + $date = $date ?? $this->creationTime; + + return $this->executionTime->isDue($date); + } + + /** + * Check if the Job is overlapping. + * + * @return bool + */ + public function isOverlapping() + { + return $this->lockFile && + file_exists($this->lockFile) && + call_user_func($this->whenOverlapping, filemtime($this->lockFile)) === false; + } + + /** + * Force the Job to run in foreground. + * + * @return $this + */ + public function inForeground() + { + $this->runInBackground = false; + + return $this; + } + + /** + * Sets/Gets an option backlink + * + * @param string|null $link + * @return string|null + */ + public function backlink($link = null) + { + if ($link) { + $this->backlink = $link; + } + return $this->backlink; + } + + + /** + * Check if the Job can run in background. + * + * @return bool + */ + public function runInBackground() + { + return !(is_callable($this->command) || $this->runInBackground === false); + } + + /** + * This will prevent the Job from overlapping. + * It prevents another instance of the same Job of + * being executed if the previous is still running. + * The job id is used as a filename for the lock file. + * + * @param string|null $tempDir The directory path for the lock files + * @param callable|null $whenOverlapping A callback to ignore job overlapping + * @return self + */ + public function onlyOne($tempDir = null, callable $whenOverlapping = null) + { + if ($tempDir === null || !is_dir($tempDir)) { + $tempDir = $this->tempDir; + } + $this->lockFile = implode('/', [ + trim($tempDir), + trim($this->id) . '.lock', + ]); + if ($whenOverlapping) { + $this->whenOverlapping = $whenOverlapping; + } else { + $this->whenOverlapping = static function () { + return false; + }; + } + + return $this; + } + + /** + * Configure the job. + * + * @param array $config + * @return self + */ + public function configure(array $config = []) + { + // Check if config has defined a tempDir + if (isset($config['tempDir']) && is_dir($config['tempDir'])) { + $this->tempDir = $config['tempDir']; + } + + return $this; + } + + /** + * Truth test to define if the job should run if due. + * + * @param callable $fn + * @return self + */ + public function when(callable $fn) + { + $this->truthTest = $fn(); + + return $this; + } + + /** + * Run the job. + * + * @return bool + */ + public function run() + { + // If the truthTest failed, don't run + if ($this->truthTest !== true) { + return false; + } + + // If overlapping, don't run + if ($this->isOverlapping()) { + return false; + } + + // Write lock file if necessary + $this->createLockFile(); + + // Call before if required + if (is_callable($this->before)) { + call_user_func($this->before); + } + + // If command is callable... + if (is_callable($this->command)) { + $this->output = $this->exec(); + } else { + $args = is_string($this->args) ? explode(' ', $this->args) : $this->args; + $command = array_merge([$this->command], $args); + $process = new Process($command); + + $this->process = $process; + + if ($this->runInBackground()) { + $process->start(); + } else { + $process->run(); + $this->finalize(); + } + } + + return true; + } + + /** + * Finish up processing the job + * + * @return void + */ + public function finalize() + { + $process = $this->process; + + if ($process) { + $process->wait(); + + if ($process->isSuccessful()) { + $this->successful = true; + $this->output = $process->getOutput(); + } else { + $this->successful = false; + $this->output = $process->getErrorOutput(); + } + + $this->postRun(); + + unset($this->process); + } + } + + /** + * Things to run after job has run + * + * @return void + */ + private function postRun() + { + if (count($this->outputTo) > 0) { + foreach ($this->outputTo as $file) { + $output_mode = $this->outputMode === 'append' ? FILE_APPEND | LOCK_EX : LOCK_EX; + $timestamp = (new DateTime('now'))->format('c'); + $output = $timestamp . "\n" . str_pad('', strlen($timestamp), '>') . "\n" . $this->output; + file_put_contents($file, $output, $output_mode); + } + } + + // Send output to email + $this->emailOutput(); + + // Call any callback defined + if (is_callable($this->after)) { + call_user_func($this->after, $this->output, $this->returnCode); + } + + $this->removeLockFile(); + } + + /** + * Create the job lock file. + * + * @param mixed $content + * @return void + */ + private function createLockFile($content = null) + { + if ($this->lockFile) { + if ($content === null || !is_string($content)) { + $content = $this->getId(); + } + file_put_contents($this->lockFile, $content); + } + } + + /** + * Remove the job lock file. + * + * @return void + */ + private function removeLockFile() + { + if ($this->lockFile && file_exists($this->lockFile)) { + unlink($this->lockFile); + } + } + + /** + * Execute a callable job. + * + * @return string + * @throws RuntimeException + */ + private function exec() + { + $return_data = ''; + ob_start(); + try { + $return_data = call_user_func_array($this->command, $this->args); + $this->successful = true; + } catch (RuntimeException $e) { + $return_data = $e->getMessage(); + $this->successful = false; + } + $this->output = ob_get_clean() . (is_string($return_data) ? $return_data : ''); + + $this->postRun(); + + return $this->output; + } + + /** + * Set the file/s where to write the output of the job. + * + * @param string|array $filename + * @param bool $append + * @return self + */ + public function output($filename, $append = false) + { + $this->outputTo = is_array($filename) ? $filename : [$filename]; + $this->outputMode = $append === false ? 'overwrite' : 'append'; + + return $this; + } + + /** + * Get the job output. + * + * @return mixed + */ + public function getOutput() + { + return $this->output; + } + + /** + * Set the emails where the output should be sent to. + * The Job should be set to write output to a file + * for this to work. + * + * @param string|array $email + * @return self + */ + public function email($email) + { + if (!is_string($email) && !is_array($email)) { + throw new InvalidArgumentException('The email can be only string or array'); + } + + $this->emailTo = is_array($email) ? $email : [$email]; + // Force the job to run in foreground + $this->inForeground(); + + return $this; + } + + /** + * Email the output of the job, if any. + * + * @return bool + */ + private function emailOutput() + { + if (!count($this->outputTo) || !count($this->emailTo)) { + return false; + } + + if (is_callable('Grav\Plugin\Email\Utils::sendEmail')) { + $subject ='Grav Scheduled Job [' . $this->getId() . ']'; + $content = "

Output from Job ID: {$this->getId()}

\n

Command: {$this->getCommand()}


\n".$this->getOutput()."\n
"; + $to = $this->emailTo; + + \Grav\Plugin\Email\Utils::sendEmail($subject, $content, $to); + } + + return true; + } + + /** + * Set function to be called before job execution + * Job object is injected as a parameter to callable function. + * + * @param callable $fn + * @return self + */ + public function before(callable $fn) + { + $this->before = $fn; + + return $this; + } + + /** + * Set a function to be called after job execution. + * By default this will force the job to run in foreground + * because the output is injected as a parameter of this + * function, but it could be avoided by passing true as a + * second parameter. The job will run in background if it + * meets all the other criteria. + * + * @param callable $fn + * @param bool $runInBackground + * @return self + */ + public function then(callable $fn, $runInBackground = false) + { + $this->after = $fn; + // Force the job to run in foreground + if ($runInBackground === false) { + $this->inForeground(); + } + + return $this; + } +} diff --git a/system/src/Grav/Common/Scheduler/Scheduler.php b/system/src/Grav/Common/Scheduler/Scheduler.php new file mode 100644 index 0000000..d3cefb0 --- /dev/null +++ b/system/src/Grav/Common/Scheduler/Scheduler.php @@ -0,0 +1,447 @@ +get('scheduler.defaults', []); + $this->config = $config; + + $this->status_path = Grav::instance()['locator']->findResource('user-data://scheduler', true, true); + if (!file_exists($this->status_path)) { + Folder::create($this->status_path); + } + } + + /** + * Load saved jobs from config/scheduler.yaml file + * + * @return $this + */ + public function loadSavedJobs() + { + $this->saved_jobs = []; + $saved_jobs = (array) Grav::instance()['config']->get('scheduler.custom_jobs', []); + + foreach ($saved_jobs as $id => $j) { + $args = $j['args'] ?? []; + $id = Grav::instance()['inflector']->hyphenize($id); + $job = $this->addCommand($j['command'], $args, $id); + + if (isset($j['at'])) { + $job->at($j['at']); + } + + if (isset($j['output'])) { + $mode = isset($j['output_mode']) && $j['output_mode'] === 'append'; + $job->output($j['output'], $mode); + } + + if (isset($j['email'])) { + $job->email($j['email']); + } + + // store in saved_jobs + $this->saved_jobs[] = $job; + } + + return $this; + } + + /** + * Get the queued jobs as background/foreground + * + * @param bool $all + * @return array + */ + public function getQueuedJobs($all = false) + { + $background = []; + $foreground = []; + foreach ($this->jobs as $job) { + if ($all || $job->getEnabled()) { + if ($job->runInBackground()) { + $background[] = $job; + } else { + $foreground[] = $job; + } + } + } + return [$background, $foreground]; + } + + /** + * Get all jobs if they are disabled or not as one array + * + * @return Job[] + */ + public function getAllJobs() + { + [$background, $foreground] = $this->loadSavedJobs()->getQueuedJobs(true); + + return array_merge($background, $foreground); + } + + /** + * Get a specific Job based on id + * + * @param string $jobid + * @return Job|null + */ + public function getJob($jobid) + { + $all = $this->getAllJobs(); + foreach ($all as $job) { + if ($jobid == $job->getId()) { + return $job; + } + } + return null; + } + + /** + * Queues a PHP function execution. + * + * @param callable $fn The function to execute + * @param array $args Optional arguments to pass to the php script + * @param string|null $id Optional custom identifier + * @return Job + */ + public function addFunction(callable $fn, $args = [], $id = null) + { + $job = new Job($fn, $args, $id); + $this->queueJob($job->configure($this->config)); + + return $job; + } + + /** + * Queue a raw shell command. + * + * @param string $command The command to execute + * @param array $args Optional arguments to pass to the command + * @param string|null $id Optional custom identifier + * @return Job + */ + public function addCommand($command, $args = [], $id = null) + { + $job = new Job($command, $args, $id); + $this->queueJob($job->configure($this->config)); + + return $job; + } + + /** + * Run the scheduler. + * + * @param DateTime|null $runTime Optional, run at specific moment + * @param bool $force force run even if not due + */ + public function run(DateTime $runTime = null, $force = false) + { + $this->loadSavedJobs(); + + [$background, $foreground] = $this->getQueuedJobs(false); + $alljobs = array_merge($background, $foreground); + + if (null === $runTime) { + $runTime = new DateTime('now'); + } + + // Star processing jobs + foreach ($alljobs as $job) { + if ($job->isDue($runTime) || $force) { + $job->run(); + $this->jobs_run[] = $job; + } + } + + // Finish handling any background jobs + foreach ($background as $job) { + $job->finalize(); + } + + // Store states + $this->saveJobStates(); + + // Store run date + file_put_contents("logs/lastcron.run", (new DateTime("now"))->format("Y-m-d H:i:s"), LOCK_EX); + } + + /** + * Reset all collected data of last run. + * + * Call before run() if you call run() multiple times. + * + * @return $this + */ + public function resetRun() + { + // Reset collected data of last run + $this->executed_jobs = []; + $this->failed_jobs = []; + $this->output_schedule = []; + + return $this; + } + + /** + * Get the scheduler verbose output. + * + * @param string $type Allowed: text, html, array + * @return string|array The return depends on the requested $type + */ + public function getVerboseOutput($type = 'text') + { + switch ($type) { + case 'text': + return implode("\n", $this->output_schedule); + case 'html': + return implode('
', $this->output_schedule); + case 'array': + return $this->output_schedule; + default: + throw new InvalidArgumentException('Invalid output type'); + } + } + + /** + * Remove all queued Jobs. + * + * @return $this + */ + public function clearJobs() + { + $this->jobs = []; + + return $this; + } + + /** + * Helper to get the full Cron command + * + * @return string + */ + public function getCronCommand() + { + $command = $this->getSchedulerCommand(); + + return "(crontab -l; echo \"* * * * * {$command} 1>> /dev/null 2>&1\") | crontab -"; + } + + /** + * @param string|null $php + * @return string + */ + public function getSchedulerCommand($php = null) + { + $phpBinaryFinder = new PhpExecutableFinder(); + $php = $php ?? $phpBinaryFinder->find(); + $command = 'cd ' . str_replace(' ', '\ ', GRAV_ROOT) . ';' . $php . ' bin/grav scheduler'; + + return $command; + } + + /** + * Helper to determine if cron-like job is setup + * 0 - Crontab Not found + * 1 - Crontab Found + * 2 - Error + * + * @return int + */ + public function isCrontabSetup() + { + // Check for external triggers + $last_run = @file_get_contents("logs/lastcron.run"); + if (time() - strtotime($last_run) < 120){ + return 1; + } + + // No external triggers found, so do legacy cron checks + $process = new Process(['crontab', '-l']); + $process->run(); + + if ($process->isSuccessful()) { + $output = $process->getOutput(); + $command = str_replace('/', '\/', $this->getSchedulerCommand('.*')); + $full_command = '/^(?!#).* .* .* .* .* ' . $command . '/m'; + + return preg_match($full_command, $output) ? 1 : 0; + } + + $error = $process->getErrorOutput(); + + return Utils::startsWith($error, 'crontab: no crontab') ? 0 : 2; + } + + /** + * Get the Job states file + * + * @return YamlFile + */ + public function getJobStates() + { + return YamlFile::instance($this->status_path . '/status.yaml'); + } + + /** + * Save job states to statys file + * + * @return void + */ + private function saveJobStates() + { + $now = time(); + $new_states = []; + + foreach ($this->jobs_run as $job) { + if ($job->isSuccessful()) { + $new_states[$job->getId()] = ['state' => 'success', 'last-run' => $now]; + $this->pushExecutedJob($job); + } else { + $new_states[$job->getId()] = ['state' => 'failure', 'last-run' => $now, 'error' => $job->getOutput()]; + $this->pushFailedJob($job); + } + } + + $saved_states = $this->getJobStates(); + $saved_states->save(array_merge($saved_states->content(), $new_states)); + } + + /** + * Try to determine who's running the process + * + * @return false|string + */ + public function whoami() + { + $process = new Process(['whoami']); + $process->run(); + + if ($process->isSuccessful()) { + return trim($process->getOutput()); + } + + return $process->getErrorOutput(); + } + + + /** + * Queue a job for execution in the correct queue. + * + * @param Job $job + * @return void + */ + private function queueJob(Job $job) + { + $this->jobs[] = $job; + + // Store jobs + } + + /** + * Add an entry to the scheduler verbose output array. + * + * @param string $string + * @return void + */ + private function addSchedulerVerboseOutput($string) + { + $now = '[' . (new DateTime('now'))->format('c') . '] '; + $this->output_schedule[] = $now . $string; + // Print to stdoutput in light gray + // echo "\033[37m{$string}\033[0m\n"; + } + + /** + * Push a succesfully executed job. + * + * @param Job $job + * @return Job + */ + private function pushExecutedJob(Job $job) + { + $this->executed_jobs[] = $job; + $command = $job->getCommand(); + $args = $job->getArguments(); + // If callable, log the string Closure + if (is_callable($command)) { + $command = is_string($command) ? $command : 'Closure'; + } + $this->addSchedulerVerboseOutput("Success: {$command} {$args}"); + + return $job; + } + + /** + * Push a failed job. + * + * @param Job $job + * @return Job + */ + private function pushFailedJob(Job $job) + { + $this->failed_jobs[] = $job; + $command = $job->getCommand(); + // If callable, log the string Closure + if (is_callable($command)) { + $command = is_string($command) ? $command : 'Closure'; + } + $output = trim($job->getOutput()); + $this->addSchedulerVerboseOutput("Error: {$command}{$output}"); + + return $job; + } +} diff --git a/system/src/Grav/Common/Security.php b/system/src/Grav/Common/Security.php new file mode 100644 index 0000000..6fabf4e --- /dev/null +++ b/system/src/Grav/Common/Security.php @@ -0,0 +1,287 @@ +get('security.sanitize_svg')) { + $content = file_get_contents($filepath); + + return static::detectXss($content, $options); + } + + return null; + } + + /** + * Sanitize SVG string for XSS code + * + * @param string $svg + * @return string + */ + public static function sanitizeSvgString(string $svg): string + { + if (Grav::instance()['config']->get('security.sanitize_svg')) { + $sanitizer = new DOMSanitizer(DOMSanitizer::SVG); + $sanitized = $sanitizer->sanitize($svg); + if (is_string($sanitized)) { + $svg = $sanitized; + } + } + + return $svg; + } + + /** + * Sanitize SVG for XSS code + * + * @param string $file + * @return void + */ + public static function sanitizeSVG(string $file): void + { + if (file_exists($file) && Grav::instance()['config']->get('security.sanitize_svg')) { + $sanitizer = new DOMSanitizer(DOMSanitizer::SVG); + $original_svg = file_get_contents($file); + $clean_svg = $sanitizer->sanitize($original_svg); + + // Quarantine bad SVG files and throw exception + if ($clean_svg !== false ) { + file_put_contents($file, $clean_svg); + } else { + $quarantine_file = Utils::basename($file); + $quarantine_dir = 'log://quarantine'; + Folder::mkdir($quarantine_dir); + file_put_contents("$quarantine_dir/$quarantine_file", $original_svg); + unlink($file); + throw new Exception('SVG could not be sanitized, it has been moved to the logs/quarantine folder'); + } + } + } + + /** + * Detect XSS code in Grav pages + * + * @param Pages $pages + * @param bool $route + * @param callable|null $status + * @return array + */ + public static function detectXssFromPages(Pages $pages, $route = true, callable $status = null) + { + $routes = $pages->getList(null, 0, true); + + // Remove duplicate for homepage + unset($routes['/']); + + $list = []; + + // This needs Symfony 4.1 to work + $status && $status([ + 'type' => 'count', + 'steps' => count($routes), + ]); + + foreach (array_keys($routes) as $route) { + $status && $status([ + 'type' => 'progress', + ]); + + try { + $page = $pages->find($route); + if ($page->exists()) { + // call the content to load/cache it + $header = (array) $page->header(); + $content = $page->value('content'); + + $data = ['header' => $header, 'content' => $content]; + $results = static::detectXssFromArray($data); + + if (!empty($results)) { + $list[$page->rawRoute()] = $results; + } + } + } catch (Exception $e) { + continue; + } + } + + return $list; + } + + /** + * Detect XSS in an array or strings such as $_POST or $_GET + * + * @param array $array Array such as $_POST or $_GET + * @param array|null $options Extra options to be passed. + * @param string $prefix Prefix for returned values. + * @return array Returns flatten list of potentially dangerous input values, such as 'data.content'. + */ + public static function detectXssFromArray(array $array, string $prefix = '', array $options = null) + { + if (null === $options) { + $options = static::getXssDefaults(); + } + + $list = [[]]; + foreach ($array as $key => $value) { + if (is_array($value)) { + $list[] = static::detectXssFromArray($value, $prefix . $key . '.', $options); + } + if ($result = static::detectXss($value, $options)) { + $list[] = [$prefix . $key => $result]; + } + } + + return array_merge(...$list); + } + + /** + * Determine if string potentially has a XSS attack. This simple function does not catch all XSS and it is likely to + * + * return false positives because of it tags all potentially dangerous HTML tags and attributes without looking into + * their content. + * + * @param string|null $string The string to run XSS detection logic on + * @param array|null $options + * @return string|null Type of XSS vector if the given `$string` may contain XSS, false otherwise. + * + * Copies the code from: https://github.com/symphonycms/xssfilter/blob/master/extension.driver.php#L138 + */ + public static function detectXss($string, array $options = null): ?string + { + // Skip any null or non string values + if (null === $string || !is_string($string) || empty($string)) { + return null; + } + + if (null === $options) { + $options = static::getXssDefaults(); + } + + $enabled_rules = (array)($options['enabled_rules'] ?? null); + $dangerous_tags = (array)($options['dangerous_tags'] ?? null); + if (!$dangerous_tags) { + $enabled_rules['dangerous_tags'] = false; + } + $invalid_protocols = (array)($options['invalid_protocols'] ?? null); + if (!$invalid_protocols) { + $enabled_rules['invalid_protocols'] = false; + } + $enabled_rules = array_filter($enabled_rules, static function ($val) { return !empty($val); }); + if (!$enabled_rules) { + return null; + } + + // Keep a copy of the original string before cleaning up + $orig = $string; + + // URL decode + $string = urldecode($string); + + // Convert Hexadecimals + $string = (string)preg_replace_callback('!(&#|\\\)[xX]([0-9a-fA-F]+);?!u', static function ($m) { + return chr(hexdec($m[2])); + }, $string); + + // Clean up entities + $string = preg_replace('!(&#[0-9]+);?!u', '$1;', $string); + + // Decode entities + $string = html_entity_decode($string, ENT_NOQUOTES | ENT_HTML5, 'UTF-8'); + + // Strip whitespace characters + $string = preg_replace('!\s!u', ' ', $string); + $stripped = preg_replace('!\s!u', '', $string); + + // Set the patterns we'll test against + $patterns = [ + // Match any attribute starting with "on" or xmlns + 'on_events' => '#(<[^>]+[a-z\x00-\x20\"\'\/])(on[a-z]+|xmlns)\s*=[\s|\'\"].*[\s|\'\"]>#iUu', + + // Match javascript:, livescript:, vbscript:, mocha:, feed: and data: protocols + 'invalid_protocols' => '#(' . implode('|', array_map('preg_quote', $invalid_protocols, ['#'])) . ')(:|\&\#58)\S.*?#iUu', + + // Match -moz-bindings + 'moz_binding' => '#-moz-binding[a-z\x00-\x20]*:#u', + + // Match style attributes + 'html_inline_styles' => '#(<[^>]+[a-z\x00-\x20\"\'\/])(style=[^>]*(url\:|x\:expression).*)>?#iUu', + + // Match potentially dangerous tags + 'dangerous_tags' => '#]*>?#ui' + ]; + + // Iterate over rules and return label if fail + foreach ($patterns as $name => $regex) { + if (!empty($enabled_rules[$name])) { + if (preg_match($regex, $string) || preg_match($regex, $stripped) || preg_match($regex, $orig)) { + return $name; + } + } + } + + return null; + } + + public static function getXssDefaults(): array + { + /** @var Config $config */ + $config = Grav::instance()['config']; + + return [ + 'enabled_rules' => $config->get('security.xss_enabled'), + 'dangerous_tags' => array_map('trim', $config->get('security.xss_dangerous_tags')), + 'invalid_protocols' => array_map('trim', $config->get('security.xss_invalid_protocols')), + ]; + } + + public static function cleanDangerousTwig(string $string): string + { + if ($string === '') { + return $string; + } + + $bad_twig = [ + 'twig_array_map', + 'twig_array_filter', + 'call_user_func', + 'registerUndefinedFunctionCallback', + 'undefined_functions', + 'twig.getFunction', + 'core.setEscaper', + 'twig.safe_functions', + 'read_file', + ]; + $string = preg_replace('/(({{\s*|{%\s*)[^}]*?(' . implode('|', $bad_twig) . ')[^}]*?(\s*}}|\s*%}))/i', '{# $1 #}', $string); + return $string; + } +} diff --git a/system/src/Grav/Common/Service/AccountsServiceProvider.php b/system/src/Grav/Common/Service/AccountsServiceProvider.php new file mode 100644 index 0000000..d0e0e68 --- /dev/null +++ b/system/src/Grav/Common/Service/AccountsServiceProvider.php @@ -0,0 +1,157 @@ +addTypes($config->get('permissions.types', [])); + + $array = $config->get('permissions.actions'); + if (is_array($array)) { + $actions = PermissionsReader::fromArray($array, $permissions->getTypes()); + $permissions->addActions($actions); + } + + $event = new PermissionsRegisterEvent($permissions); + $container->dispatchEvent($event); + + return $permissions; + }; + + $container['accounts'] = function (Container $container) { + $type = $this->initialize($container); + + return $type === 'flex' ? $this->flexAccounts($container) : $this->regularAccounts($container); + }; + + $container['user_groups'] = static function (Container $container) { + /** @var Flex $flex */ + $flex = $container['flex']; + $directory = $flex->getDirectory('user-groups'); + + return $directory ? $directory->getIndex() : null; + }; + + $container['users'] = $container->factory(static function (Container $container) { + user_error('Grav::instance()[\'users\'] is deprecated since Grav 1.6, use Grav::instance()[\'accounts\'] instead', E_USER_DEPRECATED); + + return $container['accounts']; + }); + } + + /** + * @param Container $container + * @return string + */ + protected function initialize(Container $container): string + { + $isDefined = defined('GRAV_USER_INSTANCE'); + $type = strtolower($isDefined ? GRAV_USER_INSTANCE : $container['config']->get('system.accounts.type', 'regular')); + + if ($type === 'flex') { + if (!$isDefined) { + define('GRAV_USER_INSTANCE', 'FLEX'); + } + + /** @var EventDispatcher $dispatcher */ + $dispatcher = $container['events']; + + // Stop /admin/user from working, display error instead. + $dispatcher->addListener( + 'onAdminPage', + static function (Event $event) { + $grav = Grav::instance(); + $admin = $grav['admin']; + [$base,$location,] = $admin->getRouteDetails(); + if ($location !== 'user' || isset($grav['flex_objects'])) { + return; + } + + /** @var PageInterface $page */ + $page = $event['page']; + $page->init(new SplFileInfo('plugin://admin/pages/admin/error.md')); + $page->routable(true); + $header = $page->header(); + $header->title = 'Please install missing plugin'; + $page->content("## Please install and enable **[Flex Objects]({$base}/plugins/flex-objects)** plugin. It is required to edit **Flex User Accounts**."); + + /** @var Header $header */ + $header = $page->header(); + $directory = $grav['accounts']->getFlexDirectory(); + $menu = $directory->getConfig('admin.menu.list'); + $header->access = $menu['authorize'] ?? ['admin.super']; + }, + 100000 + ); + } elseif (!$isDefined) { + define('GRAV_USER_INSTANCE', 'REGULAR'); + } + + return $type; + } + + /** + * @param Container $container + * @return DataUser\UserCollection + */ + protected function regularAccounts(Container $container) + { + // Use User class for backwards compatibility. + return new DataUser\UserCollection(User::class); + } + + /** + * @param Container $container + * @return FlexIndexInterface|null + */ + protected function flexAccounts(Container $container) + { + /** @var Flex $flex */ + $flex = $container['flex']; + $directory = $flex->getDirectory('user-accounts'); + + return $directory ? $directory->getIndex() : null; + } +} diff --git a/system/src/Grav/Common/Service/AssetsServiceProvider.php b/system/src/Grav/Common/Service/AssetsServiceProvider.php new file mode 100644 index 0000000..54bb2f4 --- /dev/null +++ b/system/src/Grav/Common/Service/AssetsServiceProvider.php @@ -0,0 +1,32 @@ +setup(); + + return $backups; + }; + } +} diff --git a/system/src/Grav/Common/Service/ConfigServiceProvider.php b/system/src/Grav/Common/Service/ConfigServiceProvider.php new file mode 100644 index 0000000..6f0ffae --- /dev/null +++ b/system/src/Grav/Common/Service/ConfigServiceProvider.php @@ -0,0 +1,206 @@ +init(); + + return $setup; + }; + + $container['blueprints'] = function ($c) { + return static::blueprints($c); + }; + + $container['config'] = function ($c) { + $config = static::load($c); + + // After configuration has been loaded, we can disable YAML compatibility if strict mode has been enabled. + if (!$config->get('system.strict_mode.yaml_compat', true)) { + YamlFile::globalSettings(['compat' => false, 'native' => true]); + } + + return $config; + }; + + $container['mime'] = function ($c) { + /** @var Config $config */ + $config = $c['config']; + $mimes = $config->get('mime.types', []); + foreach ($config->get('media.types', []) as $ext => $media) { + if (!empty($media['mime'])) { + $mimes[$ext] = array_unique(array_merge([$media['mime']], $mimes[$ext] ?? [])); + } + } + + return MimeTypes::createFromMimes($mimes); + }; + + $container['languages'] = function ($c) { + return static::languages($c); + }; + + $container['language'] = function ($c) { + return new Language($c); + }; + } + + /** + * @param Container $container + * @return mixed + */ + public static function blueprints(Container $container) + { + /** Setup $setup */ + $setup = $container['setup']; + + /** @var UniformResourceLocator $locator */ + $locator = $container['locator']; + + $cache = $locator->findResource('cache://compiled/blueprints', true, true); + + $files = []; + $paths = $locator->findResources('blueprints://config'); + $files += (new ConfigFileFinder)->locateFiles($paths); + $paths = $locator->findResources('plugins://'); + $files += (new ConfigFileFinder)->setBase('plugins')->locateInFolders($paths, 'blueprints'); + $paths = $locator->findResources('themes://'); + $files += (new ConfigFileFinder)->setBase('themes')->locateInFolders($paths, 'blueprints'); + + $blueprints = new CompiledBlueprints($cache, $files, GRAV_ROOT); + + return $blueprints->name("master-{$setup->environment}")->load(); + } + + /** + * @param Container $container + * @return Config + */ + public static function load(Container $container) + { + /** Setup $setup */ + $setup = $container['setup']; + + /** @var UniformResourceLocator $locator */ + $locator = $container['locator']; + + $cache = $locator->findResource('cache://compiled/config', true, true); + + $files = []; + $paths = $locator->findResources('config://'); + $files += (new ConfigFileFinder)->locateFiles($paths); + $paths = $locator->findResources('plugins://'); + $files += (new ConfigFileFinder)->setBase('plugins')->locateInFolders($paths); + $paths = $locator->findResources('themes://'); + $files += (new ConfigFileFinder)->setBase('themes')->locateInFolders($paths); + + $compiled = new CompiledConfig($cache, $files, GRAV_ROOT); + $compiled->setBlueprints(function () use ($container) { + return $container['blueprints']; + }); + + $config = $compiled->name("master-{$setup->environment}")->load(); + $config->environment = $setup->environment; + + return $config; + } + + /** + * @param Container $container + * @return mixed + */ + public static function languages(Container $container) + { + /** @var Setup $setup */ + $setup = $container['setup']; + + /** @var Config $config */ + $config = $container['config']; + + /** @var UniformResourceLocator $locator */ + $locator = $container['locator']; + + $cache = $locator->findResource('cache://compiled/languages', true, true); + $files = []; + + // Process languages only if enabled in configuration. + if ($config->get('system.languages.translations', true)) { + $paths = $locator->findResources('languages://'); + $files += (new ConfigFileFinder)->locateFiles($paths); + $paths = $locator->findResources('plugins://'); + $files += (new ConfigFileFinder)->setBase('plugins')->locateInFolders($paths, 'languages'); + $paths = static::pluginFolderPaths($paths, 'languages'); + $files += (new ConfigFileFinder)->locateFiles($paths); + } + + $languages = new CompiledLanguages($cache, $files, GRAV_ROOT); + + return $languages->name("master-{$setup->environment}")->load(); + } + + /** + * Find specific paths in plugins + * + * @param array $plugins + * @param string $folder_path + * @return array + */ + protected static function pluginFolderPaths($plugins, $folder_path) + { + $paths = []; + + foreach ($plugins as $path) { + $iterator = new DirectoryIterator($path); + + /** @var DirectoryIterator $directory */ + foreach ($iterator as $directory) { + if (!$directory->isDir() || $directory->isDot()) { + continue; + } + + // Path to the languages folder + $lang_path = $directory->getPathName() . '/' . $folder_path; + + // If this folder exists, add it to the list of paths + if (file_exists($lang_path)) { + $paths []= $lang_path; + } + } + } + return $paths; + } +} diff --git a/system/src/Grav/Common/Service/ErrorServiceProvider.php b/system/src/Grav/Common/Service/ErrorServiceProvider.php new file mode 100644 index 0000000..6f6f568 --- /dev/null +++ b/system/src/Grav/Common/Service/ErrorServiceProvider.php @@ -0,0 +1,30 @@ + $config->get('system.flex', [])]); + FlexFormFlash::setFlex($flex); + + $accountsEnabled = $config->get('system.accounts.type', 'regular') === 'flex'; + $pagesEnabled = $config->get('system.pages.type', 'regular') === 'flex'; + + // Add built-in types from Grav. + if ($pagesEnabled) { + $flex->addDirectoryType( + 'pages', + 'blueprints://flex/pages.yaml', + [ + 'enabled' => $pagesEnabled + ] + ); + } + if ($accountsEnabled) { + $flex->addDirectoryType( + 'user-accounts', + 'blueprints://flex/user-accounts.yaml', + [ + 'enabled' => $accountsEnabled, + 'data' => [ + 'storage' => $this->getFlexAccountsStorage($config), + ] + ] + ); + $flex->addDirectoryType( + 'user-groups', + 'blueprints://flex/user-groups.yaml', + [ + 'enabled' => $accountsEnabled + ] + ); + } + + // Call event to register Flex Directories. + $event = new FlexRegisterEvent($flex); + $container->dispatchEvent($event); + + return $flex; + }; + } + + /** + * @param Config $config + * @return array + */ + private function getFlexAccountsStorage(Config $config): array + { + $value = $config->get('system.accounts.storage', 'file'); + if (is_array($value)) { + return $value; + } + + if ($value === 'folder') { + return [ + 'class' => UserFolderStorage::class, + 'options' => [ + 'file' => 'user', + 'pattern' => '{FOLDER}/{KEY:2}/{KEY}/{FILE}{EXT}', + 'key' => 'storage_key', + 'indexed' => true, + 'case_sensitive' => false + ], + ]; + } + + if ($value === 'file') { + return [ + 'class' => UserFileStorage::class, + 'options' => [ + 'pattern' => '{FOLDER}/{KEY}{EXT}', + 'key' => 'username', + 'indexed' => true, + 'case_sensitive' => false + ], + ]; + } + + return []; + } +} diff --git a/system/src/Grav/Common/Service/InflectorServiceProvider.php b/system/src/Grav/Common/Service/InflectorServiceProvider.php new file mode 100644 index 0000000..fcb49aa --- /dev/null +++ b/system/src/Grav/Common/Service/InflectorServiceProvider.php @@ -0,0 +1,32 @@ +findResource('log://grav.log', true, true); + $log->pushHandler(new StreamHandler($log_file, Logger::DEBUG)); + + return $log; + }; + } +} diff --git a/system/src/Grav/Common/Service/OutputServiceProvider.php b/system/src/Grav/Common/Service/OutputServiceProvider.php new file mode 100644 index 0000000..91f507b --- /dev/null +++ b/system/src/Grav/Common/Service/OutputServiceProvider.php @@ -0,0 +1,39 @@ +processSite($page->templateFormat()); + }; + } +} diff --git a/system/src/Grav/Common/Service/PagesServiceProvider.php b/system/src/Grav/Common/Service/PagesServiceProvider.php new file mode 100644 index 0000000..dd1be13 --- /dev/null +++ b/system/src/Grav/Common/Service/PagesServiceProvider.php @@ -0,0 +1,140 @@ +findResource('system://pages/notfound.md'); + $page = new Page(); + $page->init(new SplFileInfo($path)); + $page->routable(false); + + return $page; + }; + + return; + } + + $container['page'] = static function (Grav $grav) { + /** @var Pages $pages */ + $pages = $grav['pages']; + + /** @var Config $config */ + $config = $grav['config']; + + /** @var Uri $uri */ + $uri = $grav['uri']; + + $path = $uri->path() ? urldecode($uri->path()) : '/'; // Don't trim to support trailing slash default routes + $page = $pages->dispatch($path); + + // Redirection tests + if ($page) { + // some debugger override logic + if ($page->debugger() === false) { + $grav['debugger']->enabled(false); + } + + if ($config->get('system.force_ssl')) { + $scheme = $uri->scheme(true); + if ($scheme !== 'https') { + $url = 'https://' . $uri->host() . $uri->uri(); + $grav->redirect($url); + } + } + + $route = $page->route(); + if ($route && \in_array($uri->method(), ['GET', 'HEAD'], true)) { + $pageExtension = $page->urlExtension(); + $url = $pages->route($route) . $pageExtension; + + if ($uri->params()) { + if ($url === '/') { //Avoid double slash + $url = $uri->params(); + } else { + $url .= $uri->params(); + } + } + if ($uri->query()) { + $url .= '?' . $uri->query(); + } + if ($uri->fragment()) { + $url .= '#' . $uri->fragment(); + } + + /** @var Language $language */ + $language = $grav['language']; + + $redirect_default_route = $page->header()->redirect_default_route ?? $config->get('system.pages.redirect_default_route', 0); + $redirectCode = (int) $redirect_default_route; + + // Language-specific redirection scenarios + if ($language->enabled() && ($language->isLanguageInUrl() xor $language->isIncludeDefaultLanguage())) { + $grav->redirect($url, $redirectCode); + } + + // Default route test and redirect + if ($redirectCode) { + $uriExtension = $uri->extension(); + $uriExtension = null !== $uriExtension ? '.' . $uriExtension : ''; + + if ($route !== $path || ($pageExtension !== $uriExtension + && \in_array($pageExtension, ['', '.htm', '.html'], true) + && \in_array($uriExtension, ['', '.htm', '.html'], true))) { + $grav->redirect($url, $redirectCode); + } + } + } + } + + // if page is not found, try some fallback stuff + if (!$page || !$page->routable()) { + // Try fallback URL stuff... + $page = $grav->fallbackUrl($path); + + if (!$page) { + $path = $grav['locator']->findResource('system://pages/notfound.md'); + $page = new Page(); + $page->init(new SplFileInfo($path)); + $page->routable(false); + } + } + + return $page; + }; + } +} diff --git a/system/src/Grav/Common/Service/RequestServiceProvider.php b/system/src/Grav/Common/Service/RequestServiceProvider.php new file mode 100644 index 0000000..ad9858f --- /dev/null +++ b/system/src/Grav/Common/Service/RequestServiceProvider.php @@ -0,0 +1,103 @@ + $headerValue) { + if ('content-type' !== strtolower($headerName)) { + continue; + } + + $contentType = strtolower(trim(explode(';', $headerValue, 2)[0])); + switch ($contentType) { + case 'application/x-www-form-urlencoded': + case 'multipart/form-data': + $post = $_POST; + break 2; + case 'application/json': + case 'application/vnd.api+json': + try { + $json = file_get_contents('php://input'); + $post = json_decode($json, true, 512, JSON_THROW_ON_ERROR); + if (!is_array($post)) { + $post = null; + } + } catch (JsonException $e) { + $post = null; + } + break 2; + } + } + } + + // Remove _url from ngnix routes. + $get = $_GET; + unset($get['_url']); + if (isset($server['QUERY_STRING'])) { + $query = $server['QUERY_STRING']; + if (strpos($query, '_url=') !== false) { + parse_str($query, $query); + unset($query['_url']); + $server['QUERY_STRING'] = http_build_query($query); + } + } + + return $creator->fromArrays($server, $headers, $_COOKIE, $get, $post, $_FILES, fopen('php://input', 'rb') ?: null); + }; + + $container['route'] = $container->factory(function () { + return clone Uri::getCurrentRoute(); + }); + } +} diff --git a/system/src/Grav/Common/Service/SchedulerServiceProvider.php b/system/src/Grav/Common/Service/SchedulerServiceProvider.php new file mode 100644 index 0000000..2fbe417 --- /dev/null +++ b/system/src/Grav/Common/Service/SchedulerServiceProvider.php @@ -0,0 +1,32 @@ +get('system.session.enabled', false); + $cookie_secure = $config->get('system.session.secure', false) + || ($config->get('system.session.secure_https', true) && $uri->scheme(true) === 'https'); + $cookie_httponly = (bool)$config->get('system.session.httponly', true); + $cookie_lifetime = (int)$config->get('system.session.timeout', 1800); + $cookie_domain = $config->get('system.session.domain'); + $cookie_path = $config->get('system.session.path'); + $cookie_samesite = $config->get('system.session.samesite', 'Lax'); + + if (null === $cookie_domain) { + $cookie_domain = $uri->host(); + if ($cookie_domain === 'localhost') { + $cookie_domain = ''; + } + } + + if (null === $cookie_path) { + $cookie_path = '/' . trim(Uri::filterPath($uri->rootUrl(false)), '/'); + } + // Session cookie path requires trailing slash. + $cookie_path = rtrim($cookie_path, '/') . '/'; + + // Activate admin if we're inside the admin path. + $is_admin = false; + if ($config->get('plugins.admin.enabled')) { + $admin_base = '/' . trim($config->get('plugins.admin.route'), '/'); + + // Uri::route() is not processed yet, let's quickly get what we need. + $current_route = str_replace(Uri::filterPath($uri->rootUrl(false)), '', parse_url($uri->url(true), PHP_URL_PATH)); + + // Test to see if path starts with a supported language + admin base + $lang = Utils::pathPrefixedByLangCode($current_route); + $lang_admin_base = '/' . $lang . $admin_base; + + // Check no language, simple language prefix (en) and region specific language prefix (en-US). + if (Utils::startsWith($current_route, $admin_base) || Utils::startsWith($current_route, $lang_admin_base)) { + $cookie_lifetime = $config->get('plugins.admin.session.timeout', 1800); + $enabled = $is_admin = true; + } + } + + // Fix for HUGE session timeouts. + if ($cookie_lifetime > 99999999999) { + $cookie_lifetime = 9999999999; + } + + $session_prefix = $c['inflector']->hyphenize($config->get('system.session.name', 'grav-site')); + $session_uniqueness = $config->get('system.session.uniqueness', 'path') === 'path' ? substr(md5(GRAV_ROOT), 0, 7) : md5($config->get('security.salt')); + + $session_name = $session_prefix . '-' . $session_uniqueness; + + if ($is_admin && $config->get('system.session.split', true)) { + $session_name .= '-admin'; + } + + // Define session service. + $options = [ + 'name' => $session_name, + 'cookie_lifetime' => $cookie_lifetime, + 'cookie_path' => $cookie_path, + 'cookie_domain' => $cookie_domain, + 'cookie_secure' => $cookie_secure, + 'cookie_httponly' => $cookie_httponly, + 'cookie_samesite' => $cookie_samesite + ] + (array) $config->get('system.session.options'); + + $session = new Session($options); + $session->setAutoStart($enabled); + + return $session; + }; + + // Define session message service. + $container['messages'] = function ($c) { + if (!isset($c['session']) || !$c['session']->isStarted()) { + /** @var Debugger $debugger */ + $debugger = $c['debugger']; + $debugger->addMessage('Inactive session: session messages may disappear', 'warming'); + + return new Messages(); + } + + /** @var Session $session */ + $session = $c['session']; + + if (!$session->messages instanceof Messages) { + $session->messages = new Messages(); + } + + return $session->messages; + }; + } +} diff --git a/system/src/Grav/Common/Service/StreamsServiceProvider.php b/system/src/Grav/Common/Service/StreamsServiceProvider.php new file mode 100644 index 0000000..a13ea40 --- /dev/null +++ b/system/src/Grav/Common/Service/StreamsServiceProvider.php @@ -0,0 +1,56 @@ +initializeLocator($locator); + + return $locator; + }; + + $container['streams'] = function (Container $container) { + /** @var Setup $setup */ + $setup = $container['setup']; + + /** @var UniformResourceLocator $locator */ + $locator = $container['locator']; + + // Set locator to both streams. + Stream::setLocator($locator); + ReadOnlyStream::setLocator($locator); + + return new StreamBuilder($setup->getStreams()); + }; + } +} diff --git a/system/src/Grav/Common/Service/TaskServiceProvider.php b/system/src/Grav/Common/Service/TaskServiceProvider.php new file mode 100644 index 0000000..46ab704 --- /dev/null +++ b/system/src/Grav/Common/Service/TaskServiceProvider.php @@ -0,0 +1,55 @@ +getParsedBody(); + + $task = $body['task'] ?? $c['uri']->param('task'); + if (null !== $task) { + $task = htmlspecialchars(strip_tags($task), ENT_QUOTES, 'UTF-8'); + } + + return $task ?: null; + }; + + $container['action'] = function (Grav $c) { + /** @var ServerRequestInterface $request */ + $request = $c['request']; + $body = $request->getParsedBody(); + + $action = $body['action'] ?? $c['uri']->param('action'); + if (null !== $action) { + $action = htmlspecialchars(strip_tags($action), ENT_QUOTES, 'UTF-8'); + } + + return $action ?: null; + }; + } +} diff --git a/system/src/Grav/Common/Session.php b/system/src/Grav/Common/Session.php new file mode 100644 index 0000000..a75e083 --- /dev/null +++ b/system/src/Grav/Common/Session.php @@ -0,0 +1,202 @@ +getInstance() method instead. + */ + public static function instance() + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.5, use ->getInstance() method instead', E_USER_DEPRECATED); + + return static::getInstance(); + } + + /** + * Initialize session. + * + * Code in this function has been moved into SessionServiceProvider class. + * + * @return void + */ + public function init() + { + if ($this->autoStart && !$this->isStarted()) { + $this->start(); + + $this->autoStart = false; + } + } + + /** + * @param bool $auto + * @return $this + */ + public function setAutoStart($auto) + { + $this->autoStart = (bool)$auto; + + return $this; + } + + /** + * Returns attributes. + * + * @return array Attributes + * @deprecated 1.5 Use ->getAll() method instead. + */ + public function all() + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.5, use ->getAll() method instead', E_USER_DEPRECATED); + + return $this->getAll(); + } + + /** + * Checks if the session was started. + * + * @return bool + * @deprecated 1.5 Use ->isStarted() method instead. + */ + public function started() + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.5, use ->isStarted() method instead', E_USER_DEPRECATED); + + return $this->isStarted(); + } + + /** + * Store something in session temporarily. + * + * @param string $name + * @param mixed $object + * @return $this + */ + public function setFlashObject($name, $object) + { + $this->__set($name, serialize($object)); + + return $this; + } + + /** + * Return object and remove it from session. + * + * @param string $name + * @return mixed + */ + public function getFlashObject($name) + { + $serialized = $this->__get($name); + + $object = is_string($serialized) ? unserialize($serialized, ['allowed_classes' => true]) : $serialized; + + $this->__unset($name); + + if ($name === 'files-upload') { + $grav = Grav::instance(); + + // Make sure that Forms 3.0+ has been installed. + if (null === $object && isset($grav['forms'])) { +// user_error( +// __CLASS__ . '::' . __FUNCTION__ . '(\'files-upload\') is deprecated since Grav 1.6, use $form->getFlash()->getLegacyFiles() instead', +// E_USER_DEPRECATED +// ); + + /** @var Uri $uri */ + $uri = $grav['uri']; + /** @var Forms|null $form */ + $form = $grav['forms']->getActiveForm(); // @phpstan-ignore-line (form plugin) + + $sessionField = base64_encode($uri->url); + + /** @var FormFlash|null $flash */ + $flash = $form ? $form->getFlash() : null; // @phpstan-ignore-line (form plugin) + $object = $flash && method_exists($flash, 'getLegacyFiles') ? [$sessionField => $flash->getLegacyFiles()] : null; + } + } + + return $object; + } + + /** + * Store something in cookie temporarily. + * + * @param string $name + * @param mixed $object + * @param int $time + * @return $this + * @throws JsonException + */ + public function setFlashCookieObject($name, $object, $time = 60) + { + setcookie($name, json_encode($object, JSON_THROW_ON_ERROR), $this->getCookieOptions($time)); + + return $this; + } + + /** + * Return object and remove it from the cookie. + * + * @param string $name + * @return mixed|null + * @throws JsonException + */ + public function getFlashCookieObject($name) + { + if (isset($_COOKIE[$name])) { + $cookie = $_COOKIE[$name]; + setcookie($name, '', $this->getCookieOptions(-42000)); + + return json_decode($cookie, false, 512, JSON_THROW_ON_ERROR); + } + + return null; + } + + /** + * @return void + */ + protected function onBeforeSessionStart(): void + { + $event = new BeforeSessionStartEvent($this); + + $grav = Grav::instance(); + $grav->dispatchEvent($event); + } + + /** + * @return void + */ + protected function onSessionStart(): void + { + $event = new SessionStartEvent($this); + + $grav = Grav::instance(); + $grav->dispatchEvent($event); + } +} diff --git a/system/src/Grav/Common/Taxonomy.php b/system/src/Grav/Common/Taxonomy.php new file mode 100644 index 0000000..3ce2173 --- /dev/null +++ b/system/src/Grav/Common/Taxonomy.php @@ -0,0 +1,181 @@ +grav = $grav; + $this->language = $grav['language']; + $this->taxonomy_map[$this->language->getLanguage()] = []; + } + + /** + * Takes an individual page and processes the taxonomies configured in its header. It + * then adds those taxonomies to the map + * + * @param PageInterface $page the page to process + * @param array|null $page_taxonomy + */ + public function addTaxonomy(PageInterface $page, $page_taxonomy = null) + { + if (!$page->published()) { + return; + } + + if (!$page_taxonomy) { + $page_taxonomy = $page->taxonomy(); + } + + if (empty($page_taxonomy)) { + return; + } + + /** @var Config $config */ + $config = $this->grav['config']; + $taxonomies = (array)$config->get('site.taxonomies'); + foreach ($taxonomies as $taxonomy) { + // Skip invalid taxonomies. + if (!\is_string($taxonomy)) { + continue; + } + $current = $page_taxonomy[$taxonomy] ?? null; + foreach ((array)$current as $item) { + $this->iterateTaxonomy($page, $taxonomy, '', $item); + } + } + } + + /** + * Iterate through taxonomy fields + * + * Reduces [taxonomy_type] to dot-notation where necessary + * + * @param PageInterface $page The Page to process + * @param string $taxonomy Taxonomy type to add + * @param string $key Taxonomy type to concatenate + * @param iterable|string $value Taxonomy value to add or iterate + * @return void + */ + public function iterateTaxonomy(PageInterface $page, string $taxonomy, string $key, $value) + { + if (is_iterable($value)) { + foreach ($value as $identifier => $item) { + $identifier = "{$key}.{$identifier}"; + $this->iterateTaxonomy($page, $taxonomy, $identifier, $item); + } + } elseif (is_string($value)) { + if (!empty($key)) { + $taxonomy .= $key; + } + $active = $this->language->getLanguage(); + $this->taxonomy_map[$active][$taxonomy][(string) $value][$page->path()] = ['slug' => $page->slug()]; + } + } + + /** + * Returns a new Page object with the sub-pages containing all the values set for a + * particular taxonomy. + * + * @param array $taxonomies taxonomies to search, eg ['tag'=>['animal','cat']] + * @param string $operator can be 'or' or 'and' (defaults to 'and') + * @return Collection Collection object set to contain matches found in the taxonomy map + */ + public function findTaxonomy($taxonomies, $operator = 'and') + { + $matches = []; + $results = []; + $active = $this->language->getLanguage(); + + foreach ((array)$taxonomies as $taxonomy => $items) { + foreach ((array)$items as $item) { + $matches[] = $this->taxonomy_map[$active][$taxonomy][$item] ?? []; + } + } + + if (strtolower($operator) === 'or') { + foreach ($matches as $match) { + $results = array_merge($results, $match); + } + } else { + $results = $matches ? array_pop($matches) : []; + foreach ($matches as $match) { + $results = array_intersect_key($results, $match); + } + } + + return new Collection($results, ['taxonomies' => $taxonomies]); + } + + /** + * Gets and Sets the taxonomy map + * + * @param array|null $var the taxonomy map + * @return array the taxonomy map + */ + public function taxonomy($var = null) + { + $active = $this->language->getLanguage(); + + if ($var) { + $this->taxonomy_map[$active] = $var; + } + + return $this->taxonomy_map[$active] ?? []; + } + + /** + * Gets item keys per taxonomy + * + * @param string $taxonomy taxonomy name + * @return array keys of this taxonomy + */ + public function getTaxonomyItemKeys($taxonomy) + { + $active = $this->language->getLanguage(); + return isset($this->taxonomy_map[$active][$taxonomy]) ? array_keys($this->taxonomy_map[$active][$taxonomy]) : []; + } +} diff --git a/system/src/Grav/Common/Theme.php b/system/src/Grav/Common/Theme.php new file mode 100644 index 0000000..e800245 --- /dev/null +++ b/system/src/Grav/Common/Theme.php @@ -0,0 +1,87 @@ +config["themes.{$this->name}"] ?? []; + } + + /** + * Persists to disk the theme parameters currently stored in the Grav Config object + * + * @param string $name The name of the theme whose config it should store. + * @return bool + */ + public static function saveConfig($name) + { + if (!$name) { + return false; + } + + $grav = Grav::instance(); + + /** @var UniformResourceLocator $locator */ + $locator = $grav['locator']; + + $filename = 'config://themes/' . $name . '.yaml'; + $file = YamlFile::instance((string)$locator->findResource($filename, true, true)); + $content = $grav['config']->get('themes.' . $name); + $file->save($content); + $file->free(); + unset($file); + + return true; + } + + /** + * Load blueprints. + * + * @return void + */ + protected function loadBlueprint() + { + if (!$this->blueprint) { + $grav = Grav::instance(); + /** @var Themes $themes */ + $themes = $grav['themes']; + $data = $themes->get($this->name); + \assert($data !== null); + $this->blueprint = $data->blueprints(); + } + } +} diff --git a/system/src/Grav/Common/Themes.php b/system/src/Grav/Common/Themes.php new file mode 100644 index 0000000..75bd8b1 --- /dev/null +++ b/system/src/Grav/Common/Themes.php @@ -0,0 +1,417 @@ +grav = $grav; + $this->config = $grav['config']; + + // Register instance as autoloader for theme inheritance + spl_autoload_register([$this, 'autoloadTheme']); + } + + /** + * @return void + */ + public function init() + { + /** @var Themes $themes */ + $themes = $this->grav['themes']; + $themes->configure(); + + $this->initTheme(); + } + + /** + * @return void + */ + public function initTheme() + { + if ($this->inited === false) { + /** @var Themes $themes */ + $themes = $this->grav['themes']; + + try { + $instance = $themes->load(); + } catch (InvalidArgumentException $e) { + throw new RuntimeException($this->current() . ' theme could not be found'); + } + + // Register autoloader. + if (method_exists($instance, 'autoload')) { + $instance->autoload(); + } + + // Register event listeners. + if ($instance instanceof EventSubscriberInterface) { + /** @var EventDispatcher $events */ + $events = $this->grav['events']; + $events->addSubscriber($instance); + } + + // Register blueprints. + if (is_dir('theme://blueprints/pages')) { + /** @var UniformResourceLocator $locator */ + $locator = $this->grav['locator']; + $locator->addPath('blueprints', '', ['theme://blueprints'], ['user', 'blueprints']); + } + + // Register form fields. + if (method_exists($instance, 'getFormFieldTypes')) { + /** @var Plugins $plugins */ + $plugins = $this->grav['plugins']; + $plugins->formFieldTypes = $instance->getFormFieldTypes() + $plugins->formFieldTypes; + } + + $this->grav['theme'] = $instance; + + $this->grav->fireEvent('onThemeInitialized'); + + $this->inited = true; + } + } + + /** + * Return list of all theme data with their blueprints. + * + * @return array + */ + public function all() + { + $list = []; + + /** @var UniformResourceLocator $locator */ + $locator = $this->grav['locator']; + + $iterator = $locator->getIterator('themes://'); + + /** @var DirectoryIterator $directory */ + foreach ($iterator as $directory) { + if (!$directory->isDir() || $directory->isDot()) { + continue; + } + + $theme = $directory->getFilename(); + + try { + $result = $this->get($theme); + } catch (Exception $e) { + $exception = new RuntimeException(sprintf('Theme %s: %s', $theme, $e->getMessage()), $e->getCode(), $e); + + /** @var Debugger $debugger */ + $debugger = $this->grav['debugger']; + $debugger->addMessage("Theme {$theme} cannot be loaded, please check Exceptions tab", 'error'); + $debugger->addException($exception); + + continue; + } + + if ($result) { + $list[$theme] = $result; + } + } + ksort($list, SORT_NATURAL | SORT_FLAG_CASE); + + return $list; + } + + /** + * Get theme configuration or throw exception if it cannot be found. + * + * @param string $name + * @return Data|null + * @throws RuntimeException + */ + public function get($name) + { + if (!$name) { + throw new RuntimeException('Theme name not provided.'); + } + + $blueprints = new Blueprints('themes://'); + $blueprint = $blueprints->get("{$name}/blueprints"); + + // Load default configuration. + $file = CompiledYamlFile::instance("themes://{$name}/{$name}" . YAML_EXT); + + // ensure this is a valid theme + if (!$file->exists()) { + return null; + } + + // Find thumbnail. + $thumb = "themes://{$name}/thumbnail.jpg"; + $path = $this->grav['locator']->findResource($thumb, false); + + if ($path) { + $blueprint->set('thumbnail', $this->grav['base_url'] . '/' . $path); + } + + $obj = new Data((array)$file->content(), $blueprint); + + // Override with user configuration. + $obj->merge($this->config->get('themes.' . $name) ?: []); + + // Save configuration always to user/config. + $file = CompiledYamlFile::instance("config://themes/{$name}" . YAML_EXT); + $obj->file($file); + + return $obj; + } + + /** + * Return name of the current theme. + * + * @return string + */ + public function current() + { + return (string)$this->config->get('system.pages.theme'); + } + + /** + * Load current theme. + * + * @return Theme + */ + public function load() + { + // NOTE: ALL THE LOCAL VARIABLES ARE USED INSIDE INCLUDED FILE, DO NOT REMOVE THEM! + $grav = $this->grav; + $config = $this->config; + $name = $this->current(); + $class = null; + + /** @var UniformResourceLocator $locator */ + $locator = $grav['locator']; + + // Start by attempting to load the theme.php file. + $file = $locator('theme://theme.php') ?: $locator("theme://{$name}.php"); + if ($file) { + // Local variables available in the file: $grav, $config, $name, $file + $class = include $file; + if (!\is_object($class) || !is_subclass_of($class, Theme::class, true)) { + $class = null; + } + } elseif (!$locator('theme://') && !defined('GRAV_CLI')) { + $response = new Response(500, [], "Theme '$name' does not exist, unable to display page."); + + $grav->close($response); + } + + // If the class hasn't been initialized yet, guess the class name and create a new instance. + if (null === $class) { + $themeClassFormat = [ + 'Grav\\Theme\\' . Inflector::camelize($name), + 'Grav\\Theme\\' . ucfirst($name) + ]; + + foreach ($themeClassFormat as $themeClass) { + if (is_subclass_of($themeClass, Theme::class, true)) { + $class = new $themeClass($grav, $config, $name); + break; + } + } + } + + // Finally if everything else fails, just create a new instance from the default Theme class. + if (null === $class) { + $class = new Theme($grav, $config, $name); + } + + $this->config->set('theme', $config->get('themes.' . $name)); + + return $class; + } + + /** + * Configure and prepare streams for current template. + * + * @return void + * @throws InvalidArgumentException + */ + public function configure() + { + $name = $this->current(); + $config = $this->config; + + $this->loadConfiguration($name, $config); + + /** @var UniformResourceLocator $locator */ + $locator = $this->grav['locator']; + + $registered = stream_get_wrappers(); + + $schemes = $config->get("themes.{$name}.streams.schemes", []); + $schemes += [ + 'theme' => [ + 'type' => 'ReadOnlyStream', + 'paths' => $locator->findResources("themes://{$name}", false) + ] + ]; + + foreach ($schemes as $scheme => $config) { + if (isset($config['paths'])) { + $locator->addPath($scheme, '', $config['paths']); + } + if (isset($config['prefixes'])) { + foreach ($config['prefixes'] as $prefix => $paths) { + $locator->addPath($scheme, $prefix, $paths); + } + } + + if (in_array($scheme, $registered, true)) { + stream_wrapper_unregister($scheme); + } + $type = !empty($config['type']) ? $config['type'] : 'ReadOnlyStream'; + if ($type[0] !== '\\') { + $type = '\\RocketTheme\\Toolbox\\StreamWrapper\\' . $type; + } + + if (!stream_wrapper_register($scheme, $type)) { + throw new InvalidArgumentException("Stream '{$type}' could not be initialized."); + } + } + + // Load languages after streams has been properly initialized + $this->loadLanguages($this->config); + } + + /** + * Load theme configuration. + * + * @param string $name Theme name + * @param Config $config Configuration class + * @return void + */ + protected function loadConfiguration($name, Config $config) + { + $themeConfig = CompiledYamlFile::instance("themes://{$name}/{$name}" . YAML_EXT)->content(); + $config->joinDefaults("themes.{$name}", $themeConfig); + } + + /** + * Load theme languages. + * Reads ALL language files from theme stream and merges them. + * + * @param Config $config Configuration class + * @return void + */ + protected function loadLanguages(Config $config) + { + /** @var UniformResourceLocator $locator */ + $locator = $this->grav['locator']; + + if ($config->get('system.languages.translations', true)) { + $language_files = array_reverse($locator->findResources('theme://languages' . YAML_EXT)); + foreach ($language_files as $language_file) { + $language = CompiledYamlFile::instance($language_file)->content(); + $this->grav['languages']->mergeRecursive($language); + } + $languages_folders = array_reverse($locator->findResources('theme://languages')); + foreach ($languages_folders as $languages_folder) { + $languages = []; + $iterator = new DirectoryIterator($languages_folder); + foreach ($iterator as $file) { + if ($file->getExtension() !== 'yaml') { + continue; + } + $languages[$file->getBasename('.yaml')] = CompiledYamlFile::instance($file->getPathname())->content(); + } + $this->grav['languages']->mergeRecursive($languages); + } + } + } + + /** + * Autoload theme classes for inheritance + * + * @param string $class Class name + * @return mixed|false FALSE if unable to load $class; Class name if + * $class is successfully loaded + */ + protected function autoloadTheme($class) + { + $prefix = 'Grav\\Theme\\'; + if (false !== strpos($class, $prefix)) { + // Remove prefix from class + $class = substr($class, strlen($prefix)); + $locator = $this->grav['locator']; + + // First try lowercase version of the classname. + $path = strtolower($class); + $file = $locator("themes://{$path}/theme.php") ?: $locator("themes://{$path}/{$path}.php"); + + if ($file) { + return include_once $file; + } + + // Replace namespace tokens to directory separators + $path = $this->grav['inflector']->hyphenize($class); + $file = $locator("themes://{$path}/theme.php") ?: $locator("themes://{$path}/{$path}.php"); + + // Load class + if ($file) { + return include_once $file; + } + + // Try Old style theme classes + $path = preg_replace('#\\\|_(?!.+\\\)#', '/', $class); + \assert(null !== $path); + + $path = strtolower($path); + $file = $locator("themes://{$path}/theme.php") ?: $locator("themes://{$path}/{$path}.php"); + + // Load class + if ($file) { + return include_once $file; + } + } + + return false; + } +} diff --git a/system/src/Grav/Common/Twig/Exception/TwigException.php b/system/src/Grav/Common/Twig/Exception/TwigException.php new file mode 100644 index 0000000..19e0529 --- /dev/null +++ b/system/src/Grav/Common/Twig/Exception/TwigException.php @@ -0,0 +1,21 @@ +locator = Grav::instance()['locator']; + } + + /** + * @return TwigFilter[] + */ + public function getFilters() + { + return [ + new TwigFilter('file_exists', [$this, 'file_exists']), + new TwigFilter('fileatime', [$this, 'fileatime']), + new TwigFilter('filectime', [$this, 'filectime']), + new TwigFilter('filemtime', [$this, 'filemtime']), + new TwigFilter('filesize', [$this, 'filesize']), + new TwigFilter('filetype', [$this, 'filetype']), + new TwigFilter('is_dir', [$this, 'is_dir']), + new TwigFilter('is_file', [$this, 'is_file']), + new TwigFilter('is_link', [$this, 'is_link']), + new TwigFilter('is_readable', [$this, 'is_readable']), + new TwigFilter('is_writable', [$this, 'is_writable']), + new TwigFilter('is_writeable', [$this, 'is_writable']), + new TwigFilter('lstat', [$this, 'lstat']), + new TwigFilter('getimagesize', [$this, 'getimagesize']), + new TwigFilter('exif_read_data', [$this, 'exif_read_data']), + new TwigFilter('read_exif_data', [$this, 'exif_read_data']), + new TwigFilter('exif_imagetype', [$this, 'exif_imagetype']), + new TwigFilter('hash_file', [$this, 'hash_file']), + new TwigFilter('hash_hmac_file', [$this, 'hash_hmac_file']), + new TwigFilter('md5_file', [$this, 'md5_file']), + new TwigFilter('sha1_file', [$this, 'sha1_file']), + new TwigFilter('get_meta_tags', [$this, 'get_meta_tags']), + new TwigFilter('pathinfo', [$this, 'pathinfo']), + ]; + } + + /** + * Return a list of all functions. + * + * @return TwigFunction[] + */ + public function getFunctions() + { + return [ + new TwigFunction('file_exists', [$this, 'file_exists']), + new TwigFunction('fileatime', [$this, 'fileatime']), + new TwigFunction('filectime', [$this, 'filectime']), + new TwigFunction('filemtime', [$this, 'filemtime']), + new TwigFunction('filesize', [$this, 'filesize']), + new TwigFunction('filetype', [$this, 'filetype']), + new TwigFunction('is_dir', [$this, 'is_dir']), + new TwigFunction('is_file', [$this, 'is_file']), + new TwigFunction('is_link', [$this, 'is_link']), + new TwigFunction('is_readable', [$this, 'is_readable']), + new TwigFunction('is_writable', [$this, 'is_writable']), + new TwigFunction('is_writeable', [$this, 'is_writable']), + new TwigFunction('lstat', [$this, 'lstat']), + new TwigFunction('getimagesize', [$this, 'getimagesize']), + new TwigFunction('exif_read_data', [$this, 'exif_read_data']), + new TwigFunction('read_exif_data', [$this, 'exif_read_data']), + new TwigFunction('exif_imagetype', [$this, 'exif_imagetype']), + new TwigFunction('hash_file', [$this, 'hash_file']), + new TwigFunction('hash_hmac_file', [$this, 'hash_hmac_file']), + new TwigFunction('md5_file', [$this, 'md5_file']), + new TwigFunction('sha1_file', [$this, 'sha1_file']), + new TwigFunction('get_meta_tags', [$this, 'get_meta_tags']), + new TwigFunction('pathinfo', [$this, 'pathinfo']), + ]; + } + + /** + * @param string $filename + * @return bool + */ + public function file_exists($filename): bool + { + if (!$this->checkFilename($filename)) { + return false; + } + + return file_exists($filename); + } + + /** + * @param string $filename + * @return int|false + */ + public function fileatime($filename) + { + if (!$this->checkFilename($filename)) { + return false; + } + + return fileatime($filename); + } + + /** + * @param string $filename + * @return int|false + */ + public function filectime($filename) + { + if (!$this->checkFilename($filename)) { + return false; + } + + return filectime($filename); + } + + /** + * @param string $filename + * @return int|false + */ + public function filemtime($filename) + { + if (!$this->checkFilename($filename)) { + return false; + } + + return filemtime($filename); + } + + /** + * @param string $filename + * @return int|false + */ + public function filesize($filename) + { + if (!$this->checkFilename($filename)) { + return false; + } + + return filesize($filename); + } + + /** + * @param string $filename + * @return string|false + */ + public function filetype($filename) + { + if (!$this->checkFilename($filename)) { + return false; + } + + return filetype($filename); + } + + /** + * @param string $filename + * @return bool + */ + public function is_dir($filename): bool + { + if (!$this->checkFilename($filename)) { + return false; + } + + return is_dir($filename); + } + + /** + * @param string $filename + * @return bool + */ + public function is_file($filename): bool + { + if (!$this->checkFilename($filename)) { + return false; + } + + return is_file($filename); + } + + /** + * @param string $filename + * @return bool + */ + public function is_link($filename): bool + { + if (!$this->checkFilename($filename)) { + return false; + } + + return is_link($filename); + } + + /** + * @param string $filename + * @return bool + */ + public function is_readable($filename): bool + { + if (!$this->checkFilename($filename)) { + return false; + } + + return is_readable($filename); + } + + /** + * @param string $filename + * @return bool + */ + public function is_writable($filename): bool + { + if (!$this->checkFilename($filename)) { + return false; + } + + return is_writable($filename); + } + + /** + * @param string $filename + * @return array|false + */ + public function lstat($filename) + { + if (!$this->checkFilename($filename)) { + return false; + } + + return lstat($filename); + } + + /** + * @param string $filename + * @return array|false + */ + public function getimagesize($filename) + { + if (!$this->checkFilename($filename)) { + return false; + } + + return getimagesize($filename); + } + + /** + * @param string $filename + * @param string|null $required_sections + * @param bool $as_arrays + * @param bool $read_thumbnail + * @return array|false + */ + public function exif_read_data($filename, ?string $required_sections, bool $as_arrays = false, bool $read_thumbnail = false) + { + if (!Utils::functionExists('exif_read_data') || !$this->checkFilename($filename)) { + return false; + } + + return exif_read_data($filename, $required_sections, $as_arrays, $read_thumbnail); + } + + /** + * @param string $filename + * @return int|false + */ + public function exif_imagetype($filename) + { + if (!Utils::functionExists('exif_imagetype') || !$this->checkFilename($filename)) { + return false; + } + + return @exif_imagetype($filename); + } + + /** + * @param string $algo + * @param string $filename + * @param bool $binary + * @return string|false + */ + public function hash_file(string $algo, string $filename, bool $binary = false) + { + if (!$this->checkFilename($filename)) { + return false; + } + + return hash_file($algo, $filename, $binary); + } + + /** + * @param string $algo + * @param string $filename + * @param string $key + * @param bool $binary + * @return string|false + */ + public function hash_hmac_file(string $algo, string $filename, string $key, bool $binary = false) + { + if (!$this->checkFilename($filename)) { + return false; + } + + return hash_hmac_file($algo, $filename, $key, $binary); + } + + /** + * @param string $filename + * @param bool $binary + * @return string|false + */ + public function md5_file($filename, bool $binary = false) + { + if (!$this->checkFilename($filename)) { + return false; + } + + return md5_file($filename, $binary); + } + + /** + * @param string $filename + * @param bool $binary + * @return string|false + */ + public function sha1_file($filename, bool $binary = false) + { + if (!$this->checkFilename($filename)) { + return false; + } + + return sha1_file($filename, $binary); + } + + /** + * @param string $filename + * @return array|false + */ + public function get_meta_tags($filename) + { + if (!$this->checkFilename($filename)) { + return false; + } + + return get_meta_tags($filename); + } + + /** + * @param string $path + * @param int|null $flags + * @return string|string[] + */ + public function pathinfo($path, $flags = null) + { + return Utils::pathinfo($path, $flags); + } + + /** + * @param string $filename + * @return bool + */ + private function checkFilename($filename): bool + { + return is_string($filename) && (!str_contains($filename, '://') || $this->locator->isStream($filename)); + } +} diff --git a/system/src/Grav/Common/Twig/Extension/GravExtension.php b/system/src/Grav/Common/Twig/Extension/GravExtension.php new file mode 100644 index 0000000..3e30a02 --- /dev/null +++ b/system/src/Grav/Common/Twig/Extension/GravExtension.php @@ -0,0 +1,1756 @@ +grav = Grav::instance(); + $this->debugger = $this->grav['debugger'] ?? null; + $this->config = $this->grav['config']; + } + + /** + * Register some standard globals + * + * @return array + */ + public function getGlobals(): array + { + return [ + 'grav' => $this->grav, + ]; + } + + /** + * Return a list of all filters. + * + * @return array + */ + public function getFilters(): array + { + return [ + new TwigFilter('*ize', [$this, 'inflectorFilter']), + new TwigFilter('absolute_url', [$this, 'absoluteUrlFilter']), + new TwigFilter('contains', [$this, 'containsFilter']), + new TwigFilter('chunk_split', [$this, 'chunkSplitFilter']), + new TwigFilter('nicenumber', [$this, 'niceNumberFunc']), + new TwigFilter('nicefilesize', [$this, 'niceFilesizeFunc']), + new TwigFilter('nicetime', [$this, 'nicetimeFunc']), + new TwigFilter('defined', [$this, 'definedDefaultFilter']), + new TwigFilter('ends_with', [$this, 'endsWithFilter']), + new TwigFilter('fieldName', [$this, 'fieldNameFilter']), + new TwigFilter('parent_field', [$this, 'fieldParentFilter']), + new TwigFilter('ksort', [$this, 'ksortFilter']), + new TwigFilter('ltrim', [$this, 'ltrimFilter']), + new TwigFilter('markdown', [$this, 'markdownFunction'], ['needs_context' => true, 'is_safe' => ['html']]), + new TwigFilter('md5', [$this, 'md5Filter']), + new TwigFilter('base32_encode', [$this, 'base32EncodeFilter']), + new TwigFilter('base32_decode', [$this, 'base32DecodeFilter']), + new TwigFilter('base64_encode', [$this, 'base64EncodeFilter']), + new TwigFilter('base64_decode', [$this, 'base64DecodeFilter']), + new TwigFilter('randomize', [$this, 'randomizeFilter']), + new TwigFilter('modulus', [$this, 'modulusFilter']), + new TwigFilter('rtrim', [$this, 'rtrimFilter']), + new TwigFilter('pad', [$this, 'padFilter']), + new TwigFilter('regex_replace', [$this, 'regexReplace']), + new TwigFilter('safe_email', [$this, 'safeEmailFilter'], ['is_safe' => ['html']]), + new TwigFilter('safe_truncate', [Utils::class, 'safeTruncate']), + new TwigFilter('safe_truncate_html', [Utils::class, 'safeTruncateHTML']), + new TwigFilter('sort_by_key', [$this, 'sortByKeyFilter']), + new TwigFilter('starts_with', [$this, 'startsWithFilter']), + new TwigFilter('truncate', [Utils::class, 'truncate']), + new TwigFilter('truncate_html', [Utils::class, 'truncateHTML']), + new TwigFilter('json_decode', [$this, 'jsonDecodeFilter']), + new TwigFilter('array_unique', 'array_unique'), + new TwigFilter('basename', 'basename'), + new TwigFilter('dirname', 'dirname'), + new TwigFilter('print_r', [$this, 'print_r']), + new TwigFilter('yaml_encode', [$this, 'yamlEncodeFilter']), + new TwigFilter('yaml_decode', [$this, 'yamlDecodeFilter']), + new TwigFilter('nicecron', [$this, 'niceCronFilter']), + new TwigFilter('replace_last', [$this, 'replaceLastFilter']), + + // Translations + new TwigFilter('t', [$this, 'translate'], ['needs_environment' => true]), + new TwigFilter('tl', [$this, 'translateLanguage']), + new TwigFilter('ta', [$this, 'translateArray']), + + // Casting values + new TwigFilter('string', [$this, 'stringFilter']), + new TwigFilter('int', [$this, 'intFilter'], ['is_safe' => ['all']]), + new TwigFilter('bool', [$this, 'boolFilter']), + new TwigFilter('float', [$this, 'floatFilter'], ['is_safe' => ['all']]), + new TwigFilter('array', [$this, 'arrayFilter']), + new TwigFilter('yaml', [$this, 'yamlFilter']), + + // Object Types + new TwigFilter('get_type', [$this, 'getTypeFunc']), + new TwigFilter('of_type', [$this, 'ofTypeFunc']), + + // PHP methods + new TwigFilter('count', 'count'), + new TwigFilter('array_diff', 'array_diff'), + + // Security fixes + new TwigFilter('filter', [$this, 'filterFunc'], ['needs_environment' => true]), + new TwigFilter('map', [$this, 'mapFunc'], ['needs_environment' => true]), + new TwigFilter('reduce', [$this, 'reduceFunc'], ['needs_environment' => true]), + ]; + } + + /** + * Return a list of all functions. + * + * @return array + */ + public function getFunctions(): array + { + return [ + new TwigFunction('array', [$this, 'arrayFilter']), + new TwigFunction('array_key_value', [$this, 'arrayKeyValueFunc']), + new TwigFunction('array_key_exists', 'array_key_exists'), + new TwigFunction('array_unique', 'array_unique'), + new TwigFunction('array_intersect', [$this, 'arrayIntersectFunc']), + new TwigFunction('array_diff', 'array_diff'), + new TwigFunction('authorize', [$this, 'authorize']), + new TwigFunction('debug', [$this, 'dump'], ['needs_context' => true, 'needs_environment' => true]), + new TwigFunction('dump', [$this, 'dump'], ['needs_context' => true, 'needs_environment' => true]), + new TwigFunction('vardump', [$this, 'vardumpFunc']), + new TwigFunction('print_r', [$this, 'print_r']), + new TwigFunction('http_response_code', 'http_response_code'), + new TwigFunction('evaluate', [$this, 'evaluateStringFunc'], ['needs_context' => true]), + new TwigFunction('evaluate_twig', [$this, 'evaluateTwigFunc'], ['needs_context' => true]), + new TwigFunction('gist', [$this, 'gistFunc']), + new TwigFunction('nonce_field', [$this, 'nonceFieldFunc']), + new TwigFunction('pathinfo', 'pathinfo'), + new TwigFunction('parseurl', 'parse_url'), + new TwigFunction('random_string', [$this, 'randomStringFunc']), + new TwigFunction('repeat', [$this, 'repeatFunc']), + new TwigFunction('regex_replace', [$this, 'regexReplace']), + new TwigFunction('regex_filter', [$this, 'regexFilter']), + new TwigFunction('regex_match', [$this, 'regexMatch']), + new TwigFunction('regex_split', [$this, 'regexSplit']), + new TwigFunction('string', [$this, 'stringFilter']), + new TwigFunction('url', [$this, 'urlFunc']), + new TwigFunction('json_decode', [$this, 'jsonDecodeFilter']), + new TwigFunction('get_cookie', [$this, 'getCookie']), + new TwigFunction('redirect_me', [$this, 'redirectFunc']), + new TwigFunction('range', [$this, 'rangeFunc']), + new TwigFunction('isajaxrequest', [$this, 'isAjaxFunc']), + new TwigFunction('exif', [$this, 'exifFunc']), + new TwigFunction('media_directory', [$this, 'mediaDirFunc']), + new TwigFunction('body_class', [$this, 'bodyClassFunc'], ['needs_context' => true]), + new TwigFunction('theme_var', [$this, 'themeVarFunc'], ['needs_context' => true]), + new TwigFunction('header_var', [$this, 'pageHeaderVarFunc'], ['needs_context' => true]), + new TwigFunction('read_file', [$this, 'readFileFunc']), + new TwigFunction('nicenumber', [$this, 'niceNumberFunc']), + new TwigFunction('nicefilesize', [$this, 'niceFilesizeFunc']), + new TwigFunction('nicetime', [$this, 'nicetimeFunc']), + new TwigFunction('cron', [$this, 'cronFunc']), + new TwigFunction('svg_image', [$this, 'svgImageFunction']), + new TwigFunction('xss', [$this, 'xssFunc']), + new TwigFunction('unique_id', [$this, 'uniqueId']), + + // Translations + new TwigFunction('t', [$this, 'translate'], ['needs_environment' => true]), + new TwigFunction('tl', [$this, 'translateLanguage']), + new TwigFunction('ta', [$this, 'translateArray']), + + // Object Types + new TwigFunction('get_type', [$this, 'getTypeFunc']), + new TwigFunction('of_type', [$this, 'ofTypeFunc']), + + // PHP methods + new TwigFunction('is_numeric', 'is_numeric'), + new TwigFunction('is_iterable', 'is_iterable'), + new TwigFunction('is_countable', 'is_countable'), + new TwigFunction('is_null', 'is_null'), + new TwigFunction('is_string', 'is_string'), + new TwigFunction('is_array', 'is_array'), + new TwigFunction('is_object', 'is_object'), + new TwigFunction('count', 'count'), + new TwigFunction('array_diff', 'array_diff'), + new TwigFunction('parse_url', 'parse_url'), + + // Security fixes + new TwigFunction('filter', [$this, 'filterFunc'], ['needs_environment' => true]), + new TwigFunction('map', [$this, 'mapFunc'], ['needs_environment' => true]), + new TwigFunction('reduce', [$this, 'reduceFunc'], ['needs_environment' => true]), + ]; + } + + /** + * @return array + */ + public function getTokenParsers(): array + { + return [ + new TwigTokenParserRender(), + new TwigTokenParserThrow(), + new TwigTokenParserTryCatch(), + new TwigTokenParserScript(), + new TwigTokenParserStyle(), + new TwigTokenParserLink(), + new TwigTokenParserMarkdown(), + new TwigTokenParserSwitch(), + new TwigTokenParserCache(), + ]; + } + + /** + * @param mixed $var + * @return string + */ + public function print_r($var) + { + return print_r($var, true); + } + + /** + * Filters field name by changing dot notation into array notation. + * + * @param string $str + * @return string + */ + public function fieldNameFilter($str) + { + $path = explode('.', rtrim($str, '.')); + + return array_shift($path) . ($path ? '[' . implode('][', $path) . ']' : ''); + } + + /** + * Filters field name by changing dot notation into array notation. + * + * @param string $str + * @return string + */ + public function fieldParentFilter($str) + { + $path = explode('.', rtrim($str, '.')); + array_pop($path); + + return implode('.', $path); + } + + /** + * Protects email address. + * + * @param string $str + * @return string + */ + public function safeEmailFilter($str) + { + static $list = [ + '"' => '"', + "'" => ''', + '&' => '&', + '<' => '<', + '>' => '>', + '@' => '@' + ]; + + $characters = mb_str_split($str, 1, 'UTF-8'); + + $encoded = ''; + foreach ($characters as $chr) { + $encoded .= $list[$chr] ?? (random_int(0, 1) ? '&#' . mb_ord($chr) . ';' : $chr); + } + + return $encoded; + } + + /** + * Returns array in a random order. + * + * @param array|Traversable $original + * @param int $offset Can be used to return only slice of the array. + * @return array + */ + public function randomizeFilter($original, $offset = 0) + { + if ($original instanceof Traversable) { + $original = iterator_to_array($original, false); + } + + if (!is_array($original)) { + return $original; + } + + $sorted = []; + $random = array_slice($original, $offset); + shuffle($random); + + $sizeOf = count($original); + for ($x = 0; $x < $sizeOf; $x++) { + if ($x < $offset) { + $sorted[] = $original[$x]; + } else { + $sorted[] = array_shift($random); + } + } + + return $sorted; + } + + /** + * Returns the modulus of an integer + * + * @param string|int $number + * @param int $divider + * @param array|null $items array of items to select from to return + * @return int + */ + public function modulusFilter($number, $divider, $items = null) + { + if (is_string($number)) { + $number = strlen($number); + } + + $remainder = $number % $divider; + + if (is_array($items)) { + return $items[$remainder] ?? $items[0]; + } + + return $remainder; + } + + /** + * Inflector supports following notations: + * + * `{{ 'person'|pluralize }} => people` + * `{{ 'shoes'|singularize }} => shoe` + * `{{ 'welcome page'|titleize }} => "Welcome Page"` + * `{{ 'send_email'|camelize }} => SendEmail` + * `{{ 'CamelCased'|underscorize }} => camel_cased` + * `{{ 'Something Text'|hyphenize }} => something-text` + * `{{ 'something_text_to_read'|humanize }} => "Something text to read"` + * `{{ '181'|monthize }} => 5` + * `{{ '10'|ordinalize }} => 10th` + * + * @param string $action + * @param string $data + * @param int|null $count + * @return string + */ + public function inflectorFilter($action, $data, $count = null) + { + $action .= 'ize'; + + /** @var Inflector $inflector */ + $inflector = $this->grav['inflector']; + + if (in_array( + $action, + ['titleize', 'camelize', 'underscorize', 'hyphenize', 'humanize', 'ordinalize', 'monthize'], + true + )) { + return $inflector->{$action}($data); + } + + if (in_array($action, ['pluralize', 'singularize'], true)) { + return $count ? $inflector->{$action}($data, $count) : $inflector->{$action}($data); + } + + return $data; + } + + /** + * Return MD5 hash from the input. + * + * @param string $str + * @return string + */ + public function md5Filter($str) + { + return md5($str); + } + + /** + * Return Base32 encoded string + * + * @param string $str + * @return string + */ + public function base32EncodeFilter($str) + { + return Base32::encode($str); + } + + /** + * Return Base32 decoded string + * + * @param string $str + * @return string + */ + public function base32DecodeFilter($str) + { + return Base32::decode($str); + } + + /** + * Return Base64 encoded string + * + * @param string $str + * @return string + */ + public function base64EncodeFilter($str) + { + return base64_encode((string) $str); + } + + /** + * Return Base64 decoded string + * + * @param string $str + * @return string|false + */ + public function base64DecodeFilter($str) + { + return base64_decode($str); + } + + /** + * Sorts a collection by key + * + * @param array $input + * @param string $filter + * @param int $direction + * @param int $sort_flags + * @return array + */ + public function sortByKeyFilter($input, $filter, $direction = SORT_ASC, $sort_flags = SORT_REGULAR) + { + return Utils::sortArrayByKey($input, $filter, $direction, $sort_flags); + } + + /** + * Return ksorted collection. + * + * @param array|null $array + * @return array + */ + public function ksortFilter($array) + { + if (null === $array) { + $array = []; + } + ksort($array); + + return $array; + } + + /** + * Wrapper for chunk_split() function + * + * @param string $value + * @param int $chars + * @param string $split + * @return string + */ + public function chunkSplitFilter($value, $chars, $split = '-') + { + return chunk_split($value, $chars, $split); + } + + /** + * determine if a string contains another + * + * @param string $haystack + * @param string $needle + * @return string|bool + * @todo returning $haystack here doesn't make much sense + */ + public function containsFilter($haystack, $needle) + { + if (empty($needle)) { + return $haystack; + } + + return (strpos($haystack, (string) $needle) !== false); + } + + /** + * Gets a human readable output for cron syntax + * + * @param string $at + * @return string + */ + public function niceCronFilter($at) + { + $cron = new Cron($at); + return $cron->getText('en'); + } + + /** + * @param string|mixed $str + * @param string $search + * @param string $replace + * @return string|mixed + */ + public function replaceLastFilter($str, $search, $replace) + { + if (is_string($str) && ($pos = mb_strrpos($str, $search)) !== false) { + $str = mb_substr($str, 0, $pos) . $replace . mb_substr($str, $pos + mb_strlen($search)); + } + + return $str; + } + + /** + * Get Cron object for a crontab 'at' format + * + * @param string $at + * @return CronExpression + */ + public function cronFunc($at) + { + return CronExpression::factory($at); + } + + /** + * displays a facebook style 'time ago' formatted date/time + * + * @param string $date + * @param bool $long_strings + * @param bool $show_tense + * @return string + */ + public function nicetimeFunc($date, $long_strings = true, $show_tense = true) + { + if (empty($date)) { + return $this->grav['language']->translate('GRAV.NICETIME.NO_DATE_PROVIDED'); + } + + if ($long_strings) { + $periods = [ + 'NICETIME.SECOND', + 'NICETIME.MINUTE', + 'NICETIME.HOUR', + 'NICETIME.DAY', + 'NICETIME.WEEK', + 'NICETIME.MONTH', + 'NICETIME.YEAR', + 'NICETIME.DECADE' + ]; + } else { + $periods = [ + 'NICETIME.SEC', + 'NICETIME.MIN', + 'NICETIME.HR', + 'NICETIME.DAY', + 'NICETIME.WK', + 'NICETIME.MO', + 'NICETIME.YR', + 'NICETIME.DEC' + ]; + } + + $lengths = ['60', '60', '24', '7', '4.35', '12', '10']; + + $now = time(); + + // check if unix timestamp + if ((string)(int)$date === (string)$date) { + $unix_date = $date; + } else { + $unix_date = strtotime($date); + } + + // check validity of date + if (empty($unix_date)) { + return $this->grav['language']->translate('GRAV.NICETIME.BAD_DATE'); + } + + // is it future date or past date + if ($now > $unix_date) { + $difference = $now - $unix_date; + $tense = $this->grav['language']->translate('GRAV.NICETIME.AGO'); + } elseif ($now == $unix_date) { + $difference = $now - $unix_date; + $tense = $this->grav['language']->translate('GRAV.NICETIME.JUST_NOW'); + } else { + $difference = $unix_date - $now; + $tense = $this->grav['language']->translate('GRAV.NICETIME.FROM_NOW'); + } + + for ($j = 0; $difference >= $lengths[$j] && $j < count($lengths) - 1; $j++) { + $difference /= $lengths[$j]; + } + + $difference = round($difference); + + if ($difference != 1) { + $periods[$j] .= '_PLURAL'; + } + + if ($this->grav['language']->getTranslation( + $this->grav['language']->getLanguage(), + $periods[$j] . '_MORE_THAN_TWO' + ) + ) { + if ($difference > 2) { + $periods[$j] .= '_MORE_THAN_TWO'; + } + } + + $periods[$j] = $this->grav['language']->translate('GRAV.'.$periods[$j]); + + if ($now == $unix_date) { + return $tense; + } + + $time = "{$difference} {$periods[$j]}"; + $time .= $show_tense ? " {$tense}" : ''; + + return $time; + } + + /** + * Allow quick check of a string for XSS Vulnerabilities + * + * @param string|array $data + * @return bool|string|array + */ + public function xssFunc($data) + { + if (!is_array($data)) { + return Security::detectXss($data); + } + + $results = Security::detectXssFromArray($data); + $results_parts = array_map(static function ($value, $key) { + return $key.': \''.$value . '\''; + }, array_values($results), array_keys($results)); + + return implode(', ', $results_parts); + } + + /** + * Generates a random string with configurable length, prefix and suffix. + * Unlike the built-in `uniqid()`, this string is non-conflicting and safe + * + * @param int $length + * @param array $options + * @return string + * @throws \Exception + */ + public function uniqueId(int $length = 9, array $options = ['prefix' => '', 'suffix' => '']): string + { + return Utils::uniqueId($length, $options); + } + + /** + * @param string $string + * @return string + */ + public function absoluteUrlFilter($string) + { + $url = $this->grav['uri']->base(); + $string = preg_replace('/((?:href|src) *= *[\'"](?!(http|ftp)))/i', "$1$url", $string); + + return $string; + } + + /** + * @param array $context + * @param string $string + * @param bool $block Block or Line processing + * @return string + */ + public function markdownFunction($context, $string, $block = true) + { + $page = $context['page'] ?? null; + return Utils::processMarkdown($string, $block, $page); + } + + /** + * @param string $haystack + * @param string $needle + * @return bool + */ + public function startsWithFilter($haystack, $needle) + { + return Utils::startsWith($haystack, $needle); + } + + /** + * @param string $haystack + * @param string $needle + * @return bool + */ + public function endsWithFilter($haystack, $needle) + { + return Utils::endsWith($haystack, $needle); + } + + /** + * @param mixed $value + * @param null $default + * @return mixed|null + */ + public function definedDefaultFilter($value, $default = null) + { + return $value ?? $default; + } + + /** + * @param string $value + * @param string|null $chars + * @return string + */ + public function rtrimFilter($value, $chars = null) + { + return null !== $chars ? rtrim($value, $chars) : rtrim($value); + } + + /** + * @param string $value + * @param string|null $chars + * @return string + */ + public function ltrimFilter($value, $chars = null) + { + return null !== $chars ? ltrim($value, $chars) : ltrim($value); + } + + /** + * Returns a string from a value. If the value is array, return it json encoded + * + * @param mixed $value + * @return string + */ + public function stringFilter($value) + { + // Format the array as a string + if (is_array($value)) { + return json_encode($value); + } + + // Boolean becomes '1' or '0' + if (is_bool($value)) { + $value = (int)$value; + } + + // Cast the other values to string. + return (string)$value; + } + + /** + * Casts input to int. + * + * @param mixed $input + * @return int + */ + public function intFilter($input) + { + return (int) $input; + } + + /** + * Casts input to bool. + * + * @param mixed $input + * @return bool + */ + public function boolFilter($input) + { + return (bool) $input; + } + + /** + * Casts input to float. + * + * @param mixed $input + * @return float + */ + public function floatFilter($input) + { + return (float) $input; + } + + /** + * Casts input to array. + * + * @param mixed $input + * @return array + */ + public function arrayFilter($input) + { + if (is_array($input)) { + return $input; + } + + if (is_object($input)) { + if (method_exists($input, 'toArray')) { + return $input->toArray(); + } + + if ($input instanceof Iterator) { + return iterator_to_array($input); + } + } + + return (array)$input; + } + + /** + * @param array|object $value + * @param int|null $inline + * @param int|null $indent + * @return string + */ + public function yamlFilter($value, $inline = null, $indent = null): string + { + return Yaml::dump($value, $inline, $indent); + } + + /** + * @param Environment $twig + * @return string + */ + public function translate(Environment $twig, ...$args) + { + // If admin and tu filter provided, use it + if (isset($this->grav['admin'])) { + $numargs = count($args); + $lang = null; + + if (($numargs === 3 && is_array($args[1])) || ($numargs === 2 && !is_array($args[1]))) { + $lang = array_pop($args); + /** @var Language $language */ + $language = $this->grav['language']; + if (is_string($lang) && !$language->getLanguageCode($lang)) { + $args[] = $lang; + $lang = null; + } + } elseif ($numargs === 2 && is_array($args[1])) { + $subs = array_pop($args); + $args = array_merge($args, $subs); + } + + return $this->grav['admin']->translate($args, $lang); + } + + $translation = $this->grav['language']->translate($args); + + if ($this->config->get('system.languages.debug', false)) { + $debugger = $this->grav['debugger']; + $debugger->addMessage("$args[0] -> $translation", 'debug'); + } + + return $translation; + } + + /** + * Translate Strings + * + * @param string|array $args + * @param array|null $languages + * @param bool $array_support + * @param bool $html_out + * @return string + */ + public function translateLanguage($args, array $languages = null, $array_support = false, $html_out = false) + { + /** @var Language $language */ + $language = $this->grav['language']; + + return $language->translate($args, $languages, $array_support, $html_out); + } + + /** + * @param string $key + * @param string $index + * @param array|null $lang + * @return string + */ + public function translateArray($key, $index, $lang = null) + { + /** @var Language $language */ + $language = $this->grav['language']; + + return $language->translateArray($key, $index, $lang); + } + + /** + * Repeat given string x times. + * + * @param string $input + * @param int $multiplier + * + * @return string + */ + public function repeatFunc($input, $multiplier) + { + return str_repeat($input, (int) $multiplier); + } + + /** + * Return URL to the resource. + * + * @example {{ url('theme://images/logo.png')|default('http://www.placehold.it/150x100/f4f4f4') }} + * + * @param string $input Resource to be located. + * @param bool $domain True to include domain name. + * @param bool $failGracefully If true, return URL even if the file does not exist. + * @return string|false Returns url to the resource or null if resource was not found. + */ + public function urlFunc($input, $domain = false, $failGracefully = false) + { + return Utils::url($input, $domain, $failGracefully); + } + + /** + * This function will evaluate Twig $twig through the $environment, and return its results. + * + * @param array $context + * @param string $twig + * @return mixed + */ + public function evaluateTwigFunc($context, $twig) + { + + $loader = new FilesystemLoader('.'); + $env = new Environment($loader); + $env->addExtension($this); + + $template = $env->createTemplate($twig); + + return $template->render($context); + } + + /** + * This function will evaluate a $string through the $environment, and return its results. + * + * @param array $context + * @param string $string + * @return mixed + */ + public function evaluateStringFunc($context, $string) + { + return $this->evaluateTwigFunc($context, "{{ $string }}"); + } + + /** + * Based on Twig\Extension\Debug / twig_var_dump + * (c) 2011 Fabien Potencier + * + * @param Environment $env + * @param array $context + */ + public function dump(Environment $env, $context) + { + if (!$env->isDebug() || !$this->debugger) { + return; + } + + $count = func_num_args(); + if (2 === $count) { + $data = []; + foreach ($context as $key => $value) { + if (is_object($value)) { + if (method_exists($value, 'toArray')) { + $data[$key] = $value->toArray(); + } else { + $data[$key] = 'Object (' . get_class($value) . ')'; + } + } else { + $data[$key] = $value; + } + } + $this->debugger->addMessage($data, 'debug'); + } else { + for ($i = 2; $i < $count; $i++) { + $var = func_get_arg($i); + $this->debugger->addMessage($var, 'debug'); + } + } + } + + /** + * Output a Gist + * + * @param string $id + * @param string|false $file + * @return string + */ + public function gistFunc($id, $file = false) + { + $url = 'https://gist.github.com/' . $id . '.js'; + if ($file) { + $url .= '?file=' . $file; + } + return ''; + } + + /** + * Generate a random string + * + * @param int $count + * @return string + */ + public function randomStringFunc($count = 5) + { + return Utils::generateRandomString($count); + } + + /** + * Pad a string to a certain length with another string + * + * @param string $input + * @param int $pad_length + * @param string $pad_string + * @param int $pad_type + * @return string + */ + public static function padFilter($input, $pad_length, $pad_string = ' ', $pad_type = STR_PAD_RIGHT) + { + return str_pad($input, (int)$pad_length, $pad_string, $pad_type); + } + + /** + * Workaround for twig associative array initialization + * Returns a key => val array + * + * @param string $key key of item + * @param string $val value of item + * @param array|null $current_array optional array to add to + * @return array + */ + public function arrayKeyValueFunc($key, $val, $current_array = null) + { + if (empty($current_array)) { + return array($key => $val); + } + + $current_array[$key] = $val; + + return $current_array; + } + + /** + * Wrapper for array_intersect() method + * + * @param array|Collection $array1 + * @param array|Collection $array2 + * @return array|Collection + */ + public function arrayIntersectFunc($array1, $array2) + { + if ($array1 instanceof Collection && $array2 instanceof Collection) { + return $array1->intersect($array2)->toArray(); + } + + return array_intersect($array1, $array2); + } + + /** + * Translate a string + * + * @return string + */ + public function translateFunc() + { + return $this->grav['language']->translate(func_get_args()); + } + + /** + * Authorize an action. Returns true if the user is logged in and + * has the right to execute $action. + * + * @param string|array $action An action or a list of actions. Each + * entry can be a string like 'group.action' + * or without dot notation an associative + * array. + * @return bool Returns TRUE if the user is authorized to + * perform the action, FALSE otherwise. + */ + public function authorize($action) + { + // Admin can use Flex users even if the site does not; make sure we use the right version of the user. + $admin = $this->grav['admin'] ?? null; + if ($admin) { + $user = $admin->user; + } else { + /** @var UserInterface|null $user */ + $user = $this->grav['user'] ?? null; + } + + if (!$user) { + return false; + } + + if (is_array($action)) { + if (Utils::isAssoc($action)) { + // Handle nested access structure. + $actions = Utils::arrayFlattenDotNotation($action); + } else { + // Handle simple access list. + $actions = array_combine($action, array_fill(0, count($action), true)); + } + } else { + // Handle single action. + $actions = [(string)$action => true]; + } + + $count = count($actions); + foreach ($actions as $act => $authenticated) { + // Ignore 'admin.super' if it's not the only value to be checked. + if ($act === 'admin.super' && $count > 1 && $user instanceof FlexObjectInterface) { + continue; + } + + $auth = $user->authorize($act) ?? false; + if (is_bool($auth) && $auth === Utils::isPositive($authenticated)) { + return true; + } + } + + return false; + } + + /** + * Used to add a nonce to a form. Call {{ nonce_field('action') }} specifying a string representing the action. + * + * For maximum protection, ensure that the string representing the action is as specific as possible + * + * @param string $action the action + * @param string $nonceParamName a custom nonce param name + * @return string the nonce input field + */ + public function nonceFieldFunc($action, $nonceParamName = 'nonce') + { + $string = ''; + + return $string; + } + + /** + * Decodes string from JSON. + * + * @param string $str + * @param bool $assoc + * @param int $depth + * @param int $options + * @return array + */ + public function jsonDecodeFilter($str, $assoc = false, $depth = 512, $options = 0) + { + if ($str === null) { + $str = ''; + } + return json_decode(html_entity_decode($str, ENT_COMPAT | ENT_HTML401, 'UTF-8'), $assoc, $depth, $options); + } + + /** + * Used to retrieve a cookie value + * + * @param string $key The cookie name to retrieve + * @return string + */ + public function getCookie($key) + { + $cookie_value = filter_input(INPUT_COOKIE, $key); + + if ($cookie_value === null) { + return null; + } + + return htmlspecialchars(strip_tags($cookie_value), ENT_QUOTES, 'UTF-8'); + } + + /** + * Twig wrapper for PHP's preg_replace method + * + * @param string|string[] $subject the content to perform the replacement on + * @param string|string[] $pattern the regex pattern to use for matches + * @param string|string[] $replace the replacement value either as a string or an array of replacements + * @param int $limit the maximum possible replacements for each pattern in each subject + * @return string|string[]|null the resulting content + */ + public function regexReplace($subject, $pattern, $replace, $limit = -1) + { + return preg_replace($pattern, $replace, $subject, $limit); + } + + /** + * Twig wrapper for PHP's preg_grep method + * + * @param array $array + * @param string $regex + * @param int $flags + * @return array + */ + public function regexFilter($array, $regex, $flags = 0) + { + return preg_grep($regex, $array, $flags); + } + + /** + * Twig wrapper for PHP's preg_match method + * + * @param string $subject the content to perform the match on + * @param string $pattern the regex pattern to use for match + * @param int $flags + * @param int $offset + * @return array|false returns the matches if there is at least one match in the subject for a given pattern or null if not. + */ + public function regexMatch($subject, $pattern, $flags = 0, $offset = 0) + { + if (preg_match($pattern, $subject, $matches, $flags, $offset) === false) { + return false; + } + + return $matches; + } + + /** + * Twig wrapper for PHP's preg_split method + * + * @param string $subject the content to perform the split on + * @param string $pattern the regex pattern to use for split + * @param int $limit the maximum possible splits for the given pattern + * @param int $flags + * @return array|false the resulting array after performing the split operation + */ + public function regexSplit($subject, $pattern, $limit = -1, $flags = 0) + { + return preg_split($pattern, $subject, $limit, $flags); + } + + /** + * redirect browser from twig + * + * @param string $url the url to redirect to + * @param int $statusCode statusCode, default 303 + * @return void + */ + public function redirectFunc($url, $statusCode = 303) + { + $response = new Response($statusCode, ['location' => $url]); + + $this->grav->close($response); + } + + /** + * Generates an array containing a range of elements, optionally stepped + * + * @param int $start Minimum number, default 0 + * @param int $end Maximum number, default `getrandmax()` + * @param int $step Increment between elements in the sequence, default 1 + * @return array + */ + public function rangeFunc($start = 0, $end = 100, $step = 1) + { + return range($start, $end, $step); + } + + /** + * Check if HTTP_X_REQUESTED_WITH has been set to xmlhttprequest, + * in which case we may unsafely assume ajax. Non critical use only. + * + * @return bool True if HTTP_X_REQUESTED_WITH exists and has been set to xmlhttprequest + */ + public function isAjaxFunc() + { + return ( + !empty($_SERVER['HTTP_X_REQUESTED_WITH']) + && strtolower($_SERVER['HTTP_X_REQUESTED_WITH']) === 'xmlhttprequest'); + } + + /** + * Get the Exif data for a file + * + * @param string $image + * @param bool $raw + * @return mixed + */ + public function exifFunc($image, $raw = false) + { + if (isset($this->grav['exif'])) { + /** @var UniformResourceLocator $locator */ + $locator = $this->grav['locator']; + + if ($locator->isStream($image)) { + $image = $locator->findResource($image); + } + + $exif_reader = $this->grav['exif']->getReader(); + + if ($image && file_exists($image) && $this->config->get('system.media.auto_metadata_exif') && $exif_reader) { + $exif_data = $exif_reader->read($image); + + if ($exif_data) { + if ($raw) { + return $exif_data->getRawData(); + } + + return $exif_data->getData(); + } + } + } + + return null; + } + + /** + * Simple function to read a file based on a filepath and output it + * + * @param string $filepath + * @return bool|string + */ + public function readFileFunc($filepath) + { + /** @var UniformResourceLocator $locator */ + $locator = $this->grav['locator']; + + if ($locator->isStream($filepath)) { + $filepath = $locator->findResource($filepath); + } + + if ($filepath && file_exists($filepath)) { + return file_get_contents($filepath); + } + + return false; + } + + /** + * Process a folder as Media and return a media object + * + * @param string $media_dir + * @return Media|null + */ + public function mediaDirFunc($media_dir) + { + /** @var UniformResourceLocator $locator */ + $locator = $this->grav['locator']; + + if ($locator->isStream($media_dir)) { + $media_dir = $locator->findResource($media_dir); + } + + if ($media_dir && file_exists($media_dir)) { + return new Media($media_dir); + } + + return null; + } + + /** + * Dump a variable to the browser + * + * @param mixed $var + * @return void + */ + public function vardumpFunc($var) + { + dump($var); + } + + /** + * Returns a nicer more readable filesize based on bytes + * + * @param int $bytes + * @return string + */ + public function niceFilesizeFunc($bytes) + { + return Utils::prettySize($bytes); + } + + /** + * Returns a nicer more readable number + * + * @param int|float|string $n + * @return string|bool + */ + public function niceNumberFunc($n) + { + if (!is_float($n) && !is_int($n)) { + if (!is_string($n) || $n === '') { + return false; + } + + // Strip any thousand formatting and find the first number. + $list = array_filter(preg_split("/\D+/", str_replace(',', '', $n))); + $n = reset($list); + + if (!is_numeric($n)) { + return false; + } + + $n = (float)$n; + } + + // now filter it; + if ($n > 1000000000000) { + return round($n/1000000000000, 2).' t'; + } + if ($n > 1000000000) { + return round($n/1000000000, 2).' b'; + } + if ($n > 1000000) { + return round($n/1000000, 2).' m'; + } + if ($n > 1000) { + return round($n/1000, 2).' k'; + } + + return number_format($n); + } + + /** + * Get a theme variable + * Will try to get the variable for the current page, if not found, it tries it's parent page on up to root. + * If still not found, will use the theme's configuration value, + * If still not found, will use the $default value passed in + * + * @param array $context Twig Context + * @param string $var variable to be found (using dot notation) + * @param null $default the default value to be used as last resort + * @param PageInterface|null $page an optional page to use for the current page + * @param bool $exists toggle to simply return the page where the variable is set, else null + * @return mixed + */ + public function themeVarFunc($context, $var, $default = null, $page = null, $exists = false) + { + $page = $page ?? $context['page'] ?? Grav::instance()['page'] ?? null; + + // Try to find var in the page headers + if ($page instanceof PageInterface && $page->exists()) { + // Loop over pages and look for header vars + while ($page && !$page->root()) { + $header = new Data((array)$page->header()); + $value = $header->get($var); + if (isset($value)) { + if ($exists) { + return $page; + } + + return $value; + } + $page = $page->parent(); + } + } + + if ($exists) { + return false; + } + + return Grav::instance()['config']->get('theme.' . $var, $default); + } + + /** + * Look for a page header variable in an array of pages working its way through until a value is found + * + * @param array $context + * @param string $var the variable to look for in the page header + * @param string|string[]|null $pages array of pages to check (current page upwards if not null) + * @return mixed + * @deprecated 1.7 Use themeVarFunc() instead + */ + public function pageHeaderVarFunc($context, $var, $pages = null) + { + if (is_array($pages)) { + $page = array_shift($pages); + } else { + $page = null; + } + return $this->themeVarFunc($context, $var, null, $page); + } + + /** + * takes an array of classes, and if they are not set on body_classes + * look to see if they are set in theme config + * + * @param array $context + * @param string|string[] $classes + * @return string + */ + public function bodyClassFunc($context, $classes) + { + + $header = $context['page']->header(); + $body_classes = $header->body_classes ?? ''; + + foreach ((array)$classes as $class) { + if (!empty($body_classes) && Utils::contains($body_classes, $class)) { + continue; + } + + $val = $this->config->get('theme.' . $class, false) ? $class : false; + $body_classes .= $val ? ' ' . $val : ''; + } + + return $body_classes; + } + + /** + * Returns the content of an SVG image and adds extra classes as needed + * + * @param string $path + * @param string|null $classes + * @return string|string[]|null + */ + public static function svgImageFunction($path, $classes = null, $strip_style = false) + { + $path = Utils::fullPath($path); + + $classes = $classes ?: ''; + + if (file_exists($path) && !is_dir($path)) { + $svg = file_get_contents($path); + $classes = " inline-block $classes"; + $matched = false; + + //Remove xml tag if it exists + $svg = preg_replace('/^<\?xml.*\?>/','', $svg); + + //Strip style if needed + if ($strip_style) { + $svg = preg_replace('//s', '', $svg); + } + + //Look for existing class + $svg = preg_replace_callback('/^]*(class=\"([^"]*)\")[^>]*>/', function($matches) use ($classes, &$matched) { + if (isset($matches[2])) { + $new_classes = $matches[2] . $classes; + $matched = true; + return str_replace($matches[1], "class=\"$new_classes\"", $matches[0]); + } + return $matches[0]; + }, $svg + ); + + // no matches found just add the class + if (!$matched) { + $classes = trim($classes); + $svg = str_replace('jsonSerialize(); + } elseif (method_exists($data, 'toArray')) { + $data = $data->toArray(); + } else { + $data = json_decode(json_encode($data), true); + } + } + + return Yaml::dump($data, $inline); + } + + /** + * Decode/Parse data from YAML format + * + * @param string $data + * @return array + */ + public function yamlDecodeFilter($data) + { + return Yaml::parse($data); + } + + /** + * Function/Filter to return the type of variable + * + * @param mixed $var + * @return string + */ + public function getTypeFunc($var) + { + return gettype($var); + } + + /** + * Function/Filter to test type of variable + * + * @param mixed $var + * @param string|null $typeTest + * @param string|null $className + * @return bool + */ + public function ofTypeFunc($var, $typeTest = null, $className = null) + { + + switch ($typeTest) { + default: + return false; + + case 'array': + return is_array($var); + + case 'bool': + return is_bool($var); + + case 'class': + return is_object($var) === true && get_class($var) === $className; + + case 'float': + return is_float($var); + + case 'int': + return is_int($var); + + case 'numeric': + return is_numeric($var); + + case 'object': + return is_object($var); + + case 'scalar': + return is_scalar($var); + + case 'string': + return is_string($var); + } + } + + /** + * @param Environment $env + * @param array $array + * @param callable|string $arrow + * @return array|CallbackFilterIterator + * @throws RuntimeError + */ + function filterFunc(Environment $env, $array, $arrow) + { + if (!$arrow instanceof \Closure && !is_string($arrow) || Utils::isDangerousFunction($arrow)) { + throw new RuntimeError('Twig |filter("' . $arrow . '") is not allowed.'); + } + + return twig_array_filter($env, $array, $arrow); + } + + /** + * @param Environment $env + * @param array $array + * @param callable|string $arrow + * @return array|CallbackFilterIterator + * @throws RuntimeError + */ + function mapFunc(Environment $env, $array, $arrow) + { + if (!$arrow instanceof \Closure && !is_string($arrow) || Utils::isDangerousFunction($arrow)) { + throw new RuntimeError('Twig |map("' . $arrow . '") is not allowed.'); + } + + return twig_array_map($env, $array, $arrow); + } + + /** + * @param Environment $env + * @param array $array + * @param callable|string $arrow + * @return array|CallbackFilterIterator + * @throws RuntimeError + */ + function reduceFunc(Environment $env, $array, $arrow) + { + if (!$arrow instanceof \Closure && !is_string($arrow) || Utils::isDangerousFunction($arrow)) { + throw new RuntimeError('Twig |reduce("' . $arrow . '") is not allowed.'); + } + + return twig_array_map($env, $array, $arrow); + } +} diff --git a/system/src/Grav/Common/Twig/Node/TwigNodeCache.php b/system/src/Grav/Common/Twig/Node/TwigNodeCache.php new file mode 100644 index 0000000..39b3d08 --- /dev/null +++ b/system/src/Grav/Common/Twig/Node/TwigNodeCache.php @@ -0,0 +1,93 @@ + $body]; + + if ($key !== null) { + $nodes['key'] = $key; + } + + if ($lifetime !== null) { + $nodes['lifetime'] = $lifetime; + } + + parent::__construct($nodes, $defaults, $lineno, $tag); + } + + public function compile(Compiler $compiler): void + { + $compiler->addDebugInfo($this); + + + // Generate the cache key + if ($this->hasNode('key')) { + $compiler + ->write('$key = "twigcache-" . ') + ->subcompile($this->getNode('key')) + ->raw(";\n"); + } else { + $compiler + ->write('$key = ') + ->string($this->getAttribute('key')) + ->raw(";\n"); + } + + // Set the cache timeout + if ($this->hasNode('lifetime')) { + $compiler + ->write('$lifetime = ') + ->subcompile($this->getNode('lifetime')) + ->raw(";\n"); + } else { + $compiler + ->write('$lifetime = ') + ->write($this->getAttribute('lifetime')) + ->raw(";\n"); + } + + $compiler + ->write("\$cache = \\Grav\\Common\\Grav::instance()['cache'];\n") + ->write("\$cache_body = \$cache->fetch(\$key);\n") + ->write("if (\$cache_body === false) {\n") + ->indent() + ->write("\\Grav\\Common\\Grav::instance()['debugger']->addMessage(\"Cache Key: \$key, Lifetime: \$lifetime\");\n") + ->write("ob_start();\n") + ->indent() + ->subcompile($this->getNode('body')) + ->outdent() + ->write("\n") + ->write("\$cache_body = ob_get_clean();\n") + ->write("\$cache->save(\$key, \$cache_body, \$lifetime);\n") + ->outdent() + ->write("}\n") + ->write("echo '' === \$cache_body ? '' : new Markup(\$cache_body, \$this->env->getCharset());\n"); + } +} \ No newline at end of file diff --git a/system/src/Grav/Common/Twig/Node/TwigNodeLink.php b/system/src/Grav/Common/Twig/Node/TwigNodeLink.php new file mode 100644 index 0000000..17a8fd3 --- /dev/null +++ b/system/src/Grav/Common/Twig/Node/TwigNodeLink.php @@ -0,0 +1,114 @@ + $file, 'group' => $group, 'priority' => $priority, 'attributes' => $attributes]; + $nodes = array_filter($nodes); + + parent::__construct($nodes, ['rel' => $rel], $lineno, $tag); + } + + /** + * Compiles the node to PHP. + * + * @param Compiler $compiler A Twig Compiler instance + * @return void + * @throws LogicException + */ + public function compile(Compiler $compiler): void + { + $compiler->addDebugInfo($this); + if (!$this->hasNode('file')) { + return; + } + + $compiler->write('$attributes = [\'rel\' => \'' . $this->getAttribute('rel') . '\'];' . "\n"); + if ($this->hasNode('attributes')) { + $compiler + ->write('$attributes += ') + ->subcompile($this->getNode('attributes')) + ->raw(';' . PHP_EOL) + ->write('if (!is_array($attributes)) {' . PHP_EOL) + ->indent() + ->write("throw new UnexpectedValueException('{% {$this->tagName} with x %}: x is not an array');" . PHP_EOL) + ->outdent() + ->write('}' . PHP_EOL); + } + + if ($this->hasNode('group')) { + $compiler + ->write('$group = ') + ->subcompile($this->getNode('group')) + ->raw(';' . PHP_EOL) + ->write('if (!is_string($group)) {' . PHP_EOL) + ->indent() + ->write("throw new UnexpectedValueException('{% {$this->tagName} in x %}: x is not a string');" . PHP_EOL) + ->outdent() + ->write('}' . PHP_EOL); + } else { + $compiler->write('$group = \'head\';' . PHP_EOL); + } + + if ($this->hasNode('priority')) { + $compiler + ->write('$priority = (int)(') + ->subcompile($this->getNode('priority')) + ->raw(');' . PHP_EOL); + } else { + $compiler->write('$priority = 10;' . PHP_EOL); + } + + $compiler->write("\$assets = \\Grav\\Common\\Grav::instance()['assets'];" . PHP_EOL); + $compiler->write("\$block = \$context['block'] ?? null;" . PHP_EOL); + + $compiler + ->write('$file = (string)(') + ->subcompile($this->getNode('file')) + ->raw(');' . PHP_EOL); + + // Assets support. + $compiler->write('$assets->addLink($file, [\'group\' => $group, \'priority\' => $priority] + $attributes);' . PHP_EOL); + + // HtmlBlock support. + $compiler + ->write('if ($block instanceof \Grav\Framework\ContentBlock\HtmlBlock) {' . PHP_EOL) + ->indent() + ->write('$block->addLink([\'href\'=> $file] + $attributes, $priority, $group);' . PHP_EOL) + ->outdent() + ->write('}' . PHP_EOL); + } +} diff --git a/system/src/Grav/Common/Twig/Node/TwigNodeMarkdown.php b/system/src/Grav/Common/Twig/Node/TwigNodeMarkdown.php new file mode 100644 index 0000000..f671709 --- /dev/null +++ b/system/src/Grav/Common/Twig/Node/TwigNodeMarkdown.php @@ -0,0 +1,52 @@ + $body], [], $lineno, $tag); + } + + /** + * Compiles the node to PHP. + * + * @param Compiler $compiler A Twig Compiler instance + * @return void + */ + public function compile(Compiler $compiler): void + { + $compiler + ->addDebugInfo($this) + ->write('ob_start();' . PHP_EOL) + ->subcompile($this->getNode('body')) + ->write('$content = ob_get_clean();' . PHP_EOL) + ->write('preg_match("/^\s*/", $content, $matches);' . PHP_EOL) + ->write('$lines = explode("\n", $content);' . PHP_EOL) + ->write('$content = preg_replace(\'/^\' . $matches[0]. \'/\', "", $lines);' . PHP_EOL) + ->write('$content = join("\n", $content);' . PHP_EOL) + ->write('echo $this->env->getExtension(\'Grav\Common\Twig\Extension\GravExtension\')->markdownFunction($context, $content);' . PHP_EOL); + } +} diff --git a/system/src/Grav/Common/Twig/Node/TwigNodeRender.php b/system/src/Grav/Common/Twig/Node/TwigNodeRender.php new file mode 100644 index 0000000..eca9a66 --- /dev/null +++ b/system/src/Grav/Common/Twig/Node/TwigNodeRender.php @@ -0,0 +1,84 @@ + $object, 'layout' => $layout, 'context' => $context]; + $nodes = array_filter($nodes); + + parent::__construct($nodes, [], $lineno, $tag); + } + + /** + * Compiles the node to PHP. + * + * @param Compiler $compiler A Twig Compiler instance + * @return void + * @throws LogicException + */ + public function compile(Compiler $compiler): void + { + $compiler->addDebugInfo($this); + $compiler->write('$object = ')->subcompile($this->getNode('object'))->raw(';' . PHP_EOL); + + if ($this->hasNode('layout')) { + $layout = $this->getNode('layout'); + $compiler->write('$layout = ')->subcompile($layout)->raw(';' . PHP_EOL); + } else { + $compiler->write('$layout = null;' . PHP_EOL); + } + + if ($this->hasNode('context')) { + $context = $this->getNode('context'); + $compiler->write('$attributes = ')->subcompile($context)->raw(';' . PHP_EOL); + } else { + $compiler->write('$attributes = null;' . PHP_EOL); + } + + $compiler + ->write('$html = $object->render($layout, $attributes ?? []);' . PHP_EOL) + ->write('$block = $context[\'block\'] ?? null;' . PHP_EOL) + ->write('if ($block instanceof \Grav\Framework\ContentBlock\ContentBlock && $html instanceof \Grav\Framework\ContentBlock\ContentBlock) {' . PHP_EOL) + ->indent() + ->write('$block->addBlock($html);' . PHP_EOL) + ->write('echo $html->getToken();' . PHP_EOL) + ->outdent() + ->write('} else {' . PHP_EOL) + ->indent() + ->write('\Grav\Common\Assets\BlockAssets::registerAssets($html);' . PHP_EOL) + ->write('echo (string)$html;' . PHP_EOL) + ->outdent() + ->write('}' . PHP_EOL) + ; + } +} diff --git a/system/src/Grav/Common/Twig/Node/TwigNodeScript.php b/system/src/Grav/Common/Twig/Node/TwigNodeScript.php new file mode 100644 index 0000000..b9172d0 --- /dev/null +++ b/system/src/Grav/Common/Twig/Node/TwigNodeScript.php @@ -0,0 +1,142 @@ + $body, 'file' => $file, 'group' => $group, 'priority' => $priority, 'attributes' => $attributes]; + $nodes = array_filter($nodes); + + parent::__construct($nodes, ['type' => $type], $lineno, $tag); + } + + /** + * Compiles the node to PHP. + * + * @param Compiler $compiler A Twig Compiler instance + * @return void + * @throws LogicException + */ + public function compile(Compiler $compiler): void + { + $compiler->addDebugInfo($this); + + if ($this->hasNode('attributes')) { + $compiler + ->write('$attributes = ') + ->subcompile($this->getNode('attributes')) + ->raw(';' . PHP_EOL) + ->write('if (!is_array($attributes)) {' . PHP_EOL) + ->indent() + ->write("throw new UnexpectedValueException('{% {$this->tagName} with x %}: x is not an array');" . PHP_EOL) + ->outdent() + ->write('}' . PHP_EOL); + } else { + $compiler->write('$attributes = [];' . PHP_EOL); + } + + if ($this->hasNode('group')) { + $compiler + ->write('$group = ') + ->subcompile($this->getNode('group')) + ->raw(';' . PHP_EOL) + ->write('if (!is_string($group)) {' . PHP_EOL) + ->indent() + ->write("throw new UnexpectedValueException('{% {$this->tagName} in x %}: x is not a string');" . PHP_EOL) + ->outdent() + ->write('}' . PHP_EOL); + } else { + $compiler->write('$group = \'head\';' . PHP_EOL); + } + + if ($this->hasNode('priority')) { + $compiler + ->write('$priority = (int)(') + ->subcompile($this->getNode('priority')) + ->raw(');' . PHP_EOL); + } else { + $compiler->write('$priority = 10;' . PHP_EOL); + } + + $compiler->write("\$assets = \\Grav\\Common\\Grav::instance()['assets'];" . PHP_EOL); + $compiler->write("\$block = \$context['block'] ?? null;" . PHP_EOL); + + if ($this->hasNode('file')) { + // JS file. + $compiler + ->write('$file = (string)(') + ->subcompile($this->getNode('file')) + ->raw(');' . PHP_EOL); + + $method = $this->getAttribute('type') === 'module' ? 'addJsModule' : 'addJs'; + + // Assets support. + $compiler->write('$assets->' . $method . '($file, [\'group\' => $group, \'priority\' => $priority] + $attributes);' . PHP_EOL); + + $method = $this->getAttribute('type') === 'module' ? 'addModule' : 'addScript'; + + // HtmlBlock support. + $compiler + ->write('if ($block instanceof \Grav\Framework\ContentBlock\HtmlBlock) {' . PHP_EOL) + ->indent() + ->write('$block->' . $method . '([\'src\'=> $file] + $attributes, $priority, $group);' . PHP_EOL) + ->outdent() + ->write('}' . PHP_EOL); + + } else { + // Inline script. + $compiler + ->write('ob_start();' . PHP_EOL) + ->subcompile($this->getNode('body')) + ->write('$content = ob_get_clean();' . PHP_EOL); + + $method = $this->getAttribute('type') === 'module' ? 'addInlineJsModule' : 'addInlineJs'; + + // Assets support. + $compiler->write('$assets->' . $method . '($content, [\'group\' => $group, \'priority\' => $priority] + $attributes);' . PHP_EOL); + + $method = $this->getAttribute('type') === 'module' ? 'addInlineModule' : 'addInlineScript'; + + // HtmlBlock support. + $compiler + ->write('if ($block instanceof \Grav\Framework\ContentBlock\HtmlBlock) {' . PHP_EOL) + ->indent() + ->write('$block->' . $method . '([\'content\'=> $content] + $attributes, $priority, $group);' . PHP_EOL) + ->outdent() + ->write('}' . PHP_EOL); + } + } +} diff --git a/system/src/Grav/Common/Twig/Node/TwigNodeStyle.php b/system/src/Grav/Common/Twig/Node/TwigNodeStyle.php new file mode 100644 index 0000000..4ba112d --- /dev/null +++ b/system/src/Grav/Common/Twig/Node/TwigNodeStyle.php @@ -0,0 +1,133 @@ + $body, 'file' => $file, 'group' => $group, 'priority' => $priority, 'attributes' => $attributes]; + $nodes = array_filter($nodes); + + parent::__construct($nodes, [], $lineno, $tag); + } + + /** + * Compiles the node to PHP. + * + * @param Compiler $compiler A Twig Compiler instance + * @return void + * @throws LogicException + */ + public function compile(Compiler $compiler): void + { + $compiler->addDebugInfo($this); + + if ($this->hasNode('attributes')) { + $compiler + ->write('$attributes = ') + ->subcompile($this->getNode('attributes')) + ->raw(';' . PHP_EOL) + ->write('if (!is_array($attributes)) {' . PHP_EOL) + ->indent() + ->write("throw new UnexpectedValueException('{% {$this->tagName} with x %}: x is not an array');" . PHP_EOL) + ->outdent() + ->write('}' . PHP_EOL); + } else { + $compiler->write('$attributes = [];' . PHP_EOL); + } + + if ($this->hasNode('group')) { + $compiler + ->write('$group = ') + ->subcompile($this->getNode('group')) + ->raw(';' . PHP_EOL) + ->write('if (!is_string($group)) {' . PHP_EOL) + ->indent() + ->write("throw new UnexpectedValueException('{% {$this->tagName} in x %}: x is not a string');" . PHP_EOL) + ->outdent() + ->write('}' . PHP_EOL); + } else { + $compiler->write('$group = \'head\';' . PHP_EOL); + } + + if ($this->hasNode('priority')) { + $compiler + ->write('$priority = (int)(') + ->subcompile($this->getNode('priority')) + ->raw(');' . PHP_EOL); + } else { + $compiler->write('$priority = 10;' . PHP_EOL); + } + + $compiler->write("\$assets = \\Grav\\Common\\Grav::instance()['assets'];" . PHP_EOL); + $compiler->write("\$block = \$context['block'] ?? null;" . PHP_EOL); + + if ($this->hasNode('file')) { + // CSS file. + $compiler + ->write('$file = (string)(') + ->subcompile($this->getNode('file')) + ->raw(');' . PHP_EOL); + + // Assets support. + $compiler->write('$assets->addCss($file, [\'group\' => $group, \'priority\' => $priority] + $attributes);' . PHP_EOL); + + // HtmlBlock support. + $compiler + ->write('if ($block instanceof \Grav\Framework\ContentBlock\HtmlBlock) {' . PHP_EOL) + ->indent() + ->write('$block->addStyle([\'href\'=> $file] + $attributes, $priority, $group);' . PHP_EOL) + ->outdent() + ->write('}' . PHP_EOL); + + } else { + // Inline style. + $compiler + ->write('ob_start();' . PHP_EOL) + ->subcompile($this->getNode('body')) + ->write('$content = ob_get_clean();' . PHP_EOL); + + // Assets support. + $compiler->write('$assets->addInlineCss($content, [\'group\' => $group, \'priority\' => $priority] + $attributes);' . PHP_EOL); + + // HtmlBlock support. + $compiler + ->write('if ($block instanceof \Grav\Framework\ContentBlock\HtmlBlock) {' . PHP_EOL) + ->indent() + ->write('$block->addInlineStyle([\'content\'=> $content] + $attributes, $priority, $group);' . PHP_EOL) + ->outdent() + ->write('}' . PHP_EOL); + } + } +} diff --git a/system/src/Grav/Common/Twig/Node/TwigNodeSwitch.php b/system/src/Grav/Common/Twig/Node/TwigNodeSwitch.php new file mode 100644 index 0000000..8dcc9dd --- /dev/null +++ b/system/src/Grav/Common/Twig/Node/TwigNodeSwitch.php @@ -0,0 +1,88 @@ + $value, 'cases' => $cases, 'default' => $default]; + $nodes = array_filter($nodes); + + parent::__construct($nodes, [], $lineno, $tag); + } + + /** + * Compiles the node to PHP. + * + * @param Compiler $compiler A Twig Compiler instance + * @return void + */ + public function compile(Compiler $compiler): void + { + $compiler + ->addDebugInfo($this) + ->write('switch (') + ->subcompile($this->getNode('value')) + ->raw(") {\n") + ->indent(); + + /** @var Node $case */ + foreach ($this->getNode('cases') as $case) { + if (!$case->hasNode('body')) { + continue; + } + + foreach ($case->getNode('values') as $value) { + $compiler + ->write('case ') + ->subcompile($value) + ->raw(":\n"); + } + + $compiler + ->write("{\n") + ->indent() + ->subcompile($case->getNode('body')) + ->write("break;\n") + ->outdent() + ->write("}\n"); + } + + if ($this->hasNode('default')) { + $compiler + ->write("default:\n") + ->write("{\n") + ->indent() + ->subcompile($this->getNode('default')) + ->outdent() + ->write("}\n"); + } + + $compiler + ->outdent() + ->write("}\n"); + } +} diff --git a/system/src/Grav/Common/Twig/Node/TwigNodeThrow.php b/system/src/Grav/Common/Twig/Node/TwigNodeThrow.php new file mode 100644 index 0000000..fb65c71 --- /dev/null +++ b/system/src/Grav/Common/Twig/Node/TwigNodeThrow.php @@ -0,0 +1,52 @@ + $message], ['code' => $code], $lineno, $tag); + } + + /** + * Compiles the node to PHP. + * + * @param Compiler $compiler A Twig Compiler instance + * @return void + * @throws LogicException + */ + public function compile(Compiler $compiler): void + { + $compiler->addDebugInfo($this); + + $compiler + ->write('throw new \Grav\Common\Twig\Exception\TwigException(') + ->subcompile($this->getNode('message')) + ->write(', ') + ->write($this->getAttribute('code') ?: 500) + ->write(");\n"); + } +} diff --git a/system/src/Grav/Common/Twig/Node/TwigNodeTryCatch.php b/system/src/Grav/Common/Twig/Node/TwigNodeTryCatch.php new file mode 100644 index 0000000..ddaf49d --- /dev/null +++ b/system/src/Grav/Common/Twig/Node/TwigNodeTryCatch.php @@ -0,0 +1,67 @@ + $try, 'catch' => $catch]; + $nodes = array_filter($nodes); + + parent::__construct($nodes, [], $lineno, $tag); + } + + /** + * Compiles the node to PHP. + * + * @param Compiler $compiler A Twig Compiler instance + * @return void + * @throws LogicException + */ + public function compile(Compiler $compiler): void + { + $compiler->addDebugInfo($this); + + $compiler->write('try {'); + + $compiler + ->indent() + ->subcompile($this->getNode('try')) + ->outdent() + ->write('} catch (\Exception $e) {' . "\n") + ->indent() + ->write('if (isset($context[\'grav\'][\'debugger\'])) $context[\'grav\'][\'debugger\']->addException($e);' . "\n") + ->write('$context[\'e\'] = $e;' . "\n"); + + if ($this->hasNode('catch')) { + $compiler->subcompile($this->getNode('catch')); + } + + $compiler + ->outdent() + ->write("}\n"); + } +} diff --git a/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserCache.php b/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserCache.php new file mode 100644 index 0000000..831abf0 --- /dev/null +++ b/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserCache.php @@ -0,0 +1,74 @@ +parser->getStream(); + $lineno = $token->getLine(); + + // Parse the optional key and timeout parameters + $defaults = [ + 'key' => $this->parser->getVarName() . $lineno, + 'lifetime' => Grav::instance()['cache']->getLifetime() + ]; + + $key = null; + $lifetime = null; + while (!$stream->test(Token::BLOCK_END_TYPE)) { + if ($stream->test(Token::STRING_TYPE)) { + $key = $this->parser->getExpressionParser()->parseExpression(); + } elseif ($stream->test(Token::NUMBER_TYPE)) { + $lifetime = $this->parser->getExpressionParser()->parseExpression(); + } else { + throw new \Twig\Error\SyntaxError("Unexpected token type in cache tag.", $token->getLine(), $stream->getSourceContext()); + } + } + + $stream->expect(Token::BLOCK_END_TYPE); + + // Parse the content inside the cache block + $body = $this->parser->subparse([$this, 'decideCacheEnd'], true); + + $stream->expect(Token::BLOCK_END_TYPE); + + return new TwigNodeCache($body, $key, $lifetime, $defaults, $lineno, $this->getTag()); + } + + public function decideCacheEnd(Token $token): bool + { + return $token->test('endcache'); + } + + public function getTag(): string + { + return 'cache'; + } +} \ No newline at end of file diff --git a/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserLink.php b/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserLink.php new file mode 100644 index 0000000..737d05f --- /dev/null +++ b/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserLink.php @@ -0,0 +1,109 @@ +getLine(); + + [$rel, $file, $group, $priority, $attributes] = $this->parseArguments($token); + + return new TwigNodeLink($rel, $file, $group, $priority, $attributes, $lineno, $this->getTag()); + } + + /** + * @param Token $token + * @return array + */ + protected function parseArguments(Token $token): array + { + $stream = $this->parser->getStream(); + + + $rel = null; + if ($stream->test(Token::NAME_TYPE, $this->rel)) { + $rel = $stream->getCurrent()->getValue(); + $stream->next(); + } + + $file = null; + if (!$stream->test(Token::NAME_TYPE) && !$stream->test(Token::BLOCK_END_TYPE)) { + $file = $this->parser->getExpressionParser()->parseExpression(); + } + + $group = null; + if ($stream->nextIf(Token::NAME_TYPE, 'at')) { + $group = $this->parser->getExpressionParser()->parseExpression(); + } + + $priority = null; + if ($stream->nextIf(Token::NAME_TYPE, 'priority')) { + $stream->expect(Token::PUNCTUATION_TYPE, ':'); + $priority = $this->parser->getExpressionParser()->parseExpression(); + } + + $attributes = null; + if ($stream->nextIf(Token::NAME_TYPE, 'with')) { + $attributes = $this->parser->getExpressionParser()->parseExpression(); + } + + $stream->expect(Token::BLOCK_END_TYPE); + + return [$rel, $file, $group, $priority, $attributes]; + } + + /** + * Gets the tag name associated with this token parser. + * + * @return string The tag name + */ + public function getTag(): string + { + return 'link'; + } +} diff --git a/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserMarkdown.php b/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserMarkdown.php new file mode 100644 index 0000000..581df50 --- /dev/null +++ b/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserMarkdown.php @@ -0,0 +1,59 @@ +getLine(); + $this->parser->getStream()->expect(Token::BLOCK_END_TYPE); + $body = $this->parser->subparse([$this, 'decideMarkdownEnd'], true); + $this->parser->getStream()->expect(Token::BLOCK_END_TYPE); + return new TwigNodeMarkdown($body, $lineno, $this->getTag()); + } + /** + * Decide if current token marks end of Markdown block. + * + * @param Token $token + * @return bool + */ + public function decideMarkdownEnd(Token $token): bool + { + return $token->test('endmarkdown'); + } + /** + * {@inheritdoc} + */ + public function getTag(): string + { + return 'markdown'; + } +} diff --git a/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserRender.php b/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserRender.php new file mode 100644 index 0000000..f892ea2 --- /dev/null +++ b/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserRender.php @@ -0,0 +1,74 @@ +getLine(); + + [$object, $layout, $context] = $this->parseArguments($token); + + return new TwigNodeRender($object, $layout, $context, $lineno, $this->getTag()); + } + + /** + * @param Token $token + * @return array + */ + protected function parseArguments(Token $token): array + { + $stream = $this->parser->getStream(); + + $object = $this->parser->getExpressionParser()->parseExpression(); + + $layout = null; + if ($stream->nextIf(Token::NAME_TYPE, 'layout')) { + $stream->expect(Token::PUNCTUATION_TYPE, ':'); + $layout = $this->parser->getExpressionParser()->parseExpression(); + } + + $context = null; + if ($stream->nextIf(Token::NAME_TYPE, 'with')) { + $context = $this->parser->getExpressionParser()->parseExpression(); + } + + $stream->expect(Token::BLOCK_END_TYPE); + + return [$object, $layout, $context]; + } + + /** + * Gets the tag name associated with this token parser. + * + * @return string The tag name + */ + public function getTag(): string + { + return 'render'; + } +} diff --git a/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserScript.php b/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserScript.php new file mode 100644 index 0000000..073d93d --- /dev/null +++ b/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserScript.php @@ -0,0 +1,132 @@ +getLine(); + $stream = $this->parser->getStream(); + + [$type, $file, $group, $priority, $attributes] = $this->parseArguments($token); + + $content = null; + if ($file === null) { + $content = $this->parser->subparse([$this, 'decideBlockEnd'], true); + $stream->expect(Token::BLOCK_END_TYPE); + } + + return new TwigNodeScript($content, $type, $file, $group, $priority, $attributes, $lineno, $this->getTag()); + } + + /** + * @param Token $token + * @return array + */ + protected function parseArguments(Token $token): array + { + $stream = $this->parser->getStream(); + + // Look for deprecated {% script ... in ... %} + if (!$stream->test(Token::BLOCK_END_TYPE) && !$stream->test(Token::OPERATOR_TYPE, 'in')) { + $i = 0; + do { + $token = $stream->look(++$i); + if ($token->test(Token::BLOCK_END_TYPE)) { + break; + } + if ($token->test(Token::OPERATOR_TYPE, 'in') && $stream->look($i+1)->test(Token::STRING_TYPE)) { + user_error("Twig: Using {% script ... in ... %} is deprecated, use {% script ... at ... %} instead", E_USER_DEPRECATED); + + break; + } + } while (true); + } + + $type = null; + if ($stream->test(Token::NAME_TYPE, 'module')) { + $type = $stream->getCurrent()->getValue(); + $stream->next(); + } + + $file = null; + if (!$stream->test(Token::NAME_TYPE) && !$stream->test(Token::OPERATOR_TYPE, 'in') && !$stream->test(Token::BLOCK_END_TYPE)) { + $file = $this->parser->getExpressionParser()->parseExpression(); + } + + $group = null; + if ($stream->nextIf(Token::NAME_TYPE, 'at') || $stream->nextIf(Token::OPERATOR_TYPE, 'in')) { + $group = $this->parser->getExpressionParser()->parseExpression(); + } + + $priority = null; + if ($stream->nextIf(Token::NAME_TYPE, 'priority')) { + $stream->expect(Token::PUNCTUATION_TYPE, ':'); + $priority = $this->parser->getExpressionParser()->parseExpression(); + } + + $attributes = null; + if ($stream->nextIf(Token::NAME_TYPE, 'with')) { + $attributes = $this->parser->getExpressionParser()->parseExpression(); + } + + $stream->expect(Token::BLOCK_END_TYPE); + + return [$type, $file, $group, $priority, $attributes]; + } + + /** + * @param Token $token + * @return bool + */ + public function decideBlockEnd(Token $token): bool + { + return $token->test('endscript'); + } + + /** + * Gets the tag name associated with this token parser. + * + * @return string The tag name + */ + public function getTag(): string + { + return 'script'; + } +} diff --git a/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserStyle.php b/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserStyle.php new file mode 100644 index 0000000..590394d --- /dev/null +++ b/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserStyle.php @@ -0,0 +1,119 @@ +getLine(); + $stream = $this->parser->getStream(); + + [$file, $group, $priority, $attributes] = $this->parseArguments($token); + + $content = null; + if (!$file) { + $content = $this->parser->subparse([$this, 'decideBlockEnd'], true); + $stream->expect(Token::BLOCK_END_TYPE); + } + + return new TwigNodeStyle($content, $file, $group, $priority, $attributes, $lineno, $this->getTag()); + } + + /** + * @param Token $token + * @return array + */ + protected function parseArguments(Token $token): array + { + $stream = $this->parser->getStream(); + + // Look for deprecated {% style ... in ... %} + if (!$stream->test(Token::BLOCK_END_TYPE) && !$stream->test(Token::OPERATOR_TYPE, 'in')) { + $i = 0; + do { + $token = $stream->look(++$i); + if ($token->test(Token::BLOCK_END_TYPE)) { + break; + } + if ($token->test(Token::OPERATOR_TYPE, 'in') && $stream->look($i+1)->test(Token::STRING_TYPE)) { + user_error("Twig: Using {% style ... in ... %} is deprecated, use {% style ... at ... %} instead", E_USER_DEPRECATED); + + break; + } + } while (true); + } + + $file = null; + if (!$stream->test(Token::NAME_TYPE) && !$stream->test(Token::OPERATOR_TYPE, 'in') && !$stream->test(Token::BLOCK_END_TYPE)) { + $file = $this->parser->getExpressionParser()->parseExpression(); + } + + $group = null; + if ($stream->nextIf(Token::NAME_TYPE, 'at') || $stream->nextIf(Token::OPERATOR_TYPE, 'in')) { + $group = $this->parser->getExpressionParser()->parseExpression(); + } + + $priority = null; + if ($stream->nextIf(Token::NAME_TYPE, 'priority')) { + $stream->expect(Token::PUNCTUATION_TYPE, ':'); + $priority = $this->parser->getExpressionParser()->parseExpression(); + } + + $attributes = null; + if ($stream->nextIf(Token::NAME_TYPE, 'with')) { + $attributes = $this->parser->getExpressionParser()->parseExpression(); + } + + $stream->expect(Token::BLOCK_END_TYPE); + + return [$file, $group, $priority, $attributes]; + } + + /** + * @param Token $token + * @return bool + */ + public function decideBlockEnd(Token $token): bool + { + return $token->test('endstyle'); + } + + /** + * Gets the tag name associated with this token parser. + * + * @return string The tag name + */ + public function getTag(): string + { + return 'style'; + } +} diff --git a/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserSwitch.php b/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserSwitch.php new file mode 100644 index 0000000..c2806f8 --- /dev/null +++ b/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserSwitch.php @@ -0,0 +1,132 @@ +getLine(); + $stream = $this->parser->getStream(); + + $name = $this->parser->getExpressionParser()->parseExpression(); + $stream->expect(Token::BLOCK_END_TYPE); + + // There can be some whitespace between the {% switch %} and first {% case %} tag. + while ($stream->getCurrent()->getType() === Token::TEXT_TYPE && trim($stream->getCurrent()->getValue()) === '') { + $stream->next(); + } + + $stream->expect(Token::BLOCK_START_TYPE); + + $expressionParser = $this->parser->getExpressionParser(); + + $default = null; + $cases = []; + $end = false; + + while (!$end) { + $next = $stream->next(); + + switch ($next->getValue()) { + case 'case': + $values = []; + + while (true) { + $values[] = $expressionParser->parsePrimaryExpression(); + // Multiple allowed values? + if ($stream->test(Token::OPERATOR_TYPE, 'or')) { + $stream->next(); + } else { + break; + } + } + + $stream->expect(Token::BLOCK_END_TYPE); + $body = $this->parser->subparse([$this, 'decideIfFork']); + $cases[] = new Node([ + 'values' => new Node($values), + 'body' => $body + ]); + break; + + case 'default': + $stream->expect(Token::BLOCK_END_TYPE); + $default = $this->parser->subparse([$this, 'decideIfEnd']); + break; + + case 'endswitch': + $end = true; + break; + + default: + throw new SyntaxError(sprintf('Unexpected end of template. Twig was looking for the following tags "case", "default", or "endswitch" to close the "switch" block started at line %d)', $lineno), -1); + } + } + + $stream->expect(Token::BLOCK_END_TYPE); + + return new TwigNodeSwitch($name, new Node($cases), $default, $lineno, $this->getTag()); + } + + /** + * Decide if current token marks switch logic. + * + * @param Token $token + * @return bool + */ + public function decideIfFork(Token $token): bool + { + return $token->test(['case', 'default', 'endswitch']); + } + + /** + * Decide if current token marks end of swtich block. + * + * @param Token $token + * @return bool + */ + public function decideIfEnd(Token $token): bool + { + return $token->test(['endswitch']); + } + + /** + * {@inheritdoc} + */ + public function getTag(): string + { + return 'switch'; + } +} diff --git a/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserThrow.php b/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserThrow.php new file mode 100644 index 0000000..3b517af --- /dev/null +++ b/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserThrow.php @@ -0,0 +1,55 @@ + + * {% throw 404 'Not Found' %} + * + */ +class TwigTokenParserThrow extends AbstractTokenParser +{ + /** + * Parses a token and returns a node. + * + * @param Token $token + * @return TwigNodeThrow + * @throws SyntaxError + */ + public function parse(Token $token) + { + $lineno = $token->getLine(); + $stream = $this->parser->getStream(); + + $code = $stream->expect(Token::NUMBER_TYPE)->getValue(); + $message = $this->parser->getExpressionParser()->parseExpression(); + $stream->expect(Token::BLOCK_END_TYPE); + + return new TwigNodeThrow((int)$code, $message, $lineno, $this->getTag()); + } + + /** + * Gets the tag name associated with this token parser. + * + * @return string The tag name + */ + public function getTag(): string + { + return 'throw'; + } +} diff --git a/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserTryCatch.php b/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserTryCatch.php new file mode 100644 index 0000000..dcb183b --- /dev/null +++ b/system/src/Grav/Common/Twig/TokenParser/TwigTokenParserTryCatch.php @@ -0,0 +1,81 @@ + + * {% try %} + *
  • {{ user.get('name') }}
  • + * {% catch %} + * {{ e.message }} + * {% endcatch %} + * + */ +class TwigTokenParserTryCatch extends AbstractTokenParser +{ + /** + * Parses a token and returns a node. + * + * @param Token $token + * @return TwigNodeTryCatch + * @throws SyntaxError + */ + public function parse(Token $token) + { + $lineno = $token->getLine(); + $stream = $this->parser->getStream(); + + $stream->expect(Token::BLOCK_END_TYPE); + $try = $this->parser->subparse([$this, 'decideCatch']); + $stream->next(); + $stream->expect(Token::BLOCK_END_TYPE); + $catch = $this->parser->subparse([$this, 'decideEnd']); + $stream->next(); + $stream->expect(Token::BLOCK_END_TYPE); + + return new TwigNodeTryCatch($try, $catch, $lineno, $this->getTag()); + } + + /** + * @param Token $token + * @return bool + */ + public function decideCatch(Token $token): bool + { + return $token->test(['catch']); + } + + /** + * @param Token $token + * @return bool + */ + public function decideEnd(Token $token): bool + { + return $token->test(['endtry']) || $token->test(['endcatch']); + } + + /** + * Gets the tag name associated with this token parser. + * + * @return string The tag name + */ + public function getTag(): string + { + return 'try'; + } +} diff --git a/system/src/Grav/Common/Twig/Twig.php b/system/src/Grav/Common/Twig/Twig.php new file mode 100644 index 0000000..6e50916 --- /dev/null +++ b/system/src/Grav/Common/Twig/Twig.php @@ -0,0 +1,578 @@ +grav = $grav; + $this->twig_paths = []; + } + + /** + * Twig initialization that sets the twig loader chain, then the environment, then extensions + * and also the base set of twig vars + * + * @return $this + */ + public function init() + { + if (null === $this->twig) { + /** @var Config $config */ + $config = $this->grav['config']; + /** @var UniformResourceLocator $locator */ + $locator = $this->grav['locator']; + /** @var Language $language */ + $language = $this->grav['language']; + + $active_language = $language->getActive(); + + // handle language templates if available + if ($language->enabled()) { + $lang_templates = $locator->findResource('theme://templates/' . ($active_language ?: $language->getDefault())); + if ($lang_templates) { + $this->twig_paths[] = $lang_templates; + } + } + + $this->twig_paths = array_merge($this->twig_paths, $locator->findResources('theme://templates')); + + $this->grav->fireEvent('onTwigTemplatePaths'); + + // Add Grav core templates location + $core_templates = array_merge($locator->findResources('system://templates'), $locator->findResources('system://templates/testing')); + $this->twig_paths = array_merge($this->twig_paths, $core_templates); + + $this->loader = new FilesystemLoader($this->twig_paths); + + // Register all other prefixes as namespaces in twig + foreach ($locator->getPaths('theme') as $prefix => $_) { + if ($prefix === '') { + continue; + } + + $twig_paths = []; + + // handle language templates if available + if ($language->enabled()) { + $lang_templates = $locator->findResource('theme://'.$prefix.'templates/' . ($active_language ?: $language->getDefault())); + if ($lang_templates) { + $twig_paths[] = $lang_templates; + } + } + + $twig_paths = array_merge($twig_paths, $locator->findResources('theme://'.$prefix.'templates')); + + $namespace = trim($prefix, '/'); + $this->loader->setPaths($twig_paths, $namespace); + } + + $this->grav->fireEvent('onTwigLoader'); + + $this->loaderArray = new ArrayLoader([]); + $loader_chain = new ChainLoader([$this->loaderArray, $this->loader]); + + $params = $config->get('system.twig'); + if (!empty($params['cache'])) { + $cachePath = $locator->findResource('cache://twig', true, true); + $params['cache'] = new FilesystemCache($cachePath, FilesystemCache::FORCE_BYTECODE_INVALIDATION); + } + + if (!$config->get('system.strict_mode.twig_compat', false)) { + // Force autoescape on for all files if in strict mode. + $params['autoescape'] = 'html'; + } elseif (!empty($this->autoescape)) { + $params['autoescape'] = $this->autoescape ? 'html' : false; + } + + if (empty($params['autoescape'])) { + user_error('Grav 2.0 will have Twig auto-escaping forced on (can be emulated by turning off \'system.strict_mode.twig_compat\' setting in your configuration)', E_USER_DEPRECATED); + } + + $this->twig = new TwigEnvironment($loader_chain, $params); + + $this->twig->registerUndefinedFunctionCallback(function (string $name) use ($config) { + $allowed = $config->get('system.twig.safe_functions'); + if (is_array($allowed) && in_array($name, $allowed, true) && function_exists($name)) { + return new TwigFunction($name, $name); + } + if ($config->get('system.twig.undefined_functions')) { + if (function_exists($name)) { + if (!Utils::isDangerousFunction($name)) { + user_error("PHP function {$name}() was used as Twig function. This is deprecated in Grav 1.7. Please add it to system configuration: `system.twig.safe_functions`", E_USER_DEPRECATED); + + return new TwigFunction($name, $name); + } + + /** @var Debugger $debugger */ + $debugger = $this->grav['debugger']; + $debugger->addException(new RuntimeException("Blocked potentially dangerous PHP function {$name}() being used as Twig function. If you really want to use it, please add it to system configuration: `system.twig.safe_functions`")); + } + + return new TwigFunction($name, static function () {}); + } + + return false; + }); + + $this->twig->registerUndefinedFilterCallback(function (string $name) use ($config) { + $allowed = $config->get('system.twig.safe_filters'); + if (is_array($allowed) && in_array($name, $allowed, true) && function_exists($name)) { + return new TwigFilter($name, $name); + } + if ($config->get('system.twig.undefined_filters')) { + if (function_exists($name)) { + if (!Utils::isDangerousFunction($name)) { + user_error("PHP function {$name}() used as Twig filter. This is deprecated in Grav 1.7. Please add it to system configuration: `system.twig.safe_filters`", E_USER_DEPRECATED); + + return new TwigFilter($name, $name); + } + + /** @var Debugger $debugger */ + $debugger = $this->grav['debugger']; + $debugger->addException(new RuntimeException("Blocked potentially dangerous PHP function {$name}() being used as Twig filter. If you really want to use it, please add it to system configuration: `system.twig.safe_filters`")); + } + + return new TwigFilter($name, static function () {}); + } + + return false; + }); + + $this->grav->fireEvent('onTwigInitialized'); + + // set default date format if set in config + if ($config->get('system.pages.dateformat.long')) { + /** @var CoreExtension $extension */ + $extension = $this->twig->getExtension(CoreExtension::class); + $extension->setDateFormat($config->get('system.pages.dateformat.long')); + } + // enable the debug extension if required + if ($config->get('system.twig.debug')) { + $this->twig->addExtension(new DebugExtension()); + } + $this->twig->addExtension(new GravExtension()); + $this->twig->addExtension(new FilesystemExtension()); + $this->twig->addExtension(new DeferredExtension()); + $this->twig->addExtension(new StringLoaderExtension()); + + /** @var Debugger $debugger */ + $debugger = $this->grav['debugger']; + $debugger->addTwigProfiler($this->twig); + + $this->grav->fireEvent('onTwigExtensions'); + + /** @var Pages $pages */ + $pages = $this->grav['pages']; + + // Set some standard variables for twig + $this->twig_vars += [ + 'config' => $config, + 'system' => $config->get('system'), + 'theme' => $config->get('theme'), + 'site' => $config->get('site'), + 'uri' => $this->grav['uri'], + 'assets' => $this->grav['assets'], + 'taxonomy' => $this->grav['taxonomy'], + 'browser' => $this->grav['browser'], + 'base_dir' => GRAV_ROOT, + 'home_url' => $pages->homeUrl($active_language), + 'base_url' => $pages->baseUrl($active_language), + 'base_url_absolute' => $pages->baseUrl($active_language, true), + 'base_url_relative' => $pages->baseUrl($active_language, false), + 'base_url_simple' => $this->grav['base_url'], + 'theme_dir' => $locator->findResource('theme://'), + 'theme_url' => $this->grav['base_url'] . '/' . $locator->findResource('theme://', false), + 'html_lang' => $this->grav['language']->getActive() ?: $config->get('site.default_lang', 'en'), + 'language_codes' => new LanguageCodes, + ]; + } + + return $this; + } + + /** + * @return Environment + */ + public function twig() + { + return $this->twig; + } + + /** + * @return FilesystemLoader + */ + public function loader() + { + return $this->loader; + } + + /** + * @return Profile + */ + public function profile() + { + return $this->profile; + } + + + /** + * Adds or overrides a template. + * + * @param string $name The template name + * @param string $template The template source + */ + public function setTemplate($name, $template) + { + $this->loaderArray->setTemplate($name, $template); + } + + /** + * Twig process that renders a page item. It supports two variations: + * 1) Handles modular pages by rendering a specific page based on its modular twig template + * 2) Renders individual page items for twig processing before the site rendering + * + * @param PageInterface $item The page item to render + * @param string|null $content Optional content override + * + * @return string The rendered output + */ + public function processPage(PageInterface $item, $content = null) + { + $content = $content ?? $item->content(); + $content = Security::cleanDangerousTwig($content); + + // override the twig header vars for local resolution + $this->grav->fireEvent('onTwigPageVariables', new Event(['page' => $item])); + $twig_vars = $this->twig_vars; + + $twig_vars['page'] = $item; + $twig_vars['media'] = $item->media(); + $twig_vars['header'] = $item->header(); + $local_twig = clone $this->twig; + + $output = ''; + + try { + if ($item->isModule()) { + $twig_vars['content'] = $content; + $template = $this->getPageTwigTemplate($item); + $output = $content = $local_twig->render($template, $twig_vars); + } + + // Process in-page Twig + if ($item->shouldProcess('twig')) { + $name = '@Page:' . $item->path(); + $this->setTemplate($name, $content); + $output = $local_twig->render($name, $twig_vars); + } + + } catch (LoaderError $e) { + throw new RuntimeException($e->getRawMessage(), 400, $e); + } + + return $output; + } + + /** + * Process a Twig template directly by using a template name + * and optional array of variables + * + * @param string $template template to render with + * @param array $vars Optional variables + * + * @return string + */ + public function processTemplate($template, $vars = []) + { + // override the twig header vars for local resolution + $this->grav->fireEvent('onTwigTemplateVariables'); + $vars += $this->twig_vars; + + try { + $output = $this->twig->render($template, $vars); + } catch (LoaderError $e) { + throw new RuntimeException($e->getRawMessage(), 404, $e); + } + + return $output; + } + + + /** + * Process a Twig template directly by using a Twig string + * and optional array of variables + * + * @param string $string string to render. + * @param array $vars Optional variables + * + * @return string + */ + public function processString($string, array $vars = []) + { + // override the twig header vars for local resolution + $this->grav->fireEvent('onTwigStringVariables'); + $vars += $this->twig_vars; + + $string = Security::cleanDangerousTwig($string); + + $name = '@Var:' . $string; + $this->setTemplate($name, $string); + + try { + $output = $this->twig->render($name, $vars); + } catch (LoaderError $e) { + throw new RuntimeException($e->getRawMessage(), 404, $e); + } + + return $output; + } + + /** + * Twig process that renders the site layout. This is the main twig process that renders the overall + * page and handles all the layout for the site display. + * + * @param string|null $format Output format (defaults to HTML). + * @param array $vars + * @return string the rendered output + * @throws RuntimeException + */ + public function processSite($format = null, array $vars = []) + { + try { + $grav = $this->grav; + + // set the page now it's been processed + $grav->fireEvent('onTwigSiteVariables'); + + /** @var Pages $pages */ + $pages = $grav['pages']; + + /** @var PageInterface $page */ + $page = $grav['page']; + + $content = Security::cleanDangerousTwig($page->content()); + + $twig_vars = $this->twig_vars; + $twig_vars['theme'] = $grav['config']->get('theme'); + $twig_vars['pages'] = $pages->root(); + $twig_vars['page'] = $page; + $twig_vars['header'] = $page->header(); + $twig_vars['media'] = $page->media(); + $twig_vars['content'] = $content; + + // determine if params are set, if so disable twig cache + $params = $grav['uri']->params(null, true); + if (!empty($params)) { + $this->twig->setCache(false); + } + + // Get Twig template layout + $template = $this->getPageTwigTemplate($page, $format); + $page->templateFormat($format); + + $output = $this->twig->render($template, $vars + $twig_vars); + } catch (LoaderError $e) { + throw new RuntimeException($e->getMessage(), 400, $e); + } catch (RuntimeError $e) { + $prev = $e->getPrevious(); + if ($prev instanceof TwigException) { + $code = $prev->getCode() ?: 500; + // Fire onPageNotFound event. + $event = new Event([ + 'page' => $page, + 'code' => $code, + 'message' => $prev->getMessage(), + 'exception' => $prev, + 'route' => $grav['route'], + 'request' => $grav['request'] + ]); + $event = $grav->fireEvent("onDisplayErrorPage.{$code}", $event); + $newPage = $event['page']; + if ($newPage && $newPage !== $page) { + unset($grav['page']); + $grav['page'] = $newPage; + + return $this->processSite($newPage->templateFormat(), $vars); + } + } + + throw $e; + } + + return $output; + } + + /** + * Wraps the FilesystemLoader addPath method (should be used only in `onTwigLoader()` event + * @param string $template_path + * @param string $namespace + * @throws LoaderError + */ + public function addPath($template_path, $namespace = '__main__') + { + $this->loader->addPath($template_path, $namespace); + } + + /** + * Wraps the FilesystemLoader prependPath method (should be used only in `onTwigLoader()` event + * @param string $template_path + * @param string $namespace + * @throws LoaderError + */ + public function prependPath($template_path, $namespace = '__main__') + { + $this->loader->prependPath($template_path, $namespace); + } + + /** + * Simple helper method to get the twig template if it has already been set, else return + * the one being passed in + * NOTE: Modular pages that are injected should not use this pre-set template as it's usually set at the page level + * + * @param string $template the template name + * @return string the template name + */ + public function template(string $template): string + { + if (isset($this->template)) { + $template = $this->template; + unset($this->template); + } + + return $template; + } + + /** + * @param PageInterface $page + * @param string|null $format + * @return string + */ + public function getPageTwigTemplate($page, &$format = null) + { + $template = $page->template(); + $default = $page->isModule() ? 'modular/default' : 'default'; + $extension = $format ?: $page->templateFormat(); + $twig_extension = $extension ? '.'. $extension .TWIG_EXT : TEMPLATE_EXT; + $template_file = $this->template($template . $twig_extension); + + // TODO: no longer needed in Twig 3. + /** @var ExistsLoaderInterface $loader */ + $loader = $this->twig->getLoader(); + if ($loader->exists($template_file)) { + // template.xxx.twig + $page_template = $template_file; + } elseif ($twig_extension !== TEMPLATE_EXT && $loader->exists($template . TEMPLATE_EXT)) { + // template.html.twig + $page_template = $template . TEMPLATE_EXT; + $format = 'html'; + } elseif ($loader->exists($default . $twig_extension)) { + // default.xxx.twig + $page_template = $default . $twig_extension; + } else { + // default.html.twig + $page_template = $default . TEMPLATE_EXT; + $format = 'html'; + } + + return $page_template; + + } + + /** + * Overrides the autoescape setting + * + * @param bool $state + * @return void + * @deprecated 1.5 Auto-escape should always be turned on to protect against XSS issues (can be disabled per template file). + */ + public function setAutoescape($state) + { + if (!$state) { + user_error(__CLASS__ . '::' . __FUNCTION__ . '(false) is deprecated since Grav 1.5', E_USER_DEPRECATED); + } + + $this->autoescape = (bool) $state; + } + +} diff --git a/system/src/Grav/Common/Twig/TwigClockworkDataSource.php b/system/src/Grav/Common/Twig/TwigClockworkDataSource.php new file mode 100644 index 0000000..ef1888e --- /dev/null +++ b/system/src/Grav/Common/Twig/TwigClockworkDataSource.php @@ -0,0 +1,58 @@ +twig = $twig; + } + + /** + * Register the Twig profiler extension + */ + public function listenToEvents(): void + { + $this->twig->addExtension(new ProfilerExtension($this->profile = new Profile())); + } + + /** + * Adds rendered views to the request + * + * @param Request $request + * @return Request + */ + public function resolve(Request $request) + { + $timeline = (new TwigClockworkDumper())->dump($this->profile); + + $request->viewsData = array_merge($request->viewsData, $timeline->finalize()); + + return $request; + } +} diff --git a/system/src/Grav/Common/Twig/TwigClockworkDumper.php b/system/src/Grav/Common/Twig/TwigClockworkDumper.php new file mode 100644 index 0000000..904c457 --- /dev/null +++ b/system/src/Grav/Common/Twig/TwigClockworkDumper.php @@ -0,0 +1,72 @@ +dumpProfile($profile, $timeline); + + return $timeline; + } + + /** + * @param Profile $profile + * @param Timeline $timeline + * @param null $parent + */ + public function dumpProfile(Profile $profile, Timeline $timeline, $parent = null) + { + $id = $this->lastId++; + + if ($profile->isRoot()) { + $name = $profile->getName(); + } elseif ($profile->isTemplate()) { + $name = $profile->getTemplate(); + } else { + $name = $profile->getTemplate() . '::' . $profile->getType() . '(' . $profile->getName() . ')'; + } + + foreach ($profile as $p) { + $this->dumpProfile($p, $timeline, $id); + } + + $data = $profile->__serialize(); + + $timeline->event($name, [ + 'name' => $id, + 'start' => $data[3]['wt'] ?? null, + 'end' => $data[4]['wt'] ?? null, + 'data' => [ + 'data' => [], + 'memoryUsage' => $data[4]['mu'] ?? null, + 'parent' => $parent + ] + ]); + } +} diff --git a/system/src/Grav/Common/Twig/TwigEnvironment.php b/system/src/Grav/Common/Twig/TwigEnvironment.php new file mode 100644 index 0000000..9de7929 --- /dev/null +++ b/system/src/Grav/Common/Twig/TwigEnvironment.php @@ -0,0 +1,60 @@ +getLoader(); + if (!$loader->exists($name)) { + continue; + } + } + + // Throws LoaderError: Unable to find template "%s". + return $this->loadTemplate($name); + } + + throw new LoaderError(sprintf('Unable to find one of the following templates: "%s".', implode('", "', $names))); + } +} diff --git a/system/src/Grav/Common/Twig/TwigExtension.php b/system/src/Grav/Common/Twig/TwigExtension.php new file mode 100644 index 0000000..14310e7 --- /dev/null +++ b/system/src/Grav/Common/Twig/TwigExtension.php @@ -0,0 +1,21 @@ +get('system.twig.umask_fix', false); + } + + if (self::$umask) { + $dir = dirname($file); + if (!is_dir($dir)) { + $old = umask(0002); + Folder::create($dir); + umask($old); + } + parent::writeCacheFile($file, $content); + chmod($file, 0775); + } else { + parent::writeCacheFile($file, $content); + } + } +} diff --git a/system/src/Grav/Common/Uri.php b/system/src/Grav/Common/Uri.php new file mode 100644 index 0000000..dcd9c27 --- /dev/null +++ b/system/src/Grav/Common/Uri.php @@ -0,0 +1,1527 @@ +createFromString($env); + } else { + $this->createFromEnvironment(is_array($env) ? $env : $_SERVER); + } + } + + /** + * Initialize the URI class with a url passed via parameter. + * Used for testing purposes. + * + * @param string $url the URL to use in the class + * @return $this + */ + public function initializeWithUrl($url = '') + { + if ($url) { + $this->createFromString($url); + } + + return $this; + } + + /** + * Initialize the URI class by providing url and root_path arguments + * + * @param string $url + * @param string $root_path + * @return $this + */ + public function initializeWithUrlAndRootPath($url, $root_path) + { + $this->initializeWithUrl($url); + $this->root_path = $root_path; + + return $this; + } + + /** + * Validate a hostname + * + * @param string $hostname The hostname + * @return bool + */ + public function validateHostname($hostname) + { + return (bool)preg_match(static::HOSTNAME_REGEX, $hostname); + } + + /** + * Initializes the URI object based on the url set on the object + * + * @return void + */ + public function init() + { + $grav = Grav::instance(); + + /** @var Config $config */ + $config = $grav['config']; + + /** @var Language $language */ + $language = $grav['language']; + + // add the port to the base for non-standard ports + if ($this->port && $config->get('system.reverse_proxy_setup') === false) { + $this->base .= ':' . $this->port; + } + + // Handle custom base + $custom_base = rtrim($grav['config']->get('system.custom_base_url', ''), '/'); + if ($custom_base) { + $custom_parts = parse_url($custom_base); + if ($custom_parts === false) { + throw new RuntimeException('Bad configuration: system.custom_base_url'); + } + $orig_root_path = $this->root_path; + $this->root_path = isset($custom_parts['path']) ? rtrim($custom_parts['path'], '/') : ''; + if (isset($custom_parts['scheme'])) { + $this->base = $custom_parts['scheme'] . '://' . $custom_parts['host']; + $this->port = $custom_parts['port'] ?? null; + if ($this->port && $config->get('system.reverse_proxy_setup') === false) { + $this->base .= ':' . $this->port; + } + $this->root = $custom_base; + } else { + $this->root = $this->base . $this->root_path; + } + $this->uri = Utils::replaceFirstOccurrence($orig_root_path, $this->root_path, $this->uri); + } else { + $this->root = $this->base . $this->root_path; + } + + $this->url = $this->base . $this->uri; + + $uri = Utils::replaceFirstOccurrence(static::filterPath($this->root), '', $this->url); + + // remove the setup.php based base if set: + $setup_base = $grav['pages']->base(); + if ($setup_base) { + $uri = preg_replace('|^' . preg_quote($setup_base, '|') . '|', '', $uri); + } + $this->setup_base = $setup_base; + + // process params + $uri = $this->processParams($uri, $config->get('system.param_sep')); + + // set active language + $uri = $language->setActiveFromUri($uri); + + // split the URL and params (and make sure that the path isn't seen as domain) + $bits = static::parseUrl('http://domain.com' . $uri); + + //process fragment + if (isset($bits['fragment'])) { + $this->fragment = $bits['fragment']; + } + + // Get the path. If there's no path, make sure pathinfo() still returns dirname variable + $path = $bits['path'] ?? '/'; + + // remove the extension if there is one set + $parts = Utils::pathinfo($path); + + // set the original basename + $this->basename = $parts['basename']; + + // set the extension + if (isset($parts['extension'])) { + $this->extension = $parts['extension']; + } + + // Strip the file extension for valid page types + if ($this->isValidExtension($this->extension)) { + $path = Utils::replaceLastOccurrence(".{$this->extension}", '', $path); + } + + // set the new url + $this->url = $this->root . $path; + $this->path = static::cleanPath($path); + $this->content_path = trim(Utils::replaceFirstOccurrence($this->base, '', $this->path), '/'); + if ($this->content_path !== '') { + $this->paths = explode('/', $this->content_path); + } + + // Set some Grav stuff + $grav['base_url_absolute'] = $config->get('system.custom_base_url') ?: $this->rootUrl(true); + $grav['base_url_relative'] = $this->rootUrl(false); + $grav['base_url'] = $config->get('system.absolute_urls') ? $grav['base_url_absolute'] : $grav['base_url_relative']; + + RouteFactory::setRoot($this->root_path . $setup_base); + RouteFactory::setLanguage($language->getLanguageURLPrefix()); + RouteFactory::setParamValueDelimiter($config->get('system.param_sep')); + } + + /** + * Return URI path. + * + * @param int|null $id + * @return string|string[] + */ + public function paths($id = null) + { + if ($id !== null) { + return $this->paths[$id]; + } + + return $this->paths; + } + + + /** + * Return route to the current URI. By default route doesn't include base path. + * + * @param bool $absolute True to include full path. + * @param bool $domain True to include domain. Works only if first parameter is also true. + * @return string + */ + public function route($absolute = false, $domain = false) + { + return ($absolute ? $this->rootUrl($domain) : '') . '/' . implode('/', $this->paths); + } + + /** + * Return full query string or a single query attribute. + * + * @param string|null $id Optional attribute. Get a single query attribute if set + * @param bool $raw If true and $id is not set, return the full query array. Otherwise return the query string + * + * @return string|array Returns an array if $id = null and $raw = true + */ + public function query($id = null, $raw = false) + { + if ($id !== null) { + return $this->queries[$id] ?? null; + } + + if ($raw) { + return $this->queries; + } + + if (!$this->queries) { + return ''; + } + + return http_build_query($this->queries); + } + + /** + * Return all or a single query parameter as a URI compatible string. + * + * @param string|null $id Optional parameter name. + * @param boolean $array return the array format or not + * @return null|string|array + */ + public function params($id = null, $array = false) + { + $config = Grav::instance()['config']; + $sep = $config->get('system.param_sep'); + + $params = null; + if ($id === null) { + if ($array) { + return $this->params; + } + $output = []; + foreach ($this->params as $key => $value) { + $output[] = "{$key}{$sep}{$value}"; + $params = '/' . implode('/', $output); + } + } elseif (isset($this->params[$id])) { + if ($array) { + return $this->params[$id]; + } + $params = "/{$id}{$sep}{$this->params[$id]}"; + } + + return $params; + } + + /** + * Get URI parameter. + * + * @param string $id + * @param string|false|null $default + * @return string|false|null + */ + public function param($id, $default = false) + { + if (isset($this->params[$id])) { + return html_entity_decode(rawurldecode($this->params[$id]), ENT_COMPAT | ENT_HTML401, 'UTF-8'); + } + + return $default; + } + + /** + * Gets the Fragment portion of a URI (eg #target) + * + * @param string|null $fragment + * @return string|null + */ + public function fragment($fragment = null) + { + if ($fragment !== null) { + $this->fragment = $fragment; + } + return $this->fragment; + } + + /** + * Return URL. + * + * @param bool $include_host Include hostname. + * @return string + */ + public function url($include_host = false) + { + if ($include_host) { + return $this->url; + } + + $url = Utils::replaceFirstOccurrence($this->base, '', rtrim($this->url, '/')); + + return $url ?: '/'; + } + + /** + * Return the Path + * + * @return string The path of the URI + */ + public function path() + { + return $this->path; + } + + /** + * Return the Extension of the URI + * + * @param string|null $default + * @return string|null The extension of the URI + */ + public function extension($default = null) + { + if (!$this->extension) { + $this->extension = $default; + } + + return $this->extension; + } + + /** + * @return string + */ + public function method() + { + $method = isset($_SERVER['REQUEST_METHOD']) ? strtoupper($_SERVER['REQUEST_METHOD']) : 'GET'; + + if ($method === 'POST' && isset($_SERVER['HTTP_X_HTTP_METHOD_OVERRIDE'])) { + $method = strtoupper($_SERVER['HTTP_X_HTTP_METHOD_OVERRIDE']); + } + + return $method; + } + + /** + * Return the scheme of the URI + * + * @param bool|null $raw + * @return string The scheme of the URI + */ + public function scheme($raw = false) + { + if (!$raw) { + $scheme = ''; + if ($this->scheme) { + $scheme = $this->scheme . '://'; + } elseif ($this->host) { + $scheme = '//'; + } + + return $scheme; + } + + return $this->scheme; + } + + + /** + * Return the host of the URI + * + * @return string|null The host of the URI + */ + public function host() + { + return $this->host; + } + + /** + * Return the port number if it can be figured out + * + * @param bool $raw + * @return int|null + */ + public function port($raw = false) + { + $port = $this->port; + // If not in raw mode and port is not set or is 0, figure it out from scheme. + if (!$raw && !$port) { + if ($this->scheme === 'http') { + $this->port = 80; + } elseif ($this->scheme === 'https') { + $this->port = 443; + } + } + + return $this->port ?: null; + } + + /** + * Return user + * + * @return string|null + */ + public function user() + { + return $this->user; + } + + /** + * Return password + * + * @return string|null + */ + public function password() + { + return $this->password; + } + + /** + * Gets the environment name + * + * @return string + */ + public function environment() + { + return $this->env; + } + + + /** + * Return the basename of the URI + * + * @return string The basename of the URI + */ + public function basename() + { + return $this->basename; + } + + /** + * Return the full uri + * + * @param bool $include_root + * @return string + */ + public function uri($include_root = true) + { + if ($include_root) { + return $this->uri; + } + + return Utils::replaceFirstOccurrence($this->root_path, '', $this->uri); + } + + /** + * Return the base of the URI + * + * @return string The base of the URI + */ + public function base() + { + return $this->base; + } + + /** + * Return the base relative URL including the language prefix + * or the base relative url if multi-language is not enabled + * + * @return string The base of the URI + */ + public function baseIncludingLanguage() + { + $grav = Grav::instance(); + + /** @var Pages $pages */ + $pages = $grav['pages']; + + return $pages->baseUrl(null, false); + } + + /** + * Return root URL to the site. + * + * @param bool $include_host Include hostname. + * @return string + */ + public function rootUrl($include_host = false) + { + if ($include_host) { + return $this->root; + } + + return Utils::replaceFirstOccurrence($this->base, '', $this->root); + } + + /** + * Return current page number. + * + * @return int + */ + public function currentPage() + { + $page = (int)($this->params['page'] ?? 1); + + return max(1, $page); + } + + /** + * Return relative path to the referrer defaulting to current or given page. + * + * You should set the third parameter to `true` for redirects as long as you came from the same sub-site and language. + * + * @param string|null $default + * @param string|null $attributes + * @param bool $withoutBaseRoute + * @return string + */ + public function referrer($default = null, $attributes = null, bool $withoutBaseRoute = false) + { + $referrer = $_SERVER['HTTP_REFERER'] ?? null; + + // Check that referrer came from our site. + if ($withoutBaseRoute) { + /** @var Pages $pages */ + $pages = Grav::instance()['pages']; + $base = $pages->baseUrl(null, true); + } else { + $base = $this->rootUrl(true); + } + + // Referrer should always have host set and it should come from the same base address. + if (!is_string($referrer) || !str_starts_with($referrer, $base)) { + $referrer = $default ?: $this->route(true, true); + } + + // Relative path from grav root. + $referrer = substr($referrer, strlen($base)); + if ($attributes) { + $referrer .= $attributes; + } + + return $referrer; + } + + /** + * @return string + */ + #[\ReturnTypeWillChange] + public function __toString() + { + return static::buildUrl($this->toArray()); + } + + /** + * @return string + */ + public function toOriginalString() + { + return static::buildUrl($this->toArray(true)); + } + + /** + * @param bool $full + * @return array + */ + public function toArray($full = false) + { + if ($full === true) { + $root_path = $this->root_path ?? ''; + $extension = isset($this->extension) && $this->isValidExtension($this->extension) ? '.' . $this->extension : ''; + $path = $root_path . $this->path . $extension; + } else { + $path = $this->path; + } + + return [ + 'scheme' => $this->scheme, + 'host' => $this->host, + 'port' => $this->port ?: null, + 'user' => $this->user, + 'pass' => $this->password, + 'path' => $path, + 'params' => $this->params, + 'query' => $this->query, + 'fragment' => $this->fragment + ]; + } + + /** + * Calculate the parameter regex based on the param_sep setting + * + * @return string + */ + public static function paramsRegex() + { + return '/\/{1,}([^\:\#\/\?]*' . Grav::instance()['config']->get('system.param_sep') . '[^\:\#\/\?]*)/'; + } + + /** + * Return the IP address of the current user + * + * @return string ip address + */ + public static function ip() + { + $ip = 'UNKNOWN'; + + if (getenv('HTTP_CLIENT_IP')) { + $ip = getenv('HTTP_CLIENT_IP'); + } elseif (getenv('HTTP_CF_CONNECTING_IP')) { + $ip = getenv('HTTP_CF_CONNECTING_IP'); + } elseif (getenv('HTTP_X_FORWARDED_FOR') && Grav::instance()['config']->get('system.http_x_forwarded.ip')) { + $ips = array_map('trim', explode(',', getenv('HTTP_X_FORWARDED_FOR'))); + $ip = array_shift($ips); + } elseif (getenv('HTTP_X_FORWARDED') && Grav::instance()['config']->get('system.http_x_forwarded.ip')) { + $ip = getenv('HTTP_X_FORWARDED'); + } elseif (getenv('HTTP_FORWARDED_FOR')) { + $ip = getenv('HTTP_FORWARDED_FOR'); + } elseif (getenv('HTTP_FORWARDED')) { + $ip = getenv('HTTP_FORWARDED'); + } elseif (getenv('REMOTE_ADDR')) { + $ip = getenv('REMOTE_ADDR'); + } + + return $ip; + } + + /** + * Returns current Uri. + * + * @return \Grav\Framework\Uri\Uri + */ + public static function getCurrentUri() + { + if (!static::$currentUri) { + static::$currentUri = UriFactory::createFromEnvironment($_SERVER); + } + + return static::$currentUri; + } + + /** + * Returns current route. + * + * @return Route + */ + public static function getCurrentRoute() + { + if (!static::$currentRoute) { + /** @var Uri $uri */ + $uri = Grav::instance()['uri']; + + static::$currentRoute = RouteFactory::createFromLegacyUri($uri); + } + + return static::$currentRoute; + } + + /** + * Is this an external URL? if it starts with `http` then yes, else false + * + * @param string $url the URL in question + * @return bool is eternal state + */ + public static function isExternal($url) + { + return (0 === strpos($url, 'http://') || 0 === strpos($url, 'https://') || 0 === strpos($url, '//') || 0 === strpos($url, 'mailto:') || 0 === strpos($url, 'tel:') || 0 === strpos($url, 'ftp://') || 0 === strpos($url, 'ftps://') || 0 === strpos($url, 'news:') || 0 === strpos($url, 'irc:') || 0 === strpos($url, 'gopher:') || 0 === strpos($url, 'nntp:') || 0 === strpos($url, 'feed:') || 0 === strpos($url, 'cvs:') || 0 === strpos($url, 'ssh:') || 0 === strpos($url, 'git:') || 0 === strpos($url, 'svn:') || 0 === strpos($url, 'hg:')); + } + + /** + * The opposite of built-in PHP method parse_url() + * + * @param array $parsed_url + * @return string + */ + public static function buildUrl($parsed_url) + { + $scheme = isset($parsed_url['scheme']) ? $parsed_url['scheme'] . ':' : ''; + $authority = isset($parsed_url['host']) ? '//' : ''; + $host = $parsed_url['host'] ?? ''; + $port = isset($parsed_url['port']) ? ':' . $parsed_url['port'] : ''; + $user = $parsed_url['user'] ?? ''; + $pass = isset($parsed_url['pass']) ? ':' . $parsed_url['pass'] : ''; + $pass = ($user || $pass) ? "{$pass}@" : ''; + $path = $parsed_url['path'] ?? ''; + $path = !empty($parsed_url['params']) ? rtrim($path, '/') . static::buildParams($parsed_url['params']) : $path; + $query = !empty($parsed_url['query']) ? '?' . $parsed_url['query'] : ''; + $fragment = isset($parsed_url['fragment']) ? '#' . $parsed_url['fragment'] : ''; + + return "{$scheme}{$authority}{$user}{$pass}{$host}{$port}{$path}{$query}{$fragment}"; + } + + /** + * @param array $params + * @return string + */ + public static function buildParams(array $params) + { + if (!$params) { + return ''; + } + + $grav = Grav::instance(); + $sep = $grav['config']->get('system.param_sep'); + + $output = []; + foreach ($params as $key => $value) { + $output[] = "{$key}{$sep}{$value}"; + } + + return '/' . implode('/', $output); + } + + /** + * Converts links from absolute '/' or relative (../..) to a Grav friendly format + * + * @param PageInterface $page the current page to use as reference + * @param string|array $url the URL as it was written in the markdown + * @param string $type the type of URL, image | link + * @param bool $absolute if null, will use system default, if true will use absolute links internally + * @param bool $route_only only return the route, not full URL path + * @return string|array the more friendly formatted url + */ + public static function convertUrl(PageInterface $page, $url, $type = 'link', $absolute = false, $route_only = false) + { + $grav = Grav::instance(); + + $uri = $grav['uri']; + + // Link processing should prepend language + $language = $grav['language']; + $language_append = ''; + if ($type === 'link' && $language->enabled()) { + $language_append = $language->getLanguageURLPrefix(); + } + + // Handle Excerpt style $url array + $url_path = is_array($url) ? $url['path'] : $url; + + $external = false; + $base = $grav['base_url_relative']; + $base_url = rtrim($base . $grav['pages']->base(), '/') . $language_append; + $pages_dir = $grav['locator']->findResource('page://'); + + // if absolute and starts with a base_url move on + if (isset($url['scheme']) && Utils::startsWith($url['scheme'], 'http')) { + $external = true; + } elseif ($url_path === '' && isset($url['fragment'])) { + $external = true; + } elseif ($url_path === '/' || ($base_url !== '' && Utils::startsWith($url_path, $base_url))) { + $url_path = $base_url . $url_path; + } else { + // see if page is relative to this or absolute + if (Utils::startsWith($url_path, '/')) { + $normalized_url = Utils::normalizePath($base_url . $url_path); + $normalized_path = Utils::normalizePath($pages_dir . $url_path); + } else { + $page_route = ($page->home() && !empty($url_path)) ? $page->rawRoute() : $page->route(); + $normalized_url = $base_url . Utils::normalizePath(rtrim($page_route, '/') . '/' . $url_path); + $normalized_path = Utils::normalizePath($page->path() . '/' . $url_path); + } + + // special check to see if path checking is required. + $just_path = Utils::replaceFirstOccurrence($normalized_url, '', $normalized_path); + if ($normalized_url === '/' || $just_path === $page->path()) { + $url_path = $normalized_url; + } else { + $url_bits = static::parseUrl($normalized_path); + $full_path = $url_bits['path']; + $raw_full_path = rawurldecode($full_path); + + if (file_exists($raw_full_path)) { + $full_path = $raw_full_path; + } elseif (!file_exists($full_path)) { + $full_path = false; + } + + if ($full_path) { + $path_info = Utils::pathinfo($full_path); + $page_path = $path_info['dirname']; + $filename = ''; + + if ($url_path === '..') { + $page_path = $full_path; + } else { + // save the filename if a file is part of the path + if (is_file($full_path)) { + if ($path_info['extension'] !== 'md') { + $filename = '/' . $path_info['basename']; + } + } else { + $page_path = $full_path; + } + } + + // get page instances and try to find one that fits + $instances = $grav['pages']->instances(); + if (isset($instances[$page_path])) { + /** @var PageInterface $target */ + $target = $instances[$page_path]; + $url_bits['path'] = $base_url . rtrim($target->route(), '/') . $filename; + + $url_path = Uri::buildUrl($url_bits); + } else { + $url_path = $normalized_url; + } + } else { + $url_path = $normalized_url; + } + } + } + + // handle absolute URLs + if (is_array($url) && !$external && ($absolute === true || $grav['config']->get('system.absolute_urls', false))) { + $url['scheme'] = $uri->scheme(true); + $url['host'] = $uri->host(); + $url['port'] = $uri->port(true); + + // check if page exists for this route, and if so, check if it has SSL enabled + $pages = $grav['pages']; + $routes = $pages->routes(); + + // if this is an image, get the proper path + $url_bits = Utils::pathinfo($url_path); + if (isset($url_bits['extension'])) { + $target_path = $url_bits['dirname']; + } else { + $target_path = $url_path; + } + + // strip base from this path + $target_path = Utils::replaceFirstOccurrence($uri->rootUrl(), '', $target_path); + + // set to / if root + if (empty($target_path)) { + $target_path = '/'; + } + + // look to see if this page exists and has ssl enabled + if (isset($routes[$target_path])) { + $target_page = $pages->get($routes[$target_path]); + if ($target_page) { + $ssl_enabled = $target_page->ssl(); + if ($ssl_enabled !== null) { + if ($ssl_enabled) { + $url['scheme'] = 'https'; + } else { + $url['scheme'] = 'http'; + } + } + } + } + } + + // Handle route only + if ($route_only) { + $url_path = Utils::replaceFirstOccurrence(static::filterPath($base_url), '', $url_path); + } + + // transform back to string/array as needed + if (is_array($url)) { + $url['path'] = $url_path; + } else { + $url = $url_path; + } + + return $url; + } + + /** + * @param string $url + * @return array|false + */ + public static function parseUrl($url) + { + $grav = Grav::instance(); + + // Remove extra slash from streams, parse_url() doesn't like it. + $url = preg_replace('/([^:])(\/{2,})/', '$1/', $url); + + $encodedUrl = preg_replace_callback( + '%[^:/@?&=#]+%usD', + static function ($matches) { + return rawurlencode($matches[0]); + }, + $url + ); + + $parts = parse_url($encodedUrl); + + if (false === $parts) { + return false; + } + + foreach ($parts as $name => $value) { + $parts[$name] = rawurldecode($value); + } + + if (!isset($parts['path'])) { + $parts['path'] = ''; + } + + [$stripped_path, $params] = static::extractParams($parts['path'], $grav['config']->get('system.param_sep')); + + if (!empty($params)) { + $parts['path'] = $stripped_path; + $parts['params'] = $params; + } + + return $parts; + } + + /** + * @param string $uri + * @param string $delimiter + * @return array + */ + public static function extractParams($uri, $delimiter) + { + $params = []; + + if (strpos($uri, $delimiter) !== false) { + preg_match_all(static::paramsRegex(), $uri, $matches, PREG_SET_ORDER); + + foreach ($matches as $match) { + $param = explode($delimiter, $match[1]); + if (count($param) === 2) { + $plain_var = htmlspecialchars(strip_tags(rawurldecode($param[1])), ENT_QUOTES, 'UTF-8'); + $params[$param[0]] = $plain_var; + $uri = str_replace($match[0], '', $uri); + } + } + } + + return [$uri, $params]; + } + + /** + * Converts links from absolute '/' or relative (../..) to a Grav friendly format + * + * @param PageInterface $page the current page to use as reference + * @param string $markdown_url the URL as it was written in the markdown + * @param string $type the type of URL, image | link + * @param bool|null $relative if null, will use system default, if true will use relative links internally + * + * @return string the more friendly formatted url + */ + public static function convertUrlOld(PageInterface $page, $markdown_url, $type = 'link', $relative = null) + { + $grav = Grav::instance(); + + $language = $grav['language']; + + // Link processing should prepend language + $language_append = ''; + if ($type === 'link' && $language->enabled()) { + $language_append = $language->getLanguageURLPrefix(); + } + $pages_dir = $grav['locator']->findResource('page://'); + if ($relative === null) { + $base = $grav['base_url']; + } else { + $base = $relative ? $grav['base_url_relative'] : $grav['base_url_absolute']; + } + + $base_url = rtrim($base . $grav['pages']->base(), '/') . $language_append; + + // if absolute and starts with a base_url move on + if (Utils::pathinfo($markdown_url, PATHINFO_DIRNAME) === '.' && $page->url() === '/') { + return '/' . $markdown_url; + } + // no path to convert + if ($base_url !== '' && Utils::startsWith($markdown_url, $base_url)) { + return $markdown_url; + } + // if contains only a fragment + if (Utils::startsWith($markdown_url, '#')) { + return $markdown_url; + } + + $target = null; + // see if page is relative to this or absolute + if (Utils::startsWith($markdown_url, '/')) { + $normalized_url = Utils::normalizePath($base_url . $markdown_url); + $normalized_path = Utils::normalizePath($pages_dir . $markdown_url); + } else { + $normalized_url = $base_url . Utils::normalizePath($page->route() . '/' . $markdown_url); + $normalized_path = Utils::normalizePath($page->path() . '/' . $markdown_url); + } + + // special check to see if path checking is required. + $just_path = Utils::replaceFirstOccurrence($normalized_url, '', $normalized_path); + if ($just_path === $page->path()) { + return $normalized_url; + } + + $url_bits = parse_url($normalized_path); + $full_path = $url_bits['path']; + + if (file_exists($full_path)) { + // do nothing + } elseif (file_exists(rawurldecode($full_path))) { + $full_path = rawurldecode($full_path); + } else { + return $normalized_url; + } + + $path_info = Utils::pathinfo($full_path); + $page_path = $path_info['dirname']; + $filename = ''; + + if ($markdown_url === '..') { + $page_path = $full_path; + } else { + // save the filename if a file is part of the path + if (is_file($full_path)) { + if ($path_info['extension'] !== 'md') { + $filename = '/' . $path_info['basename']; + } + } else { + $page_path = $full_path; + } + } + + // get page instances and try to find one that fits + $instances = $grav['pages']->instances(); + if (isset($instances[$page_path])) { + /** @var PageInterface $target */ + $target = $instances[$page_path]; + $url_bits['path'] = $base_url . rtrim($target->route(), '/') . $filename; + + return static::buildUrl($url_bits); + } + + return $normalized_url; + } + + /** + * Adds the nonce to a URL for a specific action + * + * @param string $url the url + * @param string $action the action + * @param string $nonceParamName the param name to use + * + * @return string the url with the nonce + */ + public static function addNonce($url, $action, $nonceParamName = 'nonce') + { + $fake = $url && strpos($url, '/') === 0; + + if ($fake) { + $url = 'http://domain.com' . $url; + } + $uri = new static($url); + $parts = $uri->toArray(); + $nonce = Utils::getNonce($action); + $parts['params'] = ($parts['params'] ?? []) + [$nonceParamName => $nonce]; + + if ($fake) { + unset($parts['scheme'], $parts['host']); + } + + return static::buildUrl($parts); + } + + /** + * Is the passed in URL a valid URL? + * + * @param string $url + * @return bool + */ + public static function isValidUrl($url) + { + $regex = '/^(?:(https?|ftp|telnet):)?\/\/((?:[a-z0-9@:.-]|%[0-9A-F]{2}){3,})(?::(\d+))?((?:\/(?:[a-z0-9-._~!$&\'\(\)\*\+\,\;\=\:\@]|%[0-9A-F]{2})*)*)(?:\?((?:[a-z0-9-._~!$&\'\(\)\*\+\,\;\=\:\/?@]|%[0-9A-F]{2})*))?(?:#((?:[a-z0-9-._~!$&\'\(\)\*\+\,\;\=\:\/?@]|%[0-9A-F]{2})*))?/'; + + return (bool)preg_match($regex, $url); + } + + /** + * Removes extra double slashes and fixes back-slashes + * + * @param string $path + * @return string + */ + public static function cleanPath($path) + { + $regex = '/(\/)\/+/'; + $path = str_replace(['\\', '/ /'], '/', $path); + $path = preg_replace($regex, '$1', $path); + + return $path; + } + + /** + * Filters the user info string. + * + * @param string|null $info The raw user or password. + * @return string The percent-encoded user or password string. + */ + public static function filterUserInfo($info) + { + return $info !== null ? UriPartsFilter::filterUserInfo($info) : ''; + } + + /** + * Filter Uri path. + * + * This method percent-encodes all reserved + * characters in the provided path string. This method + * will NOT double-encode characters that are already + * percent-encoded. + * + * @param string|null $path The raw uri path. + * @return string The RFC 3986 percent-encoded uri path. + * @link http://www.faqs.org/rfcs/rfc3986.html + */ + public static function filterPath($path) + { + return $path !== null ? UriPartsFilter::filterPath($path) : ''; + } + + /** + * Filters the query string or fragment of a URI. + * + * @param string|null $query The raw uri query string. + * @return string The percent-encoded query string. + */ + public static function filterQuery($query) + { + return $query !== null ? UriPartsFilter::filterQueryOrFragment($query) : ''; + } + + /** + * @param array $env + * @return void + */ + protected function createFromEnvironment(array $env) + { + // Build scheme. + if (isset($env['HTTP_X_FORWARDED_PROTO']) && Grav::instance()['config']->get('system.http_x_forwarded.protocol')) { + $this->scheme = $env['HTTP_X_FORWARDED_PROTO']; + } elseif (isset($env['X-FORWARDED-PROTO'])) { + $this->scheme = $env['X-FORWARDED-PROTO']; + } elseif (isset($env['HTTP_CLOUDFRONT_FORWARDED_PROTO'])) { + $this->scheme = $env['HTTP_CLOUDFRONT_FORWARDED_PROTO']; + } elseif (isset($env['REQUEST_SCHEME']) && empty($env['HTTPS'])) { + $this->scheme = $env['REQUEST_SCHEME']; + } else { + $https = $env['HTTPS'] ?? ''; + $this->scheme = (empty($https) || strtolower($https) === 'off') ? 'http' : 'https'; + } + + // Build user and password. + $this->user = $env['PHP_AUTH_USER'] ?? null; + $this->password = $env['PHP_AUTH_PW'] ?? null; + + // Build host. + if (isset($env['HTTP_X_FORWARDED_HOST']) && Grav::instance()['config']->get('system.http_x_forwarded.host')) { + $hostname = $env['HTTP_X_FORWARDED_HOST']; + } else if (isset($env['HTTP_HOST'])) { + $hostname = $env['HTTP_HOST']; + } elseif (isset($env['SERVER_NAME'])) { + $hostname = $env['SERVER_NAME']; + } else { + $hostname = 'localhost'; + } + // Remove port from HTTP_HOST generated $hostname + $hostname = Utils::substrToString($hostname, ':'); + // Validate the hostname + $this->host = $this->validateHostname($hostname) ? $hostname : 'unknown'; + + // Build port. + if (isset($env['HTTP_X_FORWARDED_PORT']) && Grav::instance()['config']->get('system.http_x_forwarded.port')) { + $this->port = (int)$env['HTTP_X_FORWARDED_PORT']; + } elseif (isset($env['X-FORWARDED-PORT'])) { + $this->port = (int)$env['X-FORWARDED-PORT']; + } elseif (isset($env['HTTP_CLOUDFRONT_FORWARDED_PROTO'])) { + // Since AWS Cloudfront does not provide a forwarded port header, + // we have to build the port using the scheme. + $this->port = $this->port(); + } elseif (isset($env['SERVER_PORT'])) { + $this->port = (int)$env['SERVER_PORT']; + } else { + $this->port = null; + } + + if ($this->port === 0 || $this->hasStandardPort()) { + $this->port = null; + } + + // Build path. + $request_uri = $env['REQUEST_URI'] ?? ''; + $this->path = rawurldecode(parse_url('http://example.com' . $request_uri, PHP_URL_PATH)); + + // Build query string. + $this->query = $env['QUERY_STRING'] ?? ''; + if ($this->query === '') { + $this->query = parse_url('http://example.com' . $request_uri, PHP_URL_QUERY) ?? ''; + } + + // Support ngnix routes. + if (strpos($this->query, '_url=') === 0) { + parse_str($this->query, $query); + unset($query['_url']); + $this->query = http_build_query($query); + } + + // Build fragment. + $this->fragment = null; + + // Filter userinfo, path and query string. + $this->user = $this->user !== null ? static::filterUserInfo($this->user) : null; + $this->password = $this->password !== null ? static::filterUserInfo($this->password) : null; + $this->path = empty($this->path) ? '/' : static::filterPath($this->path); + $this->query = static::filterQuery($this->query); + + $this->reset(); + } + + /** + * Does this Uri use a standard port? + * + * @return bool + */ + protected function hasStandardPort() + { + return (!$this->port || $this->port === 80 || $this->port === 443); + } + + /** + * @param string $url + */ + protected function createFromString($url) + { + // Set Uri parts. + $parts = parse_url($url); + if ($parts === false) { + throw new RuntimeException('Malformed URL: ' . $url); + } + $port = (int)($parts['port'] ?? 0); + + $this->scheme = $parts['scheme'] ?? null; + $this->user = $parts['user'] ?? null; + $this->password = $parts['pass'] ?? null; + $this->host = $parts['host'] ?? null; + $this->port = $port ?: null; + $this->path = $parts['path'] ?? ''; + $this->query = $parts['query'] ?? ''; + $this->fragment = $parts['fragment'] ?? null; + + // Validate the hostname + if ($this->host) { + $this->host = $this->validateHostname($this->host) ? $this->host : 'unknown'; + } + // Filter userinfo, path, query string and fragment. + $this->user = $this->user !== null ? static::filterUserInfo($this->user) : null; + $this->password = $this->password !== null ? static::filterUserInfo($this->password) : null; + $this->path = empty($this->path) ? '/' : static::filterPath($this->path); + $this->query = static::filterQuery($this->query); + $this->fragment = $this->fragment !== null ? static::filterQuery($this->fragment) : null; + + $this->reset(); + } + + /** + * @return void + */ + protected function reset() + { + // resets + parse_str($this->query, $this->queries); + $this->extension = null; + $this->basename = null; + $this->paths = []; + $this->params = []; + $this->env = $this->buildEnvironment(); + $this->uri = $this->path . (!empty($this->query) ? '?' . $this->query : ''); + + $this->base = $this->buildBaseUrl(); + $this->root_path = $this->buildRootPath(); + $this->root = $this->base . $this->root_path; + $this->url = $this->base . $this->uri; + } + + /** + * Get post from either $_POST or JSON response object + * By default returns all data, or can return a single item + * + * @param string|null $element + * @param string|null $filter_type + * @return array|null + */ + public function post($element = null, $filter_type = null) + { + if (!$this->post) { + $content_type = $this->getContentType(); + if ($content_type === 'application/json') { + $json = file_get_contents('php://input'); + $this->post = json_decode($json, true); + } elseif (!empty($_POST)) { + $this->post = (array)$_POST; + } + + $event = new Event(['post' => &$this->post]); + Grav::instance()->fireEvent('onHttpPostFilter', $event); + } + + if ($this->post && null !== $element) { + $item = Utils::getDotNotation($this->post, $element); + if ($filter_type) { + if ($filter_type === FILTER_SANITIZE_STRING || $filter_type === GRAV_SANITIZE_STRING) { + $item = htmlspecialchars(strip_tags($item), ENT_QUOTES, 'UTF-8'); + } else { + $item = filter_var($item, $filter_type); + } + } + return $item; + } + + return $this->post; + } + + /** + * Get content type from request + * + * @param bool $short + * @return null|string + */ + public function getContentType($short = true) + { + $content_type = $_SERVER['CONTENT_TYPE'] ?? $_SERVER['HTTP_CONTENT_TYPE'] ?? $_SERVER['HTTP_ACCEPT'] ?? null; + if ($content_type) { + if ($short) { + return Utils::substrToString($content_type, ';'); + } + } + return $content_type; + } + + /** + * Check if this is a valid Grav extension + * + * @param string|null $extension + * @return bool + */ + public function isValidExtension($extension): bool + { + $extension = (string)$extension; + + return $extension !== '' && in_array($extension, Utils::getSupportPageTypes(), true); + } + + /** + * Allow overriding of any element (be careful!) + * + * @param array $data + * @return Uri + */ + public function setUriProperties($data) + { + foreach (get_object_vars($this) as $property => $default) { + if (!array_key_exists($property, $data)) { + continue; + } + $this->{$property} = $data[$property]; // assign value to object + } + return $this; + } + + + /** + * Compatibility in case getallheaders() is not available on platform + */ + public static function getAllHeaders() + { + if (!function_exists('getallheaders')) { + $headers = []; + foreach ($_SERVER as $name => $value) { + if (substr($name, 0, 5) == 'HTTP_') { + $headers[str_replace(' ', '-', ucwords(strtolower(str_replace('_', ' ', substr($name, 5)))))] = $value; + } + } + return $headers; + } + return getallheaders(); + } + + /** + * Get the base URI with port if needed + * + * @return string + */ + private function buildBaseUrl() + { + return $this->scheme() . $this->host; + } + + /** + * Get the Grav Root Path + * + * @return string + */ + private function buildRootPath() + { + // In Windows script path uses backslash, convert it: + $scriptPath = str_replace('\\', '/', $_SERVER['PHP_SELF']); + $rootPath = str_replace(' ', '%20', rtrim(substr($scriptPath, 0, strpos($scriptPath, 'index.php')), '/')); + + return $rootPath; + } + + /** + * @return string + */ + private function buildEnvironment() + { + // check for localhost variations + if ($this->host === '127.0.0.1' || $this->host === '::1') { + return 'localhost'; + } + + return $this->host ?: 'unknown'; + } + + /** + * Process any params based in this URL, supports any valid delimiter + * + * @param string $uri + * @param string $delimiter + * @return string + */ + private function processParams(string $uri, string $delimiter = ':'): string + { + if (strpos($uri, $delimiter) !== false) { + preg_match_all(static::paramsRegex(), $uri, $matches, PREG_SET_ORDER); + + foreach ($matches as $match) { + $param = explode($delimiter, $match[1]); + if (count($param) === 2) { + $plain_var = htmlspecialchars(strip_tags($param[1]), ENT_QUOTES, 'UTF-8'); + $this->params[$param[0]] = $plain_var; + $uri = str_replace($match[0], '', $uri); + } + } + } + return $uri; + } +} diff --git a/system/src/Grav/Common/User/Access.php b/system/src/Grav/Common/User/Access.php new file mode 100644 index 0000000..5e24d3f --- /dev/null +++ b/system/src/Grav/Common/User/Access.php @@ -0,0 +1,52 @@ + ['admin.configuration_system'], + 'admin.configuration.site' => ['admin.configuration_site', 'admin.settings'], + 'admin.configuration.media' => ['admin.configuration_media'], + 'admin.configuration.info' => ['admin.configuration_info'], + ]; + + /** + * @param string $action + * @return bool|null + */ + public function get(string $action) + { + $result = parent::get($action); + if (is_bool($result)) { + return $result; + } + + // Get access value. + if (isset($this->aliases[$action])) { + $aliases = $this->aliases[$action]; + foreach ($aliases as $alias) { + $result = parent::get($alias); + if (is_bool($result)) { + return $result; + } + } + } + + return null; + } +} diff --git a/system/src/Grav/Common/User/Authentication.php b/system/src/Grav/Common/User/Authentication.php new file mode 100644 index 0000000..53cbf42 --- /dev/null +++ b/system/src/Grav/Common/User/Authentication.php @@ -0,0 +1,61 @@ +get('user/account'); + } + + parent::__construct($items, $blueprints); + } + + /** + * @param string $offset + * @return bool + */ + #[\ReturnTypeWillChange] + public function offsetExists($offset) + { + $value = parent::offsetExists($offset); + + // Handle special case where user was logged in before 'authorized' was added to the user object. + if (false === $value && $offset === 'authorized') { + $value = $this->offsetExists('authenticated'); + } + + return $value; + } + + /** + * @param string $offset + * @return mixed + */ + #[\ReturnTypeWillChange] + public function offsetGet($offset) + { + $value = parent::offsetGet($offset); + + // Handle special case where user was logged in before 'authorized' was added to the user object. + if (null === $value && $offset === 'authorized') { + $value = $this->offsetGet('authenticated'); + $this->offsetSet($offset, $value); + } + + return $value; + } + + /** + * @return bool + */ + public function isValid(): bool + { + return $this->items !== null; + } + + /** + * Update object with data + * + * @param array $data + * @param array $files + * @return $this + */ + public function update(array $data, array $files = []) + { + // Note: $this->merge() would cause infinite loop as it calls this method. + parent::merge($data); + + return $this; + } + + /** + * Save user + * + * @return void + */ + public function save() + { + /** @var CompiledYamlFile|null $file */ + $file = $this->file(); + if (!$file || !$file->filename()) { + user_error(__CLASS__ . ': calling \$user = new ' . __CLASS__ . "() is deprecated since Grav 1.6, use \$grav['accounts']->load(\$username) or \$grav['accounts']->load('') instead", E_USER_DEPRECATED); + } + + if ($file) { + $username = $this->filterUsername((string)$this->get('username')); + + if (!$file->filename()) { + $locator = Grav::instance()['locator']; + $file->filename($locator->findResource('account://' . $username . YAML_EXT, true, true)); + } + + // if plain text password, hash it and remove plain text + $password = $this->get('password') ?? $this->get('password1'); + if (null !== $password && '' !== $password) { + $password2 = $this->get('password2'); + if (!\is_string($password) || ($password2 && $password !== $password2)) { + throw new \RuntimeException('Passwords did not match.'); + } + + $this->set('hashed_password', Authentication::create($password)); + } + $this->undef('password'); + $this->undef('password1'); + $this->undef('password2'); + + $data = $this->items; + if ($username === $data['username']) { + unset($data['username']); + } + unset($data['authenticated'], $data['authorized']); + + $file->save($data); + + // We need to signal Flex Users about the change. + /** @var Flex|null $flex */ + $flex = Grav::instance()['flex'] ?? null; + $users = $flex ? $flex->getDirectory('user-accounts') : null; + if (null !== $users) { + $users->clearCache(); + } + } + } + + /** + * @return MediaCollectionInterface|Media + */ + public function getMedia() + { + if (null === $this->_media) { + // Media object should only contain avatar, nothing else. + $media = new Media($this->getMediaFolder() ?? '', $this->getMediaOrder(), false); + + $path = $this->getAvatarFile(); + if ($path && is_file($path)) { + $medium = MediumFactory::fromFile($path); + if ($medium) { + $media->add(Utils::basename($path), $medium); + } + } + + $this->_media = $media; + } + + return $this->_media; + } + + /** + * @return string + */ + public function getMediaFolder() + { + return $this->blueprints()->fields()['avatar']['destination'] ?? 'account://avatars'; + } + + /** + * @return array + */ + public function getMediaOrder() + { + return []; + } + + /** + * Serialize user. + * + * @return string[] + */ + public function __sleep() + { + return [ + 'items', + 'storage' + ]; + } + + /** + * Unserialize user. + */ + public function __wakeup() + { + $this->gettersVariable = 'items'; + $this->nestedSeparator = '.'; + + if (null === $this->items) { + $this->items = []; + } + + // Always set blueprints. + if (null === $this->blueprints) { + $this->blueprints = (new Blueprints)->get('user/account'); + } + } + + /** + * Merge two configurations together. + * + * @param array $data + * @return $this + * @deprecated 1.6 Use `->update($data)` instead (same but with data validation & filtering, file upload support). + */ + public function merge(array $data) + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.6, use ->update($data) method instead', E_USER_DEPRECATED); + + return $this->update($data); + } + + /** + * Return media object for the User's avatar. + * + * @return Medium|null + * @deprecated 1.6 Use ->getAvatarImage() method instead. + */ + public function getAvatarMedia() + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.6, use getAvatarImage() method instead', E_USER_DEPRECATED); + + return $this->getAvatarImage(); + } + + /** + * Return the User's avatar URL + * + * @return string + * @deprecated 1.6 Use ->getAvatarUrl() method instead. + */ + public function avatarUrl() + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.6, use getAvatarUrl() method instead', E_USER_DEPRECATED); + + return $this->getAvatarUrl(); + } + + /** + * Checks user authorization to the action. + * Ensures backwards compatibility + * + * @param string $action + * @return bool + * @deprecated 1.5 Use ->authorize() method instead. + */ + public function authorise($action) + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.5, use authorize() method instead', E_USER_DEPRECATED); + + return $this->authorize($action) ?? false; + } + + /** + * Implements Countable interface. + * + * @return int + * @deprecated 1.6 Method makes no sense for user account. + */ + #[\ReturnTypeWillChange] + public function count() + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.6', E_USER_DEPRECATED); + + return parent::count(); + } + + /** + * @param string $username + * @return string + */ + protected function filterUsername(string $username): string + { + return mb_strtolower($username); + } + + /** + * @return string|null + */ + protected function getAvatarFile(): ?string + { + $avatars = $this->get('avatar'); + if (is_array($avatars) && $avatars) { + $avatar = array_shift($avatars); + return $avatar['path'] ?? null; + } + + return null; + } +} diff --git a/system/src/Grav/Common/User/DataUser/UserCollection.php b/system/src/Grav/Common/User/DataUser/UserCollection.php new file mode 100644 index 0000000..3db16d3 --- /dev/null +++ b/system/src/Grav/Common/User/DataUser/UserCollection.php @@ -0,0 +1,163 @@ +className = $className; + } + + /** + * Load user account. + * + * Always creates user object. To check if user exists, use $this->exists(). + * + * @param string $username + * @return UserInterface + */ + public function load($username): UserInterface + { + $username = (string)$username; + + $grav = Grav::instance(); + /** @var UniformResourceLocator $locator */ + $locator = $grav['locator']; + + // Filter username. + $username = $this->filterUsername($username); + + $filename = 'account://' . $username . YAML_EXT; + $path = $locator->findResource($filename) ?: $locator->findResource($filename, true, true); + if (!is_string($path)) { + throw new RuntimeException('Internal Error'); + } + $file = CompiledYamlFile::instance($path); + $content = (array)$file->content() + ['username' => $username, 'state' => 'enabled']; + + $userClass = $this->className; + $callable = static function () { + $blueprints = new Blueprints; + + return $blueprints->get('user/account'); + }; + + /** @var UserInterface $user */ + $user = new $userClass($content, $callable); + $user->file($file); + + return $user; + } + + /** + * Find a user by username, email, etc + * + * @param string $query the query to search for + * @param array $fields the fields to search + * @return UserInterface + */ + public function find($query, $fields = ['username', 'email']): UserInterface + { + $fields = (array)$fields; + + $grav = Grav::instance(); + /** @var UniformResourceLocator $locator */ + $locator = $grav['locator']; + + $account_dir = $locator->findResource('account://'); + if (!is_string($account_dir)) { + return $this->load(''); + } + + $files = array_diff(scandir($account_dir) ?: [], ['.', '..']); + + // Try with username first, you never know! + if (in_array('username', $fields, true)) { + $user = $this->load($query); + unset($fields[array_search('username', $fields, true)]); + } else { + $user = $this->load(''); + } + + // If not found, try the fields + if (!$user->exists()) { + $query = mb_strtolower($query); + foreach ($files as $file) { + if (Utils::endsWith($file, YAML_EXT)) { + $find_user = $this->load(trim(Utils::pathinfo($file, PATHINFO_FILENAME))); + foreach ($fields as $field) { + if (isset($find_user[$field]) && mb_strtolower($find_user[$field]) === $query) { + return $find_user; + } + } + } + } + } + return $user; + } + + /** + * Remove user account. + * + * @param string $username + * @return bool True if the action was performed + */ + public function delete($username): bool + { + $file_path = Grav::instance()['locator']->findResource('account://' . $username . YAML_EXT); + + return $file_path && unlink($file_path); + } + + /** + * @return int + */ + public function count(): int + { + // check for existence of a user account + $account_dir = $file_path = Grav::instance()['locator']->findResource('account://'); + $accounts = glob($account_dir . '/*.yaml') ?: []; + + return count($accounts); + } + + /** + * @param string $username + * @return string + */ + protected function filterUsername(string $username): string + { + return mb_strtolower($username); + } +} diff --git a/system/src/Grav/Common/User/Group.php b/system/src/Grav/Common/User/Group.php new file mode 100644 index 0000000..7f8ab70 --- /dev/null +++ b/system/src/Grav/Common/User/Group.php @@ -0,0 +1,172 @@ +get('groups', []); + } + + /** + * Get the groups list + * + * @return array + * @deprecated 1.7, use $grav['user_groups'] Flex UserGroupCollection instead + */ + public static function groupNames() + { + user_error(__METHOD__ . '() is deprecated since Grav 1.7, use $grav[\'user_groups\'] Flex UserGroupCollection instead', E_USER_DEPRECATED); + + $groups = []; + + foreach (static::groups() as $groupname => $group) { + $groups[$groupname] = $group['readableName'] ?? $groupname; + } + + return $groups; + } + + /** + * Checks if a group exists + * + * @param string $groupname + * @return bool + * @deprecated 1.7, use $grav['user_groups'] Flex UserGroupCollection instead + */ + public static function groupExists($groupname) + { + user_error(__METHOD__ . '() is deprecated since Grav 1.7, use $grav[\'user_groups\'] Flex UserGroupCollection instead', E_USER_DEPRECATED); + + return isset(self::groups()[$groupname]); + } + + /** + * Get a group by name + * + * @param string $groupname + * @return object + * @deprecated 1.7, use $grav['user_groups'] Flex UserGroupCollection instead + */ + public static function load($groupname) + { + user_error(__METHOD__ . '() is deprecated since Grav 1.7, use $grav[\'user_groups\'] Flex UserGroupCollection instead', E_USER_DEPRECATED); + + $groups = self::groups(); + + $content = $groups[$groupname] ?? []; + $content += ['groupname' => $groupname]; + + $blueprints = new Blueprints(); + $blueprint = $blueprints->get('user/group'); + + return new Group($content, $blueprint); + } + + /** + * Save a group + * + * @return void + */ + public function save() + { + $grav = Grav::instance(); + + /** @var Config $config */ + $config = $grav['config']; + + $blueprints = new Blueprints(); + $blueprint = $blueprints->get('user/group'); + + $config->set("groups.{$this->get('groupname')}", []); + + $fields = $blueprint->fields(); + foreach ($fields as $field) { + if ($field['type'] === 'text') { + $value = $field['name']; + if (isset($this->items['data'][$value])) { + $config->set("groups.{$this->get('groupname')}.{$value}", $this->items['data'][$value]); + } + } + if ($field['type'] === 'array' || $field['type'] === 'permissions') { + $value = $field['name']; + $arrayValues = Utils::getDotNotation($this->items['data'], $field['name']); + + if ($arrayValues) { + foreach ($arrayValues as $arrayIndex => $arrayValue) { + $config->set("groups.{$this->get('groupname')}.{$value}.{$arrayIndex}", $arrayValue); + } + } + } + } + + $type = 'groups'; + $blueprints = $this->blueprints(); + + $filename = CompiledYamlFile::instance($grav['locator']->findResource("config://{$type}.yaml")); + + $obj = new Data($config->get($type), $blueprints); + $obj->file($filename); + $obj->save(); + } + + /** + * Remove a group + * + * @param string $groupname + * @return bool True if the action was performed + * @deprecated 1.7, use $grav['user_groups'] Flex UserGroupCollection instead + */ + public static function remove($groupname) + { + user_error(__METHOD__ . '() is deprecated since Grav 1.7, use $grav[\'user_groups\'] Flex UserGroupCollection instead', E_USER_DEPRECATED); + + $grav = Grav::instance(); + + /** @var Config $config */ + $config = $grav['config']; + + $blueprints = new Blueprints(); + $blueprint = $blueprints->get('user/group'); + + $type = 'groups'; + + $groups = $config->get($type); + unset($groups[$groupname]); + $config->set($type, $groups); + + $filename = CompiledYamlFile::instance($grav['locator']->findResource("config://{$type}.yaml")); + + $obj = new Data($groups, $blueprint); + $obj->file($filename); + $obj->save(); + + return true; + } +} diff --git a/system/src/Grav/Common/User/Interfaces/AuthorizeInterface.php b/system/src/Grav/Common/User/Interfaces/AuthorizeInterface.php new file mode 100644 index 0000000..1045522 --- /dev/null +++ b/system/src/Grav/Common/User/Interfaces/AuthorizeInterface.php @@ -0,0 +1,26 @@ +exists(). + * + * @param string $username + * @return UserInterface + */ + public function load($username): UserInterface; + + /** + * Find a user by username, email, etc + * + * @param string $query the query to search for + * @param array $fields the fields to search + * @return UserInterface + */ + public function find($query, $fields = ['username', 'email']): UserInterface; + + /** + * Delete user account. + * + * @param string $username + * @return bool True if user account was found and was deleted. + */ + public function delete($username): bool; +} diff --git a/system/src/Grav/Common/User/Interfaces/UserGroupInterface.php b/system/src/Grav/Common/User/Interfaces/UserGroupInterface.php new file mode 100644 index 0000000..63e103c --- /dev/null +++ b/system/src/Grav/Common/User/Interfaces/UserGroupInterface.php @@ -0,0 +1,18 @@ +get('this.is.my.nested.variable'); + * + * @param string $name Dot separated path to the requested value. + * @param mixed $default Default value (or null). + * @param string|null $separator Separator, defaults to '.' + * @return mixed Value. + */ + public function get($name, $default = null, $separator = null); + + /** + * Set value by using dot notation for nested arrays/objects. + * + * @example $data->set('this.is.my.nested.variable', $value); + * + * @param string $name Dot separated path to the requested value. + * @param mixed $value New value. + * @param string|null $separator Separator, defaults to '.' + * @return $this + */ + public function set($name, $value, $separator = null); + + /** + * Unset value by using dot notation for nested arrays/objects. + * + * @example $data->undef('this.is.my.nested.variable'); + * + * @param string $name Dot separated path to the requested value. + * @param string|null $separator Separator, defaults to '.' + * @return $this + */ + public function undef($name, $separator = null); + + /** + * Set default value by using dot notation for nested arrays/objects. + * + * @example $data->def('this.is.my.nested.variable', 'default'); + * + * @param string $name Dot separated path to the requested value. + * @param mixed $default Default value (or null). + * @param string|null $separator Separator, defaults to '.' + * @return $this + */ + public function def($name, $default = null, $separator = null); + + /** + * Join nested values together by using blueprints. + * + * @param string $name Dot separated path to the requested value. + * @param mixed $value Value to be joined. + * @param string $separator Separator, defaults to '.' + * @return $this + * @throws RuntimeException + */ + public function join($name, $value, $separator = '.'); + + /** + * Get nested structure containing default values defined in the blueprints. + * + * Fields without default value are ignored in the list. + + * @return array + */ + public function getDefaults(); + + /** + * Set default values by using blueprints. + * + * @param string $name Dot separated path to the requested value. + * @param mixed $value Value to be joined. + * @param string $separator Separator, defaults to '.' + * @return $this + */ + public function joinDefaults($name, $value, $separator = '.'); + + /** + * Get value from the configuration and join it with given data. + * + * @param string $name Dot separated path to the requested value. + * @param array|object $value Value to be joined. + * @param string $separator Separator, defaults to '.' + * @return array + * @throws RuntimeException + */ + public function getJoined($name, $value, $separator = '.'); + + /** + * Set default values to the configuration if variables were not set. + * + * @param array $data + * @return $this + */ + public function setDefaults(array $data); + + /** + * Update object with data + * + * @param array $data + * @param array $files + * @return $this + */ + public function update(array $data, array $files = []); + + /** + * Returns whether the data already exists in the storage. + * + * NOTE: This method does not check if the data is current. + * + * @return bool + */ + public function exists(); + + /** + * Return unmodified data as raw string. + * + * NOTE: This function only returns data which has been saved to the storage. + * + * @return string + */ + public function raw(); + + /** + * Authenticate user. + * + * If user password needs to be updated, new information will be saved. + * + * @param string $password Plaintext password. + * @return bool + */ + public function authenticate(string $password): bool; + + /** + * Return media object for the User's avatar. + * + * Note: if there's no local avatar image for the user, you should call getAvatarUrl() to get the external avatar URL. + * + * @return Medium|null + */ + public function getAvatarImage(): ?Medium; + + /** + * Return the User's avatar URL. + * + * @return string + */ + public function getAvatarUrl(): string; +} diff --git a/system/src/Grav/Common/User/Traits/UserTrait.php b/system/src/Grav/Common/User/Traits/UserTrait.php new file mode 100644 index 0000000..8afcac0 --- /dev/null +++ b/system/src/Grav/Common/User/Traits/UserTrait.php @@ -0,0 +1,233 @@ +get('hashed_password'); + + $isHashed = null !== $hash; + if (!$isHashed) { + // If there is no hashed password, fake verify with default hash. + $hash = Grav::instance()['config']->get('system.security.default_hash'); + } + + // Always execute verify() to protect us from timing attacks, but make the test to fail if hashed password wasn't set. + $result = Authentication::verify($password, $hash) && $isHashed; + + $plaintext_password = $this->get('password'); + if (null !== $plaintext_password) { + // Plain-text password is still stored, check if it matches. + if ($password !== $plaintext_password) { + return false; + } + + // Force hash update to get rid of plaintext password. + $result = 2; + } + + if ($result === 2) { + // Password needs to be updated, save the user. + $this->set('password', $password); + $this->undef('hashed_password'); + $this->save(); + } + + return (bool)$result; + } + + /** + * Checks user authorization to the action. + * + * @param string $action + * @param string|null $scope + * @return bool|null + */ + public function authorize(string $action, string $scope = null): ?bool + { + // User needs to be enabled. + if ($this->get('state', 'enabled') !== 'enabled') { + return false; + } + + // User needs to be logged in. + if (!$this->get('authenticated')) { + return false; + } + + // User needs to be authorized (2FA). + if (strpos($action, 'login') === false && !$this->get('authorized', true)) { + return false; + } + + if (null !== $scope) { + $action = $scope . '.' . $action; + } + + $config = Grav::instance()['config']; + $authorized = false; + + //Check group access level + $groups = (array)$this->get('groups'); + foreach ($groups as $group) { + $permission = $config->get("groups.{$group}.access.{$action}"); + $authorized = Utils::isPositive($permission); + if ($authorized === true) { + break; + } + } + + //Check user access level + $access = $this->get('access'); + if ($access && Utils::getDotNotation($access, $action) !== null) { + $permission = $this->get("access.{$action}"); + $authorized = Utils::isPositive($permission); + } + + return $authorized; + } + + /** + * Return media object for the User's avatar. + * + * Note: if there's no local avatar image for the user, you should call getAvatarUrl() to get the external avatar URL. + * + * @return ImageMedium|StaticImageMedium|null + */ + public function getAvatarImage(): ?Medium + { + $avatars = $this->get('avatar'); + if (is_array($avatars) && $avatars) { + $avatar = array_shift($avatars); + + $media = $this->getMedia(); + $name = $avatar['name'] ?? null; + + $image = $name ? $media[$name] : null; + if ($image instanceof ImageMedium || + $image instanceof StaticImageMedium) { + return $image; + } + } + + return null; + } + + /** + * Return the User's avatar URL + * + * @return string + */ + public function getAvatarUrl(): string + { + // Try to locate avatar image. + $avatar = $this->getAvatarImage(); + if ($avatar) { + return $avatar->url(); + } + + // Try if avatar is a sting (URL). + $avatar = $this->get('avatar'); + if (is_string($avatar)) { + return $avatar; + } + + // Try looking for provider. + $provider = $this->get('provider'); + $provider_options = $this->get($provider); + if (is_array($provider_options)) { + if (isset($provider_options['avatar_url']) && is_string($provider_options['avatar_url'])) { + return $provider_options['avatar_url']; + } + if (isset($provider_options['avatar']) && is_string($provider_options['avatar'])) { + return $provider_options['avatar']; + } + } + + $email = $this->get('email'); + $avatar_generator = Grav::instance()['config']->get('system.accounts.avatar', 'multiavatar'); + if ($avatar_generator === 'gravatar') { + if (!$email) { + return ''; + } + + $hash = md5(strtolower(trim($email))); + + return 'https://www.gravatar.com/avatar/' . $hash; + } + + $hash = $this->get('avatar_hash'); + if (!$hash) { + $username = $this->get('username'); + $hash = md5(strtolower(trim($email ?? $username))); + } + + return $this->generateMultiavatar($hash); + } + + /** + * @param string $hash + * @return string + */ + protected function generateMultiavatar(string $hash): string + { + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + + $storage = $locator->findResource('image://multiavatar', true, true); + $avatar_file = "{$storage}/{$hash}.svg"; + + if (!file_exists($storage)) { + Folder::create($storage); + } + + if (!file_exists($avatar_file)) { + $mavatar = new Multiavatar(); + + file_put_contents($avatar_file, $mavatar->generate($hash, null, null)); + } + + $avatar_url = $locator->findResource("image://multiavatar/{$hash}.svg", false, true); + + return Utils::url($avatar_url); + + } + + abstract public function get($name, $default = null, $separator = null); + abstract public function set($name, $value, $separator = null); + abstract public function undef($name, $separator = null); + abstract public function save(); +} diff --git a/system/src/Grav/Common/User/User.php b/system/src/Grav/Common/User/User.php new file mode 100644 index 0000000..e87302e --- /dev/null +++ b/system/src/Grav/Common/User/User.php @@ -0,0 +1,144 @@ +exists(). + * + * @param string $username + * @return UserInterface + * @deprecated 1.6 Use $grav['accounts']->load(...) instead. + */ + public static function load($username) + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.6, use $grav[\'accounts\']->' . __FUNCTION__ . '() instead', E_USER_DEPRECATED); + + return static::getCollection()->load($username); + } + + /** + * Find a user by username, email, etc + * + * Always creates user object. To check if user exists, use $this->exists(). + * + * @param string $query the query to search for + * @param array $fields the fields to search + * @return UserInterface + * @deprecated 1.6 Use $grav['accounts']->find(...) instead. + */ + public static function find($query, $fields = ['username', 'email']) + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.6, use $grav[\'accounts\']->' . __FUNCTION__ . '() instead', E_USER_DEPRECATED); + + return static::getCollection()->find($query, $fields); + } + + /** + * Remove user account. + * + * @param string $username + * @return bool True if the action was performed + * @deprecated 1.6 Use $grav['accounts']->delete(...) instead. + */ + public static function remove($username) + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.6, use $grav[\'accounts\']->delete() instead', E_USER_DEPRECATED); + + return static::getCollection()->delete($username); + } + + /** + * @return UserCollectionInterface + */ + protected static function getCollection() + { + return Grav::instance()['accounts']; + } + } +} else { + /** + * @deprecated 1.6 Use $grav['accounts'] instead of static calls. In type hints, use UserInterface. + */ + class User extends DataUser\User + { + /** + * Load user account. + * + * Always creates user object. To check if user exists, use $this->exists(). + * + * @param string $username + * @return UserInterface + * @deprecated 1.6 Use $grav['accounts']->load(...) instead. + */ + public static function load($username) + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.6, use $grav[\'accounts\']->' . __FUNCTION__ . '() instead', E_USER_DEPRECATED); + + return static::getCollection()->load($username); + } + + /** + * Find a user by username, email, etc + * + * Always creates user object. To check if user exists, use $this->exists(). + * + * @param string $query the query to search for + * @param array $fields the fields to search + * @return UserInterface + * @deprecated 1.6 Use $grav['accounts']->find(...) instead. + */ + public static function find($query, $fields = ['username', 'email']) + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.6, use $grav[\'accounts\']->' . __FUNCTION__ . '() instead', E_USER_DEPRECATED); + + return static::getCollection()->find($query, $fields); + } + + /** + * Remove user account. + * + * @param string $username + * @return bool True if the action was performed + * @deprecated 1.6 Use $grav['accounts']->delete(...) instead. + */ + public static function remove($username) + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.6, use $grav[\'accounts\']->delete() instead', E_USER_DEPRECATED); + + return static::getCollection()->delete($username); + } + + /** + * @return UserCollectionInterface + */ + protected static function getCollection() + { + return Grav::instance()['accounts']; + } + } +} diff --git a/system/src/Grav/Common/Utils.php b/system/src/Grav/Common/Utils.php new file mode 100644 index 0000000..582fe5e --- /dev/null +++ b/system/src/Grav/Common/Utils.php @@ -0,0 +1,2227 @@ +schemeExists($scheme)) { + // If scheme does not exists as a stream, assume it's external. + return str_replace(' ', '%20', $input); + } + + // Attempt to find the resource (because of parse_url() we need to put host back to path). + $resource = $locator->findResource("{$scheme}://{$host}{$path}", false); + + if ($resource === false) { + if (!$fail_gracefully) { + return false; + } + + // Return location where the file would be if it was saved. + $resource = $locator->findResource("{$scheme}://{$host}{$path}", false, true); + } + } elseif ($host || $port) { + // If URL doesn't have scheme but has host or port, it is external. + return str_replace(' ', '%20', $input); + } + + if (!empty($resource)) { + // Add query string back. + if (isset($parts['query'])) { + $resource .= '?' . $parts['query']; + } + + // Add fragment back. + if (isset($parts['fragment'])) { + $resource .= '#' . $parts['fragment']; + } + } + } else { + // Not a valid URL (can still be a stream). + $resource = $locator->findResource($input, false); + } + } else { + // Just a path. + /** @var Pages $pages */ + $pages = $grav['pages']; + + // Is this a page? + $page = $pages->find($input, true); + if ($page && $page->routable()) { + return $page->url($domain); + } + + $root = preg_quote($uri->rootUrl(), '#'); + $pattern = '#(' . $root . '$|' . $root . '/)#'; + if (!empty($root) && preg_match($pattern, $input, $matches)) { + $input = static::replaceFirstOccurrence($matches[0], '', $input); + } + + $input = ltrim($input, '/'); + $resource = $input; + } + + if (!$fail_gracefully && $resource === false) { + return false; + } + + $domain = $domain ?: $grav['config']->get('system.absolute_urls', false); + + return rtrim($uri->rootUrl($domain), '/') . '/' . ($resource ?: ''); + } + + /** + * Helper method to find the full path to a file, be it a stream, a relative path, or + * already a full path + * + * @param string $path + * @return string + */ + public static function fullPath($path) + { + $locator = Grav::instance()['locator']; + + if ($locator->isStream($path)) { + $path = $locator->findResource($path, true); + } elseif (!static::startsWith($path, GRAV_ROOT)) { + $base_url = Grav::instance()['base_url']; + $path = GRAV_ROOT . '/' . ltrim(static::replaceFirstOccurrence($base_url, '', $path), '/'); + } + + return $path; + } + + + /** + * Check if the $haystack string starts with the substring $needle + * + * @param string $haystack + * @param string|string[] $needle + * @param bool $case_sensitive + * @return bool + */ + public static function startsWith($haystack, $needle, $case_sensitive = true) + { + $status = false; + + $compare_func = $case_sensitive ? 'mb_strpos' : 'mb_stripos'; + + foreach ((array)$needle as $each_needle) { + $status = $each_needle === '' || $compare_func((string) $haystack, $each_needle) === 0; + if ($status) { + break; + } + } + + return $status; + } + + /** + * Check if the $haystack string ends with the substring $needle + * + * @param string $haystack + * @param string|string[] $needle + * @param bool $case_sensitive + * @return bool + */ + public static function endsWith($haystack, $needle, $case_sensitive = true) + { + $status = false; + + $compare_func = $case_sensitive ? 'mb_strrpos' : 'mb_strripos'; + + foreach ((array)$needle as $each_needle) { + $expectedPosition = mb_strlen((string) $haystack) - mb_strlen($each_needle); + $status = $each_needle === '' || $compare_func((string) $haystack, $each_needle, 0) === $expectedPosition; + if ($status) { + break; + } + } + + return $status; + } + + /** + * Check if the $haystack string contains the substring $needle + * + * @param string $haystack + * @param string|string[] $needle + * @param bool $case_sensitive + * @return bool + */ + public static function contains($haystack, $needle, $case_sensitive = true) + { + $status = false; + + $compare_func = $case_sensitive ? 'mb_strpos' : 'mb_stripos'; + + foreach ((array)$needle as $each_needle) { + $status = $each_needle === '' || $compare_func((string) $haystack, $each_needle) !== false; + if ($status) { + break; + } + } + + return $status; + } + + /** + * Function that can match wildcards + * + * match_wildcard('foo*', $test), // TRUE + * match_wildcard('bar*', $test), // FALSE + * match_wildcard('*bar*', $test), // TRUE + * match_wildcard('**blob**', $test), // TRUE + * match_wildcard('*a?d*', $test), // TRUE + * match_wildcard('*etc**', $test) // TRUE + * + * @param string $wildcard_pattern + * @param string $haystack + * @return false|int + */ + public static function matchWildcard($wildcard_pattern, $haystack) + { + $regex = str_replace( + array("\*", "\?"), // wildcard chars + array('.*', '.'), // regexp chars + preg_quote($wildcard_pattern, '/') + ); + + return preg_match('/^' . $regex . '$/is', $haystack); + } + + /** + * Render simple template filling up the variables in it. If value is not defined, leave it as it was. + * + * @param string $template Template string + * @param array $variables Variables with values + * @param array $brackets Optional array of opening and closing brackets or symbols + * @return string Final string filled with values + */ + public static function simpleTemplate(string $template, array $variables, array $brackets = ['{', '}']): string + { + $opening = $brackets[0] ?? '{'; + $closing = $brackets[1] ?? '}'; + $expression = '/' . preg_quote($opening, '/') . '(.*?)' . preg_quote($closing, '/') . '/'; + $callback = static function ($match) use ($variables) { + return $variables[$match[1]] ?? $match[0]; + }; + + return preg_replace_callback($expression, $callback, $template); + } + + /** + * Returns the substring of a string up to a specified needle. if not found, return the whole haystack + * + * @param string $haystack + * @param string $needle + * @param bool $case_sensitive + * + * @return string + */ + public static function substrToString($haystack, $needle, $case_sensitive = true) + { + $compare_func = $case_sensitive ? 'mb_strpos' : 'mb_stripos'; + + if (static::contains($haystack, $needle, $case_sensitive)) { + return mb_substr($haystack, 0, $compare_func($haystack, $needle, $case_sensitive)); + } + + return $haystack; + } + + /** + * Utility method to replace only the first occurrence in a string + * + * @param string $search + * @param string $replace + * @param string $subject + * + * @return string + */ + public static function replaceFirstOccurrence($search, $replace, $subject) + { + if (!$search) { + return $subject; + } + + $pos = mb_strpos($subject, $search); + if ($pos !== false) { + $subject = static::mb_substr_replace($subject, $replace, $pos, mb_strlen($search)); + } + + + return $subject; + } + + /** + * Utility method to replace only the last occurrence in a string + * + * @param string $search + * @param string $replace + * @param string $subject + * @return string + */ + public static function replaceLastOccurrence($search, $replace, $subject) + { + $pos = strrpos($subject, $search); + + if ($pos !== false) { + $subject = static::mb_substr_replace($subject, $replace, $pos, mb_strlen($search)); + } + + return $subject; + } + + /** + * Multibyte compatible substr_replace + * + * @param string $original + * @param string $replacement + * @param int $position + * @param int $length + * @return string + */ + public static function mb_substr_replace($original, $replacement, $position, $length) + { + $startString = mb_substr($original, 0, $position, 'UTF-8'); + $endString = mb_substr($original, $position + $length, mb_strlen($original), 'UTF-8'); + + return $startString . $replacement . $endString; + } + + /** + * Merge two objects into one. + * + * @param object $obj1 + * @param object $obj2 + * + * @return object + */ + public static function mergeObjects($obj1, $obj2) + { + return (object)array_merge((array)$obj1, (array)$obj2); + } + + /** + * @param array $array + * @return bool + */ + public static function isAssoc(array $array) + { + return (array_values($array) !== $array); + } + + /** + * Lowercase an entire array. Useful when combined with `in_array()` + * + * @param array $a + * @return array|false + */ + public static function arrayLower(array $a) + { + return array_map('mb_strtolower', $a); + } + + /** + * Simple function to remove item/s in an array by value + * + * @param array $search + * @param string|array $value + * @return array + */ + public static function arrayRemoveValue(array $search, $value) + { + foreach ((array)$value as $val) { + $key = array_search($val, $search); + if ($key !== false) { + unset($search[$key]); + } + } + return $search; + } + + /** + * Recursive Merge with uniqueness + * + * @param array $array1 + * @param array $array2 + * @return array + */ + public static function arrayMergeRecursiveUnique($array1, $array2) + { + if (empty($array1)) { + // Optimize the base case + return $array2; + } + + foreach ($array2 as $key => $value) { + if (is_array($value) && isset($array1[$key]) && is_array($array1[$key])) { + $value = static::arrayMergeRecursiveUnique($array1[$key], $value); + } + $array1[$key] = $value; + } + + return $array1; + } + + /** + * Returns an array with the differences between $array1 and $array2 + * + * @param array $array1 + * @param array $array2 + * @return array + */ + public static function arrayDiffMultidimensional($array1, $array2) + { + $result = array(); + foreach ($array1 as $key => $value) { + if (!is_array($array2) || !array_key_exists($key, $array2)) { + $result[$key] = $value; + continue; + } + if (is_array($value)) { + $recursiveArrayDiff = static::ArrayDiffMultidimensional($value, $array2[$key]); + if (count($recursiveArrayDiff)) { + $result[$key] = $recursiveArrayDiff; + } + continue; + } + if ($value != $array2[$key]) { + $result[$key] = $value; + } + } + + return $result; + } + + /** + * Array combine but supports different array lengths + * + * @param array $arr1 + * @param array $arr2 + * @return array|false + */ + public static function arrayCombine($arr1, $arr2) + { + $count = min(count($arr1), count($arr2)); + + return array_combine(array_slice($arr1, 0, $count), array_slice($arr2, 0, $count)); + } + + /** + * Array is associative or not + * + * @param array $arr + * @return bool + */ + public static function arrayIsAssociative($arr) + { + if ([] === $arr) { + return false; + } + + return array_keys($arr) !== range(0, count($arr) - 1); + } + + /** + * Return the Grav date formats allowed + * + * @return array + */ + public static function dateFormats() + { + $now = new DateTime(); + + $date_formats = [ + 'd-m-Y H:i' => 'd-m-Y H:i (e.g. ' . $now->format('d-m-Y H:i') . ')', + 'Y-m-d H:i' => 'Y-m-d H:i (e.g. ' . $now->format('Y-m-d H:i') . ')', + 'm/d/Y h:i a' => 'm/d/Y h:i a (e.g. ' . $now->format('m/d/Y h:i a') . ')', + 'H:i d-m-Y' => 'H:i d-m-Y (e.g. ' . $now->format('H:i d-m-Y') . ')', + 'h:i a m/d/Y' => 'h:i a m/d/Y (e.g. ' . $now->format('h:i a m/d/Y') . ')', + ]; + $default_format = Grav::instance()['config']->get('system.pages.dateformat.default'); + if ($default_format) { + $date_formats = array_merge([$default_format => $default_format . ' (e.g. ' . $now->format($default_format) . ')'], $date_formats); + } + + return $date_formats; + } + + /** + * Get current date/time + * + * @param string|null $default_format + * @return string + * @throws Exception + */ + public static function dateNow($default_format = null) + { + $now = new DateTime(); + + if (null === $default_format) { + $default_format = Grav::instance()['config']->get('system.pages.dateformat.default'); + } + + return $now->format($default_format); + } + + /** + * Truncate text by number of characters but can cut off words. + * + * @param string $string + * @param int $limit Max number of characters. + * @param bool $up_to_break truncate up to breakpoint after char count + * @param string $break Break point. + * @param string $pad Appended padding to the end of the string. + * @return string + */ + public static function truncate($string, $limit = 150, $up_to_break = false, $break = ' ', $pad = '…') + { + // return with no change if string is shorter than $limit + if (mb_strlen($string) <= $limit) { + return $string; + } + + // is $break present between $limit and the end of the string? + if ($up_to_break && false !== ($breakpoint = mb_strpos($string, $break, $limit))) { + if ($breakpoint < mb_strlen($string) - 1) { + $string = mb_substr($string, 0, $breakpoint) . $pad; + } + } else { + $string = mb_substr($string, 0, $limit) . $pad; + } + + return $string; + } + + /** + * Truncate text by number of characters in a "word-safe" manor. + * + * @param string $string + * @param int $limit + * @return string + */ + public static function safeTruncate($string, $limit = 150) + { + return static::truncate($string, $limit, true); + } + + + /** + * Truncate HTML by number of characters. not "word-safe"! + * + * @param string $text + * @param int $length in characters + * @param string $ellipsis + * @return string + */ + public static function truncateHtml($text, $length = 100, $ellipsis = '...') + { + return Truncator::truncateLetters($text, $length, $ellipsis); + } + + /** + * Truncate HTML by number of characters in a "word-safe" manor. + * + * @param string $text + * @param int $length in words + * @param string $ellipsis + * @return string + */ + public static function safeTruncateHtml($text, $length = 25, $ellipsis = '...') + { + return Truncator::truncateWords($text, $length, $ellipsis); + } + + /** + * Generate a random string of a given length + * + * @param int $length + * @return string + */ + public static function generateRandomString($length = 5) + { + return substr(str_shuffle('0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'), 0, $length); + } + + /** + * Generates a random string with configurable length, prefix and suffix. + * Unlike the built-in `uniqid()`, this string is non-conflicting and safe + * + * @param int $length + * @param array $options + * @return string + * @throws Exception + */ + public static function uniqueId(int $length = 13, array $options = []): string + { + $options = array_merge(['prefix' => '', 'suffix' => ''], $options); + $bytes = random_bytes(ceil($length / 2)); + + return $options['prefix'] . substr(bin2hex($bytes), 0, $length) . $options['suffix']; + } + + /** + * Provides the ability to download a file to the browser + * + * @param string $file the full path to the file to be downloaded + * @param bool $force_download as opposed to letting browser choose if to download or render + * @param int $sec Throttling, try 0.1 for some speed throttling of downloads + * @param int $bytes Size of chunks to send in bytes. Default is 1024 + * @param array $options Extra options: [mime, download_name, expires] + * @throws Exception + */ + public static function download($file, $force_download = true, $sec = 0, $bytes = 1024, array $options = []) + { + $grav = Grav::instance(); + + if (file_exists($file)) { + // fire download event + $grav->fireEvent('onBeforeDownload', new Event(['file' => $file, 'options' => &$options])); + + $file_parts = static::pathinfo($file); + $mimetype = $options['mime'] ?? static::getMimeByExtension($file_parts['extension']); + $size = filesize($file); // File size + + $grav->cleanOutputBuffers(); + + // required for IE, otherwise Content-Disposition may be ignored + if (ini_get('zlib.output_compression')) { + ini_set('zlib.output_compression', 'Off'); + } + + header('Content-Type: ' . $mimetype); + header('Accept-Ranges: bytes'); + + if ($force_download) { + // output the regular HTTP headers + header('Content-Disposition: attachment; filename="' . ($options['download_name'] ?? $file_parts['basename']) . '"'); + } + + // multipart-download and download resuming support + if (isset($_SERVER['HTTP_RANGE'])) { + [$a, $range] = explode('=', $_SERVER['HTTP_RANGE'], 2); + [$range] = explode(',', $range, 2); + [$range, $range_end] = explode('-', $range); + $range = (int)$range; + if (!$range_end) { + $range_end = $size - 1; + } else { + $range_end = (int)$range_end; + } + $new_length = $range_end - $range + 1; + header('HTTP/1.1 206 Partial Content'); + header("Content-Length: {$new_length}"); + header("Content-Range: bytes {$range}-{$range_end}/{$size}"); + } else { + $range = 0; + $new_length = $size; + header('Content-Length: ' . $size); + + if ($grav['config']->get('system.cache.enabled')) { + $expires = $options['expires'] ?? $grav['config']->get('system.pages.expires'); + if ($expires > 0) { + $expires_date = gmdate('D, d M Y H:i:s T', time() + $expires); + header('Cache-Control: max-age=' . $expires); + header('Expires: ' . $expires_date); + header('Pragma: cache'); + } + header('Last-Modified: ' . gmdate('D, d M Y H:i:s T', filemtime($file))); + + // Return 304 Not Modified if the file is already cached in the browser + if (isset($_SERVER['HTTP_IF_MODIFIED_SINCE']) && + strtotime($_SERVER['HTTP_IF_MODIFIED_SINCE']) >= filemtime($file)) { + header('HTTP/1.1 304 Not Modified'); + exit(); + } + } + } + + /* output the file itself */ + $chunksize = $bytes * 8; //you may want to change this + $bytes_send = 0; + + $fp = @fopen($file, 'rb'); + if ($fp) { + if ($range) { + fseek($fp, $range); + } + while (!feof($fp) && (!connection_aborted()) && ($bytes_send < $new_length)) { + $buffer = fread($fp, $chunksize); + echo($buffer); //echo($buffer); // is also possible + flush(); + usleep($sec * 1000000); + $bytes_send += strlen($buffer); + } + fclose($fp); + } else { + throw new RuntimeException('Error - can not open file.'); + } + + exit; + } + } + + /** + * Returns the output render format, usually the extension provided in the URL. (e.g. `html`, `json`, `xml`, etc). + * + * @return string + */ + public static function getPageFormat(): string + { + /** @var Uri $uri */ + $uri = Grav::instance()['uri']; + + // Set from uri extension + $uri_extension = $uri->extension(); + if (is_string($uri_extension) && $uri->isValidExtension($uri_extension)) { + return ($uri_extension); + } + + // Use content negotiation via the `accept:` header + $http_accept = $_SERVER['HTTP_ACCEPT'] ?? null; + if (is_string($http_accept)) { + $negotiator = new Negotiator(); + + $supported_types = static::getSupportPageTypes(['html', 'json']); + $priorities = static::getMimeTypes($supported_types); + + $media_type = $negotiator->getBest($http_accept, $priorities); + $mimetype = $media_type instanceof Accept ? $media_type->getValue() : ''; + + return static::getExtensionByMime($mimetype); + } + + return 'html'; + } + + /** + * Return the mimetype based on filename extension + * + * @param string $extension Extension of file (eg "txt") + * @param string $default + * @return string + */ + public static function getMimeByExtension($extension, $default = 'application/octet-stream') + { + $extension = strtolower($extension); + + // look for some standard types + switch ($extension) { + case null: + return $default; + case 'json': + return 'application/json'; + case 'html': + return 'text/html'; + case 'atom': + return 'application/atom+xml'; + case 'rss': + return 'application/rss+xml'; + case 'xml': + return 'application/xml'; + } + + $media_types = Grav::instance()['config']->get('media.types'); + + return $media_types[$extension]['mime'] ?? $default; + } + + /** + * Get all the mimetypes for an array of extensions + * + * @param array $extensions + * @return array + */ + public static function getMimeTypes(array $extensions) + { + $mimetypes = []; + foreach ($extensions as $extension) { + $mimetype = static::getMimeByExtension($extension, false); + if ($mimetype && !in_array($mimetype, $mimetypes)) { + $mimetypes[] = $mimetype; + } + } + return $mimetypes; + } + + /** + * Return all extensions for given mimetype. The first extension is the default one. + * + * @param string $mime Mime type (eg 'image/jpeg') + * @return string[] List of extensions eg. ['jpg', 'jpe', 'jpeg'] + */ + public static function getExtensionsByMime($mime) + { + $mime = strtolower($mime); + + $media_types = (array)Grav::instance()['config']->get('media.types'); + + $list = []; + foreach ($media_types as $extension => $type) { + if ($extension === '' || $extension === 'defaults') { + continue; + } + + if (isset($type['mime']) && $type['mime'] === $mime) { + $list[] = $extension; + } + } + + return $list; + } + + /** + * Return the mimetype based on filename extension + * + * @param string $mime mime type (eg "text/html") + * @param string $default default value + * @return string + */ + public static function getExtensionByMime($mime, $default = 'html') + { + $mime = strtolower($mime); + + // look for some standard mime types + switch ($mime) { + case '*/*': + case 'text/*': + case 'text/html': + return 'html'; + case 'application/json': + return 'json'; + case 'application/atom+xml': + return 'atom'; + case 'application/rss+xml': + return 'rss'; + case 'application/xml': + return 'xml'; + } + + $media_types = (array)Grav::instance()['config']->get('media.types'); + + foreach ($media_types as $extension => $type) { + if ($extension === 'defaults') { + continue; + } + if (isset($type['mime']) && $type['mime'] === $mime) { + return $extension; + } + } + + return $default; + } + + /** + * Get all the extensions for an array of mimetypes + * + * @param array $mimetypes + * @return array + */ + public static function getExtensions(array $mimetypes) + { + $extensions = []; + foreach ($mimetypes as $mimetype) { + $extension = static::getExtensionByMime($mimetype, false); + if ($extension && !in_array($extension, $extensions, true)) { + $extensions[] = $extension; + } + } + + return $extensions; + } + + /** + * Return the mimetype based on filename + * + * @param string $filename Filename or path to file + * @param string $default default value + * @return string + */ + public static function getMimeByFilename($filename, $default = 'application/octet-stream') + { + return static::getMimeByExtension(static::pathinfo($filename, PATHINFO_EXTENSION), $default); + } + + /** + * Return the mimetype based on existing local file + * + * @param string $filename Path to the file + * @param string $default + * @return string|bool + */ + public static function getMimeByLocalFile($filename, $default = 'application/octet-stream') + { + $type = false; + + // For local files we can detect type by the file content. + if (!stream_is_local($filename) || !file_exists($filename)) { + return false; + } + + // Prefer using finfo if it exists. + if (extension_loaded('fileinfo')) { + $finfo = finfo_open(FILEINFO_SYMLINK | FILEINFO_MIME_TYPE); + $type = finfo_file($finfo, $filename); + finfo_close($finfo); + } else { + // Fall back to use getimagesize() if it is available (not recommended, but better than nothing) + $info = @getimagesize($filename); + if ($info) { + $type = $info['mime']; + } + } + + return $type ?: static::getMimeByFilename($filename, $default); + } + + + /** + * Returns true if filename is considered safe. + * + * @param string $filename + * @return bool + */ + public static function checkFilename($filename): bool + { + $dangerous_extensions = Grav::instance()['config']->get('security.uploads_dangerous_extensions', []); + $extension = mb_strtolower(static::pathinfo($filename, PATHINFO_EXTENSION)); + + return !( + // Empty filenames are not allowed. + !$filename + // Filename should not contain horizontal/vertical tabs, newlines, nils or back/forward slashes. + || strtr($filename, "\t\v\n\r\0\\/", '_______') !== $filename + // Filename should not start or end with dot or space. + || trim($filename, '. ') !== $filename + // Filename should not contain path traversal + || str_replace('..', '', $filename) !== $filename + // File extension should not be part of configured dangerous extensions + || in_array($extension, $dangerous_extensions) + ); + } + + /** + * Unicode-safe version of PHP’s pathinfo() function. + * + * @link https://www.php.net/manual/en/function.pathinfo.php + * + * @param string $path + * @param int|null $flags + * @return array|string + */ + public static function pathinfo($path, int $flags = null) + { + $path = str_replace(['%2F', '%5C'], ['/', '\\'], rawurlencode($path)); + + if (null === $flags) { + $info = pathinfo($path); + } else { + $info = pathinfo($path, $flags); + } + + if (is_array($info)) { + return array_map('rawurldecode', $info); + } + + return rawurldecode($info); + } + + /** + * Unicode-safe version of the PHP basename() function. + * + * @link https://www.php.net/manual/en/function.basename.php + * + * @param string $path + * @param string $suffix + * @return string + */ + public static function basename($path, string $suffix = ''): string + { + return rawurldecode(basename(str_replace(['%2F', '%5C'], '/', rawurlencode($path)), $suffix)); + } + + /** + * Normalize path by processing relative `.` and `..` syntax and merging path + * + * @param string $path + * @return string + */ + public static function normalizePath($path) + { + // Resolve any streams + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + if ($locator->isStream($path)) { + $path = $locator->findResource($path); + } + + // Set root properly for any URLs + $root = ''; + preg_match(self::ROOTURL_REGEX, $path, $matches); + if ($matches) { + $root = $matches[1]; + $path = $matches[2]; + } + + // Strip off leading / to ensure explode is accurate + if (static::startsWith($path, '/')) { + $root .= '/'; + $path = ltrim($path, '/'); + } + + // If there are any relative paths (..) handle those + if (static::contains($path, '..')) { + $segments = explode('/', trim($path, '/')); + $ret = []; + foreach ($segments as $segment) { + if (($segment === '.') || $segment === '') { + continue; + } + if ($segment === '..') { + array_pop($ret); + } else { + $ret[] = $segment; + } + } + $path = implode('/', $ret); + } + + // Stick everything back together + $normalized = $root . $path; + + return $normalized; + } + + /** + * Check whether a function exists. + * + * Disabled functions count as non-existing functions, just like in PHP 8+. + * + * @param string $function the name of the function to check + * @return bool + */ + public static function functionExists($function): bool + { + if (!function_exists($function)) { + return false; + } + + // In PHP 7 we need to also exclude disabled methods. + return !static::isFunctionDisabled($function); + } + + /** + * Check whether a function is disabled in the PHP settings + * + * @param string $function the name of the function to check + * @return bool + */ + public static function isFunctionDisabled($function): bool + { + static $list; + + if (null === $list) { + $str = trim(ini_get('disable_functions') . ',' . ini_get('suhosin.executor.func.blacklist'), ','); + $list = $str ? array_flip(preg_split('/\s*,\s*/', $str)) : []; + } + + return array_key_exists($function, $list); + } + + /** + * Get the formatted timezones list + * + * @return array + */ + public static function timezones() + { + $timezones = DateTimeZone::listIdentifiers(DateTimeZone::ALL); + $offsets = []; + $testDate = new DateTime(); + + foreach ($timezones as $zone) { + $tz = new DateTimeZone($zone); + $offsets[$zone] = $tz->getOffset($testDate); + } + + asort($offsets); + + $timezone_list = []; + foreach ($offsets as $timezone => $offset) { + $offset_prefix = $offset < 0 ? '-' : '+'; + $offset_formatted = gmdate('H:i', abs($offset)); + + $pretty_offset = "UTC{$offset_prefix}{$offset_formatted}"; + + $timezone_list[$timezone] = "({$pretty_offset}) " . str_replace('_', ' ', $timezone); + } + + return $timezone_list; + } + + /** + * Recursively filter an array, filtering values by processing them through the $fn function argument + * + * @param array $source the Array to filter + * @param callable $fn the function to pass through each array item + * @return array + */ + public static function arrayFilterRecursive(array $source, $fn) + { + $result = []; + foreach ($source as $key => $value) { + if (is_array($value)) { + $result[$key] = static::arrayFilterRecursive($value, $fn); + continue; + } + if ($fn($key, $value)) { + $result[$key] = $value; // KEEP + continue; + } + } + + return $result; + } + + /** + * Flatten a multi-dimensional associative array into query params. + * + * @param array $array + * @param string $prepend + * @return array + */ + public static function arrayToQueryParams($array, $prepend = '') + { + $results = []; + foreach ($array as $key => $value) { + $name = $prepend ? $prepend . '[' . $key . ']' : $key; + + if (is_array($value)) { + $results = array_merge($results, static::arrayToQueryParams($value, $name)); + } else { + $results[$name] = $value; + } + } + + return $results; + } + + /** + * Flatten an array + * + * @param array $array + * @return array + */ + public static function arrayFlatten($array) + { + $flatten = []; + foreach ($array as $key => $inner) { + if (is_array($inner)) { + foreach ($inner as $inner_key => $value) { + $flatten[$inner_key] = $value; + } + } else { + $flatten[$key] = $inner; + } + } + + return $flatten; + } + + /** + * Flatten a multi-dimensional associative array into dot notation + * + * @param array $array + * @param string $prepend + * @return array + */ + public static function arrayFlattenDotNotation($array, $prepend = '') + { + $results = array(); + foreach ($array as $key => $value) { + if (is_array($value)) { + $results = array_merge($results, static::arrayFlattenDotNotation($value, $prepend . $key . '.')); + } else { + $results[$prepend . $key] = $value; + } + } + + return $results; + } + + /** + * Opposite of flatten, convert flat dot notation array to multi dimensional array. + * + * If any of the parent has a scalar value, all children get ignored: + * + * admin.pages=true + * admin.pages.read=true + * + * becomes + * + * admin: + * pages: true + * + * @param array $array + * @param string $separator + * @return array + */ + public static function arrayUnflattenDotNotation($array, $separator = '.') + { + $newArray = []; + foreach ($array as $key => $value) { + $dots = explode($separator, $key); + if (count($dots) > 1) { + $last = &$newArray[$dots[0]]; + foreach ($dots as $k => $dot) { + if ($k === 0) { + continue; + } + + // Cannot use a scalar value as an array + if (null !== $last && !is_array($last)) { + continue 2; + } + + $last = &$last[$dot]; + } + + // Cannot use a scalar value as an array + if (null !== $last && !is_array($last)) { + continue; + } + + $last = $value; + } else { + $newArray[$key] = $value; + } + } + + return $newArray; + } + + /** + * Checks if the passed path contains the language code prefix + * + * @param string $string The path + * + * @return bool|string Either false or the language + * + */ + public static function pathPrefixedByLangCode($string) + { + $languages_enabled = Grav::instance()['config']->get('system.languages.supported', []); + $parts = explode('/', trim($string, '/')); + + if (count($parts) > 0 && in_array($parts[0], $languages_enabled)) { + return $parts[0]; + } + return false; + } + + /** + * Get the timestamp of a date + * + * @param string $date a String expressed in the system.pages.dateformat.default format, with fallback to a + * strtotime argument + * @param string|null $format a date format to use if possible + * @return int the timestamp + */ + public static function date2timestamp($date, $format = null) + { + $config = Grav::instance()['config']; + $dateformat = $format ?: $config->get('system.pages.dateformat.default'); + + // try to use DateTime and default format + if ($dateformat) { + $datetime = DateTime::createFromFormat($dateformat, $date); + } else { + try { + $datetime = new DateTime($date); + } catch (Exception $e) { + $datetime = false; + } + } + + // fallback to strtotime() if DateTime approach failed + if ($datetime !== false) { + return $datetime->getTimestamp(); + } + + return strtotime($date); + } + + /** + * @param array $array + * @param string $path + * @param null $default + * @return mixed + * + * @deprecated 1.5 Use ->getDotNotation() method instead. + */ + public static function resolve(array $array, $path, $default = null) + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.5, use ->getDotNotation() method instead', E_USER_DEPRECATED); + + return static::getDotNotation($array, $path, $default); + } + + /** + * Checks if a value is positive (true) + * + * @param string $value + * @return bool + */ + public static function isPositive($value) + { + return in_array($value, [true, 1, '1', 'yes', 'on', 'true'], true); + } + + /** + * Checks if a value is negative (false) + * + * @param string $value + * @return bool + */ + public static function isNegative($value) + { + return in_array($value, [false, 0, '0', 'no', 'off', 'false'], true); + } + + /** + * Generates a nonce string to be hashed. Called by self::getNonce() + * We removed the IP portion in this version because it causes too many inconsistencies + * with reverse proxy setups. + * + * @param string $action + * @param bool $previousTick if true, generates the token for the previous tick (the previous 12 hours) + * @return string the nonce string + */ + private static function generateNonceString($action, $previousTick = false) + { + $grav = Grav::instance(); + + $username = isset($grav['user']) ? $grav['user']->username : ''; + $token = session_id(); + $i = self::nonceTick(); + + if ($previousTick) { + $i--; + } + + return ($i . '|' . $action . '|' . $username . '|' . $token . '|' . $grav['config']->get('security.salt')); + } + + /** + * Get the time-dependent variable for nonce creation. + * + * Now a tick lasts a day. Once the day is passed, the nonce is not valid any more. Find a better way + * to ensure nonces issued near the end of the day do not expire in that small amount of time + * + * @return int the time part of the nonce. Changes once every 24 hours + */ + private static function nonceTick() + { + $secondsInHalfADay = 60 * 60 * 12; + + return (int)ceil(time() / $secondsInHalfADay); + } + + /** + * Creates a hashed nonce tied to the passed action. Tied to the current user and time. The nonce for a given + * action is the same for 12 hours. + * + * @param string $action the action the nonce is tied to (e.g. save-user-admin or move-page-homepage) + * @param bool $previousTick if true, generates the token for the previous tick (the previous 12 hours) + * @return string the nonce + */ + public static function getNonce($action, $previousTick = false) + { + // Don't regenerate this again if not needed + if (isset(static::$nonces[$action][$previousTick])) { + return static::$nonces[$action][$previousTick]; + } + $nonce = md5(self::generateNonceString($action, $previousTick)); + static::$nonces[$action][$previousTick] = $nonce; + + return static::$nonces[$action][$previousTick]; + } + + /** + * Verify the passed nonce for the give action + * + * @param string|string[] $nonce the nonce to verify + * @param string $action the action to verify the nonce to + * @return boolean verified or not + */ + public static function verifyNonce($nonce, $action) + { + //Safety check for multiple nonces + if (is_array($nonce)) { + $nonce = array_shift($nonce); + } + + //Nonce generated 0-12 hours ago + if ($nonce === self::getNonce($action)) { + return true; + } + + //Nonce generated 12-24 hours ago + return $nonce === self::getNonce($action, true); + } + + /** + * Simple helper method to get whether or not the admin plugin is active + * + * @return bool + */ + public static function isAdminPlugin() + { + return isset(Grav::instance()['admin']); + } + + /** + * Get a portion of an array (passed by reference) with dot-notation key + * + * @param array $array + * @param string|int|null $key + * @param null $default + * @return mixed + */ + public static function getDotNotation($array, $key, $default = null) + { + if (null === $key) { + return $array; + } + + if (isset($array[$key])) { + return $array[$key]; + } + + foreach (explode('.', $key) as $segment) { + if (!is_array($array) || !array_key_exists($segment, $array)) { + return $default; + } + + $array = $array[$segment]; + } + + return $array; + } + + /** + * Set portion of array (passed by reference) for a dot-notation key + * and set the value + * + * @param array $array + * @param string|int|null $key + * @param mixed $value + * @param bool $merge + * + * @return mixed + */ + public static function setDotNotation(&$array, $key, $value, $merge = false) + { + if (null === $key) { + return $array = $value; + } + + $keys = explode('.', $key); + + while (count($keys) > 1) { + $key = array_shift($keys); + + if (!isset($array[$key]) || !is_array($array[$key])) { + $array[$key] = array(); + } + + $array =& $array[$key]; + } + + $key = array_shift($keys); + + if (!$merge || !isset($array[$key])) { + $array[$key] = $value; + } else { + $array[$key] = array_merge($array[$key], $value); + } + + return $array; + } + + /** + * Utility method to determine if the current OS is Windows + * + * @return bool + */ + public static function isWindows() + { + return strncasecmp(PHP_OS, 'WIN', 3) === 0; + } + + /** + * Utility to determine if the server running PHP is Apache + * + * @return bool + */ + public static function isApache() + { + return isset($_SERVER['SERVER_SOFTWARE']) && strpos($_SERVER['SERVER_SOFTWARE'], 'Apache') !== false; + } + + /** + * Sort a multidimensional array by another array of ordered keys + * + * @param array $array + * @param array $orderArray + * @return array + */ + public static function sortArrayByArray(array $array, array $orderArray) + { + $ordered = []; + foreach ($orderArray as $key) { + if (array_key_exists($key, $array)) { + $ordered[$key] = $array[$key]; + unset($array[$key]); + } + } + return $ordered + $array; + } + + /** + * Sort an array by a key value in the array + * + * @param mixed $array + * @param string|int $array_key + * @param int $direction + * @param int $sort_flags + * @return array + */ + public static function sortArrayByKey($array, $array_key, $direction = SORT_DESC, $sort_flags = SORT_REGULAR) + { + $output = []; + + if (!is_array($array) || !$array) { + return $output; + } + + foreach ($array as $key => $row) { + $output[$key] = $row[$array_key]; + } + + array_multisort($output, $direction, $sort_flags, $array); + + return $array; + } + + /** + * Get relative page path based on a token. + * + * @param string $path + * @param PageInterface|null $page + * @return string + * @throws RuntimeException + */ + public static function getPagePathFromToken($path, PageInterface $page = null) + { + return static::getPathFromToken($path, $page); + } + + /** + * Get relative path based on a token. + * + * Path supports following syntaxes: + * + * 'self@', 'self@/path' + * 'page@:/route', 'page@:/route/filename.ext' + * 'theme@:', 'theme@:/path' + * + * @param string $path + * @param FlexObjectInterface|PageInterface|null $object + * @return string + * @throws RuntimeException + */ + public static function getPathFromToken($path, $object = null) + { + $matches = static::resolveTokenPath($path); + if (null === $matches) { + return $path; + } + + $grav = Grav::instance(); + + switch ($matches[0]) { + case 'self': + if (!$object instanceof MediaInterface) { + throw new RuntimeException(sprintf('Page not available for self@ reference: %s', $path)); + } + + if ($matches[2] === '') { + if ($object->exists()) { + $route = '/' . $matches[1]; + + if ($object instanceof PageInterface) { + return trim($object->relativePagePath() . $route, '/'); + } + + $folder = $object->getMediaFolder(); + if ($folder) { + return trim($folder . $route, '/'); + } + } else { + return ''; + } + } + + break; + case 'page': + if ($matches[1] === '') { + $route = '/' . $matches[2]; + + // Exclude filename from the page lookup. + if (static::pathinfo($route, PATHINFO_EXTENSION)) { + $basename = '/' . static::basename($route); + $route = \dirname($route); + } else { + $basename = ''; + } + + $key = trim($route === '/' ? $grav['config']->get('system.home.alias') : $route, '/'); + if ($object instanceof PageObject) { + $object = $object->getFlexDirectory()->getObject($key); + } elseif (static::isAdminPlugin()) { + /** @var Flex|null $flex */ + $flex = $grav['flex'] ?? null; + $object = $flex ? $flex->getObject($key, 'pages') : null; + } else { + /** @var Pages $pages */ + $pages = $grav['pages']; + $object = $pages->find($route); + } + + if ($object instanceof PageInterface) { + return trim($object->relativePagePath() . $basename, '/'); + } + } + + break; + case 'theme': + if ($matches[1] === '') { + $route = '/' . $matches[2]; + $theme = $grav['locator']->findResource('theme://', false); + if (false !== $theme) { + return trim($theme . $route, '/'); + } + } + + break; + } + + throw new RuntimeException(sprintf('Token path not found: %s', $path)); + } + + /** + * Returns [token, route, path] from '@token/route:/path'. Route and path are optional. If pattern does not match, return null. + * + * @param string $path + * @return string[]|null + */ + protected static function resolveTokenPath(string $path): ?array + { + if (strpos($path, '@') !== false) { + $regex = '/^(@\w+|\w+@|@\w+@)([^:]*)(.*)$/u'; + if (preg_match($regex, $path, $matches)) { + return [ + trim($matches[1], '@'), + trim($matches[2], '/'), + trim($matches[3], ':/') + ]; + } + } + + return null; + } + + /** + * @return int + */ + public static function getUploadLimit() + { + static $max_size = -1; + + if ($max_size < 0) { + $post_max_size = static::parseSize(ini_get('post_max_size')); + if ($post_max_size > 0) { + $max_size = $post_max_size; + } else { + $max_size = 0; + } + + $upload_max = static::parseSize(ini_get('upload_max_filesize')); + if ($upload_max > 0 && $upload_max < $max_size) { + $max_size = $upload_max; + } + } + + return $max_size; + } + + /** + * Convert bytes to the unit specified by the $to parameter. + * + * @param int $bytes The filesize in Bytes. + * @param string $to The unit type to convert to. Accepts K, M, or G for Kilobytes, Megabytes, or Gigabytes, respectively. + * @param int $decimal_places The number of decimal places to return. + * @return int Returns only the number of units, not the type letter. Returns 0 if the $to unit type is out of scope. + * + */ + public static function convertSize($bytes, $to, $decimal_places = 1) + { + $formulas = array( + 'K' => number_format($bytes / 1024, $decimal_places), + 'M' => number_format($bytes / 1048576, $decimal_places), + 'G' => number_format($bytes / 1073741824, $decimal_places) + ); + return $formulas[$to] ?? 0; + } + + /** + * Return a pretty size based on bytes + * + * @param int $bytes + * @param int $precision + * @return string + */ + public static function prettySize($bytes, $precision = 2) + { + $units = array('B', 'KB', 'MB', 'GB', 'TB'); + + $bytes = max($bytes, 0); + $pow = floor(($bytes ? log($bytes) : 0) / log(1024)); + $pow = min($pow, count($units) - 1); + + // Uncomment one of the following alternatives + $bytes /= 1024 ** $pow; + // $bytes /= (1 << (10 * $pow)); + + return round($bytes, $precision) . ' ' . $units[$pow]; + } + + /** + * Parse a readable file size and return a value in bytes + * + * @param string|int|float $size + * @return int + */ + public static function parseSize($size) + { + $unit = preg_replace('/[^bkmgtpezy]/i', '', $size); + $size = (float)preg_replace('/[^0-9\.]/', '', $size); + + if ($unit) { + $size *= 1024 ** stripos('bkmgtpezy', $unit[0]); + } + + return (int)abs(round($size)); + } + + /** + * Multibyte-safe Parse URL function + * + * @param string $url + * @return array + * @throws InvalidArgumentException + */ + public static function multibyteParseUrl($url) + { + $enc_url = preg_replace_callback( + '%[^:/@?&=#]+%usD', + static function ($matches) { + return urlencode($matches[0]); + }, + $url + ); + + $parts = parse_url($enc_url); + + if ($parts === false) { + $parts = []; + } + + foreach ($parts as $name => $value) { + $parts[$name] = urldecode($value); + } + + return $parts; + } + + /** + * Process a string as markdown + * + * @param string $string + * @param bool $block Block or Line processing + * @param PageInterface|null $page + * @return string + * @throws Exception + */ + public static function processMarkdown($string, $block = true, $page = null) + { + $grav = Grav::instance(); + $page = $page ?? $grav['page'] ?? null; + $defaults = [ + 'markdown' => $grav['config']->get('system.pages.markdown', []), + 'images' => $grav['config']->get('system.images', []) + ]; + $extra = $defaults['markdown']['extra'] ?? false; + + $excerpts = new Excerpts($page, $defaults); + + // Initialize the preferred variant of Parsedown + if ($extra) { + $parsedown = new ParsedownExtra($excerpts); + } else { + $parsedown = new Parsedown($excerpts); + } + + if ($block) { + $string = $parsedown->text((string) $string); + } else { + $string = $parsedown->line((string) $string); + } + + return $string; + } + + public static function toAscii(String $string): String + { + return strtr(utf8_decode($string), + utf8_decode( + 'ŠŒŽšœžŸ¥µÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýÿ'), + 'SOZsozYYuAAAAAAACEEEEIIIIDNOOOOOOUUUUYsaaaaaaaceeeeiiiionoooooouuuuyy'); + } + + /** + * Find the subnet of an ip with CIDR prefix size + * + * @param string $ip + * @param int $prefix + * @return string + */ + public static function getSubnet($ip, $prefix = 64) + { + if (!filter_var($ip, FILTER_VALIDATE_IP)) { + return $ip; + } + + // Packed representation of IP + $ip = (string)inet_pton($ip); + + // Maximum netmask length = same as packed address + $len = 8 * strlen($ip); + if ($prefix > $len) { + $prefix = $len; + } + + $mask = str_repeat('f', $prefix >> 2); + + switch ($prefix & 3) { + case 3: + $mask .= 'e'; + break; + case 2: + $mask .= 'c'; + break; + case 1: + $mask .= '8'; + break; + } + $mask = str_pad($mask, $len >> 2, '0'); + + // Packed representation of netmask + $mask = pack('H*', $mask); + // Bitwise - Take all bits that are both 1 to generate subnet + $subnet = inet_ntop($ip & $mask); + + return $subnet; + } + + /** + * Wrapper to ensure html, htm in the front of the supported page types + * + * @param array|null $defaults + * @return array + */ + public static function getSupportPageTypes(array $defaults = null) + { + $types = Grav::instance()['config']->get('system.pages.types', $defaults); + if (!is_array($types)) { + return []; + } + + // remove html/htm + $types = static::arrayRemoveValue($types, ['html', 'htm']); + + // put them back at the front + $types = array_merge(['html', 'htm'], $types); + + return $types; + } + + /** + * @param string|array|Closure $name + * @return bool + */ + public static function isDangerousFunction($name): bool + { + static $commandExecutionFunctions = [ + 'exec', + 'passthru', + 'system', + 'shell_exec', + 'popen', + 'proc_open', + 'pcntl_exec', + ]; + + static $codeExecutionFunctions = [ + 'assert', + 'preg_replace', + 'create_function', + 'include', + 'include_once', + 'require', + 'require_once' + ]; + + static $callbackFunctions = [ + 'ob_start' => 0, + 'array_diff_uassoc' => -1, + 'array_diff_ukey' => -1, + 'array_filter' => 1, + 'array_intersect_uassoc' => -1, + 'array_intersect_ukey' => -1, + 'array_map' => 0, + 'array_reduce' => 1, + 'array_udiff_assoc' => -1, + 'array_udiff_uassoc' => [-1, -2], + 'array_udiff' => -1, + 'array_uintersect_assoc' => -1, + 'array_uintersect_uassoc' => [-1, -2], + 'array_uintersect' => -1, + 'array_walk_recursive' => 1, + 'array_walk' => 1, + 'assert_options' => 1, + 'uasort' => 1, + 'uksort' => 1, + 'usort' => 1, + 'preg_replace_callback' => 1, + 'spl_autoload_register' => 0, + 'iterator_apply' => 1, + 'call_user_func' => 0, + 'call_user_func_array' => 0, + 'register_shutdown_function' => 0, + 'register_tick_function' => 0, + 'set_error_handler' => 0, + 'set_exception_handler' => 0, + 'session_set_save_handler' => [0, 1, 2, 3, 4, 5], + 'sqlite_create_aggregate' => [2, 3], + 'sqlite_create_function' => 2, + ]; + + static $informationDiscosureFunctions = [ + 'phpinfo', + 'posix_mkfifo', + 'posix_getlogin', + 'posix_ttyname', + 'getenv', + 'get_current_user', + 'proc_get_status', + 'get_cfg_var', + 'disk_free_space', + 'disk_total_space', + 'diskfreespace', + 'getcwd', + 'getlastmo', + 'getmygid', + 'getmyinode', + 'getmypid', + 'getmyuid' + ]; + + static $otherFunctions = [ + 'extract', + 'parse_str', + 'putenv', + 'ini_set', + 'mail', + 'header', + 'proc_nice', + 'proc_terminate', + 'proc_close', + 'pfsockopen', + 'fsockopen', + 'apache_child_terminate', + 'posix_kill', + 'posix_mkfifo', + 'posix_setpgid', + 'posix_setsid', + 'posix_setuid', + 'unserialize', + 'ini_alter', + 'simplexml_load_file', + 'simplexml_load_string', + 'forward_static_call', + 'forward_static_call_array', + ]; + + if (is_string($name)) { + $name = strtolower($name); + } + + if ($name instanceof \Closure) { + return false; + } + + if (is_array($name) || strpos($name, ":") !== false) { + return true; + } + + if (strpos($name, "\\") !== false) { + return true; + } + + if (in_array($name, $commandExecutionFunctions)) { + return true; + } + + if (in_array($name, $codeExecutionFunctions)) { + return true; + } + + if (isset($callbackFunctions[$name])) { + return true; + } + + if (in_array($name, $informationDiscosureFunctions)) { + return true; + } + + if (in_array($name, $otherFunctions)) { + return true; + } + + return static::isFilesystemFunction($name); + } + + /** + * @param string $name + * @return bool + */ + public static function isFilesystemFunction(string $name): bool + { + static $fileWriteFunctions = [ + 'fopen', + 'tmpfile', + 'bzopen', + 'gzopen', + // write to filesystem (partially in combination with reading) + 'chgrp', + 'chmod', + 'chown', + 'copy', + 'file_put_contents', + 'lchgrp', + 'lchown', + 'link', + 'mkdir', + 'move_uploaded_file', + 'rename', + 'rmdir', + 'symlink', + 'tempnam', + 'touch', + 'unlink', + 'imagepng', + 'imagewbmp', + 'image2wbmp', + 'imagejpeg', + 'imagexbm', + 'imagegif', + 'imagegd', + 'imagegd2', + 'iptcembed', + 'ftp_get', + 'ftp_nb_get', + ]; + + static $fileContentFunctions = [ + 'file_get_contents', + 'file', + 'filegroup', + 'fileinode', + 'fileowner', + 'fileperms', + 'glob', + 'is_executable', + 'is_uploaded_file', + 'parse_ini_file', + 'readfile', + 'readlink', + 'realpath', + 'gzfile', + 'readgzfile', + 'stat', + 'imagecreatefromgif', + 'imagecreatefromjpeg', + 'imagecreatefrompng', + 'imagecreatefromwbmp', + 'imagecreatefromxbm', + 'imagecreatefromxpm', + 'ftp_put', + 'ftp_nb_put', + 'hash_update_file', + 'highlight_file', + 'show_source', + 'php_strip_whitespace', + ]; + + static $filesystemFunctions = [ + // read from filesystem + 'file_exists', + 'fileatime', + 'filectime', + 'filemtime', + 'filesize', + 'filetype', + 'is_dir', + 'is_file', + 'is_link', + 'is_readable', + 'is_writable', + 'is_writeable', + 'linkinfo', + 'lstat', + //'pathinfo', + 'getimagesize', + 'exif_read_data', + 'read_exif_data', + 'exif_thumbnail', + 'exif_imagetype', + 'hash_file', + 'hash_hmac_file', + 'md5_file', + 'sha1_file', + 'get_meta_tags', + ]; + + if (in_array($name, $fileWriteFunctions)) { + return true; + } + + if (in_array($name, $fileContentFunctions)) { + return true; + } + + if (in_array($name, $filesystemFunctions)) { + return true; + } + + return false; + } +} diff --git a/system/src/Grav/Common/Yaml.php b/system/src/Grav/Common/Yaml.php new file mode 100644 index 0000000..a4b3d73 --- /dev/null +++ b/system/src/Grav/Common/Yaml.php @@ -0,0 +1,65 @@ +decode($data); + } + + /** + * @param array $data + * @param int|null $inline + * @param int|null $indent + * @return string + */ + public static function dump($data, $inline = null, $indent = null) + { + if (null === static::$yaml) { + static::init(); + } + + return static::$yaml->encode($data, $inline, $indent); + } + + /** + * @return void + */ + protected static function init() + { + $config = [ + 'inline' => 5, + 'indent' => 2, + 'native' => true, + 'compat' => true + ]; + + static::$yaml = new YamlFormatter($config); + } +} diff --git a/system/src/Grav/Console/Application/Application.php b/system/src/Grav/Console/Application/Application.php new file mode 100644 index 0000000..d2fa0cd --- /dev/null +++ b/system/src/Grav/Console/Application/Application.php @@ -0,0 +1,138 @@ +addListener(ConsoleEvents::COMMAND, [$this, 'prepareEnvironment']); + + $this->setDispatcher($dispatcher); + } + + /** + * @param InputInterface $input + * @return string|null + */ + public function getCommandName(InputInterface $input): ?string + { + if ($input->hasParameterOption('--env', true)) { + $this->environment = $input->getParameterOption('--env'); + } + if ($input->hasParameterOption('--lang', true)) { + $this->language = $input->getParameterOption('--lang'); + } + + $this->init(); + + return parent::getCommandName($input); + } + + /** + * @param ConsoleCommandEvent $event + * @return void + */ + public function prepareEnvironment(ConsoleCommandEvent $event): void + { + } + + /** + * @return void + */ + protected function init(): void + { + if ($this->initialized) { + return; + } + + $this->initialized = true; + + $grav = Grav::instance(); + $grav->setup($this->environment); + } + + /** + * Add global --env and --lang options. + * + * @return InputDefinition + */ + protected function getDefaultInputDefinition(): InputDefinition + { + $inputDefinition = parent::getDefaultInputDefinition(); + $inputDefinition->addOption( + new InputOption( + '--env', + '', + InputOption::VALUE_OPTIONAL, + 'Use environment configuration (defaults to localhost)' + ) + ); + $inputDefinition->addOption( + new InputOption( + '--lang', + '', + InputOption::VALUE_OPTIONAL, + 'Language to be used (defaults to en)' + ) + ); + + return $inputDefinition; + } + + /** + * @param InputInterface $input + * @param OutputInterface $output + * @return void + */ + protected function configureIO(InputInterface $input, OutputInterface $output) + { + $formatter = $output->getFormatter(); + $formatter->setStyle('normal', new OutputFormatterStyle('white')); + $formatter->setStyle('yellow', new OutputFormatterStyle('yellow', null, ['bold'])); + $formatter->setStyle('red', new OutputFormatterStyle('red', null, ['bold'])); + $formatter->setStyle('cyan', new OutputFormatterStyle('cyan', null, ['bold'])); + $formatter->setStyle('green', new OutputFormatterStyle('green', null, ['bold'])); + $formatter->setStyle('magenta', new OutputFormatterStyle('magenta', null, ['bold'])); + $formatter->setStyle('white', new OutputFormatterStyle('white', null, ['bold'])); + + parent::configureIO($input, $output); + } +} diff --git a/system/src/Grav/Console/Application/CommandLoader/PluginCommandLoader.php b/system/src/Grav/Console/Application/CommandLoader/PluginCommandLoader.php new file mode 100644 index 0000000..210250c --- /dev/null +++ b/system/src/Grav/Console/Application/CommandLoader/PluginCommandLoader.php @@ -0,0 +1,103 @@ +commands = []; + + try { + $path = "plugins://{$name}/cli"; + $pattern = '([A-Z]\w+Command\.php)'; + + $commands = is_dir($path) ? Folder::all($path, ['compare' => 'Filename', 'pattern' => '/' . $pattern . '$/usm', 'levels' => 1]) : []; + } catch (RuntimeException $e) { + throw new RuntimeException("Failed to load console commands for plugin {$name}"); + } + + $grav = Grav::instance(); + + /** @var UniformResourceLocator $locator */ + $locator = $grav['locator']; + foreach ($commands as $command_path) { + $full_path = $locator->findResource("plugins://{$name}/cli/{$command_path}"); + require_once $full_path; + + $command_class = 'Grav\Plugin\Console\\' . preg_replace('/.php$/', '', $command_path); + if (class_exists($command_class)) { + $command = new $command_class(); + if ($command instanceof Command) { + $this->commands[$command->getName()] = $command; + + // If the command has an alias, add that as a possible command name. + $aliases = $this->commands[$command->getName()]->getAliases(); + if (isset($aliases)) { + foreach ($aliases as $alias) { + $this->commands[$alias] = $command; + } + } + } + } + } + } + + /** + * @param string $name + * @return Command + */ + public function get($name): Command + { + $command = $this->commands[$name] ?? null; + if (null === $command) { + throw new CommandNotFoundException(sprintf('The command "%s" does not exist.', $name)); + } + + return $command; + } + + /** + * @param string $name + * @return bool + */ + public function has($name): bool + { + return isset($this->commands[$name]); + } + + /** + * @return string[] + */ + public function getNames(): array + { + return array_keys($this->commands); + } +} diff --git a/system/src/Grav/Console/Application/GpmApplication.php b/system/src/Grav/Console/Application/GpmApplication.php new file mode 100644 index 0000000..cddf473 --- /dev/null +++ b/system/src/Grav/Console/Application/GpmApplication.php @@ -0,0 +1,42 @@ +addCommands([ + new IndexCommand(), + new VersionCommand(), + new InfoCommand(), + new InstallCommand(), + new UninstallCommand(), + new UpdateCommand(), + new SelfupgradeCommand(), + new DirectInstallCommand(), + ]); + } +} diff --git a/system/src/Grav/Console/Application/GravApplication.php b/system/src/Grav/Console/Application/GravApplication.php new file mode 100644 index 0000000..7b43b2b --- /dev/null +++ b/system/src/Grav/Console/Application/GravApplication.php @@ -0,0 +1,52 @@ +addCommands([ + new InstallCommand(), + new ComposerCommand(), + new SandboxCommand(), + new CleanCommand(), + new ClearCacheCommand(), + new BackupCommand(), + new NewProjectCommand(), + new SchedulerCommand(), + new SecurityCommand(), + new LogViewerCommand(), + new YamlLinterCommand(), + new ServerCommand(), + new PageSystemValidatorCommand(), + ]); + } +} diff --git a/system/src/Grav/Console/Application/PluginApplication.php b/system/src/Grav/Console/Application/PluginApplication.php new file mode 100644 index 0000000..e748018 --- /dev/null +++ b/system/src/Grav/Console/Application/PluginApplication.php @@ -0,0 +1,116 @@ +addCommands([ + new PluginListCommand(), + ]); + } + + /** + * @param string $pluginName + * @return void + */ + public function setPluginName(string $pluginName): void + { + $this->pluginName = $pluginName; + } + + /** + * @return string + */ + public function getPluginName(): string + { + return $this->pluginName; + } + + /** + * @param InputInterface|null $input + * @param OutputInterface|null $output + * @return int + * @throws Throwable + */ + public function run(InputInterface $input = null, OutputInterface $output = null): int + { + if (null === $input) { + $argv = $_SERVER['argv'] ?? []; + + $bin = array_shift($argv); + $this->pluginName = array_shift($argv); + $argv = array_merge([$bin], $argv); + + $input = new ArgvInput($argv); + } + + return parent::run($input, $output); + } + + /** + * @return void + */ + protected function init(): void + { + if ($this->initialized) { + return; + } + + parent::init(); + + if (null === $this->pluginName) { + $this->setDefaultCommand('plugins:list'); + + return; + } + + $grav = Grav::instance(); + $grav->initializeCli(); + + /** @var Plugins $plugins */ + $plugins = $grav['plugins']; + + $plugin = $this->pluginName ? $plugins::get($this->pluginName) : null; + if (null === $plugin) { + throw new NamespaceNotFoundException("Plugin \"{$this->pluginName}\" is not installed."); + } + if (!$plugin->enabled) { + throw new NamespaceNotFoundException("Plugin \"{$this->pluginName}\" is not enabled."); + } + + $this->setCommandLoader(new PluginCommandLoader($this->pluginName)); + } +} diff --git a/system/src/Grav/Console/Cli/BackupCommand.php b/system/src/Grav/Console/Cli/BackupCommand.php new file mode 100644 index 0000000..d95e7cf --- /dev/null +++ b/system/src/Grav/Console/Cli/BackupCommand.php @@ -0,0 +1,138 @@ +setName('backup') + ->addArgument( + 'id', + InputArgument::OPTIONAL, + 'The ID of the backup profile to perform without prompting' + ) + ->setDescription('Creates a backup of the Grav instance') + ->setHelp('The backup creates a zipped backup.'); + + $this->source = getcwd(); + } + + /** + * @return int + */ + protected function serve(): int + { + $this->initializeGrav(); + + $input = $this->getInput(); + $io = $this->getIO(); + + $io->title('Grav Backup'); + + if (!class_exists(ZipArchive::class)) { + $io->error('php-zip extension needs to be enabled!'); + return 1; + } + + ProgressBar::setFormatDefinition('zip', 'Archiving %current% files [%bar%] %percent:3s%% %elapsed:6s% %message%'); + + $this->progress = new ProgressBar($this->output, 100); + $this->progress->setFormat('zip'); + + + /** @var Backups $backups */ + $backups = Grav::instance()['backups']; + $backups_list = $backups::getBackupProfiles(); + $backups_names = $backups->getBackupNames(); + + $id = null; + + $inline_id = $input->getArgument('id'); + if (null !== $inline_id && is_numeric($inline_id)) { + $id = $inline_id; + } + + if (null === $id) { + if (count($backups_list) > 1) { + $question = new ChoiceQuestion( + 'Choose a backup?', + $backups_names, + 0 + ); + $question->setErrorMessage('Option %s is invalid.'); + $backup_name = $io->askQuestion($question); + $id = array_search($backup_name, $backups_names, true); + + $io->newLine(); + $io->note('Selected backup: ' . $backup_name); + } else { + $id = 0; + } + } + + $backup = $backups::backup($id, function($args) { $this->outputProgress($args); }); + + $io->newline(2); + $io->success('Backup Successfully Created: ' . $backup); + + return 0; + } + + /** + * @param array $args + * @return void + */ + public function outputProgress(array $args): void + { + switch ($args['type']) { + case 'count': + $steps = $args['steps']; + $freq = (int)($steps > 100 ? round($steps / 100) : $steps); + $this->progress->setMaxSteps($steps); + $this->progress->setRedrawFrequency($freq); + $this->progress->setMessage('Adding files...'); + break; + case 'message': + $this->progress->setMessage($args['message']); + $this->progress->display(); + break; + case 'progress': + if (isset($args['complete']) && $args['complete']) { + $this->progress->finish(); + } else { + $this->progress->advance(); + } + break; + } + } +} diff --git a/system/src/Grav/Console/Cli/CleanCommand.php b/system/src/Grav/Console/Cli/CleanCommand.php new file mode 100644 index 0000000..34fc522 --- /dev/null +++ b/system/src/Grav/Console/Cli/CleanCommand.php @@ -0,0 +1,411 @@ +setName('clean') + ->setDescription('Handles cleaning chores for Grav distribution') + ->setHelp('The clean clean extraneous folders and data'); + } + + /** + * @param InputInterface $input + * @param OutputInterface $output + * @return int + */ + protected function execute(InputInterface $input, OutputInterface $output): int + { + $this->setupConsole($input, $output); + + return $this->cleanPaths() ? 0 : 1; + } + + /** + * @return bool + */ + private function cleanPaths(): bool + { + $success = true; + + $this->io->writeln(''); + $this->io->writeln('DELETING'); + $anything = false; + foreach ($this->paths_to_remove as $path) { + $path = GRAV_ROOT . DS . $path; + try { + if (is_dir($path) && Folder::delete($path)) { + $anything = true; + $this->io->writeln('dir: ' . $path); + } elseif (is_file($path) && @unlink($path)) { + $anything = true; + $this->io->writeln('file: ' . $path); + } + } catch (\Exception $e) { + $success = false; + $this->io->error(sprintf('Failed to delete %s: %s', $path, $e->getMessage())); + } + } + if (!$anything) { + $this->io->writeln(''); + $this->io->writeln('Nothing to clean...'); + } + + return $success; + } + + /** + * Set colors style definition for the formatter. + * + * @param InputInterface $input + * @param OutputInterface $output + * @return void + */ + public function setupConsole(InputInterface $input, OutputInterface $output): void + { + $this->input = $input; + $this->io = new SymfonyStyle($input, $output); + + $this->io->getFormatter()->setStyle('normal', new OutputFormatterStyle('white')); + $this->io->getFormatter()->setStyle('yellow', new OutputFormatterStyle('yellow', null, ['bold'])); + $this->io->getFormatter()->setStyle('red', new OutputFormatterStyle('red', null, ['bold'])); + $this->io->getFormatter()->setStyle('cyan', new OutputFormatterStyle('cyan', null, ['bold'])); + $this->io->getFormatter()->setStyle('green', new OutputFormatterStyle('green', null, ['bold'])); + $this->io->getFormatter()->setStyle('magenta', new OutputFormatterStyle('magenta', null, ['bold'])); + $this->io->getFormatter()->setStyle('white', new OutputFormatterStyle('white', null, ['bold'])); + } +} diff --git a/system/src/Grav/Console/Cli/ClearCacheCommand.php b/system/src/Grav/Console/Cli/ClearCacheCommand.php new file mode 100644 index 0000000..14795ef --- /dev/null +++ b/system/src/Grav/Console/Cli/ClearCacheCommand.php @@ -0,0 +1,104 @@ +setName('cache') + ->setAliases(['clearcache', 'cache-clear']) + ->setDescription('Clears Grav cache') + ->addOption('invalidate', null, InputOption::VALUE_NONE, 'Invalidate cache, but do not remove any files') + ->addOption('purge', null, InputOption::VALUE_NONE, 'If set purge old caches') + ->addOption('all', null, InputOption::VALUE_NONE, 'If set will remove all including compiled, twig, doctrine caches') + ->addOption('assets-only', null, InputOption::VALUE_NONE, 'If set will remove only assets/*') + ->addOption('images-only', null, InputOption::VALUE_NONE, 'If set will remove only images/*') + ->addOption('cache-only', null, InputOption::VALUE_NONE, 'If set will remove only cache/*') + ->addOption('tmp-only', null, InputOption::VALUE_NONE, 'If set will remove only tmp/*') + + ->setHelp('The cache command allows you to interact with Grav cache'); + } + + /** + * @return int + */ + protected function serve(): int + { + // Old versions of Grav called this command after grav upgrade. + // We need make this command to work with older GravCommand instance: + if (!method_exists($this, 'initializePlugins')) { + Cache::clearCache('all'); + + return 0; + } + + $this->initializePlugins(); + $this->cleanPaths(); + + return 0; + } + + /** + * loops over the array of paths and deletes the files/folders + * + * @return void + */ + private function cleanPaths(): void + { + $input = $this->getInput(); + $io = $this->getIO(); + + $io->newLine(); + + if ($input->getOption('purge')) { + $io->writeln('Purging old cache'); + $io->newLine(); + + $msg = Cache::purgeJob(); + $io->writeln($msg); + } else { + $io->writeln('Clearing cache'); + $io->newLine(); + + if ($input->getOption('all')) { + $remove = 'all'; + } elseif ($input->getOption('assets-only')) { + $remove = 'assets-only'; + } elseif ($input->getOption('images-only')) { + $remove = 'images-only'; + } elseif ($input->getOption('cache-only')) { + $remove = 'cache-only'; + } elseif ($input->getOption('tmp-only')) { + $remove = 'tmp-only'; + } elseif ($input->getOption('invalidate')) { + $remove = 'invalidate'; + } else { + $remove = 'standard'; + } + + foreach (Cache::clearCache($remove) as $result) { + $io->writeln($result); + } + } + } +} diff --git a/system/src/Grav/Console/Cli/ComposerCommand.php b/system/src/Grav/Console/Cli/ComposerCommand.php new file mode 100644 index 0000000..05c784a --- /dev/null +++ b/system/src/Grav/Console/Cli/ComposerCommand.php @@ -0,0 +1,64 @@ +setName('composer') + ->addOption( + 'install', + 'i', + InputOption::VALUE_NONE, + 'install the dependencies' + ) + ->addOption( + 'update', + 'u', + InputOption::VALUE_NONE, + 'update the dependencies' + ) + ->setDescription('Updates the composer vendor dependencies needed by Grav.') + ->setHelp('The composer command updates the composer vendor dependencies needed by Grav'); + } + + /** + * @return int + */ + protected function serve(): int + { + $input = $this->getInput(); + $io = $this->getIO(); + + $action = $input->getOption('install') ? 'install' : ($input->getOption('update') ? 'update' : 'install'); + + if ($input->getOption('install')) { + $action = 'install'; + } + + // Updates composer first + $io->writeln("\nInstalling vendor dependencies"); + $io->writeln($this->composerUpdate(GRAV_ROOT, $action)); + + return 0; + } +} diff --git a/system/src/Grav/Console/Cli/InstallCommand.php b/system/src/Grav/Console/Cli/InstallCommand.php new file mode 100644 index 0000000..51fd16c --- /dev/null +++ b/system/src/Grav/Console/Cli/InstallCommand.php @@ -0,0 +1,302 @@ +setName('install') + ->addOption( + 'symlink', + 's', + InputOption::VALUE_NONE, + 'Symlink the required bits' + ) + ->addOption( + 'plugin', + 'p', + InputOption::VALUE_REQUIRED, + 'Install plugin (symlink)' + ) + ->addOption( + 'theme', + 't', + InputOption::VALUE_REQUIRED, + 'Install theme (symlink)' + ) + ->addArgument( + 'destination', + InputArgument::OPTIONAL, + 'Where to install the required bits (default to current project)' + ) + ->setDescription('Installs the dependencies needed by Grav. Optionally can create symbolic links') + ->setHelp('The install command installs the dependencies needed by Grav. Optionally can create symbolic links'); + } + + /** + * @return int + */ + protected function serve(): int + { + $input = $this->getInput(); + $io = $this->getIO(); + + $dependencies_file = '.dependencies'; + $this->destination = $input->getArgument('destination') ?: GRAV_WEBROOT; + + // fix trailing slash + $this->destination = rtrim($this->destination, DS) . DS; + $this->user_path = $this->destination . GRAV_USER_PATH . DS; + if ($local_config_file = $this->loadLocalConfig()) { + $io->writeln('Read local config from ' . $local_config_file . ''); + } + + // Look for dependencies file in ROOT and USER dir + if (file_exists($this->user_path . $dependencies_file)) { + $file = YamlFile::instance($this->user_path . $dependencies_file); + } elseif (file_exists($this->destination . $dependencies_file)) { + $file = YamlFile::instance($this->destination . $dependencies_file); + } else { + $io->writeln('ERROR Missing .dependencies file in user/ folder'); + if ($input->getArgument('destination')) { + $io->writeln('HINT Are you trying to install a plugin or a theme? Make sure you use bin/gpm install , not bin/grav install. This command is only used to install Grav skeletons.'); + } else { + $io->writeln('HINT Are you trying to install Grav? Grav is already installed. You need to run this command only if you download a skeleton from GitHub directly.'); + } + + return 1; + } + + $this->config = $file->content(); + $file->free(); + + // If no config, fail. + if (!$this->config) { + $io->writeln('ERROR invalid YAML in ' . $dependencies_file); + + return 1; + } + + $plugin = $input->getOption('plugin'); + $theme = $input->getOption('theme'); + $name = $plugin ?? $theme; + $symlink = $name || $input->getOption('symlink'); + + if (!$symlink) { + // Updates composer first + $io->writeln("\nInstalling vendor dependencies"); + $io->writeln($this->composerUpdate(GRAV_ROOT, 'install')); + + $error = $this->gitclone(); + } else { + $type = $name ? ($plugin ? 'plugin' : 'theme') : null; + + $error = $this->symlink($name, $type); + } + + return $error; + } + + /** + * Clones from Git + * + * @return int + */ + private function gitclone(): int + { + $io = $this->getIO(); + + $io->newLine(); + $io->writeln('Cloning Bits'); + $io->writeln('============'); + $io->newLine(); + + $error = 0; + $this->destination = rtrim($this->destination, DS); + foreach ($this->config['git'] as $repo => $data) { + $path = $this->destination . DS . $data['path']; + if (!file_exists($path)) { + exec('cd ' . escapeshellarg($this->destination) . ' && git clone -b ' . $data['branch'] . ' --depth 1 ' . $data['url'] . ' ' . $data['path'], $output, $return); + + if (!$return) { + $io->writeln('SUCCESS cloned ' . $data['url'] . ' -> ' . $path . ''); + } else { + $io->writeln('ERROR cloning ' . $data['url']); + $error = 1; + } + + $io->newLine(); + } else { + $io->writeln('' . $path . ' already exists, skipping...'); + $io->newLine(); + } + } + + return $error; + } + + /** + * Symlinks + * + * @param string|null $name + * @param string|null $type + * @return int + */ + private function symlink(string $name = null, string $type = null): int + { + $io = $this->getIO(); + + $io->newLine(); + $io->writeln('Symlinking Bits'); + $io->writeln('==============='); + $io->newLine(); + + if (!$this->local_config) { + $io->writeln('No local configuration available, aborting...'); + $io->newLine(); + + return 1; + } + + $error = 0; + $this->destination = rtrim($this->destination, DS); + + if ($name) { + $src = "grav-{$type}-{$name}"; + $links = [ + $name => [ + 'scm' => 'github', // TODO: make configurable + 'src' => $src, + 'path' => "user/{$type}s/{$name}" + ] + ]; + } else { + $links = $this->config['links']; + } + + foreach ($links as $name => $data) { + $scm = $data['scm'] ?? null; + $src = $data['src'] ?? null; + $path = $data['path'] ?? null; + if (!isset($scm, $src, $path)) { + $io->writeln("Dependency '$name' has broken configuration, skipping..."); + $io->newLine(); + $error = 1; + + continue; + } + + $locations = (array) $this->local_config["{$scm}_repos"]; + $to = $this->destination . DS . $path; + + $from = null; + foreach ($locations as $location) { + $test = rtrim($location, '\\/') . DS . $src; + if (file_exists($test)) { + $from = $test; + continue; + } + } + + if (is_link($to) && !realpath($to)) { + $io->writeln('Removed broken symlink '. $path .''); + unlink($to); + } + if (null === $from) { + $io->writeln('source for ' . $src . ' does not exists, skipping...'); + $io->newLine(); + $error = 1; + } elseif (!file_exists($to)) { + $error = $this->addSymlinks($from, $to, ['name' => $name, 'src' => $src, 'path' => $path]); + $io->newLine(); + } else { + $io->writeln('destination: ' . $path . ' already exists, skipping...'); + $io->newLine(); + } + } + + return $error; + } + + private function addSymlinks(string $from, string $to, array $options): int + { + $io = $this->getIO(); + + $hebe = $this->readHebe($from); + if (null === $hebe) { + symlink($from, $to); + + $io->writeln('SUCCESS symlinked ' . $options['src'] . ' -> ' . $options['path'] . ''); + } else { + $to = GRAV_ROOT; + $name = $options['name']; + $io->writeln("Processing {$name}"); + foreach ($hebe as $section => $symlinks) { + foreach ($symlinks as $symlink) { + $src = trim($symlink['source'], '/'); + $dst = trim($symlink['destination'], '/'); + $s = "{$from}/{$src}"; + $d = "{$to}/{$dst}"; + + if (is_link($d) && !realpath($d)) { + unlink($d); + $io->writeln(' Removed broken symlink '. $dst .''); + } + if (!file_exists($d)) { + symlink($s, $d); + $io->writeln(' symlinked ' . $src . ' -> ' . $dst . ''); + } + } + } + $io->writeln('SUCCESS'); + } + + return 0; + } + + private function readHebe(string $folder): ?array + { + $filename = "{$folder}/hebe.json"; + if (!is_file($filename)) { + return null; + } + + $formatter = new JsonFormatter(); + $file = new JsonFile($filename, $formatter); + $hebe = $file->load(); + $paths = $hebe['platforms']['grav']['nodes'] ?? null; + + return is_array($paths) ? $paths : null; + } +} diff --git a/system/src/Grav/Console/Cli/LogViewerCommand.php b/system/src/Grav/Console/Cli/LogViewerCommand.php new file mode 100644 index 0000000..fe19a40 --- /dev/null +++ b/system/src/Grav/Console/Cli/LogViewerCommand.php @@ -0,0 +1,96 @@ +setName('logviewer') + ->addOption( + 'file', + 'f', + InputOption::VALUE_OPTIONAL, + 'custom log file location (default = grav.log)' + ) + ->addOption( + 'lines', + 'l', + InputOption::VALUE_OPTIONAL, + 'number of lines (default = 10)' + ) + ->setDescription('Display the last few entries of Grav log') + ->setHelp('Display the last few entries of Grav log'); + } + + /** + * @return int + */ + protected function serve(): int + { + $input = $this->getInput(); + $io = $this->getIO(); + + $file = $input->getOption('file') ?? 'grav.log'; + $lines = $input->getOption('lines') ?? 20; + $verbose = $input->getOption('verbose') ?? false; + + $io->title('Log Viewer'); + + $io->writeln(sprintf('viewing last %s entries in %s', $lines, $file)); + $io->newLine(); + + $viewer = new LogViewer(); + + $grav = Grav::instance(); + + $logfile = $grav['locator']->findResource('log://' . $file); + if (!$logfile) { + $io->error('cannot find the log file: logs/' . $file); + + return 1; + } + + $rows = $viewer->objectTail($logfile, $lines, true); + foreach ($rows as $log) { + $date = $log['date']; + $level_color = LogViewer::levelColor($log['level']); + + if ($date instanceof DateTime) { + $output = "{$log['date']->format('Y-m-d h:i:s')} [<{$level_color}>{$log['level']}]"; + if ($log['trace'] && $verbose) { + $output .= " {$log['message']}\n"; + foreach ((array) $log['trace'] as $index => $tracerow) { + $output .= "{$index}{$tracerow}\n"; + } + } else { + $output .= " {$log['message']}"; + } + $io->writeln($output); + } + } + + return 0; + } +} diff --git a/system/src/Grav/Console/Cli/NewProjectCommand.php b/system/src/Grav/Console/Cli/NewProjectCommand.php new file mode 100644 index 0000000..9450139 --- /dev/null +++ b/system/src/Grav/Console/Cli/NewProjectCommand.php @@ -0,0 +1,75 @@ +setName('new-project') + ->setAliases(['newproject']) + ->addArgument( + 'destination', + InputArgument::REQUIRED, + 'The destination directory of your new Grav project' + ) + ->addOption( + 'symlink', + 's', + InputOption::VALUE_NONE, + 'Symlink the required bits' + ) + ->setDescription('Creates a new Grav project with all the dependencies installed') + ->setHelp("The new-project command is a combination of the `setup` and `install` commands.\nCreates a new Grav instance and performs the installation of all the required dependencies."); + } + + /** + * @return int + */ + protected function serve(): int + { + $io = $this->getIO(); + + $sandboxCommand = $this->getApplication()->find('sandbox'); + $installCommand = $this->getApplication()->find('install'); + + $sandboxArguments = new ArrayInput([ + 'command' => 'sandbox', + 'destination' => $this->input->getArgument('destination'), + '-s' => $this->input->getOption('symlink') + ]); + + $installArguments = new ArrayInput([ + 'command' => 'install', + 'destination' => $this->input->getArgument('destination'), + '-s' => $this->input->getOption('symlink') + ]); + + $error = $sandboxCommand->run($sandboxArguments, $io); + if ($error === 0) { + $error = $installCommand->run($installArguments, $io); + } + + return $error; + } +} diff --git a/system/src/Grav/Console/Cli/PageSystemValidatorCommand.php b/system/src/Grav/Console/Cli/PageSystemValidatorCommand.php new file mode 100644 index 0000000..1e8302d --- /dev/null +++ b/system/src/Grav/Console/Cli/PageSystemValidatorCommand.php @@ -0,0 +1,299 @@ + [[]], + 'summary' => [[], [200], [200, true]], + 'content' => [[]], + 'getRawContent' => [[]], + 'rawMarkdown' => [[]], + 'value' => [['content'], ['route'], ['order'], ['ordering'], ['folder'], ['slug'], ['name'], /*['frontmatter'],*/ ['header.menu'], ['header.slug']], + 'title' => [[]], + 'menu' => [[]], + 'visible' => [[]], + 'published' => [[]], + 'publishDate' => [[]], + 'unpublishDate' => [[]], + 'process' => [[]], + 'slug' => [[]], + 'order' => [[]], + //'id' => [[]], + 'modified' => [[]], + 'lastModified' => [[]], + 'folder' => [[]], + 'date' => [[]], + 'dateformat' => [[]], + 'taxonomy' => [[]], + 'shouldProcess' => [['twig'], ['markdown']], + 'isPage' => [[]], + 'isDir' => [[]], + 'exists' => [[]], + + // Forms + 'forms' => [[]], + + // Routing + 'urlExtension' => [[]], + 'routable' => [[]], + 'link' => [[], [false], [true]], + 'permalink' => [[]], + 'canonical' => [[], [false], [true]], + 'url' => [[], [true], [true, true], [true, true, false], [false, false, true, false]], + 'route' => [[]], + 'rawRoute' => [[]], + 'routeAliases' => [[]], + 'routeCanonical' => [[]], + 'redirect' => [[]], + 'relativePagePath' => [[]], + 'path' => [[]], + //'folder' => [[]], + 'parent' => [[]], + 'topParent' => [[]], + 'currentPosition' => [[]], + 'active' => [[]], + 'activeChild' => [[]], + 'home' => [[]], + 'root' => [[]], + + // Translations + 'translatedLanguages' => [[], [false], [true]], + 'untranslatedLanguages' => [[], [false], [true]], + 'language' => [[]], + + // Legacy + 'raw' => [[]], + 'frontmatter' => [[]], + 'httpResponseCode' => [[]], + 'httpHeaders' => [[]], + 'blueprintName' => [[]], + 'name' => [[]], + 'childType' => [[]], + 'template' => [[]], + 'templateFormat' => [[]], + 'extension' => [[]], + 'expires' => [[]], + 'cacheControl' => [[]], + 'ssl' => [[]], + 'metadata' => [[]], + 'eTag' => [[]], + 'filePath' => [[]], + 'filePathClean' => [[]], + 'orderDir' => [[]], + 'orderBy' => [[]], + 'orderManual' => [[]], + 'maxCount' => [[]], + 'modular' => [[]], + 'modularTwig' => [[]], + //'children' => [[]], + 'isFirst' => [[]], + 'isLast' => [[]], + 'prevSibling' => [[]], + 'nextSibling' => [[]], + 'adjacentSibling' => [[]], + 'ancestor' => [[]], + //'inherited' => [[]], + //'inheritedField' => [[]], + 'find' => [['/']], + //'collection' => [[]], + //'evaluate' => [[]], + 'folderExists' => [[]], + //'getOriginal' => [[]], + //'getAction' => [[]], + ]; + + /** @var Grav */ + protected $grav; + + /** + * @return void + */ + protected function configure(): void + { + $this + ->setName('page-system-validator') + ->setDescription('Page validator can be used to compare site before/after update and when migrating to Flex Pages.') + ->addOption('record', 'r', InputOption::VALUE_NONE, 'Record results') + ->addOption('check', 'c', InputOption::VALUE_NONE, 'Compare site against previously recorded results') + ->setHelp('The page-system-validator command can be used to test the pages before and after upgrade'); + } + + /** + * @return int + */ + protected function serve(): int + { + $input = $this->getInput(); + $io = $this->getIO(); + + $this->setLanguage('en'); + $this->initializePages(); + + $io->newLine(); + + $this->grav = $grav = Grav::instance(); + + $grav->fireEvent('onPageInitialized', new Event(['page' => $grav['page']])); + + /** @var Config $config */ + $config = $grav['config']; + + if ($input->getOption('record')) { + $io->writeln('Pages: ' . $config->get('system.pages.type', 'page')); + + $io->writeln('Record tests'); + $io->newLine(); + + $results = $this->record(); + $file = $this->getFile('pages-old'); + $file->save($results); + + $io->writeln('Recorded tests to ' . $file->filename()); + } elseif ($input->getOption('check')) { + $io->writeln('Pages: ' . $config->get('system.pages.type', 'page')); + + $io->writeln('Run tests'); + $io->newLine(); + + $new = $this->record(); + $file = $this->getFile('pages-new'); + $file->save($new); + $io->writeln('Recorded tests to ' . $file->filename()); + + $file = $this->getFile('pages-old'); + $old = $file->content(); + + $results = $this->check($old, $new); + $file = $this->getFile('diff'); + $file->save($results); + $io->writeln('Recorded results to ' . $file->filename()); + } else { + $io->writeln('page-system-validator [-r|--record] [-c|--check]'); + } + $io->newLine(); + + return 0; + } + + /** + * @return array + */ + private function record(): array + { + $io = $this->getIO(); + + /** @var Pages $pages */ + $pages = $this->grav['pages']; + $all = $pages->all(); + + $results = []; + $results[''] = $this->recordRow($pages->root()); + foreach ($all as $path => $page) { + if (null === $page) { + $io->writeln('Error on page ' . $path . ''); + continue; + } + + $results[$page->rawRoute()] = $this->recordRow($page); + } + + return json_decode(json_encode($results), true); + } + + /** + * @param PageInterface $page + * @return array + */ + private function recordRow(PageInterface $page): array + { + $results = []; + + foreach ($this->tests as $method => $params) { + $params = $params ?: [[]]; + foreach ($params as $p) { + $result = $page->$method(...$p); + if (in_array($method, ['summary', 'content', 'getRawContent'], true)) { + $result = preg_replace('/name="(form-nonce|__unique_form_id__)" value="[^"]+"/', + 'name="\\1" value="DYNAMIC"', $result); + $result = preg_replace('`src=("|\'|")/images/./././././[^"]+\\1`', + 'src="\\1images/GENERATED\\1', $result); + $result = preg_replace('/\?\d{10}/', '?1234567890', $result); + } elseif ($method === 'httpHeaders' && isset($result['Expires'])) { + $result['Expires'] = 'Thu, 19 Sep 2019 13:10:24 GMT (REPLACED AS DYNAMIC)'; + } elseif ($result instanceof PageInterface) { + $result = $result->rawRoute(); + } elseif (is_object($result)) { + $result = json_decode(json_encode($result), true); + } + + $ps = []; + foreach ($p as $val) { + $ps[] = (string)var_export($val, true); + } + $pstr = implode(', ', $ps); + $call = "->{$method}({$pstr})"; + $results[$call] = $result; + } + } + + return $results; + } + + /** + * @param array $old + * @param array $new + * @return array + */ + private function check(array $old, array $new): array + { + $errors = []; + foreach ($old as $path => $page) { + if (!isset($new[$path])) { + $errors[$path] = 'PAGE REMOVED'; + continue; + } + foreach ($page as $method => $test) { + if (($new[$path][$method] ?? null) !== $test) { + $errors[$path][$method] = ['old' => $test, 'new' => $new[$path][$method]]; + } + } + } + + return $errors; + } + + /** + * @param string $name + * @return CompiledYamlFile + */ + private function getFile(string $name): CompiledYamlFile + { + return CompiledYamlFile::instance('cache://tests/' . $name . '.yaml'); + } +} diff --git a/system/src/Grav/Console/Cli/SandboxCommand.php b/system/src/Grav/Console/Cli/SandboxCommand.php new file mode 100644 index 0000000..4e2cadd --- /dev/null +++ b/system/src/Grav/Console/Cli/SandboxCommand.php @@ -0,0 +1,347 @@ + '/.gitignore', + '/.editorconfig' => '/.editorconfig', + '/CHANGELOG.md' => '/CHANGELOG.md', + '/LICENSE.txt' => '/LICENSE.txt', + '/README.md' => '/README.md', + '/CONTRIBUTING.md' => '/CONTRIBUTING.md', + '/index.php' => '/index.php', + '/composer.json' => '/composer.json', + '/bin' => '/bin', + '/system' => '/system', + '/vendor' => '/vendor', + '/webserver-configs' => '/webserver-configs', + ]; + + /** @var string */ + protected $source; + /** @var string */ + protected $destination; + + /** + * @return void + */ + protected function configure(): void + { + $this + ->setName('sandbox') + ->setDescription('Setup of a base Grav system in your webroot, good for development, playing around or starting fresh') + ->addArgument( + 'destination', + InputArgument::REQUIRED, + 'The destination directory to symlink into' + ) + ->addOption( + 'symlink', + 's', + InputOption::VALUE_NONE, + 'Symlink the base grav system' + ) + ->setHelp("The sandbox command help create a development environment that can optionally use symbolic links to link the core of grav to the git cloned repository.\nGood for development, playing around or starting fresh"); + + $source = getcwd(); + if ($source === false) { + throw new RuntimeException('Internal Error'); + } + $this->source = $source; + } + + /** + * @return int + */ + protected function serve(): int + { + $input = $this->getInput(); + + $this->destination = $input->getArgument('destination'); + + // Create Some core stuff if it doesn't exist + $error = $this->createDirectories(); + if ($error) { + return $error; + } + + // Copy files or create symlinks + $error = $input->getOption('symlink') ? $this->symlink() : $this->copy(); + if ($error) { + return $error; + } + + $error = $this->pages(); + if ($error) { + return $error; + } + + $error = $this->initFiles(); + if ($error) { + return $error; + } + + $error = $this->perms(); + if ($error) { + return $error; + } + + return 0; + } + + /** + * @return int + */ + private function createDirectories(): int + { + $io = $this->getIO(); + + $io->newLine(); + $io->writeln('Creating Directories'); + $dirs_created = false; + + if (!file_exists($this->destination)) { + Folder::create($this->destination); + } + + foreach ($this->directories as $dir) { + if (!file_exists($this->destination . $dir)) { + $dirs_created = true; + $io->writeln(' ' . $dir . ''); + Folder::create($this->destination . $dir); + } + } + + if (!$dirs_created) { + $io->writeln(' Directories already exist'); + } + + return 0; + } + + /** + * @return int + */ + private function copy(): int + { + $io = $this->getIO(); + + $io->newLine(); + $io->writeln('Copying Files'); + + + foreach ($this->mappings as $source => $target) { + if ((string)(int)$source === (string)$source) { + $source = $target; + } + + $from = $this->source . $source; + $to = $this->destination . $target; + + $io->writeln(' ' . $source . ' -> ' . $to); + @Folder::rcopy($from, $to); + } + + return 0; + } + + /** + * @return int + */ + private function symlink(): int + { + $io = $this->getIO(); + + $io->newLine(); + $io->writeln('Resetting Symbolic Links'); + + // Symlink also tests if using git. + if (is_dir($this->source . '/tests')) { + $this->mappings['/tests'] = '/tests'; + } + + foreach ($this->mappings as $source => $target) { + if ((string)(int)$source === (string)$source) { + $source = $target; + } + + $from = $this->source . $source; + $to = $this->destination . $target; + + $io->writeln(' ' . $source . ' -> ' . $to); + + if (is_dir($to)) { + @Folder::delete($to); + } else { + @unlink($to); + } + symlink($from, $to); + } + + return 0; + } + + /** + * @return int + */ + private function pages(): int + { + $io = $this->getIO(); + + $io->newLine(); + $io->writeln('Pages Initializing'); + + // get pages files and initialize if no pages exist + $pages_dir = $this->destination . '/user/pages'; + $pages_files = array_diff(scandir($pages_dir), ['..', '.']); + + if (count($pages_files) === 0) { + $destination = $this->source . '/user/pages'; + Folder::rcopy($destination, $pages_dir); + $io->writeln(' ' . $destination . ' -> Created'); + } + + return 0; + } + + /** + * @return int + */ + private function initFiles(): int + { + if (!$this->check()) { + return 1; + } + + $io = $this->getIO(); + $io->newLine(); + $io->writeln('File Initializing'); + $files_init = false; + + // Copy files if they do not exist + foreach ($this->files as $source => $target) { + if ((string)(int)$source === (string)$source) { + $source = $target; + } + + $from = $this->source . $source; + $to = $this->destination . $target; + + if (!file_exists($to)) { + $files_init = true; + copy($from, $to); + $io->writeln(' ' . $target . ' -> Created'); + } + } + + if (!$files_init) { + $io->writeln(' Files already exist'); + } + + return 0; + } + + /** + * @return int + */ + private function perms(): int + { + $io = $this->getIO(); + $io->newLine(); + $io->writeln('Permissions Initializing'); + + $dir_perms = 0755; + + $binaries = glob($this->destination . DS . 'bin' . DS . '*'); + + foreach ($binaries as $bin) { + chmod($bin, $dir_perms); + $io->writeln(' bin/' . Utils::basename($bin) . ' permissions reset to ' . decoct($dir_perms)); + } + + $io->newLine(); + + return 0; + } + + /** + * @return bool + */ + private function check(): bool + { + $success = true; + $io = $this->getIO(); + + if (!file_exists($this->destination)) { + $io->writeln(' file: ' . $this->destination . ' does not exist!'); + $success = false; + } + + foreach ($this->directories as $dir) { + if (!file_exists($this->destination . $dir)) { + $io->writeln(' directory: ' . $dir . ' does not exist!'); + $success = false; + } + } + + foreach ($this->mappings as $target => $link) { + if (!file_exists($this->destination . $target)) { + $io->writeln(' mappings: ' . $target . ' does not exist!'); + $success = false; + } + } + + if (!$success) { + $io->newLine(); + $io->writeln('install should be run with --symlink|--s to symlink first'); + } + + return $success; + } +} diff --git a/system/src/Grav/Console/Cli/SchedulerCommand.php b/system/src/Grav/Console/Cli/SchedulerCommand.php new file mode 100644 index 0000000..fb30244 --- /dev/null +++ b/system/src/Grav/Console/Cli/SchedulerCommand.php @@ -0,0 +1,223 @@ +setName('scheduler') + ->addOption( + 'install', + 'i', + InputOption::VALUE_NONE, + 'Show Install Command' + ) + ->addOption( + 'jobs', + 'j', + InputOption::VALUE_NONE, + 'Show Jobs Summary' + ) + ->addOption( + 'details', + 'd', + InputOption::VALUE_NONE, + 'Show Job Details' + ) + ->addOption( + 'run', + 'r', + InputOption::VALUE_OPTIONAL, + 'Force run all jobs or a specific job if you specify a specific Job ID', + false + ) + ->setDescription('Run the Grav Scheduler. Best when integrated with system cron') + ->setHelp("Running without any options will force the Scheduler to run through it's jobs and process them"); + } + + /** + * @return int + */ + protected function serve(): int + { + $this->initializePlugins(); + + $grav = Grav::instance(); + $grav['backups']->init(); + $this->initializePages(); + $this->initializeThemes(); + + /** @var Scheduler $scheduler */ + $scheduler = $grav['scheduler']; + $grav->fireEvent('onSchedulerInitialized', new Event(['scheduler' => $scheduler])); + + $input = $this->getInput(); + $io = $this->getIO(); + $error = 0; + + $run = $input->getOption('run'); + + if ($input->getOption('jobs')) { + // Show jobs list + + $jobs = $scheduler->getAllJobs(); + $job_states = (array)$scheduler->getJobStates()->content(); + $rows = []; + + $table = new Table($io); + $table->setStyle('box'); + $headers = ['Job ID', 'Command', 'Run At', 'Status', 'Last Run', 'State']; + + $io->title('Scheduler Jobs Listing'); + + foreach ($jobs as $job) { + $job_status = ucfirst($job_states[$job->getId()]['state'] ?? 'ready'); + $last_run = $job_states[$job->getId()]['last-run'] ?? 0; + $status = $job_status === 'Failure' ? "{$job_status}" : "{$job_status}"; + $state = $job->getEnabled() ? 'Enabled' : 'Disabled'; + $row = [ + $job->getId(), + "{$job->getCommand()}", + "{$job->getAt()}", + $status, + '' . ($last_run === 0 ? 'Never' : date('Y-m-d H:i', $last_run)) . '', + $state, + + ]; + $rows[] = $row; + } + + if (!empty($rows)) { + $table->setHeaders($headers); + $table->setRows($rows); + $table->render(); + } else { + $io->text('no jobs found...'); + } + + $io->newLine(); + $io->note('For error details run "bin/grav scheduler -d"'); + $io->newLine(); + } elseif ($input->getOption('details')) { + $jobs = $scheduler->getAllJobs(); + $job_states = (array)$scheduler->getJobStates()->content(); + + $io->title('Job Details'); + + $table = new Table($io); + $table->setStyle('box'); + $table->setHeaders(['Job ID', 'Last Run', 'Next Run', 'Errors']); + $rows = []; + + foreach ($jobs as $job) { + $job_state = $job_states[$job->getId()]; + $error = isset($job_state['error']) ? trim($job_state['error']) : false; + + /** @var CronExpression $expression */ + $expression = $job->getCronExpression(); + $next_run = $expression->getNextRunDate(); + + $row = []; + $row[] = $job->getId(); + if (!is_null($job_state['last-run'])) { + $row[] = '' . date('Y-m-d H:i', $job_state['last-run']) . ''; + } else { + $row[] = 'Never'; + } + $row[] = '' . $next_run->format('Y-m-d H:i') . ''; + + if ($error) { + $row[] = "{$error}"; + } else { + $row[] = 'None'; + } + $rows[] = $row; + } + + $table->setRows($rows); + $table->render(); + } elseif ($run !== false && $run !== null) { + $io->title('Force Run Job: ' . $run); + + $job = $scheduler->getJob($run); + + if ($job) { + $job->inForeground()->run(); + + if ($job->isSuccessful()) { + $io->success('Job ran successfully...'); + } else { + $error = 1; + $io->error('Job failed to run successfully...'); + } + + $output = $job->getOutput(); + + if ($output) { + $io->write($output); + } + } else { + $error = 1; + $io->error('Could not find a job with id: ' . $run); + } + } elseif ($input->getOption('install')) { + $io->title('Install Scheduler'); + + $verb = 'install'; + + if ($scheduler->isCrontabSetup()) { + $io->success('All Ready! You have already set up Grav\'s Scheduler in your crontab. You can validate this by running "crontab -l" to list your current crontab entries.'); + $verb = 'reinstall'; + } else { + $user = $scheduler->whoami(); + $error = 1; + $io->error('Can\'t find a crontab for ' . $user . '. You need to set up Grav\'s Scheduler in your crontab'); + } + if (!Utils::isWindows()) { + $io->note("To $verb, run the following command from your terminal:"); + $io->newLine(); + $io->text(trim($scheduler->getCronCommand())); + } else { + $io->note("To $verb, create a scheduled task in Windows."); + $io->text('Learn more at https://learn.getgrav.org/advanced/scheduler'); + } + } else { + // Run scheduler + $force = $run === null; + $scheduler->run(null, $force); + + if ($input->getOption('verbose')) { + $io->title('Running Scheduled Jobs'); + $io->text($scheduler->getVerboseOutput()); + } + } + + return $error; + } +} diff --git a/system/src/Grav/Console/Cli/SecurityCommand.php b/system/src/Grav/Console/Cli/SecurityCommand.php new file mode 100644 index 0000000..d75a4a6 --- /dev/null +++ b/system/src/Grav/Console/Cli/SecurityCommand.php @@ -0,0 +1,102 @@ +setName('security') + ->setDescription('Capable of running various Security checks') + ->setHelp('The security runs various security checks on your Grav site'); + } + + /** + * @return int + */ + protected function serve(): int + { + $this->initializePages(); + + $io = $this->getIO(); + + /** @var Grav $grav */ + $grav = Grav::instance(); + $this->progress = new ProgressBar($this->output, count($grav['pages']->routes()) - 1); + $this->progress->setFormat('Scanning %current% pages [%bar%] %percent:3s%% %elapsed:6s%'); + $this->progress->setBarWidth(100); + + $io->title('Grav Security Check'); + $io->newline(2); + + $output = Security::detectXssFromPages($grav['pages'], false, [$this, 'outputProgress']); + + $error = 0; + if (!empty($output)) { + $counter = 1; + foreach ($output as $route => $results) { + $results_parts = array_map(static function ($value, $key) { + return $key.': \''.$value . '\''; + }, array_values($results), array_keys($results)); + + $io->writeln($counter++ .' - ' . $route . '' . implode(', ', $results_parts) . ''); + } + + $error = 1; + $io->error('Security Scan complete: ' . count($output) . ' potential XSS issues found...'); + } else { + $io->success('Security Scan complete: No issues found...'); + } + + $io->newline(1); + + return $error; + } + + /** + * @param array $args + * @return void + */ + public function outputProgress(array $args): void + { + switch ($args['type']) { + case 'count': + $steps = $args['steps']; + $freq = (int)($steps > 100 ? round($steps / 100) : $steps); + $this->progress->setMaxSteps($steps); + $this->progress->setRedrawFrequency($freq); + break; + case 'progress': + if (isset($args['complete']) && $args['complete']) { + $this->progress->finish(); + } else { + $this->progress->advance(); + } + break; + } + } +} diff --git a/system/src/Grav/Console/Cli/ServerCommand.php b/system/src/Grav/Console/Cli/ServerCommand.php new file mode 100644 index 0000000..7b50082 --- /dev/null +++ b/system/src/Grav/Console/Cli/ServerCommand.php @@ -0,0 +1,154 @@ +setName('server') + ->addOption('port', 'p', InputOption::VALUE_OPTIONAL, 'Preferred HTTP port rather than auto-find (default is 8000-9000') + ->addOption('symfony', null, InputOption::VALUE_NONE, 'Force using Symfony server') + ->addOption('php', null, InputOption::VALUE_NONE, 'Force using built-in PHP server') + ->setDescription("Runs built-in web-server, Symfony first, then tries PHP's") + ->setHelp("Runs built-in web-server, Symfony first, then tries PHP's"); + } + + /** + * @return int + */ + protected function serve(): int + { + $input = $this->getInput(); + $io = $this->getIO(); + + $io->title('Grav Web Server'); + + // Ensure CLI colors are on + ini_set('cli_server.color', 'on'); + + // Options + $force_symfony = $input->getOption('symfony'); + $force_php = $input->getOption('php'); + + // Find PHP + $executableFinder = new PhpExecutableFinder(); + $php = $executableFinder->find(false); + + $this->ip = '127.0.0.1'; + $this->port = (int)($input->getOption('port') ?? 8000); + + // Get an open port + while (!$this->portAvailable($this->ip, $this->port)) { + $this->port++; + } + + // Setup the commands + $symfony_cmd = ['symfony', 'server:start', '--ansi', '--port=' . $this->port]; + $php_cmd = [$php, '-S', $this->ip.':'.$this->port, 'system/router.php']; + + $commands = [ + self::SYMFONY_SERVER => $symfony_cmd, + self::PHP_SERVER => $php_cmd + ]; + + if ($force_symfony) { + unset($commands[self::PHP_SERVER]); + } elseif ($force_php) { + unset($commands[self::SYMFONY_SERVER]); + } + + $error = 0; + foreach ($commands as $name => $command) { + $process = $this->runProcess($name, $command); + if (!$process) { + $io->note('Starting ' . $name . '...'); + } + + // Should only get here if there's an error running + if (!$process->isRunning() && (($name === self::SYMFONY_SERVER && $force_symfony) || ($name === self::PHP_SERVER))) { + $error = 1; + $io->error('Could not start ' . $name); + } + } + + return $error; + } + + /** + * @param string $name + * @param array $cmd + * @return Process + */ + protected function runProcess(string $name, array $cmd): Process + { + $io = $this->getIO(); + + $process = new Process($cmd); + $process->setTimeout(0); + $process->start(); + + if ($name === self::SYMFONY_SERVER && Utils::contains($process->getErrorOutput(), 'symfony: not found')) { + $io->error('The symfony binary could not be found, please install the CLI tools: https://symfony.com/download'); + $io->warning('Falling back to PHP web server...'); + } + + if ($name === self::PHP_SERVER) { + $io->success('Built-in PHP web server listening on http://' . $this->ip . ':' . $this->port . ' (PHP v' . PHP_VERSION . ')'); + } + + $process->wait(function ($type, $buffer) { + $this->getIO()->write($buffer); + }); + + return $process; + } + + /** + * Simple function test the port + * + * @param string $ip + * @param int $port + * @return bool + */ + protected function portAvailable(string $ip, int $port): bool + { + $fp = @fsockopen($ip, $port, $errno, $errstr, 0.1); + if (!$fp) { + return true; + } + + fclose($fp); + + return false; + } +} diff --git a/system/src/Grav/Console/Cli/YamlLinterCommand.php b/system/src/Grav/Console/Cli/YamlLinterCommand.php new file mode 100644 index 0000000..76a5a75 --- /dev/null +++ b/system/src/Grav/Console/Cli/YamlLinterCommand.php @@ -0,0 +1,124 @@ +setName('yamllinter') + ->addOption( + 'all', + 'a', + InputOption::VALUE_NONE, + 'Go through the whole Grav installation' + ) + ->addOption( + 'folder', + 'f', + InputOption::VALUE_OPTIONAL, + 'Go through specific folder' + ) + ->setDescription('Checks various files for YAML errors') + ->setHelp('Checks various files for YAML errors'); + } + + /** + * @return int + */ + protected function serve(): int + { + $input = $this->getInput(); + $io = $this->getIO(); + + $io->title('Yaml Linter'); + + $error = 0; + if ($input->getOption('all')) { + $io->section('All'); + $errors = YamlLinter::lint(''); + + if (empty($errors)) { + $io->success('No YAML Linting issues found'); + } else { + $error = 1; + $this->displayErrors($errors, $io); + } + } elseif ($folder = $input->getOption('folder')) { + $io->section($folder); + $errors = YamlLinter::lint($folder); + + if (empty($errors)) { + $io->success('No YAML Linting issues found'); + } else { + $error = 1; + $this->displayErrors($errors, $io); + } + } else { + $io->section('User Configuration'); + $errors = YamlLinter::lintConfig(); + + if (empty($errors)) { + $io->success('No YAML Linting issues with configuration'); + } else { + $error = 1; + $this->displayErrors($errors, $io); + } + + $io->section('Pages Frontmatter'); + $errors = YamlLinter::lintPages(); + + if (empty($errors)) { + $io->success('No YAML Linting issues with pages'); + } else { + $error = 1; + $this->displayErrors($errors, $io); + } + + $io->section('Page Blueprints'); + $errors = YamlLinter::lintBlueprints(); + + if (empty($errors)) { + $io->success('No YAML Linting issues with blueprints'); + } else { + $error = 1; + $this->displayErrors($errors, $io); + } + } + + return $error; + } + + /** + * @param array $errors + * @param SymfonyStyle $io + * @return void + */ + protected function displayErrors(array $errors, SymfonyStyle $io): void + { + $io->error('YAML Linting issues found...'); + foreach ($errors as $path => $error) { + $io->writeln("{$path} - {$error}"); + } + } +} diff --git a/system/src/Grav/Console/ConsoleCommand.php b/system/src/Grav/Console/ConsoleCommand.php new file mode 100644 index 0000000..d7cff9f --- /dev/null +++ b/system/src/Grav/Console/ConsoleCommand.php @@ -0,0 +1,46 @@ +setupConsole($input, $output); + + return $this->serve(); + } + + /** + * Override with your implementation. + * + * @return int + */ + protected function serve() + { + // Return error. + return 1; + } +} diff --git a/system/src/Grav/Console/ConsoleTrait.php b/system/src/Grav/Console/ConsoleTrait.php new file mode 100644 index 0000000..2f8848f --- /dev/null +++ b/system/src/Grav/Console/ConsoleTrait.php @@ -0,0 +1,338 @@ +argv = $_SERVER['argv'][0]; + $this->input = $input; + $this->output = new SymfonyStyle($input, $output); + + $this->setupGrav(); + } + + public function getInput(): InputInterface + { + return $this->input; + } + + /** + * @return SymfonyStyle + */ + public function getIO(): SymfonyStyle + { + return $this->output; + } + + /** + * Adds an option. + * + * @param string $name The option name + * @param string|array|null $shortcut The shortcuts, can be null, a string of shortcuts delimited by | or an array of shortcuts + * @param int|null $mode The option mode: One of the InputOption::VALUE_* constants + * @param string $description A description text + * @param string|string[]|int|bool|null $default The default value (must be null for InputOption::VALUE_NONE) + * @return $this + * @throws InvalidArgumentException If option mode is invalid or incompatible + */ + public function addOption($name, $shortcut = null, $mode = null, $description = '', $default = null) + { + if ($name !== 'env' && $name !== 'lang') { + parent::addOption($name, $shortcut, $mode, $description, $default); + } + + return $this; + } + + /** + * @return void + */ + final protected function setupGrav(): void + { + try { + $language = $this->input->getOption('lang'); + if ($language) { + // Set used language. + $this->setLanguage($language); + } + } catch (InvalidArgumentException $e) {} + + // Initialize cache with CLI compatibility + $grav = Grav::instance(); + $grav['config']->set('system.cache.cli_compatibility', true); + } + + /** + * Initialize Grav. + * + * - Load configuration + * - Initialize logger + * - Disable debugger + * - Set timezone, locale + * - Load plugins (call PluginsLoadedEvent) + * - Set Pages and Users type to be used in the site + * + * Safe to be called multiple times. + * + * @return $this + */ + final protected function initializeGrav() + { + InitializeProcessor::initializeCli(Grav::instance()); + + return $this; + } + + /** + * Set language to be used in CLI. + * + * @param string|null $code + * @return $this + */ + final protected function setLanguage(string $code = null) + { + $this->initializeGrav(); + + $grav = Grav::instance(); + /** @var Language $language */ + $language = $grav['language']; + if ($language->enabled()) { + if ($code && $language->validate($code)) { + $language->setActive($code); + } else { + $language->setActive($language->getDefault()); + } + } + + return $this; + } + + /** + * Properly initialize plugins. + * + * - call $this->initializeGrav() + * - call onPluginsInitialized event + * + * Safe to be called multiple times. + * + * @return $this + */ + final protected function initializePlugins() + { + if (!$this->plugins_initialized) { + $this->plugins_initialized = true; + + $this->initializeGrav(); + + // Initialize plugins. + $grav = Grav::instance(); + $grav['plugins']->init(); + $grav->fireEvent('onPluginsInitialized'); + } + + return $this; + } + + /** + * Properly initialize themes. + * + * - call $this->initializePlugins() + * - initialize theme (call onThemeInitialized event) + * + * Safe to be called multiple times. + * + * @return $this + */ + final protected function initializeThemes() + { + if (!$this->themes_initialized) { + $this->themes_initialized = true; + + $this->initializePlugins(); + + // Initialize themes. + $grav = Grav::instance(); + $grav['themes']->init(); + } + + return $this; + } + + /** + * Properly initialize pages. + * + * - call $this->initializeThemes() + * - initialize assets (call onAssetsInitialized event) + * - initialize twig (calls the twig events) + * - initialize pages (calls onPagesInitialized event) + * + * Safe to be called multiple times. + * + * @return $this + */ + final protected function initializePages() + { + if (!$this->pages_initialized) { + $this->pages_initialized = true; + + $this->initializeThemes(); + + $grav = Grav::instance(); + + // Initialize assets. + $grav['assets']->init(); + $grav->fireEvent('onAssetsInitialized'); + + // Initialize twig. + $grav['twig']->init(); + + // Initialize pages. + $pages = $grav['pages']; + $pages->init(); + $grav->fireEvent('onPagesInitialized', new Event(['pages' => $pages])); + } + + return $this; + } + + /** + * @param string $path + * @return void + */ + public function isGravInstance($path) + { + $io = $this->getIO(); + + if (!file_exists($path)) { + $io->writeln(''); + $io->writeln("ERROR: Destination doesn't exist:"); + $io->writeln(" $path"); + $io->writeln(''); + exit; + } + + if (!is_dir($path)) { + $io->writeln(''); + $io->writeln("ERROR: Destination chosen to install is not a directory:"); + $io->writeln(" $path"); + $io->writeln(''); + exit; + } + + if (!file_exists($path . DS . 'index.php') || !file_exists($path . DS . '.dependencies') || !file_exists($path . DS . 'system' . DS . 'config' . DS . 'system.yaml')) { + $io->writeln(''); + $io->writeln('ERROR: Destination chosen to install does not appear to be a Grav instance:'); + $io->writeln(" $path"); + $io->writeln(''); + exit; + } + } + + /** + * @param string $path + * @param string $action + * @return string|false + */ + public function composerUpdate($path, $action = 'install') + { + $composer = Composer::getComposerExecutor(); + + return system($composer . ' --working-dir=' . escapeshellarg($path) . ' --no-interaction --no-dev --prefer-dist -o '. $action); + } + + /** + * @param array $all + * @return int + * @throws Exception + */ + public function clearCache($all = []) + { + if ($all) { + $all = ['--all' => true]; + } + + $command = new ClearCacheCommand(); + $input = new ArrayInput($all); + return $command->run($input, $this->output); + } + + /** + * @return void + */ + public function invalidateCache() + { + Cache::invalidateCache(); + } + + /** + * Load the local config file + * + * @return string|false The local config file name. false if local config does not exist + */ + public function loadLocalConfig() + { + $home_folder = getenv('HOME') ?: getenv('HOMEDRIVE') . getenv('HOMEPATH'); + $local_config_file = $home_folder . '/.grav/config'; + + if (file_exists($local_config_file)) { + $file = YamlFile::instance($local_config_file); + $this->local_config = $file->content(); + $file->free(); + + return $local_config_file; + } + + return false; + } +} diff --git a/system/src/Grav/Console/Gpm/DirectInstallCommand.php b/system/src/Grav/Console/Gpm/DirectInstallCommand.php new file mode 100644 index 0000000..272b5f5 --- /dev/null +++ b/system/src/Grav/Console/Gpm/DirectInstallCommand.php @@ -0,0 +1,321 @@ +setName('direct-install') + ->setAliases(['directinstall']) + ->addArgument( + 'package-file', + InputArgument::REQUIRED, + 'Installable package local or remote . Can install specific version' + ) + ->addOption( + 'all-yes', + 'y', + InputOption::VALUE_NONE, + 'Assumes yes (or best approach) instead of prompting' + ) + ->addOption( + 'destination', + 'd', + InputOption::VALUE_OPTIONAL, + 'The destination where the package should be installed at. By default this would be where the grav instance has been launched from', + GRAV_ROOT + ) + ->setDescription('Installs Grav, plugin, or theme directly from a file or a URL') + ->setHelp('The direct-install command installs Grav, plugin, or theme directly from a file or a URL'); + } + + /** + * @return int + */ + protected function serve(): int + { + $input = $this->getInput(); + $io = $this->getIO(); + + if (!class_exists(ZipArchive::class)) { + $io->title('Direct Install'); + $io->error('php-zip extension needs to be enabled!'); + + return 1; + } + + // Making sure the destination is usable + $this->destination = realpath($input->getOption('destination')); + + if (!Installer::isGravInstance($this->destination) || + !Installer::isValidDestination($this->destination, [Installer::EXISTS, Installer::IS_LINK]) + ) { + $io->writeln('ERROR: ' . Installer::lastErrorMsg()); + + return 1; + } + + $this->all_yes = $input->getOption('all-yes'); + + $package_file = $input->getArgument('package-file'); + + $question = new ConfirmationQuestion("Are you sure you want to direct-install {$package_file} [y|N] ", false); + + $answer = $this->all_yes ? true : $io->askQuestion($question); + + if (!$answer) { + $io->writeln('exiting...'); + $io->newLine(); + + return 1; + } + + $tmp_dir = Grav::instance()['locator']->findResource('tmp://', true, true); + $tmp_zip = $tmp_dir . uniqid('/Grav-', false); + + $io->newLine(); + $io->writeln("Preparing to install {$package_file}"); + + $zip = null; + if (Response::isRemote($package_file)) { + $io->write(' |- Downloading package... 0%'); + try { + $zip = GPM::downloadPackage($package_file, $tmp_zip); + } catch (RuntimeException $e) { + $io->newLine(); + $io->writeln(" `- ERROR: {$e->getMessage()}"); + $io->newLine(); + + return 1; + } + + if ($zip) { + $io->write("\x0D"); + $io->write(' |- Downloading package... 100%'); + $io->newLine(); + } + } elseif (is_file($package_file)) { + $io->write(' |- Copying package... 0%'); + $zip = GPM::copyPackage($package_file, $tmp_zip); + if ($zip) { + $io->write("\x0D"); + $io->write(' |- Copying package... 100%'); + $io->newLine(); + } + } + + if ($zip && file_exists($zip)) { + $tmp_source = $tmp_dir . uniqid('/Grav-', false); + + $io->write(' |- Extracting package... '); + $extracted = Installer::unZip($zip, $tmp_source); + + if (!$extracted) { + $io->write("\x0D"); + $io->writeln(' |- Extracting package... failed'); + Folder::delete($tmp_source); + Folder::delete($tmp_zip); + + return 1; + } + + $io->write("\x0D"); + $io->writeln(' |- Extracting package... ok'); + + + $type = GPM::getPackageType($extracted); + + if (!$type) { + $io->writeln(" '- ERROR: Not a valid Grav package"); + $io->newLine(); + Folder::delete($tmp_source); + Folder::delete($tmp_zip); + + return 1; + } + + $blueprint = GPM::getBlueprints($extracted); + if ($blueprint) { + if (isset($blueprint['dependencies'])) { + $dependencies = []; + foreach ($blueprint['dependencies'] as $dependency) { + if (is_array($dependency)) { + if (isset($dependency['name'])) { + $dependencies[] = $dependency['name']; + } + if (isset($dependency['github'])) { + $dependencies[] = $dependency['github']; + } + } else { + $dependencies[] = $dependency; + } + } + $io->writeln(' |- Dependencies found... [' . implode(',', $dependencies) . ']'); + + $question = new ConfirmationQuestion(" | '- Dependencies will not be satisfied. Continue ? [y|N] ", false); + $answer = $this->all_yes ? true : $io->askQuestion($question); + + if (!$answer) { + $io->writeln('exiting...'); + $io->newLine(); + Folder::delete($tmp_source); + Folder::delete($tmp_zip); + + return 1; + } + } + } + + if ($type === 'grav') { + $io->write(' |- Checking destination... '); + Installer::isValidDestination(GRAV_ROOT . '/system'); + if (Installer::IS_LINK === Installer::lastErrorCode()) { + $io->write("\x0D"); + $io->writeln(' |- Checking destination... symbolic link'); + $io->writeln(" '- ERROR: symlinks found... " . GRAV_ROOT . ''); + $io->newLine(); + Folder::delete($tmp_source); + Folder::delete($tmp_zip); + + return 1; + } + + $io->write("\x0D"); + $io->writeln(' |- Checking destination... ok'); + + $io->write(' |- Installing package... '); + + $this->upgradeGrav($zip, $extracted); + } else { + $name = GPM::getPackageName($extracted); + + if (!$name) { + $io->writeln('ERROR: Name could not be determined. Please specify with --name|-n'); + $io->newLine(); + Folder::delete($tmp_source); + Folder::delete($tmp_zip); + + return 1; + } + + $install_path = GPM::getInstallPath($type, $name); + $is_update = file_exists($install_path); + + $io->write(' |- Checking destination... '); + + Installer::isValidDestination(GRAV_ROOT . DS . $install_path); + if (Installer::lastErrorCode() === Installer::IS_LINK) { + $io->write("\x0D"); + $io->writeln(' |- Checking destination... symbolic link'); + $io->writeln(" '- ERROR: symlink found... " . GRAV_ROOT . DS . $install_path . ''); + $io->newLine(); + Folder::delete($tmp_source); + Folder::delete($tmp_zip); + + return 1; + } + + $io->write("\x0D"); + $io->writeln(' |- Checking destination... ok'); + + $io->write(' |- Installing package... '); + + Installer::install( + $zip, + $this->destination, + $options = [ + 'install_path' => $install_path, + 'theme' => (($type === 'theme')), + 'is_update' => $is_update + ], + $extracted + ); + + // clear cache after successful upgrade + $this->clearCache(); + } + + Folder::delete($tmp_source); + + $io->write("\x0D"); + + if (Installer::lastErrorCode()) { + $io->writeln(" '- " . Installer::lastErrorMsg() . ''); + $io->newLine(); + } else { + $io->writeln(' |- Installing package... ok'); + $io->writeln(" '- Success! "); + $io->newLine(); + } + } else { + $io->writeln(" '- ERROR: ZIP package could not be found"); + Folder::delete($tmp_zip); + + return 1; + } + + Folder::delete($tmp_zip); + + return 0; + } + + /** + * @param string $zip + * @param string $folder + * @return void + */ + private function upgradeGrav(string $zip, string $folder): void + { + if (!is_dir($folder)) { + Installer::setError('Invalid source folder'); + } + + try { + $script = $folder . '/system/install.php'; + /** Install $installer */ + if ((file_exists($script) && $install = include $script) && is_callable($install)) { + $install($zip); + } else { + throw new RuntimeException('Uploaded archive file is not a valid Grav update package'); + } + } catch (Exception $e) { + Installer::setError($e->getMessage()); + } + } +} diff --git a/system/src/Grav/Console/Gpm/IndexCommand.php b/system/src/Grav/Console/Gpm/IndexCommand.php new file mode 100644 index 0000000..d9b5448 --- /dev/null +++ b/system/src/Grav/Console/Gpm/IndexCommand.php @@ -0,0 +1,335 @@ +setName('index') + ->addOption( + 'force', + 'f', + InputOption::VALUE_NONE, + 'Force re-fetching the data from remote' + ) + ->addOption( + 'filter', + 'F', + InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY, + 'Allows to limit the results based on one or multiple filters input. This can be either portion of a name/slug or a regex' + ) + ->addOption( + 'themes-only', + 'T', + InputOption::VALUE_NONE, + 'Filters the results to only Themes' + ) + ->addOption( + 'plugins-only', + 'P', + InputOption::VALUE_NONE, + 'Filters the results to only Plugins' + ) + ->addOption( + 'updates-only', + 'U', + InputOption::VALUE_NONE, + 'Filters the results to Updatable Themes and Plugins only' + ) + ->addOption( + 'installed-only', + 'I', + InputOption::VALUE_NONE, + 'Filters the results to only the Themes and Plugins you have installed' + ) + ->addOption( + 'sort', + 's', + InputOption::VALUE_REQUIRED, + 'Allows to sort (ASC) the results. SORT can be either "name", "slug", "author", "date"', + 'date' + ) + ->addOption( + 'desc', + 'D', + InputOption::VALUE_NONE, + 'Reverses the order of the output.' + ) + ->addOption( + 'enabled', + 'e', + InputOption::VALUE_NONE, + 'Filters the results to only enabled Themes and Plugins.' + ) + ->addOption( + 'disabled', + 'd', + InputOption::VALUE_NONE, + 'Filters the results to only disabled Themes and Plugins.' + ) + ->setDescription('Lists the plugins and themes available for installation') + ->setHelp('The index command lists the plugins and themes available for installation') + ; + } + + /** + * @return int + */ + protected function serve(): int + { + $input = $this->getInput(); + $this->options = $input->getOptions(); + $this->gpm = new GPM($this->options['force']); + $this->displayGPMRelease(); + $this->data = $this->gpm->getRepository(); + + $data = $this->filter($this->data); + + $io = $this->getIO(); + + if (count($data) === 0) { + $io->writeln('No data was found in the GPM repository stored locally.'); + $io->writeln('Please try clearing cache and running the bin/gpm index -f command again'); + $io->writeln('If this doesn\'t work try tweaking your GPM system settings.'); + $io->newLine(); + $io->writeln('For more help go to:'); + $io->writeln(' -> https://learn.getgrav.org/troubleshooting/common-problems#cannot-connect-to-the-gpm'); + + return 1; + } + + foreach ($data as $type => $packages) { + $io->writeln('' . strtoupper($type) . ' [ ' . count($packages) . ' ]'); + + $packages = $this->sort($packages); + + if (!empty($packages)) { + $io->section('Packages table'); + $table = new Table($io); + $table->setHeaders(['Count', 'Name', 'Slug', 'Version', 'Installed', 'Enabled']); + + $index = 0; + foreach ($packages as $slug => $package) { + $row = [ + 'Count' => $index++ + 1, + 'Name' => '' . Utils::truncate($package->name, 20, false, ' ', '...') . ' ', + 'Slug' => $slug, + 'Version'=> $this->version($package), + 'Installed' => $this->installed($package), + 'Enabled' => $this->enabled($package), + ]; + + $table->addRow($row); + } + + $table->render(); + } + + $io->newLine(); + } + + $io->writeln('You can either get more informations about a package by typing:'); + $io->writeln(" {$this->argv} info "); + $io->newLine(); + $io->writeln('Or you can install a package by typing:'); + $io->writeln(" {$this->argv} install "); + $io->newLine(); + + return 0; + } + + /** + * @param Package $package + * @return string + */ + private function version(Package $package): string + { + $list = $this->gpm->{'getUpdatable' . ucfirst($package->package_type)}(); + $package = $list[$package->slug] ?? $package; + $type = ucfirst(preg_replace('/s$/', '', $package->package_type)); + $updatable = $this->gpm->{'is' . $type . 'Updatable'}($package->slug); + $installed = $this->gpm->{'is' . $type . 'Installed'}($package->slug); + $local = $this->gpm->{'getInstalled' . $type}($package->slug); + + if (!$installed || !$updatable) { + $version = $installed ? $local->version : $package->version; + return "v{$version}"; + } + + return "v{$package->version} -> v{$package->available}"; + } + + /** + * @param Package $package + * @return string + */ + private function installed(Package $package): string + { + $type = ucfirst(preg_replace('/s$/', '', $package->package_type)); + $method = 'is' . $type . 'Installed'; + $installed = $this->gpm->{$method}($package->slug); + + return !$installed ? 'not installed' : 'installed'; + } + + /** + * @param Package $package + * @return string + */ + private function enabled(Package $package): string + { + $type = ucfirst(preg_replace('/s$/', '', $package->package_type)); + $method = 'is' . $type . 'Installed'; + $installed = $this->gpm->{$method}($package->slug); + + $result = ''; + if ($installed) { + $method = 'is' . $type . 'Enabled'; + $enabled = $this->gpm->{$method}($package->slug); + if ($enabled === true) { + $result = 'enabled'; + } elseif ($enabled === false) { + $result = 'disabled'; + } + } + + return $result; + } + + /** + * @param Packages $data + * @return Packages + */ + public function filter(Packages $data): Packages + { + // filtering and sorting + if ($this->options['plugins-only']) { + unset($data['themes']); + } + if ($this->options['themes-only']) { + unset($data['plugins']); + } + + $filter = [ + $this->options['desc'], + $this->options['disabled'], + $this->options['enabled'], + $this->options['filter'], + $this->options['installed-only'], + $this->options['updates-only'], + ]; + + if (count(array_filter($filter))) { + foreach ($data as $type => $packages) { + foreach ($packages as $slug => $package) { + $filter = true; + + // Filtering by string + if ($this->options['filter']) { + $filter = preg_grep('/(' . implode('|', $this->options['filter']) . ')/i', [$slug, $package->name]); + } + + // Filtering updatables only + if ($filter && ($this->options['installed-only'] || $this->options['enabled'] || $this->options['disabled'])) { + $method = ucfirst(preg_replace('/s$/', '', $package->package_type)); + $function = 'is' . $method . 'Installed'; + $filter = $this->gpm->{$function}($package->slug); + } + + // Filtering updatables only + if ($filter && $this->options['updates-only']) { + $method = ucfirst(preg_replace('/s$/', '', $package->package_type)); + $function = 'is' . $method . 'Updatable'; + $filter = $this->gpm->{$function}($package->slug); + } + + // Filtering enabled only + if ($filter && $this->options['enabled']) { + $method = ucfirst(preg_replace('/s$/', '', $package->package_type)); + + // Check if packaged is enabled. + $function = 'is' . $method . 'Enabled'; + $filter = $this->gpm->{$function}($package->slug); + } + + // Filtering disabled only + if ($filter && $this->options['disabled']) { + $method = ucfirst(preg_replace('/s$/', '', $package->package_type)); + + // Check if package is disabled. + $function = 'is' . $method . 'Enabled'; + $enabled_filter = $this->gpm->{$function}($package->slug); + + // Apply filtering results. + if (!( $enabled_filter === false)) { + $filter = false; + } + } + + if (!$filter) { + unset($data[$type][$slug]); + } + } + } + } + + return $data; + } + + /** + * @param AbstractPackageCollection|Plugins|Themes $packages + * @return array + */ + public function sort(AbstractPackageCollection $packages): array + { + $key = $this->options['sort']; + + // Sorting only works once. + return $packages->sort( + function ($a, $b) use ($key) { + switch ($key) { + case 'author': + return strcmp($a->{$key}['name'], $b->{$key}['name']); + default: + return strcmp($a->$key, $b->$key); + } + }, + $this->options['desc'] ? true : false + ); + } +} diff --git a/system/src/Grav/Console/Gpm/InfoCommand.php b/system/src/Grav/Console/Gpm/InfoCommand.php new file mode 100644 index 0000000..d343cfd --- /dev/null +++ b/system/src/Grav/Console/Gpm/InfoCommand.php @@ -0,0 +1,191 @@ +setName('info') + ->addOption( + 'force', + 'f', + InputOption::VALUE_NONE, + 'Force fetching the new data remotely' + ) + ->addOption( + 'all-yes', + 'y', + InputOption::VALUE_NONE, + 'Assumes yes (or best approach) instead of prompting' + ) + ->addArgument( + 'package', + InputArgument::REQUIRED, + 'The package of which more informations are desired. Use the "index" command for a list of packages' + ) + ->setDescription('Shows more informations about a package') + ->setHelp('The info shows more information about a package'); + } + + /** + * @return int + */ + protected function serve(): int + { + $input = $this->getInput(); + $io = $this->getIO(); + + $this->gpm = new GPM($input->getOption('force')); + + $this->all_yes = $input->getOption('all-yes'); + + $this->displayGPMRelease(); + + $foundPackage = $this->gpm->findPackage($input->getArgument('package')); + + if (!$foundPackage) { + $io->writeln("The package '{$input->getArgument('package')}' was not found in the Grav repository."); + $io->newLine(); + $io->writeln('You can list all the available packages by typing:'); + $io->writeln(" {$this->argv} index"); + $io->newLine(); + + return 1; + } + + $io->writeln("Found package '{$input->getArgument('package')}' under the '" . ucfirst($foundPackage->package_type) . "' section"); + $io->newLine(); + $io->writeln("{$foundPackage->name} [{$foundPackage->slug}]"); + $io->writeln(str_repeat('-', strlen($foundPackage->name) + strlen($foundPackage->slug) + 3)); + $io->writeln('' . strip_tags($foundPackage->description_plain) . ''); + $io->newLine(); + + $packageURL = ''; + if (isset($foundPackage->author['url'])) { + $packageURL = '<' . $foundPackage->author['url'] . '>'; + } + + $io->writeln('' . str_pad( + 'Author', + 12 + ) . ': ' . $foundPackage->author['name'] . ' <' . $foundPackage->author['email'] . '> ' . $packageURL); + + foreach ([ + 'version', + 'keywords', + 'date', + 'homepage', + 'demo', + 'docs', + 'guide', + 'repository', + 'bugs', + 'zipball_url', + 'license' + ] as $info) { + if (isset($foundPackage->{$info})) { + $name = ucfirst($info); + $data = $foundPackage->{$info}; + + if ($info === 'zipball_url') { + $name = 'Download'; + } + + if ($info === 'date') { + $name = 'Last Update'; + $data = date('D, j M Y, H:i:s, P ', strtotime($data)); + } + + $name = str_pad($name, 12); + $io->writeln("{$name}: {$data}"); + } + } + + $type = rtrim($foundPackage->package_type, 's'); + $updatable = $this->gpm->{'is' . $type . 'Updatable'}($foundPackage->slug); + $installed = $this->gpm->{'is' . $type . 'Installed'}($foundPackage->slug); + + // display current version if installed and different + if ($installed && $updatable) { + $local = $this->gpm->{'getInstalled'. $type}($foundPackage->slug); + $io->newLine(); + $io->writeln("Currently installed version: {$local->version}"); + $io->newLine(); + } + + // display changelog information + $question = new ConfirmationQuestion( + 'Would you like to read the changelog? [y|N] ', + false + ); + $answer = $this->all_yes ? true : $io->askQuestion($question); + + if ($answer) { + $changelog = $foundPackage->changelog; + + $io->newLine(); + foreach ($changelog as $version => $log) { + $title = $version . ' [' . $log['date'] . ']'; + $content = preg_replace_callback('/\d\.\s\[\]\(#(.*)\)/', static function ($match) { + return "\n" . ucfirst($match[1]) . ':'; + }, $log['content']); + + $io->writeln("{$title}"); + $io->writeln(str_repeat('-', strlen($title))); + $io->writeln($content); + $io->newLine(); + + $question = new ConfirmationQuestion('Press [ENTER] to continue or [q] to quit ', true); + $answer = $this->all_yes ? false : $io->askQuestion($question); + if (!$answer) { + break; + } + $io->newLine(); + } + } + + $io->newLine(); + + if ($installed && $updatable) { + $io->writeln('You can update this package by typing:'); + $io->writeln(" {$this->argv} update {$foundPackage->slug}"); + } else { + $io->writeln('You can install this package by typing:'); + $io->writeln(" {$this->argv} install {$foundPackage->slug}"); + } + + $io->newLine(); + + return 0; + } +} diff --git a/system/src/Grav/Console/Gpm/InstallCommand.php b/system/src/Grav/Console/Gpm/InstallCommand.php new file mode 100644 index 0000000..e3bb901 --- /dev/null +++ b/system/src/Grav/Console/Gpm/InstallCommand.php @@ -0,0 +1,726 @@ +setName('install') + ->addOption( + 'force', + 'f', + InputOption::VALUE_NONE, + 'Force re-fetching the data from remote' + ) + ->addOption( + 'all-yes', + 'y', + InputOption::VALUE_NONE, + 'Assumes yes (or best approach) instead of prompting' + ) + ->addOption( + 'destination', + 'd', + InputOption::VALUE_OPTIONAL, + 'The destination where the package should be installed at. By default this would be where the grav instance has been launched from', + GRAV_ROOT + ) + ->addArgument( + 'package', + InputArgument::IS_ARRAY | InputArgument::REQUIRED, + 'Package(s) to install. Use "bin/gpm index" to list packages. Use "bin/gpm direct-install" to install a specific version' + ) + ->setDescription('Performs the installation of plugins and themes') + ->setHelp('The install command allows to install plugins and themes'); + } + + /** + * Allows to set the GPM object, used for testing the class + * + * @param GPM $gpm + */ + public function setGpm(GPM $gpm): void + { + $this->gpm = $gpm; + } + + /** + * @return int + */ + protected function serve(): int + { + $input = $this->getInput(); + $io = $this->getIO(); + + if (!class_exists(ZipArchive::class)) { + $io->title('GPM Install'); + $io->error('php-zip extension needs to be enabled!'); + + return 1; + } + + $this->gpm = new GPM($input->getOption('force')); + + $this->all_yes = $input->getOption('all-yes'); + + $this->displayGPMRelease(); + + $this->destination = realpath($input->getOption('destination')); + + $packages = array_map('strtolower', $input->getArgument('package')); + $this->data = $this->gpm->findPackages($packages); + $this->loadLocalConfig(); + + if (!Installer::isGravInstance($this->destination) || + !Installer::isValidDestination($this->destination, [Installer::EXISTS, Installer::IS_LINK]) + ) { + $io->writeln('ERROR: ' . Installer::lastErrorMsg()); + + return 1; + } + + $io->newLine(); + + if (!$this->data['total']) { + $io->writeln('Nothing to install.'); + $io->newLine(); + + return 0; + } + + if (count($this->data['not_found'])) { + $io->writeln('These packages were not found on Grav: ' . implode( + ', ', + array_keys($this->data['not_found']) + ) . ''); + } + + unset($this->data['not_found'], $this->data['total']); + + if (null !== $this->local_config) { + // Symlinks available, ask if Grav should use them + $this->use_symlinks = false; + $question = new ConfirmationQuestion('Should Grav use the symlinks if available? [y|N] ', false); + + $answer = $this->all_yes ? false : $io->askQuestion($question); + + if ($answer) { + $this->use_symlinks = true; + } + } + + $io->newLine(); + + try { + $dependencies = $this->gpm->getDependencies($packages); + } catch (Exception $e) { + //Error out if there are incompatible packages requirements and tell which ones, and what to do + //Error out if there is any error in parsing the dependencies and their versions, and tell which one is broken + $io->writeln("{$e->getMessage()}"); + + return 1; + } + + if ($dependencies) { + try { + $this->installDependencies($dependencies, 'install', 'The following dependencies need to be installed...'); + $this->installDependencies($dependencies, 'update', 'The following dependencies need to be updated...'); + $this->installDependencies($dependencies, 'ignore', "The following dependencies can be updated as there is a newer version, but it's not mandatory...", false); + } catch (Exception $e) { + $io->writeln('Installation aborted'); + + return 1; + } + + $io->writeln('Dependencies are OK'); + $io->newLine(); + } + + + //We're done installing dependencies. Install the actual packages + foreach ($this->data as $data) { + foreach ($data as $package_name => $package) { + if (array_key_exists($package_name, $dependencies)) { + $io->writeln("Package {$package_name} already installed as dependency"); + } else { + $is_valid_destination = Installer::isValidDestination($this->destination . DS . $package->install_path); + if ($is_valid_destination || Installer::lastErrorCode() == Installer::NOT_FOUND) { + $this->processPackage($package, false); + } else { + if (Installer::lastErrorCode() == Installer::EXISTS) { + try { + $this->askConfirmationIfMajorVersionUpdated($package); + $this->gpm->checkNoOtherPackageNeedsThisDependencyInALowerVersion($package->slug, $package->available, array_keys($data)); + } catch (Exception $e) { + $io->writeln("{$e->getMessage()}"); + + return 1; + } + + $question = new ConfirmationQuestion("The package {$package_name} is already installed, overwrite? [y|N] ", false); + $answer = $this->all_yes ? true : $io->askQuestion($question); + + if ($answer) { + $is_update = true; + $this->processPackage($package, $is_update); + } else { + $io->writeln("Package {$package_name} not overwritten"); + } + } else { + if (Installer::lastErrorCode() == Installer::IS_LINK) { + $io->writeln("Cannot overwrite existing symlink for {$package_name}"); + $io->newLine(); + } + } + } + } + } + } + + if (count($this->demo_processing) > 0) { + foreach ($this->demo_processing as $package) { + $this->installDemoContent($package); + } + } + + // clear cache after successful upgrade + $this->clearCache(); + + return 0; + } + + /** + * If the package is updated from an older major release, show warning and ask confirmation + * + * @param Package $package + * @return void + */ + public function askConfirmationIfMajorVersionUpdated(Package $package): void + { + $io = $this->getIO(); + $package_name = $package->name; + $new_version = $package->available ?: $this->gpm->getLatestVersionOfPackage($package->slug); + $old_version = $package->version; + + $major_version_changed = explode('.', $new_version)[0] !== explode('.', $old_version)[0]; + + if ($major_version_changed) { + if ($this->all_yes) { + $io->writeln("The package {$package_name} will be updated to a new major version {$new_version}, from {$old_version}"); + return; + } + + $question = new ConfirmationQuestion("The package {$package_name} will be updated to a new major version {$new_version}, from {$old_version}. Be sure to read what changed with the new major release. Continue? [y|N] ", false); + + if (!$io->askQuestion($question)) { + $io->writeln("Package {$package_name} not updated"); + exit; + } + } + } + + /** + * Given a $dependencies list, filters their type according to $type and + * shows $message prior to listing them to the user. Then asks the user a confirmation prior + * to installing them. + * + * @param array $dependencies The dependencies array + * @param string $type The type of dependency to show: install, update, ignore + * @param string $message A message to be shown prior to listing the dependencies + * @param bool $required A flag that determines if the installation is required or optional + * @return void + * @throws Exception + */ + public function installDependencies(array $dependencies, string $type, string $message, bool $required = true): void + { + $io = $this->getIO(); + $packages = array_filter($dependencies, static function ($action) use ($type) { + return $action === $type; + }); + if (count($packages) > 0) { + $io->writeln($message); + + foreach ($packages as $dependencyName => $dependencyVersion) { + $io->writeln(" |- Package {$dependencyName}"); + } + + $io->newLine(); + + if ($type === 'install') { + $questionAction = 'Install'; + } else { + $questionAction = 'Update'; + } + + if (count($packages) === 1) { + $questionArticle = 'this'; + } else { + $questionArticle = 'these'; + } + + if (count($packages) === 1) { + $questionNoun = 'package'; + } else { + $questionNoun = 'packages'; + } + + $question = new ConfirmationQuestion("{$questionAction} {$questionArticle} {$questionNoun}? [Y|n] ", true); + $answer = $this->all_yes ? true : $io->askQuestion($question); + + if ($answer) { + foreach ($packages as $dependencyName => $dependencyVersion) { + $package = $this->gpm->findPackage($dependencyName); + $this->processPackage($package, $type === 'update'); + } + $io->newLine(); + } elseif ($required) { + throw new Exception(); + } + } + } + + /** + * @param Package|null $package + * @param bool $is_update True if the package is an update + * @return void + */ + private function processPackage(?Package $package, bool $is_update = false): void + { + $io = $this->getIO(); + + if (!$package) { + $io->writeln('Package not found on the GPM!'); + $io->newLine(); + return; + } + + $symlink = false; + if ($this->use_symlinks) { + if (!isset($package->version) || $this->getSymlinkSource($package)) { + $symlink = true; + } + } + + $symlink ? $this->processSymlink($package) : $this->processGpm($package, $is_update); + + $this->processDemo($package); + } + + /** + * Add package to the queue to process the demo content, if demo content exists + * + * @param Package $package + * @return void + */ + private function processDemo(Package $package): void + { + $demo_dir = $this->destination . DS . $package->install_path . DS . '_demo'; + if (file_exists($demo_dir)) { + $this->demo_processing[] = $package; + } + } + + /** + * Prompt to install the demo content of a package + * + * @param Package $package + * @return void + */ + private function installDemoContent(Package $package): void + { + $io = $this->getIO(); + $demo_dir = $this->destination . DS . $package->install_path . DS . '_demo'; + + if (file_exists($demo_dir)) { + $dest_dir = $this->destination . DS . 'user'; + $pages_dir = $dest_dir . DS . 'pages'; + + // Demo content exists, prompt to install it. + $io->writeln("Attention: {$package->name} contains demo content"); + + $question = new ConfirmationQuestion('Do you wish to install this demo content? [y|N] ', false); + + $answer = $io->askQuestion($question); + + if (!$answer) { + $io->writeln(" '- Skipped! "); + $io->newLine(); + + return; + } + + // if pages folder exists in demo + if (file_exists($demo_dir . DS . 'pages')) { + $pages_backup = 'pages.' . date('m-d-Y-H-i-s'); + $question = new ConfirmationQuestion('This will backup your current `user/pages` folder to `user/' . $pages_backup . '`, continue? [y|N]', false); + $answer = $this->all_yes ? true : $io->askQuestion($question); + + if (!$answer) { + $io->writeln(" '- Skipped! "); + $io->newLine(); + + return; + } + + // backup current pages folder + if (file_exists($dest_dir)) { + if (rename($pages_dir, $dest_dir . DS . $pages_backup)) { + $io->writeln(' |- Backing up pages... ok'); + } else { + $io->writeln(' |- Backing up pages... failed'); + } + } + } + + // Confirmation received, copy over the data + $io->writeln(' |- Installing demo content... ok '); + Folder::rcopy($demo_dir, $dest_dir); + $io->writeln(" '- Success! "); + $io->newLine(); + } + } + + /** + * @param Package $package + * @return array|false + */ + private function getGitRegexMatches(Package $package) + { + if (isset($package->repository)) { + $repository = $package->repository; + } else { + return false; + } + + preg_match(GIT_REGEX, $repository, $matches); + + return $matches; + } + + /** + * @param Package $package + * @return string|false + */ + private function getSymlinkSource(Package $package) + { + $matches = $this->getGitRegexMatches($package); + + foreach ($this->local_config as $paths) { + if (Utils::endsWith($matches[2], '.git')) { + $repo_dir = preg_replace('/\.git$/', '', $matches[2]); + } else { + $repo_dir = $matches[2]; + } + + $paths = (array) $paths; + foreach ($paths as $repo) { + $path = rtrim($repo, '/') . '/' . $repo_dir; + if (file_exists($path)) { + return $path; + } + } + } + + return false; + } + + /** + * @param Package $package + * @return void + */ + private function processSymlink(Package $package): void + { + $io = $this->getIO(); + + exec('cd ' . escapeshellarg($this->destination)); + + $to = $this->destination . DS . $package->install_path; + $from = $this->getSymlinkSource($package); + + $io->writeln("Preparing to Symlink {$package->name}"); + $io->write(' |- Checking source... '); + + if (file_exists($from)) { + $io->writeln('ok'); + + $io->write(' |- Checking destination... '); + $checks = $this->checkDestination($package); + + if (!$checks) { + $io->writeln(" '- Installation failed or aborted."); + $io->newLine(); + } elseif (file_exists($to)) { + $io->writeln(" '- Symlink cannot overwrite an existing package, please remove first"); + $io->newLine(); + } else { + symlink($from, $to); + + // extra white spaces to clear out the buffer properly + $io->writeln(' |- Symlinking package... ok '); + $io->writeln(" '- Success! "); + $io->newLine(); + } + + return; + } + + $io->writeln('not found!'); + $io->writeln(" '- Installation failed or aborted."); + } + + /** + * @param Package $package + * @param bool $is_update + * @return bool + */ + private function processGpm(Package $package, bool $is_update = false) + { + $io = $this->getIO(); + + $version = $package->available ?? $package->version; + $license = Licenses::get($package->slug); + + $io->writeln("Preparing to install {$package->name} [v{$version}]"); + + $io->write(' |- Downloading package... 0%'); + $this->file = $this->downloadPackage($package, $license); + + if (!$this->file) { + $io->writeln(" '- Installation failed or aborted."); + $io->newLine(); + + return false; + } + + $io->write(' |- Checking destination... '); + $checks = $this->checkDestination($package); + + if (!$checks) { + $io->writeln(" '- Installation failed or aborted."); + $io->newLine(); + } else { + $io->write(' |- Installing package... '); + $installation = $this->installPackage($package, $is_update); + if (!$installation) { + $io->writeln(" '- Installation failed or aborted."); + $io->newLine(); + } else { + $io->writeln(" '- Success! "); + $io->newLine(); + + return true; + } + } + + return false; + } + + /** + * @param Package $package + * @param string|null $license + * @return string|null + */ + private function downloadPackage(Package $package, string $license = null) + { + $io = $this->getIO(); + + $tmp_dir = Grav::instance()['locator']->findResource('tmp://', true, true); + $this->tmp = $tmp_dir . '/Grav-' . uniqid(); + $filename = $package->slug . Utils::basename($package->zipball_url); + $filename = preg_replace('/[\\\\\/:"*?&<>|]+/m', '-', $filename); + $query = ''; + + if (!empty($package->premium)) { + $query = json_encode(array_merge( + $package->premium, + [ + 'slug' => $package->slug, + 'filename' => $package->premium['filename'], + 'license_key' => $license, + 'sid' => md5(GRAV_ROOT) + ] + )); + + $query = '?d=' . base64_encode($query); + } + + try { + $output = Response::get($package->zipball_url . $query, [], [$this, 'progress']); + } catch (Exception $e) { + if (!empty($package->premium) && $e->getCode() === 401) { + $message = 'Unauthorized Premium License Key'; + } else { + $message = $e->getMessage(); + } + + $error = str_replace("\n", "\n | '- ", $message); + $io->write("\x0D"); + // extra white spaces to clear out the buffer properly + $io->writeln(' |- Downloading package... error '); + $io->writeln(" | '- " . $error); + + return null; + } + + Folder::create($this->tmp); + + $io->write("\x0D"); + $io->write(' |- Downloading package... 100%'); + $io->newLine(); + + file_put_contents($this->tmp . DS . $filename, $output); + + return $this->tmp . DS . $filename; + } + + /** + * @param Package $package + * @return bool + */ + private function checkDestination(Package $package): bool + { + $io = $this->getIO(); + + Installer::isValidDestination($this->destination . DS . $package->install_path); + + if (Installer::lastErrorCode() === Installer::IS_LINK) { + $io->write("\x0D"); + $io->writeln(' |- Checking destination... symbolic link'); + + if ($this->all_yes) { + $io->writeln(" | '- Skipped automatically."); + + return false; + } + + $question = new ConfirmationQuestion( + " | '- Destination has been detected as symlink, delete symbolic link first? [y|N] ", + false + ); + $answer = $io->askQuestion($question); + + if (!$answer) { + $io->writeln(" | '- You decided to not delete the symlink automatically."); + + return false; + } + + unlink($this->destination . DS . $package->install_path); + } + + $io->write("\x0D"); + $io->writeln(' |- Checking destination... ok'); + + return true; + } + + /** + * Install a package + * + * @param Package $package + * @param bool $is_update True if it's an update. False if it's an install + * @return bool + */ + private function installPackage(Package $package, bool $is_update = false): bool + { + $io = $this->getIO(); + + $type = $package->package_type; + + Installer::install($this->file, $this->destination, ['install_path' => $package->install_path, 'theme' => $type === 'themes', 'is_update' => $is_update]); + $error_code = Installer::lastErrorCode(); + Folder::delete($this->tmp); + + if ($error_code) { + $io->write("\x0D"); + // extra white spaces to clear out the buffer properly + $io->writeln(' |- Installing package... error '); + $io->writeln(" | '- " . Installer::lastErrorMsg()); + + return false; + } + + $message = Installer::getMessage(); + if ($message) { + $io->write("\x0D"); + // extra white spaces to clear out the buffer properly + $io->writeln(" |- {$message}"); + } + + $io->write("\x0D"); + // extra white spaces to clear out the buffer properly + $io->writeln(' |- Installing package... ok '); + + return true; + } + + /** + * @param array $progress + * @return void + */ + public function progress(array $progress): void + { + $io = $this->getIO(); + + $io->write("\x0D"); + $io->write(' |- Downloading package... ' . str_pad( + $progress['percent'], + 5, + ' ', + STR_PAD_LEFT + ) . '%'); + } +} diff --git a/system/src/Grav/Console/Gpm/SelfupgradeCommand.php b/system/src/Grav/Console/Gpm/SelfupgradeCommand.php new file mode 100644 index 0000000..2b164d0 --- /dev/null +++ b/system/src/Grav/Console/Gpm/SelfupgradeCommand.php @@ -0,0 +1,344 @@ +setName('self-upgrade') + ->setAliases(['selfupgrade', 'selfupdate']) + ->addOption( + 'force', + 'f', + InputOption::VALUE_NONE, + 'Force re-fetching the data from remote' + ) + ->addOption( + 'all-yes', + 'y', + InputOption::VALUE_NONE, + 'Assumes yes (or best approach) instead of prompting' + ) + ->addOption( + 'overwrite', + 'o', + InputOption::VALUE_NONE, + 'Option to overwrite packages if they already exist' + ) + ->addOption( + 'timeout', + 't', + InputOption::VALUE_OPTIONAL, + 'Option to set the timeout in seconds when downloading the update (0 for no timeout)', + 30 + ) + ->setDescription('Detects and performs an update of Grav itself when available') + ->setHelp('The update command updates Grav itself when a new version is available'); + } + + /** + * @return int + */ + protected function serve(): int + { + $input = $this->getInput(); + $io = $this->getIO(); + + if (!class_exists(ZipArchive::class)) { + $io->title('GPM Self Upgrade'); + $io->error('php-zip extension needs to be enabled!'); + + return 1; + } + + $this->upgrader = new Upgrader($input->getOption('force')); + $this->all_yes = $input->getOption('all-yes'); + $this->overwrite = $input->getOption('overwrite'); + $this->timeout = (int) $input->getOption('timeout'); + + $this->displayGPMRelease(); + + $update = $this->upgrader->getAssets()['grav-update']; + + $local = $this->upgrader->getLocalVersion(); + $remote = $this->upgrader->getRemoteVersion(); + $release = strftime('%c', strtotime($this->upgrader->getReleaseDate())); + + if (!$this->upgrader->meetsRequirements()) { + $io->writeln('ATTENTION:'); + $io->writeln(' Grav has increased the minimum PHP requirement.'); + $io->writeln(' You are currently running PHP ' . phpversion() . ', but PHP ' . $this->upgrader->minPHPVersion() . ' is required.'); + $io->writeln(' Additional information: http://getgrav.org/blog/changing-php-requirements'); + $io->newLine(); + $io->writeln('Selfupgrade aborted.'); + $io->newLine(); + + return 1; + } + + if (!$this->overwrite && !$this->upgrader->isUpgradable()) { + $io->writeln("You are already running the latest version of Grav v{$local}"); + $io->writeln("which was released on {$release}"); + + $config = Grav::instance()['config']; + $schema = $config->get('versions.core.grav.schema'); + if ($schema !== GRAV_SCHEMA && version_compare($schema, GRAV_SCHEMA, '<')) { + $io->newLine(); + $io->writeln('However post-install scripts have not been run.'); + if (!$this->all_yes) { + $question = new ConfirmationQuestion( + 'Would you like to run the scripts? [Y|n] ', + true + ); + $answer = $io->askQuestion($question); + } else { + $answer = true; + } + + if ($answer) { + // Finalize installation. + Install::instance()->finalize(); + + $io->write(' |- Running post-install scripts... '); + $io->writeln(" '- Success! "); + $io->newLine(); + } + } + + return 0; + } + + Installer::isValidDestination(GRAV_ROOT . '/system'); + if (Installer::IS_LINK === Installer::lastErrorCode()) { + $io->writeln('ATTENTION: Grav is symlinked, cannot upgrade, aborting...'); + $io->newLine(); + $io->writeln("You are currently running a symbolically linked Grav v{$local}. Latest available is v{$remote}."); + + return 1; + } + + // not used but preloaded just in case! + new ArrayInput([]); + + $io->writeln("Grav v{$remote} is now available [release date: {$release}]."); + $io->writeln('You are currently using v' . GRAV_VERSION . '.'); + + if (!$this->all_yes) { + $question = new ConfirmationQuestion( + 'Would you like to read the changelog before proceeding? [y|N] ', + false + ); + $answer = $io->askQuestion($question); + + if ($answer) { + $changelog = $this->upgrader->getChangelog(GRAV_VERSION); + + $io->newLine(); + foreach ($changelog as $version => $log) { + $title = $version . ' [' . $log['date'] . ']'; + $content = preg_replace_callback('/\d\.\s\[\]\(#(.*)\)/', static function ($match) { + return "\n" . ucfirst($match[1]) . ':'; + }, $log['content']); + + $io->writeln($title); + $io->writeln(str_repeat('-', strlen($title))); + $io->writeln($content); + $io->newLine(); + } + + $question = new ConfirmationQuestion('Press [ENTER] to continue.', true); + $io->askQuestion($question); + } + + $question = new ConfirmationQuestion('Would you like to upgrade now? [y|N] ', false); + $answer = $io->askQuestion($question); + + if (!$answer) { + $io->writeln('Aborting...'); + + return 1; + } + } + + $io->newLine(); + $io->writeln("Preparing to upgrade to v{$remote}.."); + + $io->write(" |- Downloading upgrade [{$this->formatBytes($update['size'])}]... 0%"); + $this->file = $this->download($update); + + $io->write(' |- Installing upgrade... '); + $installation = $this->upgrade(); + + $error = 0; + if (!$installation) { + $io->writeln(" '- Installation failed or aborted."); + $io->newLine(); + $error = 1; + } else { + $io->writeln(" '- Success! "); + $io->newLine(); + } + + if ($this->tmp && is_dir($this->tmp)) { + Folder::delete($this->tmp); + } + + return $error; + } + + /** + * @param array $package + * @return string + */ + private function download(array $package): string + { + $io = $this->getIO(); + + $tmp_dir = Grav::instance()['locator']->findResource('tmp://', true, true); + $this->tmp = $tmp_dir . '/grav-update-' . uniqid('', false); + $options = [ + 'timeout' => $this->timeout, + ]; + + $output = Response::get($package['download'], $options, [$this, 'progress']); + + Folder::create($this->tmp); + + $io->write("\x0D"); + $io->write(" |- Downloading upgrade [{$this->formatBytes($package['size'])}]... 100%"); + $io->newLine(); + + file_put_contents($this->tmp . DS . $package['name'], $output); + + return $this->tmp . DS . $package['name']; + } + + /** + * @return bool + */ + private function upgrade(): bool + { + $io = $this->getIO(); + + $this->upgradeGrav($this->file); + + $errorCode = Installer::lastErrorCode(); + if ($errorCode) { + $io->write("\x0D"); + // extra white spaces to clear out the buffer properly + $io->writeln(' |- Installing upgrade... error '); + $io->writeln(" | '- " . Installer::lastErrorMsg()); + + return false; + } + + $io->write("\x0D"); + // extra white spaces to clear out the buffer properly + $io->writeln(' |- Installing upgrade... ok '); + + return true; + } + + /** + * @param array $progress + * @return void + */ + public function progress(array $progress): void + { + $io = $this->getIO(); + + $io->write("\x0D"); + $io->write(" |- Downloading upgrade [{$this->formatBytes($progress['filesize']) }]... " . str_pad( + $progress['percent'], + 5, + ' ', + STR_PAD_LEFT + ) . '%'); + } + + /** + * @param int|float $size + * @param int $precision + * @return string + */ + public function formatBytes($size, int $precision = 2): string + { + $base = log($size) / log(1024); + $suffixes = array('', 'k', 'M', 'G', 'T'); + + return round(1024 ** ($base - floor($base)), $precision) . $suffixes[(int)floor($base)]; + } + + /** + * @param string $zip + * @return void + */ + private function upgradeGrav(string $zip): void + { + try { + $folder = Installer::unZip($zip, $this->tmp . '/zip'); + if ($folder === false) { + throw new RuntimeException(Installer::lastErrorMsg()); + } + + $script = $folder . '/system/install.php'; + if ((file_exists($script) && $install = include $script) && is_callable($install)) { + $install($zip); + } else { + throw new RuntimeException('Uploaded archive file is not a valid Grav update package'); + } + } catch (Exception $e) { + Installer::setError($e->getMessage()); + } + } +} diff --git a/system/src/Grav/Console/Gpm/UninstallCommand.php b/system/src/Grav/Console/Gpm/UninstallCommand.php new file mode 100644 index 0000000..60d85aa --- /dev/null +++ b/system/src/Grav/Console/Gpm/UninstallCommand.php @@ -0,0 +1,312 @@ +setName('uninstall') + ->addOption( + 'all-yes', + 'y', + InputOption::VALUE_NONE, + 'Assumes yes (or best approach) instead of prompting' + ) + ->addArgument( + 'package', + InputArgument::IS_ARRAY | InputArgument::REQUIRED, + 'The package(s) that are desired to be removed. Use the "index" command for a list of packages' + ) + ->setDescription('Performs the uninstallation of plugins and themes') + ->setHelp('The uninstall command allows to uninstall plugins and themes'); + } + + /** + * @return int + */ + protected function serve(): int + { + $input = $this->getInput(); + $io = $this->getIO(); + + $this->gpm = new GPM(); + + $this->all_yes = $input->getOption('all-yes'); + + $packages = array_map('strtolower', $input->getArgument('package')); + $this->data = ['total' => 0, 'not_found' => []]; + + $total = 0; + foreach ($packages as $package) { + $plugin = $this->gpm->getInstalledPlugin($package); + $theme = $this->gpm->getInstalledTheme($package); + if ($plugin || $theme) { + $this->data[strtolower($package)] = $plugin ?: $theme; + $total++; + } else { + $this->data['not_found'][] = $package; + } + } + $this->data['total'] = $total; + + $io->newLine(); + + if (!$this->data['total']) { + $io->writeln('Nothing to uninstall.'); + $io->newLine(); + + return 0; + } + + if (count($this->data['not_found'])) { + $io->writeln('These packages were not found installed: ' . implode( + ', ', + $this->data['not_found'] + ) . ''); + } + + unset($this->data['not_found'], $this->data['total']); + + // Plugins need to be initialized in order to make clearcache to work. + try { + $this->initializePlugins(); + } catch (Throwable $e) { + $io->writeln("Some plugins failed to initialize: {$e->getMessage()}"); + } + + $error = 0; + foreach ($this->data as $slug => $package) { + $io->writeln("Preparing to uninstall {$package->name} [v{$package->version}]"); + + $io->write(' |- Checking destination... '); + $checks = $this->checkDestination($slug, $package); + + if (!$checks) { + $io->writeln(" '- Installation failed or aborted."); + $io->newLine(); + $error = 1; + } else { + $uninstall = $this->uninstallPackage($slug, $package); + + if (!$uninstall) { + $io->writeln(" '- Uninstallation failed or aborted."); + $error = 1; + } else { + $io->writeln(" '- Success! "); + } + } + } + + // clear cache after successful upgrade + $this->clearCache(); + + return $error; + } + + /** + * @param string $slug + * @param Local\Package|Remote\Package $package + * @param bool $is_dependency + * @return bool + */ + private function uninstallPackage($slug, $package, $is_dependency = false): bool + { + $io = $this->getIO(); + + if (!$slug) { + return false; + } + + //check if there are packages that have this as a dependency. Abort and show list + $dependent_packages = $this->gpm->getPackagesThatDependOnPackage($slug); + if (count($dependent_packages) > ($is_dependency ? 1 : 0)) { + $io->newLine(2); + $io->writeln('Uninstallation failed.'); + $io->newLine(); + if (count($dependent_packages) > ($is_dependency ? 2 : 1)) { + $io->writeln('The installed packages ' . implode(', ', $dependent_packages) . ' depends on this package. Please remove those first.'); + } else { + $io->writeln('The installed package ' . implode(', ', $dependent_packages) . ' depends on this package. Please remove it first.'); + } + + $io->newLine(); + return false; + } + + if (isset($package->dependencies)) { + $dependencies = $package->dependencies; + + if ($is_dependency) { + foreach ($dependencies as $key => $dependency) { + if (in_array($dependency['name'], $this->dependencies, true)) { + unset($dependencies[$key]); + } + } + } elseif (count($dependencies) > 0) { + $io->writeln(' `- Dependencies found...'); + $io->newLine(); + } + + foreach ($dependencies as $dependency) { + $this->dependencies[] = $dependency['name']; + + if (is_array($dependency)) { + $dependency = $dependency['name']; + } + if ($dependency === 'grav' || $dependency === 'php') { + continue; + } + + $dependencyPackage = $this->gpm->findPackage($dependency); + + $dependency_exists = $this->packageExists($dependency, $dependencyPackage); + + if ($dependency_exists == Installer::EXISTS) { + $io->writeln("A dependency on {$dependencyPackage->name} [v{$dependencyPackage->version}] was found"); + + $question = new ConfirmationQuestion(" |- Uninstall {$dependencyPackage->name}? [y|N] ", false); + $answer = $this->all_yes ? true : $io->askQuestion($question); + + if ($answer) { + $uninstall = $this->uninstallPackage($dependency, $dependencyPackage, true); + + if (!$uninstall) { + $io->writeln(" '- Uninstallation failed or aborted."); + } else { + $io->writeln(" '- Success! "); + } + $io->newLine(); + } else { + $io->writeln(" '- You decided not to uninstall {$dependencyPackage->name}."); + $io->newLine(); + } + } + } + } + + + $locator = Grav::instance()['locator']; + $path = $locator->findResource($package->package_type . '://' . $slug); + Installer::uninstall($path); + $errorCode = Installer::lastErrorCode(); + + if ($errorCode && $errorCode !== Installer::IS_LINK && $errorCode !== Installer::EXISTS) { + $io->writeln(" |- Uninstalling {$package->name} package... error "); + $io->writeln(" | '- " . Installer::lastErrorMsg() . ''); + + return false; + } + + $message = Installer::getMessage(); + if ($message) { + $io->writeln(" |- {$message}"); + } + + if (!$is_dependency && $this->dependencies) { + $io->writeln("Finishing up uninstalling {$package->name}"); + } + $io->writeln(" |- Uninstalling {$package->name} package... ok "); + + return true; + } + + /** + * @param string $slug + * @param Local\Package|Remote\Package $package + * @return bool + */ + private function checkDestination(string $slug, $package): bool + { + $io = $this->getIO(); + + $exists = $this->packageExists($slug, $package); + + if ($exists === Installer::IS_LINK) { + $io->write("\x0D"); + $io->writeln(' |- Checking destination... symbolic link'); + + if ($this->all_yes) { + $io->writeln(" | '- Skipped automatically."); + + return false; + } + + $question = new ConfirmationQuestion( + " | '- Destination has been detected as symlink, delete symbolic link first? [y|N] ", + false + ); + + $answer = $io->askQuestion($question); + if (!$answer) { + $io->writeln(" | '- You decided not to delete the symlink automatically."); + + return false; + } + } + + $io->write("\x0D"); + $io->writeln(' |- Checking destination... ok'); + + return true; + } + + /** + * Check if package exists + * + * @param string $slug + * @param Local\Package|Remote\Package $package + * @return int + */ + private function packageExists(string $slug, $package): int + { + $path = Grav::instance()['locator']->findResource($package->package_type . '://' . $slug); + Installer::isValidDestination($path); + + return Installer::lastErrorCode(); + } +} diff --git a/system/src/Grav/Console/Gpm/UpdateCommand.php b/system/src/Grav/Console/Gpm/UpdateCommand.php new file mode 100644 index 0000000..d39b77d --- /dev/null +++ b/system/src/Grav/Console/Gpm/UpdateCommand.php @@ -0,0 +1,289 @@ +setName('update') + ->addOption( + 'force', + 'f', + InputOption::VALUE_NONE, + 'Force re-fetching the data from remote' + ) + ->addOption( + 'destination', + 'd', + InputOption::VALUE_OPTIONAL, + 'The grav instance location where the updates should be applied to. By default this would be where the grav cli has been launched from', + GRAV_ROOT + ) + ->addOption( + 'all-yes', + 'y', + InputOption::VALUE_NONE, + 'Assumes yes (or best approach) instead of prompting' + ) + ->addOption( + 'overwrite', + 'o', + InputOption::VALUE_NONE, + 'Option to overwrite packages if they already exist' + ) + ->addOption( + 'plugins', + 'p', + InputOption::VALUE_NONE, + 'Update only plugins' + ) + ->addOption( + 'themes', + 't', + InputOption::VALUE_NONE, + 'Update only themes' + ) + ->addArgument( + 'package', + InputArgument::IS_ARRAY | InputArgument::OPTIONAL, + 'The package or packages that is desired to update. By default all available updates will be applied.' + ) + ->setDescription('Detects and performs an update of plugins and themes when available') + ->setHelp('The update command updates plugins and themes when a new version is available'); + } + + /** + * @return int + */ + protected function serve(): int + { + $input = $this->getInput(); + $io = $this->getIO(); + + if (!class_exists(ZipArchive::class)) { + $io->title('GPM Update'); + $io->error('php-zip extension needs to be enabled!'); + + return 1; + } + + $this->upgrader = new Upgrader($input->getOption('force')); + $local = $this->upgrader->getLocalVersion(); + $remote = $this->upgrader->getRemoteVersion(); + if ($local !== $remote) { + $io->writeln('WARNING: A new version of Grav is available. You should update Grav before updating plugins and themes. If you continue without updating Grav, some plugins or themes may stop working.'); + $io->newLine(); + $question = new ConfirmationQuestion('Continue with the update process? [Y|n] ', true); + $answer = $io->askQuestion($question); + + if (!$answer) { + $io->writeln('Update aborted. Exiting...'); + + return 1; + } + } + + $this->gpm = new GPM($input->getOption('force')); + + $this->all_yes = $input->getOption('all-yes'); + $this->overwrite = $input->getOption('overwrite'); + + $this->displayGPMRelease(); + + $this->destination = realpath($input->getOption('destination')); + + if (!Installer::isGravInstance($this->destination)) { + $io->writeln('ERROR: ' . Installer::lastErrorMsg()); + exit; + } + if ($input->getOption('plugins') === false && $input->getOption('themes') === false) { + $list_type = ['plugins' => true, 'themes' => true]; + } else { + $list_type['plugins'] = $input->getOption('plugins'); + $list_type['themes'] = $input->getOption('themes'); + } + + if ($this->overwrite) { + $this->data = $this->gpm->getInstallable($list_type); + $description = ' can be overwritten'; + } else { + $this->data = $this->gpm->getUpdatable($list_type); + $description = ' need updating'; + } + + $only_packages = array_map('strtolower', $input->getArgument('package')); + + if (!$this->overwrite && !$this->data['total']) { + $io->writeln('Nothing to update.'); + + return 0; + } + + $io->write("Found {$this->gpm->countInstalled()} packages installed of which {$this->data['total']}{$description}"); + + $limit_to = $this->userInputPackages($only_packages); + + $io->newLine(); + + unset($this->data['total'], $limit_to['total']); + + + // updates review + $slugs = []; + + $index = 1; + foreach ($this->data as $packages) { + foreach ($packages as $slug => $package) { + if (!array_key_exists($slug, $limit_to) && count($only_packages)) { + continue; + } + + if (!$package->available) { + $package->available = $package->version; + } + + $io->writeln( + // index + str_pad((string)$index++, 2, '0', STR_PAD_LEFT) . '. ' . + // name + '' . str_pad($package->name, 15) . ' ' . + // version + "[v{$package->version} -> v{$package->available}]" + ); + $slugs[] = $slug; + } + } + + if (!$this->all_yes) { + // prompt to continue + $io->newLine(); + $question = new ConfirmationQuestion('Continue with the update process? [Y|n] ', true); + $answer = $io->askQuestion($question); + + if (!$answer) { + $io->writeln('Update aborted. Exiting...'); + + return 1; + } + } + + // finally update + $install_command = $this->getApplication()->find('install'); + + $args = new ArrayInput([ + 'command' => 'install', + 'package' => $slugs, + '-f' => $input->getOption('force'), + '-d' => $this->destination, + '-y' => true + ]); + $command_exec = $install_command->run($args, $io); + + if ($command_exec != 0) { + $io->writeln('Error: An error occurred while trying to install the packages'); + + return 1; + } + + return 0; + } + + /** + * @param array $only_packages + * @return array + */ + private function userInputPackages(array $only_packages): array + { + $io = $this->getIO(); + + $found = ['total' => 0]; + $ignore = []; + + if (!count($only_packages)) { + $io->newLine(); + } else { + foreach ($only_packages as $only_package) { + $find = $this->gpm->findPackage($only_package); + + if (!$find || (!$this->overwrite && !$this->gpm->isUpdatable($find->slug))) { + $name = $find->slug ?? $only_package; + $ignore[$name] = $name; + } else { + $found[$find->slug] = $find; + $found['total']++; + } + } + + if ($found['total']) { + $list = $found; + unset($list['total']); + $list = array_keys($list); + + if ($found['total'] !== $this->data['total']) { + $io->write(", only {$found['total']} will be updated"); + } + + $io->newLine(); + $io->writeln('Limiting updates for only ' . implode( + ', ', + $list + ) . ''); + } + + if (count($ignore)) { + $io->newLine(); + $io->writeln('Packages not found or not requiring updates: ' . implode( + ', ', + $ignore + ) . ''); + } + } + + return $found; + } +} diff --git a/system/src/Grav/Console/Gpm/VersionCommand.php b/system/src/Grav/Console/Gpm/VersionCommand.php new file mode 100644 index 0000000..3e16adb --- /dev/null +++ b/system/src/Grav/Console/Gpm/VersionCommand.php @@ -0,0 +1,125 @@ +setName('version') + ->addOption( + 'force', + 'f', + InputOption::VALUE_NONE, + 'Force re-fetching the data from remote' + ) + ->addArgument( + 'package', + InputArgument::IS_ARRAY | InputArgument::OPTIONAL, + 'The package or packages that is desired to know the version of. By default and if not specified this would be grav' + ) + ->setDescription('Shows the version of an installed package. If available also shows pending updates.') + ->setHelp('The version command displays the current version of a package installed and, if available, the available version of pending updates'); + } + + /** + * @return int + */ + protected function serve(): int + { + $input = $this->getInput(); + $io = $this->getIO(); + + $this->gpm = new GPM($input->getOption('force')); + $packages = $input->getArgument('package'); + + $installed = false; + + if (!count($packages)) { + $packages = ['grav']; + } + + foreach ($packages as $package) { + $package = strtolower($package); + $name = null; + $version = null; + $updatable = false; + + if ($package === 'grav') { + $name = 'Grav'; + $version = GRAV_VERSION; + $upgrader = new Upgrader(); + + if ($upgrader->isUpgradable()) { + $updatable = " [upgradable: v{$upgrader->getRemoteVersion()}]"; + } + } else { + // get currently installed version + $locator = Grav::instance()['locator']; + $blueprints_path = $locator->findResource('plugins://' . $package . DS . 'blueprints.yaml'); + if (!file_exists($blueprints_path)) { // theme? + $blueprints_path = $locator->findResource('themes://' . $package . DS . 'blueprints.yaml'); + if (!file_exists($blueprints_path)) { + continue; + } + } + + $file = YamlFile::instance($blueprints_path); + $package_yaml = $file->content(); + $file->free(); + + $version = $package_yaml['version']; + + if (!$version) { + continue; + } + + $installed = $this->gpm->findPackage($package); + if ($installed) { + $name = $installed->name; + + if ($this->gpm->isUpdatable($package)) { + $updatable = " [updatable: v{$installed->available}]"; + } + } + } + + $updatable = $updatable ?: ''; + + if ($installed || $package === 'grav') { + $io->writeln("You are running {$name} v{$version}{$updatable}"); + } else { + $io->writeln("Package {$package} not found"); + } + } + + return 0; + } +} diff --git a/system/src/Grav/Console/GpmCommand.php b/system/src/Grav/Console/GpmCommand.php new file mode 100644 index 0000000..f89d565 --- /dev/null +++ b/system/src/Grav/Console/GpmCommand.php @@ -0,0 +1,68 @@ +setupConsole($input, $output); + + $grav = Grav::instance(); + $grav['config']->init(); + $grav['uri']->init(); + // @phpstan-ignore-next-line + $grav['accounts']; + + return $this->serve(); + } + + /** + * Override with your implementation. + * + * @return int + */ + protected function serve() + { + // Return error. + return 1; + } + + /** + * @return void + */ + protected function displayGPMRelease() + { + /** @var Config $config */ + $config = Grav::instance()['config']; + + $io = $this->getIO(); + $io->newLine(); + $io->writeln('GPM Releases Configuration: ' . ucfirst($config->get('system.gpm.releases')) . ''); + $io->newLine(); + } +} diff --git a/system/src/Grav/Console/GravCommand.php b/system/src/Grav/Console/GravCommand.php new file mode 100644 index 0000000..a62dbc3 --- /dev/null +++ b/system/src/Grav/Console/GravCommand.php @@ -0,0 +1,52 @@ +setupConsole($input, $output); + + // Old versions of Grav called this command after grav upgrade. + // We need make this command to work with older ConsoleTrait: + if (method_exists($this, 'initializeGrav')) { + $this->initializeGrav(); + } + + return $this->serve(); + } + + /** + * Override with your implementation. + * + * @return int + */ + protected function serve() + { + // Return error. + return 1; + } +} diff --git a/system/src/Grav/Console/Plugin/PluginListCommand.php b/system/src/Grav/Console/Plugin/PluginListCommand.php new file mode 100644 index 0000000..24be2f5 --- /dev/null +++ b/system/src/Grav/Console/Plugin/PluginListCommand.php @@ -0,0 +1,69 @@ +setHidden(true); + } + + /** + * @return int + */ + protected function serve(): int + { + $bin = $this->argv; + $pattern = '([A-Z]\w+Command\.php)'; + + $io = $this->getIO(); + $io->newLine(); + $io->writeln('Usage:'); + $io->writeln(" {$bin} [slug] [command] [arguments]"); + $io->newLine(); + $io->writeln('Example:'); + $io->writeln(" {$bin} error log -l 1 --trace"); + $io->newLine(); + $io->writeln('Plugins with CLI available:'); + + $plugins = Plugins::all(); + $index = 0; + foreach ($plugins as $name => $plugin) { + if (!$plugin->enabled) { + continue; + } + + $list = Folder::all("plugins://{$name}", ['compare' => 'Pathname', 'pattern' => '/\/cli\/' . $pattern . '$/usm', 'levels' => 1]); + if (!$list) { + continue; + } + + $index++; + $num = str_pad((string)$index, 2, '0', STR_PAD_LEFT); + $io->writeln(' ' . $num . '. ' . str_pad($name, 15) . " {$bin} {$name} list"); + } + + return 0; + } +} diff --git a/system/src/Grav/Console/TerminalObjects/Table.php b/system/src/Grav/Console/TerminalObjects/Table.php new file mode 100644 index 0000000..754f2dc --- /dev/null +++ b/system/src/Grav/Console/TerminalObjects/Table.php @@ -0,0 +1,38 @@ +column_widths = $this->getColumnWidths(); + $this->table_width = $this->getWidth(); + $this->border = $this->getBorder(); + + $this->buildHeaderRow(); + + foreach ($this->data as $key => $columns) { + $this->rows[] = $this->buildRow($columns); + } + + $this->rows[] = $this->border; + + return $this->rows; + } +} diff --git a/system/src/Grav/Events/BeforeSessionStartEvent.php b/system/src/Grav/Events/BeforeSessionStartEvent.php new file mode 100644 index 0000000..de15051 --- /dev/null +++ b/system/src/Grav/Events/BeforeSessionStartEvent.php @@ -0,0 +1,36 @@ +start() right before session_start() call. + * + * @property SessionInterface $session Session instance. + */ +class BeforeSessionStartEvent extends Event +{ + /** @var SessionInterface */ + public $session; + + public function __construct(SessionInterface $session) + { + $this->session = $session; + } + + public function __debugInfo(): array + { + return (array)$this; + } +} diff --git a/system/src/Grav/Events/FlexRegisterEvent.php b/system/src/Grav/Events/FlexRegisterEvent.php new file mode 100644 index 0000000..40c8529 --- /dev/null +++ b/system/src/Grav/Events/FlexRegisterEvent.php @@ -0,0 +1,45 @@ +flex = $flex; + } + + /** + * @return array + */ + public function __debugInfo(): array + { + return (array)$this; + } +} diff --git a/system/src/Grav/Events/PageEvent.php b/system/src/Grav/Events/PageEvent.php new file mode 100644 index 0000000..a451f9f --- /dev/null +++ b/system/src/Grav/Events/PageEvent.php @@ -0,0 +1,18 @@ +permissions = $permissions; + } + + /** + * @return array + */ + public function __debugInfo(): array + { + return (array)$this; + } +} diff --git a/system/src/Grav/Events/PluginsLoadedEvent.php b/system/src/Grav/Events/PluginsLoadedEvent.php new file mode 100644 index 0000000..24e1ff7 --- /dev/null +++ b/system/src/Grav/Events/PluginsLoadedEvent.php @@ -0,0 +1,53 @@ +grav = $grav; + $this->plugins = $plugins; + } + + /** + * @return array + */ + public function __debugInfo(): array + { + return [ + 'plugins' => $this->plugins + ]; + } +} diff --git a/system/src/Grav/Events/SessionStartEvent.php b/system/src/Grav/Events/SessionStartEvent.php new file mode 100644 index 0000000..283e9a1 --- /dev/null +++ b/system/src/Grav/Events/SessionStartEvent.php @@ -0,0 +1,36 @@ +start() right after successful session_start() call. + * + * @property SessionInterface $session Session instance. + */ +class SessionStartEvent extends Event +{ + /** @var SessionInterface */ + public $session; + + public function __construct(SessionInterface $session) + { + $this->session = $session; + } + + public function __debugInfo(): array + { + return (array)$this; + } +} diff --git a/system/src/Grav/Events/TypesEvent.php b/system/src/Grav/Events/TypesEvent.php new file mode 100644 index 0000000..6a746a8 --- /dev/null +++ b/system/src/Grav/Events/TypesEvent.php @@ -0,0 +1,18 @@ + + */ +class Access implements JsonSerializable, IteratorAggregate, Countable +{ + /** @var string */ + private $name; + /** @var array */ + private $rules; + /** @var array */ + private $ops; + /** @var array */ + private $acl = []; + /** @var array */ + private $inherited = []; + + /** + * Access constructor. + * @param string|array|null $acl + * @param array|null $rules + * @param string $name + */ + public function __construct($acl = null, array $rules = null, string $name = '') + { + $this->name = $name; + $this->rules = $rules ?? []; + $this->ops = ['+' => true, '-' => false]; + if (is_string($acl)) { + $this->acl = $this->resolvePermissions($acl); + } elseif (is_array($acl)) { + $this->acl = $this->normalizeAcl($acl); + } + } + + /** + * @return string + */ + public function getName(): string + { + return $this->name; + } + + /** + * @param Access $parent + * @param string|null $name + * @return void + */ + public function inherit(Access $parent, string $name = null) + { + // Remove cached null actions from acl. + $acl = $this->getAllActions(); + // Get only inherited actions. + $inherited = array_diff_key($parent->getAllActions(), $acl); + + $this->inherited += $parent->inherited + array_fill_keys(array_keys($inherited), $name ?? $parent->getName()); + $this->acl = array_replace($acl, $inherited); + } + + /** + * Checks user authorization to the action. + * + * @param string $action + * @param string|null $scope + * @return bool|null + */ + public function authorize(string $action, string $scope = null): ?bool + { + if (null !== $scope) { + $action = $scope !== 'test' ? "{$scope}.{$action}" : $action; + } + + return $this->get($action); + } + + /** + * @return array + */ + public function toArray(): array + { + return Utils::arrayUnflattenDotNotation($this->acl); + } + + /** + * @return array + */ + public function getAllActions(): array + { + return array_filter($this->acl, static function($val) { return $val !== null; }); + } + + /** + * @return array + */ + public function jsonSerialize(): array + { + return $this->toArray(); + } + + /** + * @param string $action + * @return bool|null + */ + public function get(string $action) + { + // Get access value. + if (isset($this->acl[$action])) { + return $this->acl[$action]; + } + + // If no value is defined, check the parent access (all true|false). + $pos = strrpos($action, '.'); + $value = $pos ? $this->get(substr($action, 0, $pos)) : null; + + // Cache result for faster lookup. + $this->acl[$action] = $value; + + return $value; + } + + /** + * @param string $action + * @return bool + */ + public function isInherited(string $action): bool + { + return isset($this->inherited[$action]); + } + + /** + * @param string $action + * @return string|null + */ + public function getInherited(string $action): ?string + { + return $this->inherited[$action] ?? null; + } + + /** + * @return Traversable + */ + public function getIterator(): Traversable + { + return new ArrayIterator($this->acl); + } + + /** + * @return int + */ + public function count(): int + { + return count($this->acl); + } + + /** + * @param array $acl + * @return array + */ + protected function normalizeAcl(array $acl): array + { + if (empty($acl)) { + return []; + } + + // Normalize access control list. + $list = []; + foreach (Utils::arrayFlattenDotNotation($acl) as $key => $value) { + if (is_bool($value)) { + $list[$key] = $value; + } elseif ($value === 0 || $value === 1) { + $list[$key] = (bool)$value; + } elseif($value === null) { + continue; + } elseif ($this->rules && is_string($value)) { + $list[$key] = $this->resolvePermissions($value); + } elseif (Utils::isPositive($value)) { + $list[$key] = true; + } elseif (Utils::isNegative($value)) { + $list[$key] = false; + } + } + + return $list; + } + + /** + * @param string $access + * @return array + */ + protected function resolvePermissions(string $access): array + { + $len = strlen($access); + $op = true; + $list = []; + for($count = 0; $count < $len; $count++) { + $letter = $access[$count]; + if (isset($this->rules[$letter])) { + $list[$this->rules[$letter]] = $op; + $op = true; + } elseif (isset($this->ops[$letter])) { + $op = $this->ops[$letter]; + } + } + + return $list; + } +} diff --git a/system/src/Grav/Framework/Acl/Action.php b/system/src/Grav/Framework/Acl/Action.php new file mode 100644 index 0000000..a5cfa1a --- /dev/null +++ b/system/src/Grav/Framework/Acl/Action.php @@ -0,0 +1,204 @@ + + */ +class Action implements IteratorAggregate, Countable +{ + /** @var string */ + public $name; + /** @var string */ + public $type; + /** @var bool */ + public $visible; + /** @var string|null */ + public $label; + /** @var array */ + public $params; + + /** @var Action|null */ + protected $parent; + /** @var array */ + protected $children = []; + + /** + * @param string $name + * @param array $action + */ + public function __construct(string $name, array $action = []) + { + $label = $action['label'] ?? null; + if (!$label) { + if ($pos = mb_strrpos($name, '.')) { + $label = mb_substr($name, $pos + 1); + } else { + $label = $name; + } + $label = Inflector::humanize($label, 'all'); + } + + $this->name = $name; + $this->type = $action['type'] ?? 'action'; + $this->visible = (bool)($action['visible'] ?? true); + $this->label = $label; + unset($action['type'], $action['label']); + $this->params = $action; + + // Include compact rules. + if (isset($action['letters'])) { + foreach ($action['letters'] as $letter => $data) { + $data['letter'] = $letter; + $childName = $this->name . '.' . $data['action']; + unset($data['action']); + $child = new Action($childName, $data); + $this->addChild($child); + } + } + } + + /** + * @return array + */ + public function getParams(): array + { + return $this->params; + } + + /** + * @param string $name + * @return mixed|null + */ + public function getParam(string $name) + { + return $this->params[$name] ?? null; + } + + /** + * @return Action|null + */ + public function getParent(): ?Action + { + return $this->parent; + } + + /** + * @param Action|null $parent + * @return void + */ + public function setParent(?Action $parent): void + { + $this->parent = $parent; + } + + /** + * @return string + */ + public function getScope(): string + { + $pos = mb_strpos($this->name, '.'); + if ($pos) { + return mb_substr($this->name, 0, $pos); + } + + return $this->name; + } + + /** + * @return int + */ + public function getLevels(): int + { + return mb_substr_count($this->name, '.'); + } + + /** + * @return bool + */ + public function hasChildren(): bool + { + return !empty($this->children); + } + + /** + * @return Action[] + */ + public function getChildren(): array + { + return $this->children; + } + + /** + * @param string $name + * @return Action|null + */ + public function getChild(string $name): ?Action + { + return $this->children[$name] ?? null; + } + + /** + * @param Action $child + * @return void + */ + public function addChild(Action $child): void + { + if (mb_strpos($child->name, "{$this->name}.") !== 0) { + throw new RuntimeException('Bad child'); + } + + $child->setParent($this); + $name = mb_substr($child->name, mb_strlen($this->name) + 1); + + $this->children[$name] = $child; + } + + /** + * @return Traversable + */ + public function getIterator(): Traversable + { + return new ArrayIterator($this->children); + } + + /** + * @return int + */ + public function count(): int + { + return count($this->children); + } + + /** + * @return array + */ + #[\ReturnTypeWillChange] + public function __debugInfo() + { + return [ + 'name' => $this->name, + 'type' => $this->type, + 'label' => $this->label, + 'params' => $this->params, + 'actions' => $this->children + ]; + } +} diff --git a/system/src/Grav/Framework/Acl/Permissions.php b/system/src/Grav/Framework/Acl/Permissions.php new file mode 100644 index 0000000..a07f7eb --- /dev/null +++ b/system/src/Grav/Framework/Acl/Permissions.php @@ -0,0 +1,249 @@ + + * @implements IteratorAggregate + */ +class Permissions implements ArrayAccess, Countable, IteratorAggregate +{ + /** @var array */ + protected $instances = []; + /** @var array */ + protected $actions = []; + /** @var array */ + protected $nested = []; + /** @var array */ + protected $types = []; + + /** + * @return array + */ + public function getInstances(): array + { + $iterator = new RecursiveActionIterator($this->actions); + $recursive = new RecursiveIteratorIterator($iterator, RecursiveIteratorIterator::SELF_FIRST); + + return iterator_to_array($recursive); + } + + /** + * @param string $name + * @return bool + */ + public function hasAction(string $name): bool + { + return isset($this->instances[$name]); + } + + /** + * @param string $name + * @return Action|null + */ + public function getAction(string $name): ?Action + { + return $this->instances[$name] ?? null; + } + + /** + * @param Action $action + * @return void + */ + public function addAction(Action $action): void + { + $name = $action->name; + $parent = $this->getParent($name); + if ($parent) { + $parent->addChild($action); + } else { + $this->actions[$name] = $action; + } + + $this->instances[$name] = $action; + + // If Action has children, add those, too. + foreach ($action->getChildren() as $child) { + $this->instances[$child->name] = $child; + } + } + + /** + * @return array + */ + public function getActions(): array + { + return $this->actions; + } + + /** + * @param Action[] $actions + * @return void + */ + public function addActions(array $actions): void + { + foreach ($actions as $action) { + $this->addAction($action); + } + } + + /** + * @param string $name + * @return bool + */ + public function hasType(string $name): bool + { + return isset($this->types[$name]); + } + + /** + * @param string $name + * @return Action|null + */ + public function getType(string $name): ?Action + { + return $this->types[$name] ?? null; + } + + /** + * @param string $name + * @param array $type + * @return void + */ + public function addType(string $name, array $type): void + { + $this->types[$name] = $type; + } + + /** + * @return array + */ + public function getTypes(): array + { + return $this->types; + } + + /** + * @param array $types + * @return void + */ + public function addTypes(array $types): void + { + $types = array_replace($this->types, $types); + + $this->types = $types; + } + + /** + * @param array|null $access + * @return Access + */ + public function getAccess(array $access = null): Access + { + return new Access($access ?? []); + } + + /** + * @param int|string $offset + * @return bool + */ + public function offsetExists($offset): bool + { + return isset($this->nested[$offset]); + } + + /** + * @param int|string $offset + * @return Action|null + */ + public function offsetGet($offset): ?Action + { + return $this->nested[$offset] ?? null; + } + + /** + * @param int|string $offset + * @param mixed $value + * @return void + */ + public function offsetSet($offset, $value): void + { + throw new RuntimeException(__METHOD__ . '(): Not Supported'); + } + + /** + * @param int|string $offset + * @return void + */ + public function offsetUnset($offset): void + { + throw new RuntimeException(__METHOD__ . '(): Not Supported'); + } + + /** + * @return int + */ + public function count(): int + { + return count($this->actions); + } + + /** + * @return ArrayIterator|Traversable + */ + #[\ReturnTypeWillChange] + public function getIterator() + { + return new ArrayIterator($this->actions); + } + + /** + * @return array + */ + #[\ReturnTypeWillChange] + public function __debugInfo() + { + return [ + 'actions' => $this->actions + ]; + } + + /** + * @param string $name + * @return Action|null + */ + protected function getParent(string $name): ?Action + { + if ($pos = strrpos($name, '.')) { + $parentName = substr($name, 0, $pos); + + $parent = $this->getAction($parentName); + if (!$parent) { + $parent = new Action($parentName); + $this->addAction($parent); + } + + return $parent; + } + + return null; + } +} diff --git a/system/src/Grav/Framework/Acl/PermissionsReader.php b/system/src/Grav/Framework/Acl/PermissionsReader.php new file mode 100644 index 0000000..0560361 --- /dev/null +++ b/system/src/Grav/Framework/Acl/PermissionsReader.php @@ -0,0 +1,186 @@ +content(); + $actions = $content['actions'] ?? []; + $types = $content['types'] ?? []; + + return static::fromArray($actions, $types); + } + + /** + * @param array $actions + * @param array $types + * @return Action[] + */ + public static function fromArray(array $actions, array $types): array + { + static::initTypes($types); + + $list = []; + foreach (static::read($actions) as $type => $data) { + $list[$type] = new Action($type, $data); + } + + return $list; + } + + /** + * @param array $actions + * @param string $prefix + * @return array + */ + public static function read(array $actions, string $prefix = ''): array + { + $list = []; + foreach ($actions as $name => $action) { + $prefixName = $prefix . $name; + $list[$prefixName] = null; + + // Support nested sets of actions. + if (isset($action['actions']) && is_array($action['actions'])) { + $innerList = static::read($action['actions'], "{$prefixName}."); + + $list += $innerList; + } + + unset($action['actions']); + + // Add defaults if they exist. + $action = static::addDefaults($action); + + // Build flat list of actions. + $list[$prefixName] = $action; + } + + return $list; + } + + /** + * @param array $types + * @return void + */ + protected static function initTypes(array $types) + { + static::$types = []; + + $dependencies = []; + foreach ($types as $type => $defaults) { + $current = array_fill_keys((array)($defaults['use'] ?? null), null); + $defType = $defaults['type'] ?? $type; + if ($type !== $defType) { + $current[$defaults['type']] = null; + } + + $dependencies[$type] = (object)$current; + } + + // Build dependency tree. + foreach ($dependencies as $type => $dep) { + foreach (get_object_vars($dep) as $k => &$val) { + if (null === $val) { + $val = $dependencies[$k] ?? new stdClass(); + } + } + unset($val); + } + + $encoded = json_encode($dependencies); + if ($encoded === false) { + throw new RuntimeException('json_encode(): failed to encode dependencies'); + } + $dependencies = json_decode($encoded, true); + + foreach (static::getDependencies($dependencies) as $type) { + $defaults = $types[$type] ?? null; + if ($defaults) { + static::$types[$type] = static::addDefaults($defaults); + } + } + } + + /** + * @param array $dependencies + * @return array + */ + protected static function getDependencies(array $dependencies): array + { + $list = [[]]; + foreach ($dependencies as $name => $deps) { + $current = $deps ? static::getDependencies($deps) : []; + $current[] = $name; + + $list[] = $current; + } + + return array_unique(array_merge(...$list)); + } + + /** + * @param array $action + * @return array + */ + protected static function addDefaults(array $action): array + { + $scopes = []; + + // Add used properties. + $use = (array)($action['use'] ?? null); + foreach ($use as $type) { + if (isset(static::$types[$type])) { + $used = static::$types[$type]; + unset($used['type']); + $scopes[] = $used; + } + } + unset($action['use']); + + // Add type defaults. + $type = $action['type'] ?? 'default'; + $defaults = static::$types[$type] ?? null; + if (is_array($defaults)) { + $scopes[] = $defaults; + } + + if ($scopes) { + $scopes[] = $action; + + $action = array_replace_recursive(...$scopes); + + $newType = $defaults['type'] ?? null; + if ($newType && $newType !== $type) { + $action['type'] = $newType; + } + } + + return $action; + } +} diff --git a/system/src/Grav/Framework/Acl/RecursiveActionIterator.php b/system/src/Grav/Framework/Acl/RecursiveActionIterator.php new file mode 100644 index 0000000..3c38612 --- /dev/null +++ b/system/src/Grav/Framework/Acl/RecursiveActionIterator.php @@ -0,0 +1,64 @@ + + */ +class RecursiveActionIterator implements RecursiveIterator, \Countable +{ + use Constructor, Iterator, Countable; + + public $items; + + /** + * @see \Iterator::key() + * @return string + */ + #[\ReturnTypeWillChange] + public function key() + { + /** @var Action $current */ + $current = $this->current(); + + return $current->name; + } + + /** + * @see \RecursiveIterator::hasChildren() + * @return bool + */ + public function hasChildren(): bool + { + /** @var Action $current */ + $current = $this->current(); + + return $current->hasChildren(); + } + + /** + * @see \RecursiveIterator::getChildren() + * @return RecursiveActionIterator + */ + public function getChildren(): self + { + /** @var Action $current */ + $current = $this->current(); + + return new static($current->getChildren()); + } +} diff --git a/system/src/Grav/Framework/Cache/AbstractCache.php b/system/src/Grav/Framework/Cache/AbstractCache.php new file mode 100644 index 0000000..1a3fadc --- /dev/null +++ b/system/src/Grav/Framework/Cache/AbstractCache.php @@ -0,0 +1,32 @@ +init($namespace, $defaultLifetime); + } +} diff --git a/system/src/Grav/Framework/Cache/Adapter/ChainCache.php b/system/src/Grav/Framework/Cache/Adapter/ChainCache.php new file mode 100644 index 0000000..2957841 --- /dev/null +++ b/system/src/Grav/Framework/Cache/Adapter/ChainCache.php @@ -0,0 +1,210 @@ +getMessage(), $e->getCode(), $e); + } + + if (!$caches) { + throw new InvalidArgumentException('At least one cache must be specified'); + } + + foreach ($caches as $cache) { + if (!$cache instanceof CacheInterface) { + throw new InvalidArgumentException( + sprintf( + "The class '%s' does not implement the '%s' interface", + get_class($cache), + CacheInterface::class + ) + ); + } + } + + $this->caches = array_values($caches); + $this->count = count($caches); + } + + /** + * @inheritdoc + */ + public function doGet($key, $miss) + { + foreach ($this->caches as $i => $cache) { + $value = $cache->doGet($key, $miss); + if ($value !== $miss) { + while (--$i >= 0) { + // Update all the previous caches with missing value. + $this->caches[$i]->doSet($key, $value, $this->getDefaultLifetime()); + } + + return $value; + } + } + + return $miss; + } + + /** + * @inheritdoc + */ + public function doSet($key, $value, $ttl) + { + $success = true; + $i = $this->count; + + while ($i--) { + $success = $this->caches[$i]->doSet($key, $value, $ttl) && $success; + } + + return $success; + } + + /** + * @inheritdoc + */ + public function doDelete($key) + { + $success = true; + $i = $this->count; + + while ($i--) { + $success = $this->caches[$i]->doDelete($key) && $success; + } + + return $success; + } + + /** + * @inheritdoc + */ + public function doClear() + { + $success = true; + $i = $this->count; + + while ($i--) { + $success = $this->caches[$i]->doClear() && $success; + } + + return $success; + } + + /** + * @inheritdoc + */ + public function doGetMultiple($keys, $miss) + { + $list = []; + /** + * @var int $i + * @var CacheInterface $cache + */ + foreach ($this->caches as $i => $cache) { + $list[$i] = $cache->doGetMultiple($keys, $miss); + + $keys = array_diff_key($keys, $list[$i]); + + if (!$keys) { + break; + } + } + + // Update all the previous caches with missing values. + $values = []; + /** + * @var int $i + * @var CacheInterface $items + */ + foreach (array_reverse($list) as $i => $items) { + $values += $items; + if ($i && $values) { + $this->caches[$i-1]->doSetMultiple($values, $this->getDefaultLifetime()); + } + } + + return $values; + } + + /** + * @inheritdoc + */ + public function doSetMultiple($values, $ttl) + { + $success = true; + $i = $this->count; + + while ($i--) { + $success = $this->caches[$i]->doSetMultiple($values, $ttl) && $success; + } + + return $success; + } + + /** + * @inheritdoc + */ + public function doDeleteMultiple($keys) + { + $success = true; + $i = $this->count; + + while ($i--) { + $success = $this->caches[$i]->doDeleteMultiple($keys) && $success; + } + + return $success; + } + + /** + * @inheritdoc + */ + public function doHas($key) + { + foreach ($this->caches as $cache) { + if ($cache->doHas($key)) { + return true; + } + } + + return false; + } +} diff --git a/system/src/Grav/Framework/Cache/Adapter/DoctrineCache.php b/system/src/Grav/Framework/Cache/Adapter/DoctrineCache.php new file mode 100644 index 0000000..14117de --- /dev/null +++ b/system/src/Grav/Framework/Cache/Adapter/DoctrineCache.php @@ -0,0 +1,118 @@ +getMessage(), $e->getCode(), $e); + } + + // Set namespace to Doctrine Cache provider if it was given. + $namespace = $this->getNamespace(); + if ($namespace) { + $doctrineCache->setNamespace($namespace); + } + + $this->driver = $doctrineCache; + } + + /** + * @inheritdoc + */ + public function doGet($key, $miss) + { + $value = $this->driver->fetch($key); + + // Doctrine cache does not differentiate between no result and cached 'false'. Make sure that we do. + return $value !== false || $this->driver->contains($key) ? $value : $miss; + } + + /** + * @inheritdoc + */ + public function doSet($key, $value, $ttl) + { + return $this->driver->save($key, $value, (int) $ttl); + } + + /** + * @inheritdoc + */ + public function doDelete($key) + { + return $this->driver->delete($key); + } + + /** + * @inheritdoc + */ + public function doClear() + { + return $this->driver->deleteAll(); + } + + /** + * @inheritdoc + */ + public function doGetMultiple($keys, $miss) + { + return $this->driver->fetchMultiple($keys); + } + + /** + * @inheritdoc + */ + public function doSetMultiple($values, $ttl) + { + return $this->driver->saveMultiple($values, (int) $ttl); + } + + /** + * @inheritdoc + */ + public function doDeleteMultiple($keys) + { + return $this->driver->deleteMultiple($keys); + } + + /** + * @inheritdoc + */ + public function doHas($key) + { + return $this->driver->contains($key); + } +} diff --git a/system/src/Grav/Framework/Cache/Adapter/FileCache.php b/system/src/Grav/Framework/Cache/Adapter/FileCache.php new file mode 100644 index 0000000..d2058d5 --- /dev/null +++ b/system/src/Grav/Framework/Cache/Adapter/FileCache.php @@ -0,0 +1,266 @@ +initFileCache($namespace, $folder ?? ''); + } catch (\Psr\SimpleCache\InvalidArgumentException $e) { + throw new InvalidArgumentException($e->getMessage(), $e->getCode(), $e); + } + } + + /** + * @inheritdoc + */ + public function doGet($key, $miss) + { + $now = time(); + $file = $this->getFile($key); + + if (!file_exists($file) || !$h = @fopen($file, 'rb')) { + return $miss; + } + + if ($now >= (int) $expiresAt = fgets($h)) { + fclose($h); + @unlink($file); + } else { + $i = rawurldecode(rtrim((string)fgets($h))); + $value = stream_get_contents($h) ?: ''; + fclose($h); + + if ($i === $key) { + return unserialize($value, ['allowed_classes' => true]); + } + } + + return $miss; + } + + /** + * @inheritdoc + * @throws CacheException + */ + public function doSet($key, $value, $ttl) + { + $expiresAt = time() + (int)$ttl; + + $result = $this->write( + $this->getFile($key, true), + $expiresAt . "\n" . rawurlencode($key) . "\n" . serialize($value), + $expiresAt + ); + + if (!$result && !is_writable($this->directory)) { + throw new CacheException(sprintf('Cache directory is not writable (%s)', $this->directory)); + } + + return $result; + } + + /** + * @inheritdoc + */ + public function doDelete($key) + { + $file = $this->getFile($key); + + $result = false; + if (file_exists($file)) { + $result = @unlink($file); + $result &= !file_exists($file); + } + + return $result; + } + + /** + * @inheritdoc + */ + public function doClear() + { + $result = true; + $iterator = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($this->directory, FilesystemIterator::SKIP_DOTS)); + + foreach ($iterator as $file) { + $result = ($file->isDir() || @unlink($file) || !file_exists($file)) && $result; + } + + return $result; + } + + /** + * @inheritdoc + */ + public function doHas($key) + { + $file = $this->getFile($key); + + return file_exists($file) && (@filemtime($file) > time() || $this->doGet($key, null)); + } + + /** + * @param string $key + * @param bool $mkdir + * @return string + */ + protected function getFile($key, $mkdir = false) + { + $hash = str_replace('/', '-', base64_encode(hash('sha256', static::class . $key, true))); + $dir = $this->directory . $hash[0] . DIRECTORY_SEPARATOR . $hash[1] . DIRECTORY_SEPARATOR; + + if ($mkdir) { + $this->mkdir($dir); + } + + return $dir . substr($hash, 2, 20); + } + + /** + * @param string $namespace + * @param string $directory + * @return void + * @throws InvalidArgumentException + */ + protected function initFileCache($namespace, $directory) + { + if ($directory === '') { + $directory = sys_get_temp_dir() . '/grav-cache'; + } else { + $directory = realpath($directory) ?: $directory; + } + + if (isset($namespace[0])) { + if (preg_match('#[^-+_.A-Za-z0-9]#', $namespace, $match)) { + throw new InvalidArgumentException(sprintf('Namespace contains "%s" but only characters in [-+_.A-Za-z0-9] are allowed.', $match[0])); + } + $directory .= DIRECTORY_SEPARATOR . $namespace; + } + + $this->mkdir($directory); + + $directory .= DIRECTORY_SEPARATOR; + // On Windows the whole path is limited to 258 chars + if ('\\' === DIRECTORY_SEPARATOR && strlen($directory) > 234) { + throw new InvalidArgumentException(sprintf('Cache folder is too long (%s)', $directory)); + } + $this->directory = $directory; + } + + /** + * @param string $file + * @param string $data + * @param int|null $expiresAt + * @return bool + */ + private function write($file, $data, $expiresAt = null) + { + set_error_handler(__CLASS__.'::throwError'); + + try { + if ($this->tmp === null) { + $this->tmp = $this->directory . uniqid('', true); + } + + file_put_contents($this->tmp, $data); + + if ($expiresAt !== null) { + touch($this->tmp, $expiresAt); + } + + return rename($this->tmp, $file); + } finally { + restore_error_handler(); + } + } + + /** + * @param string $dir + * @return void + * @throws RuntimeException + */ + private function mkdir($dir) + { + // Silence error for open_basedir; should fail in mkdir instead. + if (@is_dir($dir)) { + return; + } + + $success = @mkdir($dir, 0777, true); + + if (!$success) { + // Take yet another look, make sure that the folder doesn't exist. + clearstatcache(true, $dir); + if (!@is_dir($dir)) { + throw new RuntimeException(sprintf('Unable to create directory: %s', $dir)); + } + } + } + + /** + * @param int $type + * @param string $message + * @param string $file + * @param int $line + * @return bool + * @internal + * @throws ErrorException + */ + public static function throwError($type, $message, $file, $line) + { + throw new ErrorException($message, 0, $type, $file, $line); + } + + /** + * @return void + */ + #[\ReturnTypeWillChange] + public function __destruct() + { + if ($this->tmp !== null && file_exists($this->tmp)) { + unlink($this->tmp); + } + } +} diff --git a/system/src/Grav/Framework/Cache/Adapter/MemoryCache.php b/system/src/Grav/Framework/Cache/Adapter/MemoryCache.php new file mode 100644 index 0000000..6196368 --- /dev/null +++ b/system/src/Grav/Framework/Cache/Adapter/MemoryCache.php @@ -0,0 +1,83 @@ +cache)) { + return $miss; + } + + return $this->cache[$key]; + } + + /** + * @param string $key + * @param mixed $value + * @param int $ttl + * @return bool + */ + public function doSet($key, $value, $ttl) + { + $this->cache[$key] = $value; + + return true; + } + + /** + * @param string $key + * @return bool + */ + public function doDelete($key) + { + unset($this->cache[$key]); + + return true; + } + + /** + * @return bool + */ + public function doClear() + { + $this->cache = []; + + return true; + } + + /** + * @param string $key + * @return bool + */ + public function doHas($key) + { + return array_key_exists($key, $this->cache); + } +} diff --git a/system/src/Grav/Framework/Cache/Adapter/SessionCache.php b/system/src/Grav/Framework/Cache/Adapter/SessionCache.php new file mode 100644 index 0000000..7159685 --- /dev/null +++ b/system/src/Grav/Framework/Cache/Adapter/SessionCache.php @@ -0,0 +1,107 @@ +doGetStored($key); + + return $stored ? $stored[self::VALUE] : $miss; + } + + /** + * @param string $key + * @param mixed $value + * @param int $ttl + * @return bool + */ + public function doSet($key, $value, $ttl) + { + $stored = [self::VALUE => $value]; + if (null !== $ttl) { + $stored[self::LIFETIME] = time() + $ttl; + } + + $_SESSION[$this->getNamespace()][$key] = $stored; + + return true; + } + + /** + * @param string $key + * @return bool + */ + public function doDelete($key) + { + unset($_SESSION[$this->getNamespace()][$key]); + + return true; + } + + /** + * @return bool + */ + public function doClear() + { + unset($_SESSION[$this->getNamespace()]); + + return true; + } + + /** + * @param string $key + * @return bool + */ + public function doHas($key) + { + return $this->doGetStored($key) !== null; + } + + /** + * @return string + */ + public function getNamespace() + { + return 'cache-' . parent::getNamespace(); + } + + /** + * @param string $key + * @return mixed|null + */ + protected function doGetStored($key) + { + $stored = $_SESSION[$this->getNamespace()][$key] ?? null; + + if (isset($stored[self::LIFETIME]) && $stored[self::LIFETIME] < time()) { + unset($_SESSION[$this->getNamespace()][$key]); + $stored = null; + } + + return $stored ?: null; + } +} diff --git a/system/src/Grav/Framework/Cache/CacheInterface.php b/system/src/Grav/Framework/Cache/CacheInterface.php new file mode 100644 index 0000000..c095f3d --- /dev/null +++ b/system/src/Grav/Framework/Cache/CacheInterface.php @@ -0,0 +1,71 @@ + $values + * @param int|null $ttl + * @return mixed + */ + public function doSetMultiple($values, $ttl); + + /** + * @param string[] $keys + * @return mixed + */ + public function doDeleteMultiple($keys); + + /** + * @param string $key + * @return mixed + */ + public function doHas($key); +} diff --git a/system/src/Grav/Framework/Cache/CacheTrait.php b/system/src/Grav/Framework/Cache/CacheTrait.php new file mode 100644 index 0000000..f7eeb04 --- /dev/null +++ b/system/src/Grav/Framework/Cache/CacheTrait.php @@ -0,0 +1,373 @@ +namespace = (string) $namespace; + $this->defaultLifetime = $this->convertTtl($defaultLifetime); + $this->miss = new stdClass; + } + + /** + * @param bool $validation + * @return void + */ + public function setValidation($validation) + { + $this->validation = (bool) $validation; + } + + /** + * @return string + */ + protected function getNamespace() + { + return $this->namespace; + } + + /** + * @return int|null + */ + protected function getDefaultLifetime() + { + return $this->defaultLifetime; + } + + /** + * @param string $key + * @param mixed|null $default + * @return mixed|null + * @throws InvalidArgumentException + */ + public function get($key, $default = null) + { + $this->validateKey($key); + + $value = $this->doGet($key, $this->miss); + + return $value !== $this->miss ? $value : $default; + } + + /** + * @param string $key + * @param mixed $value + * @param null|int|DateInterval $ttl + * @return bool + * @throws InvalidArgumentException + */ + public function set($key, $value, $ttl = null) + { + $this->validateKey($key); + + $ttl = $this->convertTtl($ttl); + + // If a negative or zero TTL is provided, the item MUST be deleted from the cache. + return null !== $ttl && $ttl <= 0 ? $this->doDelete($key) : $this->doSet($key, $value, $ttl); + } + + /** + * @param string $key + * @return bool + * @throws InvalidArgumentException + */ + public function delete($key) + { + $this->validateKey($key); + + return $this->doDelete($key); + } + + /** + * @return bool + */ + public function clear() + { + return $this->doClear(); + } + + /** + * @param iterable $keys + * @param mixed|null $default + * @return iterable + * @throws InvalidArgumentException + */ + public function getMultiple($keys, $default = null) + { + if ($keys instanceof Traversable) { + $keys = iterator_to_array($keys, false); + } elseif (!is_array($keys)) { + $isObject = is_object($keys); + throw new InvalidArgumentException( + sprintf( + 'Cache keys must be array or Traversable, "%s" given', + $isObject ? get_class($keys) : gettype($keys) + ) + ); + } + + if (empty($keys)) { + return []; + } + + $this->validateKeys($keys); + $keys = array_unique($keys); + $keys = array_combine($keys, $keys); + + $list = $this->doGetMultiple($keys, $this->miss); + + // Make sure that values are returned in the same order as the keys were given. + $values = []; + foreach ($keys as $key) { + if (!array_key_exists($key, $list) || $list[$key] === $this->miss) { + $values[$key] = $default; + } else { + $values[$key] = $list[$key]; + } + } + + return $values; + } + + /** + * @param iterable $values + * @param null|int|DateInterval $ttl + * @return bool + * @throws InvalidArgumentException + */ + public function setMultiple($values, $ttl = null) + { + if ($values instanceof Traversable) { + $values = iterator_to_array($values, true); + } elseif (!is_array($values)) { + $isObject = is_object($values); + throw new InvalidArgumentException( + sprintf( + 'Cache values must be array or Traversable, "%s" given', + $isObject ? get_class($values) : gettype($values) + ) + ); + } + + $keys = array_keys($values); + + if (empty($keys)) { + return true; + } + + $this->validateKeys($keys); + + $ttl = $this->convertTtl($ttl); + + // If a negative or zero TTL is provided, the item MUST be deleted from the cache. + return null !== $ttl && $ttl <= 0 ? $this->doDeleteMultiple($keys) : $this->doSetMultiple($values, $ttl); + } + + /** + * @param iterable $keys + * @return bool + * @throws InvalidArgumentException + */ + public function deleteMultiple($keys) + { + if ($keys instanceof Traversable) { + $keys = iterator_to_array($keys, false); + } elseif (!is_array($keys)) { + $isObject = is_object($keys); + throw new InvalidArgumentException( + sprintf( + 'Cache keys must be array or Traversable, "%s" given', + $isObject ? get_class($keys) : gettype($keys) + ) + ); + } + + if (empty($keys)) { + return true; + } + + $this->validateKeys($keys); + + return $this->doDeleteMultiple($keys); + } + + /** + * @param string $key + * @return bool + * @throws InvalidArgumentException + */ + public function has($key) + { + $this->validateKey($key); + + return $this->doHas($key); + } + + /** + * @param array $keys + * @param mixed $miss + * @return array + */ + public function doGetMultiple($keys, $miss) + { + $results = []; + + foreach ($keys as $key) { + $value = $this->doGet($key, $miss); + if ($value !== $miss) { + $results[$key] = $value; + } + } + + return $results; + } + + /** + * @param array $values + * @param int|null $ttl + * @return bool + */ + public function doSetMultiple($values, $ttl) + { + $success = true; + + foreach ($values as $key => $value) { + $success = $this->doSet($key, $value, $ttl) && $success; + } + + return $success; + } + + /** + * @param array $keys + * @return bool + */ + public function doDeleteMultiple($keys) + { + $success = true; + + foreach ($keys as $key) { + $success = $this->doDelete($key) && $success; + } + + return $success; + } + + /** + * @param string|mixed $key + * @return void + * @throws InvalidArgumentException + */ + protected function validateKey($key) + { + if (!is_string($key)) { + throw new InvalidArgumentException( + sprintf( + 'Cache key must be string, "%s" given', + is_object($key) ? get_class($key) : gettype($key) + ) + ); + } + if (!isset($key[0])) { + throw new InvalidArgumentException('Cache key length must be greater than zero'); + } + if (strlen($key) > 64) { + throw new InvalidArgumentException( + sprintf('Cache key length must be less than 65 characters, key had %d characters', strlen($key)) + ); + } + if (strpbrk($key, '{}()/\@:') !== false) { + throw new InvalidArgumentException( + sprintf('Cache key "%s" contains reserved characters {}()/\@:', $key) + ); + } + } + + /** + * @param array $keys + * @return void + * @throws InvalidArgumentException + */ + protected function validateKeys($keys) + { + if (!$this->validation) { + return; + } + + foreach ($keys as $key) { + $this->validateKey($key); + } + } + + /** + * @param null|int|DateInterval $ttl + * @return int|null + * @throws InvalidArgumentException + */ + protected function convertTtl($ttl) + { + if ($ttl === null) { + return $this->getDefaultLifetime(); + } + + if (is_int($ttl)) { + return $ttl; + } + + if ($ttl instanceof DateInterval) { + $date = DateTime::createFromFormat('U', '0'); + $ttl = $date ? (int)$date->add($ttl)->format('U') : 0; + } + + throw new InvalidArgumentException( + sprintf( + 'Expiration date must be an integer, a DateInterval or null, "%s" given', + is_object($ttl) ? get_class($ttl) : gettype($ttl) + ) + ); + } +} diff --git a/system/src/Grav/Framework/Cache/Exception/CacheException.php b/system/src/Grav/Framework/Cache/Exception/CacheException.php new file mode 100644 index 0000000..4c4b8b9 --- /dev/null +++ b/system/src/Grav/Framework/Cache/Exception/CacheException.php @@ -0,0 +1,21 @@ + + * @implements FileCollectionInterface + */ +class AbstractFileCollection extends AbstractLazyCollection implements FileCollectionInterface +{ + /** @var string */ + protected $path; + /** @var RecursiveDirectoryIterator|RecursiveUniformResourceIterator */ + protected $iterator; + /** @var callable */ + protected $createObjectFunction; + /** @var callable|null */ + protected $filterFunction; + /** @var int */ + protected $flags; + /** @var int */ + protected $nestingLimit; + + /** + * @param string $path + */ + protected function __construct($path) + { + $this->path = $path; + $this->flags = self::INCLUDE_FILES | self::INCLUDE_FOLDERS; + $this->nestingLimit = 0; + $this->createObjectFunction = [$this, 'createObject']; + + $this->setIterator(); + } + + /** + * @return string + */ + public function getPath() + { + return $this->path; + } + + /** + * @param Criteria $criteria + * @return ArrayCollection + * @phpstan-return ArrayCollection + * @todo Implement lazy matching + */ + public function matching(Criteria $criteria) + { + $expr = $criteria->getWhereExpression(); + + $oldFilter = $this->filterFunction; + if ($expr) { + $visitor = new ClosureExpressionVisitor(); + $filter = $visitor->dispatch($expr); + $this->addFilter($filter); + } + + $filtered = $this->doInitializeByIterator($this->iterator, $this->nestingLimit); + $this->filterFunction = $oldFilter; + + if ($orderings = $criteria->getOrderings()) { + $next = null; + /** + * @var string $field + * @var string $ordering + */ + foreach (array_reverse($orderings) as $field => $ordering) { + $next = ClosureExpressionVisitor::sortByField($field, $ordering === Criteria::DESC ? -1 : 1, $next); + } + /** @phpstan-ignore-next-line */ + if (null === $next) { + throw new RuntimeException('Criteria is missing orderings'); + } + + uasort($filtered, $next); + } else { + ksort($filtered); + } + + $offset = $criteria->getFirstResult(); + $length = $criteria->getMaxResults(); + + if ($offset || $length) { + $filtered = array_slice($filtered, (int)$offset, $length); + } + + return new ArrayCollection($filtered); + } + + /** + * @return void + */ + protected function setIterator() + { + $iteratorFlags = RecursiveDirectoryIterator::SKIP_DOTS + FilesystemIterator::UNIX_PATHS + + FilesystemIterator::CURRENT_AS_SELF + FilesystemIterator::FOLLOW_SYMLINKS; + + if (strpos($this->path, '://')) { + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + $this->iterator = $locator->getRecursiveIterator($this->path, $iteratorFlags); + } else { + $this->iterator = new RecursiveDirectoryIterator($this->path, $iteratorFlags); + } + } + + /** + * @param callable $filterFunction + * @return $this + */ + protected function addFilter(callable $filterFunction) + { + if ($this->filterFunction) { + $oldFilterFunction = $this->filterFunction; + $this->filterFunction = function ($expr) use ($oldFilterFunction, $filterFunction) { + return $oldFilterFunction($expr) && $filterFunction($expr); + }; + } else { + $this->filterFunction = $filterFunction; + } + + return $this; + } + + /** + * {@inheritDoc} + */ + protected function doInitialize() + { + $filtered = $this->doInitializeByIterator($this->iterator, $this->nestingLimit); + ksort($filtered); + + $this->collection = new ArrayCollection($filtered); + } + + /** + * @param SeekableIterator $iterator + * @param int $nestingLimit + * @return array + * @phpstan-param SeekableIterator $iterator + */ + protected function doInitializeByIterator(SeekableIterator $iterator, $nestingLimit) + { + $children = []; + $objects = []; + $filter = $this->filterFunction; + $objectFunction = $this->createObjectFunction; + + /** @var RecursiveDirectoryIterator $file */ + foreach ($iterator as $file) { + // Skip files if they shouldn't be included. + if (!($this->flags & static::INCLUDE_FILES) && $file->isFile()) { + continue; + } + + // Apply main filter. + if ($filter && !$filter($file)) { + continue; + } + + // Include children if the recursive flag is set. + if (($this->flags & static::RECURSIVE) && $nestingLimit > 0 && $file->hasChildren()) { + $children[] = $file->getChildren(); + } + + // Skip folders if they shouldn't be included. + if (!($this->flags & static::INCLUDE_FOLDERS) && $file->isDir()) { + continue; + } + + $object = $objectFunction($file); + $objects[$object->key] = $object; + } + + if ($children) { + $objects += $this->doInitializeChildren($children, $nestingLimit - 1); + } + + return $objects; + } + + /** + * @param array $children + * @param int $nestingLimit + * @return array + */ + protected function doInitializeChildren(array $children, $nestingLimit) + { + $objects = []; + foreach ($children as $iterator) { + $objects += $this->doInitializeByIterator($iterator, $nestingLimit); + } + + return $objects; + } + + /** + * @param RecursiveDirectoryIterator $file + * @return object + */ + protected function createObject($file) + { + return (object) [ + 'key' => $file->getSubPathname(), + 'type' => $file->isDir() ? 'folder' : 'file:' . $file->getExtension(), + 'url' => method_exists($file, 'getUrl') ? $file->getUrl() : null, + 'pathname' => $file->getPathname(), + 'mtime' => $file->getMTime() + ]; + } +} diff --git a/system/src/Grav/Framework/Collection/AbstractIndexCollection.php b/system/src/Grav/Framework/Collection/AbstractIndexCollection.php new file mode 100644 index 0000000..1c2da8c --- /dev/null +++ b/system/src/Grav/Framework/Collection/AbstractIndexCollection.php @@ -0,0 +1,574 @@ + + */ +abstract class AbstractIndexCollection implements CollectionInterface +{ + use Serializable; + + /** + * @var array + * @phpstan-var array + */ + private $entries; + + /** + * Initializes a new IndexCollection. + * + * @param array $entries + * @phpstan-param array $entries + */ + public function __construct(array $entries = []) + { + $this->entries = $entries; + } + + /** + * {@inheritDoc} + */ + public function toArray() + { + return $this->loadElements($this->entries); + } + + /** + * {@inheritDoc} + */ + public function first() + { + $value = reset($this->entries); + $key = (string)key($this->entries); + + return $this->loadElement($key, $value); + } + + /** + * {@inheritDoc} + */ + public function last() + { + $value = end($this->entries); + $key = (string)key($this->entries); + + return $this->loadElement($key, $value); + } + + /** + * {@inheritDoc} + */ + #[\ReturnTypeWillChange] + public function key() + { + /** @phpstan-var TKey */ + return (string)key($this->entries); + } + + /** + * {@inheritDoc} + */ + #[\ReturnTypeWillChange] + public function next() + { + $value = next($this->entries); + $key = (string)key($this->entries); + + return $this->loadElement($key, $value); + } + + /** + * {@inheritDoc} + */ + #[\ReturnTypeWillChange] + public function current() + { + $value = current($this->entries); + $key = (string)key($this->entries); + + return $this->loadElement($key, $value); + } + + /** + * {@inheritDoc} + */ + public function remove($key) + { + if (!array_key_exists($key, $this->entries)) { + return null; + } + + $value = $this->entries[$key]; + unset($this->entries[$key]); + + return $this->loadElement((string)$key, $value); + } + + /** + * {@inheritDoc} + */ + public function removeElement($element) + { + $key = $this->isAllowedElement($element) ? $this->getCurrentKey($element) : null; + + if (null !== $key || !isset($this->entries[$key])) { + return false; + } + + unset($this->entries[$key]); + + return true; + } + + /** + * Required by interface ArrayAccess. + * + * @param string|int|null $offset + * @return bool + * @phpstan-param TKey|null $offset + */ + #[\ReturnTypeWillChange] + public function offsetExists($offset) + { + /** @phpstan-ignore-next-line phpstan bug? */ + return $offset !== null ? $this->containsKey($offset) : false; + } + + /** + * Required by interface ArrayAccess. + * + * @param string|int|null $offset + * @return mixed + * @phpstan-param TKey|null $offset + */ + #[\ReturnTypeWillChange] + public function offsetGet($offset) + { + /** @phpstan-ignore-next-line phpstan bug? */ + return $offset !== null ? $this->get($offset) : null; + } + + /** + * Required by interface ArrayAccess. + * + * @param string|int|null $offset + * @param mixed $value + * @return void + * @phpstan-param TKey|null $offset + */ + #[\ReturnTypeWillChange] + public function offsetSet($offset, $value) + { + if (null === $offset) { + $this->add($value); + } else { + /** @phpstan-ignore-next-line phpstan bug? */ + $this->set($offset, $value); + } + } + + /** + * Required by interface ArrayAccess. + * + * @param string|int|null $offset + * @return void + * @phpstan-param TKey|null $offset + */ + #[\ReturnTypeWillChange] + public function offsetUnset($offset) + { + if ($offset !== null) { + /** @phpstan-ignore-next-line phpstan bug? */ + $this->remove($offset); + } + } + + /** + * {@inheritDoc} + */ + public function containsKey($key) + { + return isset($this->entries[$key]) || array_key_exists($key, $this->entries); + } + + /** + * {@inheritDoc} + */ + public function contains($element) + { + $key = $this->isAllowedElement($element) ? $this->getCurrentKey($element) : null; + + return $key && isset($this->entries[$key]); + } + + /** + * {@inheritDoc} + */ + public function exists(Closure $p) + { + return $this->loadCollection($this->entries)->exists($p); + } + + /** + * {@inheritDoc} + */ + public function indexOf($element) + { + $key = $this->isAllowedElement($element) ? $this->getCurrentKey($element) : null; + + return $key && isset($this->entries[$key]) ? $key : false; + } + + /** + * {@inheritDoc} + */ + public function get($key) + { + if (!isset($this->entries[$key])) { + return null; + } + + return $this->loadElement((string)$key, $this->entries[$key]); + } + + /** + * {@inheritDoc} + */ + public function getKeys() + { + return array_keys($this->entries); + } + + /** + * {@inheritDoc} + */ + public function getValues() + { + return array_values($this->loadElements($this->entries)); + } + + /** + * {@inheritDoc} + */ + #[\ReturnTypeWillChange] + public function count() + { + return count($this->entries); + } + + /** + * {@inheritDoc} + */ + public function set($key, $value) + { + if (!$this->isAllowedElement($value)) { + throw new InvalidArgumentException('Invalid argument $value'); + } + + $this->entries[$key] = $this->getElementMeta($value); + } + + /** + * {@inheritDoc} + */ + public function add($element) + { + if (!$this->isAllowedElement($element)) { + throw new InvalidArgumentException('Invalid argument $element'); + } + + $this->entries[$this->getCurrentKey($element)] = $this->getElementMeta($element); + + return true; + } + + /** + * {@inheritDoc} + */ + public function isEmpty() + { + return empty($this->entries); + } + + /** + * Required by interface IteratorAggregate. + * + * {@inheritDoc} + * @phpstan-return Iterator + */ + #[\ReturnTypeWillChange] + public function getIterator() + { + return new ArrayIterator($this->loadElements()); + } + + /** + * {@inheritDoc} + */ + public function map(Closure $func) + { + return $this->loadCollection($this->entries)->map($func); + } + + /** + * {@inheritDoc} + */ + public function filter(Closure $p) + { + return $this->loadCollection($this->entries)->filter($p); + } + + /** + * {@inheritDoc} + */ + public function forAll(Closure $p) + { + return $this->loadCollection($this->entries)->forAll($p); + } + + /** + * {@inheritDoc} + */ + public function partition(Closure $p) + { + return $this->loadCollection($this->entries)->partition($p); + } + + /** + * Returns a string representation of this object. + * + * @return string + */ + #[\ReturnTypeWillChange] + public function __toString() + { + return __CLASS__ . '@' . spl_object_hash($this); + } + + /** + * {@inheritDoc} + */ + public function clear() + { + $this->entries = []; + } + + /** + * {@inheritDoc} + */ + public function slice($offset, $length = null) + { + return $this->loadElements(array_slice($this->entries, $offset, $length, true)); + } + + /** + * @param int $start + * @param int|null $limit + * @return static + * @phpstan-return static + */ + public function limit($start, $limit = null) + { + return $this->createFrom(array_slice($this->entries, $start, $limit, true)); + } + + /** + * Reverse the order of the items. + * + * @return static + * @phpstan-return static + */ + public function reverse() + { + return $this->createFrom(array_reverse($this->entries)); + } + + /** + * Shuffle items. + * + * @return static + * @phpstan-return static + */ + public function shuffle() + { + $keys = $this->getKeys(); + shuffle($keys); + + return $this->createFrom(array_replace(array_flip($keys), $this->entries)); + } + + /** + * Select items from collection. + * + * Collection is returned in the order of $keys given to the function. + * + * @param array $keys + * @return static + * @phpstan-return static + */ + public function select(array $keys) + { + $list = []; + foreach ($keys as $key) { + if (isset($this->entries[$key])) { + $list[$key] = $this->entries[$key]; + } + } + + return $this->createFrom($list); + } + + /** + * Un-select items from collection. + * + * @param array $keys + * @return static + * @phpstan-return static + */ + public function unselect(array $keys) + { + return $this->select(array_diff($this->getKeys(), $keys)); + } + + /** + * Split collection into chunks. + * + * @param int $size Size of each chunk. + * @return array + * @phpstan-return array> + */ + public function chunk($size) + { + /** @phpstan-var array> */ + return $this->loadCollection($this->entries)->chunk($size); + } + + /** + * @return array + */ + public function __serialize(): array + { + return [ + 'entries' => $this->entries + ]; + } + + /** + * @param array $data + * @return void + */ + public function __unserialize(array $data): void + { + $this->entries = $data['entries']; + } + + /** + * Implements JsonSerializable interface. + * + * @return array + */ + #[\ReturnTypeWillChange] + public function jsonSerialize() + { + return $this->loadCollection()->jsonSerialize(); + } + + /** + * Creates a new instance from the specified elements. + * + * This method is provided for derived classes to specify how a new + * instance should be created when constructor semantics have changed. + * + * @param array $entries Elements. + * @return static + * @phpstan-return static + */ + protected function createFrom(array $entries) + { + return new static($entries); + } + + /** + * @return array + */ + protected function getEntries(): array + { + return $this->entries; + } + + /** + * @param array $entries + * @return void + * @phpstan-param array $entries + */ + protected function setEntries(array $entries): void + { + $this->entries = $entries; + } + + /** + * @param FlexObjectInterface $element + * @return string + * @phpstan-param T $element + * @phpstan-return TKey + */ + protected function getCurrentKey($element) + { + return $element->getKey(); + } + + /** + * @param string $key + * @param mixed $value + * @return mixed|null + */ + abstract protected function loadElement($key, $value); + + /** + * @param array|null $entries + * @return array + * @phpstan-return array + */ + abstract protected function loadElements(array $entries = null): array; + + /** + * @param array|null $entries + * @return CollectionInterface + * @phpstan-return C + */ + abstract protected function loadCollection(array $entries = null): CollectionInterface; + + /** + * @param mixed $value + * @return bool + */ + abstract protected function isAllowedElement($value): bool; + + /** + * @param mixed $element + * @return mixed + */ + abstract protected function getElementMeta($element); +} diff --git a/system/src/Grav/Framework/Collection/AbstractLazyCollection.php b/system/src/Grav/Framework/Collection/AbstractLazyCollection.php new file mode 100644 index 0000000..806939c --- /dev/null +++ b/system/src/Grav/Framework/Collection/AbstractLazyCollection.php @@ -0,0 +1,97 @@ + + * @implements CollectionInterface + */ +abstract class AbstractLazyCollection extends BaseAbstractLazyCollection implements CollectionInterface +{ + /** + * @par ArrayCollection + * @phpstan-var ArrayCollection + */ + protected $collection; + + /** + * {@inheritDoc} + * @phpstan-return ArrayCollection + */ + public function reverse() + { + $this->initialize(); + + return $this->collection->reverse(); + } + + /** + * {@inheritDoc} + * @phpstan-return ArrayCollection + */ + public function shuffle() + { + $this->initialize(); + + return $this->collection->shuffle(); + } + + /** + * {@inheritDoc} + */ + public function chunk($size) + { + $this->initialize(); + + return $this->collection->chunk($size); + } + + /** + * {@inheritDoc} + * @phpstan-param array $keys + * @phpstan-return ArrayCollection + */ + public function select(array $keys) + { + $this->initialize(); + + return $this->collection->select($keys); + } + + /** + * {@inheritDoc} + * @phpstan-param array $keys + * @phpstan-return ArrayCollection + */ + public function unselect(array $keys) + { + $this->initialize(); + + return $this->collection->unselect($keys); + } + + /** + * @return array + */ + #[\ReturnTypeWillChange] + public function jsonSerialize() + { + $this->initialize(); + + return $this->collection->jsonSerialize(); + } +} diff --git a/system/src/Grav/Framework/Collection/ArrayCollection.php b/system/src/Grav/Framework/Collection/ArrayCollection.php new file mode 100644 index 0000000..7d8c7ac --- /dev/null +++ b/system/src/Grav/Framework/Collection/ArrayCollection.php @@ -0,0 +1,117 @@ + + * @implements CollectionInterface + */ +class ArrayCollection extends BaseArrayCollection implements CollectionInterface +{ + /** + * Reverse the order of the items. + * + * @return static + * @phpstan-return static + */ + public function reverse() + { + $keys = array_reverse($this->toArray()); + + /** @phpstan-var static */ + return $this->createFrom($keys); + } + + /** + * Shuffle items. + * + * @return static + * @phpstan-return static + */ + public function shuffle() + { + $keys = $this->getKeys(); + shuffle($keys); + $keys = array_replace(array_flip($keys), $this->toArray()); + + /** @phpstan-var static */ + return $this->createFrom($keys); + } + + /** + * Split collection into chunks. + * + * @param int $size Size of each chunk. + * @return array + * @phpstan-return array> + */ + public function chunk($size) + { + /** @phpstan-var array> */ + return array_chunk($this->toArray(), $size, true); + } + + /** + * Select items from collection. + * + * Collection is returned in the order of $keys given to the function. + * + * @param array $keys + * @return static + * @phpstan-param TKey[] $keys + * @phpstan-return static + */ + public function select(array $keys) + { + $list = []; + foreach ($keys as $key) { + if ($this->containsKey($key)) { + $list[$key] = $this->get($key); + } + } + + /** @phpstan-var static */ + return $this->createFrom($list); + } + + /** + * Un-select items from collection. + * + * @param array $keys + * @return static + * @phpstan-param TKey[] $keys + * @phpstan-return static + */ + public function unselect(array $keys) + { + $list = array_diff($this->getKeys(), $keys); + + /** @phpstan-var static */ + return $this->select($list); + } + + /** + * Implements JsonSerializable interface. + * + * @return array + */ + #[\ReturnTypeWillChange] + public function jsonSerialize() + { + return $this->toArray(); + } +} diff --git a/system/src/Grav/Framework/Collection/CollectionInterface.php b/system/src/Grav/Framework/Collection/CollectionInterface.php new file mode 100644 index 0000000..d112057 --- /dev/null +++ b/system/src/Grav/Framework/Collection/CollectionInterface.php @@ -0,0 +1,69 @@ + + */ +interface CollectionInterface extends Collection, JsonSerializable +{ + /** + * Reverse the order of the items. + * + * @return CollectionInterface + * @phpstan-return static + */ + public function reverse(); + + /** + * Shuffle items. + * + * @return CollectionInterface + * @phpstan-return static + */ + public function shuffle(); + + /** + * Split collection into chunks. + * + * @param int $size Size of each chunk. + * @return array + * @phpstan-return array> + */ + public function chunk($size); + + /** + * Select items from collection. + * + * Collection is returned in the order of $keys given to the function. + * + * @param array $keys + * @return CollectionInterface + * @phpstan-return static + */ + public function select(array $keys); + + /** + * Un-select items from collection. + * + * @param array $keys + * @return CollectionInterface + * @phpstan-return static + */ + public function unselect(array $keys); +} diff --git a/system/src/Grav/Framework/Collection/FileCollection.php b/system/src/Grav/Framework/Collection/FileCollection.php new file mode 100644 index 0000000..8fe254d --- /dev/null +++ b/system/src/Grav/Framework/Collection/FileCollection.php @@ -0,0 +1,97 @@ + + */ +class FileCollection extends AbstractFileCollection +{ + /** + * @param string $path + * @param int $flags + */ + public function __construct($path, $flags = null) + { + parent::__construct($path); + + $this->flags = (int)($flags ?: self::INCLUDE_FILES | self::INCLUDE_FOLDERS | self::RECURSIVE); + + $this->setIterator(); + $this->setFilter(); + $this->setObjectBuilder(); + $this->setNestingLimit(); + } + + /** + * @return int + */ + public function getFlags() + { + return $this->flags; + } + + /** + * @return int + */ + public function getNestingLimit() + { + return $this->nestingLimit; + } + + /** + * @param int $limit + * @return $this + */ + public function setNestingLimit($limit = 99) + { + $this->nestingLimit = (int) $limit; + + return $this; + } + + /** + * @param callable|null $filterFunction + * @return $this + */ + public function setFilter(callable $filterFunction = null) + { + $this->filterFunction = $filterFunction; + + return $this; + } + + /** + * @param callable $filterFunction + * @return $this + */ + public function addFilter(callable $filterFunction) + { + parent::addFilter($filterFunction); + + return $this; + } + + /** + * @param callable|null $objectFunction + * @return $this + */ + public function setObjectBuilder(callable $objectFunction = null) + { + $this->createObjectFunction = $objectFunction ?: [$this, 'createObject']; + + return $this; + } +} diff --git a/system/src/Grav/Framework/Collection/FileCollectionInterface.php b/system/src/Grav/Framework/Collection/FileCollectionInterface.php new file mode 100644 index 0000000..92ac164 --- /dev/null +++ b/system/src/Grav/Framework/Collection/FileCollectionInterface.php @@ -0,0 +1,33 @@ + + * @extends Selectable + */ +interface FileCollectionInterface extends CollectionInterface, Selectable +{ + public const INCLUDE_FILES = 1; + public const INCLUDE_FOLDERS = 2; + public const RECURSIVE = 4; + + /** + * @return string + */ + public function getPath(); +} diff --git a/system/src/Grav/Framework/Compat/Serializable.php b/system/src/Grav/Framework/Compat/Serializable.php new file mode 100644 index 0000000..a060fef --- /dev/null +++ b/system/src/Grav/Framework/Compat/Serializable.php @@ -0,0 +1,47 @@ +__serialize()); + } + + /** + * @param string $serialized + * @return void + */ + final public function unserialize($serialized): void + { + $this->__unserialize(unserialize($serialized, ['allowed_classes' => $this->getUnserializeAllowedClasses()])); + } + + /** + * @return array|bool + */ + protected function getUnserializeAllowedClasses() + { + return false; + } +} diff --git a/system/src/Grav/Framework/ContentBlock/ContentBlock.php b/system/src/Grav/Framework/ContentBlock/ContentBlock.php new file mode 100644 index 0000000..3ba8abe --- /dev/null +++ b/system/src/Grav/Framework/ContentBlock/ContentBlock.php @@ -0,0 +1,303 @@ +setContent('my inner content'); + * $outerBlock = ContentBlock::create(); + * $outerBlock->setContent(sprintf('Inside my outer block I have %s.', $innerBlock->getToken())); + * $outerBlock->addBlock($innerBlock); + * echo $outerBlock; + * + * @package Grav\Framework\ContentBlock + */ +class ContentBlock implements ContentBlockInterface +{ + use Serializable; + + /** @var int */ + protected $version = 1; + /** @var string */ + protected $id; + /** @var string */ + protected $tokenTemplate = '@@BLOCK-%s@@'; + /** @var string */ + protected $content = ''; + /** @var array */ + protected $blocks = []; + /** @var string */ + protected $checksum; + /** @var bool */ + protected $cached = true; + + /** + * @param string|null $id + * @return static + */ + public static function create($id = null) + { + return new static($id); + } + + /** + * @param array $serialized + * @return ContentBlockInterface + * @throws InvalidArgumentException + */ + public static function fromArray(array $serialized) + { + try { + $type = $serialized['_type'] ?? null; + $id = $serialized['id'] ?? null; + + if (!$type || !$id || !is_a($type, ContentBlockInterface::class, true)) { + throw new InvalidArgumentException('Bad data'); + } + + /** @var ContentBlockInterface $instance */ + $instance = new $type($id); + $instance->build($serialized); + } catch (Exception $e) { + throw new InvalidArgumentException(sprintf('Cannot unserialize Block: %s', $e->getMessage()), $e->getCode(), $e); + } + + return $instance; + } + + /** + * Block constructor. + * + * @param string|null $id + */ + public function __construct($id = null) + { + $this->id = $id ? (string) $id : $this->generateId(); + } + + /** + * @return string + */ + public function getId() + { + return $this->id; + } + + /** + * @return string + */ + public function getToken() + { + return sprintf($this->tokenTemplate, $this->getId()); + } + + /** + * @return array + */ + public function toArray() + { + $blocks = []; + /** @var ContentBlockInterface $block */ + foreach ($this->blocks as $block) { + $blocks[$block->getId()] = $block->toArray(); + } + + $array = [ + '_type' => get_class($this), + '_version' => $this->version, + 'id' => $this->id, + 'cached' => $this->cached + ]; + + if ($this->checksum) { + $array['checksum'] = $this->checksum; + } + + if ($this->content) { + $array['content'] = $this->content; + } + + if ($blocks) { + $array['blocks'] = $blocks; + } + + return $array; + } + + /** + * @return string + */ + public function toString() + { + if (!$this->blocks) { + return (string) $this->content; + } + + $tokens = []; + $replacements = []; + foreach ($this->blocks as $block) { + $tokens[] = $block->getToken(); + $replacements[] = $block->toString(); + } + + return str_replace($tokens, $replacements, (string) $this->content); + } + + /** + * @return string + */ + #[\ReturnTypeWillChange] + public function __toString() + { + try { + return $this->toString(); + } catch (Exception $e) { + return sprintf('Error while rendering block: %s', $e->getMessage()); + } + } + + /** + * @param array $serialized + * @return void + * @throws RuntimeException + */ + public function build(array $serialized) + { + $this->checkVersion($serialized); + + $this->id = $serialized['id'] ?? $this->generateId(); + $this->checksum = $serialized['checksum'] ?? null; + $this->cached = $serialized['cached'] ?? null; + + if (isset($serialized['content'])) { + $this->setContent($serialized['content']); + } + + $blocks = isset($serialized['blocks']) ? (array) $serialized['blocks'] : []; + foreach ($blocks as $block) { + $this->addBlock(self::fromArray($block)); + } + } + + /** + * @return bool + */ + public function isCached() + { + if (!$this->cached) { + return false; + } + + foreach ($this->blocks as $block) { + if (!$block->isCached()) { + return false; + } + } + + return true; + } + + /** + * @return $this + */ + public function disableCache() + { + $this->cached = false; + + return $this; + } + + /** + * @param string $checksum + * @return $this + */ + public function setChecksum($checksum) + { + $this->checksum = $checksum; + + return $this; + } + + /** + * @return string + */ + public function getChecksum() + { + return $this->checksum; + } + + /** + * @param string $content + * @return $this + */ + public function setContent($content) + { + $this->content = $content; + + return $this; + } + + /** + * @param ContentBlockInterface $block + * @return $this + */ + public function addBlock(ContentBlockInterface $block) + { + $this->blocks[$block->getId()] = $block; + + return $this; + } + + /** + * @return array + */ + final public function __serialize(): array + { + return $this->toArray(); + } + + /** + * @param array $data + * @return void + */ + final public function __unserialize(array $data): void + { + $this->build($data); + } + + /** + * @return string + */ + protected function generateId() + { + return uniqid('', true); + } + + /** + * @param array $serialized + * @return void + * @throws RuntimeException + */ + protected function checkVersion(array $serialized) + { + $version = isset($serialized['_version']) ? (int) $serialized['_version'] : 1; + if ($version !== $this->version) { + throw new RuntimeException(sprintf('Unsupported version %s', $version)); + } + } +} diff --git a/system/src/Grav/Framework/ContentBlock/ContentBlockInterface.php b/system/src/Grav/Framework/ContentBlock/ContentBlockInterface.php new file mode 100644 index 0000000..0a18cd0 --- /dev/null +++ b/system/src/Grav/Framework/ContentBlock/ContentBlockInterface.php @@ -0,0 +1,90 @@ +getAssetsFast(); + + $this->sortAssets($assets['styles']); + $this->sortAssets($assets['scripts']); + $this->sortAssets($assets['links']); + $this->sortAssets($assets['html']); + + return $assets; + } + + /** + * @return array + */ + public function getFrameworks() + { + $assets = $this->getAssetsFast(); + + return array_keys($assets['frameworks']); + } + + /** + * @param string $location + * @return array + */ + public function getStyles($location = 'head') + { + return $this->getAssetsInLocation('styles', $location); + } + + /** + * @param string $location + * @return array + */ + public function getScripts($location = 'head') + { + return $this->getAssetsInLocation('scripts', $location); + } + + /** + * @param string $location + * @return array + */ + public function getLinks($location = 'head') + { + return $this->getAssetsInLocation('links', $location); + } + + /** + * @param string $location + * @return array + */ + public function getHtml($location = 'bottom') + { + return $this->getAssetsInLocation('html', $location); + } + + /** + * @return array + */ + public function toArray() + { + $array = parent::toArray(); + + if ($this->frameworks) { + $array['frameworks'] = $this->frameworks; + } + if ($this->styles) { + $array['styles'] = $this->styles; + } + if ($this->scripts) { + $array['scripts'] = $this->scripts; + } + if ($this->links) { + $array['links'] = $this->links; + } + if ($this->html) { + $array['html'] = $this->html; + } + + return $array; + } + + /** + * @param array $serialized + * @return void + * @throws RuntimeException + */ + public function build(array $serialized) + { + parent::build($serialized); + + $this->frameworks = isset($serialized['frameworks']) ? (array) $serialized['frameworks'] : []; + $this->styles = isset($serialized['styles']) ? (array) $serialized['styles'] : []; + $this->scripts = isset($serialized['scripts']) ? (array) $serialized['scripts'] : []; + $this->links = isset($serialized['links']) ? (array) $serialized['links'] : []; + $this->html = isset($serialized['html']) ? (array) $serialized['html'] : []; + } + + /** + * @param string $framework + * @return $this + */ + public function addFramework($framework) + { + $this->frameworks[$framework] = 1; + + return $this; + } + + /** + * @param string|array $element + * @param int $priority + * @param string $location + * @return bool + * + * @example $block->addStyle('assets/js/my.js'); + * @example $block->addStyle(['href' => 'assets/js/my.js', 'media' => 'screen']); + */ + public function addStyle($element, $priority = 0, $location = 'head') + { + if (!is_array($element)) { + $element = ['href' => (string) $element]; + } + if (empty($element['href'])) { + return false; + } + if (!isset($this->styles[$location])) { + $this->styles[$location] = []; + } + + $id = !empty($element['id']) ? ['id' => (string) $element['id']] : []; + $href = $element['href']; + $type = !empty($element['type']) ? (string) $element['type'] : 'text/css'; + $media = !empty($element['media']) ? (string) $element['media'] : null; + unset( + $element['tag'], + $element['id'], + $element['rel'], + $element['content'], + $element['href'], + $element['type'], + $element['media'] + ); + + $this->styles[$location][md5($href) . sha1($href)] = [ + ':type' => 'file', + ':priority' => (int) $priority, + 'href' => $href, + 'type' => $type, + 'media' => $media, + 'element' => $element + ] + $id; + + return true; + } + + /** + * @param string|array $element + * @param int $priority + * @param string $location + * @return bool + */ + public function addInlineStyle($element, $priority = 0, $location = 'head') + { + if (!is_array($element)) { + $element = ['content' => (string) $element]; + } + if (empty($element['content'])) { + return false; + } + if (!isset($this->styles[$location])) { + $this->styles[$location] = []; + } + + $content = (string) $element['content']; + $type = !empty($element['type']) ? (string) $element['type'] : 'text/css'; + + unset($element['content'], $element['type']); + + $this->styles[$location][md5($content) . sha1($content)] = [ + ':type' => 'inline', + ':priority' => (int) $priority, + 'content' => $content, + 'type' => $type, + 'element' => $element + ]; + + return true; + } + + /** + * @param string|array $element + * @param int $priority + * @param string $location + * @return bool + */ + public function addScript($element, $priority = 0, $location = 'head') + { + if (!is_array($element)) { + $element = ['src' => (string) $element]; + } + if (empty($element['src'])) { + return false; + } + if (!isset($this->scripts[$location])) { + $this->scripts[$location] = []; + } + + $src = $element['src']; + $type = !empty($element['type']) ? (string) $element['type'] : 'text/javascript'; + $loading = !empty($element['loading']) ? (string) $element['loading'] : null; + $defer = !empty($element['defer']); + $async = !empty($element['async']); + $handle = !empty($element['handle']) ? (string) $element['handle'] : ''; + + unset($element['src'], $element['type'], $element['loading'], $element['defer'], $element['async'], $element['handle']); + + $this->scripts[$location][md5($src) . sha1($src)] = [ + ':type' => 'file', + ':priority' => (int) $priority, + 'src' => $src, + 'type' => $type, + 'loading' => $loading, + 'defer' => $defer, + 'async' => $async, + 'handle' => $handle, + 'element' => $element + ]; + + return true; + } + + /** + * @param string|array $element + * @param int $priority + * @param string $location + * @return bool + */ + public function addInlineScript($element, $priority = 0, $location = 'head') + { + if (!is_array($element)) { + $element = ['content' => (string) $element]; + } + if (empty($element['content'])) { + return false; + } + if (!isset($this->scripts[$location])) { + $this->scripts[$location] = []; + } + + $content = (string) $element['content']; + $type = !empty($element['type']) ? (string) $element['type'] : 'text/javascript'; + $loading = !empty($element['loading']) ? (string) $element['loading'] : null; + + unset($element['content'], $element['type'], $element['loading']); + + $this->scripts[$location][md5($content) . sha1($content)] = [ + ':type' => 'inline', + ':priority' => (int) $priority, + 'content' => $content, + 'type' => $type, + 'loading' => $loading, + 'element' => $element + ]; + + return true; + } + + /** + * @param string|array $element + * @param int $priority + * @param string $location + * @return bool + */ + public function addModule($element, $priority = 0, $location = 'head') + { + if (!is_array($element)) { + $element = ['src' => (string) $element]; + } + + $element['type'] = 'module'; + + return $this->addScript($element, $priority, $location); + } + + /** + * @param string|array $element + * @param int $priority + * @param string $location + * @return bool + */ + public function addInlineModule($element, $priority = 0, $location = 'head') + { + if (!is_array($element)) { + $element = ['content' => (string) $element]; + } + + $element['type'] = 'module'; + + return $this->addInlineScript($element, $priority, $location); + } + + /** + * @param array $element + * @param int $priority + * @param string $location + * @return bool + */ + public function addLink($element, $priority = 0, $location = 'head') + { + if (!is_array($element) || empty($element['rel']) || empty($element['href'])) { + return false; + } + + if (!isset($this->links[$location])) { + $this->links[$location] = []; + } + + $rel = (string) $element['rel']; + $href = (string) $element['href']; + + unset($element['rel'], $element['href']); + + $this->links[$location][md5($href) . sha1($href)] = [ + ':type' => 'file', + ':priority' => (int) $priority, + 'href' => $href, + 'rel' => $rel, + 'element' => $element, + ]; + + return true; + } + + /** + * @param string $html + * @param int $priority + * @param string $location + * @return bool + */ + public function addHtml($html, $priority = 0, $location = 'bottom') + { + if (empty($html) || !is_string($html)) { + return false; + } + if (!isset($this->html[$location])) { + $this->html[$location] = []; + } + + $this->html[$location][md5($html) . sha1($html)] = [ + ':priority' => (int) $priority, + 'html' => $html + ]; + + return true; + } + + /** + * @return array + */ + protected function getAssetsFast() + { + $assets = [ + 'frameworks' => $this->frameworks, + 'styles' => $this->styles, + 'scripts' => $this->scripts, + 'links' => $this->links, + 'html' => $this->html + ]; + + foreach ($this->blocks as $block) { + if ($block instanceof self) { + $blockAssets = $block->getAssetsFast(); + $assets['frameworks'] += $blockAssets['frameworks']; + + foreach ($blockAssets['styles'] as $location => $styles) { + if (!isset($assets['styles'][$location])) { + $assets['styles'][$location] = $styles; + } elseif ($styles) { + $assets['styles'][$location] += $styles; + } + } + + foreach ($blockAssets['scripts'] as $location => $scripts) { + if (!isset($assets['scripts'][$location])) { + $assets['scripts'][$location] = $scripts; + } elseif ($scripts) { + $assets['scripts'][$location] += $scripts; + } + } + + foreach ($blockAssets['links'] as $location => $links) { + if (!isset($assets['links'][$location])) { + $assets['links'][$location] = $links; + } elseif ($links) { + $assets['links'][$location] += $links; + } + } + + foreach ($blockAssets['html'] as $location => $htmls) { + if (!isset($assets['html'][$location])) { + $assets['html'][$location] = $htmls; + } elseif ($htmls) { + $assets['html'][$location] += $htmls; + } + } + } + } + + return $assets; + } + + /** + * @param string $type + * @param string $location + * @return array + */ + protected function getAssetsInLocation($type, $location) + { + $assets = $this->getAssetsFast(); + + if (empty($assets[$type][$location])) { + return []; + } + + $styles = $assets[$type][$location]; + $this->sortAssetsInLocation($styles); + + return $styles; + } + + /** + * @param array $items + * @return void + */ + protected function sortAssetsInLocation(array &$items) + { + $count = 0; + foreach ($items as &$item) { + $item[':order'] = ++$count; + } + unset($item); + + uasort( + $items, + static function ($a, $b) { + return $a[':priority'] <=> $b[':priority'] ?: $a[':order'] <=> $b[':order']; + } + ); + } + + /** + * @param array $array + * @return void + */ + protected function sortAssets(array &$array) + { + foreach ($array as &$items) { + $this->sortAssetsInLocation($items); + } + } +} diff --git a/system/src/Grav/Framework/ContentBlock/HtmlBlockInterface.php b/system/src/Grav/Framework/ContentBlock/HtmlBlockInterface.php new file mode 100644 index 0000000..f619607 --- /dev/null +++ b/system/src/Grav/Framework/ContentBlock/HtmlBlockInterface.php @@ -0,0 +1,130 @@ +addStyle('assets/js/my.js'); + * @example $block->addStyle(['href' => 'assets/js/my.js', 'media' => 'screen']); + */ + public function addStyle($element, $priority = 0, $location = 'head'); + + /** + * @param string|array $element + * @param int $priority + * @param string $location + * @return bool + */ + public function addInlineStyle($element, $priority = 0, $location = 'head'); + + /** + * @param string|array $element + * @param int $priority + * @param string $location + * @return bool + */ + public function addScript($element, $priority = 0, $location = 'head'); + + /** + * @param string|array $element + * @param int $priority + * @param string $location + * @return bool + */ + public function addInlineScript($element, $priority = 0, $location = 'head'); + + + /** + * Shortcut for writing addScript(['type' => 'module', 'src' => ...]). + * + * @param string|array $element + * @param int $priority + * @param string $location + * @return bool + */ + public function addModule($element, $priority = 0, $location = 'head'); + + /** + * Shortcut for writing addInlineScript(['type' => 'module', 'content' => ...]). + * + * @param string|array $element + * @param int $priority + * @param string $location + * @return bool + */ + public function addInlineModule($element, $priority = 0, $location = 'head'); + + /** + * @param array $element + * @param int $priority + * @param string $location + * @return bool + */ + public function addLink($element, $priority = 0, $location = 'head'); + + /** + * @param string $html + * @param int $priority + * @param string $location + * @return bool + */ + public function addHtml($html, $priority = 0, $location = 'bottom'); +} diff --git a/system/src/Grav/Framework/Contracts/Media/MediaObjectInterface.php b/system/src/Grav/Framework/Contracts/Media/MediaObjectInterface.php new file mode 100644 index 0000000..75b80f0 --- /dev/null +++ b/system/src/Grav/Framework/Contracts/Media/MediaObjectInterface.php @@ -0,0 +1,52 @@ +|ArrayAccess + * @phpstan-pure + */ + public function getIdentifierMeta(); +} diff --git a/system/src/Grav/Framework/Contracts/Relationships/RelationshipInterface.php b/system/src/Grav/Framework/Contracts/Relationships/RelationshipInterface.php new file mode 100644 index 0000000..c0a7edf --- /dev/null +++ b/system/src/Grav/Framework/Contracts/Relationships/RelationshipInterface.php @@ -0,0 +1,81 @@ + + */ +interface RelationshipInterface extends Countable, IteratorAggregate, JsonSerializable, Serializable +{ + /** + * @return string + * @phpstan-pure + */ + public function getName(): string; + + /** + * @return string + * @phpstan-pure + */ + public function getType(): string; + + /** + * @return bool + * @phpstan-pure + */ + public function isModified(): bool; + + /** + * @return string + * @phpstan-pure + */ + public function getCardinality(): string; + + /** + * @return P + * @phpstan-pure + */ + public function getParent(): IdentifierInterface; + + /** + * @param string $id + * @param string|null $type + * @return bool + * @phpstan-pure + */ + public function has(string $id, string $type = null): bool; + + /** + * @param T $identifier + * @return bool + * @phpstan-pure + */ + public function hasIdentifier(IdentifierInterface $identifier): bool; + + /** + * @param T $identifier + * @return bool + */ + public function addIdentifier(IdentifierInterface $identifier): bool; + + /** + * @param T|null $identifier + * @return bool + */ + public function removeIdentifier(IdentifierInterface $identifier = null): bool; + + /** + * @return iterable + */ + public function getIterator(): iterable; +} diff --git a/system/src/Grav/Framework/Contracts/Relationships/RelationshipsInterface.php b/system/src/Grav/Framework/Contracts/Relationships/RelationshipsInterface.php new file mode 100644 index 0000000..4bd90a3 --- /dev/null +++ b/system/src/Grav/Framework/Contracts/Relationships/RelationshipsInterface.php @@ -0,0 +1,53 @@ +> + * @extends Iterator> + */ +interface RelationshipsInterface extends Countable, ArrayAccess, Iterator, JsonSerializable +{ + /** + * @return bool + * @phpstan-pure + */ + public function isModified(): bool; + + /** + * @return array + */ + public function getModified(): array; + + /** + * @return int + * @phpstan-pure + */ + public function count(): int; + + /** + * @param string $offset + * @return RelationshipInterface|null + */ + public function offsetGet($offset): ?RelationshipInterface; + + /** + * @return RelationshipInterface|null + */ + public function current(): ?RelationshipInterface; + + /** + * @return string + * @phpstan-pure + */ + public function key(): string; +} diff --git a/system/src/Grav/Framework/Contracts/Relationships/ToManyRelationshipInterface.php b/system/src/Grav/Framework/Contracts/Relationships/ToManyRelationshipInterface.php new file mode 100644 index 0000000..723bef6 --- /dev/null +++ b/system/src/Grav/Framework/Contracts/Relationships/ToManyRelationshipInterface.php @@ -0,0 +1,55 @@ + + */ +interface ToManyRelationshipInterface extends RelationshipInterface +{ + /** + * @param positive-int $pos + * @return IdentifierInterface|null + */ + public function getNthIdentifier(int $pos): ?IdentifierInterface; + + /** + * @param string $id + * @param string|null $type + * @return T|null + * @phpstan-pure + */ + public function getIdentifier(string $id, string $type = null): ?IdentifierInterface; + + /** + * @param string $id + * @param string|null $type + * @return T|null + * @phpstan-pure + */ + public function getObject(string $id, string $type = null): ?object; + + /** + * @param iterable $identifiers + * @return bool + */ + public function addIdentifiers(iterable $identifiers): bool; + + /** + * @param iterable $identifiers + * @return bool + */ + public function replaceIdentifiers(iterable $identifiers): bool; + + /** + * @param iterable $identifiers + * @return bool + */ + public function removeIdentifiers(iterable $identifiers): bool; +} diff --git a/system/src/Grav/Framework/Contracts/Relationships/ToOneRelationshipInterface.php b/system/src/Grav/Framework/Contracts/Relationships/ToOneRelationshipInterface.php new file mode 100644 index 0000000..0e6aeb9 --- /dev/null +++ b/system/src/Grav/Framework/Contracts/Relationships/ToOneRelationshipInterface.php @@ -0,0 +1,37 @@ + + */ +interface ToOneRelationshipInterface extends RelationshipInterface +{ + /** + * @param string|null $id + * @param string|null $type + * @return T|null + * @phpstan-pure + */ + public function getIdentifier(string $id = null, string $type = null): ?IdentifierInterface; + + /** + * @param string|null $id + * @param string|null $type + * @return T|null + * @phpstan-pure + */ + public function getObject(string $id = null, string $type = null): ?object; + + /** + * @param T|null $identifier + * @return bool + */ + public function replaceIdentifier(IdentifierInterface $identifier = null): bool; +} diff --git a/system/src/Grav/Framework/Controller/Traits/ControllerResponseTrait.php b/system/src/Grav/Framework/Controller/Traits/ControllerResponseTrait.php new file mode 100644 index 0000000..0840283 --- /dev/null +++ b/system/src/Grav/Framework/Controller/Traits/ControllerResponseTrait.php @@ -0,0 +1,307 @@ + 599) { + $code = 500; + } + $headers = $headers ?? []; + + return new Response($code, $headers, $content); + } + + /** + * @param array $content + * @param int|null $code + * @param array|null $headers + * @return Response + */ + protected function createJsonResponse(array $content, int $code = null, array $headers = null): ResponseInterface + { + $code = $code ?? $content['code'] ?? 200; + if (null === $code || $code < 100 || $code > 599) { + $code = 200; + } + $headers = ($headers ?? []) + [ + 'Content-Type' => 'application/json', + 'Cache-Control' => 'no-store, max-age=0' + ]; + + return new Response($code, $headers, json_encode($content)); + } + + /** + * @param string $filename + * @param string|resource|StreamInterface $resource + * @param array|null $headers + * @param array|null $options + * @return ResponseInterface + */ + protected function createDownloadResponse(string $filename, $resource, array $headers = null, array $options = null): ResponseInterface + { + // Required for IE, otherwise Content-Disposition may be ignored + if (ini_get('zlib.output_compression')) { + @ini_set('zlib.output_compression', 'Off'); + } + + $headers = $headers ?? []; + $options = $options ?? ['force_download' => true]; + + $file_parts = Utils::pathinfo($filename); + + if (!isset($headers['Content-Type'])) { + $mimetype = Utils::getMimeByExtension($file_parts['extension']); + + $headers['Content-Type'] = $mimetype; + } + + // TODO: add multipart download support. + //$headers['Accept-Ranges'] = 'bytes'; + + if (!empty($options['force_download'])) { + $headers['Content-Disposition'] = 'attachment; filename="' . $file_parts['basename'] . '"'; + } + + if (!isset($headers['Content-Length'])) { + $realpath = realpath($filename); + if ($realpath) { + $headers['Content-Length'] = filesize($realpath); + } + } + + $headers += [ + 'Expires' => 'Mon, 26 Jul 1997 05:00:00 GMT', + 'Last-Modified' => gmdate('D, d M Y H:i:s') . ' GMT', + 'Cache-Control' => 'no-store, no-cache, must-revalidate', + 'Pragma' => 'no-cache' + ]; + + return new Response(200, $headers, $resource); + } + + /** + * @param string $url + * @param int|null $code + * @return Response + */ + protected function createRedirectResponse(string $url, int $code = null): ResponseInterface + { + if (null === $code || $code < 301 || $code > 307) { + $code = (int)$this->getConfig()->get('system.pages.redirect_default_code', 302); + } + + $ext = Utils::pathinfo($url, PATHINFO_EXTENSION); + $accept = $this->getAccept(['application/json', 'text/html']); + if ($ext === 'json' || $accept === 'application/json') { + return $this->createJsonResponse(['code' => $code, 'status' => 'redirect', 'redirect' => $url]); + } + + return new Response($code, ['Location' => $url]); + } + + /** + * @param Throwable $e + * @return ResponseInterface + */ + protected function createErrorResponse(Throwable $e): ResponseInterface + { + $response = $this->getErrorJson($e); + $message = $response['message']; + $code = $response['code']; + $reason = $e instanceof RequestException ? $e->getHttpReason() : null; + $accept = $this->getAccept(['application/json', 'text/html']); + + $request = $this->getRequest(); + $context = $request->getAttributes(); + + /** @var Route $route */ + $route = $context['route'] ?? null; + + $ext = $route ? $route->getExtension() : null; + if ($ext !== 'json' && $accept === 'text/html') { + $method = $request->getMethod(); + + // On POST etc, redirect back to the previous page. + if ($method !== 'GET' && $method !== 'HEAD') { + $this->setMessage($message, 'error'); + $referer = $request->getHeaderLine('Referer'); + + return $this->createRedirectResponse($referer, 303); + } + + // TODO: improve error page + return $this->createHtmlResponse($response['message'], $code); + } + + return new Response($code, ['Content-Type' => 'application/json'], json_encode($response), '1.1', $reason); + } + + /** + * @param Throwable $e + * @return ResponseInterface + */ + protected function createJsonErrorResponse(Throwable $e): ResponseInterface + { + $response = $this->getErrorJson($e); + $reason = $e instanceof RequestException ? $e->getHttpReason() : null; + + return new Response($response['code'], ['Content-Type' => 'application/json'], json_encode($response), '1.1', $reason); + } + + /** + * @param Throwable $e + * @return array + */ + protected function getErrorJson(Throwable $e): array + { + $code = $this->getErrorCode($e instanceof RequestException ? $e->getHttpCode() : $e->getCode()); + if ($e instanceof ValidationException) { + $message = $e->getMessage(); + } else { + $message = htmlspecialchars($e->getMessage(), ENT_QUOTES | ENT_HTML5, 'UTF-8'); + } + + $extra = $e instanceof JsonSerializable ? $e->jsonSerialize() : []; + + $response = [ + 'code' => $code, + 'status' => 'error', + 'message' => $message, + 'redirect' => null, + 'error' => [ + 'code' => $code, + 'message' => $message + ] + $extra + ]; + + /** @var Debugger $debugger */ + $debugger = Grav::instance()['debugger']; + if ($debugger->enabled()) { + $response['error'] += [ + 'type' => get_class($e), + 'file' => $e->getFile(), + 'line' => $e->getLine(), + 'trace' => explode("\n", $e->getTraceAsString()) + ]; + } + + return $response; + } + + /** + * @param int $code + * @return int + */ + protected function getErrorCode(int $code): int + { + static $errorCodes = [ + 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, + 422, 423, 424, 425, 426, 428, 429, 431, 451, 500, 501, 502, 503, 504, 505, 506, 507, 508, 511 + ]; + + if (!in_array($code, $errorCodes, true)) { + $code = 500; + } + + return $code; + } + + /** + * @param array $compare + * @return mixed + */ + protected function getAccept(array $compare) + { + $accepted = []; + foreach ($this->getRequest()->getHeader('Accept') as $accept) { + foreach (explode(',', $accept) as $item) { + if (!$item) { + continue; + } + + $split = explode(';q=', $item); + $mime = array_shift($split); + $priority = array_shift($split) ?? 1.0; + + $accepted[$mime] = $priority; + } + } + + arsort($accepted); + + // TODO: add support for image/* etc + $list = array_intersect($compare, array_keys($accepted)); + if (!$list && (isset($accepted['*/*']) || isset($accepted['*']))) { + return reset($compare); + } + + return reset($list); + } + + /** + * @return ServerRequestInterface + */ + abstract protected function getRequest(): ServerRequestInterface; + + /** + * @param string $message + * @param string $type + * @return $this + */ + abstract protected function setMessage(string $message, string $type = 'info'); + + /** + * @return Config + */ + abstract protected function getConfig(): Config; +} diff --git a/system/src/Grav/Framework/DI/Container.php b/system/src/Grav/Framework/DI/Container.php new file mode 100644 index 0000000..45d0384 --- /dev/null +++ b/system/src/Grav/Framework/DI/Container.php @@ -0,0 +1,35 @@ +offsetGet($id); + } + + /** + * @param string $id + * @return bool + */ + public function has($id): bool + { + return $this->offsetExists($id); + } +} diff --git a/system/src/Grav/Framework/File/AbstractFile.php b/system/src/Grav/Framework/File/AbstractFile.php new file mode 100644 index 0000000..e81c419 --- /dev/null +++ b/system/src/Grav/Framework/File/AbstractFile.php @@ -0,0 +1,444 @@ +filesystem = $filesystem ?? Filesystem::getInstance(); + $this->setFilepath($filepath); + } + + /** + * Unlock file when the object gets destroyed. + */ + #[\ReturnTypeWillChange] + public function __destruct() + { + if ($this->isLocked()) { + $this->unlock(); + } + } + + /** + * @return void + */ + #[\ReturnTypeWillChange] + public function __clone() + { + $this->handle = null; + $this->locked = false; + } + + /** + * @return array + */ + final public function __serialize(): array + { + return ['filesystem_normalize' => $this->filesystem->getNormalization()] + $this->doSerialize(); + } + + /** + * @param array $data + * @return void + */ + final public function __unserialize(array $data): void + { + $this->filesystem = Filesystem::getInstance($data['filesystem_normalize'] ?? null); + + $this->doUnserialize($data); + } + + /** + * {@inheritdoc} + * @see FileInterface::getFilePath() + */ + public function getFilePath(): string + { + return $this->filepath; + } + + /** + * {@inheritdoc} + * @see FileInterface::getPath() + */ + public function getPath(): string + { + if (null === $this->path) { + $this->setPathInfo(); + } + + return $this->path ?? ''; + } + + /** + * {@inheritdoc} + * @see FileInterface::getFilename() + */ + public function getFilename(): string + { + if (null === $this->filename) { + $this->setPathInfo(); + } + + return $this->filename ?? ''; + } + + /** + * {@inheritdoc} + * @see FileInterface::getBasename() + */ + public function getBasename(): string + { + if (null === $this->basename) { + $this->setPathInfo(); + } + + return $this->basename ?? ''; + } + + /** + * {@inheritdoc} + * @see FileInterface::getExtension() + */ + public function getExtension(bool $withDot = false): string + { + if (null === $this->extension) { + $this->setPathInfo(); + } + + return ($withDot ? '.' : '') . $this->extension; + } + + /** + * {@inheritdoc} + * @see FileInterface::exists() + */ + public function exists(): bool + { + return is_file($this->filepath); + } + + /** + * {@inheritdoc} + * @see FileInterface::getCreationTime() + */ + public function getCreationTime(): int + { + return is_file($this->filepath) ? (int)filectime($this->filepath) : time(); + } + + /** + * {@inheritdoc} + * @see FileInterface::getModificationTime() + */ + public function getModificationTime(): int + { + return is_file($this->filepath) ? (int)filemtime($this->filepath) : time(); + } + + /** + * {@inheritdoc} + * @see FileInterface::lock() + */ + public function lock(bool $block = true): bool + { + if (!$this->handle) { + if (!$this->mkdir($this->getPath())) { + throw new RuntimeException('Creating directory failed for ' . $this->filepath); + } + $this->handle = @fopen($this->filepath, 'cb+') ?: null; + if (!$this->handle) { + $error = error_get_last(); + $message = $error['message'] ?? 'Unknown error'; + + throw new RuntimeException("Opening file for writing failed on error {$message}"); + } + } + + $lock = $block ? LOCK_EX : LOCK_EX | LOCK_NB; + + // Some filesystems do not support file locks, only fail if another process holds the lock. + $this->locked = flock($this->handle, $lock, $wouldBlock) || !$wouldBlock; + + return $this->locked; + } + + /** + * {@inheritdoc} + * @see FileInterface::unlock() + */ + public function unlock(): bool + { + if (!$this->handle) { + return false; + } + + if ($this->locked) { + flock($this->handle, LOCK_UN | LOCK_NB); + $this->locked = false; + } + + fclose($this->handle); + $this->handle = null; + + return true; + } + + /** + * {@inheritdoc} + * @see FileInterface::isLocked() + */ + public function isLocked(): bool + { + return $this->locked; + } + + /** + * {@inheritdoc} + * @see FileInterface::isReadable() + */ + public function isReadable(): bool + { + return is_readable($this->filepath) && is_file($this->filepath); + } + + /** + * {@inheritdoc} + * @see FileInterface::isWritable() + */ + public function isWritable(): bool + { + if (!file_exists($this->filepath)) { + return $this->isWritablePath($this->getPath()); + } + + return is_writable($this->filepath) && is_file($this->filepath); + } + + /** + * {@inheritdoc} + * @see FileInterface::load() + */ + public function load() + { + return file_get_contents($this->filepath); + } + + /** + * {@inheritdoc} + * @see FileInterface::save() + */ + public function save($data): void + { + $filepath = $this->filepath; + $dir = $this->getPath(); + + if (!$this->mkdir($dir)) { + throw new RuntimeException('Creating directory failed for ' . $filepath); + } + + try { + if ($this->handle) { + $tmp = true; + // As we are using non-truncating locking, make sure that the file is empty before writing. + if (@ftruncate($this->handle, 0) === false || @fwrite($this->handle, $data) === false) { + // Writing file failed, throw an error. + $tmp = false; + } + } else { + // Support for symlinks. + $realpath = is_link($filepath) ? realpath($filepath) : $filepath; + if ($realpath === false) { + throw new RuntimeException('Failed to save file ' . $filepath); + } + + // Create file with a temporary name and rename it to make the save action atomic. + $tmp = $this->tempname($realpath); + if (@file_put_contents($tmp, $data) === false) { + $tmp = false; + } elseif (@rename($tmp, $realpath) === false) { + @unlink($tmp); + $tmp = false; + } + } + } catch (Exception $e) { + $tmp = false; + } + + if ($tmp === false) { + throw new RuntimeException('Failed to save file ' . $filepath); + } + + // Touch the directory as well, thus marking it modified. + @touch($dir); + } + + /** + * {@inheritdoc} + * @see FileInterface::rename() + */ + public function rename(string $path): bool + { + if ($this->exists() && !@rename($this->filepath, $path)) { + return false; + } + + $this->setFilepath($path); + + return true; + } + + /** + * {@inheritdoc} + * @see FileInterface::delete() + */ + public function delete(): bool + { + return @unlink($this->filepath); + } + + /** + * @param string $dir + * @return bool + * @throws RuntimeException + * @internal + */ + protected function mkdir(string $dir): bool + { + // Silence error for open_basedir; should fail in mkdir instead. + if (@is_dir($dir)) { + return true; + } + + $success = @mkdir($dir, 0777, true); + + if (!$success) { + // Take yet another look, make sure that the folder doesn't exist. + clearstatcache(true, $dir); + if (!@is_dir($dir)) { + return false; + } + } + + return true; + } + + /** + * @return array + */ + protected function doSerialize(): array + { + return [ + 'filepath' => $this->filepath + ]; + } + + /** + * @param array $serialized + * @return void + */ + protected function doUnserialize(array $serialized): void + { + $this->setFilepath($serialized['filepath']); + } + + /** + * @param string $filepath + */ + protected function setFilepath(string $filepath): void + { + $this->filepath = $filepath; + $this->filename = null; + $this->basename = null; + $this->path = null; + $this->extension = null; + } + + protected function setPathInfo(): void + { + /** @var array $pathInfo */ + $pathInfo = $this->filesystem->pathinfo($this->filepath); + + $this->filename = $pathInfo['filename'] ?? null; + $this->basename = $pathInfo['basename'] ?? null; + $this->path = $pathInfo['dirname'] ?? null; + $this->extension = $pathInfo['extension'] ?? null; + } + + /** + * @param string $dir + * @return bool + * @internal + */ + protected function isWritablePath(string $dir): bool + { + if ($dir === '') { + return false; + } + + if (!file_exists($dir)) { + // Recursively look up in the directory tree. + return $this->isWritablePath($this->filesystem->parent($dir)); + } + + return is_dir($dir) && is_writable($dir); + } + + /** + * @param string $filename + * @param int $length + * @return string + */ + protected function tempname(string $filename, int $length = 5) + { + do { + $test = $filename . substr(str_shuffle('0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'), 0, $length); + } while (file_exists($test)); + + return $test; + } +} diff --git a/system/src/Grav/Framework/File/CsvFile.php b/system/src/Grav/Framework/File/CsvFile.php new file mode 100644 index 0000000..543a792 --- /dev/null +++ b/system/src/Grav/Framework/File/CsvFile.php @@ -0,0 +1,40 @@ +formatter = $formatter; + } + + /** + * {@inheritdoc} + * @see FileInterface::load() + */ + public function load() + { + $raw = parent::load(); + + try { + if (!is_string($raw)) { + throw new RuntimeException('Bad Data'); + } + + return $this->formatter->decode($raw); + } catch (RuntimeException $e) { + throw new RuntimeException(sprintf("Failed to load file '%s': %s", $this->getFilePath(), $e->getMessage()), $e->getCode(), $e); + } + } + + /** + * {@inheritdoc} + * @see FileInterface::save() + */ + public function save($data): void + { + if (is_string($data)) { + // Make sure that the string is valid data. + try { + $this->formatter->decode($data); + } catch (RuntimeException $e) { + throw new RuntimeException(sprintf("Failed to save file '%s': %s", $this->getFilePath(), $e->getMessage()), $e->getCode(), $e); + } + $encoded = $data; + } else { + $encoded = $this->formatter->encode($data); + } + + parent::save($encoded); + } +} diff --git a/system/src/Grav/Framework/File/File.php b/system/src/Grav/Framework/File/File.php new file mode 100644 index 0000000..578b28e --- /dev/null +++ b/system/src/Grav/Framework/File/File.php @@ -0,0 +1,35 @@ +config = $config; + } + + /** + * @return string + */ + public function getMimeType(): string + { + $mime = $this->getConfig('mime'); + + return is_string($mime) ? $mime : 'application/octet-stream'; + } + + /** + * {@inheritdoc} + * @see FileFormatterInterface::getDefaultFileExtension() + */ + public function getDefaultFileExtension(): string + { + $extensions = $this->getSupportedFileExtensions(); + + // Call fails on bad configuration. + return reset($extensions) ?: ''; + } + + /** + * {@inheritdoc} + * @see FileFormatterInterface::getSupportedFileExtensions() + */ + public function getSupportedFileExtensions(): array + { + $extensions = $this->getConfig('file_extension'); + + // Call fails on bad configuration. + return is_string($extensions) ? [$extensions] : $extensions; + } + + /** + * {@inheritdoc} + * @see FileFormatterInterface::encode() + */ + abstract public function encode($data): string; + + /** + * {@inheritdoc} + * @see FileFormatterInterface::decode() + */ + abstract public function decode($data); + + + /** + * @return array + */ + public function __serialize(): array + { + return ['config' => $this->config]; + } + + /** + * @param array $data + * @return void + */ + public function __unserialize(array $data): void + { + $this->config = $data['config']; + } + + /** + * Get either full configuration or a single option. + * + * @param string|null $name Configuration option (optional) + * @return mixed + */ + protected function getConfig(string $name = null) + { + if (null !== $name) { + return $this->config[$name] ?? null; + } + + return $this->config; + } +} diff --git a/system/src/Grav/Framework/File/Formatter/CsvFormatter.php b/system/src/Grav/Framework/File/Formatter/CsvFormatter.php new file mode 100644 index 0000000..9bdd662 --- /dev/null +++ b/system/src/Grav/Framework/File/Formatter/CsvFormatter.php @@ -0,0 +1,170 @@ + ['.csv', '.tsv'], + 'delimiter' => ',', + 'mime' => 'text/x-csv' + ]; + + parent::__construct($config); + } + + /** + * Returns delimiter used to both encode and decode CSV. + * + * @return string + */ + public function getDelimiter(): string + { + // Call fails on bad configuration. + return $this->getConfig('delimiter'); + } + + /** + * @param array $data + * @param string|null $delimiter + * @return string + * @see FileFormatterInterface::encode() + */ + public function encode($data, $delimiter = null): string + { + if (count($data) === 0) { + return ''; + } + $delimiter = $delimiter ?? $this->getDelimiter(); + $header = array_keys(reset($data)); + + // Encode the field names + $string = $this->encodeLine($header, $delimiter); + + // Encode the data + foreach ($data as $row) { + $string .= $this->encodeLine($row, $delimiter); + } + + return $string; + } + + /** + * @param string $data + * @param string|null $delimiter + * @return array + * @see FileFormatterInterface::decode() + */ + public function decode($data, $delimiter = null): array + { + $delimiter = $delimiter ?? $this->getDelimiter(); + $lines = preg_split('/\r\n|\r|\n/', $data); + if ($lines === false) { + throw new RuntimeException('Decoding CSV failed'); + } + + // Get the field names + $headerStr = array_shift($lines); + if (!$headerStr) { + throw new RuntimeException('CSV header missing'); + } + + $header = str_getcsv($headerStr, $delimiter); + + // Allow for replacing a null string with null/empty value + $null_replace = $this->getConfig('null'); + + // Get the data + $list = []; + $line = null; + try { + foreach ($lines as $line) { + if (!empty($line)) { + $csv_line = str_getcsv($line, $delimiter); + + if ($null_replace) { + array_walk($csv_line, static function (&$el) use ($null_replace) { + $el = str_replace($null_replace, "\0", $el); + }); + } + + $list[] = array_combine($header, $csv_line); + } + } + } catch (Exception $e) { + throw new RuntimeException('Badly formatted CSV line: ' . $line); + } + + return $list; + } + + /** + * @param array $line + * @param string $delimiter + * @return string + */ + protected function encodeLine(array $line, string $delimiter): string + { + foreach ($line as $key => &$value) { + // Oops, we need to convert the line to a string. + if (!is_scalar($value)) { + if (is_array($value) || $value instanceof JsonSerializable || $value instanceof stdClass) { + $value = json_encode($value); + } elseif (is_object($value)) { + if (method_exists($value, 'toJson')) { + $value = $value->toJson(); + } elseif (method_exists($value, 'toArray')) { + $value = json_encode($value->toArray()); + } + } + } + + $value = $this->escape((string)$value); + } + unset($value); + + return implode($delimiter, $line). "\n"; + } + + /** + * @param string $value + * @return string + */ + protected function escape(string $value) + { + if (preg_match('/[,"\r\n]/u', $value)) { + $value = '"' . preg_replace('/"/', '""', $value) . '"'; + } + + return $value; + } +} diff --git a/system/src/Grav/Framework/File/Formatter/FormatterInterface.php b/system/src/Grav/Framework/File/Formatter/FormatterInterface.php new file mode 100644 index 0000000..757e229 --- /dev/null +++ b/system/src/Grav/Framework/File/Formatter/FormatterInterface.php @@ -0,0 +1,12 @@ + '.ini' + ]; + + parent::__construct($config); + } + + /** + * {@inheritdoc} + * @see FileFormatterInterface::encode() + */ + public function encode($data): string + { + $string = ''; + foreach ($data as $key => $value) { + $string .= $key . '="' . preg_replace( + ['/"/', '/\\\/', "/\t/", "/\n/", "/\r/"], + ['\"', '\\\\', '\t', '\n', '\r'], + $value + ) . "\"\n"; + } + + return $string; + } + + /** + * {@inheritdoc} + * @see FileFormatterInterface::decode() + */ + public function decode($data): array + { + $decoded = @parse_ini_string($data); + + if ($decoded === false) { + throw new RuntimeException('Decoding INI failed'); + } + + return $decoded; + } +} diff --git a/system/src/Grav/Framework/File/Formatter/JsonFormatter.php b/system/src/Grav/Framework/File/Formatter/JsonFormatter.php new file mode 100644 index 0000000..972958a --- /dev/null +++ b/system/src/Grav/Framework/File/Formatter/JsonFormatter.php @@ -0,0 +1,170 @@ + JSON_FORCE_OBJECT, + 'JSON_HEX_QUOT' => JSON_HEX_QUOT, + 'JSON_HEX_TAG' => JSON_HEX_TAG, + 'JSON_HEX_AMP' => JSON_HEX_AMP, + 'JSON_HEX_APOS' => JSON_HEX_APOS, + 'JSON_INVALID_UTF8_IGNORE' => JSON_INVALID_UTF8_IGNORE, + 'JSON_INVALID_UTF8_SUBSTITUTE' => JSON_INVALID_UTF8_SUBSTITUTE, + 'JSON_NUMERIC_CHECK' => JSON_NUMERIC_CHECK, + 'JSON_PARTIAL_OUTPUT_ON_ERROR' => JSON_PARTIAL_OUTPUT_ON_ERROR, + 'JSON_PRESERVE_ZERO_FRACTION' => JSON_PRESERVE_ZERO_FRACTION, + 'JSON_PRETTY_PRINT' => JSON_PRETTY_PRINT, + 'JSON_UNESCAPED_LINE_TERMINATORS' => JSON_UNESCAPED_LINE_TERMINATORS, + 'JSON_UNESCAPED_SLASHES' => JSON_UNESCAPED_SLASHES, + 'JSON_UNESCAPED_UNICODE' => JSON_UNESCAPED_UNICODE, + //'JSON_THROW_ON_ERROR' => JSON_THROW_ON_ERROR // PHP 7.3 + ]; + + /** @var array */ + protected $decodeOptions = [ + 'JSON_BIGINT_AS_STRING' => JSON_BIGINT_AS_STRING, + 'JSON_INVALID_UTF8_IGNORE' => JSON_INVALID_UTF8_IGNORE, + 'JSON_INVALID_UTF8_SUBSTITUTE' => JSON_INVALID_UTF8_SUBSTITUTE, + 'JSON_OBJECT_AS_ARRAY' => JSON_OBJECT_AS_ARRAY, + //'JSON_THROW_ON_ERROR' => JSON_THROW_ON_ERROR // PHP 7.3 + ]; + + public function __construct(array $config = []) + { + $config += [ + 'file_extension' => '.json', + 'encode_options' => 0, + 'decode_assoc' => true, + 'decode_depth' => 512, + 'decode_options' => 0 + ]; + + parent::__construct($config); + } + + /** + * Returns options used in encode() function. + * + * @return int + */ + public function getEncodeOptions(): int + { + $options = $this->getConfig('encode_options'); + if (!is_int($options)) { + if (is_string($options)) { + $list = preg_split('/[\s,|]+/', $options); + $options = 0; + if ($list) { + foreach ($list as $option) { + if (isset($this->encodeOptions[$option])) { + $options += $this->encodeOptions[$option]; + } + } + } + } else { + $options = 0; + } + } + + return $options; + } + + /** + * Returns options used in decode() function. + * + * @return int + */ + public function getDecodeOptions(): int + { + $options = $this->getConfig('decode_options'); + if (!is_int($options)) { + if (is_string($options)) { + $list = preg_split('/[\s,|]+/', $options); + $options = 0; + if ($list) { + foreach ($list as $option) { + if (isset($this->decodeOptions[$option])) { + $options += $this->decodeOptions[$option]; + } + } + } + } else { + $options = 0; + } + } + + return $options; + } + + /** + * Returns recursion depth used in decode() function. + * + * @return int + * @phpstan-return positive-int + */ + public function getDecodeDepth(): int + { + return $this->getConfig('decode_depth'); + } + + /** + * Returns true if JSON objects will be converted into associative arrays. + * + * @return bool + */ + public function getDecodeAssoc(): bool + { + return $this->getConfig('decode_assoc'); + } + + /** + * {@inheritdoc} + * @see FileFormatterInterface::encode() + */ + public function encode($data): string + { + $encoded = @json_encode($data, $this->getEncodeOptions()); + + if ($encoded === false && json_last_error() !== JSON_ERROR_NONE) { + throw new RuntimeException('Encoding JSON failed: ' . json_last_error_msg()); + } + + return $encoded ?: ''; + } + + /** + * {@inheritdoc} + * @see FileFormatterInterface::decode() + */ + public function decode($data) + { + $decoded = @json_decode($data, $this->getDecodeAssoc(), $this->getDecodeDepth(), $this->getDecodeOptions()); + + if (null === $decoded && json_last_error() !== JSON_ERROR_NONE) { + throw new RuntimeException('Decoding JSON failed: ' . json_last_error_msg()); + } + + return $decoded; + } +} diff --git a/system/src/Grav/Framework/File/Formatter/MarkdownFormatter.php b/system/src/Grav/Framework/File/Formatter/MarkdownFormatter.php new file mode 100644 index 0000000..cf16cf7 --- /dev/null +++ b/system/src/Grav/Framework/File/Formatter/MarkdownFormatter.php @@ -0,0 +1,161 @@ + '.md', + 'header' => 'header', + 'body' => 'markdown', + 'raw' => 'frontmatter', + 'yaml' => ['inline' => 20] + ]; + + parent::__construct($config); + + $this->headerFormatter = $headerFormatter ?? new YamlFormatter($config['yaml']); + } + + /** + * Returns header field used in both encode() and decode(). + * + * @return string + */ + public function getHeaderField(): string + { + return $this->getConfig('header'); + } + + /** + * Returns body field used in both encode() and decode(). + * + * @return string + */ + public function getBodyField(): string + { + return $this->getConfig('body'); + } + + /** + * Returns raw field used in both encode() and decode(). + * + * @return string + */ + public function getRawField(): string + { + return $this->getConfig('raw'); + } + + /** + * Returns header formatter object used in both encode() and decode(). + * + * @return FileFormatterInterface + */ + public function getHeaderFormatter(): FileFormatterInterface + { + return $this->headerFormatter; + } + + /** + * {@inheritdoc} + * @see FileFormatterInterface::encode() + */ + public function encode($data): string + { + $headerVar = $this->getHeaderField(); + $bodyVar = $this->getBodyField(); + + $header = isset($data[$headerVar]) ? (array) $data[$headerVar] : []; + $body = isset($data[$bodyVar]) ? (string) $data[$bodyVar] : ''; + + // Create Markdown file with YAML header. + $encoded = ''; + if ($header) { + $encoded = "---\n" . trim($this->getHeaderFormatter()->encode($data['header'])) . "\n---\n\n"; + } + $encoded .= $body; + + // Normalize line endings to Unix style. + $encoded = preg_replace("/(\r\n|\r)/u", "\n", $encoded); + if (null === $encoded) { + throw new RuntimeException('Encoding markdown failed'); + } + + return $encoded; + } + + /** + * {@inheritdoc} + * @see FileFormatterInterface::decode() + */ + public function decode($data): array + { + $headerVar = $this->getHeaderField(); + $bodyVar = $this->getBodyField(); + $rawVar = $this->getRawField(); + + // Define empty content + $content = [ + $headerVar => [], + $bodyVar => '' + ]; + + $headerRegex = "/^---\n(.+?)\n---\n{0,}(.*)$/uis"; + + // Normalize line endings to Unix style. + $data = preg_replace("/(\r\n|\r)/u", "\n", $data); + if (null === $data) { + throw new RuntimeException('Decoding markdown failed'); + } + + // Parse header. + preg_match($headerRegex, ltrim($data), $matches); + if (empty($matches)) { + $content[$bodyVar] = $data; + } else { + // Normalize frontmatter. + $frontmatter = preg_replace("/\n\t/", "\n ", $matches[1]); + if ($rawVar) { + $content[$rawVar] = $frontmatter; + } + $content[$headerVar] = $this->getHeaderFormatter()->decode($frontmatter); + $content[$bodyVar] = $matches[2]; + } + + return $content; + } + + public function __serialize(): array + { + return parent::__serialize() + ['headerFormatter' => $this->headerFormatter]; + } + + public function __unserialize(array $data): void + { + parent::__unserialize($data); + + $this->headerFormatter = $data['headerFormatter'] ?? new YamlFormatter(['inline' => 20]); + } +} diff --git a/system/src/Grav/Framework/File/Formatter/SerializeFormatter.php b/system/src/Grav/Framework/File/Formatter/SerializeFormatter.php new file mode 100644 index 0000000..2ed8b93 --- /dev/null +++ b/system/src/Grav/Framework/File/Formatter/SerializeFormatter.php @@ -0,0 +1,98 @@ + '.ser', + 'decode_options' => ['allowed_classes' => [stdClass::class]] + ]; + + parent::__construct($config); + } + + /** + * Returns options used in decode(). + * + * By default only allow stdClass class. + * + * @return array + */ + public function getOptions() + { + return $this->getConfig('decode_options'); + } + + /** + * {@inheritdoc} + * @see FileFormatterInterface::encode() + */ + public function encode($data): string + { + return serialize($this->preserveLines($data, ["\n", "\r"], ['\\n', '\\r'])); + } + + /** + * {@inheritdoc} + * @see FileFormatterInterface::decode() + */ + public function decode($data) + { + $classes = $this->getOptions()['allowed_classes'] ?? false; + $decoded = @unserialize($data, ['allowed_classes' => $classes]); + + if ($decoded === false && $data !== serialize(false)) { + throw new RuntimeException('Decoding serialized data failed'); + } + + return $this->preserveLines($decoded, ['\\n', '\\r'], ["\n", "\r"]); + } + + /** + * Preserve new lines, recursive function. + * + * @param mixed $data + * @param array $search + * @param array $replace + * @return mixed + */ + protected function preserveLines($data, array $search, array $replace) + { + if (is_string($data)) { + $data = str_replace($search, $replace, $data); + } elseif (is_array($data)) { + foreach ($data as &$value) { + $value = $this->preserveLines($value, $search, $replace); + } + unset($value); + } + + return $data; + } +} diff --git a/system/src/Grav/Framework/File/Formatter/YamlFormatter.php b/system/src/Grav/Framework/File/Formatter/YamlFormatter.php new file mode 100644 index 0000000..9a0e2be --- /dev/null +++ b/system/src/Grav/Framework/File/Formatter/YamlFormatter.php @@ -0,0 +1,129 @@ + '.yaml', + 'inline' => 5, + 'indent' => 2, + 'native' => true, + 'compat' => true + ]; + + parent::__construct($config); + } + + /** + * @return int + */ + public function getInlineOption(): int + { + return $this->getConfig('inline'); + } + + /** + * @return int + */ + public function getIndentOption(): int + { + return $this->getConfig('indent'); + } + + /** + * @return bool + */ + public function useNativeDecoder(): bool + { + return $this->getConfig('native'); + } + + /** + * @return bool + */ + public function useCompatibleDecoder(): bool + { + return $this->getConfig('compat'); + } + + /** + * @param array $data + * @param int|null $inline + * @param int|null $indent + * @return string + * @see FileFormatterInterface::encode() + */ + public function encode($data, $inline = null, $indent = null): string + { + try { + return YamlParser::dump( + $data, + $inline ? (int) $inline : $this->getInlineOption(), + $indent ? (int) $indent : $this->getIndentOption(), + YamlParser::DUMP_EXCEPTION_ON_INVALID_TYPE + ); + } catch (DumpException $e) { + throw new RuntimeException('Encoding YAML failed: ' . $e->getMessage(), 0, $e); + } + } + + /** + * {@inheritdoc} + * @see FileFormatterInterface::decode() + */ + public function decode($data): array + { + // Try native PECL YAML PHP extension first if available. + if (function_exists('yaml_parse') && $this->useNativeDecoder()) { + // Safely decode YAML. + $saved = @ini_get('yaml.decode_php'); + @ini_set('yaml.decode_php', '0'); + $decoded = @yaml_parse($data); + if ($saved !== false) { + @ini_set('yaml.decode_php', $saved); + } + + if ($decoded !== false) { + return (array) $decoded; + } + } + + try { + return (array) YamlParser::parse($data); + } catch (ParseException $e) { + if ($this->useCompatibleDecoder()) { + return (array) FallbackYamlParser::parse($data); + } + + throw new RuntimeException('Decoding YAML failed: ' . $e->getMessage(), 0, $e); + } + } +} diff --git a/system/src/Grav/Framework/File/IniFile.php b/system/src/Grav/Framework/File/IniFile.php new file mode 100644 index 0000000..3039623 --- /dev/null +++ b/system/src/Grav/Framework/File/IniFile.php @@ -0,0 +1,40 @@ +setNormalization() + * @return Filesystem + */ + public static function getInstance(bool $normalize = null): Filesystem + { + if ($normalize === true) { + $instance = &static::$safe; + } elseif ($normalize === false) { + $instance = &static::$unsafe; + } else { + $instance = &static::$default; + } + + if (null === $instance) { + $instance = new static($normalize); + } + + return $instance; + } + + /** + * Always use Filesystem::getInstance() instead. + * + * @param bool|null $normalize + * @internal + */ + protected function __construct(bool $normalize = null) + { + $this->normalize = $normalize; + } + + /** + * Set path normalization. + * + * Default option enables normalization for the streams only, but you can force the normalization to be either + * on or off for every path. Disabling path normalization speeds up the calls, but may cause issues if paths were + * not normalized. + * + * @param bool|null $normalize + * @return Filesystem + */ + public function setNormalization(bool $normalize = null): self + { + return static::getInstance($normalize); + } + + /** + * @return bool|null + */ + public function getNormalization(): ?bool + { + return $this->normalize; + } + + /** + * Force all paths to be normalized. + * + * @return self + */ + public function unsafe(): self + { + return static::getInstance(true); + } + + /** + * Force all paths not to be normalized (speeds up the calls if given paths are known to be normalized). + * + * @return self + */ + public function safe(): self + { + return static::getInstance(false); + } + + /** + * {@inheritdoc} + * @see FilesystemInterface::parent() + */ + public function parent(string $path, int $levels = 1): string + { + [$scheme, $path] = $this->getSchemeAndHierarchy($path); + + if ($this->normalize !== false) { + $path = $this->normalizePathPart($path); + } + + if ($path === '' || $path === '.') { + return ''; + } + + [$scheme, $parent] = $this->dirnameInternal($scheme, $path, $levels); + + return $parent !== $path ? $this->toString($scheme, $parent) : ''; + } + + /** + * {@inheritdoc} + * @see FilesystemInterface::normalize() + */ + public function normalize(string $path): string + { + [$scheme, $path] = $this->getSchemeAndHierarchy($path); + + $path = $this->normalizePathPart($path); + + return $this->toString($scheme, $path); + } + + /** + * {@inheritdoc} + * @see FilesystemInterface::basename() + */ + public function basename(string $path, ?string $suffix = null): string + { + // Escape path. + $path = str_replace(['%2F', '%5C'], '/', rawurlencode($path)); + + return rawurldecode($suffix ? basename($path, $suffix) : basename($path)); + } + + /** + * {@inheritdoc} + * @see FilesystemInterface::dirname() + */ + public function dirname(string $path, int $levels = 1): string + { + [$scheme, $path] = $this->getSchemeAndHierarchy($path); + + if ($this->normalize || ($scheme && null === $this->normalize)) { + $path = $this->normalizePathPart($path); + } + + [$scheme, $path] = $this->dirnameInternal($scheme, $path, $levels); + + return $this->toString($scheme, $path); + } + + /** + * Gets full path with trailing slash. + * + * @param string $path + * @param int $levels + * @return string + * @phpstan-param positive-int $levels + */ + public function pathname(string $path, int $levels = 1): string + { + $path = $this->dirname($path, $levels); + + return $path !== '.' ? $path . '/' : ''; + } + + /** + * {@inheritdoc} + * @see FilesystemInterface::pathinfo() + */ + public function pathinfo(string $path, ?int $options = null) + { + [$scheme, $path] = $this->getSchemeAndHierarchy($path); + + if ($this->normalize || ($scheme && null === $this->normalize)) { + $path = $this->normalizePathPart($path); + } + + return $this->pathinfoInternal($scheme, $path, $options); + } + + /** + * @param string|null $scheme + * @param string $path + * @param int $levels + * @return array + * @phpstan-param positive-int $levels + */ + protected function dirnameInternal(?string $scheme, string $path, int $levels = 1): array + { + $path = dirname($path, $levels); + + if (null !== $scheme && $path === '.') { + return [$scheme, '']; + } + + // In Windows dirname() may return backslashes, fix that. + if (DIRECTORY_SEPARATOR !== '/') { + $path = str_replace('\\', '/', $path); + } + + return [$scheme, $path]; + } + + /** + * @param string|null $scheme + * @param string $path + * @param int|null $options + * @return array|string + */ + protected function pathinfoInternal(?string $scheme, string $path, ?int $options = null) + { + $path = str_replace(['%2F', '%5C'], ['/', '\\'], rawurlencode($path)); + + if (null === $options) { + $info = pathinfo($path); + } else { + $info = pathinfo($path, $options); + } + + if (!is_array($info)) { + return rawurldecode($info); + } + + $info = array_map('rawurldecode', $info); + + if (null !== $scheme) { + $info['scheme'] = $scheme; + + /** @phpstan-ignore-next-line because pathinfo('') doesn't have dirname */ + $dirname = $info['dirname'] ?? '.'; + + if ('' !== $dirname && '.' !== $dirname) { + // In Windows dirname may be using backslashes, fix that. + if (DIRECTORY_SEPARATOR !== '/') { + $dirname = str_replace(DIRECTORY_SEPARATOR, '/', $dirname); + } + + $info['dirname'] = $scheme . '://' . $dirname; + } else { + $info = ['dirname' => $scheme . '://'] + $info; + } + } + + return $info; + } + + /** + * Gets a 2-tuple of scheme (may be null) and hierarchical part of a filename (e.g. file:///tmp -> array(file, tmp)). + * + * @param string $filename + * @return array + */ + protected function getSchemeAndHierarchy(string $filename): array + { + $components = explode('://', $filename, 2); + + return 2 === count($components) ? $components : [null, $components[0]]; + } + + /** + * @param string|null $scheme + * @param string $path + * @return string + */ + protected function toString(?string $scheme, string $path): string + { + if ($scheme) { + return $scheme . '://' . $path; + } + + return $path; + } + + /** + * @param string $path + * @return string + * @throws RuntimeException + */ + protected function normalizePathPart(string $path): string + { + // Quick check for empty path. + if ($path === '' || $path === '.') { + return ''; + } + + // Quick check for root. + if ($path === '/') { + return '/'; + } + + // If the last character is not '/' or any of '\', './', '//' and '..' are not found, path is clean and we're done. + if ($path[-1] !== '/' && !preg_match('`(\\\\|\./|//|\.\.)`', $path)) { + return $path; + } + + // Convert backslashes + $path = strtr($path, ['\\' => '/']); + + $parts = explode('/', $path); + + // Keep absolute paths. + $root = ''; + if ($parts[0] === '') { + $root = '/'; + array_shift($parts); + } + + $list = []; + foreach ($parts as $i => $part) { + // Remove empty parts: // and /./ + if ($part === '' || $part === '.') { + continue; + } + + // Resolve /../ by removing path part. + if ($part === '..') { + $test = array_pop($list); + if ($test === null) { + // Oops, user tried to access something outside of our root folder. + throw new RuntimeException("Bad path {$path}"); + } + } else { + $list[] = $part; + } + } + + // Build path back together. + return $root . implode('/', $list); + } +} diff --git a/system/src/Grav/Framework/Filesystem/Interfaces/FilesystemInterface.php b/system/src/Grav/Framework/Filesystem/Interfaces/FilesystemInterface.php new file mode 100644 index 0000000..f5135bd --- /dev/null +++ b/system/src/Grav/Framework/Filesystem/Interfaces/FilesystemInterface.php @@ -0,0 +1,84 @@ += 1). + * @return string Returns parent path. + * @throws RuntimeException + * @phpstan-param positive-int $levels + * @api + */ + public function parent(string $path, int $levels = 1): string; + + /** + * Normalize path by cleaning up `\`, `/./`, `//` and `/../`. + * + * @param string $path A filename or path, does not need to exist as a file. + * @return string Returns normalized path. + * @throws RuntimeException + * @api + */ + public function normalize(string $path): string; + + /** + * Unicode-safe and stream-safe `\basename()` replacement. + * + * @param string $path A filename or path, does not need to exist as a file. + * @param string|null $suffix If the filename ends in suffix this will also be cut off. + * @return string + * @api + */ + public function basename(string $path, ?string $suffix = null): string; + + /** + * Unicode-safe and stream-safe `\dirname()` replacement. + * + * @see http://php.net/manual/en/function.dirname.php + * + * @param string $path A filename or path, does not need to exist as a file. + * @param int $levels The number of parent directories to go up (>= 1). + * @return string Returns path to the directory. + * @throws RuntimeException + * @phpstan-param positive-int $levels + * @api + */ + public function dirname(string $path, int $levels = 1): string; + + /** + * Unicode-safe and stream-safe `\pathinfo()` replacement. + * + * @see http://php.net/manual/en/function.pathinfo.php + * + * @param string $path A filename or path, does not need to exist as a file. + * @param int|null $options A PATHINFO_* constant. + * @return array|string + * @api + */ + public function pathinfo(string $path, ?int $options = null); +} diff --git a/system/src/Grav/Framework/Flex/Flex.php b/system/src/Grav/Framework/Flex/Flex.php new file mode 100644 index 0000000..c78a42c --- /dev/null +++ b/system/src/Grav/Framework/Flex/Flex.php @@ -0,0 +1,334 @@ + blueprint file, ...] + * @param array $config + */ + public function __construct(array $types, array $config) + { + $this->config = $config; + $this->types = []; + + foreach ($types as $type => $blueprint) { + if (!file_exists($blueprint)) { + /** @var Debugger $debugger */ + $debugger = Grav::instance()['debugger']; + $debugger->addMessage(sprintf('Flex: blueprint for flex type %s is missing', $type), 'error'); + + continue; + } + $this->addDirectoryType($type, $blueprint); + } + } + + /** + * @param string $type + * @param string $blueprint + * @param array $config + * @return $this + */ + public function addDirectoryType(string $type, string $blueprint, array $config = []) + { + $config = array_replace_recursive(['enabled' => true], $this->config, $config); + + $this->types[$type] = new FlexDirectory($type, $blueprint, $config); + + return $this; + } + + /** + * @param FlexDirectory $directory + * @return $this + */ + public function addDirectory(FlexDirectory $directory) + { + $this->types[$directory->getFlexType()] = $directory; + + return $this; + } + + /** + * @param string $type + * @return bool + */ + public function hasDirectory(string $type): bool + { + return isset($this->types[$type]); + } + + /** + * @param array|string[]|null $types + * @param bool $keepMissing + * @return array + */ + public function getDirectories(array $types = null, bool $keepMissing = false): array + { + if ($types === null) { + return $this->types; + } + + // Return the directories in the given order. + $directories = []; + foreach ($types as $type) { + $directories[$type] = $this->types[$type] ?? null; + } + + return $keepMissing ? $directories : array_filter($directories); + } + + /** + * @param string $type + * @return FlexDirectory|null + */ + public function getDirectory(string $type): ?FlexDirectory + { + return $this->types[$type] ?? null; + } + + /** + * @param string $type + * @param array|null $keys + * @param string|null $keyField + * @return FlexCollectionInterface|null + * @phpstan-return FlexCollectionInterface|null + */ + public function getCollection(string $type, array $keys = null, string $keyField = null): ?FlexCollectionInterface + { + $directory = $type ? $this->getDirectory($type) : null; + + return $directory ? $directory->getCollection($keys, $keyField) : null; + } + + /** + * @param array $keys + * @param array $options In addition to the options in getObjects(), following options can be passed: + * collection_class: Class to be used to create the collection. Defaults to ObjectCollection. + * @return FlexCollectionInterface + * @throws RuntimeException + * @phpstan-return FlexCollectionInterface + */ + public function getMixedCollection(array $keys, array $options = []): FlexCollectionInterface + { + $collectionClass = $options['collection_class'] ?? ObjectCollection::class; + if (!is_a($collectionClass, FlexCollectionInterface::class, true)) { + throw new RuntimeException(sprintf('Cannot create collection: Class %s does not exist', $collectionClass)); + } + + $objects = $this->getObjects($keys, $options); + + return new $collectionClass($objects); + } + + /** + * @param array $keys + * @param array $options Following optional options can be passed: + * types: List of allowed types. + * type: Allowed type if types isn't defined, otherwise acts as default_type. + * default_type: Set default type for objects given without type (only used if key_field isn't set). + * keep_missing: Set to true if you want to return missing objects as null. + * key_field: Key field which is used to match the objects. + * @return array + */ + public function getObjects(array $keys, array $options = []): array + { + $type = $options['type'] ?? null; + $defaultType = $options['default_type'] ?? $type ?? null; + $keyField = $options['key_field'] ?? 'flex_key'; + + // Prepare empty result lists for all requested Flex types. + $types = $options['types'] ?? (array)$type ?: null; + if ($types) { + $types = array_fill_keys($types, []); + } + $strict = isset($types); + + $guessed = []; + if ($keyField === 'flex_key') { + // We need to split Flex key lookups into individual directories. + $undefined = []; + $keyFieldFind = 'storage_key'; + + foreach ($keys as $flexKey) { + if (!$flexKey) { + continue; + } + + $flexKey = (string)$flexKey; + // Normalize key and type using fallback to default type if it was set. + [$key, $type, $guess] = $this->resolveKeyAndType($flexKey, $defaultType); + + if ($type === '' && $types) { + // Add keys which are not associated to any Flex type. They will be included to every Flex type. + foreach ($types as $type => &$array) { + $array[] = $key; + $guessed[$key][] = "{$type}.obj:{$key}"; + } + unset($array); + } elseif (!$strict || isset($types[$type])) { + // Collect keys by their Flex type. If allowed types are defined, only include values from those types. + $types[$type][] = $key; + if ($guess) { + $guessed[$key][] = "{$type}.obj:{$key}"; + } + } + } + } else { + // We are using a specific key field, make every key undefined. + $undefined = $keys; + $keyFieldFind = $keyField; + } + + if (!$types) { + return []; + } + + $list = [[]]; + foreach ($types as $type => $typeKeys) { + // Also remember to look up keys from undefined Flex types. + $lookupKeys = $undefined ? array_merge($typeKeys, $undefined) : $typeKeys; + + $collection = $this->getCollection($type, $lookupKeys, $keyFieldFind); + if ($collection && $keyFieldFind !== $keyField) { + $collection = $collection->withKeyField($keyField); + } + + $list[] = $collection ? $collection->toArray() : []; + } + + // Merge objects from individual types back together. + $list = array_merge(...$list); + + // Use the original key ordering. + if (!$guessed) { + $list = array_replace(array_fill_keys($keys, null), $list); + } else { + // We have mixed keys, we need to map flex keys back to storage keys. + $results = []; + foreach ($keys as $key) { + $flexKey = $guessed[$key] ?? $key; + if (is_array($flexKey)) { + $result = null; + foreach ($flexKey as $tryKey) { + if ($result = $list[$tryKey] ?? null) { + // Use the first matching object (conflicting objects will be ignored for now). + break; + } + } + } else { + $result = $list[$flexKey] ?? null; + } + + $results[$key] = $result; + } + + $list = $results; + } + + // Remove missing objects if not asked to keep them. + if (empty($options['keep_missing'])) { + $list = array_filter($list); + } + + return $list; + } + + /** + * @param string $key + * @param string|null $type + * @param string|null $keyField + * @return FlexObjectInterface|null + */ + public function getObject(string $key, string $type = null, string $keyField = null): ?FlexObjectInterface + { + if (null === $type && null === $keyField) { + // Special handling for quick Flex key lookups. + $keyField = 'storage_key'; + [$key, $type] = $this->resolveKeyAndType($key, $type); + } else { + $type = $this->resolveType($type); + } + + if ($type === '' || $key === '') { + return null; + } + + $directory = $this->getDirectory($type); + + return $directory ? $directory->getObject($key, $keyField) : null; + } + + /** + * @return int + */ + public function count(): int + { + return count($this->types); + } + + /** + * @param string $flexKey + * @param string|null $type + * @return array + */ + protected function resolveKeyAndType(string $flexKey, string $type = null): array + { + $guess = false; + if (strpos($flexKey, ':') !== false) { + [$type, $key] = explode(':', $flexKey, 2); + + $type = $this->resolveType($type); + } else { + $key = $flexKey; + $type = (string)$type; + $guess = true; + } + + return [$key, $type, $guess]; + } + + /** + * @param string|null $type + * @return string + */ + protected function resolveType(string $type = null): string + { + if (null !== $type && strpos($type, '.') !== false) { + return preg_replace('|\.obj$|', '', $type) ?? $type; + } + + return $type ?? ''; + } +} diff --git a/system/src/Grav/Framework/Flex/FlexCollection.php b/system/src/Grav/Framework/Flex/FlexCollection.php new file mode 100644 index 0000000..3e9302c --- /dev/null +++ b/system/src/Grav/Framework/Flex/FlexCollection.php @@ -0,0 +1,733 @@ + + * @implements FlexCollectionInterface + */ +class FlexCollection extends ObjectCollection implements FlexCollectionInterface +{ + /** @var FlexDirectory */ + private $_flexDirectory; + + /** @var string */ + private $_keyField = 'storage_key'; + + /** + * Get list of cached methods. + * + * @return array Returns a list of methods with their caching information. + */ + public static function getCachedMethods(): array + { + return [ + 'getTypePrefix' => true, + 'getType' => true, + 'getFlexDirectory' => true, + 'hasFlexFeature' => true, + 'getFlexFeatures' => true, + 'getCacheKey' => true, + 'getCacheChecksum' => false, + 'getTimestamp' => true, + 'hasProperty' => true, + 'getProperty' => true, + 'hasNestedProperty' => true, + 'getNestedProperty' => true, + 'orderBy' => true, + + 'render' => false, + 'isAuthorized' => 'session', + 'search' => true, + 'sort' => true, + 'getDistinctValues' => true + ]; + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::createFromArray() + */ + public static function createFromArray(array $entries, FlexDirectory $directory, string $keyField = null) + { + $instance = new static($entries, $directory); + $instance->setKeyField($keyField); + + return $instance; + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::__construct() + */ + public function __construct(array $entries = [], FlexDirectory $directory = null) + { + // @phpstan-ignore-next-line + if (get_class($this) === __CLASS__) { + user_error('Using ' . __CLASS__ . ' directly is deprecated since Grav 1.7, use \Grav\Common\Flex\Types\Generic\GenericCollection or your own class instead', E_USER_DEPRECATED); + } + + parent::__construct($entries); + + if ($directory) { + $this->setFlexDirectory($directory)->setKey($directory->getFlexType()); + } + } + + /** + * {@inheritdoc} + * @see FlexCommonInterface::hasFlexFeature() + */ + public function hasFlexFeature(string $name): bool + { + return in_array($name, $this->getFlexFeatures(), true); + } + + /** + * {@inheritdoc} + * @see FlexCommonInterface::hasFlexFeature() + */ + public function getFlexFeatures(): array + { + /** @var array $implements */ + $implements = class_implements($this); + + $list = []; + foreach ($implements as $interface) { + if ($pos = strrpos($interface, '\\')) { + $interface = substr($interface, $pos+1); + } + + $list[] = Inflector::hyphenize(str_replace('Interface', '', $interface)); + } + + return $list; + + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::search() + */ + public function search(string $search, $properties = null, array $options = null) + { + $directory = $this->getFlexDirectory(); + $properties = $directory->getSearchProperties($properties); + $options = $directory->getSearchOptions($options); + + $matching = $this->call('search', [$search, $properties, $options]); + $matching = array_filter($matching); + + if ($matching) { + arsort($matching, SORT_NUMERIC); + } + + /** @var string[] $array */ + $array = array_keys($matching); + + /** @phpstan-var static */ + return $this->select($array); + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::sort() + */ + public function sort(array $order) + { + $criteria = Criteria::create()->orderBy($order); + + /** @phpstan-var FlexCollectionInterface $matching */ + $matching = $this->matching($criteria); + + return $matching; + } + + /** + * @param array $filters + * @return static + * @phpstan-return static + */ + public function filterBy(array $filters) + { + $expr = Criteria::expr(); + $criteria = Criteria::create(); + + foreach ($filters as $key => $value) { + $criteria->andWhere($expr->eq($key, $value)); + } + + /** @phpstan-var static */ + return $this->matching($criteria); + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::getFlexType() + */ + public function getFlexType(): string + { + return $this->_flexDirectory->getFlexType(); + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::getFlexDirectory() + */ + public function getFlexDirectory(): FlexDirectory + { + return $this->_flexDirectory; + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::getTimestamp() + */ + public function getTimestamp(): int + { + $timestamps = $this->getTimestamps(); + + return $timestamps ? max($timestamps) : time(); + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::getFlexDirectory() + */ + public function getCacheKey(): string + { + return $this->getTypePrefix() . $this->getFlexType() . '.' . sha1((string)json_encode($this->call('getKey'))); + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::getFlexDirectory() + */ + public function getCacheChecksum(): string + { + $list = []; + /** + * @var string $key + * @var FlexObjectInterface $object + */ + foreach ($this as $key => $object) { + $list[$key] = $object->getCacheChecksum(); + } + + return sha1((string)json_encode($list)); + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::getFlexDirectory() + */ + public function getTimestamps(): array + { + /** @var int[] $timestamps */ + $timestamps = $this->call('getTimestamp'); + + return $timestamps; + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::getFlexDirectory() + */ + public function getStorageKeys(): array + { + /** @var string[] $keys */ + $keys = $this->call('getStorageKey'); + + return $keys; + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::getFlexDirectory() + */ + public function getFlexKeys(): array + { + /** @var string[] $keys */ + $keys = $this->call('getFlexKey'); + + return $keys; + } + + /** + * Get all the values in property. + * + * Supports either single scalar values or array of scalar values. + * + * @param string $property Object property to be used to make groups. + * @param string|null $separator Separator, defaults to '.' + * @return array + */ + public function getDistinctValues(string $property, string $separator = null): array + { + $list = []; + + /** @var FlexObjectInterface $element */ + foreach ($this->getIterator() as $element) { + $value = (array)$element->getNestedProperty($property, null, $separator); + foreach ($value as $v) { + if (is_scalar($v)) { + $t = gettype($v) . (string)$v; + $list[$t] = $v; + } + } + } + + return array_values($list); + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::withKeyField() + */ + public function withKeyField(string $keyField = null) + { + $keyField = $keyField ?: 'key'; + if ($keyField === $this->getKeyField()) { + return $this; + } + + $entries = []; + foreach ($this as $key => $object) { + // TODO: remove hardcoded logic + if ($keyField === 'storage_key') { + $entries[$object->getStorageKey()] = $object; + } elseif ($keyField === 'flex_key') { + $entries[$object->getFlexKey()] = $object; + } elseif ($keyField === 'key') { + $entries[$object->getKey()] = $object; + } + } + + return $this->createFrom($entries, $keyField); + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::getIndex() + */ + public function getIndex() + { + /** @phpstan-var FlexIndexInterface */ + return $this->getFlexDirectory()->getIndex($this->getKeys(), $this->getKeyField()); + } + + /** + * @inheritdoc} + * @see FlexCollectionInterface::getCollection() + * @return $this + */ + public function getCollection() + { + return $this; + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::render() + */ + public function render(string $layout = null, array $context = []) + { + if (!$layout) { + $config = $this->getTemplateConfig(); + $layout = $config['collection']['defaults']['layout'] ?? 'default'; + } + + $type = $this->getFlexType(); + + $grav = Grav::instance(); + + /** @var Debugger $debugger */ + $debugger = $grav['debugger']; + $debugger->startTimer('flex-collection-' . ($debugKey = uniqid($type, false)), 'Render Collection ' . $type . ' (' . $layout . ')'); + + $key = null; + foreach ($context as $value) { + if (!is_scalar($value)) { + $key = false; + break; + } + } + + if ($key !== false) { + $key = md5($this->getCacheKey() . '.' . $layout . json_encode($context)); + $cache = $this->getCache('render'); + } else { + $cache = null; + } + + try { + $data = $cache && $key ? $cache->get($key) : null; + + $block = $data ? HtmlBlock::fromArray($data) : null; + } catch (InvalidArgumentException $e) { + $debugger->addException($e); + $block = null; + } catch (\InvalidArgumentException $e) { + $debugger->addException($e); + $block = null; + } + + $checksum = $this->getCacheChecksum(); + if ($block && $checksum !== $block->getChecksum()) { + $block = null; + } + + if (!$block) { + $block = HtmlBlock::create($key ?: null); + $block->setChecksum($checksum); + if (!$key) { + $block->disableCache(); + } + + $event = new Event([ + 'type' => 'flex', + 'directory' => $this->getFlexDirectory(), + 'collection' => $this, + 'layout' => &$layout, + 'context' => &$context + ]); + $this->triggerEvent('onRender', $event); + + $output = $this->getTemplate($layout)->render( + [ + 'grav' => $grav, + 'config' => $grav['config'], + 'block' => $block, + 'directory' => $this->getFlexDirectory(), + 'collection' => $this, + 'layout' => $layout + ] + $context + ); + + if ($debugger->enabled() && + !($grav['uri']->getContentType() === 'application/json' || $grav['uri']->extension() === 'json')) { + $output = "\n\n{$output}\n\n"; + } + + $block->setContent($output); + + try { + $cache && $key && $block->isCached() && $cache->set($key, $block->toArray()); + } catch (InvalidArgumentException $e) { + $debugger->addException($e); + } + } + + $debugger->stopTimer('flex-collection-' . $debugKey); + + return $block; + } + + /** + * @param FlexDirectory $type + * @return $this + */ + public function setFlexDirectory(FlexDirectory $type) + { + $this->_flexDirectory = $type; + + return $this; + } + + /** + * @param string $key + * @return array + */ + public function getMetaData($key): array + { + $object = $this->get($key); + + return $object instanceof FlexObjectInterface ? $object->getMetaData() : []; + } + + /** + * @param string|null $namespace + * @return CacheInterface + */ + public function getCache(string $namespace = null) + { + return $this->_flexDirectory->getCache($namespace); + } + + /** + * @return string + */ + public function getKeyField(): string + { + return $this->_keyField; + } + + /** + * @param string $action + * @param string|null $scope + * @param UserInterface|null $user + * @return static + * @phpstan-return static + */ + public function isAuthorized(string $action, string $scope = null, UserInterface $user = null) + { + $list = $this->call('isAuthorized', [$action, $scope, $user]); + $list = array_filter($list); + + /** @var string[] $keys */ + $keys = array_keys($list); + + /** @phpstan-var static */ + return $this->select($keys); + } + + /** + * @param string $value + * @param string $field + * @return FlexObjectInterface|null + * @phpstan-return T|null + */ + public function find($value, $field = 'id') + { + if ($value) { + foreach ($this as $element) { + if (mb_strtolower($element->getProperty($field)) === mb_strtolower($value)) { + return $element; + } + } + } + + return null; + } + + /** + * @return array + */ + #[\ReturnTypeWillChange] + public function jsonSerialize() + { + $elements = []; + + /** + * @var string $key + * @var array|FlexObject $object + */ + foreach ($this->getElements() as $key => $object) { + $elements[$key] = is_array($object) ? $object : $object->jsonSerialize(); + } + + return $elements; + } + + /** + * @return array + */ + #[\ReturnTypeWillChange] + public function __debugInfo() + { + return [ + 'type:private' => $this->getFlexType(), + 'key:private' => $this->getKey(), + 'objects_key:private' => $this->getKeyField(), + 'objects:private' => $this->getElements() + ]; + } + + /** + * Creates a new instance from the specified elements. + * + * This method is provided for derived classes to specify how a new + * instance should be created when constructor semantics have changed. + * + * @param array $elements Elements. + * @param string|null $keyField + * @return static + * @phpstan-return static + * @throws \InvalidArgumentException + */ + protected function createFrom(array $elements, $keyField = null) + { + $collection = new static($elements, $this->_flexDirectory); + $collection->setKeyField($keyField ?: $this->_keyField); + + return $collection; + } + + /** + * @return string + */ + protected function getTypePrefix(): string + { + return 'c.'; + } + + /** + * @return array + */ + protected function getTemplateConfig(): array + { + $config = $this->getFlexDirectory()->getConfig('site.templates', []); + $defaults = array_replace($config['defaults'] ?? [], $config['collection']['defaults'] ?? []); + $config['collection']['defaults'] = $defaults; + + return $config; + } + + /** + * @param string $layout + * @return array + */ + protected function getTemplatePaths(string $layout): array + { + $config = $this->getTemplateConfig(); + $type = $this->getFlexType(); + $defaults = $config['collection']['defaults'] ?? []; + + $ext = $defaults['ext'] ?? '.html.twig'; + $types = array_unique(array_merge([$type], (array)($defaults['type'] ?? null))); + $paths = $config['collection']['paths'] ?? [ + 'flex/{TYPE}/collection/{LAYOUT}{EXT}', + 'flex-objects/layouts/{TYPE}/collection/{LAYOUT}{EXT}' + ]; + $table = ['TYPE' => '%1$s', 'LAYOUT' => '%2$s', 'EXT' => '%3$s']; + + $lookups = []; + foreach ($paths as $path) { + $path = Utils::simpleTemplate($path, $table); + foreach ($types as $type) { + $lookups[] = sprintf($path, $type, $layout, $ext); + } + } + + return array_unique($lookups); + } + + /** + * @param string $layout + * @return Template|TemplateWrapper + * @throws LoaderError + * @throws SyntaxError + */ + protected function getTemplate($layout) + { + $grav = Grav::instance(); + + /** @var Twig $twig */ + $twig = $grav['twig']; + + try { + return $twig->twig()->resolveTemplate($this->getTemplatePaths($layout)); + } catch (LoaderError $e) { + /** @var Debugger $debugger */ + $debugger = Grav::instance()['debugger']; + $debugger->addException($e); + + return $twig->twig()->resolveTemplate(['flex/404.html.twig']); + } + } + + /** + * @param string $type + * @return FlexDirectory + */ + protected function getRelatedDirectory($type): ?FlexDirectory + { + /** @var Flex $flex */ + $flex = Grav::instance()['flex']; + + return $flex->getDirectory($type); + } + + /** + * @param string|null $keyField + * @return void + */ + protected function setKeyField($keyField = null): void + { + $this->_keyField = $keyField ?? 'storage_key'; + } + + // DEPRECATED METHODS + + /** + * @param bool $prefix + * @return string + * @deprecated 1.6 Use `->getFlexType()` instead. + */ + public function getType($prefix = false) + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.6, use ->getFlexType() method instead', E_USER_DEPRECATED); + + $type = $prefix ? $this->getTypePrefix() : ''; + + return $type . $this->getFlexType(); + } + + /** + * @param string $name + * @param object|null $event + * @return $this + * @deprecated 1.7, moved to \Grav\Common\Flex\Traits\FlexObjectTrait + */ + public function triggerEvent(string $name, $event = null) + { + user_error(__METHOD__ . '() is deprecated since Grav 1.7, moved to \Grav\Common\Flex\Traits\FlexObjectTrait', E_USER_DEPRECATED); + + if (null === $event) { + $event = new Event([ + 'type' => 'flex', + 'directory' => $this->getFlexDirectory(), + 'collection' => $this + ]); + } + if (strpos($name, 'onFlexCollection') !== 0 && strpos($name, 'on') === 0) { + $name = 'onFlexCollection' . substr($name, 2); + } + + $grav = Grav::instance(); + if ($event instanceof Event) { + $grav->fireEvent($name, $event); + } else { + $grav->dispatchEvent($event); + } + + + return $this; + } +} diff --git a/system/src/Grav/Framework/Flex/FlexDirectory.php b/system/src/Grav/Framework/Flex/FlexDirectory.php new file mode 100644 index 0000000..2871597 --- /dev/null +++ b/system/src/Grav/Framework/Flex/FlexDirectory.php @@ -0,0 +1,1187 @@ +[] + */ + protected $indexes = []; + /** + * @var FlexCollectionInterface|null + * @phpstan-var FlexCollectionInterface|null + */ + protected $collection; + /** @var bool */ + protected $enabled; + /** @var array */ + protected $defaults; + /** @var Config */ + protected $config; + /** @var FlexStorageInterface */ + protected $storage; + /** @var CacheInterface[] */ + protected $cache; + /** @var FlexObjectInterface[] */ + protected $objects; + /** @var string */ + protected $objectClassName; + /** @var string */ + protected $collectionClassName; + /** @var string */ + protected $indexClassName; + + /** @var string|null */ + private $_authorize; + + /** + * FlexDirectory constructor. + * @param string $type + * @param string $blueprint_file + * @param array $defaults + */ + public function __construct(string $type, string $blueprint_file, array $defaults = []) + { + $this->type = $type; + $this->blueprints = []; + $this->blueprint_file = $blueprint_file; + $this->defaults = $defaults; + $this->enabled = !empty($defaults['enabled']); + $this->objects = []; + } + + /** + * @return bool + */ + public function isListed(): bool + { + $grav = Grav::instance(); + + /** @var Flex $flex */ + $flex = $grav['flex']; + $directory = $flex->getDirectory($this->type); + + return null !== $directory; + } + + /** + * @return bool + */ + public function isEnabled(): bool + { + return $this->enabled; + } + + /** + * @return string + */ + public function getFlexType(): string + { + return $this->type; + } + + /** + * @return string + */ + public function getTitle(): string + { + return $this->getBlueprintInternal()->get('title', ucfirst($this->getFlexType())); + } + + /** + * @return string + */ + public function getDescription(): string + { + return $this->getBlueprintInternal()->get('description', ''); + } + + /** + * @param string|null $name + * @param mixed $default + * @return mixed + */ + public function getConfig(string $name = null, $default = null) + { + if (null === $this->config) { + $config = $this->getBlueprintInternal()->get('config', []); + $config = is_array($config) ? array_replace_recursive($config, $this->defaults, $this->getDirectoryConfig($config['admin']['views']['configure']['form'] ?? $config['admin']['configure']['form'] ?? null)) : null; + if (!is_array($config)) { + throw new RuntimeException('Bad configuration'); + } + + $this->config = new Config($config); + } + + return null === $name ? $this->config : $this->config->get($name, $default); + } + + /** + * @param string|string[]|null $properties + * @return array + */ + public function getSearchProperties($properties = null): array + { + if (null !== $properties) { + return (array)$properties; + } + + $properties = $this->getConfig('data.search.fields'); + if (!$properties) { + $fields = $this->getConfig('admin.views.list.fields') ?? $this->getConfig('admin.list.fields', []); + foreach ($fields as $property => $value) { + if (!empty($value['link'])) { + $properties[] = $property; + } + } + } + + return $properties; + } + + /** + * @param array|null $options + * @return array + */ + public function getSearchOptions(array $options = null): array + { + if (empty($options['merge'])) { + return $options ?? (array)$this->getConfig('data.search.options'); + } + + unset($options['merge']); + + return $options + (array)$this->getConfig('data.search.options'); + } + + /** + * @param string|null $name + * @param array $options + * @return FlexFormInterface + * @internal + */ + public function getDirectoryForm(string $name = null, array $options = []) + { + $name = $name ?: $this->getConfig('admin.views.configure.form', '') ?: $this->getConfig('admin.configure.form', ''); + + return new FlexDirectoryForm($name ?? '', $this, $options); + } + + /** + * @return Blueprint + * @internal + */ + public function getDirectoryBlueprint() + { + $name = 'configure'; + + $type = $this->getBlueprint(); + $overrides = $type->get("blueprints/{$name}"); + + $path = "blueprints://flex/shared/{$name}.yaml"; + $blueprint = new Blueprint($path); + $blueprint->load(); + if (isset($overrides['fields'])) { + $blueprint->embed('form/fields/tabs/fields', $overrides['fields']); + } + $blueprint->init(); + + return $blueprint; + } + + /** + * @param string $name + * @param array $data + * @return void + * @throws Exception + * @internal + */ + public function saveDirectoryConfig(string $name, array $data) + { + $grav = Grav::instance(); + + /** @var UniformResourceLocator $locator */ + $locator = $grav['locator']; + + $filename = $this->getDirectoryConfigUri($name); + if (file_exists($filename)) { + $filename = $locator->findResource($filename, true); + } else { + $filesystem = Filesystem::getInstance(); + $dirname = $filesystem->dirname($filename); + $basename = $filesystem->basename($filename); + $dirname = $locator->findResource($dirname, true) ?: $locator->findResource($dirname, true, true); + $filename = "{$dirname}/{$basename}"; + } + + $file = YamlFile::instance($filename); + if (!empty($data)) { + $file->save($data); + } else { + $file->delete(); + } + } + + /** + * @param string $name + * @return array + * @internal + */ + public function loadDirectoryConfig(string $name): array + { + $grav = Grav::instance(); + + /** @var UniformResourceLocator $locator */ + $locator = $grav['locator']; + $uri = $this->getDirectoryConfigUri($name); + + // If configuration is found in main configuration, use it. + if (str_starts_with($uri, 'config://')) { + $path = str_replace('/', '.', substr($uri, 9, -5)); + + return (array)$grav['config']->get($path); + } + + // Load the configuration file. + $filename = $locator->findResource($uri, true); + if ($filename === false) { + return []; + } + + $file = YamlFile::instance($filename); + + return $file->content(); + } + + /** + * @param string|null $name + * @return string + */ + public function getDirectoryConfigUri(string $name = null): string + { + $name = $name ?: $this->getFlexType(); + $blueprint = $this->getBlueprint(); + + return $blueprint->get('blueprints/views/configure/file') ?? $blueprint->get('blueprints/configure/file') ?? "config://flex/{$name}.yaml"; + } + + /** + * @param string|null $name + * @return array + */ + protected function getDirectoryConfig(string $name = null): array + { + $grav = Grav::instance(); + + /** @var Config $config */ + $config = $grav['config']; + $name = $name ?: $this->getFlexType(); + + return $config->get("flex.{$name}", []); + } + + /** + * Returns a new uninitialized instance of blueprint. + * + * Always use $object->getBlueprint() or $object->getForm()->getBlueprint() instead. + * + * @param string $type + * @param string $context + * @return Blueprint + */ + public function getBlueprint(string $type = '', string $context = '') + { + return clone $this->getBlueprintInternal($type, $context); + } + + /** + * @param string $view + * @return string + */ + public function getBlueprintFile(string $view = ''): string + { + $file = $this->blueprint_file; + if ($view !== '') { + $file = preg_replace('/\.yaml/', "/{$view}.yaml", $file); + } + + return (string)$file; + } + + /** + * Get collection. In the site this will be filtered by the default filters (published etc). + * + * Use $directory->getIndex() if you want unfiltered collection. + * + * @param array|null $keys Array of keys. + * @param string|null $keyField Field to be used as the key. + * @return FlexCollectionInterface + * @phpstan-return FlexCollectionInterface + */ + public function getCollection(array $keys = null, string $keyField = null): FlexCollectionInterface + { + // Get all selected entries. + $index = $this->getIndex($keys, $keyField); + + if (!Utils::isAdminPlugin()) { + // If not in admin, filter the list by using default filters. + $filters = (array)$this->getConfig('site.filter', []); + + foreach ($filters as $filter) { + $index = $index->{$filter}(); + } + } + + return $index; + } + + /** + * Get the full collection of all stored objects. + * + * Use $directory->getCollection() if you want a filtered collection. + * + * @param array|null $keys Array of keys. + * @param string|null $keyField Field to be used as the key. + * @return FlexIndexInterface + * @phpstan-return FlexIndexInterface + */ + public function getIndex(array $keys = null, string $keyField = null): FlexIndexInterface + { + $keyField = $keyField ?? ''; + $index = $this->indexes[$keyField] ?? $this->loadIndex($keyField); + $index = clone $index; + + if (null !== $keys) { + /** @var FlexIndexInterface $index */ + $index = $index->select($keys); + } + + return $index->getIndex(); + } + + /** + * Returns an object if it exists. If no arguments are passed (or both of them are null), method creates a new empty object. + * + * Note: It is not safe to use the object without checking if the user can access it. + * + * @param string|null $key + * @param string|null $keyField Field to be used as the key. + * @return FlexObjectInterface|null + */ + public function getObject($key = null, string $keyField = null): ?FlexObjectInterface + { + if (null === $key) { + return $this->createObject([], ''); + } + + $keyField = $keyField ?? ''; + $index = $this->indexes[$keyField] ?? $this->loadIndex($keyField); + + return $index->get($key); + } + + /** + * @param string|null $namespace + * @return CacheInterface + */ + public function getCache(string $namespace = null) + { + $namespace = $namespace ?: 'index'; + $cache = $this->cache[$namespace] ?? null; + + if (null === $cache) { + try { + $grav = Grav::instance(); + + /** @var Cache $gravCache */ + $gravCache = $grav['cache']; + $config = $this->getConfig('object.cache.' . $namespace); + if (empty($config['enabled'])) { + $cache = new MemoryCache('flex-objects-' . $this->getFlexType()); + } else { + $lifetime = $config['lifetime'] ?? 60; + + $key = $gravCache->getKey(); + if (Utils::isAdminPlugin()) { + $key = substr($key, 0, -1); + } + $cache = new DoctrineCache($gravCache->getCacheDriver(), 'flex-objects-' . $this->getFlexType() . $key, $lifetime); + } + } catch (Exception $e) { + /** @var Debugger $debugger */ + $debugger = Grav::instance()['debugger']; + $debugger->addException($e); + + $cache = new MemoryCache('flex-objects-' . $this->getFlexType()); + } + + // Disable cache key validation. + $cache->setValidation(false); + $this->cache[$namespace] = $cache; + } + + return $cache; + } + + /** + * @return $this + */ + public function clearCache() + { + $grav = Grav::instance(); + + /** @var Debugger $debugger */ + $debugger = $grav['debugger']; + $debugger->addMessage(sprintf('Flex: Clearing all %s cache', $this->type), 'debug'); + + /** @var UniformResourceLocator $locator */ + $locator = $grav['locator']; + $locator->clearCache(); + + $this->getCache('index')->clear(); + $this->getCache('object')->clear(); + $this->getCache('render')->clear(); + + $this->indexes = []; + $this->objects = []; + + return $this; + } + + /** + * @param string|null $key + * @return string|null + */ + public function getStorageFolder(string $key = null): ?string + { + return $this->getStorage()->getStoragePath($key); + } + + /** + * @param string|null $key + * @return string|null + */ + public function getMediaFolder(string $key = null): ?string + { + return $this->getStorage()->getMediaPath($key); + } + + /** + * @return FlexStorageInterface + */ + public function getStorage(): FlexStorageInterface + { + if (null === $this->storage) { + $this->storage = $this->createStorage(); + } + + return $this->storage; + } + + /** + * @param array $data + * @param string $key + * @param bool $validate + * @return FlexObjectInterface + */ + public function createObject(array $data, string $key = '', bool $validate = false): FlexObjectInterface + { + /** @phpstan-var class-string $className */ + $className = $this->objectClassName ?: $this->getObjectClass(); + if (!is_a($className, FlexObjectInterface::class, true)) { + throw new \RuntimeException('Bad object class: ' . $className); + } + + return new $className($data, $key, $this, $validate); + } + + /** + * @param array $entries + * @param string|null $keyField + * @return FlexCollectionInterface + * @phpstan-return FlexCollectionInterface + */ + public function createCollection(array $entries, string $keyField = null): FlexCollectionInterface + { + /** phpstan-var class-string $className */ + $className = $this->collectionClassName ?: $this->getCollectionClass(); + if (!is_a($className, FlexCollectionInterface::class, true)) { + throw new \RuntimeException('Bad collection class: ' . $className); + } + + return $className::createFromArray($entries, $this, $keyField); + } + + /** + * @param array $entries + * @param string|null $keyField + * @return FlexIndexInterface + * @phpstan-return FlexIndexInterface + */ + public function createIndex(array $entries, string $keyField = null): FlexIndexInterface + { + /** @phpstan-var class-string $className */ + $className = $this->indexClassName ?: $this->getIndexClass(); + if (!is_a($className, FlexIndexInterface::class, true)) { + throw new \RuntimeException('Bad index class: ' . $className); + } + + return $className::createFromArray($entries, $this, $keyField); + } + + /** + * @return string + */ + public function getObjectClass(): string + { + if (!$this->objectClassName) { + $this->objectClassName = $this->getConfig('data.object', GenericObject::class); + } + + return $this->objectClassName; + } + + /** + * @return string + */ + public function getCollectionClass(): string + { + if (!$this->collectionClassName) { + $this->collectionClassName = $this->getConfig('data.collection', GenericCollection::class); + } + + return $this->collectionClassName; + } + + + /** + * @return string + */ + public function getIndexClass(): string + { + if (!$this->indexClassName) { + $this->indexClassName = $this->getConfig('data.index', GenericIndex::class); + } + + return $this->indexClassName; + } + + /** + * @param array $entries + * @param string|null $keyField + * @return FlexCollectionInterface + * @phpstan-return FlexCollectionInterface + */ + public function loadCollection(array $entries, string $keyField = null): FlexCollectionInterface + { + return $this->createCollection($this->loadObjects($entries), $keyField); + } + + /** + * @param array $entries + * @return FlexObjectInterface[] + * @internal + */ + public function loadObjects(array $entries): array + { + /** @var Debugger $debugger */ + $debugger = Grav::instance()['debugger']; + + $keys = []; + $rows = []; + $fetch = []; + + // Build lookup arrays with storage keys for the objects. + foreach ($entries as $key => $value) { + $k = $value['storage_key'] ?? ''; + if ($k === '') { + continue; + } + $v = $this->objects[$k] ?? null; + $keys[$k] = $key; + $rows[$k] = $v; + if (!$v) { + $fetch[] = $k; + } + } + + // Attempt to fetch missing rows from the cache. + if ($fetch) { + $rows = (array)array_replace($rows, $this->loadCachedObjects($fetch)); + } + + // Read missing rows from the storage. + $updated = []; + $storage = $this->getStorage(); + $rows = $storage->readRows($rows, $updated); + + // Create objects from the rows. + $isListed = $this->isListed(); + $list = []; + foreach ($rows as $storageKey => $row) { + $usedKey = $keys[$storageKey]; + + if ($row instanceof FlexObjectInterface) { + $object = $row; + } else { + if ($row === null) { + $debugger->addMessage(sprintf('Flex: Object %s was not found from %s storage', $storageKey, $this->type), 'debug'); + continue; + } + + if (isset($row['__ERROR'])) { + $message = sprintf('Flex: Object %s is broken in %s storage: %s', $storageKey, $this->type, $row['__ERROR']); + $debugger->addException(new RuntimeException($message)); + $debugger->addMessage($message, 'error'); + continue; + } + + if (!isset($row['__META'])) { + $row['__META'] = [ + 'storage_key' => $storageKey, + 'storage_timestamp' => $entries[$usedKey]['storage_timestamp'] ?? 0, + ]; + } + + $key = $row['__META']['key'] ?? $entries[$usedKey]['key'] ?? $usedKey; + $object = $this->createObject($row, $key, false); + $this->objects[$storageKey] = $object; + if ($isListed) { + // If unserialize works for the object, serialize the object to speed up the loading. + $updated[$storageKey] = $object; + } + } + + $list[$usedKey] = $object; + } + + // Store updated rows to the cache. + if ($updated) { + $cache = $this->getCache('object'); + if (!$cache instanceof MemoryCache) { + ///** @var Debugger $debugger */ + //$debugger = Grav::instance()['debugger']; + //$debugger->addMessage(sprintf('Flex: Caching %d %s', \count($entries), $this->type), 'debug'); + } + try { + $cache->setMultiple($updated); + } catch (InvalidArgumentException $e) { + $debugger->addException($e); + // TODO: log about the issue. + } + } + + if ($fetch) { + $debugger->stopTimer('flex-objects'); + } + + return $list; + } + + protected function loadCachedObjects(array $fetch): array + { + if (!$fetch) { + return []; + } + + /** @var Debugger $debugger */ + $debugger = Grav::instance()['debugger']; + + $cache = $this->getCache('object'); + + // Attempt to fetch missing rows from the cache. + $fetched = []; + try { + $loading = count($fetch); + + $debugger->startTimer('flex-objects', sprintf('Flex: Loading %d %s', $loading, $this->type)); + + $fetched = (array)$cache->getMultiple($fetch); + if ($fetched) { + $index = $this->loadIndex('storage_key'); + + // Make sure cached objects are up to date: compare against index checksum/timestamp. + /** + * @var string $key + * @var mixed $value + */ + foreach ($fetched as $key => $value) { + if ($value instanceof FlexObjectInterface) { + $objectMeta = $value->getMetaData(); + } else { + $objectMeta = $value['__META'] ?? []; + } + $indexMeta = $index->getMetaData($key); + + $indexChecksum = $indexMeta['checksum'] ?? $indexMeta['storage_timestamp'] ?? null; + $objectChecksum = $objectMeta['checksum'] ?? $objectMeta['storage_timestamp'] ?? null; + if ($indexChecksum !== $objectChecksum) { + unset($fetched[$key]); + } + } + } + + } catch (InvalidArgumentException $e) { + $debugger->addException($e); + } + + return $fetched; + } + + /** + * @return void + */ + public function reloadIndex(): void + { + $this->getCache('index')->clear(); + $this->getIndex()::loadEntriesFromStorage($this->getStorage()); + + $this->indexes = []; + $this->objects = []; + } + + /** + * @param string $scope + * @param string $action + * @return string + */ + public function getAuthorizeRule(string $scope, string $action): string + { + if (!$this->_authorize) { + $config = $this->getConfig('admin.permissions'); + if ($config) { + $this->_authorize = array_key_first($config) . '.%2$s'; + } else { + $this->_authorize = '%1$s.flex-object.%2$s'; + } + } + + return sprintf($this->_authorize, $scope, $action); + } + + /** + * @param string $type_view + * @param string $context + * @return Blueprint + */ + protected function getBlueprintInternal(string $type_view = '', string $context = '') + { + if (!isset($this->blueprints[$type_view])) { + if (!file_exists($this->blueprint_file)) { + throw new RuntimeException(sprintf('Flex: Blueprint file for %s is missing', $this->type)); + } + + $parts = explode('.', rtrim($type_view, '.'), 2); + $type = array_shift($parts); + $view = array_shift($parts) ?: ''; + + $blueprint = new Blueprint($this->getBlueprintFile($view)); + $blueprint->addDynamicHandler('data', function (array &$field, $property, array &$call) { + $this->dynamicDataField($field, $property, $call); + }); + $blueprint->addDynamicHandler('flex', function (array &$field, $property, array &$call) { + $this->dynamicFlexField($field, $property, $call); + }); + $blueprint->addDynamicHandler('authorize', function (array &$field, $property, array &$call) { + $this->dynamicAuthorizeField($field, $property, $call); + }); + + if ($context) { + $blueprint->setContext($context); + } + + $blueprint->load($type ?: null); + if ($blueprint->get('type') === 'flex-objects' && isset(Grav::instance()['admin'])) { + $blueprintBase = (new Blueprint('plugin://flex-objects/blueprints/flex-objects.yaml'))->load(); + $blueprint->extend($blueprintBase, true); + } + + $this->blueprints[$type_view] = $blueprint; + } + + return $this->blueprints[$type_view]; + } + + /** + * @param array $field + * @param string $property + * @param array $call + * @return void + */ + protected function dynamicDataField(array &$field, $property, array $call) + { + $params = $call['params']; + if (is_array($params)) { + $function = array_shift($params); + } else { + $function = $params; + $params = []; + } + + $object = $call['object']; + if ($function === '\Grav\Common\Page\Pages::pageTypes') { + $params = [$object instanceof PageInterface && $object->isModule() ? 'modular' : 'standard']; + } + + $data = null; + if (is_callable($function)) { + $data = call_user_func_array($function, $params); + } + + // If function returns a value, + if (null !== $data) { + if (is_array($data) && isset($field[$property]) && is_array($field[$property])) { + // Combine field and @data-field together. + $field[$property] += $data; + } else { + // Or create/replace field with @data-field. + $field[$property] = $data; + } + } + } + + /** + * @param array $field + * @param string $property + * @param array $call + * @return void + */ + protected function dynamicFlexField(array &$field, $property, array $call): void + { + $params = (array)$call['params']; + $object = $call['object'] ?? null; + $method = array_shift($params); + $not = false; + if (str_starts_with($method, '!')) { + $method = substr($method, 1); + $not = true; + } elseif (str_starts_with($method, 'not ')) { + $method = substr($method, 4); + $not = true; + } + $method = trim($method); + + if ($object && method_exists($object, $method)) { + $value = $object->{$method}(...$params); + if (is_array($value) && isset($field[$property]) && is_array($field[$property])) { + $value = $this->mergeArrays($field[$property], $value); + } + $value = $not ? !$value : $value; + + if ($property === 'ignore' && $value) { + Blueprint::addPropertyRecursive($field, 'validate', ['ignore' => true]); + } else { + $field[$property] = $value; + } + } + } + + /** + * @param array $field + * @param string $property + * @param array $call + * @return void + */ + protected function dynamicAuthorizeField(array &$field, $property, array $call): void + { + $params = (array)$call['params']; + $object = $call['object'] ?? null; + $permission = array_shift($params); + $not = false; + if (str_starts_with($permission, '!')) { + $permission = substr($permission, 1); + $not = true; + } elseif (str_starts_with($permission, 'not ')) { + $permission = substr($permission, 4); + $not = true; + } + $permission = trim($permission); + + if ($object) { + $value = $object->isAuthorized($permission) ?? false; + + $field[$property] = $not ? !$value : $value; + } + } + + /** + * @param array $array1 + * @param array $array2 + * @return array + */ + protected function mergeArrays(array $array1, array $array2): array + { + foreach ($array2 as $key => $value) { + if (is_array($value) && isset($array1[$key]) && is_array($array1[$key])) { + $array1[$key] = $this->mergeArrays($array1[$key], $value); + } else { + $array1[$key] = $value; + } + } + + return $array1; + } + + /** + * @return FlexStorageInterface + */ + protected function createStorage(): FlexStorageInterface + { + $this->collection = $this->createCollection([]); + + $storage = $this->getConfig('data.storage'); + + if (!is_array($storage)) { + $storage = ['options' => ['folder' => $storage]]; + } + + $className = $storage['class'] ?? SimpleStorage::class; + $options = $storage['options'] ?? []; + + if (!is_a($className, FlexStorageInterface::class, true)) { + throw new \RuntimeException('Bad storage class: ' . $className); + } + + return new $className($options); + } + + /** + * @param string $keyField + * @return FlexIndexInterface + * @phpstan-return FlexIndexInterface + */ + protected function loadIndex(string $keyField): FlexIndexInterface + { + static $i = 0; + + $index = $this->indexes[$keyField] ?? null; + if (null !== $index) { + return $index; + } + + $index = $this->indexes['storage_key'] ?? null; + if (null === $index) { + $i++; + $j = $i; + /** @var Debugger $debugger */ + $debugger = Grav::instance()['debugger']; + $debugger->startTimer('flex-keys-' . $this->type . $j, "Flex: Loading {$this->type} index"); + + $storage = $this->getStorage(); + $cache = $this->getCache('index'); + + try { + $keys = $cache->get('__keys'); + } catch (InvalidArgumentException $e) { + $debugger->addException($e); + $keys = null; + } + + if (!is_array($keys)) { + /** @phpstan-var class-string $className */ + $className = $this->getIndexClass(); + $keys = $className::loadEntriesFromStorage($storage); + if (!$cache instanceof MemoryCache) { + $debugger->addMessage( + sprintf('Flex: Caching %s index of %d objects', $this->type, count($keys)), + 'debug' + ); + } + try { + $cache->set('__keys', $keys); + } catch (InvalidArgumentException $e) { + $debugger->addException($e); + // TODO: log about the issue. + } + } + + $ordering = $this->getConfig('data.ordering', []); + + // We need to do this in two steps as orderBy() calls loadIndex() again and we do not want infinite loop. + $this->indexes['storage_key'] = $index = $this->createIndex($keys, 'storage_key'); + if ($ordering) { + /** @var FlexCollectionInterface $collection */ + $collection = $this->indexes['storage_key']->orderBy($ordering); + $this->indexes['storage_key'] = $index = $collection->getIndex(); + } + + $debugger->stopTimer('flex-keys-' . $this->type . $j); + } + + if ($keyField !== 'storage_key') { + $this->indexes[$keyField] = $index = $index->withKeyField($keyField ?: null); + } + + return $index; + } + + /** + * @param string $action + * @return string + */ + protected function getAuthorizeAction(string $action): string + { + // Handle special action save, which can mean either update or create. + if ($action === 'save') { + $action = 'create'; + } + + return $action; + } + /** + * @return UserInterface|null + */ + protected function getActiveUser(): ?UserInterface + { + /** @var UserInterface|null $user */ + $user = Grav::instance()['user'] ?? null; + + return $user; + } + + /** + * @return string + */ + protected function getAuthorizeScope(): string + { + return isset(Grav::instance()['admin']) ? 'admin' : 'site'; + } + + // DEPRECATED METHODS + + /** + * @return string + * @deprecated 1.6 Use ->getFlexType() method instead. + */ + public function getType(): string + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.6, use ->getFlexType() method instead', E_USER_DEPRECATED); + + return $this->type; + } + + /** + * @param array $data + * @param string|null $key + * @return FlexObjectInterface + * @deprecated 1.7 Use $object->update()->save() instead. + */ + public function update(array $data, string $key = null): FlexObjectInterface + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() should not be used anymore: use $object->update()->save() instead.', E_USER_DEPRECATED); + + $object = null !== $key ? $this->getIndex()->get($key): null; + + $storage = $this->getStorage(); + + if (null === $object) { + $object = $this->createObject($data, $key ?? '', true); + $key = $object->getStorageKey(); + + if ($key) { + $storage->replaceRows([$key => $object->prepareStorage()]); + } else { + $storage->createRows([$object->prepareStorage()]); + } + } else { + $oldKey = $object->getStorageKey(); + $object->update($data); + $newKey = $object->getStorageKey(); + + if ($oldKey !== $newKey) { + if (method_exists($object, 'triggerEvent')) { + $object->triggerEvent('move'); + } + $storage->renameRow($oldKey, $newKey); + // TODO: media support. + } + + $object->save(); + } + + try { + $this->clearCache(); + } catch (InvalidArgumentException $e) { + /** @var Debugger $debugger */ + $debugger = Grav::instance()['debugger']; + $debugger->addException($e); + + // Caching failed, but we can ignore that for now. + } + + return $object; + } + + /** + * @param string $key + * @return FlexObjectInterface|null + * @deprecated 1.7 Use $object->delete() instead. + */ + public function remove(string $key): ?FlexObjectInterface + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() should not be used anymore: use $object->delete() instead.', E_USER_DEPRECATED); + + $object = $this->getIndex()->get($key); + if (!$object) { + return null; + } + + $object->delete(); + + return $object; + } +} diff --git a/system/src/Grav/Framework/Flex/FlexDirectoryForm.php b/system/src/Grav/Framework/Flex/FlexDirectoryForm.php new file mode 100644 index 0000000..459fb49 --- /dev/null +++ b/system/src/Grav/Framework/Flex/FlexDirectoryForm.php @@ -0,0 +1,509 @@ +getDirectoryForm($name, $options); + } + + /** + * FlexForm constructor. + * @param string $name + * @param FlexDirectory $directory + * @param array|null $options + */ + public function __construct(string $name, FlexDirectory $directory, array $options = null) + { + $this->name = $name; + $this->setDirectory($directory); + $this->setName($directory->getFlexType(), $name); + $this->setId($this->getName()); + + $uniqueId = $options['unique_id'] ?? null; + if (!$uniqueId) { + $uniqueId = md5($directory->getFlexType() . '-directory-' . $this->name); + } + $this->setUniqueId($uniqueId); + + $this->setFlashLookupFolder($directory->getDirectoryBlueprint()->get('form/flash_folder') ?? 'tmp://forms/[SESSIONID]'); + $this->form = $options['form'] ?? null; + + if (Utils::isPositive($this->form['disabled'] ?? false)) { + $this->disable(); + } + + $this->initialize(); + } + + /** + * @return $this + */ + public function initialize() + { + $this->messages = []; + $this->submitted = false; + $this->data = new Data($this->directory->loadDirectoryConfig($this->name), $this->getBlueprint()); + $this->files = []; + $this->unsetFlash(); + + /** @var FlexFormFlash $flash */ + $flash = $this->getFlash(); + if ($flash->exists()) { + $data = $flash->getData(); + $includeOriginal = (bool)($this->getBlueprint()->form()['images']['original'] ?? null); + + $directory = $flash->getDirectory(); + if (null === $directory) { + throw new RuntimeException('Flash has no directory'); + } + $this->directory = $directory; + $this->data = $data ? new Data($data, $this->getBlueprint()) : null; + $this->files = $flash->getFilesByFields($includeOriginal); + } + + return $this; + } + + /** + * @param string $uniqueId + * @return void + */ + public function setUniqueId(string $uniqueId): void + { + if ($uniqueId !== '') { + $this->uniqueid = $uniqueId; + } + } + + /** + * @param string $name + * @param mixed $default + * @param string|null $separator + * @return mixed + */ + public function get($name, $default = null, $separator = null) + { + switch (strtolower($name)) { + case 'id': + case 'uniqueid': + case 'name': + case 'noncename': + case 'nonceaction': + case 'action': + case 'data': + case 'files': + case 'errors'; + case 'fields': + case 'blueprint': + case 'page': + $method = 'get' . $name; + return $this->{$method}(); + } + + return $this->traitGet($name, $default, $separator); + } + + /** + * @param string $name + * @param mixed $value + * @param string|null $separator + * @return $this + */ + public function set($name, $value, $separator = null) + { + switch (strtolower($name)) { + case 'id': + case 'uniqueid': + $method = 'set' . $name; + return $this->{$method}(); + } + + return $this->traitSet($name, $value, $separator); + } + + /** + * @return string + */ + public function getName(): string + { + return $this->flexName; + } + + protected function setName(string $type, string $name): void + { + // Make sure that both type and name do not have dash (convert dashes to underscores). + $type = str_replace('-', '_', $type); + $name = str_replace('-', '_', $name); + $this->flexName = $name ? "flex_conf-{$type}-{$name}" : "flex_conf-{$type}"; + } + + /** + * @return Data|object + */ + public function getData() + { + if (null === $this->data) { + $this->data = new Data([], $this->getBlueprint()); + } + + return $this->data; + } + + /** + * Get a value from the form. + * + * Note: Used in form fields. + * + * @param string $name + * @return mixed + */ + public function getValue(string $name) + { + // Attempt to get value from the form data. + $value = $this->data ? $this->data[$name] : null; + + // Return the form data or fall back to the object property. + return $value ?? null; + } + + /** + * @param string $name + * @return array|mixed|null + */ + public function getDefaultValue(string $name) + { + return $this->getBlueprint()->getDefaultValue($name); + } + + /** + * @return array + */ + public function getDefaultValues(): array + { + return $this->getBlueprint()->getDefaults(); + } + /** + * @return string + */ + public function getFlexType(): string + { + return $this->directory->getFlexType(); + } + + /** + * Get form flash object. + * + * @return FormFlashInterface|FlexFormFlash + */ + public function getFlash() + { + if (null === $this->flash) { + $grav = Grav::instance(); + $config = [ + 'session_id' => $this->getSessionId(), + 'unique_id' => $this->getUniqueId(), + 'form_name' => $this->getName(), + 'folder' => $this->getFlashFolder(), + 'id' => $this->getFlashId(), + 'directory' => $this->getDirectory() + ]; + + $this->flash = new FlexFormFlash($config); + $this->flash + ->setUrl($grav['uri']->url) + ->setUser($grav['user'] ?? null); + } + + return $this->flash; + } + + /** + * @return FlexDirectory + */ + public function getDirectory(): FlexDirectory + { + return $this->directory; + } + + /** + * @return Blueprint + */ + public function getBlueprint(): Blueprint + { + if (null === $this->blueprint) { + try { + $blueprint = $this->getDirectory()->getDirectoryBlueprint(); + if ($this->form) { + // We have field overrides available. + $blueprint->extend(['form' => $this->form], true); + $blueprint->init(); + } + } catch (RuntimeException $e) { + if (!isset($this->form['fields'])) { + throw $e; + } + + // Blueprint is not defined, but we have custom form fields available. + $blueprint = new Blueprint(null, ['form' => $this->form]); + $blueprint->load(); + $blueprint->setScope('directory'); + $blueprint->init(); + } + + $this->blueprint = $blueprint; + } + + return $this->blueprint; + } + + /** + * @return Route|null + */ + public function getFileUploadAjaxRoute(): ?Route + { + return null; + } + + /** + * @param string|null $field + * @param string|null $filename + * @return Route|null + */ + public function getFileDeleteAjaxRoute($field = null, $filename = null): ?Route + { + return null; + } + + /** + * @param array $params + * @param string|null $extension + * @return string + */ + public function getMediaTaskRoute(array $params = [], string $extension = null): string + { + return ''; + } + + /** + * @param string $name + * @return mixed|null + */ + #[\ReturnTypeWillChange] + public function __get($name) + { + $method = "get{$name}"; + if (method_exists($this, $method)) { + return $this->{$method}(); + } + + $form = $this->getBlueprint()->form(); + + return $form[$name] ?? null; + } + + /** + * @param string $name + * @param mixed $value + * @return void + */ + #[\ReturnTypeWillChange] + public function __set($name, $value) + { + $method = "set{$name}"; + if (method_exists($this, $method)) { + $this->{$method}($value); + } + } + + /** + * @param string $name + * @return bool + */ + #[\ReturnTypeWillChange] + public function __isset($name) + { + $method = "get{$name}"; + if (method_exists($this, $method)) { + return true; + } + + $form = $this->getBlueprint()->form(); + + return isset($form[$name]); + } + + /** + * @param string $name + * @return void + */ + #[\ReturnTypeWillChange] + public function __unset($name) + { + } + + /** + * @return array|bool + */ + protected function getUnserializeAllowedClasses() + { + return [FlexObject::class]; + } + + /** + * Note: this method clones the object. + * + * @param FlexDirectory $directory + * @return $this + */ + protected function setDirectory(FlexDirectory $directory): self + { + $this->directory = $directory; + + return $this; + } + + /** + * @param string $layout + * @return Template|TemplateWrapper + * @throws LoaderError + * @throws SyntaxError + */ + protected function getTemplate($layout) + { + $grav = Grav::instance(); + + /** @var Twig $twig */ + $twig = $grav['twig']; + + return $twig->twig()->resolveTemplate( + [ + "flex-objects/layouts/{$this->getFlexType()}/form/{$layout}.html.twig", + "flex-objects/layouts/_default/form/{$layout}.html.twig", + "forms/{$layout}/form.html.twig", + 'forms/default/form.html.twig' + ] + ); + } + + /** + * @param array $data + * @param array $files + * @return void + * @throws Exception + */ + protected function doSubmit(array $data, array $files) + { + $this->directory->saveDirectoryConfig($this->name, $data); + + $this->reset(); + } + + /** + * @return array + */ + protected function doSerialize(): array + { + return $this->doTraitSerialize() + [ + 'form' => $this->form, + 'directory' => $this->directory, + 'flexName' => $this->flexName + ]; + } + + /** + * @param array $data + * @return void + */ + protected function doUnserialize(array $data): void + { + $this->doTraitUnserialize($data); + + $this->form = $data['form']; + $this->directory = $data['directory']; + $this->flexName = $data['flexName']; + } + + /** + * Filter validated data. + * + * @param ArrayAccess|Data|null $data + * @phpstan-param ArrayAccess|Data|null $data + */ + protected function filterData($data = null): void + { + if ($data instanceof Data) { + $data->filter(false, true); + } + } +} diff --git a/system/src/Grav/Framework/Flex/FlexForm.php b/system/src/Grav/Framework/Flex/FlexForm.php new file mode 100644 index 0000000..f3a0d1f --- /dev/null +++ b/system/src/Grav/Framework/Flex/FlexForm.php @@ -0,0 +1,610 @@ +getObject($key) ?? $directory->createObject([], $key); + } else { + throw new RuntimeException(__METHOD__ . "(): You need to pass option 'directory' or 'object'", 400); + } + + $name = $options['name'] ?? ''; + + // There is no reason to pass object and directory. + unset($options['object'], $options['directory']); + + return $object->getForm($name, $options); + } + + /** + * FlexForm constructor. + * @param string $name + * @param FlexObjectInterface $object + * @param array|null $options + */ + public function __construct(string $name, FlexObjectInterface $object, array $options = null) + { + $this->name = $name; + $this->setObject($object); + + if (isset($options['form']['name'])) { + // Use custom form name. + $this->flexName = $options['form']['name']; + } else { + // Use standard form name. + $this->setName($object->getFlexType(), $name); + } + $this->setId($this->getName()); + + $uniqueId = $options['unique_id'] ?? null; + if (!$uniqueId) { + if ($object->exists()) { + $uniqueId = $object->getStorageKey(); + } elseif ($object->hasKey()) { + $uniqueId = "{$object->getKey()}:new"; + } else { + $uniqueId = "{$object->getFlexType()}:new"; + } + $uniqueId = md5($uniqueId); + } + $this->setUniqueId($uniqueId); + + $directory = $object->getFlexDirectory(); + $this->setFlashLookupFolder($options['flash_folder'] ?? $directory->getBlueprint()->get('form/flash_folder') ?? 'tmp://forms/[SESSIONID]'); + $this->form = $options['form'] ?? null; + + if (Utils::isPositive($this->items['disabled'] ?? $this->form['disabled'] ?? false)) { + $this->disable(); + } + + if (!empty($options['reset'])) { + $this->getFlash()->delete(); + } + + $this->initialize(); + } + + /** + * @return $this + */ + public function initialize() + { + $this->messages = []; + $this->submitted = false; + $this->data = null; + $this->files = []; + $this->unsetFlash(); + + /** @var FlexFormFlash $flash */ + $flash = $this->getFlash(); + if ($flash->exists()) { + $data = $flash->getData(); + if (null !== $data) { + $data = new Data($data, $this->getBlueprint()); + $data->setKeepEmptyValues(true); + $data->setMissingValuesAsNull(true); + } + + $object = $flash->getObject(); + if (null === $object) { + throw new RuntimeException('Flash has no object'); + } + + $this->object = $object; + $this->data = $data; + + $includeOriginal = (bool)($this->getBlueprint()->form()['images']['original'] ?? null); + $this->files = $flash->getFilesByFields($includeOriginal); + } + + return $this; + } + + /** + * @param string $uniqueId + * @return void + */ + public function setUniqueId(string $uniqueId): void + { + if ($uniqueId !== '') { + $this->uniqueid = $uniqueId; + } + } + + /** + * @param string $name + * @param mixed $default + * @param string|null $separator + * @return mixed + */ + public function get($name, $default = null, $separator = null) + { + switch (strtolower($name)) { + case 'id': + case 'uniqueid': + case 'name': + case 'noncename': + case 'nonceaction': + case 'action': + case 'data': + case 'files': + case 'errors'; + case 'fields': + case 'blueprint': + case 'page': + $method = 'get' . $name; + return $this->{$method}(); + } + + return $this->traitGet($name, $default, $separator); + } + + /** + * @param string $name + * @param mixed $value + * @param string|null $separator + * @return FlexForm + */ + public function set($name, $value, $separator = null) + { + switch (strtolower($name)) { + case 'id': + case 'uniqueid': + $method = 'set' . $name; + return $this->{$method}(); + } + + return $this->traitSet($name, $value, $separator); + } + + /** + * @return string + */ + public function getName(): string + { + return $this->flexName; + } + + /** + * @param callable|null $submitMethod + */ + public function setSubmitMethod(?callable $submitMethod): void + { + $this->submitMethod = $submitMethod; + } + + /** + * @param string $type + * @param string $name + */ + protected function setName(string $type, string $name): void + { + // Make sure that both type and name do not have dash (convert dashes to underscores). + $type = str_replace('-', '_', $type); + $name = str_replace('-', '_', $name); + $this->flexName = $name ? "flex-{$type}-{$name}" : "flex-{$type}"; + } + + /** + * @return Data|FlexObjectInterface|object + */ + public function getData() + { + return $this->data ?? $this->getObject(); + } + + /** + * Get a value from the form. + * + * Note: Used in form fields. + * + * @param string $name + * @return mixed + */ + public function getValue(string $name) + { + // Attempt to get value from the form data. + $value = $this->data ? $this->data[$name] : null; + + // Return the form data or fall back to the object property. + return $value ?? $this->getObject()->getFormValue($name); + } + + /** + * @param string $name + * @return array|mixed|null + */ + public function getDefaultValue(string $name) + { + return $this->object->getDefaultValue($name); + } + + /** + * @return array + */ + public function getDefaultValues(): array + { + return $this->object->getDefaultValues(); + } + /** + * @return string + */ + public function getFlexType(): string + { + return $this->object->getFlexType(); + } + + /** + * Get form flash object. + * + * @return FormFlashInterface|FlexFormFlash + */ + public function getFlash() + { + if (null === $this->flash) { + $grav = Grav::instance(); + $config = [ + 'session_id' => $this->getSessionId(), + 'unique_id' => $this->getUniqueId(), + 'form_name' => $this->getName(), + 'folder' => $this->getFlashFolder(), + 'id' => $this->getFlashId(), + 'object' => $this->getObject() + ]; + + $this->flash = new FlexFormFlash($config); + $this->flash + ->setUrl($grav['uri']->url) + ->setUser($grav['user'] ?? null); + } + + return $this->flash; + } + + /** + * @return FlexObjectInterface + */ + public function getObject(): FlexObjectInterface + { + return $this->object; + } + + /** + * @return FlexObjectInterface + */ + public function updateObject(): FlexObjectInterface + { + $data = $this->data instanceof Data ? $this->data->toArray() : []; + $files = $this->files; + + return $this->getObject()->update($data, $files); + } + + /** + * @return Blueprint + */ + public function getBlueprint(): Blueprint + { + if (null === $this->blueprint) { + try { + $blueprint = $this->getObject()->getBlueprint($this->name); + if ($this->form) { + // We have field overrides available. + $blueprint->extend(['form' => $this->form], true); + $blueprint->init(); + } + } catch (RuntimeException $e) { + if (!isset($this->form['fields'])) { + throw $e; + } + + // Blueprint is not defined, but we have custom form fields available. + $blueprint = new Blueprint(null, ['form' => $this->form]); + $blueprint->load(); + $blueprint->setScope('object'); + $blueprint->init(); + } + + $this->blueprint = $blueprint; + } + + return $this->blueprint; + } + + /** + * @return Route|null + */ + public function getFileUploadAjaxRoute(): ?Route + { + $object = $this->getObject(); + if (!method_exists($object, 'route')) { + /** @var Route $route */ + $route = Grav::instance()['route']; + + return $route->withExtension('json')->withGravParam('task', 'media.upload'); + } + + return $object->route('/edit.json/task:media.upload'); + } + + /** + * @param string|null $field + * @param string|null $filename + * @return Route|null + */ + public function getFileDeleteAjaxRoute($field = null, $filename = null): ?Route + { + $object = $this->getObject(); + if (!method_exists($object, 'route')) { + /** @var Route $route */ + $route = Grav::instance()['route']; + + return $route->withExtension('json')->withGravParam('task', 'media.delete'); + } + + return $object->route('/edit.json/task:media.delete'); + } + + /** + * @param array $params + * @param string|null $extension + * @return string + */ + public function getMediaTaskRoute(array $params = [], string $extension = null): string + { + $grav = Grav::instance(); + /** @var Flex $flex */ + $flex = $grav['flex_objects']; + + if (method_exists($flex, 'adminRoute')) { + return $flex->adminRoute($this->getObject(), $params, $extension ?? 'json'); + } + + return ''; + } + + /** + * @param string $name + * @return mixed|null + */ + #[\ReturnTypeWillChange] + public function __get($name) + { + $method = "get{$name}"; + if (method_exists($this, $method)) { + return $this->{$method}(); + } + + $form = $this->getBlueprint()->form(); + + return $form[$name] ?? null; + } + + /** + * @param string $name + * @param mixed $value + * @return void + */ + #[\ReturnTypeWillChange] + public function __set($name, $value) + { + $method = "set{$name}"; + if (method_exists($this, $method)) { + $this->{$method}($value); + } + } + + /** + * @param string $name + * @return bool + */ + #[\ReturnTypeWillChange] + public function __isset($name) + { + $method = "get{$name}"; + if (method_exists($this, $method)) { + return true; + } + + $form = $this->getBlueprint()->form(); + + return isset($form[$name]); + } + + /** + * @param string $name + * @return void + */ + #[\ReturnTypeWillChange] + public function __unset($name) + { + } + + /** + * @return array|bool + */ + protected function getUnserializeAllowedClasses() + { + return [FlexObject::class]; + } + + /** + * Note: this method clones the object. + * + * @param FlexObjectInterface $object + * @return $this + */ + protected function setObject(FlexObjectInterface $object): self + { + $this->object = clone $object; + + return $this; + } + + /** + * @param string $layout + * @return Template|TemplateWrapper + * @throws LoaderError + * @throws SyntaxError + */ + protected function getTemplate($layout) + { + $grav = Grav::instance(); + + /** @var Twig $twig */ + $twig = $grav['twig']; + + return $twig->twig()->resolveTemplate( + [ + "flex-objects/layouts/{$this->getFlexType()}/form/{$layout}.html.twig", + "flex-objects/layouts/_default/form/{$layout}.html.twig", + "forms/{$layout}/form.html.twig", + 'forms/default/form.html.twig' + ] + ); + } + + /** + * @param array $data + * @param array $files + * @return void + * @throws Exception + */ + protected function doSubmit(array $data, array $files) + { + /** @var FlexObject $object */ + $object = clone $this->getObject(); + + $method = $this->submitMethod; + if ($method) { + $method($data, $files, $object); + } else { + $object->update($data, $files); + $object->save(); + } + + $this->setObject($object); + $this->reset(); + } + + /** + * @return array + */ + protected function doSerialize(): array + { + return $this->doTraitSerialize() + [ + 'items' => $this->items, + 'form' => $this->form, + 'object' => $this->object, + 'flexName' => $this->flexName, + 'submitMethod' => $this->submitMethod, + ]; + } + + /** + * @param array $data + * @return void + */ + protected function doUnserialize(array $data): void + { + $this->doTraitUnserialize($data); + + $this->items = $data['items'] ?? null; + $this->form = $data['form'] ?? null; + $this->object = $data['object'] ?? null; + $this->flexName = $data['flexName'] ?? null; + $this->submitMethod = $data['submitMethod'] ?? null; + } + + /** + * Filter validated data. + * + * @param ArrayAccess|Data|null $data + * @return void + * @phpstan-param ArrayAccess|Data|null $data + */ + protected function filterData($data = null): void + { + if ($data instanceof Data) { + $data->filter(true, true); + } + } +} diff --git a/system/src/Grav/Framework/Flex/FlexFormFlash.php b/system/src/Grav/Framework/Flex/FlexFormFlash.php new file mode 100644 index 0000000..084c346 --- /dev/null +++ b/system/src/Grav/Framework/Flex/FlexFormFlash.php @@ -0,0 +1,130 @@ +object = $object; + $this->directory = $object->getFlexDirectory(); + } + + /** + * @return FlexObjectInterface|null + */ + public function getObject(): ?FlexObjectInterface + { + return $this->object; + } + + /** + * @param FlexDirectory $directory + */ + public function setDirectory(FlexDirectory $directory): void + { + $this->directory = $directory; + } + + /** + * @return FlexDirectory|null + */ + public function getDirectory(): ?FlexDirectory + { + return $this->directory; + } + + /** + * @return array + */ + public function jsonSerialize(): array + { + $serialized = parent::jsonSerialize(); + + $object = $this->getObject(); + if ($object instanceof FlexObjectInterface) { + $serialized['object'] = [ + 'type' => $object->getFlexType(), + 'key' => $object->getKey() ?: null, + 'storage_key' => $object->getStorageKey(), + 'timestamp' => $object->getTimestamp(), + 'serialized' => $object->prepareStorage() + ]; + } else { + $directory = $this->getDirectory(); + if ($directory instanceof FlexDirectory) { + $serialized['directory'] = [ + 'type' => $directory->getFlexType() + ]; + } + } + + return $serialized; + } + + /** + * @param array|null $data + * @param array $config + * @return void + */ + protected function init(?array $data, array $config): void + { + parent::init($data, $config); + + $data = $data ?? []; + /** @var FlexObjectInterface|null $object */ + $object = $config['object'] ?? null; + $create = true; + if ($object) { + $directory = $object->getFlexDirectory(); + $create = !$object->exists(); + } elseif (null === ($directory = $config['directory'] ?? null)) { + $flex = $config['flex'] ?? static::$flex; + $type = $data['object']['type'] ?? $data['directory']['type'] ?? null; + $directory = $flex && $type ? $flex->getDirectory($type) : null; + } + + if ($directory && $create && isset($data['object']['serialized'])) { + // TODO: update instead of create new. + $object = $directory->createObject($data['object']['serialized'], $data['object']['key'] ?? ''); + } + + if ($object) { + $this->setObject($object); + } elseif ($directory) { + $this->setDirectory($directory); + } + } +} diff --git a/system/src/Grav/Framework/Flex/FlexIdentifier.php b/system/src/Grav/Framework/Flex/FlexIdentifier.php new file mode 100644 index 0000000..ec47ed8 --- /dev/null +++ b/system/src/Grav/Framework/Flex/FlexIdentifier.php @@ -0,0 +1,75 @@ + + */ +class FlexIdentifier extends Identifier +{ + /** @var string */ + private $keyField; + /** @var FlexObjectInterface|null */ + private $object = null; + + /** + * @param FlexObjectInterface $object + * @return FlexIdentifier + */ + public static function createFromObject(FlexObjectInterface $object): FlexIdentifier + { + $instance = new static($object->getKey(), $object->getFlexType(), 'key'); + $instance->setObject($object); + + return $instance; + } + + /** + * IdentifierInterface constructor. + * @param string $id + * @param string $type + * @param string $keyField + */ + public function __construct(string $id, string $type, string $keyField = 'key') + { + parent::__construct($id, $type); + + $this->keyField = $keyField; + } + + /** + * @return T + */ + public function getObject(): ?FlexObjectInterface + { + if (!isset($this->object)) { + /** @var Flex $flex */ + $flex = Grav::instance()['flex']; + + $this->object = $flex->getObject($this->getId(), $this->getType(), $this->keyField); + } + + return $this->object; + } + + /** + * @param T $object + */ + public function setObject(FlexObjectInterface $object): void + { + $type = $this->getType(); + if ($type !== $object->getFlexType()) { + throw new RuntimeException(sprintf('Object has to be type %s, %s given', $type, $object->getFlexType())); + } + + $this->object = $object; + } +} diff --git a/system/src/Grav/Framework/Flex/FlexIndex.php b/system/src/Grav/Framework/Flex/FlexIndex.php new file mode 100644 index 0000000..39fec18 --- /dev/null +++ b/system/src/Grav/Framework/Flex/FlexIndex.php @@ -0,0 +1,930 @@ + + * @implements FlexIndexInterface + * @mixin C + */ +class FlexIndex extends ObjectIndex implements FlexIndexInterface +{ + const VERSION = 1; + + /** @var FlexDirectory|null */ + private $_flexDirectory; + /** @var string */ + private $_keyField = 'storage_key'; + /** @var array */ + private $_indexKeys; + + /** + * @param FlexDirectory $directory + * @return static + * @phpstan-return static + */ + public static function createFromStorage(FlexDirectory $directory) + { + return static::createFromArray(static::loadEntriesFromStorage($directory->getStorage()), $directory); + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::createFromArray() + */ + public static function createFromArray(array $entries, FlexDirectory $directory, string $keyField = null) + { + $instance = new static($entries, $directory); + $instance->setKeyField($keyField); + + return $instance; + } + + /** + * @param FlexStorageInterface $storage + * @return array + */ + public static function loadEntriesFromStorage(FlexStorageInterface $storage): array + { + return $storage->getExistingKeys(); + } + + /** + * You can define indexes for fast lookup. + * + * Primary key: $meta['key'] + * Secondary keys: $meta['my_field'] + * + * @param array $meta + * @param array $data + * @param FlexStorageInterface $storage + * @return void + */ + public static function updateObjectMeta(array &$meta, array $data, FlexStorageInterface $storage) + { + // For backwards compatibility, no need to call this method when you override this method. + static::updateIndexData($meta, $data); + } + + /** + * Initializes a new FlexIndex. + * + * @param array $entries + * @param FlexDirectory|null $directory + */ + public function __construct(array $entries = [], FlexDirectory $directory = null) + { + // @phpstan-ignore-next-line + if (get_class($this) === __CLASS__) { + user_error('Using ' . __CLASS__ . ' directly is deprecated since Grav 1.7, use \Grav\Common\Flex\Types\Generic\GenericIndex or your own class instead', E_USER_DEPRECATED); + } + + parent::__construct($entries); + + $this->_flexDirectory = $directory; + $this->setKeyField(null); + } + + /** + * @return string + */ + public function getKey() + { + return $this->_key ?: $this->getFlexType() . '@@' . spl_object_hash($this); + } + + /** + * {@inheritdoc} + * @see FlexCommonInterface::hasFlexFeature() + */ + public function hasFlexFeature(string $name): bool + { + return in_array($name, $this->getFlexFeatures(), true); + } + + /** + * {@inheritdoc} + * @see FlexCommonInterface::hasFlexFeature() + */ + public function getFlexFeatures(): array + { + /** @var array $implements */ + $implements = class_implements($this->getFlexDirectory()->getCollectionClass()); + + $list = []; + foreach ($implements as $interface) { + if ($pos = strrpos($interface, '\\')) { + $interface = substr($interface, $pos+1); + } + + $list[] = Inflector::hyphenize(str_replace('Interface', '', $interface)); + } + + return $list; + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::search() + */ + public function search(string $search, $properties = null, array $options = null) + { + $directory = $this->getFlexDirectory(); + $properties = $directory->getSearchProperties($properties); + $options = $directory->getSearchOptions($options); + + return $this->__call('search', [$search, $properties, $options]); + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::sort() + */ + public function sort(array $orderings) + { + return $this->orderBy($orderings); + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::filterBy() + */ + public function filterBy(array $filters) + { + return $this->__call('filterBy', [$filters]); + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::getFlexType() + */ + public function getFlexType(): string + { + return $this->getFlexDirectory()->getFlexType(); + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::getFlexDirectory() + */ + public function getFlexDirectory(): FlexDirectory + { + if (null === $this->_flexDirectory) { + throw new RuntimeException('Flex Directory not defined, object is not fully defined'); + } + + return $this->_flexDirectory; + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::getTimestamp() + */ + public function getTimestamp(): int + { + $timestamps = $this->getTimestamps(); + + return $timestamps ? max($timestamps) : time(); + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::getCacheKey() + */ + public function getCacheKey(): string + { + return $this->getTypePrefix() . $this->getFlexType() . '.' . sha1(json_encode($this->getKeys()) . $this->_keyField); + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::getCacheChecksum() + */ + public function getCacheChecksum(): string + { + $list = []; + foreach ($this->getEntries() as $key => $value) { + $list[$key] = $value['checksum'] ?? $value['storage_timestamp']; + } + + return sha1((string)json_encode($list)); + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::getTimestamps() + */ + public function getTimestamps(): array + { + return $this->getIndexMap('storage_timestamp'); + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::getStorageKeys() + */ + public function getStorageKeys(): array + { + return $this->getIndexMap('storage_key'); + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::getFlexKeys() + */ + public function getFlexKeys(): array + { + // Get storage keys for the objects. + $keys = []; + $type = $this->getFlexDirectory()->getFlexType() . '.obj:'; + + foreach ($this->getEntries() as $key => $value) { + $keys[$key] = $value['flex_key'] ?? $type . $value['storage_key']; + } + + return $keys; + } + + /** + * {@inheritdoc} + * @see FlexIndexInterface::withKeyField() + */ + public function withKeyField(string $keyField = null) + { + $keyField = $keyField ?: 'key'; + if ($keyField === $this->getKeyField()) { + return $this; + } + + $type = $keyField === 'flex_key' ? $this->getFlexDirectory()->getFlexType() . '.obj:' : ''; + $entries = []; + foreach ($this->getEntries() as $key => $value) { + if (!isset($value['key'])) { + $value['key'] = $key; + } + + if (isset($value[$keyField])) { + $entries[$value[$keyField]] = $value; + } elseif ($keyField === 'flex_key') { + $entries[$type . $value['storage_key']] = $value; + } + } + + return $this->createFrom($entries, $keyField); + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::getIndex() + */ + public function getIndex() + { + return $this; + } + + /** + * @return FlexCollectionInterface + * @phpstan-return C + */ + public function getCollection() + { + return $this->loadCollection(); + } + + /** + * {@inheritdoc} + * @see FlexCollectionInterface::render() + */ + public function render(string $layout = null, array $context = []) + { + return $this->__call('render', [$layout, $context]); + } + + /** + * {@inheritdoc} + * @see FlexIndexInterface::getFlexKeys() + */ + public function getIndexMap(string $indexKey = null) + { + if (null === $indexKey) { + return $this->getEntries(); + } + + // Get storage keys for the objects. + $index = []; + foreach ($this->getEntries() as $key => $value) { + $index[$key] = $value[$indexKey] ?? null; + } + + return $index; + } + + /** + * @param string $key + * @return array + */ + public function getMetaData($key): array + { + return $this->getEntries()[$key] ?? []; + } + + /** + * @return string + */ + public function getKeyField(): string + { + return $this->_keyField; + } + + /** + * @param string|null $namespace + * @return CacheInterface + */ + public function getCache(string $namespace = null) + { + return $this->getFlexDirectory()->getCache($namespace); + } + + /** + * @param array $orderings + * @return static + * @phpstan-return static + */ + public function orderBy(array $orderings) + { + if (!$orderings || !$this->count()) { + return $this; + } + + // Handle primary key alias. + $keyField = $this->getFlexDirectory()->getStorage()->getKeyField(); + if ($keyField !== 'key' && $keyField !== 'storage_key' && isset($orderings[$keyField])) { + $orderings['key'] = $orderings[$keyField]; + unset($orderings[$keyField]); + } + + // Check if ordering needs to load the objects. + if (array_diff_key($orderings, $this->getIndexKeys())) { + return $this->__call('orderBy', [$orderings]); + } + + // Ordering can be done by using index only. + $previous = null; + foreach (array_reverse($orderings) as $field => $ordering) { + $field = (string)$field; + if ($this->getKeyField() === $field) { + $keys = $this->getKeys(); + $search = array_combine($keys, $keys) ?: []; + } elseif ($field === 'flex_key') { + $search = $this->getFlexKeys(); + } else { + $search = $this->getIndexMap($field); + } + + // Update current search to match the previous ordering. + if (null !== $previous) { + $search = array_replace($previous, $search); + } + + // Order by current field. + if (strtoupper($ordering) === 'DESC') { + arsort($search, SORT_NATURAL | SORT_FLAG_CASE); + } else { + asort($search, SORT_NATURAL | SORT_FLAG_CASE); + } + + $previous = $search; + } + + return $this->createFrom(array_replace($previous ?? [], $this->getEntries())); + } + + /** + * {@inheritDoc} + */ + public function call($method, array $arguments = []) + { + return $this->__call('call', [$method, $arguments]); + } + + /** + * @param string $name + * @param array $arguments + * @return mixed + */ + #[\ReturnTypeWillChange] + public function __call($name, $arguments) + { + /** @var Debugger $debugger */ + $debugger = Grav::instance()['debugger']; + + /** @phpstan-var class-string $className */ + $className = $this->getFlexDirectory()->getCollectionClass(); + $cachedMethods = $className::getCachedMethods(); + + $flexType = $this->getFlexType(); + + if (!empty($cachedMethods[$name])) { + $type = $cachedMethods[$name]; + if ($type === 'session') { + /** @var Session $session */ + $session = Grav::instance()['session']; + $cacheKey = $session->getId() . ($session->user->username ?? ''); + } else { + $cacheKey = ''; + } + $key = "{$flexType}.idx." . sha1($name . '.' . $cacheKey . json_encode($arguments) . $this->getCacheKey()); + $checksum = $this->getCacheChecksum(); + + $cache = $this->getCache('object'); + + try { + $cached = $cache->get($key); + $test = $cached[0] ?? null; + $result = $test === $checksum ? ($cached[1] ?? null) : null; + + // Make sure the keys aren't changed if the returned type is the same index type. + if ($result instanceof self && $flexType === $result->getFlexType()) { + $result = $result->withKeyField($this->getKeyField()); + } + } catch (InvalidArgumentException $e) { + $debugger->addException($e); + } + + if (!isset($result)) { + $collection = $this->loadCollection(); + $result = $collection->{$name}(...$arguments); + $debugger->addMessage("Cache miss: '{$flexType}::{$name}()'", 'debug'); + + try { + // If flex collection is returned, convert it back to flex index. + if ($result instanceof FlexCollection) { + $cached = $result->getFlexDirectory()->getIndex($result->getKeys(), $this->getKeyField()); + } else { + $cached = $result; + } + + $cache->set($key, [$checksum, $cached]); + } catch (InvalidArgumentException $e) { + $debugger->addException($e); + + // TODO: log error. + } + } + } else { + $collection = $this->loadCollection(); + if (\is_callable([$collection, $name])) { + $result = $collection->{$name}(...$arguments); + if (!isset($cachedMethods[$name])) { + $debugger->addMessage("Call '{$flexType}:{$name}()' isn't cached", 'debug'); + } + } else { + $result = null; + } + } + + return $result; + } + + /** + * @return array + */ + public function __serialize(): array + { + return ['type' => $this->getFlexType(), 'entries' => $this->getEntries()]; + } + + /** + * @param array $data + * @return void + */ + public function __unserialize(array $data): void + { + $this->_flexDirectory = Grav::instance()['flex']->getDirectory($data['type']); + $this->setEntries($data['entries']); + } + + /** + * @return array + */ + #[\ReturnTypeWillChange] + public function __debugInfo() + { + return [ + 'type:private' => $this->getFlexType(), + 'key:private' => $this->getKey(), + 'entries_key:private' => $this->getKeyField(), + 'entries:private' => $this->getEntries() + ]; + } + + /** + * @param array $entries + * @param string|null $keyField + * @return static + * @phpstan-return static + */ + protected function createFrom(array $entries, string $keyField = null) + { + /** @phpstan-var static $index */ + $index = new static($entries, $this->getFlexDirectory()); + $index->setKeyField($keyField ?? $this->_keyField); + + return $index; + } + + /** + * @param string|null $keyField + * @return void + */ + protected function setKeyField(string $keyField = null) + { + $this->_keyField = $keyField ?? 'storage_key'; + } + + /** + * @return array + */ + protected function getIndexKeys() + { + if (null === $this->_indexKeys) { + $entries = $this->getEntries(); + $first = reset($entries); + if ($first) { + $keys = array_keys($first); + $keys = array_combine($keys, $keys) ?: []; + } else { + $keys = []; + } + + $this->setIndexKeys($keys); + } + + return $this->_indexKeys; + } + + /** + * @param array $indexKeys + * @return void + */ + protected function setIndexKeys(array $indexKeys) + { + // Add defaults. + $indexKeys += [ + 'key' => 'key', + 'storage_key' => 'storage_key', + 'storage_timestamp' => 'storage_timestamp', + 'flex_key' => 'flex_key' + ]; + + + $this->_indexKeys = $indexKeys; + } + + /** + * @return string + */ + protected function getTypePrefix() + { + return 'i.'; + } + + /** + * @param string $key + * @param mixed $value + * @return ObjectInterface|null + * @phpstan-return T|null + */ + protected function loadElement($key, $value): ?ObjectInterface + { + /** @phpstan-var T[] $objects */ + $objects = $this->getFlexDirectory()->loadObjects([$key => $value]); + + return $objects ? reset($objects): null; + } + + /** + * @param array|null $entries + * @return ObjectInterface[] + * @phpstan-return T[] + */ + protected function loadElements(array $entries = null): array + { + /** @phpstan-var T[] $objects */ + $objects = $this->getFlexDirectory()->loadObjects($entries ?? $this->getEntries()); + + return $objects; + } + + /** + * @param array|null $entries + * @return CollectionInterface + * @phpstan-return C + */ + protected function loadCollection(array $entries = null): CollectionInterface + { + /** @var C $collection */ + $collection = $this->getFlexDirectory()->loadCollection($entries ?? $this->getEntries(), $this->_keyField); + + return $collection; + } + + /** + * @param mixed $value + * @return bool + */ + protected function isAllowedElement($value): bool + { + return $value instanceof FlexObject; + } + + /** + * @param FlexObjectInterface $object + * @return mixed + */ + protected function getElementMeta($object) + { + return $object->getMetaData(); + } + + /** + * @param FlexObjectInterface $element + * @return string + */ + protected function getCurrentKey($element) + { + $keyField = $this->getKeyField(); + if ($keyField === 'storage_key') { + return $element->getStorageKey(); + } + if ($keyField === 'flex_key') { + return $element->getFlexKey(); + } + if ($keyField === 'key') { + return $element->getKey(); + } + + return $element->getKey(); + } + + /** + * @param FlexStorageInterface $storage + * @param array $index Saved index + * @param array $entries Updated index + * @param array $options + * @return array Compiled list of entries + */ + protected static function updateIndexFile(FlexStorageInterface $storage, array $index, array $entries, array $options = []): array + { + $indexFile = static::getIndexFile($storage); + if (null === $indexFile) { + return $entries; + } + + // Calculate removed objects. + $removed = array_diff_key($index, $entries); + + // First get rid of all removed objects. + if ($removed) { + $index = array_diff_key($index, $removed); + } + + if ($entries && empty($options['force_update'])) { + // Calculate difference between saved index and current data. + foreach ($index as $key => $entry) { + $storage_key = $entry['storage_key'] ?? null; + if (isset($entries[$storage_key]) && $entries[$storage_key]['storage_timestamp'] === $entry['storage_timestamp']) { + // Entry is up to date, no update needed. + unset($entries[$storage_key]); + } + } + + if (empty($entries) && empty($removed)) { + // No objects were added, updated or removed. + return $index; + } + } elseif (!$removed) { + // There are no objects and nothing was removed. + return []; + } + + // Index should be updated, lock the index file for saving. + $indexFile->lock(); + + // Read all the data rows into an array using chunks of 100. + $keys = array_fill_keys(array_keys($entries), null); + $chunks = array_chunk($keys, 100, true); + $updated = $added = []; + foreach ($chunks as $keys) { + $rows = $storage->readRows($keys); + + $keyField = $storage->getKeyField(); + + // Go through all the updated objects and refresh their index data. + foreach ($rows as $key => $row) { + if (null !== $row || !empty($options['include_missing'])) { + $entry = $entries[$key] + ['key' => $key]; + if ($keyField !== 'storage_key' && isset($row[$keyField])) { + $entry['key'] = $row[$keyField]; + } + static::updateObjectMeta($entry, $row ?? [], $storage); + if (isset($row['__ERROR'])) { + $entry['__ERROR'] = true; + static::onException(new RuntimeException(sprintf('Object failed to load: %s (%s)', $key, + $row['__ERROR']))); + } + if (isset($index[$key])) { + // Update object in the index. + $updated[$key] = $entry; + } else { + // Add object into the index. + $added[$key] = $entry; + } + + // Either way, update the entry. + $index[$key] = $entry; + } elseif (isset($index[$key])) { + // Remove object from the index. + $removed[$key] = $index[$key]; + unset($index[$key]); + } + } + unset($rows); + } + + // Sort the index before saving it. + ksort($index, SORT_NATURAL | SORT_FLAG_CASE); + + static::onChanges($index, $added, $updated, $removed); + + $indexFile->save(['version' => static::VERSION, 'timestamp' => time(), 'count' => count($index), 'index' => $index]); + $indexFile->unlock(); + + return $index; + } + + /** + * @param array $entry + * @param array $data + * @return void + * @deprecated 1.7 Use static ::updateObjectMeta() method instead. + */ + protected static function updateIndexData(array &$entry, array $data) + { + } + + /** + * @param FlexStorageInterface $storage + * @return array + */ + protected static function loadIndex(FlexStorageInterface $storage) + { + $indexFile = static::getIndexFile($storage); + + if ($indexFile) { + $data = []; + try { + $data = (array)$indexFile->content(); + $version = $data['version'] ?? null; + if ($version !== static::VERSION) { + $data = []; + } + } catch (Exception $e) { + $e = new RuntimeException(sprintf('Index failed to load: %s', $e->getMessage()), $e->getCode(), $e); + + static::onException($e); + } + + if ($data) { + return $data; + } + } + + return ['version' => static::VERSION, 'timestamp' => 0, 'count' => 0, 'index' => []]; + } + + /** + * @param FlexStorageInterface $storage + * @return array + */ + protected static function loadEntriesFromIndex(FlexStorageInterface $storage) + { + $data = static::loadIndex($storage); + + return $data['index'] ?? []; + } + + /** + * @param FlexStorageInterface $storage + * @return CompiledYamlFile|CompiledJsonFile|null + */ + protected static function getIndexFile(FlexStorageInterface $storage) + { + if (!method_exists($storage, 'isIndexed') || !$storage->isIndexed()) { + return null; + } + + $path = $storage->getStoragePath(); + if (!$path) { + return null; + } + + // Load saved index file. + $grav = Grav::instance(); + $locator = $grav['locator']; + $filename = $locator->findResource("{$path}/index.yaml", true, true); + + return CompiledYamlFile::instance($filename); + } + + /** + * @param Exception $e + * @return void + */ + protected static function onException(Exception $e) + { + $grav = Grav::instance(); + + /** @var Logger $logger */ + $logger = $grav['log']; + $logger->addAlert($e->getMessage()); + + /** @var Debugger $debugger */ + $debugger = $grav['debugger']; + $debugger->addException($e); + $debugger->addMessage($e, 'error'); + } + + /** + * @param array $entries + * @param array $added + * @param array $updated + * @param array $removed + * @return void + */ + protected static function onChanges(array $entries, array $added, array $updated, array $removed) + { + $addedCount = count($added); + $updatedCount = count($updated); + $removedCount = count($removed); + + if ($addedCount + $updatedCount + $removedCount) { + $message = sprintf('Index updated, %d objects (%d added, %d updated, %d removed).', count($entries), $addedCount, $updatedCount, $removedCount); + + $grav = Grav::instance(); + + /** @var Debugger $debugger */ + $debugger = $grav['debugger']; + $debugger->addMessage($message, 'debug'); + } + } + + // DEPRECATED METHODS + + /** + * @param bool $prefix + * @return string + * @deprecated 1.6 Use `->getFlexType()` instead. + */ + public function getType($prefix = false) + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.6, use ->getFlexType() method instead', E_USER_DEPRECATED); + + $type = $prefix ? $this->getTypePrefix() : ''; + + return $type . $this->getFlexType(); + } +} diff --git a/system/src/Grav/Framework/Flex/FlexObject.php b/system/src/Grav/Framework/Flex/FlexObject.php new file mode 100644 index 0000000..14f28f9 --- /dev/null +++ b/system/src/Grav/Framework/Flex/FlexObject.php @@ -0,0 +1,1288 @@ + true, + 'getType' => true, + 'getFlexType' => true, + 'getFlexDirectory' => true, + 'hasFlexFeature' => true, + 'getFlexFeatures' => true, + 'getCacheKey' => true, + 'getCacheChecksum' => false, + 'getTimestamp' => true, + 'value' => true, + 'exists' => true, + 'hasProperty' => true, + 'getProperty' => true, + + // FlexAclTrait + 'isAuthorized' => 'session', + ]; + } + + /** + * @param array $elements + * @param array $storage + * @param FlexDirectory $directory + * @param bool $validate + * @return static + */ + public static function createFromStorage(array $elements, array $storage, FlexDirectory $directory, bool $validate = false) + { + $instance = new static($elements, $storage['key'], $directory, $validate); + $instance->setMetaData($storage); + + return $instance; + } + + /** + * {@inheritdoc} + * @see FlexObjectInterface::__construct() + */ + public function __construct(array $elements, $key, FlexDirectory $directory, bool $validate = false) + { + if (get_class($this) === __CLASS__) { + user_error('Using ' . __CLASS__ . ' directly is deprecated since Grav 1.7, use \Grav\Common\Flex\Types\Generic\GenericObject or your own class instead', E_USER_DEPRECATED); + } + + $this->_flexDirectory = $directory; + + if (isset($elements['__META'])) { + $this->setMetaData($elements['__META']); + unset($elements['__META']); + } + + if ($validate) { + $blueprint = $this->getFlexDirectory()->getBlueprint(); + + $blueprint->validate($elements, ['xss_check' => false]); + + $elements = $blueprint->filter($elements, true, true); + } + + $this->filterElements($elements); + + $this->objectConstruct($elements, $key); + } + + /** + * {@inheritdoc} + * @see FlexCommonInterface::hasFlexFeature() + */ + public function hasFlexFeature(string $name): bool + { + return in_array($name, $this->getFlexFeatures(), true); + } + + /** + * {@inheritdoc} + * @see FlexCommonInterface::hasFlexFeature() + */ + public function getFlexFeatures(): array + { + /** @var array $implements */ + $implements = class_implements($this); + + $list = []; + foreach ($implements as $interface) { + if ($pos = strrpos($interface, '\\')) { + $interface = substr($interface, $pos+1); + } + + $list[] = Inflector::hyphenize(str_replace('Interface', '', $interface)); + } + + return $list; + } + + /** + * {@inheritdoc} + * @see FlexObjectInterface::getFlexType() + */ + public function getFlexType(): string + { + return $this->_flexDirectory->getFlexType(); + } + + /** + * {@inheritdoc} + * @see FlexObjectInterface::getFlexDirectory() + */ + public function getFlexDirectory(): FlexDirectory + { + return $this->_flexDirectory; + } + + /** + * Refresh object from the storage. + * + * @param bool $keepMissing + * @return bool True if the object was refreshed + */ + public function refresh(bool $keepMissing = false): bool + { + $key = $this->getStorageKey(); + if ('' === $key) { + return false; + } + + $storage = $this->getFlexDirectory()->getStorage(); + $meta = $storage->getMetaData([$key])[$key] ?? null; + + $newChecksum = $meta['checksum'] ?? $meta['storage_timestamp'] ?? null; + $curChecksum = $this->_meta['checksum'] ?? $this->_meta['storage_timestamp'] ?? null; + + // Check if object is up to date with the storage. + if (null === $newChecksum || $newChecksum === $curChecksum) { + return false; + } + + // Get current elements (if requested). + $current = $keepMissing ? $this->getElements() : []; + // Get elements from the filesystem. + $elements = $storage->readRows([$key => null])[$key] ?? null; + if (null !== $elements) { + $meta = $elements['__META'] ?? $meta; + unset($elements['__META']); + $this->filterElements($elements); + $newKey = $meta['key'] ?? $this->getKey(); + if ($meta) { + $this->setMetaData($meta); + } + $this->objectConstruct($elements, $newKey); + + if ($current) { + // Inject back elements which are missing in the filesystem. + $data = $this->getBlueprint()->flattenData($current); + foreach ($data as $property => $value) { + if (strpos($property, '.') === false) { + $this->defProperty($property, $value); + } else { + $this->defNestedProperty($property, $value); + } + } + } + + /** @var Debugger $debugger */ + $debugger = Grav::instance()['debugger']; + $debugger->addMessage("Refreshed {$this->getFlexType()} object {$this->getKey()}", 'debug'); + } + + return true; + } + + /** + * {@inheritdoc} + * @see FlexObjectInterface::getTimestamp() + */ + public function getTimestamp(): int + { + return $this->_meta['storage_timestamp'] ?? 0; + } + + /** + * {@inheritdoc} + * @see FlexObjectInterface::getCacheKey() + */ + public function getCacheKey(): string + { + return $this->hasKey() ? $this->getTypePrefix() . $this->getFlexType() . '.' . $this->getKey() : ''; + } + + /** + * {@inheritdoc} + * @see FlexObjectInterface::getCacheChecksum() + */ + public function getCacheChecksum(): string + { + return (string)($this->_meta['checksum'] ?? $this->getTimestamp()); + } + + /** + * {@inheritdoc} + * @see FlexObjectInterface::search() + */ + public function search(string $search, $properties = null, array $options = null): float + { + $directory = $this->getFlexDirectory(); + $properties = $directory->getSearchProperties($properties); + $options = $directory->getSearchOptions($options); + + $weight = 0; + foreach ($properties as $property) { + if (strpos($property, '.')) { + $weight += $this->searchNestedProperty($property, $search, $options); + } else { + $weight += $this->searchProperty($property, $search, $options); + } + } + + return $weight > 0 ? min($weight, 1) : 0; + } + + /** + * {@inheritdoc} + * @see ObjectInterface::getFlexKey() + */ + public function getKey() + { + return (string)$this->_key; + } + + /** + * {@inheritdoc} + * @see FlexObjectInterface::getFlexKey() + */ + public function getFlexKey(): string + { + $key = $this->_meta['flex_key'] ?? null; + + if (!$key && $key = $this->getStorageKey()) { + $key = $this->_flexDirectory->getFlexType() . '.obj:' . $key; + } + + return (string)$key; + } + + /** + * {@inheritdoc} + * @see FlexObjectInterface::getStorageKey() + */ + public function getStorageKey(): string + { + return (string)($this->storage_key ?? $this->_meta['storage_key'] ?? null); + } + + /** + * {@inheritdoc} + * @see FlexObjectInterface::getMetaData() + */ + public function getMetaData(): array + { + return $this->_meta ?? []; + } + + /** + * {@inheritdoc} + * @see FlexObjectInterface::exists() + */ + public function exists(): bool + { + $key = $this->getStorageKey(); + + return $key && $this->getFlexDirectory()->getStorage()->hasKey($key); + } + + /** + * @param string $property + * @param string $search + * @param array|null $options + * @return float + */ + public function searchProperty(string $property, string $search, array $options = null): float + { + $options = $options ?? (array)$this->getFlexDirectory()->getConfig('data.search.options'); + $value = $this->getProperty($property); + + return $this->searchValue($property, $value, $search, $options); + } + + /** + * @param string $property + * @param string $search + * @param array|null $options + * @return float + */ + public function searchNestedProperty(string $property, string $search, array $options = null): float + { + $options = $options ?? (array)$this->getFlexDirectory()->getConfig('data.search.options'); + if ($property === 'key') { + $value = $this->getKey(); + } else { + $value = $this->getNestedProperty($property); + } + + return $this->searchValue($property, $value, $search, $options); + } + + /** + * @param string $name + * @param mixed $value + * @param string $search + * @param array|null $options + * @return float + */ + protected function searchValue(string $name, $value, string $search, array $options = null): float + { + $options = $options ?? []; + + // Ignore empty search strings. + $search = trim($search); + if ($search === '') { + return 0; + } + + // Search only non-empty string values. + if (!is_string($value) || $value === '') { + return 0; + } + + $caseSensitive = $options['case_sensitive'] ?? false; + + $tested = false; + if (($tested |= !empty($options['same_as']))) { + if ($caseSensitive) { + if ($value === $search) { + return (float)$options['same_as']; + } + } elseif (mb_strtolower($value) === mb_strtolower($search)) { + return (float)$options['same_as']; + } + } + if (($tested |= !empty($options['starts_with'])) && Utils::startsWith($value, $search, $caseSensitive)) { + return (float)$options['starts_with']; + } + if (($tested |= !empty($options['ends_with'])) && Utils::endsWith($value, $search, $caseSensitive)) { + return (float)$options['ends_with']; + } + if ((!$tested || !empty($options['contains'])) && Utils::contains($value, $search, $caseSensitive)) { + return (float)($options['contains'] ?? 1); + } + + return 0; + } + + /** + * Get original data before update + * + * @return array + */ + public function getOriginalData(): array + { + return $this->_original ?? []; + } + + /** + * Get diff array from the object. + * + * @return array + */ + public function getDiff(): array + { + $blueprint = $this->getBlueprint(); + + $flattenOriginal = $blueprint->flattenData($this->getOriginalData()); + $flattenElements = $blueprint->flattenData($this->getElements()); + $removedElements = array_diff_key($flattenOriginal, $flattenElements); + $diff = []; + + // Include all added or changed keys. + foreach ($flattenElements as $key => $value) { + $orig = $flattenOriginal[$key] ?? null; + if ($orig !== $value) { + $diff[$key] = ['old' => $orig, 'new' => $value]; + } + } + + // Include all removed keys. + foreach ($removedElements as $key => $value) { + $diff[$key] = ['old' => $value, 'new' => null]; + } + + return $diff; + } + + /** + * Get any changes from the object. + * + * @return array + */ + public function getChanges(): array + { + $diff = $this->getDiff(); + + $data = new Data(); + foreach ($diff as $key => $change) { + $data->set($key, $change['new']); + } + + return $data->toArray(); + } + + /** + * @return string + */ + protected function getTypePrefix(): string + { + return 'o.'; + } + + /** + * Alias of getBlueprint() + * + * @return Blueprint + * @deprecated 1.6 Admin compatibility + */ + public function blueprints() + { + return $this->getBlueprint(); + } + + /** + * @param string|null $namespace + * @return CacheInterface + */ + public function getCache(string $namespace = null) + { + return $this->_flexDirectory->getCache($namespace); + } + + /** + * @param string|null $key + * @return $this + */ + public function setStorageKey($key = null) + { + $this->storage_key = $key ?? ''; + + return $this; + } + + /** + * @param int $timestamp + * @return $this + */ + public function setTimestamp($timestamp = null) + { + $this->storage_timestamp = $timestamp ?? time(); + + return $this; + } + + /** + * {@inheritdoc} + * @see FlexObjectInterface::render() + */ + public function render(string $layout = null, array $context = []) + { + if (!$layout) { + $config = $this->getTemplateConfig(); + $layout = $config['object']['defaults']['layout'] ?? 'default'; + } + + $type = $this->getFlexType(); + + $grav = Grav::instance(); + + /** @var Debugger $debugger */ + $debugger = $grav['debugger']; + $debugger->startTimer('flex-object-' . ($debugKey = uniqid($type, false)), 'Render Object ' . $type . ' (' . $layout . ')'); + + $key = $this->getCacheKey(); + + // Disable caching if context isn't all scalars. + if ($key) { + foreach ($context as $value) { + if (!is_scalar($value)) { + $key = ''; + break; + } + } + } + + if ($key) { + // Create a new key which includes layout and context. + $key = md5($key . '.' . $layout . json_encode($context)); + $cache = $this->getCache('render'); + } else { + $cache = null; + } + + try { + $data = $cache ? $cache->get($key) : null; + + $block = $data ? HtmlBlock::fromArray($data) : null; + } catch (InvalidArgumentException $e) { + $debugger->addException($e); + + $block = null; + } catch (\InvalidArgumentException $e) { + $debugger->addException($e); + + $block = null; + } + + $checksum = $this->getCacheChecksum(); + if ($block && $checksum !== $block->getChecksum()) { + $block = null; + } + + if (!$block) { + $block = HtmlBlock::create($key ?: null); + $block->setChecksum($checksum); + if (!$cache) { + $block->disableCache(); + } + + $event = new Event([ + 'type' => 'flex', + 'directory' => $this->getFlexDirectory(), + 'object' => $this, + 'layout' => &$layout, + 'context' => &$context + ]); + $this->triggerEvent('onRender', $event); + + $output = $this->getTemplate($layout)->render( + [ + 'grav' => $grav, + 'config' => $grav['config'], + 'block' => $block, + 'directory' => $this->getFlexDirectory(), + 'object' => $this, + 'layout' => $layout + ] + $context + ); + + if ($debugger->enabled() && + !($grav['uri']->getContentType() === 'application/json' || $grav['uri']->extension() === 'json')) { + $name = $this->getKey() . ' (' . $type . ')'; + $output = "\n\n{$output}\n\n"; + } + + $block->setContent($output); + + try { + $cache && $block->isCached() && $cache->set($key, $block->toArray()); + } catch (InvalidArgumentException $e) { + $debugger->addException($e); + } + } + + $debugger->stopTimer('flex-object-' . $debugKey); + + return $block; + } + + /** + * @return array + */ + #[\ReturnTypeWillChange] + public function jsonSerialize() + { + return $this->getElements(); + } + + /** + * {@inheritdoc} + * @see FlexObjectInterface::prepareStorage() + */ + public function prepareStorage(): array + { + return ['__META' => $this->getMetaData()] + $this->getElements(); + } + + /** + * {@inheritdoc} + * @see FlexObjectInterface::update() + */ + public function update(array $data, array $files = []) + { + if ($data) { + // Get currently stored data. + $elements = $this->getElements(); + + // Store original version of the object. + if ($this->_original === null) { + $this->_original = $elements; + } + + $blueprint = $this->getBlueprint(); + + // Process updated data through the object filters. + $this->filterElements($data); + + // Merge existing object to the test data to be validated. + $test = $blueprint->mergeData($elements, $data); + + // Validate and filter elements and throw an error if any issues were found. + $blueprint->validate($test + ['storage_key' => $this->getStorageKey(), 'timestamp' => $this->getTimestamp()], ['xss_check' => false]); + $data = $blueprint->filter($data, true, true); + + // Finally update the object. + $flattenData = $blueprint->flattenData($data); + foreach ($flattenData as $key => $value) { + if ($value === null) { + $this->unsetNestedProperty($key); + } else { + $this->setNestedProperty($key, $value); + } + } + } + + if ($files && method_exists($this, 'setUpdatedMedia')) { + $this->setUpdatedMedia($files); + } + + return $this; + } + + /** + * {@inheritdoc} + * @see FlexObjectInterface::create() + */ + public function create(string $key = null) + { + if ($key) { + $this->setStorageKey($key); + } + + if ($this->exists()) { + throw new RuntimeException('Cannot create new object (Already exists)'); + } + + return $this->save(); + } + + /** + * @param string|null $key + * @return FlexObject|FlexObjectInterface + */ + public function createCopy(string $key = null) + { + $this->markAsCopy(); + + return $this->create($key); + } + + /** + * @param UserInterface|null $user + */ + public function check(UserInterface $user = null): void + { + // If user has been provided, check if the user has permissions to save this object. + if ($user && !$this->isAuthorized('save', null, $user)) { + throw new \RuntimeException('Forbidden', 403); + } + } + + /** + * {@inheritdoc} + * @see FlexObjectInterface::save() + */ + public function save() + { + $this->triggerEvent('onBeforeSave'); + + $storage = $this->getFlexDirectory()->getStorage(); + + $storageKey = $this->getStorageKey() ?: '@@' . spl_object_hash($this); + + $result = $storage->replaceRows([$storageKey => $this->prepareStorage()]); + + if (method_exists($this, 'clearMediaCache')) { + $this->clearMediaCache(); + } + + $value = reset($result); + $meta = $value['__META'] ?? null; + if ($meta) { + /** @phpstan-var class-string $indexClass */ + $indexClass = $this->getFlexDirectory()->getIndexClass(); + $indexClass::updateObjectMeta($meta, $value, $storage); + $this->_meta = $meta; + } + + if ($value) { + $storageKey = $meta['storage_key'] ?? (string)key($result); + if ($storageKey !== '') { + $this->setStorageKey($storageKey); + } + + $newKey = $meta['key'] ?? ($this->hasKey() ? $this->getKey() : null); + $this->setKey($newKey ?? $storageKey); + } + + // FIXME: For some reason locator caching isn't cleared for the file, investigate! + $locator = Grav::instance()['locator']; + $locator->clearCache(); + + if (method_exists($this, 'saveUpdatedMedia')) { + $this->saveUpdatedMedia(); + } + + try { + $this->getFlexDirectory()->reloadIndex(); + if (method_exists($this, 'clearMediaCache')) { + $this->clearMediaCache(); + } + } catch (Exception $e) { + /** @var Debugger $debugger */ + $debugger = Grav::instance()['debugger']; + $debugger->addException($e); + + // Caching failed, but we can ignore that for now. + } + + $this->triggerEvent('onAfterSave'); + + return $this; + } + + /** + * {@inheritdoc} + * @see FlexObjectInterface::delete() + */ + public function delete() + { + if (!$this->exists()) { + return $this; + } + + $this->triggerEvent('onBeforeDelete'); + + $this->getFlexDirectory()->getStorage()->deleteRows([$this->getStorageKey() => $this->prepareStorage()]); + + try { + $this->getFlexDirectory()->reloadIndex(); + if (method_exists($this, 'clearMediaCache')) { + $this->clearMediaCache(); + } + } catch (Exception $e) { + /** @var Debugger $debugger */ + $debugger = Grav::instance()['debugger']; + $debugger->addException($e); + + // Caching failed, but we can ignore that for now. + } + + $this->triggerEvent('onAfterDelete'); + + return $this; + } + + /** + * {@inheritdoc} + * @see FlexObjectInterface::getBlueprint() + */ + public function getBlueprint(string $name = '') + { + if (!isset($this->_blueprint[$name])) { + $blueprint = $this->doGetBlueprint($name); + $blueprint->setScope('object'); + $blueprint->setObject($this); + + $this->_blueprint[$name] = $blueprint->init(); + } + + return $this->_blueprint[$name]; + } + + /** + * {@inheritdoc} + * @see FlexObjectInterface::getForm() + */ + public function getForm(string $name = '', array $options = null) + { + $hash = $name . '-' . md5(json_encode($options, JSON_THROW_ON_ERROR)); + if (!isset($this->_forms[$hash])) { + $this->_forms[$hash] = $this->createFormObject($name, $options); + } + + return $this->_forms[$hash]; + } + + /** + * {@inheritdoc} + * @see FlexObjectInterface::getDefaultValue() + */ + public function getDefaultValue(string $name, string $separator = null) + { + $separator = $separator ?: '.'; + $path = explode($separator, $name); + $offset = array_shift($path); + + $current = $this->getDefaultValues(); + + if (!isset($current[$offset])) { + return null; + } + + $current = $current[$offset]; + + while ($path) { + $offset = array_shift($path); + + if ((is_array($current) || $current instanceof ArrayAccess) && isset($current[$offset])) { + $current = $current[$offset]; + } elseif (is_object($current) && isset($current->{$offset})) { + $current = $current->{$offset}; + } else { + return null; + } + }; + + return $current; + } + + /** + * @return array + */ + public function getDefaultValues(): array + { + return $this->getBlueprint()->getDefaults(); + } + + /** + * {@inheritdoc} + * @see FlexObjectInterface::getFormValue() + */ + public function getFormValue(string $name, $default = null, string $separator = null) + { + if ($name === 'storage_key') { + return $this->getStorageKey(); + } + if ($name === 'storage_timestamp') { + return $this->getTimestamp(); + } + + return $this->getNestedProperty($name, $default, $separator); + } + + /** + * @param FlexDirectory $directory + */ + public function setFlexDirectory(FlexDirectory $directory): void + { + $this->_flexDirectory = $directory; + } + + /** + * Returns a string representation of this object. + * + * @return string + */ + #[\ReturnTypeWillChange] + public function __toString() + { + return $this->getFlexKey(); + } + + /** + * @return array + */ + #[\ReturnTypeWillChange] + public function __debugInfo() + { + return [ + 'type:private' => $this->getFlexType(), + 'storage_key:protected' => $this->getStorageKey(), + 'storage_timestamp:protected' => $this->getTimestamp(), + 'key:private' => $this->getKey(), + 'elements:private' => $this->getElements(), + 'storage:private' => $this->getMetaData() + ]; + } + + /** + * Clone object. + */ + #[\ReturnTypeWillChange] + public function __clone() + { + // Allows future compatibility as parent::__clone() works. + } + + protected function markAsCopy(): void + { + $meta = $this->getMetaData(); + $meta['copy'] = true; + $this->_meta = $meta; + } + + /** + * @param string $name + * @return Blueprint + */ + protected function doGetBlueprint(string $name = ''): Blueprint + { + return $this->_flexDirectory->getBlueprint($name ? '.' . $name : $name); + } + + /** + * @param array $meta + */ + protected function setMetaData(array $meta): void + { + $this->_meta = $meta; + } + + /** + * @return array + */ + protected function doSerialize(): array + { + return [ + 'type' => $this->getFlexType(), + 'key' => $this->getKey(), + 'elements' => $this->getElements(), + 'storage' => $this->getMetaData() + ]; + } + + /** + * @param array $serialized + * @param FlexDirectory|null $directory + * @return void + */ + protected function doUnserialize(array $serialized, FlexDirectory $directory = null): void + { + $type = $serialized['type'] ?? 'unknown'; + + if (!isset($serialized['key'], $serialized['type'], $serialized['elements'])) { + throw new \InvalidArgumentException("Cannot unserialize '{$type}': Bad data"); + } + + if (null === $directory) { + $directory = $this->getFlexContainer()->getDirectory($type); + if (!$directory) { + throw new \InvalidArgumentException("Cannot unserialize Flex type '{$type}': Directory not found"); + } + } + + $this->setFlexDirectory($directory); + $this->setMetaData($serialized['storage']); + $this->setKey($serialized['key']); + $this->setElements($serialized['elements']); + } + + /** + * @return array + */ + protected function getTemplateConfig() + { + $config = $this->getFlexDirectory()->getConfig('site.templates', []); + $defaults = array_replace($config['defaults'] ?? [], $config['object']['defaults'] ?? []); + $config['object']['defaults'] = $defaults; + + return $config; + } + + /** + * @param string $layout + * @return array + */ + protected function getTemplatePaths(string $layout): array + { + $config = $this->getTemplateConfig(); + $type = $this->getFlexType(); + $defaults = $config['object']['defaults'] ?? []; + + $ext = $defaults['ext'] ?? '.html.twig'; + $types = array_unique(array_merge([$type], (array)($defaults['type'] ?? null))); + $paths = $config['object']['paths'] ?? [ + 'flex/{TYPE}/object/{LAYOUT}{EXT}', + 'flex-objects/layouts/{TYPE}/object/{LAYOUT}{EXT}' + ]; + $table = ['TYPE' => '%1$s', 'LAYOUT' => '%2$s', 'EXT' => '%3$s']; + + $lookups = []; + foreach ($paths as $path) { + $path = Utils::simpleTemplate($path, $table); + foreach ($types as $type) { + $lookups[] = sprintf($path, $type, $layout, $ext); + } + } + + return array_unique($lookups); + } + + /** + * Filter data coming to constructor or $this->update() request. + * + * NOTE: The incoming data can be an arbitrary array so do not assume anything from its content. + * + * @param array $elements + */ + protected function filterElements(array &$elements): void + { + if (isset($elements['storage_key'])) { + $elements['storage_key'] = trim($elements['storage_key']); + } + if (isset($elements['storage_timestamp'])) { + $elements['storage_timestamp'] = (int)$elements['storage_timestamp']; + } + + unset($elements['_post_entries_save']); + } + + /** + * This methods allows you to override form objects in child classes. + * + * @param string $name Form name + * @param array|null $options Form optiosn + * @return FlexFormInterface + */ + protected function createFormObject(string $name, array $options = null) + { + return new FlexForm($name, $this, $options); + } + + /** + * @param string $action + * @return string + */ + protected function getAuthorizeAction(string $action): string + { + // Handle special action save, which can mean either update or create. + if ($action === 'save') { + $action = $this->exists() ? 'update' : 'create'; + } + + return $action; + } + + /** + * Method to reset blueprints if the type changes. + * + * @return void + * @since 1.7.18 + */ + protected function resetBlueprints(): void + { + $this->_blueprint = []; + } + + // DEPRECATED METHODS + + /** + * @param bool $prefix + * @return string + * @deprecated 1.6 Use `->getFlexType()` instead. + */ + public function getType($prefix = false) + { + user_error(__METHOD__ . '() is deprecated since Grav 1.6, use ->getFlexType() method instead', E_USER_DEPRECATED); + + $type = $prefix ? $this->getTypePrefix() : ''; + + return $type . $this->getFlexType(); + } + + /** + * @param string $name + * @param mixed|null $default + * @param string|null $separator + * @return mixed + * + * @deprecated 1.6 Use ->getFormValue() method instead. + */ + public function value($name, $default = null, $separator = null) + { + user_error(__METHOD__ . '() is deprecated since Grav 1.6, use ->getFormValue() method instead', E_USER_DEPRECATED); + + return $this->getFormValue($name, $default, $separator); + } + + /** + * @param string $name + * @param object|null $event + * @return $this + * @deprecated 1.7 Moved to \Grav\Common\Flex\Traits\FlexObjectTrait + */ + public function triggerEvent(string $name, $event = null) + { + user_error(__METHOD__ . '() is deprecated since Grav 1.7, moved to \Grav\Common\Flex\Traits\FlexObjectTrait', E_USER_DEPRECATED); + + if (null === $event) { + $event = new Event([ + 'type' => 'flex', + 'directory' => $this->getFlexDirectory(), + 'object' => $this + ]); + } + if (strpos($name, 'onFlexObject') !== 0 && strpos($name, 'on') === 0) { + $name = 'onFlexObject' . substr($name, 2); + } + + $grav = Grav::instance(); + if ($event instanceof Event) { + $grav->fireEvent($name, $event); + } else { + $grav->dispatchEvent($event); + } + + return $this; + } + + /** + * @param array $storage + * @deprecated 1.7 Use `->setMetaData()` instead. + */ + protected function setStorage(array $storage): void + { + user_error(__METHOD__ . '() is deprecated since Grav 1.7, use ->setMetaData() method instead', E_USER_DEPRECATED); + + $this->setMetaData($storage); + } + + /** + * @return array + * @deprecated 1.7 Use `->getMetaData()` instead. + */ + protected function getStorage(): array + { + user_error(__METHOD__ . '() is deprecated since Grav 1.7, use ->getMetaData() method instead', E_USER_DEPRECATED); + + return $this->getMetaData(); + } + + /** + * @param string $layout + * @return Template|TemplateWrapper + * @throws LoaderError + * @throws SyntaxError + * @deprecated 1.7 Moved to \Grav\Common\Flex\Traits\GravTrait + */ + protected function getTemplate($layout) + { + user_error(__METHOD__ . '() is deprecated since Grav 1.7, moved to \Grav\Common\Flex\Traits\GravTrait', E_USER_DEPRECATED); + + $grav = Grav::instance(); + + /** @var Twig $twig */ + $twig = $grav['twig']; + + try { + return $twig->twig()->resolveTemplate($this->getTemplatePaths($layout)); + } catch (LoaderError $e) { + /** @var Debugger $debugger */ + $debugger = Grav::instance()['debugger']; + $debugger->addException($e); + + return $twig->twig()->resolveTemplate(['flex/404.html.twig']); + } + } + + /** + * @return Flex + * @deprecated 1.7 Moved to \Grav\Common\Flex\Traits\GravTrait + */ + protected function getFlexContainer(): Flex + { + user_error(__METHOD__ . '() is deprecated since Grav 1.7, moved to \Grav\Common\Flex\Traits\GravTrait', E_USER_DEPRECATED); + + /** @var Flex $flex */ + $flex = Grav::instance()['flex']; + + return $flex; + } + + /** + * @return UserInterface|null + * @deprecated 1.7 Moved to \Grav\Common\Flex\Traits\GravTrait + */ + protected function getActiveUser(): ?UserInterface + { + user_error(__METHOD__ . '() is deprecated since Grav 1.7, moved to \Grav\Common\Flex\Traits\GravTrait', E_USER_DEPRECATED); + + /** @var UserInterface|null $user */ + $user = Grav::instance()['user'] ?? null; + + return $user; + } + + /** + * @return string + * @deprecated 1.7 Moved to \Grav\Common\Flex\Traits\GravTrait + */ + protected function getAuthorizeScope(): string + { + user_error(__METHOD__ . '() is deprecated since Grav 1.7, moved to \Grav\Common\Flex\Traits\GravTrait', E_USER_DEPRECATED); + + return isset(Grav::instance()['admin']) ? 'admin' : 'site'; + } +} diff --git a/system/src/Grav/Framework/Flex/Interfaces/FlexAuthorizeInterface.php b/system/src/Grav/Framework/Flex/Interfaces/FlexAuthorizeInterface.php new file mode 100644 index 0000000..9561f59 --- /dev/null +++ b/system/src/Grav/Framework/Flex/Interfaces/FlexAuthorizeInterface.php @@ -0,0 +1,33 @@ + + */ +interface FlexCollectionInterface extends FlexCommonInterface, ObjectCollectionInterface, NestedObjectInterface +{ + /** + * Creates a Flex Collection from an array. + * + * @used-by FlexDirectory::createCollection() Official method to create a Flex Collection. + * + * @param FlexObjectInterface[] $entries Associated array of Flex Objects to be included in the collection. + * @param FlexDirectory $directory Flex Directory where all the objects belong into. + * @param string|null $keyField Key field used to index the collection. + * @return static Returns a new Flex Collection. + */ + public static function createFromArray(array $entries, FlexDirectory $directory, string $keyField = null); + + /** + * Creates a new Flex Collection. + * + * @used-by FlexDirectory::createCollection() Official method to create Flex Collection. + * + * @param FlexObjectInterface[] $entries Associated array of Flex Objects to be included in the collection. + * @param FlexDirectory|null $directory Flex Directory where all the objects belong into. + * @throws InvalidArgumentException + */ + public function __construct(array $entries = [], FlexDirectory $directory = null); + + /** + * Search a string from the collection. + * + * @param string $search Search string. + * @param string|string[]|null $properties Properties to search for, defaults to configured properties. + * @param array|null $options Search options, defaults to configured options. + * @return FlexCollectionInterface Returns a Flex Collection with only matching objects. + * @phpstan-return static + * @api + */ + public function search(string $search, $properties = null, array $options = null); + + /** + * Sort the collection. + * + * @param array $orderings Pair of [property => 'ASC'|'DESC', ...]. + * + * @return FlexCollectionInterface Returns a sorted version from the collection. + * @phpstan-return static + */ + public function sort(array $orderings); + + /** + * Filter collection by filter array with keys and values. + * + * @param array $filters + * @return FlexCollectionInterface + * @phpstan-return static + */ + public function filterBy(array $filters); + + /** + * Get timestamps from all the objects in the collection. + * + * This method can be used for example in caching. + * + * @return int[] Returns [key => timestamp, ...] pairs. + */ + public function getTimestamps(): array; + + /** + * Get storage keys from all the objects in the collection. + * + * @see FlexDirectory::getObject() If you want to get Flex Object from the Flex Directory. + * + * @return string[] Returns [key => storage_key, ...] pairs. + */ + public function getStorageKeys(): array; + + /** + * Get Flex keys from all the objects in the collection. + * + * @see Flex::getObjects() If you want to get list of Flex Objects from any Flex Directory. + * + * @return string[] Returns[key => flex_key, ...] pairs. + */ + public function getFlexKeys(): array; + + /** + * Return new collection with a different key. + * + * @param string|null $keyField Switch key field of the collection. + * @return FlexCollectionInterface Returns a new Flex Collection with new key field. + * @phpstan-return static + * @api + */ + public function withKeyField(string $keyField = null); + + /** + * Get Flex Index from the Flex Collection. + * + * @return FlexIndexInterface Returns a Flex Index from the current collection. + * @phpstan-return FlexIndexInterface + */ + public function getIndex(); + + /** + * Load all the objects into memory, + * + * @return FlexCollectionInterface + * @phpstan-return static + */ + public function getCollection(); + + /** + * Get metadata associated to the object + * + * @param string $key Key. + * @return array + */ + public function getMetaData($key): array; +} diff --git a/system/src/Grav/Framework/Flex/Interfaces/FlexCommonInterface.php b/system/src/Grav/Framework/Flex/Interfaces/FlexCommonInterface.php new file mode 100644 index 0000000..03d5f4d --- /dev/null +++ b/system/src/Grav/Framework/Flex/Interfaces/FlexCommonInterface.php @@ -0,0 +1,79 @@ +getBlueprint() or $object->getForm()->getBlueprint() instead. + * + * @param string $type + * @param string $context + * @return Blueprint + */ + public function getBlueprint(string $type = '', string $context = ''); + + /** + * @param string $view + * @return string + */ + public function getBlueprintFile(string $view = ''): string; + + /** + * Get collection. In the site this will be filtered by the default filters (published etc). + * + * Use $directory->getIndex() if you want unfiltered collection. + * + * @param array|null $keys Array of keys. + * @param string|null $keyField Field to be used as the key. + * @return FlexCollectionInterface + * @phpstan-return FlexCollectionInterface + */ + public function getCollection(array $keys = null, string $keyField = null): FlexCollectionInterface; + + /** + * Get the full collection of all stored objects. + * + * Use $directory->getCollection() if you want a filtered collection. + * + * @param array|null $keys Array of keys. + * @param string|null $keyField Field to be used as the key. + * @return FlexIndexInterface + * @phpstan-return FlexIndexInterface + */ + public function getIndex(array $keys = null, string $keyField = null): FlexIndexInterface; + + /** + * Returns an object if it exists. If no arguments are passed (or both of them are null), method creates a new empty object. + * + * Note: It is not safe to use the object without checking if the user can access it. + * + * @param string|null $key + * @param string|null $keyField Field to be used as the key. + * @return FlexObjectInterface|null + */ + public function getObject($key = null, string $keyField = null): ?FlexObjectInterface; + + /** + * @param string|null $namespace + * @return CacheInterface + */ + public function getCache(string $namespace = null); + + /** + * @return $this + */ + public function clearCache(); + + /** + * @param string|null $key + * @return string|null + */ + public function getStorageFolder(string $key = null): ?string; + + /** + * @param string|null $key + * @return string|null + */ + public function getMediaFolder(string $key = null): ?string; + + /** + * @return FlexStorageInterface + */ + public function getStorage(): FlexStorageInterface; + + /** + * @param array $data + * @param string $key + * @param bool $validate + * @return FlexObjectInterface + */ + public function createObject(array $data, string $key = '', bool $validate = false): FlexObjectInterface; + + /** + * @param array $entries + * @param string|null $keyField + * @return FlexCollectionInterface + * @phpstan-return FlexCollectionInterface + */ + public function createCollection(array $entries, string $keyField = null): FlexCollectionInterface; + + /** + * @param array $entries + * @param string|null $keyField + * @return FlexIndexInterface + * @phpstan-return FlexIndexInterface + */ + public function createIndex(array $entries, string $keyField = null): FlexIndexInterface; + + /** + * @return string + */ + public function getObjectClass(): string; + + /** + * @return string + */ + public function getCollectionClass(): string; + + /** + * @return string + */ + public function getIndexClass(): string; + + /** + * @param array $entries + * @param string|null $keyField + * @return FlexCollectionInterface + * @phpstan-return FlexCollectionInterface + */ + public function loadCollection(array $entries, string $keyField = null): FlexCollectionInterface; + + /** + * @param array $entries + * @return FlexObjectInterface[] + * @internal + */ + public function loadObjects(array $entries): array; + + /** + * @return void + */ + public function reloadIndex(): void; + + /** + * @param string $scope + * @param string $action + * @return string + */ + public function getAuthorizeRule(string $scope, string $action): string; +} diff --git a/system/src/Grav/Framework/Flex/Interfaces/FlexFormInterface.php b/system/src/Grav/Framework/Flex/Interfaces/FlexFormInterface.php new file mode 100644 index 0000000..28c528c --- /dev/null +++ b/system/src/Grav/Framework/Flex/Interfaces/FlexFormInterface.php @@ -0,0 +1,51 @@ + + */ +interface FlexIndexInterface extends FlexCollectionInterface +{ + /** + * Helper method to create Flex Index. + * + * @used-by FlexDirectory::getIndex() Official method to get Index from a Flex Directory. + * + * @param FlexDirectory $directory Flex directory. + * @return static Returns a new Flex Index. + */ + public static function createFromStorage(FlexDirectory $directory); + + /** + * Method to load index from the object storage, usually filesystem. + * + * @used-by FlexDirectory::getIndex() Official method to get Index from a Flex Directory. + * + * @param FlexStorageInterface $storage Flex Storage associated to the directory. + * @return array Returns a list of existing objects [storage_key => [storage_key => xxx, storage_timestamp => 123456, ...]] + */ + public static function loadEntriesFromStorage(FlexStorageInterface $storage): array; + + /** + * Return new collection with a different key. + * + * @param string|null $keyField Switch key field of the collection. + * @return static Returns a new Flex Collection with new key field. + * @phpstan-return static + * @api + */ + public function withKeyField(string $keyField = null); + + /** + * @param string|null $indexKey + * @return array + */ + public function getIndexMap(string $indexKey = null); +} diff --git a/system/src/Grav/Framework/Flex/Interfaces/FlexInterface.php b/system/src/Grav/Framework/Flex/Interfaces/FlexInterface.php new file mode 100644 index 0000000..3c9de49 --- /dev/null +++ b/system/src/Grav/Framework/Flex/Interfaces/FlexInterface.php @@ -0,0 +1,100 @@ + + */ + public function getDirectories(array $types = null, bool $keepMissing = false): array; + + /** + * @param string $type + * @return FlexDirectory|null + */ + public function getDirectory(string $type): ?FlexDirectory; + + /** + * @param string $type + * @param array|null $keys + * @param string|null $keyField + * @return FlexCollectionInterface|null + * @phpstan-return FlexCollectionInterface|null + */ + public function getCollection(string $type, array $keys = null, string $keyField = null): ?FlexCollectionInterface; + + /** + * @param array $keys + * @param array $options In addition to the options in getObjects(), following options can be passed: + * collection_class: Class to be used to create the collection. Defaults to ObjectCollection. + * @return FlexCollectionInterface + * @throws RuntimeException + * @phpstan-return FlexCollectionInterface + */ + public function getMixedCollection(array $keys, array $options = []): FlexCollectionInterface; + + /** + * @param array $keys + * @param array $options Following optional options can be passed: + * types: List of allowed types. + * type: Allowed type if types isn't defined, otherwise acts as default_type. + * default_type: Set default type for objects given without type (only used if key_field isn't set). + * keep_missing: Set to true if you want to return missing objects as null. + * key_field: Key field which is used to match the objects. + * @return array + */ + public function getObjects(array $keys, array $options = []): array; + + /** + * @param string $key + * @param string|null $type + * @param string|null $keyField + * @return FlexObjectInterface|null + */ + public function getObject(string $key, string $type = null, string $keyField = null): ?FlexObjectInterface; + + /** + * @return int + */ + public function count(): int; +} diff --git a/system/src/Grav/Framework/Flex/Interfaces/FlexObjectFormInterface.php b/system/src/Grav/Framework/Flex/Interfaces/FlexObjectFormInterface.php new file mode 100644 index 0000000..0370967 --- /dev/null +++ b/system/src/Grav/Framework/Flex/Interfaces/FlexObjectFormInterface.php @@ -0,0 +1,27 @@ + + * @used-by \Grav\Framework\Flex\FlexObject + * @since 1.6 + */ +interface FlexObjectInterface extends FlexCommonInterface, NestedObjectInterface, ArrayAccess +{ + /** + * Construct a new Flex Object instance. + * + * @used-by FlexDirectory::createObject() Method to create Flex Object. + * + * @param array $elements Array of object properties. + * @param string $key Identifier key for the new object. + * @param FlexDirectory $directory Flex Directory the object belongs into. + * @param bool $validate True if the object should be validated against blueprint. + * @throws InvalidArgumentException + */ + public function __construct(array $elements, $key, FlexDirectory $directory, bool $validate = false); + + /** + * Search a string from the object, returns weight between 0 and 1. + * + * Note: If you override this function, make sure you return value in range 0...1! + * + * @used-by FlexCollectionInterface::search() If you want to search a string from a Flex Collection. + * + * @param string $search Search string. + * @param string|string[]|null $properties Properties to search for, defaults to configured properties. + * @param array|null $options Search options, defaults to configured options. + * @return float Returns a weight between 0 and 1. + * @api + */ + public function search(string $search, $properties = null, array $options = null): float; + + /** + * Returns true if object has a key. + * + * @return bool + */ + public function hasKey(); + + /** + * Get a unique key for the object. + * + * Flex Keys can be used without knowing the Directory the Object belongs into. + * + * @see Flex::getObject() If you want to get Flex Object from any Flex Directory. + * @see Flex::getObjects() If you want to get list of Flex Objects from any Flex Directory. + * + * NOTE: Please do not override the method! + * + * @return string Returns Flex Key of the object. + * @api + */ + public function getFlexKey(): string; + + /** + * Get an unique storage key (within the directory) which is used for figuring out the filename or database id. + * + * @see FlexDirectory::getObject() If you want to get Flex Object from the Flex Directory. + * @see FlexDirectory::getCollection() If you want to get Flex Collection with selected keys from the Flex Directory. + * + * @return string Returns storage key of the Object. + * @api + */ + public function getStorageKey(): string; + + /** + * Get index data associated to the object. + * + * @return array Returns metadata of the object. + */ + public function getMetaData(): array; + + /** + * Returns true if the object exists in the storage. + * + * @return bool Returns `true` if the object exists, `false` otherwise. + * @api + */ + public function exists(): bool; + + /** + * Prepare object for saving into the storage. + * + * @return array Returns an array of object properties containing only scalars and arrays. + */ + public function prepareStorage(): array; + + /** + * Updates object in the memory. + * + * @see FlexObjectInterface::save() You need to save the object after calling this method. + * + * @param array $data Data containing updated properties with their values. To unset a value, use `null`. + * @param array|UploadedFileInterface[] $files List of uploaded files to be saved within the object. + * @return static + * @throws RuntimeException + * @api + */ + public function update(array $data, array $files = []); + + /** + * Create new object into the storage. + * + * @see FlexDirectory::createObject() If you want to create a new object instance. + * @see FlexObjectInterface::update() If you want to update properties of the object. + * + * @param string|null $key Optional new key. If key isn't given, random key will be associated to the object. + * @return static + * @throws RuntimeException if object already exists. + * @api + */ + public function create(string $key = null); + + /** + * Save object into the storage. + * + * @see FlexObjectInterface::update() If you want to update properties of the object. + * + * @return static + * @api + */ + public function save(); + + /** + * Delete object from the storage. + * + * @return static + * @api + */ + public function delete(); + + /** + * Returns the blueprint of the object. + * + * @see FlexObjectInterface::getForm() + * @used-by FlexForm::getBlueprint() + * + * @param string $name Name of the Blueprint form. Used to create customized forms for different use cases. + * @return Blueprint Returns a Blueprint. + */ + public function getBlueprint(string $name = ''); + + /** + * Returns a form instance for the object. + * + * @param string $name Name of the form. Can be used to create customized forms for different use cases. + * @param array|null $options Options can be used to further customize the form. + * @return FlexFormInterface Returns a Form. + * @api + */ + public function getForm(string $name = '', array $options = null); + + /** + * Returns default value suitable to be used in a form for the given property. + * + * @see FlexObjectInterface::getForm() + * + * @param string $name Property name. + * @param string|null $separator Optional nested property separator. + * @return mixed|null Returns default value of the field, null if there is no default value. + */ + public function getDefaultValue(string $name, string $separator = null); + + /** + * Returns default values suitable to be used in a form for the given property. + * + * @see FlexObjectInterface::getForm() + * + * @return array Returns default values. + */ + public function getDefaultValues(): array; + + /** + * Returns raw value suitable to be used in a form for the given property. + * + * @see FlexObjectInterface::getForm() + * + * @param string $name Property name. + * @param mixed $default Default value. + * @param string|null $separator Optional nested property separator. + * @return mixed Returns value of the field. + */ + public function getFormValue(string $name, $default = null, string $separator = null); +} diff --git a/system/src/Grav/Framework/Flex/Interfaces/FlexStorageInterface.php b/system/src/Grav/Framework/Flex/Interfaces/FlexStorageInterface.php new file mode 100644 index 0000000..4980696 --- /dev/null +++ b/system/src/Grav/Framework/Flex/Interfaces/FlexStorageInterface.php @@ -0,0 +1,138 @@ + [storage_key => key, storage_timestamp => timestamp], ...]`. + */ + public function getExistingKeys(): array; + + /** + * Check if the key exists in the storage. + * + * @param string $key Storage key of an object. + * @return bool Returns `true` if the key exists in the storage, `false` otherwise. + */ + public function hasKey(string $key): bool; + + /** + * Check if the key exists in the storage. + * + * @param string[] $keys Storage key of an object. + * @return bool[] Returns keys with `true` if the key exists in the storage, `false` otherwise. + */ + public function hasKeys(array $keys): array; + + /** + * Create new rows into the storage. + * + * New keys will be assigned when the objects are created. + * + * @param array $rows List of rows as `[row, ...]`. + * @return array Returns created rows as `[key => row, ...] pairs. + */ + public function createRows(array $rows): array; + + /** + * Read rows from the storage. + * + * If you pass object or array as value, that value will be used to save I/O. + * + * @param array $rows Array of `[key => row, ...]` pairs. + * @param array|null $fetched Optional reference to store only fetched items. + * @return array Returns rows. Note that non-existing rows will have `null` as their value. + */ + public function readRows(array $rows, array &$fetched = null): array; + + /** + * Update existing rows in the storage. + * + * @param array $rows Array of `[key => row, ...]` pairs. + * @return array Returns updated rows. Note that non-existing rows will not be saved and have `null` as their value. + */ + public function updateRows(array $rows): array; + + /** + * Delete rows from the storage. + * + * @param array $rows Array of `[key => row, ...]` pairs. + * @return array Returns deleted rows. Note that non-existing rows have `null` as their value. + */ + public function deleteRows(array $rows): array; + + /** + * Replace rows regardless if they exist or not. + * + * All rows should have a specified key for replace to work properly. + * + * @param array $rows Array of `[key => row, ...]` pairs. + * @return array Returns both created and updated rows. + */ + public function replaceRows(array $rows): array; + + /** + * @param string $src + * @param string $dst + * @return bool + */ + public function copyRow(string $src, string $dst): bool; + + /** + * @param string $src + * @param string $dst + * @return bool + */ + public function renameRow(string $src, string $dst): bool; + + /** + * Get filesystem path for the collection or object storage. + * + * @param string|null $key Optional storage key. + * @return string|null Path in the filesystem. Can be URI or null if storage is not filesystem based. + */ + public function getStoragePath(string $key = null): ?string; + + /** + * Get filesystem path for the collection or object media. + * + * @param string|null $key Optional storage key. + * @return string|null Path in the filesystem. Can be URI or null if media isn't supported. + */ + public function getMediaPath(string $key = null): ?string; +} diff --git a/system/src/Grav/Framework/Flex/Interfaces/FlexTranslateInterface.php b/system/src/Grav/Framework/Flex/Interfaces/FlexTranslateInterface.php new file mode 100644 index 0000000..1ae8b7e --- /dev/null +++ b/system/src/Grav/Framework/Flex/Interfaces/FlexTranslateInterface.php @@ -0,0 +1,51 @@ + + */ +class FlexPageCollection extends FlexCollection +{ + /** + * @return array + */ + public static function getCachedMethods(): array + { + return [ + // Collection filtering + 'withPublished' => true, + 'withVisible' => true, + 'withRoutable' => true, + + 'isFirst' => true, + 'isLast' => true, + + // Find objects + 'prevSibling' => false, + 'nextSibling' => false, + 'adjacentSibling' => false, + 'currentPosition' => true, + + 'getNextOrder' => false, + ] + parent::getCachedMethods(); + } + + /** + * @param bool $bool + * @return static + * @phpstan-return static + */ + public function withPublished(bool $bool = true) + { + /** @var string[] $list */ + $list = array_keys(array_filter($this->call('isPublished', [$bool]))); + + /** @phpstan-var static */ + return $this->select($list); + } + + /** + * @param bool $bool + * @return static + * @phpstan-return static + */ + public function withVisible(bool $bool = true) + { + /** @var string[] $list */ + $list = array_keys(array_filter($this->call('isVisible', [$bool]))); + + /** @phpstan-var static */ + return $this->select($list); + } + + /** + * @param bool $bool + * @return static + * @phpstan-return static + */ + public function withRoutable(bool $bool = true) + { + /** @var string[] $list */ + $list = array_keys(array_filter($this->call('isRoutable', [$bool]))); + + /** @phpstan-var static */ + return $this->select($list); + } + + /** + * Check to see if this item is the first in the collection. + * + * @param string $path + * @return bool True if item is first. + */ + public function isFirst($path): bool + { + $keys = $this->getKeys(); + $first = reset($keys); + + return $path === $first; + } + + /** + * Check to see if this item is the last in the collection. + * + * @param string $path + * @return bool True if item is last. + */ + public function isLast($path): bool + { + $keys = $this->getKeys(); + $last = end($keys); + + return $path === $last; + } + + /** + * Gets the previous sibling based on current position. + * + * @param string $path + * @return PageInterface|false The previous item. + * @phpstan-return T|false + */ + public function prevSibling($path) + { + return $this->adjacentSibling($path, -1); + } + + /** + * Gets the next sibling based on current position. + * + * @param string $path + * @return PageInterface|false The next item. + * @phpstan-return T|false + */ + public function nextSibling($path) + { + return $this->adjacentSibling($path, 1); + } + + /** + * Returns the adjacent sibling based on a direction. + * + * @param string $path + * @param int $direction either -1 or +1 + * @return PageInterface|false The sibling item. + * @phpstan-return T|false + */ + public function adjacentSibling($path, $direction = 1) + { + $keys = $this->getKeys(); + $direction = (int)$direction; + $pos = array_search($path, $keys, true); + + if (is_int($pos)) { + $pos += $direction; + if (isset($keys[$pos])) { + return $this[$keys[$pos]]; + } + } + + return false; + } + + /** + * Returns the item in the current position. + * + * @param string $path the path the item + * @return int|null The index of the current page, null if not found. + */ + public function currentPosition($path): ?int + { + $pos = array_search($path, $this->getKeys(), true); + + return is_int($pos) ? $pos : null; + } + + /** + * @return string + */ + public function getNextOrder() + { + $directory = $this->getFlexDirectory(); + + $collection = $directory->getIndex(); + $keys = $collection->getStorageKeys(); + + // Assign next free order. + $last = null; + $order = 0; + foreach ($keys as $folder => $key) { + preg_match(FlexPageIndex::ORDER_PREFIX_REGEX, $folder, $test); + $test = $test[0] ?? null; + if ($test && $test > $order) { + $order = $test; + $last = $key; + } + } + + /** @var FlexPageObject|null $last */ + $last = $collection[$last]; + + return sprintf('%d.', $last ? $last->getFormValue('order') + 1 : 1); + } +} diff --git a/system/src/Grav/Framework/Flex/Pages/FlexPageIndex.php b/system/src/Grav/Framework/Flex/Pages/FlexPageIndex.php new file mode 100644 index 0000000..507a11f --- /dev/null +++ b/system/src/Grav/Framework/Flex/Pages/FlexPageIndex.php @@ -0,0 +1,48 @@ + + */ +class FlexPageIndex extends FlexIndex +{ + public const ORDER_PREFIX_REGEX = '/^\d+\./u'; + + /** + * @param string $route + * @return string + * @internal + */ + public static function normalizeRoute(string $route) + { + static $case_insensitive; + + if (null === $case_insensitive) { + $case_insensitive = Grav::instance()['config']->get('system.force_lowercase_urls', false); + } + + return $case_insensitive ? mb_strtolower($route) : $route; + } +} diff --git a/system/src/Grav/Framework/Flex/Pages/FlexPageObject.php b/system/src/Grav/Framework/Flex/Pages/FlexPageObject.php new file mode 100644 index 0000000..79d9284 --- /dev/null +++ b/system/src/Grav/Framework/Flex/Pages/FlexPageObject.php @@ -0,0 +1,496 @@ +header)) { + $this->header = clone($this->header); + } + } + + /** + * @return array + */ + public static function getCachedMethods(): array + { + return [ + // Page Content Interface + 'header' => false, + 'summary' => true, + 'content' => true, + 'value' => false, + 'media' => false, + 'title' => true, + 'menu' => true, + 'visible' => true, + 'published' => true, + 'publishDate' => true, + 'unpublishDate' => true, + 'process' => true, + 'slug' => true, + 'order' => true, + 'id' => true, + 'modified' => true, + 'lastModified' => true, + 'folder' => true, + 'date' => true, + 'dateformat' => true, + 'taxonomy' => true, + 'shouldProcess' => true, + 'isPage' => true, + 'isDir' => true, + 'folderExists' => true, + + // Page + 'isPublished' => true, + 'isOrdered' => true, + 'isVisible' => true, + 'isRoutable' => true, + 'getCreated_Timestamp' => true, + 'getPublish_Timestamp' => true, + 'getUnpublish_Timestamp' => true, + 'getUpdated_Timestamp' => true, + ] + parent::getCachedMethods(); + } + + /** + * @param bool $test + * @return bool + */ + public function isPublished(bool $test = true): bool + { + $time = time(); + $start = $this->getPublish_Timestamp(); + $stop = $this->getUnpublish_Timestamp(); + + return $this->published() && $start <= $time && (!$stop || $time <= $stop) === $test; + } + + /** + * @param bool $test + * @return bool + */ + public function isOrdered(bool $test = true): bool + { + return ($this->order() !== false) === $test; + } + + /** + * @param bool $test + * @return bool + */ + public function isVisible(bool $test = true): bool + { + return $this->visible() === $test; + } + + /** + * @param bool $test + * @return bool + */ + public function isRoutable(bool $test = true): bool + { + return $this->routable() === $test; + } + + /** + * @return int + */ + public function getCreated_Timestamp(): int + { + return $this->getFieldTimestamp('created_date') ?? 0; + } + + /** + * @return int + */ + public function getPublish_Timestamp(): int + { + return $this->getFieldTimestamp('publish_date') ?? $this->getCreated_Timestamp(); + } + + /** + * @return int|null + */ + public function getUnpublish_Timestamp(): ?int + { + return $this->getFieldTimestamp('unpublish_date'); + } + + /** + * @return int + */ + public function getUpdated_Timestamp(): int + { + return $this->getFieldTimestamp('updated_date') ?? $this->getPublish_Timestamp(); + } + + /** + * @inheritdoc + */ + public function getFormValue(string $name, $default = null, string $separator = null) + { + $test = new stdClass(); + + $value = $this->pageContentValue($name, $test); + if ($value !== $test) { + return $value; + } + + switch ($name) { + case 'name': + return $this->getProperty('template'); + case 'route': + return $this->hasKey() ? '/' . $this->getKey() : null; + case 'header.permissions.groups': + $encoded = json_encode($this->getPermissions()); + if ($encoded === false) { + throw new RuntimeException('json_encode(): failed to encode group permissions'); + } + + return json_decode($encoded, true); + } + + return parent::getFormValue($name, $default, $separator); + } + + /** + * Get master storage key. + * + * @return string + * @see FlexObjectInterface::getStorageKey() + */ + public function getMasterKey(): string + { + $key = (string)($this->storage_key ?? $this->getMetaData()['storage_key'] ?? null); + if (($pos = strpos($key, '|')) !== false) { + $key = substr($key, 0, $pos); + } + + return $key; + } + + /** + * {@inheritdoc} + * @see FlexObjectInterface::getCacheKey() + */ + public function getCacheKey(): string + { + return $this->hasKey() ? $this->getTypePrefix() . $this->getFlexType() . '.' . $this->getKey() . '.' . $this->getLanguage() : ''; + } + + /** + * @param string|null $key + * @return FlexObjectInterface + */ + public function createCopy(string $key = null) + { + $this->copy(); + + return parent::createCopy($key); + } + + /** + * @param array|bool $reorder + * @return FlexObject|FlexObjectInterface + */ + public function save($reorder = true) + { + return parent::save(); + } + + /** + * Gets the Page Unmodified (original) version of the page. + * + * Assumes that object has been cloned before modifying it. + * + * @return FlexPageObject|null The original version of the page. + */ + public function getOriginal() + { + return $this->_originalObject; + } + + /** + * Store the Page Unmodified (original) version of the page. + * + * Can be called multiple times, only the first call matters. + * + * @return void + */ + public function storeOriginal(): void + { + if (null === $this->_originalObject) { + $this->_originalObject = clone $this; + } + } + + /** + * Get display order for the associated media. + * + * @return array + */ + public function getMediaOrder(): array + { + $order = $this->getNestedProperty('header.media_order'); + + if (is_array($order)) { + return $order; + } + + if (!$order) { + return []; + } + + return array_map('trim', explode(',', $order)); + } + + // Overrides for header properties. + + /** + * Common logic to load header properties. + * + * @param string $property + * @param mixed $var + * @param callable $filter + * @return mixed|null + */ + protected function loadHeaderProperty(string $property, $var, callable $filter) + { + // We have to use parent methods in order to avoid loops. + $value = null === $var ? parent::getProperty($property) : null; + if (null === $value) { + $value = $filter($var ?? $this->getProperty('header')->get($property)); + + parent::setProperty($property, $value); + if ($this->doHasProperty($property)) { + $value = parent::getProperty($property); + } + } + + return $value; + } + + /** + * Common logic to load header properties. + * + * @param string $property + * @param mixed $var + * @param callable $filter + * @return mixed|null + */ + protected function loadProperty(string $property, $var, callable $filter) + { + // We have to use parent methods in order to avoid loops. + $value = null === $var ? parent::getProperty($property) : null; + if (null === $value) { + $value = $filter($var); + + parent::setProperty($property, $value); + if ($this->doHasProperty($property)) { + $value = parent::getProperty($property); + } + } + + return $value; + } + + /** + * @param string $property + * @param mixed $default + * @return mixed + */ + public function getProperty($property, $default = null) + { + $method = static::$headerProperties[$property] ?? static::$calculatedProperties[$property] ?? null; + if ($method && method_exists($this, $method)) { + return $this->{$method}(); + } + + return parent::getProperty($property, $default); + } + + /** + * @param string $property + * @param mixed $value + * @return $this + */ + public function setProperty($property, $value) + { + $method = static::$headerProperties[$property] ?? static::$calculatedProperties[$property] ?? null; + if ($method && method_exists($this, $method)) { + $this->{$method}($value); + + return $this; + } + + parent::setProperty($property, $value); + + return $this; + } + + /** + * @param string $property + * @param mixed $value + * @param string|null $separator + * @return $this + */ + public function setNestedProperty($property, $value, $separator = null) + { + $separator = $separator ?: '.'; + if (strpos($property, 'header' . $separator) === 0) { + $this->getProperty('header')->set(str_replace('header' . $separator, '', $property), $value, $separator); + + return $this; + } + + parent::setNestedProperty($property, $value, $separator); + + return $this; + } + + /** + * @param string $property + * @param string|null $separator + * @return $this + */ + public function unsetNestedProperty($property, $separator = null) + { + $separator = $separator ?: '.'; + if (strpos($property, 'header' . $separator) === 0) { + $this->getProperty('header')->undef(str_replace('header' . $separator, '', $property), $separator); + + return $this; + } + + parent::unsetNestedProperty($property, $separator); + + return $this; + } + + /** + * @param array $elements + * @param bool $extended + * @return void + */ + protected function filterElements(array &$elements, bool $extended = false): void + { + // Markdown storage conversion to page structure. + if (array_key_exists('content', $elements)) { + $elements['markdown'] = $elements['content']; + unset($elements['content']); + } + + if (!$extended) { + $folder = !empty($elements['folder']) ? trim($elements['folder']) : ''; + + if ($folder) { + $order = !empty($elements['order']) ? (int)$elements['order'] : null; + // TODO: broken + $elements['storage_key'] = $order ? sprintf('%02d.%s', $order, $folder) : $folder; + } + } + + parent::filterElements($elements); + } + + /** + * @param string $field + * @return int|null + */ + protected function getFieldTimestamp(string $field): ?int + { + $date = $this->getFieldDateTime($field); + + return $date ? $date->getTimestamp() : null; + } + + /** + * @param string $field + * @return DateTime|null + */ + protected function getFieldDateTime(string $field): ?DateTime + { + try { + $value = $this->getProperty($field); + if (is_numeric($value)) { + $value = '@' . $value; + } + $date = $value ? new DateTime($value) : null; + } catch (Exception $e) { + /** @var Debugger $debugger */ + $debugger = Grav::instance()['debugger']; + $debugger->addException($e); + + $date = null; + } + + return $date; + } + + /** + * @return UserCollectionInterface|null + * @internal + */ + protected function loadAccounts() + { + return Grav::instance()['accounts'] ?? null; + } +} diff --git a/system/src/Grav/Framework/Flex/Pages/Traits/PageAuthorsTrait.php b/system/src/Grav/Framework/Flex/Pages/Traits/PageAuthorsTrait.php new file mode 100644 index 0000000..1061cbb --- /dev/null +++ b/system/src/Grav/Framework/Flex/Pages/Traits/PageAuthorsTrait.php @@ -0,0 +1,249 @@ + */ + private $_authors; + /** @var array|null */ + private $_permissionsCache; + + /** + * Returns true if object has the named author. + * + * @param string $username + * @return bool + */ + public function hasAuthor(string $username): bool + { + $authors = (array)$this->getNestedProperty('header.permissions.authors'); + if (empty($authors)) { + return false; + } + + foreach ($authors as $author) { + if ($username === $author) { + return true; + } + } + + return false; + } + + /** + * Get list of all author objects. + * + * @return array + */ + public function getAuthors(): array + { + if (null === $this->_authors) { + $this->_authors = $this->loadAuthors($this->getNestedProperty('header.permissions.authors', [])); + } + + return $this->_authors; + } + + /** + * @param bool $inherit + * @return array + */ + public function getPermissions(bool $inherit = false) + { + if (null === $this->_permissionsCache) { + $permissions = []; + if ($inherit && $this->getNestedProperty('header.permissions.inherit', true)) { + $parent = $this->parent(); + if ($parent && method_exists($parent, 'getPermissions')) { + $permissions = $parent->getPermissions($inherit); + } + } + + $this->_permissionsCache = $this->loadPermissions($permissions); + } + + return $this->_permissionsCache; + } + + /** + * @param iterable $authors + * @return array + */ + protected function loadAuthors(iterable $authors): array + { + $accounts = $this->loadAccounts(); + if (null === $accounts || empty($authors)) { + return []; + } + + $list = []; + foreach ($authors as $username) { + if (!is_string($username)) { + throw new InvalidArgumentException('Iterable should return username (string).', 500); + } + $list[] = $accounts->load($username); + } + + return $list; + } + + /** + * @param string $action + * @param string|null $scope + * @param UserInterface|null $user + * @param bool $isAuthor + * @return bool|null + */ + public function isParentAuthorized(string $action, string $scope = null, UserInterface $user = null, bool $isAuthor = false): ?bool + { + $scope = $scope ?? $this->getAuthorizeScope(); + + $isMe = null === $user; + if ($isMe) { + $user = $this->getActiveUser(); + } + + if (null === $user) { + return false; + } + + return $this->isAuthorizedByGroup($user, $action, $scope, $isMe, $isAuthor); + } + + /** + * @param UserInterface $user + * @param string $action + * @param string $scope + * @param bool $isMe + * @return bool|null + */ + protected function isAuthorizedOverride(UserInterface $user, string $action, string $scope, bool $isMe): ?bool + { + if ($action === 'delete' && $this->root()) { + // Do not allow deleting root. + return false; + } + + $isAuthor = !$isMe || $user->authorized ? $this->hasAuthor($user->username) : false; + + return $this->isAuthorizedByGroup($user, $action, $scope, $isMe, $isAuthor) ?? parent::isAuthorizedOverride($user, $action, $scope, $isMe); + } + + /** + * Group authorization works as follows: + * + * 1. if any of the groups deny access, return false + * 2. else if any of the groups allow access, return true + * 3. else return null + * + * @param UserInterface $user + * @param string $action + * @param string $scope + * @param bool $isMe + * @param bool $isAuthor + * @return bool|null + */ + protected function isAuthorizedByGroup(UserInterface $user, string $action, string $scope, bool $isMe, bool $isAuthor): ?bool + { + $authorized = null; + + // In admin we want to check against group permissions. + $pageGroups = $this->getPermissions(); + $userGroups = (array)$user->groups; + + /** @var Access $access */ + foreach ($pageGroups as $group => $access) { + if ($group === 'defaults') { + // Special defaults permissions group does not apply to guest. + if ($isMe && !$user->authorized) { + continue; + } + } elseif ($group === 'authors') { + if (!$isAuthor) { + continue; + } + } elseif (!in_array($group, $userGroups, true)) { + continue; + } + + $auth = $access->authorize($action); + if (is_bool($auth)) { + if ($auth === false) { + return false; + } + + $authorized = true; + } + } + + if (null === $authorized && $this->getNestedProperty('header.permissions.inherit', true)) { + // Authorize against parent page. + $parent = $this->parent(); + if ($parent && method_exists($parent, 'isParentAuthorized')) { + $authorized = $parent->isParentAuthorized($action, $scope, !$isMe ? $user : null, $isAuthor); + } + } + + return $authorized; + } + + /** + * @param array $parent + * @return array + */ + protected function loadPermissions(array $parent = []): array + { + static $rules = [ + 'c' => 'create', + 'r' => 'read', + 'u' => 'update', + 'd' => 'delete', + 'p' => 'publish', + 'l' => 'list' + ]; + + $permissions = $this->getNestedProperty('header.permissions.groups'); + $name = $this->root() ? '' : '/' . $this->getKey(); + + $list = []; + if (is_array($permissions)) { + foreach ($permissions as $group => $access) { + $list[$group] = new Access($access, $rules, $name); + } + } + foreach ($parent as $group => $access) { + if (isset($list[$group])) { + $object = $list[$group]; + } else { + $object = new Access([], $rules, $name); + $list[$group] = $object; + } + + $object->inherit($access); + } + + return $list; + } +} diff --git a/system/src/Grav/Framework/Flex/Pages/Traits/PageContentTrait.php b/system/src/Grav/Framework/Flex/Pages/Traits/PageContentTrait.php new file mode 100644 index 0000000..99c5dfd --- /dev/null +++ b/system/src/Grav/Framework/Flex/Pages/Traits/PageContentTrait.php @@ -0,0 +1,842 @@ + 'slug', + 'routes' => false, + 'title' => 'title', + 'language' => 'language', + 'template' => 'template', + 'menu' => 'menu', + 'routable' => 'routable', + 'visible' => 'visible', + 'redirect' => 'redirect', + 'external_url' => false, + 'order_dir' => 'orderDir', + 'order_by' => 'orderBy', + 'order_manual' => 'orderManual', + 'dateformat' => 'dateformat', + 'date' => 'date', + 'markdown_extra' => false, + 'taxonomy' => 'taxonomy', + 'max_count' => 'maxCount', + 'process' => 'process', + 'published' => 'published', + 'publish_date' => 'publishDate', + 'unpublish_date' => 'unpublishDate', + 'expires' => 'expires', + 'cache_control' => 'cacheControl', + 'etag' => 'eTag', + 'last_modified' => 'lastModified', + 'ssl' => 'ssl', + 'template_format' => 'templateFormat', + 'debugger' => false, + ]; + + /** @var array */ + protected static $calculatedProperties = [ + 'name' => 'name', + 'parent' => 'parent', + 'parent_key' => 'parentStorageKey', + 'folder' => 'folder', + 'order' => 'order', + 'template' => 'template', + ]; + + /** @var object|null */ + protected $header; + + /** @var string|null */ + protected $_summary; + + /** @var string|null */ + protected $_content; + + /** + * Method to normalize the route. + * + * @param string $route + * @return string + * @internal + */ + public static function normalizeRoute($route): string + { + $case_insensitive = Grav::instance()['config']->get('system.force_lowercase_urls'); + + return $case_insensitive ? mb_strtolower($route) : $route; + } + + /** + * @inheritdoc + * @return Header + */ + public function header($var = null) + { + if (null !== $var) { + $this->setProperty('header', $var); + } + + return $this->getProperty('header'); + } + + /** + * @inheritdoc + */ + public function summary($size = null, $textOnly = false): string + { + return $this->processSummary($size, $textOnly); + } + + /** + * @inheritdoc + */ + public function setSummary($summary): void + { + $this->_summary = $summary; + } + + /** + * @inheritdoc + * @throws Exception + */ + public function content($var = null): string + { + if (null !== $var) { + $this->_content = $var; + } + + return $this->_content ?? $this->processContent($this->getRawContent()); + } + + /** + * @inheritdoc + */ + public function getRawContent(): string + { + return $this->_content ?? $this->getArrayProperty('markdown') ?? ''; + } + + /** + * @inheritdoc + */ + public function setRawContent($content): void + { + $this->_content = $content ?? ''; + } + + /** + * @inheritdoc + */ + public function rawMarkdown($var = null): string + { + if ($var !== null) { + $this->setProperty('markdown', $var); + } + + return $this->getProperty('markdown') ?? ''; + } + + /** + * @inheritdoc + * + * Implement by calling: + * + * $test = new \stdClass(); + * $value = $this->pageContentValue($name, $test); + * if ($value !== $test) { + * return $value; + * } + * return parent::value($name, $default); + */ + abstract public function value($name, $default = null, $separator = null); + + /** + * @inheritdoc + */ + public function media($var = null): Media + { + if ($var instanceof Media) { + $this->setProperty('media', $var); + } + + return $this->getProperty('media'); + } + + /** + * @inheritdoc + */ + public function title($var = null): string + { + return $this->loadHeaderProperty( + 'title', + $var, + function ($value) { + return trim($value ?? ($this->root() ? '' : ucfirst($this->slug()))); + } + ); + } + + /** + * @inheritdoc + */ + public function menu($var = null): string + { + return $this->loadHeaderProperty( + 'menu', + $var, + function ($value) { + return trim($value ?: $this->title()); + } + ); + } + + /** + * @inheritdoc + */ + public function visible($var = null): bool + { + $value = $this->loadHeaderProperty( + 'visible', + $var, + function ($value) { + return ($value ?? $this->order() !== false) && !$this->isModule(); + } + ); + + return $value && $this->published(); + } + + /** + * @inheritdoc + */ + public function published($var = null): bool + { + return $this->loadHeaderProperty( + 'published', + $var, + static function ($value) { + return (bool)($value ?? true); + } + ); + } + + /** + * @inheritdoc + */ + public function publishDate($var = null): ?int + { + return $this->loadHeaderProperty( + 'publish_date', + $var, + function ($value) { + return $value ? Utils::date2timestamp($value, $this->getProperty('dateformat')) : null; + } + ); + } + + /** + * @inheritdoc + */ + public function unpublishDate($var = null): ?int + { + return $this->loadHeaderProperty( + 'unpublish_date', + $var, + function ($value) { + return $value ? Utils::date2timestamp($value, $this->getProperty('dateformat')) : null; + } + ); + } + + /** + * @inheritdoc + */ + public function process($var = null): array + { + return $this->loadHeaderProperty( + 'process', + $var, + function ($value) { + $value = array_replace(Grav::instance()['config']->get('system.pages.process', []), is_array($value) ? $value : []); + foreach ($value as $process => $status) { + $value[$process] = (bool)$status; + } + + return $value; + } + ); + } + + /** + * @inheritdoc + */ + public function slug($var = null) + { + return $this->loadHeaderProperty( + 'slug', + $var, + function ($value) { + if (is_string($value)) { + return $value; + } + + $folder = $this->folder(); + if (null === $folder) { + return null; + } + + $folder = preg_replace(static::PAGE_ORDER_PREFIX_REGEX, '', $folder); + if (null === $folder) { + return null; + } + + return static::normalizeRoute($folder); + } + ); + } + + /** + * @inheritdoc + */ + public function order($var = null) + { + $property = $this->loadProperty( + 'order', + $var, + function ($value) { + if (null === $value) { + $folder = $this->folder(); + if (null !== $folder) { + preg_match(static::PAGE_ORDER_REGEX, $folder, $order); + } + + $value = $order[1] ?? false; + } + + if ($value === '') { + $value = false; + } + if ($value !== false) { + $value = (int)$value; + } + + return $value; + } + ); + + return $property !== false ? sprintf('%02d.', $property) : false; + } + + /** + * @inheritdoc + */ + public function id($var = null): string + { + $property = 'id'; + $value = null === $var ? $this->getProperty($property) : null; + if (null === $value) { + $value = $this->language() . ($var ?? ($this->modified() . md5('flex-' . $this->getFlexType() . '-' . $this->getKey()))); + + $this->setProperty($property, $value); + if ($this->doHasProperty($property)) { + $value = $this->getProperty($property); + } + } + + return $value; + } + + /** + * @inheritdoc + */ + public function modified($var = null): int + { + $property = 'modified'; + $value = null === $var ? $this->getProperty($property) : null; + if (null === $value) { + $value = (int)($var ?: $this->getTimestamp()); + + $this->setProperty($property, $value); + if ($this->doHasProperty($property)) { + $value = $this->getProperty($property); + } + } + + return $value; + } + + /** + * @inheritdoc + */ + public function lastModified($var = null): bool + { + return $this->loadHeaderProperty( + 'last_modified', + $var, + static function ($value) { + return (bool)($value ?? Grav::instance()['config']->get('system.pages.last_modified')); + } + ); + } + + /** + * @inheritdoc + */ + public function date($var = null): int + { + return $this->loadHeaderProperty( + 'date', + $var, + function ($value) { + $value = $value ? Utils::date2timestamp($value, $this->getProperty('dateformat')) : false; + + return $value ?: $this->modified(); + } + ); + } + + /** + * @inheritdoc + */ + public function dateformat($var = null): ?string + { + return $this->loadHeaderProperty( + 'dateformat', + $var, + static function ($value) { + return $value; + } + ); + } + + /** + * @inheritdoc + */ + public function taxonomy($var = null): array + { + return $this->loadHeaderProperty( + 'taxonomy', + $var, + static function ($value) { + if (is_array($value)) { + // make sure first level are arrays + array_walk($value, static function (&$val) { + $val = (array) $val; + }); + // make sure all values are strings + array_walk_recursive($value, static function (&$val) { + $val = (string) $val; + }); + } + + return $value ?? []; + } + ); + } + + /** + * @inheritdoc + */ + public function shouldProcess($process): bool + { + $test = $this->process(); + + return !empty($test[$process]); + } + + /** + * @inheritdoc + */ + public function isPage(): bool + { + return !in_array($this->template(), ['', 'folder'], true); + } + + /** + * @inheritdoc + */ + public function isDir(): bool + { + return !$this->isPage(); + } + + /** + * @return bool + */ + public function isModule(): bool + { + return $this->modularTwig(); + } + + /** + * @param Header|stdClass|array|null $value + * @return Header + */ + protected function offsetLoad_header($value) + { + if ($value instanceof Header) { + return $value; + } + + if (null === $value) { + $value = []; + } elseif ($value instanceof stdClass) { + $value = (array)$value; + } + + return new Header($value); + } + + /** + * @param Header|stdClass|array|null $value + * @return Header + */ + protected function offsetPrepare_header($value) + { + return $this->offsetLoad_header($value); + } + + /** + * @param Header|null $value + * @return array + */ + protected function offsetSerialize_header(?Header $value) + { + return $value ? $value->toArray() : []; + } + + /** + * @param string $name + * @param mixed|null $default + * @return mixed + */ + protected function pageContentValue($name, $default = null) + { + switch ($name) { + case 'frontmatter': + $frontmatter = $this->getArrayProperty('frontmatter'); + if ($frontmatter === null) { + $header = $this->prepareStorage()['header'] ?? null; + if ($header) { + $formatter = new YamlFormatter(); + $frontmatter = $formatter->encode($header); + } else { + $frontmatter = ''; + } + } + return $frontmatter; + case 'content': + return $this->getProperty('markdown'); + case 'order': + return (string)$this->order(); + case 'menu': + return $this->menu(); + case 'ordering': + return $this->order() !== false ? '1' : '0'; + case 'folder': + $folder = $this->folder(); + + return null !== $folder ? preg_replace(static::PAGE_ORDER_PREFIX_REGEX, '', $folder) : ''; + case 'slug': + return $this->slug(); + case 'published': + return $this->published(); + case 'visible': + return $this->visible(); + case 'media': + return $this->media()->all(); + case 'media.file': + return $this->media()->files(); + case 'media.video': + return $this->media()->videos(); + case 'media.image': + return $this->media()->images(); + case 'media.audio': + return $this->media()->audios(); + } + + return $default; + } + + /** + * @param int|null $size + * @param bool $textOnly + * @return string + */ + protected function processSummary($size = null, $textOnly = false): string + { + $config = (array)Grav::instance()['config']->get('site.summary'); + $config_page = (array)$this->getNestedProperty('header.summary'); + if ($config_page) { + $config = array_merge($config, $config_page); + } + + // Summary is not enabled, return the whole content. + if (empty($config['enabled'])) { + return $this->content(); + } + + $content = $this->_summary ?? $this->content(); + if ($textOnly) { + $content = strip_tags($content); + } + $content_size = mb_strwidth($content, 'utf-8'); + $summary_size = $this->_summary !== null ? $content_size : $this->getProperty('summary_size'); + + // Return calculated summary based on summary divider's position. + $format = $config['format'] ?? ''; + + // Return entire page content on wrong/unknown format. + if ($format !== 'long' && $format !== 'short') { + return $content; + } + + if ($format === 'short' && null !== $summary_size) { + // Slice the string on breakpoint. + if ($content_size > $summary_size) { + return mb_substr($content, 0, $summary_size); + } + + return $content; + } + + // If needed, get summary size from the config. + $size = $size ?? $config['size'] ?? null; + + // Return calculated summary based on defaults. + $size = is_numeric($size) ? (int)$size : -1; + if ($size < 0) { + $size = 300; + } + + // If the size is zero or smaller than the summary limit, return the entire page content. + if ($size === 0 || $content_size <= $size) { + return $content; + } + + // Only return string but not html, wrap whatever html tag you want when using. + if ($textOnly) { + return mb_strimwidth($content, 0, $size, '...', 'UTF-8'); + } + + $summary = Utils::truncateHTML($content, $size); + + return html_entity_decode($summary, ENT_COMPAT | ENT_HTML5, 'UTF-8'); + } + + /** + * Gets and Sets the content based on content portion of the .md file + * + * @param string $content + * @return string + * @throws Exception + */ + protected function processContent($content): string + { + $content = is_string($content) ? $content : ''; + $grav = Grav::instance(); + + /** @var Config $config */ + $config = $grav['config']; + + $process_markdown = $this->shouldProcess('markdown'); + $process_twig = $this->shouldProcess('twig') || $this->isModule(); + $cache_enable = $this->getNestedProperty('header.cache_enable') ?? $config->get('system.cache.enabled', true); + + $twig_first = $this->getNestedProperty('header.twig_first') ?? $config->get('system.pages.twig_first', false); + $never_cache_twig = $this->getNestedProperty('header.never_cache_twig') ?? $config->get('system.pages.never_cache_twig', false); + + if ($cache_enable) { + $cache = $this->getCache('render'); + $key = md5($this->getCacheKey() . '-content'); + $cached = $cache->get($key); + if ($cached && $cached['checksum'] === $this->getCacheChecksum()) { + $this->_content = $cached['content'] ?? ''; + $this->_content_meta = $cached['content_meta'] ?? null; + + if ($process_twig && $never_cache_twig) { + $this->_content = $this->processTwig($this->_content); + } + } + } + + if (null === $this->_content) { + $markdown_options = []; + if ($process_markdown) { + // Build markdown options. + $markdown_options = (array)$config->get('system.pages.markdown'); + $markdown_page_options = (array)$this->getNestedProperty('header.markdown'); + if ($markdown_page_options) { + $markdown_options = array_merge($markdown_options, $markdown_page_options); + } + + // pages.markdown_extra is deprecated, but still check it... + if (!isset($markdown_options['extra'])) { + $extra = $this->getNestedProperty('header.markdown_extra') ?? $config->get('system.pages.markdown_extra'); + if (null !== $extra) { + user_error('Configuration option \'system.pages.markdown_extra\' is deprecated since Grav 1.5, use \'system.pages.markdown.extra\' instead', E_USER_DEPRECATED); + + $markdown_options['extra'] = $extra; + } + } + } + $options = [ + 'markdown' => $markdown_options, + 'images' => $config->get('system.images', []) + ]; + + $this->_content = $content; + $grav->fireEvent('onPageContentRaw', new Event(['page' => $this])); + + if ($twig_first && !$never_cache_twig) { + if ($process_twig) { + $this->_content = $this->processTwig($this->_content); + } + + if ($process_markdown) { + $this->_content = $this->processMarkdown($this->_content, $options); + } + + // Content Processed but not cached yet + $grav->fireEvent('onPageContentProcessed', new Event(['page' => $this])); + } else { + if ($process_markdown) { + $options['keep_twig'] = $process_twig; + $this->_content = $this->processMarkdown($this->_content, $options); + } + + // Content Processed but not cached yet + $grav->fireEvent('onPageContentProcessed', new Event(['page' => $this])); + + if ($cache_enable && $never_cache_twig) { + $this->cachePageContent(); + } + + if ($process_twig) { + \assert(is_string($this->_content)); + $this->_content = $this->processTwig($this->_content); + } + } + + if ($cache_enable && !$never_cache_twig) { + $this->cachePageContent(); + } + } + + \assert(is_string($this->_content)); + + // Handle summary divider + $delimiter = $config->get('site.summary.delimiter', '==='); + $divider_pos = mb_strpos($this->_content, "

    {$delimiter}

    "); + if ($divider_pos !== false) { + $this->setProperty('summary_size', $divider_pos); + $this->_content = str_replace("

    {$delimiter}

    ", '', $this->_content); + } + + // Fire event when Page::content() is called + $grav->fireEvent('onPageContent', new Event(['page' => $this])); + + return $this->_content; + } + + /** + * Process the Twig page content. + * + * @param string $content + * @return string + */ + protected function processTwig($content): string + { + /** @var Twig $twig */ + $twig = Grav::instance()['twig']; + + /** @var PageInterface $this */ + return $twig->processPage($this, $content); + } + + /** + * Process the Markdown content. + * + * Uses Parsedown or Parsedown Extra depending on configuration. + * + * @param string $content + * @param array $options + * @return string + * @throws Exception + */ + protected function processMarkdown($content, array $options = []): string + { + /** @var PageInterface $self */ + $self = $this; + + $excerpts = new Excerpts($self, $options); + + // Initialize the preferred variant of markdown parser. + if (isset($options['extra'])) { + $parsedown = new ParsedownExtra($excerpts); + } else { + $parsedown = new Parsedown($excerpts); + } + + $keepTwig = (bool)($options['keep_twig'] ?? false); + if ($keepTwig) { + $token = [ + '/' . Utils::generateRandomString(3), + Utils::generateRandomString(3) . '/' + ]; + // Base64 encode any twig. + $content = preg_replace_callback( + ['/({#.*?#})/mu', '/({{.*?}})/mu', '/({%.*?%})/mu'], + static function ($matches) use ($token) { return $token[0] . base64_encode($matches[1]) . $token[1]; }, + $content + ); + } + + $content = $parsedown->text($content); + + if ($keepTwig) { + // Base64 decode the encoded twig. + $content = preg_replace_callback( + ['`' . $token[0] . '([A-Za-z0-9+/]+={0,2})' . $token[1] . '`mu'], + static function ($matches) { return base64_decode($matches[1]); }, + $content + ); + } + + return $content; + } + + abstract protected function loadHeaderProperty(string $property, $var, callable $filter); +} diff --git a/system/src/Grav/Framework/Flex/Pages/Traits/PageLegacyTrait.php b/system/src/Grav/Framework/Flex/Pages/Traits/PageLegacyTrait.php new file mode 100644 index 0000000..77c218f --- /dev/null +++ b/system/src/Grav/Framework/Flex/Pages/Traits/PageLegacyTrait.php @@ -0,0 +1,1124 @@ +getFlexDirectory()->getStorage(); + if (method_exists($storage, 'readRaw')) { + return $storage->readRaw($this->getStorageKey()); + } + + $array = $this->prepareStorage(); + $formatter = new MarkdownFormatter(); + + return $formatter->encode($array); + } + + /** + * Gets and Sets the page frontmatter + * + * @param string|null $var + * @return string + */ + public function frontmatter($var = null): string + { + if (null !== $var) { + $formatter = new YamlFormatter(); + $this->setProperty('frontmatter', $var); + $this->setProperty('header', $formatter->decode($var)); + + return $var; + } + + $storage = $this->getFlexDirectory()->getStorage(); + if (method_exists($storage, 'readFrontmatter')) { + return $storage->readFrontmatter($this->getStorageKey()); + } + + $array = $this->prepareStorage(); + $formatter = new YamlFormatter(); + + return $formatter->encode($array['header'] ?? []); + } + + /** + * Modify a header value directly + * + * @param string $key + * @param string|array $value + * @return void + */ + public function modifyHeader($key, $value): void + { + $this->setNestedProperty("header.{$key}", $value); + } + + /** + * @return int + */ + public function httpResponseCode(): int + { + $code = (int)$this->getNestedProperty('header.http_response_code'); + + return $code ?: 200; + } + + /** + * @return array + */ + public function httpHeaders(): array + { + $headers = []; + + $format = $this->templateFormat(); + $cache_control = $this->cacheControl(); + $expires = $this->expires(); + + // Set Content-Type header. + $headers['Content-Type'] = Utils::getMimeByExtension($format, 'text/html'); + + // Calculate Expires Headers if set to > 0. + if ($expires > 0) { + $expires_date = gmdate('D, d M Y H:i:s', time() + $expires) . ' GMT'; + if (!$cache_control) { + $headers['Cache-Control'] = 'max-age=' . $expires; + } + $headers['Expires'] = $expires_date; + } + + // Set Cache-Control header. + if ($cache_control) { + $headers['Cache-Control'] = strtolower($cache_control); + } + + // Set Last-Modified header. + if ($this->lastModified()) { + $last_modified_date = gmdate('D, d M Y H:i:s', $this->modified()) . ' GMT'; + $headers['Last-Modified'] = $last_modified_date; + } + + // Calculate ETag based on the serialized page and modified time. + if ($this->eTag()) { + $headers['ETag'] = '1'; + } + + // Set Vary: Accept-Encoding header. + $grav = Grav::instance(); + if ($grav['config']->get('system.pages.vary_accept_encoding', false)) { + $headers['Vary'] = 'Accept-Encoding'; + } + + return $headers; + } + + /** + * Get the contentMeta array and initialize content first if it's not already + * + * @return array + */ + public function contentMeta(): array + { + // Content meta is generated during the content is being rendered, so make sure we have done it. + $this->content(); + + return $this->_content_meta ?? []; + } + + /** + * Add an entry to the page's contentMeta array + * + * @param string $name + * @param string $value + * @return void + */ + public function addContentMeta($name, $value): void + { + $this->_content_meta[$name] = $value; + } + + /** + * Return the whole contentMeta array as it currently stands + * + * @param string|null $name + * @return string|array|null + */ + public function getContentMeta($name = null) + { + if ($name) { + return $this->_content_meta[$name] ?? null; + } + + return $this->_content_meta ?? []; + } + + /** + * Sets the whole content meta array in one shot + * + * @param array $content_meta + * @return array + */ + public function setContentMeta($content_meta): array + { + return $this->_content_meta = $content_meta; + } + + /** + * Fires the onPageContentProcessed event, and caches the page content using a unique ID for the page + */ + public function cachePageContent(): void + { + $value = [ + 'checksum' => $this->getCacheChecksum(), + 'content' => $this->_content, + 'content_meta' => $this->_content_meta + ]; + + $cache = $this->getCache('render'); + $key = md5($this->getCacheKey() . '-content'); + + $cache->set($key, $value); + } + + /** + * Get file object to the page. + * + * @return MarkdownFile|null + */ + public function file(): ?MarkdownFile + { + // TODO: + throw new RuntimeException(__METHOD__ . '(): Not Implemented'); + } + + /** + * Prepare move page to new location. Moves also everything that's under the current page. + * + * You need to call $this->save() in order to perform the move. + * + * @param PageInterface $parent New parent page. + * @return $this + */ + public function move(PageInterface $parent) + { + if ($this->route() === $parent->route()) { + throw new RuntimeException('Failed: Cannot set page parent to self'); + } + $rawRoute = $this->rawRoute(); + if ($rawRoute && Utils::startsWith($parent->rawRoute(), $rawRoute)) { + throw new RuntimeException('Failed: Cannot set page parent to a child of current page'); + } + + $this->storeOriginal(); + + // TODO: + throw new RuntimeException(__METHOD__ . '(): Not Implemented'); + } + + /** + * Prepare a copy from the page. Copies also everything that's under the current page. + * + * Returns a new Page object for the copy. + * You need to call $this->save() in order to perform the move. + * + * @param PageInterface|null $parent New parent page. + * @return $this + */ + public function copy(PageInterface $parent = null) + { + $this->storeOriginal(); + + $filesystem = Filesystem::getInstance(false); + + $parentStorageKey = ltrim($filesystem->dirname("/{$this->getMasterKey()}"), '/'); + + /** @var FlexPageIndex> $index */ + $index = $this->getFlexDirectory()->getIndex(); + + if ($parent) { + if ($parent instanceof FlexPageObject) { + $k = $parent->getMasterKey(); + if ($k !== $parentStorageKey) { + $parentStorageKey = $k; + } + } else { + throw new RuntimeException('Cannot copy page, parent is of unknown type'); + } + } else { + $parent = $parentStorageKey + ? $this->getFlexDirectory()->getObject($parentStorageKey, 'storage_key') + : (method_exists($index, 'getRoot') ? $index->getRoot() : null); + } + + // Find non-existing key. + $parentKey = $parent ? $parent->getKey() : ''; + if ($this instanceof FlexPageObject) { + $key = trim($parentKey . '/' . $this->folder(), '/'); + $key = preg_replace(static::PAGE_ORDER_PREFIX_REGEX, '', $key); + \assert(is_string($key)); + } else { + $key = trim($parentKey . '/' . Utils::basename($this->getKey()), '/'); + } + + if ($index->containsKey($key)) { + $key = preg_replace('/\d+$/', '', $key); + $i = 1; + do { + $i++; + $test = "{$key}{$i}"; + } while ($index->containsKey($test)); + $key = $test; + } + $folder = Utils::basename($key); + + // Get the folder name. + $order = $this->getProperty('order'); + if ($order) { + $order++; + } + + $parts = []; + if ($parentStorageKey !== '') { + $parts[] = $parentStorageKey; + } + $parts[] = $order ? sprintf('%02d.%s', $order, $folder) : $folder; + + // Finally update the object. + $this->setKey($key); + $this->setStorageKey(implode('/', $parts)); + + $this->markAsCopy(); + + return $this; + } + + /** + * Get the blueprint name for this page. Use the blueprint form field if set + * + * @return string + */ + public function blueprintName(): string + { + if (!isset($_POST['blueprint'])) { + return $this->template(); + } + + $post_value = $_POST['blueprint']; + $sanitized_value = htmlspecialchars(strip_tags($post_value), ENT_QUOTES, 'UTF-8'); + + return $sanitized_value ?: $this->template(); + } + + /** + * Validate page header. + * + * @return void + * @throws Exception + */ + public function validate(): void + { + $blueprint = $this->getBlueprint(); + $blueprint->validate($this->toArray()); + } + + /** + * Filter page header from illegal contents. + * + * @return void + */ + public function filter(): void + { + $blueprints = $this->getBlueprint(); + $values = $blueprints->filter($this->toArray()); + if ($values && isset($values['header'])) { + $this->header($values['header']); + } + } + + /** + * Get unknown header variables. + * + * @return array + */ + public function extra(): array + { + $data = $this->prepareStorage(); + + return $this->getBlueprint()->extra((array)($data['header'] ?? []), 'header.'); + } + + /** + * Convert page to an array. + * + * @return array + */ + public function toArray(): array + { + return [ + 'header' => (array)$this->header(), + 'content' => (string)$this->getFormValue('content') + ]; + } + + /** + * Convert page to YAML encoded string. + * + * @return string + */ + public function toYaml(): string + { + return Yaml::dump($this->toArray(), 20); + } + + /** + * Convert page to JSON encoded string. + * + * @return string + */ + public function toJson(): string + { + $json = json_encode($this->toArray()); + if (!is_string($json)) { + throw new RuntimeException('Internal error'); + } + + return $json; + } + + /** + * Gets and sets the name field. If no name field is set, it will return 'default.md'. + * + * @param string|null $var The name of this page. + * @return string The name of this page. + */ + public function name($var = null): string + { + return $this->loadProperty( + 'name', + $var, + function ($value) { + $value = $value ?? $this->getMetaData()['template'] ?? 'default'; + if (!preg_match('/\.md$/', $value)) { + $language = $this->language(); + if ($language) { + // TODO: better language support + $value .= ".{$language}"; + } + $value .= '.md'; + } + $value = preg_replace('|^modular/|', '', $value); + + $this->unsetProperty('template'); + + return $value; + } + ); + } + + /** + * Returns child page type. + * + * @return string + */ + public function childType(): string + { + return (string)$this->getNestedProperty('header.child_type'); + } + + /** + * Gets and sets the template field. This is used to find the correct Twig template file to render. + * If no field is set, it will return the name without the .md extension + * + * @param string|null $var the template name + * @return string the template name + */ + public function template($var = null): string + { + return $this->loadHeaderProperty( + 'template', + $var, + function ($value) { + return trim($value ?? (($this->isModule() ? 'modular/' : '') . str_replace($this->extension(), '', $this->name()))); + } + ); + } + + /** + * Allows a page to override the output render format, usually the extension provided in the URL. + * (e.g. `html`, `json`, `xml`, etc). + * + * @param string|null $var + * @return string + */ + public function templateFormat($var = null): string + { + return $this->loadHeaderProperty( + 'template_format', + $var, + function ($value) { + return ltrim($value ?? $this->getNestedProperty('header.append_url_extension') ?: Utils::getPageFormat(), '.'); + } + ); + } + + /** + * Gets and sets the extension field. + * + * @param string|null $var + * @return string + */ + public function extension($var = null): string + { + if (null !== $var) { + $this->setProperty('format', $var); + } + + $language = $this->language(); + if ($language) { + $language = '.' . $language; + } + $format = '.' . ($this->getProperty('format') ?? Utils::pathinfo($this->name(), PATHINFO_EXTENSION)); + + return $language . $format; + } + + /** + * Gets and sets the expires field. If not set will return the default + * + * @param int|null $var The new expires value. + * @return int The expires value + */ + public function expires($var = null): int + { + return $this->loadHeaderProperty( + 'expires', + $var, + static function ($value) { + return (int)($value ?? Grav::instance()['config']->get('system.pages.expires')); + } + ); + } + + /** + * Gets and sets the cache-control property. If not set it will return the default value (null) + * https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control for more details on valid options + * + * @param string|null $var + * @return string|null + */ + public function cacheControl($var = null): ?string + { + return $this->loadHeaderProperty( + 'cache_control', + $var, + static function ($value) { + return ((string)($value ?? Grav::instance()['config']->get('system.pages.cache_control'))) ?: null; + } + ); + } + + /** + * @param bool|null $var + * @return bool|null + */ + public function ssl($var = null): ?bool + { + return $this->loadHeaderProperty( + 'ssl', + $var, + static function ($value) { + return $value ? (bool)$value : null; + } + ); + } + + /** + * Returns the state of the debugger override setting for this page + * + * @return bool + */ + public function debugger(): bool + { + return (bool)$this->getNestedProperty('header.debugger', true); + } + + /** + * Function to merge page metadata tags and build an array of Metadata objects + * that can then be rendered in the page. + * + * @param array|null $var an Array of metadata values to set + * @return array an Array of metadata values for the page + */ + public function metadata($var = null): array + { + if ($var !== null) { + $this->_metadata = (array)$var; + } + + // if not metadata yet, process it. + if (null === $this->_metadata) { + $this->_metadata = []; + + $config = Grav::instance()['config']; + + // Set the Generator tag + $defaultMetadata = ['generator' => 'GravCMS']; + $siteMetadata = $config->get('site.metadata', []); + $headerMetadata = $this->getNestedProperty('header.metadata', []); + + // Get initial metadata for the page + $metadata = array_merge($defaultMetadata, $siteMetadata, $headerMetadata); + + $header_tag_http_equivs = ['content-type', 'default-style', 'refresh', 'x-ua-compatible', 'content-security-policy']; + $escape = !$config->get('system.strict_mode.twig_compat', false) || $config->get('system.twig.autoescape', true); + + // Build an array of meta objects.. + foreach ($metadata as $key => $value) { + // Lowercase the key + $key = strtolower($key); + + // If this is a property type metadata: "og", "twitter", "facebook" etc + // Backward compatibility for nested arrays in metas + if (is_array($value)) { + foreach ($value as $property => $prop_value) { + $prop_key = $key . ':' . $property; + $this->_metadata[$prop_key] = [ + 'name' => $prop_key, + 'property' => $prop_key, + 'content' => $escape ? htmlspecialchars($prop_value, ENT_QUOTES | ENT_HTML5, 'UTF-8') : $prop_value + ]; + } + } elseif ($value) { + // If it this is a standard meta data type + if (in_array($key, $header_tag_http_equivs, true)) { + $this->_metadata[$key] = [ + 'http_equiv' => $key, + 'content' => $escape ? htmlspecialchars($value, ENT_COMPAT, 'UTF-8') : $value + ]; + } elseif ($key === 'charset') { + $this->_metadata[$key] = ['charset' => $escape ? htmlspecialchars($value, ENT_QUOTES | ENT_HTML5, 'UTF-8') : $value]; + } else { + // if it's a social metadata with separator, render as property + $separator = strpos($key, ':'); + $hasSeparator = $separator && $separator < strlen($key) - 1; + $entry = [ + 'content' => $escape ? htmlspecialchars($value, ENT_QUOTES | ENT_HTML5, 'UTF-8') : $value + ]; + + if ($hasSeparator && !Utils::startsWith($key, 'twitter')) { + $entry['property'] = $key; + } else { + $entry['name'] = $key; + } + + $this->_metadata[$key] = $entry; + } + } + } + } + + return $this->_metadata; + } + + /** + * Reset the metadata and pull from header again + */ + public function resetMetadata(): void + { + $this->_metadata = null; + } + + /** + * Gets and sets the option to show the etag header for the page. + * + * @param bool|null $var show etag header + * @return bool show etag header + */ + public function eTag($var = null): bool + { + return $this->loadHeaderProperty( + 'etag', + $var, + static function ($value) { + return (bool)($value ?? Grav::instance()['config']->get('system.pages.etag')); + } + ); + } + + /** + * Gets and sets the path to the .md file for this Page object. + * + * @param string|null $var the file path + * @return string|null the file path + */ + public function filePath($var = null): ?string + { + if (null !== $var) { + // TODO: + throw new RuntimeException(__METHOD__ . '(string): Not Implemented'); + } + + $folder = $this->getStorageFolder(); + if (!$folder) { + return null; + } + + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + $folder = $locator->isStream($folder) ? $locator->getResource($folder) : GRAV_ROOT . "/{$folder}"; + + return $folder . '/' . ($this->isPage() ? $this->name() : 'default.md'); + } + + /** + * Gets the relative path to the .md file + * + * @return string|null The relative file path + */ + public function filePathClean(): ?string + { + $folder = $this->getStorageFolder(); + if (!$folder) { + return null; + } + + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + $folder = $locator->isStream($folder) ? $locator->getResource($folder, false) : $folder; + + return $folder . '/' . ($this->isPage() ? $this->name() : 'default.md'); + } + + /** + * Gets and sets the order by which any sub-pages should be sorted. + * + * @param string|null $var the order, either "asc" or "desc" + * @return string the order, either "asc" or "desc" + */ + public function orderDir($var = null): string + { + return $this->loadHeaderProperty( + 'order_dir', + $var, + static function ($value) { + return strtolower(trim($value) ?: Grav::instance()['config']->get('system.pages.order.dir')) === 'desc' ? 'desc' : 'asc'; + } + ); + } + + /** + * Gets and sets the order by which the sub-pages should be sorted. + * + * default - is the order based on the file system, ie 01.Home before 02.Advark + * title - is the order based on the title set in the pages + * date - is the order based on the date set in the pages + * folder - is the order based on the name of the folder with any numerics omitted + * + * @param string|null $var supported options include "default", "title", "date", and "folder" + * @return string supported options include "default", "title", "date", and "folder" + */ + public function orderBy($var = null): string + { + return $this->loadHeaderProperty( + 'order_by', + $var, + static function ($value) { + return trim($value) ?: Grav::instance()['config']->get('system.pages.order.by'); + } + ); + } + + /** + * Gets the manual order set in the header. + * + * @param string|null $var supported options include "default", "title", "date", and "folder" + * @return array + */ + public function orderManual($var = null): array + { + return $this->loadHeaderProperty( + 'order_manual', + $var, + static function ($value) { + return (array)$value; + } + ); + } + + /** + * Gets and sets the maxCount field which describes how many sub-pages should be displayed if the + * sub_pages header property is set for this page object. + * + * @param int|null $var the maximum number of sub-pages + * @return int the maximum number of sub-pages + */ + public function maxCount($var = null): int + { + return $this->loadHeaderProperty( + 'max_count', + $var, + static function ($value) { + return (int)($value ?? Grav::instance()['config']->get('system.pages.list.count')); + } + ); + } + + /** + * Gets and sets the modular var that helps identify this page is a modular child + * + * @param bool|null $var true if modular_twig + * @return bool true if modular_twig + * @deprecated 1.7 Use ->isModule() or ->modularTwig() method instead. + */ + public function modular($var = null): bool + { + user_error(__METHOD__ . '() is deprecated since Grav 1.7, use ->isModule() or ->modularTwig() method instead', E_USER_DEPRECATED); + + return $this->modularTwig($var); + } + + /** + * Gets and sets the modular_twig var that helps identify this page as a modular child page that will need + * twig processing handled differently from a regular page. + * + * @param bool|null $var true if modular_twig + * @return bool true if modular_twig + */ + public function modularTwig($var = null): bool + { + if ($var !== null) { + $this->setProperty('modular_twig', (bool)$var); + if ($var) { + $this->visible(false); + } + } + + return (bool)($this->getProperty('modular_twig') ?? strpos($this->slug(), '_') === 0); + } + + /** + * Returns children of this page. + * + * @return PageCollectionInterface|FlexIndexInterface + */ + public function children() + { + $meta = $this->getMetaData(); + $keys = array_keys($meta['children'] ?? []); + $prefix = $this->getMasterKey(); + if ($prefix) { + foreach ($keys as &$key) { + $key = $prefix . '/' . $key; + } + unset($key); + } + + return $this->getFlexDirectory()->getIndex($keys, 'storage_key'); + } + + /** + * Check to see if this item is the first in an array of sub-pages. + * + * @return bool True if item is first. + */ + public function isFirst(): bool + { + $parent = $this->parent(); + $children = $parent ? $parent->children() : null; + if ($children instanceof FlexCollectionInterface) { + $children = $children->withKeyField(); + } + + return $children instanceof PageCollectionInterface ? $children->isFirst($this->getKey()) : true; + } + + /** + * Check to see if this item is the last in an array of sub-pages. + * + * @return bool True if item is last + */ + public function isLast(): bool + { + $parent = $this->parent(); + $children = $parent ? $parent->children() : null; + if ($children instanceof FlexCollectionInterface) { + $children = $children->withKeyField(); + } + + return $children instanceof PageCollectionInterface ? $children->isLast($this->getKey()) : true; + } + + /** + * Gets the previous sibling based on current position. + * + * @return PageInterface|false the previous Page item + */ + public function prevSibling() + { + return $this->adjacentSibling(-1); + } + + /** + * Gets the next sibling based on current position. + * + * @return PageInterface|false the next Page item + */ + public function nextSibling() + { + return $this->adjacentSibling(1); + } + + /** + * Returns the adjacent sibling based on a direction. + * + * @param int $direction either -1 or +1 + * @return PageInterface|false the sibling page + */ + public function adjacentSibling($direction = 1) + { + $parent = $this->parent(); + $children = $parent ? $parent->children() : null; + if ($children instanceof FlexCollectionInterface) { + $children = $children->withKeyField(); + } + + if ($children instanceof PageCollectionInterface) { + $child = $children->adjacentSibling($this->getKey(), $direction); + if ($child instanceof PageInterface) { + return $child; + } + } + + return false; + } + + /** + * Helper method to return an ancestor page. + * + * @param string|null $lookup Name of the parent folder + * @return PageInterface|null page you were looking for if it exists + */ + public function ancestor($lookup = null) + { + /** @var Pages $pages */ + $pages = Grav::instance()['pages']; + + return $pages->ancestor($this->getProperty('parent_route'), $lookup); + } + + /** + * Helper method to return an ancestor page to inherit from. The current + * page object is returned. + * + * @param string $field Name of the parent folder + * @return PageInterface|null + */ + public function inherited($field) + { + [$inherited, $currentParams] = $this->getInheritedParams($field); + + $this->modifyHeader($field, $currentParams); + + return $inherited; + } + + /** + * Helper method to return an ancestor field only to inherit from. The + * first occurrence of an ancestor field will be returned if at all. + * + * @param string $field Name of the parent folder + * @return array + */ + public function inheritedField($field): array + { + [, $currentParams] = $this->getInheritedParams($field); + + return $currentParams; + } + + /** + * Method that contains shared logic for inherited() and inheritedField() + * + * @param string $field Name of the parent folder + * @return array + */ + protected function getInheritedParams($field): array + { + /** @var Pages $pages */ + $pages = Grav::instance()['pages']; + + $inherited = $pages->inherited($this->getProperty('parent_route'), $field); + $inheritedParams = $inherited ? (array)$inherited->value('header.' . $field) : []; + $currentParams = (array)$this->getFormValue('header.' . $field); + if ($inheritedParams && is_array($inheritedParams)) { + $currentParams = array_replace_recursive($inheritedParams, $currentParams); + } + + return [$inherited, $currentParams]; + } + + /** + * Helper method to return a page. + * + * @param string $url the url of the page + * @param bool $all + * @return PageInterface|null page you were looking for if it exists + */ + public function find($url, $all = false) + { + /** @var Pages $pages */ + $pages = Grav::instance()['pages']; + + return $pages->find($url, $all); + } + + /** + * Get a collection of pages in the current context. + * + * @param string|array $params + * @param bool $pagination + * @return PageCollectionInterface|Collection + * @throws InvalidArgumentException + */ + public function collection($params = 'content', $pagination = true) + { + if (is_string($params)) { + // Look into a page header field. + $params = (array)$this->getFormValue('header.' . $params); + } elseif (!is_array($params)) { + throw new InvalidArgumentException('Argument should be either header variable name or array of parameters'); + } + + if (!$pagination) { + $params['pagination'] = false; + } + $context = [ + 'pagination' => $pagination, + 'self' => $this + ]; + + /** @var Pages $pages */ + $pages = Grav::instance()['pages']; + + return $pages->getCollection($params, $context); + } + + /** + * @param string|array $value + * @param bool $only_published + * @return PageCollectionInterface|Collection + */ + public function evaluate($value, $only_published = true) + { + $params = [ + 'items' => $value, + 'published' => $only_published + ]; + $context = [ + 'event' => false, + 'pagination' => false, + 'url_taxonomy_filters' => false, + 'self' => $this + ]; + + /** @var Pages $pages */ + $pages = Grav::instance()['pages']; + + return $pages->getCollection($params, $context); + } + + /** + * Returns whether or not the current folder exists + * + * @return bool + */ + public function folderExists(): bool + { + return $this->exists() || is_dir($this->getStorageFolder() ?? ''); + } + + /** + * Gets the action. + * + * @return string|null The Action string. + */ + public function getAction(): ?string + { + $meta = $this->getMetaData(); + if (!empty($meta['copy'])) { + return 'copy'; + } + if (isset($meta['storage_key']) && $this->getStorageKey() !== $meta['storage_key']) { + return 'move'; + } + + return null; + } +} diff --git a/system/src/Grav/Framework/Flex/Pages/Traits/PageRoutableTrait.php b/system/src/Grav/Framework/Flex/Pages/Traits/PageRoutableTrait.php new file mode 100644 index 0000000..918ad67 --- /dev/null +++ b/system/src/Grav/Framework/Flex/Pages/Traits/PageRoutableTrait.php @@ -0,0 +1,550 @@ +loadHeaderProperty( + 'url_extension', + null, + function ($value) { + if ($this->home()) { + return ''; + } + + return $value ?? Grav::instance()['config']->get('system.pages.append_url_extension', ''); + } + ); + } + + /** + * Gets and Sets whether or not this Page is routable, ie you can reach it via a URL. + * The page must be *routable* and *published* + * + * @param bool|null $var true if the page is routable + * @return bool true if the page is routable + */ + public function routable($var = null): bool + { + $value = $this->loadHeaderProperty( + 'routable', + $var, + static function ($value) { + return $value ?? true; + } + ); + + return $value && $this->published() && !$this->isModule() && !$this->root() && $this->getLanguages(true); + } + + /** + * Gets the URL for a page - alias of url(). + * + * @param bool $include_host + * @return string the permalink + */ + public function link($include_host = false): string + { + return $this->url($include_host); + } + + /** + * Gets the URL with host information, aka Permalink. + * @return string The permalink. + */ + public function permalink(): string + { + return $this->url(true, false, true, true); + } + + /** + * Returns the canonical URL for a page + * + * @param bool $include_lang + * @return string + */ + public function canonical($include_lang = true): string + { + return $this->url(true, true, $include_lang); + } + + /** + * Gets the url for the Page. + * + * @param bool $include_host Defaults false, but true would include http://yourhost.com + * @param bool $canonical true to return the canonical URL + * @param bool $include_base + * @param bool $raw_route + * @return string The url. + */ + public function url($include_host = false, $canonical = false, $include_base = true, $raw_route = false): string + { + // Override any URL when external_url is set + $external = $this->getNestedProperty('header.external_url'); + if ($external) { + return $external; + } + + $grav = Grav::instance(); + + /** @var Pages $pages */ + $pages = $grav['pages']; + + /** @var Config $config */ + $config = $grav['config']; + + // get base route (multi-site base and language) + $route = $include_base ? $pages->baseRoute() : ''; + + // add full route if configured to do so + if (!$include_host && $config->get('system.absolute_urls', false)) { + $include_host = true; + } + + if ($canonical) { + $route .= $this->routeCanonical(); + } elseif ($raw_route) { + $route .= $this->rawRoute(); + } else { + $route .= $this->route(); + } + + /** @var Uri $uri */ + $uri = $grav['uri']; + $url = $uri->rootUrl($include_host) . '/' . trim($route, '/') . $this->urlExtension(); + + return Uri::filterPath($url); + } + + /** + * Gets the route for the page based on the route headers if available, else from + * the parents route and the current Page's slug. + * + * @param string $var Set new default route. + * @return string|null The route for the Page. + */ + public function route($var = null): ?string + { + if (null !== $var) { + // TODO: not the best approach, but works... + $this->setNestedProperty('header.routes.default', $var); + } + + // Return default route if given. + $default = $this->getNestedProperty('header.routes.default'); + if (is_string($default)) { + return $default; + } + + return $this->routeInternal(); + } + + /** + * @return string|null + */ + protected function routeInternal(): ?string + { + $route = $this->_route; + if (null !== $route) { + return $route; + } + + if ($this->root()) { + return null; + } + + // Root and orphan nodes have no route. + $parent = $this->parent(); + if (!$parent) { + return null; + } + + if ($parent->home()) { + /** @var Config $config */ + $config = Grav::instance()['config']; + $hide = (bool)$config->get('system.home.hide_in_urls', false); + $route = '/' . ($hide ? '' : $parent->slug()); + } else { + $route = $parent->route(); + } + + if ($route !== '' && $route !== '/') { + $route .= '/'; + } + + if (!$this->home()) { + $route .= $this->slug(); + } + + $this->_route = $route; + + return $route; + } + + /** + * Helper method to clear the route out so it regenerates next time you use it + */ + public function unsetRouteSlug(): void + { + // TODO: + throw new RuntimeException(__METHOD__ . '(): Not Implemented'); + } + + /** + * Gets and Sets the page raw route + * + * @param string|null $var + * @return string|null + */ + public function rawRoute($var = null): ?string + { + if (null !== $var) { + // TODO: + throw new RuntimeException(__METHOD__ . '(string): Not Implemented'); + } + + if ($this->root()) { + return null; + } + + return '/' . $this->getKey(); + } + + /** + * Gets the route aliases for the page based on page headers. + * + * @param array|null $var list of route aliases + * @return array The route aliases for the Page. + */ + public function routeAliases($var = null): array + { + if (null !== $var) { + $this->setNestedProperty('header.routes.aliases', (array)$var); + } + + $aliases = (array)$this->getNestedProperty('header.routes.aliases'); + $default = $this->getNestedProperty('header.routes.default'); + if ($default) { + $aliases[] = $default; + } + + return $aliases; + } + + /** + * Gets the canonical route for this page if its set. If provided it will use + * that value, else if it's `true` it will use the default route. + * + * @param string|null $var + * @return string|null + */ + public function routeCanonical($var = null): ?string + { + if (null !== $var) { + $this->setNestedProperty('header.routes.canonical', (array)$var); + } + + $canonical = $this->getNestedProperty('header.routes.canonical'); + + return is_string($canonical) ? $canonical : $this->route(); + } + + /** + * Gets the redirect set in the header. + * + * @param string|null $var redirect url + * @return string|null + */ + public function redirect($var = null): ?string + { + return $this->loadHeaderProperty( + 'redirect', + $var, + static function ($value) { + return trim($value) ?: null; + } + ); + } + + /** + * Returns the clean path to the page file + * + * Needed in admin for Page Media. + */ + public function relativePagePath(): ?string + { + $folder = $this->getMediaFolder(); + if (!$folder) { + return null; + } + + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + $path = $locator->isStream($folder) ? $locator->findResource($folder, false) : $folder; + + return is_string($path) ? $path : null; + } + + /** + * Gets and sets the path to the folder where the .md for this Page object resides. + * This is equivalent to the filePath but without the filename. + * + * @param string|null $var the path + * @return string|null the path + */ + public function path($var = null): ?string + { + if (null !== $var) { + // TODO: + throw new RuntimeException(__METHOD__ . '(string): Not Implemented'); + } + + $path = $this->_path; + if ($path) { + return $path; + } + + if ($this->root()) { + $folder = $this->getFlexDirectory()->getStorageFolder(); + } else { + $folder = $this->getStorageFolder(); + } + + if ($folder) { + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + $folder = $locator->isStream($folder) ? $locator->getResource($folder) : GRAV_ROOT . "/{$folder}"; + } + + return $this->_path = is_string($folder) ? $folder : null; + } + + /** + * Get/set the folder. + * + * @param string|null $var Optional path, including numeric prefix. + * @return string|null + */ + public function folder($var = null): ?string + { + return $this->loadProperty( + 'folder', + $var, + function ($value) { + if (null === $value) { + $value = $this->getMasterKey() ?: $this->getKey(); + } + + return Utils::basename($value) ?: null; + } + ); + } + + /** + * Get/set the folder. + * + * @param string|null $var Optional path, including numeric prefix. + * @return string|null + */ + public function parentStorageKey($var = null): ?string + { + return $this->loadProperty( + 'parent_key', + $var, + function ($value) { + if (null === $value) { + $filesystem = Filesystem::getInstance(false); + $value = $this->getMasterKey() ?: $this->getKey(); + $value = ltrim($filesystem->dirname("/{$value}"), '/') ?: ''; + } + + return $value; + } + ); + } + + /** + * Gets and Sets the parent object for this page + * + * @param PageInterface|null $var the parent page object + * @return PageInterface|null the parent page object if it exists. + */ + public function parent(PageInterface $var = null) + { + if (null !== $var) { + // TODO: + throw new RuntimeException(__METHOD__ . '(PageInterface): Not Implemented'); + } + + if ($this->_parentCache || $this->root()) { + return $this->_parentCache; + } + + // Use filesystem as \dirname() does not work in Windows because of '/foo' becomes '\'. + $filesystem = Filesystem::getInstance(false); + $directory = $this->getFlexDirectory(); + $parentKey = ltrim($filesystem->dirname("/{$this->getKey()}"), '/'); + if ('' !== $parentKey) { + $parent = $directory->getObject($parentKey); + $language = $this->getLanguage(); + if ($language && $parent && method_exists($parent, 'getTranslation')) { + $parent = $parent->getTranslation($language) ?? $parent; + } + + $this->_parentCache = $parent; + } else { + $index = $directory->getIndex(); + + $this->_parentCache = \is_callable([$index, 'getRoot']) ? $index->getRoot() : null; + } + + return $this->_parentCache; + } + + /** + * Gets the top parent object for this page. Can return page itself. + * + * @return PageInterface The top parent page object. + */ + public function topParent() + { + $topParent = $this; + while ($topParent) { + $parent = $topParent->parent(); + if (!$parent || !$parent->parent()) { + break; + } + $topParent = $parent; + } + + return $topParent; + } + + /** + * Returns the item in the current position. + * + * @return int|null the index of the current page. + */ + public function currentPosition(): ?int + { + $parent = $this->parent(); + $collection = $parent ? $parent->collection('content', false) : null; + if ($collection instanceof PageCollectionInterface && $path = $this->path()) { + return $collection->currentPosition($path); + } + + return 1; + } + + /** + * Returns whether or not this page is the currently active page requested via the URL. + * + * @return bool True if it is active + */ + public function active(): bool + { + $grav = Grav::instance(); + $uri_path = rtrim(urldecode($grav['uri']->path()), '/') ?: '/'; + $routes = $grav['pages']->routes(); + + return isset($routes[$uri_path]) && $routes[$uri_path] === $this->path(); + } + + /** + * Returns whether or not this URI's URL contains the URL of the active page. + * Or in other words, is this page's URL in the current URL + * + * @return bool True if active child exists + */ + public function activeChild(): bool + { + $grav = Grav::instance(); + /** @var Uri $uri */ + $uri = $grav['uri']; + /** @var Pages $pages */ + $pages = $grav['pages']; + $uri_path = rtrim(urldecode($uri->path()), '/'); + $routes = $pages->routes(); + + if (isset($routes[$uri_path])) { + $page = $pages->find($uri->route()); + /** @var PageInterface|null $child_page */ + $child_page = $page ? $page->parent() : null; + while ($child_page && !$child_page->root()) { + if ($this->path() === $child_page->path()) { + return true; + } + $child_page = $child_page->parent(); + } + } + + return false; + } + + /** + * Returns whether or not this page is the currently configured home page. + * + * @return bool True if it is the homepage + */ + public function home(): bool + { + $home = Grav::instance()['config']->get('system.home.alias'); + + return '/' . $this->getKey() === $home; + } + + /** + * Returns whether or not this page is the root node of the pages tree. + * + * @param bool|null $var + * @return bool True if it is the root + */ + public function root($var = null): bool + { + if (null !== $var) { + $this->root = (bool)$var; + } + + return $this->root === true || $this->getKey() === '/'; + } +} diff --git a/system/src/Grav/Framework/Flex/Pages/Traits/PageTranslateTrait.php b/system/src/Grav/Framework/Flex/Pages/Traits/PageTranslateTrait.php new file mode 100644 index 0000000..2bdfa87 --- /dev/null +++ b/system/src/Grav/Framework/Flex/Pages/Traits/PageTranslateTrait.php @@ -0,0 +1,291 @@ +translatedLanguages(true); + } + + /** + * @param string|null $languageCode + * @param bool|null $fallback + * @return bool + */ + public function hasTranslation(string $languageCode = null, bool $fallback = null): bool + { + $code = $this->findTranslation($languageCode, $fallback); + + return null !== $code; + } + + /** + * @param string|null $languageCode + * @param bool|null $fallback + * @return FlexObjectInterface|PageInterface|null + */ + public function getTranslation(string $languageCode = null, bool $fallback = null) + { + if ($this->root()) { + return $this; + } + + $code = $this->findTranslation($languageCode, $fallback); + if (null === $code) { + $object = null; + } elseif ('' === $code) { + $object = $this->getLanguage() ? $this->getFlexDirectory()->getObject($this->getMasterKey(), 'storage_key') : $this; + } else { + $meta = $this->getMetaData(); + $meta['template'] = $this->getLanguageTemplates()[$code] ?? $meta['template']; + $key = $this->getStorageKey() . '|' . $meta['template'] . '.' . $code; + $meta['storage_key'] = $key; + $meta['lang'] = $code; + $object = $this->getFlexDirectory()->loadObjects([$key => $meta])[$key] ?? null; + } + + return $object; + } + + /** + * @param bool $includeDefault If set to true, return separate entries for '' and 'en' (default) language. + * @return array + */ + public function getAllLanguages(bool $includeDefault = false): array + { + $grav = Grav::instance(); + + /** @var Language $language */ + $language = $grav['language']; + $languages = $language->getLanguages(); + if (!$languages) { + return []; + } + + $translated = $this->getLanguageTemplates(); + + if ($includeDefault) { + $languages[] = ''; + } elseif (isset($translated[''])) { + $default = $language->getDefault(); + if (is_bool($default)) { + $default = ''; + } + $translated[$default] = $translated['']; + unset($translated['']); + } + + $languages = array_fill_keys($languages, false); + $translated = array_fill_keys(array_keys($translated), true); + + return array_replace($languages, $translated); + } + + /** + * Returns all translated languages. + * + * @param bool $includeDefault If set to true, return separate entries for '' and 'en' (default) language. + * @return array + */ + public function getLanguages(bool $includeDefault = false): array + { + $languages = $this->getLanguageTemplates(); + + if (!$includeDefault && isset($languages[''])) { + $grav = Grav::instance(); + + /** @var Language $language */ + $language = $grav['language']; + $default = $language->getDefault(); + if (is_bool($default)) { + $default = ''; + } + $languages[$default] = $languages['']; + unset($languages['']); + } + + return array_keys($languages); + } + + /** + * @return string + */ + public function getLanguage(): string + { + return $this->language() ?? ''; + } + + /** + * @param string|null $languageCode + * @param bool|null $fallback + * @return string|null + */ + public function findTranslation(string $languageCode = null, bool $fallback = null): ?string + { + $translated = $this->getLanguageTemplates(); + + // If there's no translations (including default), we have an empty folder. + if (!$translated) { + return ''; + } + + // FIXME: only published is not implemented... + $languages = $this->getFallbackLanguages($languageCode, $fallback); + + $language = null; + foreach ($languages as $code) { + if (isset($translated[$code])) { + $language = $code; + break; + } + } + + return $language; + } + + /** + * Return an array with the routes of other translated languages + * + * @param bool $onlyPublished only return published translations + * @return array the page translated languages + */ + public function translatedLanguages($onlyPublished = false): array + { + // FIXME: only published is not implemented... + $translated = $this->getLanguageTemplates(); + if (!$translated) { + return $translated; + } + + $grav = Grav::instance(); + + /** @var Language $language */ + $language = $grav['language']; + $languages = $language->getLanguages(); + $languages[] = ''; + + $translated = array_intersect_key($translated, array_flip($languages)); + $list = array_fill_keys($languages, null); + foreach ($translated as $languageCode => $languageFile) { + $path = ($languageCode ? '/' : '') . $languageCode; + $list[$languageCode] = "{$path}/{$this->getKey()}"; + } + + return array_filter($list); + } + + /** + * Return an array listing untranslated languages available + * + * @param bool $includeUnpublished also list unpublished translations + * @return array the page untranslated languages + */ + public function untranslatedLanguages($includeUnpublished = false): array + { + $grav = Grav::instance(); + + /** @var Language $language */ + $language = $grav['language']; + + $languages = $language->getLanguages(); + $translated = array_keys($this->translatedLanguages(!$includeUnpublished)); + + return array_values(array_diff($languages, $translated)); + } + + /** + * Get page language + * + * @param string|null $var + * @return string|null + */ + public function language($var = null): ?string + { + return $this->loadHeaderProperty( + 'lang', + $var, + function ($value) { + $value = $value ?? $this->getMetaData()['lang'] ?? ''; + + return trim($value) ?: null; + } + ); + } + + /** + * @return array + */ + protected function getLanguageTemplates(): array + { + if (null === $this->_languages) { + $template = $this->getProperty('template'); + $meta = $this->getMetaData(); + $translations = $meta['markdown'] ?? []; + $list = []; + foreach ($translations as $code => $search) { + if (isset($search[$template])) { + // Use main template if possible. + $list[$code] = $template; + } elseif (!empty($search)) { + // Fall back to first matching template. + $list[$code] = key($search); + } + } + + $this->_languages = $list; + } + + return $this->_languages; + } + + /** + * @param string|null $languageCode + * @param bool|null $fallback + * @return array + */ + protected function getFallbackLanguages(string $languageCode = null, bool $fallback = null): array + { + $fallback = $fallback ?? true; + if (!$fallback && null !== $languageCode) { + return [$languageCode]; + } + + $grav = Grav::instance(); + + /** @var Language $language */ + $language = $grav['language']; + $languageCode = $languageCode ?? ($language->getLanguage() ?: ''); + if ($languageCode === '' && $fallback) { + return $language->getFallbackLanguages(null, true); + } + + return $fallback ? $language->getFallbackLanguages($languageCode, true) : [$languageCode]; + } +} diff --git a/system/src/Grav/Framework/Flex/Storage/AbstractFilesystemStorage.php b/system/src/Grav/Framework/Flex/Storage/AbstractFilesystemStorage.php new file mode 100644 index 0000000..d919f3a --- /dev/null +++ b/system/src/Grav/Framework/Flex/Storage/AbstractFilesystemStorage.php @@ -0,0 +1,232 @@ +hasKey((string)$key); + } + + return $list; + } + + /** + * {@inheritDoc} + * @see FlexStorageInterface::getKeyField() + */ + public function getKeyField(): string + { + return $this->keyField; + } + + /** + * @param array $keys + * @param bool $includeParams + * @return string + */ + public function buildStorageKey(array $keys, bool $includeParams = true): string + { + $key = $keys['key'] ?? ''; + $params = $includeParams ? $this->buildStorageKeyParams($keys) : ''; + + return $params ? "{$key}|{$params}" : $key; + } + + /** + * @param array $keys + * @return string + */ + public function buildStorageKeyParams(array $keys): string + { + return ''; + } + + /** + * @param array $row + * @return array + */ + public function extractKeysFromRow(array $row): array + { + return [ + 'key' => $this->normalizeKey($row[$this->keyField] ?? '') + ]; + } + + /** + * @param string $key + * @return array + */ + public function extractKeysFromStorageKey(string $key): array + { + return [ + 'key' => $key + ]; + } + + /** + * @param string|array $formatter + * @return void + */ + protected function initDataFormatter($formatter): void + { + // Initialize formatter. + if (!is_array($formatter)) { + $formatter = ['class' => $formatter]; + } + $formatterClassName = $formatter['class'] ?? JsonFormatter::class; + $formatterOptions = $formatter['options'] ?? []; + + if (!is_a($formatterClassName, FileFormatterInterface::class, true)) { + throw new \InvalidArgumentException('Bad Data Formatter'); + } + + $this->dataFormatter = new $formatterClassName($formatterOptions); + } + + /** + * @param string $filename + * @return string|null + */ + protected function detectDataFormatter(string $filename): ?string + { + if (preg_match('|(\.[a-z0-9]*)$|ui', $filename, $matches)) { + switch ($matches[1]) { + case '.json': + return JsonFormatter::class; + case '.yaml': + return YamlFormatter::class; + case '.md': + return MarkdownFormatter::class; + } + } + + return null; + } + + /** + * @param string $filename + * @return CompiledJsonFile|CompiledYamlFile|CompiledMarkdownFile + */ + protected function getFile(string $filename) + { + $filename = $this->resolvePath($filename); + + // TODO: start using the new file classes. + switch ($this->dataFormatter->getDefaultFileExtension()) { + case '.json': + $file = CompiledJsonFile::instance($filename); + break; + case '.yaml': + $file = CompiledYamlFile::instance($filename); + break; + case '.md': + $file = CompiledMarkdownFile::instance($filename); + break; + default: + throw new RuntimeException('Unknown extension type ' . $this->dataFormatter->getDefaultFileExtension()); + } + + return $file; + } + + /** + * @param string $path + * @return string + */ + protected function resolvePath(string $path): string + { + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + + if (!$locator->isStream($path)) { + return GRAV_ROOT . "/{$path}"; + } + + return $locator->getResource($path); + } + + /** + * Generates a random, unique key for the row. + * + * @return string + */ + protected function generateKey(): string + { + return substr(hash('sha256', random_bytes($this->keyLen)), 0, $this->keyLen); + } + + /** + * @param string $key + * @return string + */ + public function normalizeKey(string $key): string + { + if ($this->caseSensitive === true) { + return $key; + } + + return mb_strtolower($key); + } + + /** + * Checks if a key is valid. + * + * @param string $key + * @return bool + */ + protected function validateKey(string $key): bool + { + return $key && (bool) preg_match('/^[^\\/?*:;{}\\\\\\n]+$/u', $key); + } +} diff --git a/system/src/Grav/Framework/Flex/Storage/FileStorage.php b/system/src/Grav/Framework/Flex/Storage/FileStorage.php new file mode 100644 index 0000000..2770128 --- /dev/null +++ b/system/src/Grav/Framework/Flex/Storage/FileStorage.php @@ -0,0 +1,160 @@ +dataPattern = '{FOLDER}/{KEY}{EXT}'; + + if (!isset($options['formatter']) && isset($options['pattern'])) { + $options['formatter'] = $this->detectDataFormatter($options['pattern']); + } + + parent::__construct($options); + } + + /** + * {@inheritdoc} + * @see FlexStorageInterface::getMediaPath() + */ + public function getMediaPath(string $key = null): ?string + { + $path = $this->getStoragePath(); + if (!$path) { + return null; + } + + return $key ? "{$path}/{$key}" : $path; + } + + /** + * @param string $src + * @param string $dst + * @return bool + */ + public function copyRow(string $src, string $dst): bool + { + if ($this->hasKey($dst)) { + throw new RuntimeException("Cannot copy object: key '{$dst}' is already taken"); + } + + if (!$this->hasKey($src)) { + return false; + } + + return true; + } + + /** + * {@inheritdoc} + * @see FlexStorageInterface::renameRow() + */ + public function renameRow(string $src, string $dst): bool + { + if (!$this->hasKey($src)) { + return false; + } + + // Remove old file. + $path = $this->getPathFromKey($src); + $file = $this->getFile($path); + $file->delete(); + $file->free(); + unset($file); + + return true; + } + + /** + * @param string $src + * @param string $dst + * @return bool + */ + protected function copyFolder(string $src, string $dst): bool + { + // Nothing to copy. + return true; + } + + /** + * @param string $src + * @param string $dst + * @return bool + */ + protected function moveFolder(string $src, string $dst): bool + { + // Nothing to move. + return true; + } + + /** + * @param string $key + * @return bool + */ + protected function canDeleteFolder(string $key): bool + { + return false; + } + + /** + * {@inheritdoc} + */ + protected function getKeyFromPath(string $path): string + { + return Utils::basename($path, $this->dataFormatter->getDefaultFileExtension()); + } + + /** + * {@inheritdoc} + */ + protected function buildIndex(): array + { + $this->clearCache(); + + $path = $this->getStoragePath(); + if (!$path || !file_exists($path)) { + return []; + } + + $flags = FilesystemIterator::KEY_AS_PATHNAME | FilesystemIterator::CURRENT_AS_FILEINFO | FilesystemIterator::SKIP_DOTS | FilesystemIterator::UNIX_PATHS; + $iterator = new FilesystemIterator($path, $flags); + $list = []; + /** @var SplFileInfo $info */ + foreach ($iterator as $filename => $info) { + if (!$info->isFile() || !($key = $this->getKeyFromPath($filename)) || strpos($info->getFilename(), '.') === 0) { + continue; + } + + $list[$key] = $this->getObjectMeta($key); + } + + ksort($list, SORT_NATURAL | SORT_FLAG_CASE); + + return $list; + } +} diff --git a/system/src/Grav/Framework/Flex/Storage/FolderStorage.php b/system/src/Grav/Framework/Flex/Storage/FolderStorage.php new file mode 100644 index 0000000..157449d --- /dev/null +++ b/system/src/Grav/Framework/Flex/Storage/FolderStorage.php @@ -0,0 +1,708 @@ + '%1$s', 'KEY' => '%2$s', 'KEY:2' => '%3$s', 'FILE' => '%4$s', 'EXT' => '%5$s']; + /** @var string Filename for the object. */ + protected $dataFile; + /** @var string File extension for the object. */ + protected $dataExt; + /** @var bool */ + protected $prefixed; + /** @var bool */ + protected $indexed; + /** @var array */ + protected $meta = []; + + /** + * {@inheritdoc} + */ + public function __construct(array $options) + { + if (!isset($options['folder'])) { + throw new InvalidArgumentException("Argument \$options is missing 'folder'"); + } + + $this->initDataFormatter($options['formatter'] ?? []); + $this->initOptions($options); + } + + /** + * @return bool + */ + public function isIndexed(): bool + { + return $this->indexed; + } + + /** + * @return void + */ + public function clearCache(): void + { + $this->meta = []; + } + + /** + * @param string[] $keys + * @param bool $reload + * @return array + */ + public function getMetaData(array $keys, bool $reload = false): array + { + $list = []; + foreach ($keys as $key) { + $list[$key] = $this->getObjectMeta((string)$key, $reload); + } + + return $list; + } + + /** + * {@inheritdoc} + * @see FlexStorageInterface::getExistingKeys() + */ + public function getExistingKeys(): array + { + return $this->buildIndex(); + } + + /** + * {@inheritdoc} + * @see FlexStorageInterface::hasKey() + */ + public function hasKey(string $key): bool + { + $meta = $this->getObjectMeta($key); + + return array_key_exists('exists', $meta) ? $meta['exists'] : !empty($meta['storage_timestamp']); + } + + /** + * {@inheritdoc} + * @see FlexStorageInterface::createRows() + */ + public function createRows(array $rows): array + { + $list = []; + foreach ($rows as $key => $row) { + $list[$key] = $this->saveRow('@@', $row); + } + + return $list; + } + + /** + * {@inheritdoc} + * @see FlexStorageInterface::readRows() + */ + public function readRows(array $rows, array &$fetched = null): array + { + $list = []; + foreach ($rows as $key => $row) { + if (null === $row || is_scalar($row)) { + // Only load rows which haven't been loaded before. + $key = (string)$key; + $list[$key] = $this->loadRow($key); + + if (null !== $fetched) { + $fetched[$key] = $list[$key]; + } + } else { + // Keep the row if it has been loaded. + $list[$key] = $row; + } + } + + return $list; + } + + /** + * {@inheritdoc} + * @see FlexStorageInterface::updateRows() + */ + public function updateRows(array $rows): array + { + $list = []; + foreach ($rows as $key => $row) { + $key = (string)$key; + $list[$key] = $this->hasKey($key) ? $this->saveRow($key, $row) : null; + } + + return $list; + } + + /** + * {@inheritdoc} + * @see FlexStorageInterface::deleteRows() + */ + public function deleteRows(array $rows): array + { + $list = []; + $baseMediaPath = $this->getMediaPath(); + foreach ($rows as $key => $row) { + $key = (string)$key; + if (!$this->hasKey($key)) { + $list[$key] = null; + } else { + $path = $this->getPathFromKey($key); + $file = $this->getFile($path); + $list[$key] = $this->deleteFile($file); + + if ($this->canDeleteFolder($key)) { + $storagePath = $this->getStoragePath($key); + $mediaPath = $this->getMediaPath($key); + + if ($storagePath) { + $this->deleteFolder($storagePath, true); + } + if ($mediaPath && $mediaPath !== $storagePath && $mediaPath !== $baseMediaPath) { + $this->deleteFolder($mediaPath, true); + } + } + } + } + + return $list; + } + + /** + * {@inheritdoc} + * @see FlexStorageInterface::replaceRows() + */ + public function replaceRows(array $rows): array + { + $list = []; + foreach ($rows as $key => $row) { + $key = (string)$key; + $list[$key] = $this->saveRow($key, $row); + } + + return $list; + } + + /** + * @param string $src + * @param string $dst + * @return bool + * @throws RuntimeException + */ + public function copyRow(string $src, string $dst): bool + { + if ($this->hasKey($dst)) { + throw new RuntimeException("Cannot copy object: key '{$dst}' is already taken"); + } + + if (!$this->hasKey($src)) { + return false; + } + + $srcPath = $this->getStoragePath($src); + $dstPath = $this->getStoragePath($dst); + if (!$srcPath || !$dstPath) { + return false; + } + + return $this->copyFolder($srcPath, $dstPath); + } + + /** + * {@inheritdoc} + * @see FlexStorageInterface::renameRow() + * @throws RuntimeException + */ + public function renameRow(string $src, string $dst): bool + { + if (!$this->hasKey($src)) { + return false; + } + + $srcPath = $this->getStoragePath($src); + $dstPath = $this->getStoragePath($dst); + if (!$srcPath || !$dstPath) { + throw new RuntimeException("Destination path '{$dst}' is empty"); + } + + if ($srcPath === $dstPath) { + return true; + } + + if ($this->hasKey($dst)) { + throw new RuntimeException("Cannot rename object '{$src}': key '{$dst}' is already taken $srcPath $dstPath"); + } + + return $this->moveFolder($srcPath, $dstPath); + } + + /** + * {@inheritdoc} + * @see FlexStorageInterface::getStoragePath() + */ + public function getStoragePath(string $key = null): ?string + { + if (null === $key || $key === '') { + $path = $this->dataFolder; + } else { + $parts = $this->parseKey($key, false); + $options = [ + $this->dataFolder, // {FOLDER} + $parts['key'], // {KEY} + $parts['key:2'], // {KEY:2} + '***', // {FILE} + '***' // {EXT} + ]; + + $path = rtrim(explode('***', sprintf($this->dataPattern, ...$options))[0], '/'); + } + + return $path; + } + + /** + * {@inheritdoc} + * @see FlexStorageInterface::getMediaPath() + */ + public function getMediaPath(string $key = null): ?string + { + return $this->getStoragePath($key); + } + + /** + * Get filesystem path from the key. + * + * @param string $key + * @return string + */ + public function getPathFromKey(string $key): string + { + $parts = $this->parseKey($key); + $options = [ + $this->dataFolder, // {FOLDER} + $parts['key'], // {KEY} + $parts['key:2'], // {KEY:2} + $parts['file'], // {FILE} + $this->dataExt // {EXT} + ]; + + return sprintf($this->dataPattern, ...$options); + } + + /** + * @param string $key + * @param bool $variations + * @return array + */ + public function parseKey(string $key, bool $variations = true): array + { + $keys = [ + 'key' => $key, + 'key:2' => mb_substr($key, 0, 2), + ]; + if ($variations) { + $keys['file'] = $this->dataFile; + } + + return $keys; + } + + /** + * Get key from the filesystem path. + * + * @param string $path + * @return string + */ + protected function getKeyFromPath(string $path): string + { + return Utils::basename($path); + } + + /** + * Prepares the row for saving and returns the storage key for the record. + * + * @param array $row + * @return void + */ + protected function prepareRow(array &$row): void + { + if (array_key_exists($this->keyField, $row)) { + $key = $row[$this->keyField]; + if ($key === $this->normalizeKey($key)) { + unset($row[$this->keyField]); + } + } + } + + /** + * @param string $key + * @return array + */ + protected function loadRow(string $key): ?array + { + $path = $this->getPathFromKey($key); + $file = $this->getFile($path); + try { + $data = (array)$file->content(); + if (isset($data[0])) { + throw new RuntimeException('Broken object file'); + } + + // Add key field to the object. + $keyField = $this->keyField; + if ($keyField !== 'storage_key' && !isset($data[$keyField])) { + $data[$keyField] = $key; + } + } catch (RuntimeException $e) { + $data = ['__ERROR' => $e->getMessage()]; + } finally { + $file->free(); + unset($file); + } + + $data['__META'] = $this->getObjectMeta($key); + + return $data; + } + + /** + * @param string $key + * @param array $row + * @return array + */ + protected function saveRow(string $key, array $row): array + { + try { + if (isset($row[$this->keyField])) { + $key = $row[$this->keyField]; + } + if (strpos($key, '@@') !== false) { + $key = $this->getNewKey(); + } + + $key = $this->normalizeKey($key); + + // Check if the row already exists and if the key has been changed. + $oldKey = $row['__META']['storage_key'] ?? null; + if (is_string($oldKey) && $oldKey !== $key) { + $isCopy = $row['__META']['copy'] ?? false; + if ($isCopy) { + $this->copyRow($oldKey, $key); + } else { + $this->renameRow($oldKey, $key); + } + } + + $this->prepareRow($row); + unset($row['__META'], $row['__ERROR']); + + $path = $this->getPathFromKey($key); + $file = $this->getFile($path); + + $file->save($row); + + } catch (RuntimeException $e) { + throw new RuntimeException(sprintf('Flex saveFile(%s): %s', $path ?? $key, $e->getMessage())); + } finally { + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + $locator->clearCache(); + + if (isset($file)) { + $file->free(); + unset($file); + } + } + + $row['__META'] = $this->getObjectMeta($key, true); + + return $row; + } + + /** + * @param File $file + * @return array|string + */ + protected function deleteFile(File $file) + { + $filename = $file->filename(); + try { + $data = $file->content(); + if ($file->exists()) { + $file->delete(); + } + } catch (RuntimeException $e) { + throw new RuntimeException(sprintf('Flex deleteFile(%s): %s', $filename, $e->getMessage())); + } finally { + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + $locator->clearCache(); + + $file->free(); + } + + return $data; + } + + /** + * @param string $src + * @param string $dst + * @return bool + */ + protected function copyFolder(string $src, string $dst): bool + { + try { + Folder::copy($this->resolvePath($src), $this->resolvePath($dst)); + } catch (RuntimeException $e) { + throw new RuntimeException(sprintf('Flex copyFolder(%s, %s): %s', $src, $dst, $e->getMessage())); + } finally { + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + $locator->clearCache(); + } + + return true; + } + + /** + * @param string $src + * @param string $dst + * @return bool + */ + protected function moveFolder(string $src, string $dst): bool + { + try { + Folder::move($this->resolvePath($src), $this->resolvePath($dst)); + } catch (RuntimeException $e) { + throw new RuntimeException(sprintf('Flex moveFolder(%s, %s): %s', $src, $dst, $e->getMessage())); + } finally { + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + $locator->clearCache(); + } + + return true; + } + + /** + * @param string $path + * @param bool $include_target + * @return bool + */ + protected function deleteFolder(string $path, bool $include_target = false): bool + { + try { + return Folder::delete($this->resolvePath($path), $include_target); + } catch (RuntimeException $e) { + throw new RuntimeException(sprintf('Flex deleteFolder(%s): %s', $path, $e->getMessage())); + } finally { + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + $locator->clearCache(); + } + } + + /** + * @param string $key + * @return bool + */ + protected function canDeleteFolder(string $key): bool + { + return true; + } + + /** + * Returns list of all stored keys in [key => timestamp] pairs. + * + * @return array + */ + protected function buildIndex(): array + { + $this->clearCache(); + + $path = $this->getStoragePath(); + if (!$path || !file_exists($path)) { + return []; + } + + if ($this->prefixed) { + $list = $this->buildPrefixedIndexFromFilesystem($path); + } else { + $list = $this->buildIndexFromFilesystem($path); + } + + ksort($list, SORT_NATURAL | SORT_FLAG_CASE); + + return $list; + } + + /** + * @param string $key + * @param bool $reload + * @return array + */ + protected function getObjectMeta(string $key, bool $reload = false): array + { + if (!$reload && isset($this->meta[$key])) { + return $this->meta[$key]; + } + + if ($key && strpos($key, '@@') === false) { + $filename = $this->getPathFromKey($key); + $modified = is_file($filename) ? filemtime($filename) : 0; + } else { + $modified = 0; + } + + $meta = [ + 'storage_key' => $key, + 'storage_timestamp' => $modified + ]; + + $this->meta[$key] = $meta; + + return $meta; + } + + /** + * @param string $path + * @return array + */ + protected function buildIndexFromFilesystem($path) + { + $flags = FilesystemIterator::KEY_AS_PATHNAME | FilesystemIterator::CURRENT_AS_FILEINFO | FilesystemIterator::SKIP_DOTS | FilesystemIterator::UNIX_PATHS; + + $iterator = new FilesystemIterator($path, $flags); + $list = []; + /** @var SplFileInfo $info */ + foreach ($iterator as $filename => $info) { + if (!$info->isDir() || strpos($info->getFilename(), '.') === 0) { + continue; + } + + $key = $this->getKeyFromPath($filename); + $meta = $this->getObjectMeta($key); + if ($meta['storage_timestamp']) { + $list[$key] = $meta; + } + } + + return $list; + } + + /** + * @param string $path + * @return array + */ + protected function buildPrefixedIndexFromFilesystem($path) + { + $flags = FilesystemIterator::KEY_AS_PATHNAME | FilesystemIterator::CURRENT_AS_FILEINFO | FilesystemIterator::SKIP_DOTS | FilesystemIterator::UNIX_PATHS; + + $iterator = new FilesystemIterator($path, $flags); + $list = [[]]; + /** @var SplFileInfo $info */ + foreach ($iterator as $filename => $info) { + if (!$info->isDir() || strpos($info->getFilename(), '.') === 0) { + continue; + } + + $list[] = $this->buildIndexFromFilesystem($filename); + } + + return array_merge(...$list); + } + + /** + * @return string + */ + protected function getNewKey(): string + { + // Make sure that the file doesn't exist. + do { + $key = $this->generateKey(); + } while (file_exists($this->getPathFromKey($key))); + + return $key; + } + + /** + * @param array $options + * @return void + */ + protected function initOptions(array $options): void + { + $extension = $this->dataFormatter->getDefaultFileExtension(); + + /** @var string $pattern */ + $pattern = !empty($options['pattern']) ? $options['pattern'] : $this->dataPattern; + + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + $folder = $options['folder']; + if ($locator->isStream($folder)) { + $folder = $locator->getResource($folder, false); + } + + $this->dataFolder = $folder; + $this->dataFile = $options['file'] ?? 'item'; + $this->dataExt = $extension; + if (mb_strpos($pattern, '{FILE}') === false && mb_strpos($pattern, '{EXT}') === false) { + if (isset($options['file'])) { + $pattern .= '/{FILE}{EXT}'; + } else { + $filesystem = Filesystem::getInstance(true); + $this->dataFile = Utils::basename($pattern, $extension); + $pattern = $filesystem->dirname($pattern) . '/{FILE}{EXT}'; + } + } + $this->prefixed = (bool)($options['prefixed'] ?? strpos($pattern, '/{KEY:2}/')); + $this->indexed = (bool)($options['indexed'] ?? false); + $this->keyField = $options['key'] ?? 'storage_key'; + $this->keyLen = (int)($options['key_len'] ?? 32); + $this->caseSensitive = (bool)($options['case_sensitive'] ?? true); + + $pattern = Utils::simpleTemplate($pattern, $this->variables); + if (!$pattern) { + throw new RuntimeException('Bad storage folder pattern'); + } + + $this->dataPattern = $pattern; + } +} diff --git a/system/src/Grav/Framework/Flex/Storage/SimpleStorage.php b/system/src/Grav/Framework/Flex/Storage/SimpleStorage.php new file mode 100644 index 0000000..5a92023 --- /dev/null +++ b/system/src/Grav/Framework/Flex/Storage/SimpleStorage.php @@ -0,0 +1,507 @@ +detectDataFormatter($options['folder']); + $this->initDataFormatter($formatter); + + $filesystem = Filesystem::getInstance(true); + + $extension = $this->dataFormatter->getDefaultFileExtension(); + $pattern = Utils::basename($options['folder']); + + $this->dataPattern = Utils::basename($pattern, $extension) . $extension; + $this->dataFolder = $filesystem->dirname($options['folder']); + $this->keyField = $options['key'] ?? 'storage_key'; + $this->keyLen = (int)($options['key_len'] ?? 32); + $this->prefix = $options['prefix'] ?? null; + + // Make sure that the data folder exists. + if (!file_exists($this->dataFolder)) { + try { + Folder::create($this->dataFolder); + } catch (RuntimeException $e) { + throw new RuntimeException(sprintf('Flex: %s', $e->getMessage())); + } + } + } + + /** + * @return void + */ + public function clearCache(): void + { + $this->data = null; + $this->modified = 0; + } + + /** + * @param string[] $keys + * @param bool $reload + * @return array + */ + public function getMetaData(array $keys, bool $reload = false): array + { + if (null === $this->data || $reload) { + $this->buildIndex(); + } + + $list = []; + foreach ($keys as $key) { + $list[$key] = $this->getObjectMeta((string)$key); + } + + return $list; + } + + /** + * {@inheritdoc} + * @see FlexStorageInterface::getExistingKeys() + */ + public function getExistingKeys(): array + { + return $this->buildIndex(); + } + + /** + * {@inheritdoc} + * @see FlexStorageInterface::hasKey() + */ + public function hasKey(string $key): bool + { + if (null === $this->data) { + $this->buildIndex(); + } + + return $key && strpos($key, '@@') === false && isset($this->data[$key]); + } + + /** + * {@inheritdoc} + * @see FlexStorageInterface::createRows() + */ + public function createRows(array $rows): array + { + if (null === $this->data) { + $this->buildIndex(); + } + + $list = []; + foreach ($rows as $key => $row) { + $list[$key] = $this->saveRow('@@', $rows); + } + + if ($list) { + $this->save(); + } + + return $list; + } + + /** + * {@inheritdoc} + * @see FlexStorageInterface::readRows() + */ + public function readRows(array $rows, array &$fetched = null): array + { + if (null === $this->data) { + $this->buildIndex(); + } + + $list = []; + foreach ($rows as $key => $row) { + if (null === $row || is_scalar($row)) { + // Only load rows which haven't been loaded before. + $key = (string)$key; + $list[$key] = $this->hasKey($key) ? $this->loadRow($key) : null; + if (null !== $fetched) { + $fetched[$key] = $list[$key]; + } + } else { + // Keep the row if it has been loaded. + $list[$key] = $row; + } + } + + return $list; + } + + /** + * {@inheritdoc} + * @see FlexStorageInterface::updateRows() + */ + public function updateRows(array $rows): array + { + if (null === $this->data) { + $this->buildIndex(); + } + + $save = false; + $list = []; + foreach ($rows as $key => $row) { + $key = (string)$key; + if ($this->hasKey($key)) { + $list[$key] = $this->saveRow($key, $row); + $save = true; + } else { + $list[$key] = null; + } + } + + if ($save) { + $this->save(); + } + + return $list; + } + + /** + * {@inheritdoc} + * @see FlexStorageInterface::deleteRows() + */ + public function deleteRows(array $rows): array + { + if (null === $this->data) { + $this->buildIndex(); + } + + $list = []; + foreach ($rows as $key => $row) { + $key = (string)$key; + if ($this->hasKey($key)) { + unset($this->data[$key]); + $list[$key] = $row; + } + } + + if ($list) { + $this->save(); + } + + return $list; + } + + /** + * {@inheritdoc} + * @see FlexStorageInterface::replaceRows() + */ + public function replaceRows(array $rows): array + { + if (null === $this->data) { + $this->buildIndex(); + } + + $list = []; + foreach ($rows as $key => $row) { + $list[$key] = $this->saveRow((string)$key, $row); + } + + if ($list) { + $this->save(); + } + + return $list; + } + + /** + * @param string $src + * @param string $dst + * @return bool + */ + public function copyRow(string $src, string $dst): bool + { + if ($this->hasKey($dst)) { + throw new RuntimeException("Cannot copy object: key '{$dst}' is already taken"); + } + + if (!$this->hasKey($src)) { + return false; + } + + $this->data[$dst] = $this->data[$src]; + + return true; + } + + /** + * {@inheritdoc} + * @see FlexStorageInterface::renameRow() + */ + public function renameRow(string $src, string $dst): bool + { + if (null === $this->data) { + $this->buildIndex(); + } + + if ($this->hasKey($dst)) { + throw new RuntimeException("Cannot rename object: key '{$dst}' is already taken"); + } + + if (!$this->hasKey($src)) { + return false; + } + + // Change single key in the array without changing the order or value. + $keys = array_keys($this->data); + $keys[array_search($src, $keys, true)] = $dst; + + $data = array_combine($keys, $this->data); + if (false === $data) { + throw new LogicException('Bad data'); + } + + $this->data = $data; + + return true; + } + + /** + * {@inheritdoc} + * @see FlexStorageInterface::getStoragePath() + */ + public function getStoragePath(string $key = null): ?string + { + return $this->dataFolder . '/' . $this->dataPattern; + } + + /** + * {@inheritdoc} + * @see FlexStorageInterface::getMediaPath() + */ + public function getMediaPath(string $key = null): ?string + { + return null; + } + + /** + * Prepares the row for saving and returns the storage key for the record. + * + * @param array $row + */ + protected function prepareRow(array &$row): void + { + unset($row[$this->keyField]); + } + + /** + * @param string $key + * @return array + */ + protected function loadRow(string $key): ?array + { + $data = $this->data[$key] ?? []; + if ($this->keyField !== 'storage_key') { + $data[$this->keyField] = $key; + } + $data['__META'] = $this->getObjectMeta($key); + + return $data; + } + + /** + * @param string $key + * @param array $row + * @return array + */ + protected function saveRow(string $key, array $row): array + { + try { + if (isset($row[$this->keyField])) { + $key = $row[$this->keyField]; + } + if (strpos($key, '@@') !== false) { + $key = $this->getNewKey(); + } + + // Check if the row already exists and if the key has been changed. + $oldKey = $row['__META']['storage_key'] ?? null; + if (is_string($oldKey) && $oldKey !== $key) { + $isCopy = $row['__META']['copy'] ?? false; + if ($isCopy) { + $this->copyRow($oldKey, $key); + } else { + $this->renameRow($oldKey, $key); + } + } + + $this->prepareRow($row); + unset($row['__META'], $row['__ERROR']); + + $this->data[$key] = $row; + } catch (RuntimeException $e) { + throw new RuntimeException(sprintf('Flex saveRow(%s): %s', $key, $e->getMessage())); + } + + $row['__META'] = $this->getObjectMeta($key, true); + + return $row; + } + + /** + * @param string $key + * @param bool $variations + * @return array + */ + public function parseKey(string $key, bool $variations = true): array + { + return [ + 'key' => $key, + ]; + } + + protected function save(): void + { + if (null === $this->data) { + $this->buildIndex(); + } + + try { + $path = $this->getStoragePath(); + if (!$path) { + throw new RuntimeException('Storage path is not defined'); + } + $file = $this->getFile($path); + if ($this->prefix) { + $data = new Data((array)$file->content()); + $content = $data->set($this->prefix, $this->data)->toArray(); + } else { + $content = $this->data; + } + $file->save($content); + $this->modified = (int)$file->modified(); // cast false to 0 + } catch (RuntimeException $e) { + throw new RuntimeException(sprintf('Flex save(): %s', $e->getMessage())); + } finally { + if (isset($file)) { + $file->free(); + unset($file); + } + } + } + + /** + * Get key from the filesystem path. + * + * @param string $path + * @return string + */ + protected function getKeyFromPath(string $path): string + { + return Utils::basename($path); + } + + /** + * Returns list of all stored keys in [key => timestamp] pairs. + * + * @return array + */ + protected function buildIndex(): array + { + $path = $this->getStoragePath(); + if (!$path) { + $this->data = []; + + return []; + } + + $file = $this->getFile($path); + $this->modified = (int)$file->modified(); // cast false to 0 + + $content = (array) $file->content(); + if ($this->prefix) { + $data = new Data($content); + $content = $data->get($this->prefix, []); + } + + $file->free(); + unset($file); + + $this->data = $content; + + $list = []; + foreach ($this->data as $key => $info) { + $list[$key] = $this->getObjectMeta((string)$key); + } + + return $list; + } + + /** + * @param string $key + * @param bool $reload + * @return array + */ + protected function getObjectMeta(string $key, bool $reload = false): array + { + $modified = isset($this->data[$key]) ? $this->modified : 0; + + return [ + 'storage_key' => $key, + 'key' => $key, + 'storage_timestamp' => $modified + ]; + } + + /** + * @return string + */ + protected function getNewKey(): string + { + if (null === $this->data) { + $this->buildIndex(); + } + + // Make sure that the key doesn't exist. + do { + $key = $this->generateKey(); + } while (isset($this->data[$key])); + + return $key; + } +} diff --git a/system/src/Grav/Framework/Flex/Traits/FlexAuthorizeTrait.php b/system/src/Grav/Framework/Flex/Traits/FlexAuthorizeTrait.php new file mode 100644 index 0000000..a821300 --- /dev/null +++ b/system/src/Grav/Framework/Flex/Traits/FlexAuthorizeTrait.php @@ -0,0 +1,126 @@ +getAuthorizeAction($action); + $scope = $scope ?? $this->getAuthorizeScope(); + + $isMe = null === $user; + if ($isMe) { + $user = $this->getActiveUser(); + } + + if (null === $user) { + return false; + } + + // Finally authorize against given action. + return $this->isAuthorizedOverride($user, $action, $scope, $isMe); + } + + /** + * Please override this method + * + * @param UserInterface $user + * @param string $action + * @param string $scope + * @param bool $isMe + * @return bool|null + */ + protected function isAuthorizedOverride(UserInterface $user, string $action, string $scope, bool $isMe): ?bool + { + return $this->isAuthorizedAction($user, $action, $scope, $isMe); + } + + /** + * Check if user is authorized for the action. + * + * @param UserInterface $user + * @param string $action + * @param string $scope + * @param bool $isMe + * @return bool|null + */ + protected function isAuthorizedAction(UserInterface $user, string $action, string $scope, bool $isMe): ?bool + { + // Check if the action has been denied in the flex type configuration. + $directory = $this instanceof FlexDirectory ? $this : $this->getFlexDirectory(); + $config = $directory->getConfig(); + $allowed = $config->get("{$scope}.actions.{$action}") ?? $config->get("actions.{$action}") ?? true; + if (false === $allowed) { + return false; + } + + // TODO: Not needed anymore with flex users, remove in 2.0. + $auth = $user instanceof FlexObjectInterface ? null : $user->authorize('admin.super'); + if (true === $auth) { + return true; + } + + // Finally authorize the action. + return $user->authorize($this->getAuthorizeRule($scope, $action), !$isMe ? 'test' : null); + } + + /** + * @param UserInterface $user + * @return bool|null + * @deprecated 1.7 Not needed for Flex Users. + */ + protected function isAuthorizedSuperAdmin(UserInterface $user): ?bool + { + // Action authorization includes super user authorization if using Flex Users. + if ($user instanceof FlexObjectInterface) { + return null; + } + + return $user->authorize('admin.super'); + } + + /** + * @param string $scope + * @param string $action + * @return string + */ + protected function getAuthorizeRule(string $scope, string $action): string + { + if ($this instanceof FlexDirectory) { + return $this->getAuthorizeRule($scope, $action); + } + + return $this->getFlexDirectory()->getAuthorizeRule($scope, $action); + } +} diff --git a/system/src/Grav/Framework/Flex/Traits/FlexMediaTrait.php b/system/src/Grav/Framework/Flex/Traits/FlexMediaTrait.php new file mode 100644 index 0000000..a4d9a7e --- /dev/null +++ b/system/src/Grav/Framework/Flex/Traits/FlexMediaTrait.php @@ -0,0 +1,576 @@ +exists() ? $this->getFlexDirectory()->getStorageFolder($this->getStorageKey()) : null; + } + + /** + * @return string|null + */ + public function getMediaFolder() + { + return $this->exists() ? $this->getFlexDirectory()->getMediaFolder($this->getStorageKey()) : null; + } + + /** + * @return MediaCollectionInterface + */ + public function getMedia() + { + $media = $this->media; + if (null === $media) { + $media = $this->getExistingMedia(); + + // Include uploaded media to the object media. + $this->addUpdatedMedia($media); + } + + return $media; + } + + /** + * @param string $field + * @return MediaCollectionInterface|null + */ + public function getMediaField(string $field): ?MediaCollectionInterface + { + // Field specific media. + $settings = $this->getFieldSettings($field); + if (!empty($settings['media_field'])) { + $var = 'destination'; + } elseif (!empty($settings['media_picker_field'])) { + $var = 'folder'; + } + + if (empty($var)) { + // Not a media field. + $media = null; + } elseif ($settings['self']) { + // Uses main media. + $media = $this->getMedia(); + } else { + // Uses custom media. + $media = new Media($settings[$var]); + $this->addUpdatedMedia($media); + } + + return $media; + } + + /** + * @param string $field + * @return array|null + */ + public function getFieldSettings(string $field): ?array + { + if ($field === '') { + return null; + } + + // Load settings for the field. + $schema = $this->getBlueprint()->schema(); + $settings = (array)$schema->getProperty($field); + if (!is_array($settings)) { + return null; + } + + $type = $settings['type'] ?? ''; + + // Media field. + if (!empty($settings['media_field']) || array_key_exists('destination', $settings) || in_array($type, ['avatar', 'file', 'pagemedia'], true)) { + $settings['media_field'] = true; + $var = 'destination'; + } + + // Media picker field. + if (!empty($settings['media_picker_field']) || in_array($type, ['filepicker', 'pagemediaselect'], true)) { + $settings['media_picker_field'] = true; + $var = 'folder'; + } + + // Set media folder for media fields. + if (isset($var)) { + $folder = $settings[$var] ?? ''; + if (in_array(rtrim($folder, '/'), ['', '@self', 'self@', '@self@'], true)) { + $settings[$var] = $this->getMediaFolder(); + $settings['self'] = true; + } else { + $settings[$var] = Utils::getPathFromToken($folder, $this); + $settings['self'] = false; + } + } + + return $settings; + } + + /** + * @param string $field + * @return array + * @internal + */ + protected function getMediaFieldSettings(string $field): array + { + $settings = $this->getFieldSettings($field) ?? []; + + return $settings + ['accept' => '*', 'limit' => 1000, 'self' => true]; + } + + /** + * @return array + */ + protected function getMediaFields(): array + { + // Load settings for the field. + $schema = $this->getBlueprint()->schema(); + + $list = []; + foreach ($schema->getState()['items'] as $field => $settings) { + if (isset($settings['type']) && (in_array($settings['type'], ['avatar', 'file', 'pagemedia']) || !empty($settings['destination']))) { + $list[] = $field; + } + } + + return $list; + } + + /** + * @param array|mixed $value + * @param array $settings + * @return array|mixed + */ + protected function parseFileProperty($value, array $settings = []) + { + if (!is_array($value)) { + return $value; + } + + $media = $this->getMedia(); + $originalMedia = is_callable([$this, 'getOriginalMedia']) ? $this->getOriginalMedia() : null; + + $list = []; + foreach ($value as $filename => $info) { + if (!is_array($info)) { + $list[$filename] = $info; + continue; + } + + if (is_int($filename)) { + $filename = $info['path'] ?? $info['name']; + } + + /** @var Medium|null $imageFile */ + $imageFile = $media[$filename]; + + /** @var Medium|null $originalFile */ + $originalFile = $originalMedia ? $originalMedia[$filename] : null; + + $url = $imageFile ? $imageFile->url() : null; + $originalUrl = $originalFile ? $originalFile->url() : null; + $list[$filename] = [ + 'name' => $info['name'] ?? null, + 'type' => $info['type'] ?? null, + 'size' => $info['size'] ?? null, + 'path' => $filename, + 'thumb_url' => $url, + 'image_url' => $originalUrl ?? $url + ]; + if ($originalFile) { + $list[$filename]['cropData'] = (object)($originalFile->metadata()['upload']['crop'] ?? []); + } + } + + return $list; + } + + /** + * @param UploadedFileInterface $uploadedFile + * @param string|null $filename + * @param string|null $field + * @return void + * @internal + */ + public function checkUploadedMediaFile(UploadedFileInterface $uploadedFile, string $filename = null, string $field = null) + { + $media = $this->getMedia(); + if (!$media instanceof MediaUploadInterface) { + throw new RuntimeException("Media for {$this->getFlexDirectory()->getFlexType()} doesn't support file uploads."); + } + + $media->checkUploadedFile($uploadedFile, $filename, $this->getMediaFieldSettings($field ?? '')); + } + + /** + * @param UploadedFileInterface $uploadedFile + * @param string|null $filename + * @param string|null $field + * @return void + * @internal + */ + public function uploadMediaFile(UploadedFileInterface $uploadedFile, string $filename = null, string $field = null): void + { + $settings = $this->getMediaFieldSettings($field ?? ''); + + $media = $field ? $this->getMediaField($field) : $this->getMedia(); + if (!$media instanceof MediaUploadInterface) { + throw new RuntimeException("Media for {$this->getFlexDirectory()->getFlexType()} doesn't support file uploads."); + } + + $filename = $media->checkUploadedFile($uploadedFile, $filename, $settings); + $media->copyUploadedFile($uploadedFile, $filename, $settings); + $this->clearMediaCache(); + } + + /** + * @param string $filename + * @return void + * @internal + */ + public function deleteMediaFile(string $filename): void + { + $media = $this->getMedia(); + if (!$media instanceof MediaUploadInterface) { + throw new RuntimeException("Media for {$this->getFlexDirectory()->getFlexType()} doesn't support file uploads."); + } + + $media->deleteFile($filename); + $this->clearMediaCache(); + } + + /** + * @return array + */ + #[\ReturnTypeWillChange] + public function __debugInfo() + { + return parent::__debugInfo() + [ + 'uploads:private' => $this->getUpdatedMedia() + ]; + } + + /** + * @param string|null $field + * @param string $filename + * @param MediaObjectInterface|null $image + * @return MediaObject|UploadedMediaObject + */ + protected function buildMediaObject(?string $field, string $filename, MediaObjectInterface $image = null) + { + if (!$image) { + $media = $field ? $this->getMediaField($field) : null; + if ($media) { + $image = $media[$filename]; + } + } + + return new MediaObject($field, $filename, $image, $this); + } + + /** + * @param string|null $field + * @return array + */ + protected function buildMediaList(?string $field): array + { + $names = $field ? (array)$this->getNestedProperty($field) : []; + $media = $field ? $this->getMediaField($field) : null; + if (null === $media) { + $media = $this->getMedia(); + } + + $list = []; + foreach ($names as $key => $val) { + $name = is_string($val) ? $val : $key; + $medium = $media[$name]; + if ($medium) { + if ($medium->uploaded_file) { + $upload = $medium->uploaded_file; + $id = $upload instanceof FormFlashFile ? $upload->getId() : "{$field}-{$name}"; + + $list[] = new UploadedMediaObject($id, $field, $name, $upload); + } else { + $list[] = $this->buildMediaObject($field, $name, $medium); + } + } + } + + return $list; + } + + /** + * @param array $files + * @return void + */ + protected function setUpdatedMedia(array $files): void + { + $media = $this->getMedia(); + if (!$media instanceof MediaUploadInterface) { + return; + } + + $filesystem = Filesystem::getInstance(false); + + $list = []; + foreach ($files as $field => $group) { + $field = (string)$field; + // Ignore files without a field and resized images. + if ($field === '' || strpos($field, '/')) { + continue; + } + + // Load settings for the field. + $settings = $this->getMediaFieldSettings($field); + foreach ($group as $filename => $file) { + if ($file) { + // File upload. + $filename = $file->getClientFilename(); + + /** @var FormFlashFile $file */ + $data = $file->jsonSerialize(); + unset($data['tmp_name'], $data['path']); + } else { + // File delete. + $data = null; + } + + if ($file) { + // Check file upload against media limits (except for max size). + $filename = $media->checkUploadedFile($file, $filename, ['filesize' => 0] + $settings); + } + + $self = $settings['self']; + if ($this->_loadMedia && $self) { + $filepath = $filename; + } else { + $filepath = "{$settings['destination']}/{$filename}"; + } + + // Calculate path without the retina scaling factor. + $realpath = $filesystem->pathname($filepath) . str_replace(['@3x', '@2x'], '', Utils::basename($filepath)); + + $list[$filename] = [$file, $settings]; + + $path = str_replace('.', "\n", $field); + if (null !== $data) { + $data['name'] = $filename; + $data['path'] = $filepath; + + $this->setNestedProperty("{$path}\n{$realpath}", $data, "\n"); + } else { + $this->unsetNestedProperty("{$path}\n{$realpath}", "\n"); + } + } + } + + $this->clearMediaCache(); + + $this->_uploads = $list; + } + + /** + * @param MediaCollectionInterface $media + */ + protected function addUpdatedMedia(MediaCollectionInterface $media): void + { + $updated = false; + foreach ($this->getUpdatedMedia() as $filename => $upload) { + if (is_array($upload)) { + /** @var array{UploadedFileInterface,array} $upload */ + $settings = $upload[1]; + if (isset($settings['destination']) && $settings['destination'] === $media->getPath()) { + $upload = $upload[0]; + } else { + $upload = false; + } + } + if (false !== $upload) { + $medium = $upload ? MediumFactory::fromUploadedFile($upload) : null; + $updated = true; + if ($medium) { + $medium->uploaded = true; + $medium->uploaded_file = $upload; + $media->add($filename, $medium); + } elseif (is_callable([$media, 'hide'])) { + $media->hide($filename); + } + } + } + + if ($updated) { + $media->setTimestamps(); + } + } + + /** + * @return array + */ + protected function getUpdatedMedia(): array + { + return $this->_uploads; + } + + /** + * @return void + */ + protected function saveUpdatedMedia(): void + { + $media = $this->getMedia(); + if (!$media instanceof MediaUploadInterface) { + return; + } + + // Upload/delete altered files. + /** + * @var string $filename + * @var UploadedFileInterface|array|null $file + */ + foreach ($this->getUpdatedMedia() as $filename => $file) { + if (is_array($file)) { + [$file, $settings] = $file; + } else { + $settings = null; + } + if ($file instanceof UploadedFileInterface) { + $media->copyUploadedFile($file, $filename, $settings); + } else { + $media->deleteFile($filename, $settings); + } + } + + $this->setUpdatedMedia([]); + $this->clearMediaCache(); + } + + /** + * @return void + */ + protected function freeMedia(): void + { + $this->unsetObjectProperty('media'); + } + + /** + * @param string $uri + * @return Medium|null + */ + protected function createMedium($uri) + { + $grav = Grav::instance(); + + /** @var UniformResourceLocator $locator */ + $locator = $grav['locator']; + + $file = $uri && $locator->isStream($uri) ? $locator->findResource($uri) : $uri; + + return is_string($file) && file_exists($file) ? MediumFactory::fromFile($file) : null; + } + + /** + * @return CacheInterface + */ + protected function getMediaCache() + { + return $this->getCache('object'); + } + + /** + * @return MediaCollectionInterface + */ + protected function offsetLoad_media() + { + return $this->getMedia(); + } + + /** + * @return null + */ + protected function offsetSerialize_media() + { + return null; + } + + /** + * @return FlexDirectory + */ + abstract public function getFlexDirectory(): FlexDirectory; + + /** + * @return string + */ + abstract public function getStorageKey(): string; + + /** + * @param string $filename + * @return void + * @deprecated 1.7 Use Media class that implements MediaUploadInterface instead. + */ + public function checkMediaFilename(string $filename) + { + user_error(__METHOD__ . '() is deprecated since Grav 1.7, use Media class that implements MediaUploadInterface instead', E_USER_DEPRECATED); + + // Check the file extension. + $extension = strtolower(Utils::pathinfo($filename, PATHINFO_EXTENSION)); + + $grav = Grav::instance(); + + /** @var Config $config */ + $config = $grav['config']; + + // If not a supported type, return + if (!$extension || !$config->get("media.types.{$extension}")) { + $language = $grav['language']; + throw new RuntimeException($language->translate('PLUGIN_ADMIN.UNSUPPORTED_FILE_TYPE') . ': ' . $extension, 400); + } + } +} diff --git a/system/src/Grav/Framework/Flex/Traits/FlexRelatedDirectoryTrait.php b/system/src/Grav/Framework/Flex/Traits/FlexRelatedDirectoryTrait.php new file mode 100644 index 0000000..2922f03 --- /dev/null +++ b/system/src/Grav/Framework/Flex/Traits/FlexRelatedDirectoryTrait.php @@ -0,0 +1,59 @@ + + */ + protected function getCollectionByProperty($type, $property) + { + $directory = $this->getRelatedDirectory($type); + $collection = $directory->getCollection(); + $list = $this->getNestedProperty($property) ?: []; + + /** @var FlexCollectionInterface $collection */ + $collection = $collection->filter(static function ($object) use ($list) { + return in_array($object->getKey(), $list, true); + }); + + return $collection; + } + + /** + * @param string $type + * @return FlexDirectory + * @throws RuntimeException + */ + protected function getRelatedDirectory($type): FlexDirectory + { + $directory = $this->getFlexContainer()->getDirectory($type); + if (!$directory) { + throw new RuntimeException(ucfirst($type). ' directory does not exist!'); + } + + return $directory; + } +} diff --git a/system/src/Grav/Framework/Flex/Traits/FlexRelationshipsTrait.php b/system/src/Grav/Framework/Flex/Traits/FlexRelationshipsTrait.php new file mode 100644 index 0000000..2a73eba --- /dev/null +++ b/system/src/Grav/Framework/Flex/Traits/FlexRelationshipsTrait.php @@ -0,0 +1,61 @@ +_relationships)) { + $blueprint = $this->getBlueprint(); + $options = $blueprint->get('config/relationships', []); + $parent = FlexIdentifier::createFromObject($this); + + $this->_relationships = new Relationships($parent, $options); + } + + return $this->_relationships; + } + + /** + * @param string $name + * @return RelationshipInterface|null + */ + public function getRelationship(string $name): ?RelationshipInterface + { + return $this->getRelationships()[$name]; + } + + protected function resetRelationships(): void + { + $this->_relationships = null; + } + + /** + * @param iterable $collection + * @return array + */ + protected function buildFlexIdentifierList(iterable $collection): array + { + $list = []; + foreach ($collection as $object) { + $list[] = FlexIdentifier::createFromObject($object); + } + + return $list; + } +} diff --git a/system/src/Grav/Framework/Form/FormFlash.php b/system/src/Grav/Framework/Form/FormFlash.php new file mode 100644 index 0000000..db1d8d4 --- /dev/null +++ b/system/src/Grav/Framework/Form/FormFlash.php @@ -0,0 +1,586 @@ + $args[0], + 'unique_id' => $args[1] ?? null, + 'form_name' => $args[2] ?? null, + ]; + $config = array_filter($config, static function ($val) { + return $val !== null; + }); + } + + $this->id = $config['id'] ?? ''; + $this->sessionId = $config['session_id'] ?? ''; + $this->uniqueId = $config['unique_id'] ?? ''; + + $this->setUser($config['user'] ?? null); + + $folder = $config['folder'] ?? ($this->sessionId ? 'tmp://forms/' . $this->sessionId : ''); + + /** @var UniformResourceLocator $locator */ + $locator = Grav::instance()['locator']; + + $this->folder = $folder && $locator->isStream($folder) ? $locator->findResource($folder, true, true) : $folder; + + $this->init($this->loadStoredForm(), $config); + } + + /** + * @param array|null $data + * @param array $config + */ + protected function init(?array $data, array $config): void + { + if (null === $data) { + $this->exists = false; + $this->formName = $config['form_name'] ?? ''; + $this->url = ''; + $this->createdTimestamp = $this->updatedTimestamp = time(); + $this->files = []; + } else { + $this->exists = true; + $this->formName = $data['form'] ?? $config['form_name'] ?? ''; + $this->url = $data['url'] ?? ''; + $this->user = $data['user'] ?? null; + $this->updatedTimestamp = $data['timestamps']['updated'] ?? time(); + $this->createdTimestamp = $data['timestamps']['created'] ?? $this->updatedTimestamp; + $this->data = $data['data'] ?? null; + $this->files = $data['files'] ?? []; + } + } + + /** + * Load raw flex flash data from the filesystem. + * + * @return array|null + */ + protected function loadStoredForm(): ?array + { + $file = $this->getTmpIndex(); + $exists = $file && $file->exists(); + + $data = null; + if ($exists) { + try { + $data = (array)$file->content(); + } catch (Exception $e) { + } + } + + return $data; + } + + /** + * @inheritDoc + */ + public function getId(): string + { + return $this->id && $this->uniqueId ? $this->id . '/' . $this->uniqueId : ''; + } + + /** + * @inheritDoc + */ + public function getSessionId(): string + { + return $this->sessionId; + } + + /** + * @inheritDoc + */ + public function getUniqueId(): string + { + return $this->uniqueId; + } + + /** + * @return string + * @deprecated 1.6.11 Use '->getUniqueId()' method instead. + */ + public function getUniqieId(): string + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated since Grav 1.6.11, use ->getUniqueId() method instead', E_USER_DEPRECATED); + + return $this->getUniqueId(); + } + + /** + * @inheritDoc + */ + public function getFormName(): string + { + return $this->formName; + } + + + /** + * @inheritDoc + */ + public function getUrl(): string + { + return $this->url; + } + + /** + * @inheritDoc + */ + public function getUsername(): string + { + return $this->user['username'] ?? ''; + } + + /** + * @inheritDoc + */ + public function getUserEmail(): string + { + return $this->user['email'] ?? ''; + } + + /** + * @inheritDoc + */ + public function getCreatedTimestamp(): int + { + return $this->createdTimestamp; + } + + /** + * @inheritDoc + */ + public function getUpdatedTimestamp(): int + { + return $this->updatedTimestamp; + } + + + /** + * @inheritDoc + */ + public function getData(): ?array + { + return $this->data; + } + + /** + * @inheritDoc + */ + public function setData(?array $data): void + { + $this->data = $data; + } + + /** + * @inheritDoc + */ + public function exists(): bool + { + return $this->exists; + } + + /** + * @inheritDoc + */ + public function save(bool $force = false) + { + if (!($this->folder && $this->uniqueId)) { + return $this; + } + + if ($force || $this->data || $this->files) { + // Only save if there is data or files to be saved. + $file = $this->getTmpIndex(); + if ($file) { + $file->save($this->jsonSerialize()); + $this->exists = true; + } + } elseif ($this->exists) { + // Delete empty form flash if it exists (it carries no information). + return $this->delete(); + } + + return $this; + } + + /** + * @inheritDoc + */ + public function delete() + { + if ($this->folder && $this->uniqueId) { + $this->removeTmpDir(); + $this->files = []; + $this->exists = false; + } + + return $this; + } + + /** + * @inheritDoc + */ + public function getFilesByField(string $field): array + { + if (!isset($this->uploadObjects[$field])) { + $objects = []; + foreach ($this->files[$field] ?? [] as $name => $upload) { + $objects[$name] = $upload ? new FormFlashFile($field, $upload, $this) : null; + } + $this->uploadedFiles[$field] = $objects; + } + + return $this->uploadedFiles[$field]; + } + + /** + * @inheritDoc + */ + public function getFilesByFields($includeOriginal = false): array + { + $list = []; + foreach ($this->files as $field => $values) { + if (!$includeOriginal && strpos($field, '/')) { + continue; + } + $list[$field] = $this->getFilesByField($field); + } + + return $list; + } + + /** + * @inheritDoc + */ + public function addUploadedFile(UploadedFileInterface $upload, string $field = null, array $crop = null): string + { + $tmp_dir = $this->getTmpDir(); + $tmp_name = Utils::generateRandomString(12); + $name = $upload->getClientFilename(); + if (!$name) { + throw new RuntimeException('Uploaded file has no filename'); + } + + // Prepare upload data for later save + $data = [ + 'name' => $name, + 'type' => $upload->getClientMediaType(), + 'size' => $upload->getSize(), + 'tmp_name' => $tmp_name + ]; + + Folder::create($tmp_dir); + $upload->moveTo("{$tmp_dir}/{$tmp_name}"); + + $this->addFileInternal($field, $name, $data, $crop); + + return $name; + } + + /** + * @inheritDoc + */ + public function addFile(string $filename, string $field, array $crop = null): bool + { + if (!file_exists($filename)) { + throw new RuntimeException("File not found: {$filename}"); + } + + // Prepare upload data for later save + $data = [ + 'name' => Utils::basename($filename), + 'type' => Utils::getMimeByLocalFile($filename), + 'size' => filesize($filename), + ]; + + $this->addFileInternal($field, $data['name'], $data, $crop); + + return true; + } + + /** + * @inheritDoc + */ + public function removeFile(string $name, string $field = null): bool + { + if (!$name) { + return false; + } + + $field = $field ?: 'undefined'; + + $upload = $this->files[$field][$name] ?? null; + if (null !== $upload) { + $this->removeTmpFile($upload['tmp_name'] ?? ''); + } + $upload = $this->files[$field . '/original'][$name] ?? null; + if (null !== $upload) { + $this->removeTmpFile($upload['tmp_name'] ?? ''); + } + + // Mark file as deleted. + $this->files[$field][$name] = null; + $this->files[$field . '/original'][$name] = null; + + unset( + $this->uploadedFiles[$field][$name], + $this->uploadedFiles[$field . '/original'][$name] + ); + + return true; + } + + /** + * @inheritDoc + */ + public function clearFiles() + { + foreach ($this->files as $files) { + foreach ($files as $upload) { + $this->removeTmpFile($upload['tmp_name'] ?? ''); + } + } + + $this->files = []; + } + + /** + * @inheritDoc + */ + public function jsonSerialize(): array + { + return [ + 'form' => $this->formName, + 'id' => $this->getId(), + 'unique_id' => $this->uniqueId, + 'url' => $this->url, + 'user' => $this->user, + 'timestamps' => [ + 'created' => $this->createdTimestamp, + 'updated' => time(), + ], + 'data' => $this->data, + 'files' => $this->files + ]; + } + + /** + * @param string $url + * @return $this + */ + public function setUrl(string $url): self + { + $this->url = $url; + + return $this; + } + + /** + * @param UserInterface|null $user + * @return $this + */ + public function setUser(UserInterface $user = null) + { + if ($user && $user->username) { + $this->user = [ + 'username' => $user->username, + 'email' => $user->email ?? '' + ]; + } else { + $this->user = null; + } + + return $this; + } + + /** + * @param string|null $username + * @return $this + */ + public function setUserName(string $username = null): self + { + $this->user['username'] = $username; + + return $this; + } + + /** + * @param string|null $email + * @return $this + */ + public function setUserEmail(string $email = null): self + { + $this->user['email'] = $email; + + return $this; + } + + /** + * @return string + */ + public function getTmpDir(): string + { + return $this->folder && $this->uniqueId ? "{$this->folder}/{$this->uniqueId}" : ''; + } + + /** + * @return ?YamlFile + */ + protected function getTmpIndex(): ?YamlFile + { + $tmpDir = $this->getTmpDir(); + + // Do not use CompiledYamlFile as the file can change multiple times per second. + return $tmpDir ? YamlFile::instance($tmpDir . '/index.yaml') : null; + } + + /** + * @param string $name + */ + protected function removeTmpFile(string $name): void + { + $tmpDir = $this->getTmpDir(); + $filename = $tmpDir ? $tmpDir . '/' . $name : ''; + if ($name && $filename && is_file($filename)) { + unlink($filename); + } + } + + /** + * @return void + */ + protected function removeTmpDir(): void + { + // Make sure that index file cache gets always cleared. + $file = $this->getTmpIndex(); + if ($file) { + $file->free(); + } + + $tmpDir = $this->getTmpDir(); + if ($tmpDir && file_exists($tmpDir)) { + Folder::delete($tmpDir); + } + } + + /** + * @param string|null $field + * @param string $name + * @param array $data + * @param array|null $crop + * @return void + */ + protected function addFileInternal(?string $field, string $name, array $data, array $crop = null): void + { + if (!($this->folder && $this->uniqueId)) { + throw new RuntimeException('Cannot upload files: form flash folder not defined'); + } + + $field = $field ?: 'undefined'; + if (!isset($this->files[$field])) { + $this->files[$field] = []; + } + + $oldUpload = $this->files[$field][$name] ?? null; + + if ($crop) { + // Deal with crop upload + if ($oldUpload) { + $originalUpload = $this->files[$field . '/original'][$name] ?? null; + if ($originalUpload) { + // If there is original file already present, remove the modified file + $this->files[$field . '/original'][$name]['crop'] = $crop; + $this->removeTmpFile($oldUpload['tmp_name'] ?? ''); + } else { + // Otherwise make the previous file as original + $oldUpload['crop'] = $crop; + $this->files[$field . '/original'][$name] = $oldUpload; + } + } else { + $this->files[$field . '/original'][$name] = [ + 'name' => $name, + 'type' => $data['type'], + 'crop' => $crop + ]; + } + } else { + // Deal with replacing upload + $originalUpload = $this->files[$field . '/original'][$name] ?? null; + $this->files[$field . '/original'][$name] = null; + + $this->removeTmpFile($oldUpload['tmp_name'] ?? ''); + $this->removeTmpFile($originalUpload['tmp_name'] ?? ''); + } + + // Prepare data to be saved later + $this->files[$field][$name] = $data; + } +} diff --git a/system/src/Grav/Framework/Form/FormFlashFile.php b/system/src/Grav/Framework/Form/FormFlashFile.php new file mode 100644 index 0000000..3dcf59e --- /dev/null +++ b/system/src/Grav/Framework/Form/FormFlashFile.php @@ -0,0 +1,266 @@ +id = $flash->getId() ?: $flash->getUniqueId(); + $this->field = $field; + $this->upload = $upload; + $this->flash = $flash; + + $tmpFile = $this->getTmpFile(); + if (!$tmpFile && $this->isOk()) { + $this->upload['error'] = \UPLOAD_ERR_NO_FILE; + } + + if (!isset($this->upload['size'])) { + $this->upload['size'] = $tmpFile && $this->isOk() ? filesize($tmpFile) : 0; + } + } + + /** + * @return StreamInterface + */ + public function getStream() + { + $this->validateActive(); + + $tmpFile = $this->getTmpFile(); + if (null === $tmpFile) { + throw new RuntimeException('No temporary file'); + } + + $resource = fopen($tmpFile, 'rb'); + if (false === $resource) { + throw new RuntimeException('No temporary file'); + } + + return Stream::create($resource); + } + + /** + * @param string $targetPath + * @return void + */ + public function moveTo($targetPath) + { + $this->validateActive(); + + if (!is_string($targetPath) || empty($targetPath)) { + throw new InvalidArgumentException('Invalid path provided for move operation; must be a non-empty string'); + } + $tmpFile = $this->getTmpFile(); + if (null === $tmpFile) { + throw new RuntimeException('No temporary file'); + } + + $this->moved = copy($tmpFile, $targetPath); + + if (false === $this->moved) { + throw new RuntimeException(sprintf('Uploaded file could not be moved to %s', $targetPath)); + } + + $filename = $this->getClientFilename(); + if ($filename) { + $this->flash->removeFile($filename, $this->field); + } + } + + public function getId(): string + { + return $this->id; + } + + /** + * @return string + */ + public function getField(): string + { + return $this->field; + } + + /** + * @return int + */ + public function getSize() + { + return $this->upload['size']; + } + + /** + * @return int + */ + public function getError() + { + return $this->upload['error'] ?? \UPLOAD_ERR_OK; + } + + /** + * @return string + */ + public function getClientFilename() + { + return $this->upload['name'] ?? 'unknown'; + } + + /** + * @return string + */ + public function getClientMediaType() + { + return $this->upload['type'] ?? 'application/octet-stream'; + } + + /** + * @return bool + */ + public function isMoved(): bool + { + return $this->moved; + } + + /** + * @return array + */ + public function getMetaData(): array + { + if (isset($this->upload['crop'])) { + return ['crop' => $this->upload['crop']]; + } + + return []; + } + + /** + * @return string + */ + public function getDestination() + { + return $this->upload['path'] ?? ''; + } + + /** + * @return array + */ + #[\ReturnTypeWillChange] + public function jsonSerialize() + { + return $this->upload; + } + + /** + * @return void + */ + public function checkXss(): void + { + $tmpFile = $this->getTmpFile(); + $mime = $this->getClientMediaType(); + if (Utils::contains($mime, 'svg', false)) { + $response = Security::detectXssFromSvgFile($tmpFile); + if ($response) { + throw new RuntimeException(sprintf('SVG file XSS check failed on %s', $response)); + } + } + } + + /** + * @return string|null + */ + public function getTmpFile(): ?string + { + $tmpName = $this->upload['tmp_name'] ?? null; + + if (!$tmpName) { + return null; + } + + $tmpFile = $this->flash->getTmpDir() . '/' . $tmpName; + + return file_exists($tmpFile) ? $tmpFile : null; + } + + /** + * @return array + */ + #[\ReturnTypeWillChange] + public function __debugInfo() + { + return [ + 'id:private' => $this->id, + 'field:private' => $this->field, + 'moved:private' => $this->moved, + 'upload:private' => $this->upload, + ]; + } + + /** + * @return void + * @throws RuntimeException if is moved or not ok + */ + private function validateActive(): void + { + if (!$this->isOk()) { + throw new RuntimeException('Cannot retrieve stream due to upload error'); + } + + if ($this->moved) { + throw new RuntimeException('Cannot retrieve stream after it has already been moved'); + } + + if (!$this->getTmpFile()) { + throw new RuntimeException('Cannot retrieve stream as the file is missing'); + } + } + + /** + * @return bool return true if there is no upload error + */ + private function isOk(): bool + { + return \UPLOAD_ERR_OK === $this->getError(); + } +} diff --git a/system/src/Grav/Framework/Form/Interfaces/FormFactoryInterface.php b/system/src/Grav/Framework/Form/Interfaces/FormFactoryInterface.php new file mode 100644 index 0000000..1bc2ca6 --- /dev/null +++ b/system/src/Grav/Framework/Form/Interfaces/FormFactoryInterface.php @@ -0,0 +1,42 @@ +|Data|null */ + private $data; + /** @var UploadedFileInterface[] */ + private $files = []; + /** @var FormFlashInterface|null */ + private $flash; + /** @var string */ + private $flashFolder; + /** @var Blueprint */ + private $blueprint; + + /** + * @return string + */ + public function getId(): string + { + return $this->id; + } + + /** + * @param string $id + */ + public function setId(string $id): void + { + $this->id = $id; + } + + /** + * @return void + */ + public function disable(): void + { + $this->enabled = false; + } + + /** + * @return void + */ + public function enable(): void + { + $this->enabled = true; + } + + /** + * @return bool + */ + public function isEnabled(): bool + { + return $this->enabled; + } + + /** + * @return string + */ + public function getUniqueId(): string + { + return $this->uniqueid; + } + + /** + * @param string $uniqueId + * @return void + */ + public function setUniqueId(string $uniqueId): void + { + $this->uniqueid = $uniqueId; + } + + /** + * @return string + */ + public function getName(): string + { + return $this->name; + } + + /** + * @return string + */ + public function getFormName(): string + { + return $this->name; + } + + /** + * @return string + */ + public function getNonceName(): string + { + return 'form-nonce'; + } + + /** + * @return string + */ + public function getNonceAction(): string + { + return 'form'; + } + + /** + * @return string + */ + public function getNonce(): string + { + return Utils::getNonce($this->getNonceAction()); + } + + /** + * @return string + */ + public function getAction(): string + { + return ''; + } + + /** + * @return string + */ + public function getTask(): string + { + return $this->getBlueprint()->get('form/task') ?? ''; + } + + /** + * @param string|null $name + * @return mixed + */ + public function getData(string $name = null) + { + return null !== $name ? $this->data[$name] : $this->data; + } + + /** + * @return array|UploadedFileInterface[] + */ + public function getFiles(): array + { + return $this->files; + } + + /** + * @param string $name + * @return mixed|null + */ + public function getValue(string $name) + { + return $this->data[$name] ?? null; + } + + /** + * @param string $name + * @return mixed|null + */ + public function getDefaultValue(string $name) + { + $path = explode('.', $name); + $offset = array_shift($path); + + $current = $this->getDefaultValues(); + + if (!isset($current[$offset])) { + return null; + } + + $current = $current[$offset]; + + while ($path) { + $offset = array_shift($path); + + if ((is_array($current) || $current instanceof ArrayAccess) && isset($current[$offset])) { + $current = $current[$offset]; + } elseif (is_object($current) && isset($current->{$offset})) { + $current = $current->{$offset}; + } else { + return null; + } + }; + + return $current; + } + + /** + * @return array + */ + public function getDefaultValues(): array + { + return $this->getBlueprint()->getDefaults(); + } + + /** + * @param ServerRequestInterface $request + * @return FormInterface|$this + */ + public function handleRequest(ServerRequestInterface $request): FormInterface + { + // Set current form to be active. + $grav = Grav::instance(); + $forms = $grav['forms'] ?? null; + if ($forms) { + $forms->setActiveForm($this); + + /** @var Twig $twig */ + $twig = $grav['twig']; + $twig->twig_vars['form'] = $this; + } + + try { + [$data, $files] = $this->parseRequest($request); + + $this->submit($data, $files); + } catch (Exception $e) { + /** @var Debugger $debugger */ + $debugger = $grav['debugger']; + $debugger->addException($e); + + $this->setError($e->getMessage()); + } + + return $this; + } + + /** + * @param ServerRequestInterface $request + * @return FormInterface|$this + */ + public function setRequest(ServerRequestInterface $request): FormInterface + { + [$data, $files] = $this->parseRequest($request); + + $this->data = new Data($data, $this->getBlueprint()); + $this->files = $files; + + return $this; + } + + /** + * @return bool + */ + public function isValid(): bool + { + return $this->status === 'success'; + } + + /** + * @return string|null + */ + public function getError(): ?string + { + return !$this->isValid() ? $this->message : null; + } + + /** + * @return array + */ + public function getErrors(): array + { + return !$this->isValid() ? $this->messages : []; + } + + /** + * @return bool + */ + public function isSubmitted(): bool + { + return $this->submitted; + } + + /** + * @return bool + */ + public function validate(): bool + { + if (!$this->isValid()) { + return false; + } + + try { + $this->validateData($this->data); + $this->validateUploads($this->getFiles()); + } catch (ValidationException $e) { + $this->setErrors($e->getMessages()); + } catch (Exception $e) { + /** @var Debugger $debugger */ + $debugger = Grav::instance()['debugger']; + $debugger->addException($e); + + $this->setError($e->getMessage()); + } + + $this->filterData($this->data); + + return $this->isValid(); + } + + /** + * @param array $data + * @param UploadedFileInterface[]|null $files + * @return FormInterface|$this + */ + public function submit(array $data, array $files = null): FormInterface + { + try { + if ($this->isSubmitted()) { + throw new RuntimeException('Form has already been submitted'); + } + + $this->data = new Data($data, $this->getBlueprint()); + $this->files = $files ?? []; + + if (!$this->validate()) { + return $this; + } + + $this->doSubmit($this->data->toArray(), $this->files); + + $this->submitted = true; + } catch (Exception $e) { + /** @var Debugger $debugger */ + $debugger = Grav::instance()['debugger']; + $debugger->addException($e); + + $this->setError($e->getMessage()); + } + + return $this; + } + + /** + * @return void + */ + public function reset(): void + { + // Make sure that the flash object gets deleted. + $this->getFlash()->delete(); + + $this->data = null; + $this->files = []; + $this->status = 'success'; + $this->message = null; + $this->messages = []; + $this->submitted = false; + $this->flash = null; + } + + /** + * @return array + */ + public function getFields(): array + { + return $this->getBlueprint()->fields(); + } + + /** + * @return array + */ + public function getButtons(): array + { + return $this->getBlueprint()->get('form/buttons') ?? []; + } + + /** + * @return array + */ + public function getTasks(): array + { + return $this->getBlueprint()->get('form/tasks') ?? []; + } + + /** + * @return Blueprint + */ + abstract public function getBlueprint(): Blueprint; + + /** + * Get form flash object. + * + * @return FormFlashInterface + */ + public function getFlash() + { + if (null === $this->flash) { + $grav = Grav::instance(); + $config = [ + 'session_id' => $this->getSessionId(), + 'unique_id' => $this->getUniqueId(), + 'form_name' => $this->getName(), + 'folder' => $this->getFlashFolder(), + 'id' => $this->getFlashId() + ]; + + $this->flash = new FormFlash($config); + $this->flash->setUrl($grav['uri']->url)->setUser($grav['user'] ?? null); + } + + return $this->flash; + } + + /** + * Get all available form flash objects for this form. + * + * @return FormFlashInterface[] + */ + public function getAllFlashes(): array + { + $folder = $this->getFlashFolder(); + if (!$folder || !is_dir($folder)) { + return []; + } + + $name = $this->getName(); + + $list = []; + /** @var SplFileInfo $file */ + foreach (new FilesystemIterator($folder) as $file) { + $uniqueId = $file->getFilename(); + $config = [ + 'session_id' => $this->getSessionId(), + 'unique_id' => $uniqueId, + 'form_name' => $name, + 'folder' => $this->getFlashFolder(), + 'id' => $this->getFlashId() + ]; + $flash = new FormFlash($config); + if ($flash->exists() && $flash->getFormName() === $name) { + $list[] = $flash; + } + } + + return $list; + } + + /** + * {@inheritdoc} + * @see FormInterface::render() + */ + public function render(string $layout = null, array $context = []) + { + if (null === $layout) { + $layout = 'default'; + } + + $grav = Grav::instance(); + + $block = HtmlBlock::create(); + $block->disableCache(); + + $output = $this->getTemplate($layout)->render( + ['grav' => $grav, 'config' => $grav['config'], 'block' => $block, 'form' => $this, 'layout' => $layout] + $context + ); + + $block->setContent($output); + + return $block; + } + + /** + * @return array + */ + public function jsonSerialize(): array + { + return $this->doSerialize(); + } + + /** + * @return array + */ + final public function __serialize(): array + { + return $this->doSerialize(); + } + + /** + * @param array $data + * @return void + */ + final public function __unserialize(array $data): void + { + $this->doUnserialize($data); + } + + protected function getSessionId(): string + { + if (null === $this->sessionid) { + /** @var Grav $grav */ + $grav = Grav::instance(); + + /** @var SessionInterface|null $session */ + $session = $grav['session'] ?? null; + + $this->sessionid = $session ? ($session->getId() ?? '') : ''; + } + + return $this->sessionid; + } + + /** + * @param string $sessionId + * @return void + */ + protected function setSessionId(string $sessionId): void + { + $this->sessionid = $sessionId; + } + + /** + * @return void + */ + protected function unsetFlash(): void + { + $this->flash = null; + } + + /** + * @return string|null + */ + protected function getFlashFolder(): ?string + { + $grav = Grav::instance(); + + /** @var UserInterface|null $user */ + $user = $grav['user'] ?? null; + if (null !== $user && $user->exists()) { + $username = $user->username; + $mediaFolder = $user->getMediaFolder(); + } else { + $username = null; + $mediaFolder = null; + } + $session = $grav['session'] ?? null; + $sessionId = $session ? $session->getId() : null; + + // Fill template token keys/value pairs. + $dataMap = [ + '[FORM_NAME]' => $this->getName(), + '[SESSIONID]' => $sessionId ?? '!!', + '[USERNAME]' => $username ?? '!!', + '[USERNAME_OR_SESSIONID]' => $username ?? $sessionId ?? '!!', + '[ACCOUNT]' => $mediaFolder ?? '!!' + ]; + + $flashLookupFolder = $this->getFlashLookupFolder(); + + $path = str_replace(array_keys($dataMap), array_values($dataMap), $flashLookupFolder); + + // Make sure we only return valid paths. + return strpos($path, '!!') === false ? rtrim($path, '/') : null; + } + + /** + * @return string|null + */ + protected function getFlashId(): ?string + { + // Fill template token keys/value pairs. + $dataMap = [ + '[FORM_NAME]' => $this->getName(), + '[SESSIONID]' => 'session', + '[USERNAME]' => '!!', + '[USERNAME_OR_SESSIONID]' => '!!', + '[ACCOUNT]' => 'account' + ]; + + $flashLookupFolder = $this->getFlashLookupFolder(); + + $path = str_replace(array_keys($dataMap), array_values($dataMap), $flashLookupFolder); + + // Make sure we only return valid paths. + return strpos($path, '!!') === false ? rtrim($path, '/') : null; + } + + /** + * @return string + */ + protected function getFlashLookupFolder(): string + { + if (null === $this->flashFolder) { + $this->flashFolder = $this->getBlueprint()->get('form/flash_folder') ?? 'tmp://forms/[SESSIONID]'; + } + + return $this->flashFolder; + } + + /** + * @param string $folder + * @return void + */ + protected function setFlashLookupFolder(string $folder): void + { + $this->flashFolder = $folder; + } + + /** + * Set a single error. + * + * @param string $error + * @return void + */ + protected function setError(string $error): void + { + $this->status = 'error'; + $this->message = $error; + } + + /** + * Set all errors. + * + * @param array $errors + * @return void + */ + protected function setErrors(array $errors): void + { + $this->status = 'error'; + $this->messages = $errors; + } + + /** + * @param string $layout + * @return Template|TemplateWrapper + * @throws LoaderError + * @throws SyntaxError + */ + protected function getTemplate($layout) + { + $grav = Grav::instance(); + + /** @var Twig $twig */ + $twig = $grav['twig']; + + return $twig->twig()->resolveTemplate( + [ + "forms/{$layout}/form.html.twig", + 'forms/default/form.html.twig' + ] + ); + } + + /** + * Parse PSR-7 ServerRequest into data and files. + * + * @param ServerRequestInterface $request + * @return array + */ + protected function parseRequest(ServerRequestInterface $request): array + { + $method = $request->getMethod(); + if (!in_array($method, ['PUT', 'POST', 'PATCH'])) { + throw new RuntimeException(sprintf('FlexForm: Bad HTTP method %s', $method)); + } + + $body = (array)$request->getParsedBody(); + $data = isset($body['data']) ? $this->decodeData($body['data']) : null; + + $flash = $this->getFlash(); + /* + if (null !== $data) { + $flash->setData($data); + $flash->save(); + } + */ + + $blueprint = $this->getBlueprint(); + $includeOriginal = (bool)($blueprint->form()['images']['original'] ?? null); + $files = $flash->getFilesByFields($includeOriginal); + + $data = $blueprint->processForm($data ?? [], $body['toggleable_data'] ?? []); + + return [ + $data, + $files + ]; + } + + /** + * Validate data and throw validation exceptions if validation fails. + * + * @param ArrayAccess|Data|null $data + * @return void + * @throws ValidationException + * @phpstan-param ArrayAccess|Data|null $data + * @throws Exception + */ + protected function validateData($data = null): void + { + if ($data instanceof Data) { + $data->validate(); + } + } + + /** + * Filter validated data. + * + * @param ArrayAccess|Data|null $data + * @return void + * @phpstan-param ArrayAccess|Data|null $data + */ + protected function filterData($data = null): void + { + if ($data instanceof Data) { + $data->filter(); + } + } + + /** + * Validate all uploaded files. + * + * @param array $files + * @return void + */ + protected function validateUploads(array $files): void + { + foreach ($files as $file) { + if (null === $file) { + continue; + } + if ($file instanceof UploadedFileInterface) { + $this->validateUpload($file); + } else { + $this->validateUploads($file); + } + } + } + + /** + * Validate uploaded file. + * + * @param UploadedFileInterface $file + * @return void + */ + protected function validateUpload(UploadedFileInterface $file): void + { + // Handle bad filenames. + $filename = $file->getClientFilename(); + if ($filename && !Utils::checkFilename($filename)) { + $grav = Grav::instance(); + throw new RuntimeException( + sprintf($grav['language']->translate('PLUGIN_FORM.FILEUPLOAD_UNABLE_TO_UPLOAD', null, true), $filename, 'Bad filename') + ); + } + + if ($file instanceof FormFlashFile) { + $file->checkXss(); + } + } + + /** + * Decode POST data + * + * @param array $data + * @return array + */ + protected function decodeData($data): array + { + if (!is_array($data)) { + return []; + } + + // Decode JSON encoded fields and merge them to data. + if (isset($data['_json'])) { + $data = array_replace_recursive($data, $this->jsonDecode($data['_json'])); + + unset($data['_json']); + } + + return $data; + } + + /** + * Recursively JSON decode POST data. + * + * @param array $data + * @return array + */ + protected function jsonDecode(array $data): array + { + foreach ($data as $key => &$value) { + if (is_array($value)) { + $value = $this->jsonDecode($value); + } elseif (trim($value) === '') { + unset($data[$key]); + } else { + $value = json_decode($value, true); + if ($value === null && json_last_error() !== JSON_ERROR_NONE) { + unset($data[$key]); + $this->setError("Badly encoded JSON data (for {$key}) was sent to the form"); + } + } + } + + return $data; + } + + /** + * @return array + */ + protected function doSerialize(): array + { + $data = $this->data instanceof Data ? $this->data->toArray() : null; + + return [ + 'name' => $this->name, + 'id' => $this->id, + 'uniqueid' => $this->uniqueid, + 'submitted' => $this->submitted, + 'status' => $this->status, + 'message' => $this->message, + 'messages' => $this->messages, + 'data' => $data, + 'files' => $this->files, + ]; + } + + /** + * @param array $data + * @return void + */ + protected function doUnserialize(array $data): void + { + $this->name = $data['name']; + $this->id = $data['id']; + $this->uniqueid = $data['uniqueid']; + $this->submitted = $data['submitted'] ?? false; + $this->status = $data['status'] ?? 'success'; + $this->message = $data['message'] ?? null; + $this->messages = $data['messages'] ?? []; + $this->data = isset($data['data']) ? new Data($data['data'], $this->getBlueprint()) : null; + $this->files = $data['files'] ?? []; + } +} diff --git a/system/src/Grav/Framework/Interfaces/RenderInterface.php b/system/src/Grav/Framework/Interfaces/RenderInterface.php new file mode 100644 index 0000000..0cefae3 --- /dev/null +++ b/system/src/Grav/Framework/Interfaces/RenderInterface.php @@ -0,0 +1,38 @@ +render('custom', ['variable' => 'value']); + * @example {% render object layout 'custom' with { variable: 'value' } %} + * + * @param string|null $layout Layout to be used. + * @param array $context Extra context given to the renderer. + * + * @return ContentBlockInterface|HtmlBlock Returns `HtmlBlock` containing the rendered output. + * @api + */ + public function render(string $layout = null, array $context = []); +} diff --git a/system/src/Grav/Framework/Logger/Processors/UserProcessor.php b/system/src/Grav/Framework/Logger/Processors/UserProcessor.php new file mode 100644 index 0000000..b42c09e --- /dev/null +++ b/system/src/Grav/Framework/Logger/Processors/UserProcessor.php @@ -0,0 +1,34 @@ +exists()) { + $record['extra']['user'] = ['username' => $user->username, 'email' => $user->email]; + } + + return $record; + } +} diff --git a/system/src/Grav/Framework/Media/Interfaces/MediaCollectionInterface.php b/system/src/Grav/Framework/Media/Interfaces/MediaCollectionInterface.php new file mode 100644 index 0000000..f0b5636 --- /dev/null +++ b/system/src/Grav/Framework/Media/Interfaces/MediaCollectionInterface.php @@ -0,0 +1,23 @@ + + * @extends Iterator + */ +interface MediaCollectionInterface extends ArrayAccess, Countable, Iterator +{ +} diff --git a/system/src/Grav/Framework/Media/Interfaces/MediaInterface.php b/system/src/Grav/Framework/Media/Interfaces/MediaInterface.php new file mode 100644 index 0000000..a4c0d0d --- /dev/null +++ b/system/src/Grav/Framework/Media/Interfaces/MediaInterface.php @@ -0,0 +1,37 @@ +get('this.is.my.nested.variable'); + * + * @param string $name Dot separated path to the requested value. + * @param mixed $default Default value (or null). + * @param string|null $separator Separator, defaults to '.' + * @return mixed Value. + */ + public function get($name, $default = null, $separator = null); +} diff --git a/system/src/Grav/Framework/Media/MediaIdentifier.php b/system/src/Grav/Framework/Media/MediaIdentifier.php new file mode 100644 index 0000000..986e997 --- /dev/null +++ b/system/src/Grav/Framework/Media/MediaIdentifier.php @@ -0,0 +1,150 @@ + + */ +class MediaIdentifier extends Identifier +{ + /** @var MediaObjectInterface|null */ + private $object = null; + + /** + * @param MediaObjectInterface $object + * @return MediaIdentifier + */ + public static function createFromObject(MediaObjectInterface $object): MediaIdentifier + { + $instance = new static($object->getId()); + $instance->setObject($object); + + return $instance; + } + + /** + * @param string $id + */ + public function __construct(string $id) + { + parent::__construct($id, 'media'); + } + + /** + * @return T + */ + public function getObject(): ?MediaObjectInterface + { + if (!isset($this->object)) { + $type = $this->getType(); + $id = $this->getId(); + + $parts = explode('/', $id); + if ($type === 'media' && str_starts_with($id, 'uploads/')) { + array_shift($parts); + [, $folder, $uniqueId, $field, $filename] = $this->findFlash($parts); + + $flash = $this->getFlash($folder, $uniqueId); + if ($flash->exists()) { + + $uploadedFile = $flash->getFilesByField($field)[$filename] ?? null; + + $this->object = UploadedMediaObject::createFromFlash($flash, $field, $filename, $uploadedFile); + } + } else { + $type = array_shift($parts); + $key = array_shift($parts); + $field = array_shift($parts); + $filename = implode('/', $parts); + + $flexObject = $this->getFlexObject($type, $key); + if ($flexObject && method_exists($flexObject, 'getMediaField') && method_exists($flexObject, 'getMedia')) { + $media = $field !== 'media' ? $flexObject->getMediaField($field) : $flexObject->getMedia(); + $image = null; + if ($media) { + $image = $media[$filename]; + } + + $this->object = new MediaObject($field, $filename, $image, $flexObject); + } + } + + if (!isset($this->object)) { + throw new \RuntimeException(sprintf('Object not found for identifier {type: "%s", id: "%s"}', $type, $id)); + } + } + + return $this->object; + } + + /** + * @param T $object + */ + public function setObject(MediaObjectInterface $object): void + { + $type = $this->getType(); + $objectType = $object->getType(); + + if ($type !== $objectType) { + throw new \RuntimeException(sprintf('Object has to be type %s, %s given', $type, $objectType)); + } + + $this->object = $object; + } + + protected function findFlash(array $parts): ?array + { + $type = array_shift($parts); + if ($type === 'account') { + /** @var UserInterface|null $user */ + $user = Grav::instance()['user'] ?? null; + $folder = $user->getMediaFolder(); + } else { + $folder = 'tmp://'; + } + + if (!$folder) { + return null; + } + + do { + $part = array_shift($parts); + $folder .= "/{$part}"; + } while (!str_starts_with($part, 'flex-')); + + $uniqueId = array_shift($parts); + $field = array_shift($parts); + $filename = implode('/', $parts); + + return [$type, $folder, $uniqueId, $field, $filename]; + } + + protected function getFlash(string $folder, string $uniqueId): FlexFormFlash + { + $config = [ + 'unique_id' => $uniqueId, + 'folder' => $folder + ]; + + return new FlexFormFlash($config); + } + + protected function getFlexObject(string $type, string $key): ?FlexObjectInterface + { + /** @var Flex $flex */ + $flex = Grav::instance()['flex']; + + return $flex->getObject($key, $type); + } +} diff --git a/system/src/Grav/Framework/Media/MediaObject.php b/system/src/Grav/Framework/Media/MediaObject.php new file mode 100644 index 0000000..8a438bf --- /dev/null +++ b/system/src/Grav/Framework/Media/MediaObject.php @@ -0,0 +1,215 @@ +field = $field; + $this->filename = $filename; + $this->media = $media; + $this->object = $object; + } + + /** + * @return string + */ + public function getType(): string + { + return 'media'; + } + + /** + * @return string + */ + public function getId(): string + { + $field = $this->field; + $object = $this->object; + $path = $field ? "/{$field}/" : '/media/'; + + return $object->getType() . '/' . $object->getKey() . $path . basename($this->filename); + } + + /** + * @return bool + */ + public function exists(): bool + { + return $this->media !== null; + } + + /** + * @return array + */ + public function getMeta(): array + { + if (!isset($this->media)) { + return []; + } + + return $this->media->getMeta(); + } + + /** + * @param string $field + * @return mixed|null + */ + public function get(string $field) + { + if (!isset($this->media)) { + return null; + } + + return $this->media->get($field); + } + + /** + * @return string + */ + public function getUrl(): string + { + if (!isset($this->media)) { + return ''; + } + + return $this->media->url(); + } + + /** + * Create media response. + * + * @param array $actions + * @return Response + */ + public function createResponse(array $actions): ResponseInterface + { + if (!isset($this->media)) { + return $this->create404Response($actions); + } + + $media = $this->media; + + if ($actions) { + $media = $this->processMediaActions($media, $actions); + } + + // FIXME: This only works for images + if (!$media instanceof ImageMedium) { + throw new \RuntimeException('Not Implemented', 500); + } + + $filename = $media->path(false); + $time = filemtime($filename); + $size = filesize($filename); + $body = fopen($filename, 'rb'); + $headers = [ + 'Content-Type' => $media->get('mime'), + 'Last-Modified' => gmdate('D, d M Y H:i:s', $time) . ' GMT', + 'ETag' => sprintf('%x-%x', $size, $time) + ]; + + return new Response(200, $headers, $body); + } + + /** + * Process media actions + * + * @param GravMediaObjectInterface $medium + * @param array $actions + * @return GravMediaObjectInterface + */ + protected function processMediaActions(GravMediaObjectInterface $medium, array $actions): GravMediaObjectInterface + { + // loop through actions for the image and call them + foreach ($actions as $method => $params) { + $matches = []; + + if (preg_match('/\[(.*)]/', $params, $matches)) { + $args = [explode(',', $matches[1])]; + } else { + $args = explode(',', $params); + } + + try { + $medium->{$method}(...$args); + } catch (Throwable $e) { + // Ignore all errors for now and just skip the action. + } + } + + return $medium; + } + + /** + * @param array $actions + * @return Response + */ + protected function create404Response(array $actions): Response + { + // Display placeholder image. + $filename = static::$placeholderImage; + + $time = filemtime($filename); + $size = filesize($filename); + $body = fopen($filename, 'rb'); + $headers = [ + 'Content-Type' => 'image/svg', + 'Last-Modified' => gmdate('D, d M Y H:i:s', $time) . ' GMT', + 'ETag' => sprintf('%x-%x', $size, $time) + ]; + + return new Response(404, $headers, $body); + } + + /** + * @return array + */ + public function jsonSerialize(): array + { + return [ + 'type' => $this->getType(), + 'id' => $this->getId() + ]; + } + + /** + * @return string[] + */ + public function __debugInfo(): array + { + return $this->jsonSerialize(); + } +} diff --git a/system/src/Grav/Framework/Media/UploadedMediaObject.php b/system/src/Grav/Framework/Media/UploadedMediaObject.php new file mode 100644 index 0000000..0fe12e1 --- /dev/null +++ b/system/src/Grav/Framework/Media/UploadedMediaObject.php @@ -0,0 +1,172 @@ +getId(); + + return new static($id, $field, $filename, $uploadedFile); + } + + /** + * @param string $id + * @param string|null $field + * @param string $filename + * @param UploadedFileInterface|null $uploadedFile + */ + public function __construct(string $id, ?string $field, string $filename, ?UploadedFileInterface $uploadedFile = null) + { + $this->id = $id; + $this->field = $field; + $this->filename = $filename; + $this->uploadedFile = $uploadedFile; + if ($uploadedFile) { + $this->meta = [ + 'filename' => $uploadedFile->getClientFilename(), + 'mime' => $uploadedFile->getClientMediaType(), + 'size' => $uploadedFile->getSize() + ]; + } else { + $this->meta = []; + } + } + + /** + * @return string + */ + public function getType(): string + { + return 'media'; + } + + /** + * @return string + */ + public function getId(): string + { + $id = $this->id; + $field = $this->field; + $path = $field ? "/{$field}/" : ''; + + return 'uploads/' . $id . $path . basename($this->filename); + } + + /** + * @return bool + */ + public function exists(): bool + { + //return $this->uploadedFile !== null; + return false; + } + + /** + * @return array + */ + public function getMeta(): array + { + return $this->meta; + } + + /** + * @param string $field + * @return mixed|null + */ + public function get(string $field) + { + return $this->meta[$field] ?? null; + } + + /** + * @return string + */ + public function getUrl(): string + { + return ''; + } + + /** + * @return UploadedFileInterface|null + */ + public function getUploadedFile(): ?UploadedFileInterface + { + return $this->uploadedFile; + } + + /** + * @param array $actions + * @return Response + */ + public function createResponse(array $actions): ResponseInterface + { + // Display placeholder image. + $filename = static::$placeholderImage; + + $time = filemtime($filename); + $size = filesize($filename); + $body = fopen($filename, 'rb'); + $headers = [ + 'Content-Type' => 'image/svg', + 'Last-Modified' => gmdate('D, d M Y H:i:s', $time) . ' GMT', + 'ETag' => sprintf('%x-%x', $size, $time) + ]; + + return new Response(404, $headers, $body); + } + + /** + * @return array + */ + public function jsonSerialize(): array + { + return [ + 'type' => $this->getType(), + 'id' => $this->getId() + ]; + } + + /** + * @return string[] + */ + public function __debugInfo(): array + { + return $this->jsonSerialize(); + } +} diff --git a/system/src/Grav/Framework/Mime/MimeTypes.php b/system/src/Grav/Framework/Mime/MimeTypes.php new file mode 100644 index 0000000..bc81f92 --- /dev/null +++ b/system/src/Grav/Framework/Mime/MimeTypes.php @@ -0,0 +1,107 @@ + ['mime/type', 'mime/type2']] + */ + public static function createFromMimes(array $mimes): self + { + $extensions = []; + foreach ($mimes as $ext => $list) { + foreach ($list as $mime) { + $list = $extensions[$mime] ?? []; + if (!in_array($ext, $list, true)) { + $list[] = $ext; + $extensions[$mime] = $list; + } + } + } + + return new static($extensions, $mimes); + } + + /** + * @param string $extension + * @return string|null + */ + public function getMimeType(string $extension): ?string + { + $extension = $this->cleanInput($extension); + + return $this->mimes[$extension][0] ?? null; + } + + /** + * @param string $mime + * @return string|null + */ + public function getExtension(string $mime): ?string + { + $mime = $this->cleanInput($mime); + + return $this->extensions[$mime][0] ?? null; + } + + /** + * @param string $extension + * @return array + */ + public function getMimeTypes(string $extension): array + { + $extension = $this->cleanInput($extension); + + return $this->mimes[$extension] ?? []; + } + + /** + * @param string $mime + * @return array + */ + public function getExtensions(string $mime): array + { + $mime = $this->cleanInput($mime); + + return $this->extensions[$mime] ?? []; + } + + /** + * @param string $input + * @return string + */ + protected function cleanInput(string $input): string + { + return strtolower(trim($input)); + } + + /** + * @param array $extensions + * @param array $mimes + */ + protected function __construct(array $extensions, array $mimes) + { + $this->extensions = $extensions; + $this->mimes = $mimes; + } +} diff --git a/system/src/Grav/Framework/Object/Access/ArrayAccessTrait.php b/system/src/Grav/Framework/Object/Access/ArrayAccessTrait.php new file mode 100644 index 0000000..de6c6b9 --- /dev/null +++ b/system/src/Grav/Framework/Object/Access/ArrayAccessTrait.php @@ -0,0 +1,66 @@ +hasProperty($offset); + } + + /** + * Returns the value at specified offset. + * + * @param mixed $offset The offset to retrieve. + * @return mixed Can return all value types. + */ + #[\ReturnTypeWillChange] + public function offsetGet($offset) + { + return $this->getProperty($offset); + } + + /** + * Assigns a value to the specified offset. + * + * @param mixed $offset The offset to assign the value to. + * @param mixed $value The value to set. + * @return void + */ + #[\ReturnTypeWillChange] + public function offsetSet($offset, $value) + { + $this->setProperty($offset, $value); + } + + /** + * Unsets an offset. + * + * @param mixed $offset The offset to unset. + * @return void + */ + #[\ReturnTypeWillChange] + public function offsetUnset($offset) + { + $this->unsetProperty($offset); + } +} diff --git a/system/src/Grav/Framework/Object/Access/NestedArrayAccessTrait.php b/system/src/Grav/Framework/Object/Access/NestedArrayAccessTrait.php new file mode 100644 index 0000000..938ec26 --- /dev/null +++ b/system/src/Grav/Framework/Object/Access/NestedArrayAccessTrait.php @@ -0,0 +1,66 @@ +hasNestedProperty($offset); + } + + /** + * Returns the value at specified offset. + * + * @param mixed $offset The offset to retrieve. + * @return mixed Can return all value types. + */ + #[\ReturnTypeWillChange] + public function offsetGet($offset) + { + return $this->getNestedProperty($offset); + } + + /** + * Assigns a value to the specified offset. + * + * @param mixed $offset The offset to assign the value to. + * @param mixed $value The value to set. + * @return void + */ + #[\ReturnTypeWillChange] + public function offsetSet($offset, $value) + { + $this->setNestedProperty($offset, $value); + } + + /** + * Unsets an offset. + * + * @param mixed $offset The offset to unset. + * @return void + */ + #[\ReturnTypeWillChange] + public function offsetUnset($offset) + { + $this->unsetNestedProperty($offset); + } +} diff --git a/system/src/Grav/Framework/Object/Access/NestedPropertyCollectionTrait.php b/system/src/Grav/Framework/Object/Access/NestedPropertyCollectionTrait.php new file mode 100644 index 0000000..1d749e3 --- /dev/null +++ b/system/src/Grav/Framework/Object/Access/NestedPropertyCollectionTrait.php @@ -0,0 +1,120 @@ +getIterator() as $id => $element) { + $list[$id] = $element->hasNestedProperty($property, $separator); + } + + return $list; + } + + /** + * @param string $property Object property to be fetched. + * @param mixed $default Default value if not set. + * @param string|null $separator Separator, defaults to '.' + * @return array Key/Value pairs of the properties. + */ + public function getNestedProperty($property, $default = null, $separator = null) + { + $list = []; + + /** @var NestedObjectInterface $element */ + foreach ($this->getIterator() as $id => $element) { + $list[$id] = $element->getNestedProperty($property, $default, $separator); + } + + return $list; + } + + /** + * @param string $property Object property to be updated. + * @param mixed $value New value. + * @param string|null $separator Separator, defaults to '.' + * @return $this + */ + public function setNestedProperty($property, $value, $separator = null) + { + /** @var NestedObjectInterface $element */ + foreach ($this->getIterator() as $element) { + $element->setNestedProperty($property, $value, $separator); + } + + return $this; + } + + /** + * @param string $property Object property to be updated. + * @param string|null $separator Separator, defaults to '.' + * @return $this + */ + public function unsetNestedProperty($property, $separator = null) + { + /** @var NestedObjectInterface $element */ + foreach ($this->getIterator() as $element) { + $element->unsetNestedProperty($property, $separator); + } + + return $this; + } + + /** + * @param string $property Object property to be updated. + * @param string $default Default value. + * @param string|null $separator Separator, defaults to '.' + * @return $this + */ + public function defNestedProperty($property, $default, $separator = null) + { + /** @var NestedObjectInterface $element */ + foreach ($this->getIterator() as $element) { + $element->defNestedProperty($property, $default, $separator); + } + + return $this; + } + + /** + * Group items in the collection by a field. + * + * @param string $property Object property to be used to make groups. + * @param string|null $separator Separator, defaults to '.' + * @return array + */ + public function group($property, $separator = null) + { + $list = []; + + /** @var NestedObjectInterface $element */ + foreach ($this->getIterator() as $element) { + $list[(string) $element->getNestedProperty($property, null, $separator)][] = $element; + } + + return $list; + } +} diff --git a/system/src/Grav/Framework/Object/Access/NestedPropertyTrait.php b/system/src/Grav/Framework/Object/Access/NestedPropertyTrait.php new file mode 100644 index 0000000..3bfebe0 --- /dev/null +++ b/system/src/Grav/Framework/Object/Access/NestedPropertyTrait.php @@ -0,0 +1,180 @@ +getNestedProperty($property, $test, $separator) !== $test; + } + + /** + * @param string $property Object property to be fetched. + * @param mixed|null $default Default value if property has not been set. + * @param string|null $separator Separator, defaults to '.' + * @return mixed Property value. + */ + public function getNestedProperty($property, $default = null, $separator = null) + { + $separator = $separator ?: '.'; + $path = explode($separator, (string) $property); + $offset = array_shift($path); + + if (!$this->hasProperty($offset)) { + return $default; + } + + $current = $this->getProperty($offset); + + while ($path) { + // Get property of nested Object. + if ($current instanceof ObjectInterface) { + if (method_exists($current, 'getNestedProperty')) { + return $current->getNestedProperty(implode($separator, $path), $default, $separator); + } + return $current->getProperty(implode($separator, $path), $default); + } + + $offset = array_shift($path); + + if ((is_array($current) || is_a($current, 'ArrayAccess')) && isset($current[$offset])) { + $current = $current[$offset]; + } elseif (is_object($current) && isset($current->{$offset})) { + $current = $current->{$offset}; + } else { + return $default; + } + }; + + return $current; + } + + + /** + * @param string $property Object property to be updated. + * @param mixed $value New value. + * @param string|null $separator Separator, defaults to '.' + * @return $this + * @throws RuntimeException + */ + public function setNestedProperty($property, $value, $separator = null) + { + $separator = $separator ?: '.'; + $path = explode($separator, $property); + $offset = array_shift($path); + + if (!$path) { + $this->setProperty($offset, $value); + + return $this; + } + + $current = &$this->doGetProperty($offset, null, true); + + while ($path) { + $offset = array_shift($path); + + // Handle arrays and scalars. + if ($current === null) { + $current = [$offset => []]; + } elseif (is_array($current)) { + if (!isset($current[$offset])) { + $current[$offset] = []; + } + } else { + throw new RuntimeException("Cannot set nested property {$property} on non-array value"); + } + + $current = &$current[$offset]; + }; + + $current = $value; + + return $this; + } + + /** + * @param string $property Object property to be updated. + * @param string|null $separator Separator, defaults to '.' + * @return $this + * @throws RuntimeException + */ + public function unsetNestedProperty($property, $separator = null) + { + $separator = $separator ?: '.'; + $path = explode($separator, $property); + $offset = array_shift($path); + + if (!$path) { + $this->unsetProperty($offset); + + return $this; + } + + $last = array_pop($path); + $current = &$this->doGetProperty($offset, null, true); + + while ($path) { + $offset = array_shift($path); + + // Handle arrays and scalars. + if ($current === null) { + return $this; + } + if (is_array($current)) { + if (!isset($current[$offset])) { + return $this; + } + } else { + throw new RuntimeException("Cannot unset nested property {$property} on non-array value"); + } + + $current = &$current[$offset]; + }; + + unset($current[$last]); + + return $this; + } + + /** + * @param string $property Object property to be updated. + * @param mixed $default Default value. + * @param string|null $separator Separator, defaults to '.' + * @return $this + * @throws RuntimeException + */ + public function defNestedProperty($property, $default, $separator = null) + { + if (!$this->hasNestedProperty($property, $separator)) { + $this->setNestedProperty($property, $default, $separator); + } + + return $this; + } +} diff --git a/system/src/Grav/Framework/Object/Access/OverloadedPropertyTrait.php b/system/src/Grav/Framework/Object/Access/OverloadedPropertyTrait.php new file mode 100644 index 0000000..428473a --- /dev/null +++ b/system/src/Grav/Framework/Object/Access/OverloadedPropertyTrait.php @@ -0,0 +1,66 @@ +hasProperty($offset); + } + + /** + * Returns the value at specified offset. + * + * @param mixed $offset The offset to retrieve. + * @return mixed Can return all value types. + */ + #[\ReturnTypeWillChange] + public function __get($offset) + { + return $this->getProperty($offset); + } + + /** + * Assigns a value to the specified offset. + * + * @param mixed $offset The offset to assign the value to. + * @param mixed $value The value to set. + * @return void + */ + #[\ReturnTypeWillChange] + public function __set($offset, $value) + { + $this->setProperty($offset, $value); + } + + /** + * Magic method to unset the attribute + * + * @param mixed $offset The name value to unset + * @return void + */ + #[\ReturnTypeWillChange] + public function __unset($offset) + { + $this->unsetProperty($offset); + } +} diff --git a/system/src/Grav/Framework/Object/ArrayObject.php b/system/src/Grav/Framework/Object/ArrayObject.php new file mode 100644 index 0000000..e8d258a --- /dev/null +++ b/system/src/Grav/Framework/Object/ArrayObject.php @@ -0,0 +1,31 @@ + + */ +class ArrayObject implements NestedObjectInterface, ArrayAccess +{ + use ObjectTrait; + use ArrayPropertyTrait; + use NestedPropertyTrait; + use OverloadedPropertyTrait; + use NestedArrayAccessTrait; +} diff --git a/system/src/Grav/Framework/Object/Base/ObjectCollectionTrait.php b/system/src/Grav/Framework/Object/Base/ObjectCollectionTrait.php new file mode 100644 index 0000000..4c7f621 --- /dev/null +++ b/system/src/Grav/Framework/Object/Base/ObjectCollectionTrait.php @@ -0,0 +1,377 @@ +getTypePrefix() : ''; + + if (static::$type) { + return $type . static::$type; + } + + $class = get_class($this); + + return $type . strtolower(substr($class, strrpos($class, '\\') + 1)); + } + + /** + * @return string + */ + public function getKey() + { + return $this->_key ?: $this->getType() . '@@' . spl_object_hash($this); + } + + /** + * @return bool + */ + public function hasKey() + { + return !empty($this->_key); + } + + /** + * @param string $property Object property name. + * @return bool[] True if property has been defined (can be null). + */ + public function hasProperty($property) + { + return $this->doHasProperty($property); + } + + /** + * @param string $property Object property to be fetched. + * @param mixed $default Default value if property has not been set. + * @return mixed[] Property values. + */ + public function getProperty($property, $default = null) + { + return $this->doGetProperty($property, $default); + } + + /** + * @param string $property Object property to be updated. + * @param mixed $value New value. + * @return $this + */ + public function setProperty($property, $value) + { + $this->doSetProperty($property, $value); + + return $this; + } + + /** + * @param string $property Object property to be unset. + * @return $this + */ + public function unsetProperty($property) + { + $this->doUnsetProperty($property); + + return $this; + } + + /** + * @param string $property Object property to be defined. + * @param mixed $default Default value. + * @return $this + */ + public function defProperty($property, $default) + { + if (!$this->hasProperty($property)) { + $this->setProperty($property, $default); + } + + return $this; + } + + /** + * @return array + */ + final public function __serialize(): array + { + return $this->doSerialize(); + } + + /** + * @param array $data + * @return void + */ + final public function __unserialize(array $data): void + { + if (method_exists($this, 'initObjectProperties')) { + $this->initObjectProperties(); + } + + $this->doUnserialize($data); + } + + + /** + * @return array + */ + protected function doSerialize() + { + return [ + 'key' => $this->getKey(), + 'type' => $this->getType(), + 'elements' => $this->getElements() + ]; + } + + /** + * @param array $data + * @return void + */ + protected function doUnserialize(array $data) + { + if (!isset($data['key'], $data['type'], $data['elements']) || $data['type'] !== $this->getType()) { + throw new InvalidArgumentException("Cannot unserialize '{$this->getType()}': Bad data"); + } + + $this->setKey($data['key']); + $this->setElements($data['elements']); + } + + /** + * Implements JsonSerializable interface. + * + * @return array + */ + #[\ReturnTypeWillChange] + public function jsonSerialize() + { + return $this->doSerialize(); + } + + /** + * Returns a string representation of this object. + * + * @return string + */ + #[\ReturnTypeWillChange] + public function __toString() + { + return $this->getKey(); + } + + /** + * @param string $key + * @return $this + */ + public function setKey($key) + { + $this->_key = (string) $key; + + return $this; + } + + /** + * Create a copy from this collection by cloning all objects in the collection. + * + * @return static + */ + public function copy() + { + $list = []; + foreach ($this->getIterator() as $key => $value) { + /** @phpstan-ignore-next-line */ + $list[$key] = is_object($value) ? clone $value : $value; + } + + /** @phpstan-var static */ + return $this->createFrom($list); + } + + /** + * @return string[] + */ + public function getObjectKeys() + { + return $this->call('getKey'); + } + + /** + * @param string $property Object property to be matched. + * @return bool[] Key/Value pairs of the properties. + */ + public function doHasProperty($property) + { + $list = []; + + /** @var ObjectInterface $element */ + foreach ($this->getIterator() as $id => $element) { + $list[$id] = (bool)$element->hasProperty($property); + } + + return $list; + } + + /** + * @param string $property Object property to be fetched. + * @param mixed $default Default value if not set. + * @param bool $doCreate Not being used. + * @return mixed[] Key/Value pairs of the properties. + */ + public function &doGetProperty($property, $default = null, $doCreate = false) + { + $list = []; + + /** @var ObjectInterface $element */ + foreach ($this->getIterator() as $id => $element) { + $list[$id] = $element->getProperty($property, $default); + } + + return $list; + } + + /** + * @param string $property Object property to be updated. + * @param mixed $value New value. + * @return $this + */ + public function doSetProperty($property, $value) + { + /** @var ObjectInterface $element */ + foreach ($this->getIterator() as $element) { + $element->setProperty($property, $value); + } + + return $this; + } + + /** + * @param string $property Object property to be updated. + * @return $this + */ + public function doUnsetProperty($property) + { + /** @var ObjectInterface $element */ + foreach ($this->getIterator() as $element) { + $element->unsetProperty($property); + } + + return $this; + } + + /** + * @param string $property Object property to be updated. + * @param mixed $default Default value. + * @return $this + */ + public function doDefProperty($property, $default) + { + /** @var ObjectInterface $element */ + foreach ($this->getIterator() as $element) { + $element->defProperty($property, $default); + } + + return $this; + } + + /** + * @param string $method Method name. + * @param array $arguments List of arguments passed to the function. + * @return mixed[] Return values. + */ + public function call($method, array $arguments = []) + { + $list = []; + + /** + * @var string|int $id + * @var ObjectInterface $element + */ + foreach ($this->getIterator() as $id => $element) { + $callable = [$element, $method]; + $list[$id] = is_callable($callable) ? call_user_func_array($callable, $arguments) : null; + } + + return $list; + } + + /** + * Group items in the collection by a field and return them as associated array. + * + * @param string $property + * @return array + * @phpstan-return array + */ + public function group($property) + { + $list = []; + + /** @var ObjectInterface $element */ + foreach ($this->getIterator() as $element) { + $list[(string) $element->getProperty($property)][] = $element; + } + + return $list; + } + + /** + * Group items in the collection by a field and return them as associated array of collections. + * + * @param string $property + * @return static[] + * @phpstan-return array> + */ + public function collectionGroup($property) + { + $collections = []; + foreach ($this->group($property) as $id => $elements) { + /** @phpstan-var static $collection */ + $collection = $this->createFrom($elements); + + $collections[$id] = $collection; + } + + return $collections; + } +} diff --git a/system/src/Grav/Framework/Object/Base/ObjectTrait.php b/system/src/Grav/Framework/Object/Base/ObjectTrait.php new file mode 100644 index 0000000..522e514 --- /dev/null +++ b/system/src/Grav/Framework/Object/Base/ObjectTrait.php @@ -0,0 +1,202 @@ +getTypePrefix() : ''; + + if (static::$type) { + return $type . static::$type; + } + + $class = get_class($this); + return $type . strtolower(substr($class, strrpos($class, '\\') + 1)); + } + + /** + * @return string + */ + public function getKey() + { + return $this->_key ?: $this->getType() . '@@' . spl_object_hash($this); + } + + /** + * @return bool + */ + public function hasKey() + { + return !empty($this->_key); + } + + /** + * @param string $property Object property name. + * @return bool True if property has been defined (can be null). + */ + public function hasProperty($property) + { + return $this->doHasProperty($property); + } + + /** + * @param string $property Object property to be fetched. + * @param mixed $default Default value if property has not been set. + * @return mixed Property value. + */ + public function getProperty($property, $default = null) + { + return $this->doGetProperty($property, $default); + } + + /** + * @param string $property Object property to be updated. + * @param mixed $value New value. + * @return $this + */ + public function setProperty($property, $value) + { + $this->doSetProperty($property, $value); + + return $this; + } + + /** + * @param string $property Object property to be unset. + * @return $this + */ + public function unsetProperty($property) + { + $this->doUnsetProperty($property); + + return $this; + } + + /** + * @param string $property Object property to be defined. + * @param mixed $default Default value. + * @return $this + */ + public function defProperty($property, $default) + { + if (!$this->hasProperty($property)) { + $this->setProperty($property, $default); + } + + return $this; + } + + /** + * @return array + */ + final public function __serialize(): array + { + return $this->doSerialize(); + } + + /** + * @param array $data + * @return void + */ + final public function __unserialize(array $data): void + { + if (method_exists($this, 'initObjectProperties')) { + $this->initObjectProperties(); + } + + $this->doUnserialize($data); + } + + /** + * @return array + */ + protected function doSerialize() + { + return ['key' => $this->getKey(), 'type' => $this->getType(), 'elements' => $this->getElements()]; + } + + /** + * @param array $serialized + * @return void + */ + protected function doUnserialize(array $serialized) + { + if (!isset($serialized['key'], $serialized['type'], $serialized['elements']) || $serialized['type'] !== $this->getType()) { + throw new InvalidArgumentException("Cannot unserialize '{$this->getType()}': Bad data"); + } + + $this->setKey($serialized['key']); + $this->setElements($serialized['elements']); + } + + /** + * Implements JsonSerializable interface. + * + * @return array + */ + #[\ReturnTypeWillChange] + public function jsonSerialize() + { + return $this->doSerialize(); + } + + /** + * Returns a string representation of this object. + * + * @return string + */ + #[\ReturnTypeWillChange] + public function __toString() + { + return $this->getKey(); + } + + /** + * @param string $key + * @return $this + */ + protected function setKey($key) + { + $this->_key = (string) $key; + + return $this; + } +} diff --git a/system/src/Grav/Framework/Object/Collection/ObjectExpressionVisitor.php b/system/src/Grav/Framework/Object/Collection/ObjectExpressionVisitor.php new file mode 100644 index 0000000..5b28ab0 --- /dev/null +++ b/system/src/Grav/Framework/Object/Collection/ObjectExpressionVisitor.php @@ -0,0 +1,240 @@ +{$accessor}(); + break; + } + } + + if ($op) { + $function = 'filter' . ucfirst(strtolower($op)); + if (method_exists(static::class, $function)) { + $value = static::$function($value); + } + } + + return $value; + } + + /** + * @param string $str + * @return string + */ + public static function filterLower($str) + { + return mb_strtolower($str); + } + + /** + * @param string $str + * @return string + */ + public static function filterUpper($str) + { + return mb_strtoupper($str); + } + + /** + * @param string $str + * @return int + */ + public static function filterLength($str) + { + return mb_strlen($str); + } + + /** + * @param string $str + * @return string + */ + public static function filterLtrim($str) + { + return ltrim($str); + } + + /** + * @param string $str + * @return string + */ + public static function filterRtrim($str) + { + return rtrim($str); + } + + /** + * @param string $str + * @return string + */ + public static function filterTrim($str) + { + return trim($str); + } + + /** + * Helper for sorting arrays of objects based on multiple fields + orientations. + * + * Comparison between two strings is natural and case insensitive. + * + * @param string $name + * @param int $orientation + * @param Closure|null $next + * + * @return Closure + */ + public static function sortByField($name, $orientation = 1, Closure $next = null) + { + if (!$next) { + $next = function ($a, $b) { + return 0; + }; + } + + return function ($a, $b) use ($name, $next, $orientation) { + $aValue = static::getObjectFieldValue($a, $name); + $bValue = static::getObjectFieldValue($b, $name); + + if ($aValue === $bValue) { + return $next($a, $b); + } + + // For strings we use natural case insensitive sorting. + if (is_string($aValue) && is_string($bValue)) { + return strnatcasecmp($aValue, $bValue) * $orientation; + } + + return (($aValue > $bValue) ? 1 : -1) * $orientation; + }; + } + + /** + * {@inheritDoc} + */ + public function walkComparison(Comparison $comparison) + { + $field = $comparison->getField(); + $value = $comparison->getValue()->getValue(); // shortcut for walkValue() + + switch ($comparison->getOperator()) { + case Comparison::EQ: + return function ($object) use ($field, $value) { + return static::getObjectFieldValue($object, $field) === $value; + }; + + case Comparison::NEQ: + return function ($object) use ($field, $value) { + return static::getObjectFieldValue($object, $field) !== $value; + }; + + case Comparison::LT: + return function ($object) use ($field, $value) { + return static::getObjectFieldValue($object, $field) < $value; + }; + + case Comparison::LTE: + return function ($object) use ($field, $value) { + return static::getObjectFieldValue($object, $field) <= $value; + }; + + case Comparison::GT: + return function ($object) use ($field, $value) { + return static::getObjectFieldValue($object, $field) > $value; + }; + + case Comparison::GTE: + return function ($object) use ($field, $value) { + return static::getObjectFieldValue($object, $field) >= $value; + }; + + case Comparison::IN: + return function ($object) use ($field, $value) { + return in_array(static::getObjectFieldValue($object, $field), $value, true); + }; + + case Comparison::NIN: + return function ($object) use ($field, $value) { + return !in_array(static::getObjectFieldValue($object, $field), $value, true); + }; + + case Comparison::CONTAINS: + return function ($object) use ($field, $value) { + return false !== strpos(static::getObjectFieldValue($object, $field), $value); + }; + + case Comparison::MEMBER_OF: + return function ($object) use ($field, $value) { + $fieldValues = static::getObjectFieldValue($object, $field); + if (!is_array($fieldValues)) { + $fieldValues = iterator_to_array($fieldValues); + } + return in_array($value, $fieldValues, true); + }; + + case Comparison::STARTS_WITH: + return function ($object) use ($field, $value) { + return 0 === strpos(static::getObjectFieldValue($object, $field), $value); + }; + + case Comparison::ENDS_WITH: + return function ($object) use ($field, $value) { + return $value === substr(static::getObjectFieldValue($object, $field), -strlen($value)); + }; + + default: + throw new RuntimeException('Unknown comparison operator: ' . $comparison->getOperator()); + } + } +} diff --git a/system/src/Grav/Framework/Object/Identifiers/Identifier.php b/system/src/Grav/Framework/Object/Identifiers/Identifier.php new file mode 100644 index 0000000..69f41d2 --- /dev/null +++ b/system/src/Grav/Framework/Object/Identifiers/Identifier.php @@ -0,0 +1,66 @@ +id = $id; + $this->type = $type; + } + + /** + * @return string + * @phpstan-pure + */ + public function getId(): string + { + return $this->id; + } + + /** + * @return string + * @phpstan-pure + */ + public function getType(): string + { + return $this->type; + } + + /** + * @return array + */ + public function jsonSerialize(): array + { + return [ + 'type' => $this->type, + 'id' => $this->id + ]; + } + + /** + * @return array + */ + public function __debugInfo(): array + { + return $this->jsonSerialize(); + } +} diff --git a/system/src/Grav/Framework/Object/Interfaces/NestedObjectCollectionInterface.php b/system/src/Grav/Framework/Object/Interfaces/NestedObjectCollectionInterface.php new file mode 100644 index 0000000..ed81bb2 --- /dev/null +++ b/system/src/Grav/Framework/Object/Interfaces/NestedObjectCollectionInterface.php @@ -0,0 +1,64 @@ + + */ +interface NestedObjectCollectionInterface extends ObjectCollectionInterface +{ + /** + * @param string $property Object property name. + * @param string|null $separator Separator, defaults to '.' + * @return bool[] List of [key => bool] pairs. + */ + public function hasNestedProperty($property, $separator = null); + + /** + * @param string $property Object property to be fetched. + * @param mixed|null $default Default value if property has not been set. + * @param string|null $separator Separator, defaults to '.' + * @return mixed[] List of [key => value] pairs. + */ + public function getNestedProperty($property, $default = null, $separator = null); + + /** + * @param string $property Object property to be updated. + * @param mixed $value New value. + * @param string|null $separator Separator, defaults to '.' + * @return $this + * @throws RuntimeException + */ + public function setNestedProperty($property, $value, $separator = null); + + /** + * @param string $property Object property to be defined. + * @param mixed $default Default value. + * @param string|null $separator Separator, defaults to '.' + * @return $this + * @throws RuntimeException + */ + public function defNestedProperty($property, $default, $separator = null); + + /** + * @param string $property Object property to be unset. + * @param string|null $separator Separator, defaults to '.' + * @return $this + * @throws RuntimeException + */ + public function unsetNestedProperty($property, $separator = null); +} diff --git a/system/src/Grav/Framework/Object/Interfaces/NestedObjectInterface.php b/system/src/Grav/Framework/Object/Interfaces/NestedObjectInterface.php new file mode 100644 index 0000000..647f6c7 --- /dev/null +++ b/system/src/Grav/Framework/Object/Interfaces/NestedObjectInterface.php @@ -0,0 +1,60 @@ + + * @extends Selectable + */ +interface ObjectCollectionInterface extends CollectionInterface, Selectable, Serializable +{ + /** + * @return string + */ + public function getType(); + + /** + * @return string + */ + public function getKey(); + + /** + * @param string $key + * @return $this + */ + public function setKey($key); + + /** + * @param string $property Object property name. + * @return bool[] List of [key => bool] pairs. + */ + public function hasProperty($property); + + /** + * @param string $property Object property to be fetched. + * @param mixed|null $default Default value if property has not been set. + * @return mixed[] List of [key => value] pairs. + */ + public function getProperty($property, $default = null); + + /** + * @param string $property Object property to be updated. + * @param mixed $value New value. + * @return $this + */ + public function setProperty($property, $value); + + /** + * @param string $property Object property to be defined. + * @param mixed $default Default value. + * @return $this + */ + public function defProperty($property, $default); + + /** + * @param string $property Object property to be unset. + * @return $this + */ + public function unsetProperty($property); + + /** + * Create a copy from this collection by cloning all objects in the collection. + * + * @return static + * @phpstan-return static + */ + public function copy(); + + /** + * @return array + */ + public function getObjectKeys(); + + /** + * @param string $name Method name. + * @param array $arguments List of arguments passed to the function. + * @return array Return values. + */ + public function call($name, array $arguments = []); + + /** + * Group items in the collection by a field and return them as associated array. + * + * @param string $property + * @return array + */ + public function group($property); + + /** + * Group items in the collection by a field and return them as associated array of collections. + * + * @param string $property + * @return static[] + * @phpstan-return array> + */ + public function collectionGroup($property); + + /** + * @param array $ordering + * @return ObjectCollectionInterface + * @phpstan-return static + */ + public function orderBy(array $ordering); + + /** + * @param int $start + * @param int|null $limit + * @return ObjectCollectionInterface + * @phpstan-return static + */ + public function limit($start, $limit = null); +} diff --git a/system/src/Grav/Framework/Object/Interfaces/ObjectInterface.php b/system/src/Grav/Framework/Object/Interfaces/ObjectInterface.php new file mode 100644 index 0000000..f505f47 --- /dev/null +++ b/system/src/Grav/Framework/Object/Interfaces/ObjectInterface.php @@ -0,0 +1,63 @@ + + */ +class LazyObject implements NestedObjectInterface, ArrayAccess +{ + use ObjectTrait; + use LazyPropertyTrait; + use NestedPropertyTrait; + use OverloadedPropertyTrait; + use NestedArrayAccessTrait; +} diff --git a/system/src/Grav/Framework/Object/ObjectCollection.php b/system/src/Grav/Framework/Object/ObjectCollection.php new file mode 100644 index 0000000..ce6fa0b --- /dev/null +++ b/system/src/Grav/Framework/Object/ObjectCollection.php @@ -0,0 +1,131 @@ + + * @implements NestedObjectCollectionInterface + */ +class ObjectCollection extends ArrayCollection implements NestedObjectCollectionInterface +{ + /** @phpstan-use ObjectCollectionTrait */ + use ObjectCollectionTrait; + use NestedPropertyCollectionTrait { + NestedPropertyCollectionTrait::group insteadof ObjectCollectionTrait; + } + + /** + * @param array $elements + * @param string|null $key + * @throws InvalidArgumentException + */ + public function __construct(array $elements = [], $key = null) + { + parent::__construct($this->setElements($elements)); + + $this->setKey($key ?? ''); + } + + /** + * @param array $ordering + * @return static + * @phpstan-return static + */ + public function orderBy(array $ordering) + { + $criteria = Criteria::create()->orderBy($ordering); + + return $this->matching($criteria); + } + + /** + * @param int $start + * @param int|null $limit + * @return static + * @phpstan-return static + */ + public function limit($start, $limit = null) + { + /** @phpstan-var static */ + return $this->createFrom($this->slice($start, $limit)); + } + + /** + * @param Criteria $criteria + * @return static + * @phpstan-return static + */ + public function matching(Criteria $criteria) + { + $expr = $criteria->getWhereExpression(); + $filtered = $this->getElements(); + + if ($expr) { + $visitor = new ObjectExpressionVisitor(); + $filter = $visitor->dispatch($expr); + $filtered = array_filter($filtered, $filter); + } + + if ($orderings = $criteria->getOrderings()) { + $next = null; + foreach (array_reverse($orderings) as $field => $ordering) { + $next = ObjectExpressionVisitor::sortByField($field, $ordering === Criteria::DESC ? -1 : 1, $next); + } + + /** @phpstan-ignore-next-line */ + if ($next) { + uasort($filtered, $next); + } + } + + $offset = $criteria->getFirstResult(); + $length = $criteria->getMaxResults(); + + if ($offset || $length) { + $filtered = array_slice($filtered, (int)$offset, $length); + } + + /** @phpstan-var static */ + return $this->createFrom($filtered); + } + + /** + * @return array + * @phpstan-return array + */ + protected function getElements() + { + return $this->toArray(); + } + + /** + * @param array $elements + * @return array + * @phpstan-return array + */ + protected function setElements(array $elements) + { + /** @phpstan-var array $elements */ + return $elements; + } +} diff --git a/system/src/Grav/Framework/Object/ObjectIndex.php b/system/src/Grav/Framework/Object/ObjectIndex.php new file mode 100644 index 0000000..a241eda --- /dev/null +++ b/system/src/Grav/Framework/Object/ObjectIndex.php @@ -0,0 +1,281 @@ + + * @implements NestedObjectCollectionInterface + */ +abstract class ObjectIndex extends AbstractIndexCollection implements NestedObjectCollectionInterface +{ + /** @var string */ + protected static $type; + + /** @var string */ + protected $_key; + + /** + * @param bool $prefix + * @return string + */ + public function getType($prefix = true) + { + $type = $prefix ? $this->getTypePrefix() : ''; + + if (static::$type) { + return $type . static::$type; + } + + $class = get_class($this); + return $type . strtolower(substr($class, strrpos($class, '\\') + 1)); + } + + /** + * @return string + */ + public function getKey() + { + return $this->_key ?: $this->getType() . '@@' . spl_object_hash($this); + } + + /** + * @param string $key + * @return $this + */ + public function setKey($key) + { + $this->_key = $key; + + return $this; + } + + /** + * @param string $property Object property name. + * @return bool[] True if property has been defined (can be null). + */ + public function hasProperty($property) + { + return $this->__call('hasProperty', [$property]); + } + + /** + * @param string $property Object property to be fetched. + * @param mixed $default Default value if property has not been set. + * @return mixed[] Property values. + */ + public function getProperty($property, $default = null) + { + return $this->__call('getProperty', [$property, $default]); + } + + /** + * @param string $property Object property to be updated. + * @param string $value New value. + * @return ObjectCollectionInterface + * @phpstan-return C + */ + public function setProperty($property, $value) + { + return $this->__call('setProperty', [$property, $value]); + } + + /** + * @param string $property Object property to be defined. + * @param mixed $default Default value. + * @return ObjectCollectionInterface + * @phpstan-return C + */ + public function defProperty($property, $default) + { + return $this->__call('defProperty', [$property, $default]); + } + + /** + * @param string $property Object property to be unset. + * @return ObjectCollectionInterface + * @phpstan-return C + */ + public function unsetProperty($property) + { + return $this->__call('unsetProperty', [$property]); + } + + /** + * @param string $property Object property name. + * @param string|null $separator Separator, defaults to '.' + * @return bool[] True if property has been defined (can be null). + */ + public function hasNestedProperty($property, $separator = null) + { + return $this->__call('hasNestedProperty', [$property, $separator]); + } + + /** + * @param string $property Object property to be fetched. + * @param mixed $default Default value if property has not been set. + * @param string|null $separator Separator, defaults to '.' + * @return mixed[] Property values. + */ + public function getNestedProperty($property, $default = null, $separator = null) + { + return $this->__call('getNestedProperty', [$property, $default, $separator]); + } + + /** + * @param string $property Object property to be updated. + * @param mixed $value New value. + * @param string|null $separator Separator, defaults to '.' + * @return ObjectCollectionInterface + * @phpstan-return C + */ + public function setNestedProperty($property, $value, $separator = null) + { + return $this->__call('setNestedProperty', [$property, $value, $separator]); + } + + /** + * @param string $property Object property to be defined. + * @param mixed $default Default value. + * @param string|null $separator Separator, defaults to '.' + * @return ObjectCollectionInterface + * @phpstan-return C + */ + public function defNestedProperty($property, $default, $separator = null) + { + return $this->__call('defNestedProperty', [$property, $default, $separator]); + } + + /** + * @param string $property Object property to be unset. + * @param string|null $separator Separator, defaults to '.' + * @return ObjectCollectionInterface + * @phpstan-return C + */ + public function unsetNestedProperty($property, $separator = null) + { + return $this->__call('unsetNestedProperty', [$property, $separator]); + } + + /** + * Create a copy from this collection by cloning all objects in the collection. + * + * @return static + * @return static + */ + public function copy() + { + $list = []; + foreach ($this->getIterator() as $key => $value) { + /** @phpstan-ignore-next-line */ + $list[$key] = is_object($value) ? clone $value : $value; + } + + /** @phpstan-var static */ + return $this->createFrom($list); + } + + /** + * @return array + */ + public function getObjectKeys() + { + return $this->getKeys(); + } + + /** + * @param array $ordering + * @return ObjectCollectionInterface + * @phpstan-return C + */ + public function orderBy(array $ordering) + { + return $this->__call('orderBy', [$ordering]); + } + + /** + * @param string $method + * @param array $arguments + * @return array|mixed + */ + public function call($method, array $arguments = []) + { + return $this->__call('call', [$method, $arguments]); + } + + /** + * Group items in the collection by a field and return them as associated array. + * + * @param string $property + * @return array + */ + public function group($property) + { + return $this->__call('group', [$property]); + } + + /** + * Group items in the collection by a field and return them as associated array of collections. + * + * @param string $property + * @return ObjectCollectionInterface[] + * @phpstan-return C[] + */ + public function collectionGroup($property) + { + return $this->__call('collectionGroup', [$property]); + } + + /** + * @param Criteria $criteria + * @return ObjectCollectionInterface + * @phpstan-return C + */ + public function matching(Criteria $criteria) + { + $collection = $this->loadCollection($this->getEntries()); + + /** @phpstan-var C $matching */ + $matching = $collection->matching($criteria); + + return $matching; + } + + /** + * @param string $name + * @param array $arguments + * @return mixed + */ + #[\ReturnTypeWillChange] + abstract public function __call($name, $arguments); + + /** + * @return string + */ + protected function getTypePrefix() + { + return ''; + } +} diff --git a/system/src/Grav/Framework/Object/Property/ArrayPropertyTrait.php b/system/src/Grav/Framework/Object/Property/ArrayPropertyTrait.php new file mode 100644 index 0000000..0c0a549 --- /dev/null +++ b/system/src/Grav/Framework/Object/Property/ArrayPropertyTrait.php @@ -0,0 +1,115 @@ +setElements($elements); + $this->setKey($key ?? ''); + } + + /** + * @param string $property Object property name. + * @return bool True if property has been defined (can be null). + */ + protected function doHasProperty($property) + { + return array_key_exists($property, $this->_elements); + } + + /** + * @param string $property Object property to be fetched. + * @param mixed $default Default value if property has not been set. + * @param bool $doCreate Set true to create variable. + * @return mixed Property value. + */ + protected function &doGetProperty($property, $default = null, $doCreate = false) + { + if (!array_key_exists($property, $this->_elements)) { + if ($doCreate) { + $this->_elements[$property] = null; + } else { + return $default; + } + } + + return $this->_elements[$property]; + } + + /** + * @param string $property Object property to be updated. + * @param mixed $value New value. + * @return void + */ + protected function doSetProperty($property, $value) + { + $this->_elements[$property] = $value; + } + + /** + * @param string $property Object property to be unset. + * @return void + */ + protected function doUnsetProperty($property) + { + unset($this->_elements[$property]); + } + + /** + * @param string $property + * @param mixed|null $default + * @return mixed|null + */ + protected function getElement($property, $default = null) + { + return array_key_exists($property, $this->_elements) ? $this->_elements[$property] : $default; + } + + /** + * @return array + */ + protected function getElements() + { + return array_filter($this->_elements, static function ($val) { + return $val !== null; + }); + } + + /** + * @param array $elements + * @return void + */ + protected function setElements(array $elements) + { + $this->_elements = $elements; + } + + abstract protected function setKey($key); +} diff --git a/system/src/Grav/Framework/Object/Property/LazyPropertyTrait.php b/system/src/Grav/Framework/Object/Property/LazyPropertyTrait.php new file mode 100644 index 0000000..fe00d50 --- /dev/null +++ b/system/src/Grav/Framework/Object/Property/LazyPropertyTrait.php @@ -0,0 +1,114 @@ +offsetLoad($offset, $value)` called first time object property gets accessed + * - `$this->offsetPrepare($offset, $value)` called on every object property set + * - `$this->offsetSerialize($offset, $value)` called when the raw or serialized object property value is needed + * + * @package Grav\Framework\Object\Property + */ +trait LazyPropertyTrait +{ + use ArrayPropertyTrait, ObjectPropertyTrait { + ObjectPropertyTrait::__construct insteadof ArrayPropertyTrait; + ArrayPropertyTrait::doHasProperty as hasArrayProperty; + ArrayPropertyTrait::doGetProperty as getArrayProperty; + ArrayPropertyTrait::doSetProperty as setArrayProperty; + ArrayPropertyTrait::doUnsetProperty as unsetArrayProperty; + ArrayPropertyTrait::getElement as getArrayElement; + ArrayPropertyTrait::getElements as getArrayElements; + ArrayPropertyTrait::setElements insteadof ObjectPropertyTrait; + ObjectPropertyTrait::doHasProperty as hasObjectProperty; + ObjectPropertyTrait::doGetProperty as getObjectProperty; + ObjectPropertyTrait::doSetProperty as setObjectProperty; + ObjectPropertyTrait::doUnsetProperty as unsetObjectProperty; + ObjectPropertyTrait::getElement as getObjectElement; + ObjectPropertyTrait::getElements as getObjectElements; + } + + /** + * @param string $property Object property name. + * @return bool True if property has been defined (can be null). + */ + protected function doHasProperty($property) + { + return $this->hasArrayProperty($property) || $this->hasObjectProperty($property); + } + + /** + * @param string $property Object property to be fetched. + * @param mixed $default Default value if property has not been set. + * @param bool $doCreate + * @return mixed Property value. + */ + protected function &doGetProperty($property, $default = null, $doCreate = false) + { + if ($this->hasObjectProperty($property)) { + return $this->getObjectProperty($property, $default, function ($default = null) use ($property) { + return $this->getArrayProperty($property, $default); + }); + } + + return $this->getArrayProperty($property, $default, $doCreate); + } + + /** + * @param string $property Object property to be updated. + * @param mixed $value New value. + * @return void + */ + protected function doSetProperty($property, $value) + { + if ($this->hasObjectProperty($property)) { + $this->setObjectProperty($property, $value); + } else { + $this->setArrayProperty($property, $value); + } + } + + /** + * @param string $property Object property to be unset. + * @return void + */ + protected function doUnsetProperty($property) + { + $this->hasObjectProperty($property) ? $this->unsetObjectProperty($property) : $this->unsetArrayProperty($property); + } + + /** + * @param string $property + * @param mixed|null $default + * @return mixed|null + */ + protected function getElement($property, $default = null) + { + if ($this->isPropertyLoaded($property)) { + return $this->getObjectElement($property, $default); + } + + return $this->getArrayElement($property, $default); + } + + /** + * @return array + */ + protected function getElements() + { + return $this->getObjectElements() + $this->getArrayElements(); + } +} diff --git a/system/src/Grav/Framework/Object/Property/MixedPropertyTrait.php b/system/src/Grav/Framework/Object/Property/MixedPropertyTrait.php new file mode 100644 index 0000000..3734760 --- /dev/null +++ b/system/src/Grav/Framework/Object/Property/MixedPropertyTrait.php @@ -0,0 +1,121 @@ +offsetLoad($offset, $value)` called first time object property gets accessed + * - `$this->offsetPrepare($offset, $value)` called on every object property set + * - `$this->offsetSerialize($offset, $value)` called when the raw or serialized object property value is needed + + * + * @package Grav\Framework\Object\Property + */ +trait MixedPropertyTrait +{ + use ArrayPropertyTrait, ObjectPropertyTrait { + ObjectPropertyTrait::__construct insteadof ArrayPropertyTrait; + ArrayPropertyTrait::doHasProperty as hasArrayProperty; + ArrayPropertyTrait::doGetProperty as getArrayProperty; + ArrayPropertyTrait::doSetProperty as setArrayProperty; + ArrayPropertyTrait::doUnsetProperty as unsetArrayProperty; + ArrayPropertyTrait::getElement as getArrayElement; + ArrayPropertyTrait::getElements as getArrayElements; + ArrayPropertyTrait::setElements as setArrayElements; + ObjectPropertyTrait::doHasProperty as hasObjectProperty; + ObjectPropertyTrait::doGetProperty as getObjectProperty; + ObjectPropertyTrait::doSetProperty as setObjectProperty; + ObjectPropertyTrait::doUnsetProperty as unsetObjectProperty; + ObjectPropertyTrait::getElement as getObjectElement; + ObjectPropertyTrait::getElements as getObjectElements; + ObjectPropertyTrait::setElements as setObjectElements; + } + + /** + * @param string $property Object property name. + * @return bool True if property has been defined (can be null). + */ + protected function doHasProperty($property) + { + return $this->hasArrayProperty($property) || $this->hasObjectProperty($property); + } + + /** + * @param string $property Object property to be fetched. + * @param mixed $default Default value if property has not been set. + * @param bool $doCreate + * @return mixed Property value. + */ + protected function &doGetProperty($property, $default = null, $doCreate = false) + { + if ($this->hasObjectProperty($property)) { + return $this->getObjectProperty($property); + } + + return $this->getArrayProperty($property, $default, $doCreate); + } + + /** + * @param string $property Object property to be updated. + * @param mixed $value New value. + * @return void + */ + protected function doSetProperty($property, $value) + { + $this->hasObjectProperty($property) + ? $this->setObjectProperty($property, $value) : $this->setArrayProperty($property, $value); + } + + /** + * @param string $property Object property to be unset. + * @return void + */ + protected function doUnsetProperty($property) + { + $this->hasObjectProperty($property) ? + $this->unsetObjectProperty($property) : $this->unsetArrayProperty($property); + } + + /** + * @param string $property + * @param mixed|null $default + * @return mixed|null + */ + protected function getElement($property, $default = null) + { + if ($this->hasObjectProperty($property)) { + return $this->getObjectElement($property, $default); + } + + return $this->getArrayElement($property, $default); + } + + /** + * @return array + */ + protected function getElements() + { + return $this->getObjectElements() + $this->getArrayElements(); + } + + /** + * @param array $elements + * @return void + */ + protected function setElements(array $elements) + { + $this->setObjectElements(array_intersect_key($elements, $this->_definedProperties)); + $this->setArrayElements(array_diff_key($elements, $this->_definedProperties)); + } +} diff --git a/system/src/Grav/Framework/Object/Property/ObjectPropertyTrait.php b/system/src/Grav/Framework/Object/Property/ObjectPropertyTrait.php new file mode 100644 index 0000000..618dbbd --- /dev/null +++ b/system/src/Grav/Framework/Object/Property/ObjectPropertyTrait.php @@ -0,0 +1,213 @@ +offsetLoad($offset, $value)` called first time object property gets accessed + * - `$this->offsetPrepare($offset, $value)` called on every object property set + * - `$this->offsetSerialize($offset, $value)` called when the raw or serialized object property value is needed + * + * @package Grav\Framework\Object\Property + */ +trait ObjectPropertyTrait +{ + /** @var array */ + private $_definedProperties; + + /** + * @param array $elements + * @param string|null $key + * @throws InvalidArgumentException + */ + public function __construct(array $elements = [], $key = null) + { + $this->initObjectProperties(); + $this->setElements($elements); + $this->setKey($key ?? ''); + } + + /** + * @param string $property Object property name. + * @return bool True if property has been loaded. + */ + protected function isPropertyLoaded($property) + { + return !empty($this->_definedProperties[$property]); + } + + /** + * @param string $offset + * @param mixed $value + * @return mixed + */ + protected function offsetLoad($offset, $value) + { + $methodName = "offsetLoad_{$offset}"; + + return method_exists($this, $methodName)? $this->{$methodName}($value) : $value; + } + + /** + * @param string $offset + * @param mixed $value + * @return mixed + */ + protected function offsetPrepare($offset, $value) + { + $methodName = "offsetPrepare_{$offset}"; + + return method_exists($this, $methodName) ? $this->{$methodName}($value) : $value; + } + + /** + * @param string $offset + * @param mixed $value + * @return mixed + */ + protected function offsetSerialize($offset, $value) + { + $methodName = "offsetSerialize_{$offset}"; + + return method_exists($this, $methodName) ? $this->{$methodName}($value) : $value; + } + + /** + * @param string $property Object property name. + * @return bool True if property has been defined (can be null). + */ + protected function doHasProperty($property) + { + return array_key_exists($property, $this->_definedProperties); + } + + /** + * @param string $property Object property to be fetched. + * @param mixed $default Default value if property has not been set. + * @param callable|bool $doCreate Set true to create variable. + * @return mixed Property value. + */ + protected function &doGetProperty($property, $default = null, $doCreate = false) + { + if (!array_key_exists($property, $this->_definedProperties)) { + throw new InvalidArgumentException("Property '{$property}' does not exist in the object!"); + } + + if (empty($this->_definedProperties[$property])) { + if ($doCreate === true) { + $this->_definedProperties[$property] = true; + $this->{$property} = null; + } elseif (is_callable($doCreate)) { + $this->_definedProperties[$property] = true; + $this->{$property} = $this->offsetLoad($property, $doCreate()); + } else { + return $default; + } + } + + return $this->{$property}; + } + + /** + * @param string $property Object property to be updated. + * @param mixed $value New value. + * @return void + * @throws InvalidArgumentException + */ + protected function doSetProperty($property, $value) + { + if (!array_key_exists($property, $this->_definedProperties)) { + throw new InvalidArgumentException("Property '{$property}' does not exist in the object!"); + } + + $this->_definedProperties[$property] = true; + $this->{$property} = $this->offsetPrepare($property, $value); + } + + /** + * @param string $property Object property to be unset. + * @return void + */ + protected function doUnsetProperty($property) + { + if (!array_key_exists($property, $this->_definedProperties)) { + return; + } + + $this->_definedProperties[$property] = false; + $this->{$property} = null; + } + + /** + * @return void + */ + protected function initObjectProperties() + { + $this->_definedProperties = []; + foreach (get_object_vars($this) as $property => $value) { + if ($property[0] !== '_') { + $this->_definedProperties[$property] = ($value !== null); + } + } + } + + /** + * @param string $property + * @param mixed|null $default + * @return mixed|null + */ + protected function getElement($property, $default = null) + { + if (empty($this->_definedProperties[$property])) { + return $default; + } + + return $this->offsetSerialize($property, $this->{$property}); + } + + /** + * @return array + */ + protected function getElements() + { + $properties = array_intersect_key(get_object_vars($this), array_filter($this->_definedProperties)); + + $elements = []; + foreach ($properties as $offset => $value) { + $serialized = $this->offsetSerialize($offset, $value); + if ($serialized !== null) { + $elements[$offset] = $this->offsetSerialize($offset, $value); + } + } + + return $elements; + } + + /** + * @param array $elements + * @return void + */ + protected function setElements(array $elements) + { + foreach ($elements as $property => $value) { + $this->setProperty($property, $value); + } + } +} diff --git a/system/src/Grav/Framework/Object/PropertyObject.php b/system/src/Grav/Framework/Object/PropertyObject.php new file mode 100644 index 0000000..b61d154 --- /dev/null +++ b/system/src/Grav/Framework/Object/PropertyObject.php @@ -0,0 +1,32 @@ + + */ +class PropertyObject implements NestedObjectInterface, ArrayAccess +{ + use ObjectTrait; + use ObjectPropertyTrait; + use NestedPropertyTrait; + use OverloadedPropertyTrait; + use NestedArrayAccessTrait; +} diff --git a/system/src/Grav/Framework/Pagination/AbstractPagination.php b/system/src/Grav/Framework/Pagination/AbstractPagination.php new file mode 100644 index 0000000..084fb1d --- /dev/null +++ b/system/src/Grav/Framework/Pagination/AbstractPagination.php @@ -0,0 +1,429 @@ + 'page', + 'limit' => 10, + 'display' => 5, + 'opening' => 0, + 'ending' => 0, + 'url' => null, + 'param' => null, + 'use_query_param' => false + ]; + /** @var array */ + private $items; + + /** + * @return bool + */ + public function isEnabled(): bool + { + return $this->count() > 1; + } + + /** + * @return array + */ + public function getOptions(): array + { + return $this->options; + } + + /** + * @return Route|null + */ + public function getRoute(): ?Route + { + return $this->route; + } + + /** + * @return int + */ + public function getTotalPages(): int + { + return $this->pages; + } + + /** + * @return int + */ + public function getPageNumber(): int + { + return $this->page ?? 1; + } + + /** + * @param int $count + * @return int|null + */ + public function getPrevNumber(int $count = 1): ?int + { + $page = $this->page - $count; + + return $page >= 1 ? $page : null; + } + + /** + * @param int $count + * @return int|null + */ + public function getNextNumber(int $count = 1): ?int + { + $page = $this->page + $count; + + return $page <= $this->pages ? $page : null; + } + + /** + * @param int $page + * @param string|null $label + * @return PaginationPage|null + */ + public function getPage(int $page, string $label = null): ?PaginationPage + { + if ($page < 1 || $page > $this->pages) { + return null; + } + + $start = ($page - 1) * $this->limit; + $type = $this->getOptions()['type']; + $param = $this->getOptions()['param']; + $useQuery = $this->getOptions()['use_query_param']; + if ($type === 'page') { + $param = $param ?? 'page'; + $offset = $page; + } else { + $param = $param ?? 'start'; + $offset = $start; + } + + if ($useQuery) { + $route = $this->route->withQueryParam($param, $offset); + } else { + $route = $this->route->withGravParam($param, $offset); + } + + return new PaginationPage( + [ + 'label' => $label ?? (string)$page, + 'number' => $page, + 'offset_start' => $start, + 'offset_end' => min($start + $this->limit, $this->total) - 1, + 'enabled' => $page !== $this->page || $this->viewAll, + 'active' => $page === $this->page, + 'route' => $route + ] + ); + } + + /** + * @param string|null $label + * @param int $count + * @return PaginationPage|null + */ + public function getFirstPage(string $label = null, int $count = 0): ?PaginationPage + { + return $this->getPage(1 + $count, $label ?? $this->getOptions()['label_first'] ?? null); + } + + /** + * @param string|null $label + * @param int $count + * @return PaginationPage|null + */ + public function getPrevPage(string $label = null, int $count = 1): ?PaginationPage + { + return $this->getPage($this->page - $count, $label ?? $this->getOptions()['label_prev'] ?? null); + } + + /** + * @param string|null $label + * @param int $count + * @return PaginationPage|null + */ + public function getNextPage(string $label = null, int $count = 1): ?PaginationPage + { + return $this->getPage($this->page + $count, $label ?? $this->getOptions()['label_next'] ?? null); + } + + /** + * @param string|null $label + * @param int $count + * @return PaginationPage|null + */ + public function getLastPage(string $label = null, int $count = 0): ?PaginationPage + { + return $this->getPage($this->pages - $count, $label ?? $this->getOptions()['label_last'] ?? null); + } + + /** + * @return int + */ + public function getStart(): int + { + return $this->start ?? 0; + } + + /** + * @return int + */ + public function getLimit(): int + { + return $this->limit; + } + + /** + * @return int + */ + public function getTotal(): int + { + return $this->total; + } + + /** + * @return int + */ + public function count(): int + { + $this->loadItems(); + + return count($this->items); + } + + /** + * @return ArrayIterator + * @phpstan-return ArrayIterator + */ + #[\ReturnTypeWillChange] + public function getIterator() + { + $this->loadItems(); + + return new ArrayIterator($this->items); + } + + /** + * @return array + */ + public function getPages(): array + { + $this->loadItems(); + + return $this->items; + } + + /** + * @return void + */ + protected function loadItems() + { + $this->calculateRange(); + + // Make list like: 1 ... 4 5 6 ... 10 + $range = range($this->pagesStart, $this->pagesStop); + //$range[] = 1; + //$range[] = $this->pages; + natsort($range); + $range = array_unique($range); + + $this->items = []; + foreach ($range as $i) { + $this->items[$i] = $this->getPage($i); + } + } + + /** + * @param Route $route + * @return $this + */ + protected function setRoute(Route $route) + { + $this->route = $route; + + return $this; + } + + /** + * @param array|null $options + * @return $this + */ + protected function setOptions(array $options = null) + { + $this->options = $options ? array_merge($this->defaultOptions, $options) : $this->defaultOptions; + + return $this; + } + + /** + * @param int|null $page + * @return $this + */ + protected function setPage(int $page = null) + { + $this->page = (int)max($page, 1); + $this->start = null; + + return $this; + } + + /** + * @param int|null $start + * @return $this + */ + protected function setStart(int $start = null) + { + $this->start = (int)max($start, 0); + $this->page = null; + + return $this; + } + + /** + * @param int|null $limit + * @return $this + */ + protected function setLimit(int $limit = null) + { + $this->limit = (int)max($limit ?? $this->getOptions()['limit'], 0); + + // No limit, display all records in a single page. + $this->viewAll = !$limit; + + return $this; + } + + /** + * @param int $total + * @return $this + */ + protected function setTotal(int $total) + { + $this->total = (int)max($total, 0); + + return $this; + } + + /** + * @param Route $route + * @param int $total + * @param int|null $pos + * @param int|null $limit + * @param array|null $options + * @return void + */ + protected function initialize(Route $route, int $total, int $pos = null, int $limit = null, array $options = null) + { + $this->setRoute($route); + $this->setOptions($options); + $this->setTotal($total); + if ($this->getOptions()['type'] === 'start') { + $this->setStart($pos); + } else { + $this->setPage($pos); + } + $this->setLimit($limit); + $this->calculateLimits(); + } + + /** + * @return void + */ + protected function calculateLimits() + { + $limit = $this->limit; + $total = $this->total; + + if (!$limit || $limit > $total) { + // All records fit into a single page. + $this->start = 0; + $this->page = 1; + $this->pages = 1; + + return; + } + + if (null === $this->start) { + // If we are using page, convert it to start. + $this->start = (int)(($this->page - 1) * $limit); + } + + if ($this->start > $total - $limit) { + // If start is greater than total count (i.e. we are asked to display records that don't exist) + // then set start to display the last natural page of results. + $this->start = (int)max(0, (ceil($total / $limit) - 1) * $limit); + } + + // Set the total pages and current page values. + $this->page = (int)ceil(($this->start + 1) / $limit); + $this->pages = (int)ceil($total / $limit); + } + + /** + * @return void + */ + protected function calculateRange() + { + $options = $this->getOptions(); + $displayed = $options['display']; + $opening = $options['opening']; + $ending = $options['ending']; + + // Set the pagination iteration loop values. + $this->pagesStart = $this->page - (int)($displayed / 2); + if ($this->pagesStart < 1 + $opening) { + $this->pagesStart = 1 + $opening; + } + if ($this->pagesStart + $displayed - $opening > $this->pages) { + $this->pagesStop = $this->pages; + if ($this->pages < $displayed) { + $this->pagesStart = 1 + $opening; + } else { + $this->pagesStart = $this->pages - $displayed + 1 + $opening; + } + } else { + $this->pagesStop = (int)max(1, $this->pagesStart + $displayed - 1 - $ending); + } + } +} diff --git a/system/src/Grav/Framework/Pagination/AbstractPaginationPage.php b/system/src/Grav/Framework/Pagination/AbstractPaginationPage.php new file mode 100644 index 0000000..9a61060 --- /dev/null +++ b/system/src/Grav/Framework/Pagination/AbstractPaginationPage.php @@ -0,0 +1,78 @@ +options['active'] ?? false; + } + + /** + * @return bool + */ + public function isEnabled(): bool + { + return $this->options['enabled'] ?? false; + } + + /** + * @return array + */ + public function getOptions(): array + { + return $this->options; + } + + /** + * @return int|null + */ + public function getNumber(): ?int + { + return $this->options['number'] ?? null; + } + + /** + * @return string + */ + public function getLabel(): string + { + return $this->options['label'] ?? (string)$this->getNumber(); + } + + /** + * @return string|null + */ + public function getUrl(): ?string + { + return $this->options['route'] ? (string)$this->options['route']->getUri() : null; + } + + /** + * @param array $options + */ + protected function setOptions(array $options): void + { + $this->options = $options; + } +} diff --git a/system/src/Grav/Framework/Pagination/Interfaces/PaginationInterface.php b/system/src/Grav/Framework/Pagination/Interfaces/PaginationInterface.php new file mode 100644 index 0000000..b329c53 --- /dev/null +++ b/system/src/Grav/Framework/Pagination/Interfaces/PaginationInterface.php @@ -0,0 +1,104 @@ + + */ +interface PaginationInterface extends Countable, IteratorAggregate +{ + /** + * @return int + */ + public function getTotalPages(): int; + + /** + * @return int + */ + public function getPageNumber(): int; + + /** + * @param int $count + * @return int|null + */ + public function getPrevNumber(int $count = 1): ?int; + + /** + * @param int $count + * @return int|null + */ + public function getNextNumber(int $count = 1): ?int; + + /** + * @return int + */ + public function getStart(): int; + + /** + * @return int + */ + public function getLimit(): int; + + /** + * @return int + */ + public function getTotal(): int; + + /** + * @return int + */ + public function count(): int; + + /** + * @return array + */ + public function getOptions(): array; + + /** + * @param int $page + * @param string|null $label + * @return PaginationPage|null + */ + public function getPage(int $page, string $label = null): ?PaginationPage; + + /** + * @param string|null $label + * @param int $count + * @return PaginationPage|null + */ + public function getFirstPage(string $label = null, int $count = 0): ?PaginationPage; + + /** + * @param string|null $label + * @param int $count + * @return PaginationPage|null + */ + public function getPrevPage(string $label = null, int $count = 1): ?PaginationPage; + + /** + * @param string|null $label + * @param int $count + * @return PaginationPage|null + */ + public function getNextPage(string $label = null, int $count = 1): ?PaginationPage; + + /** + * @param string|null $label + * @param int $count + * @return PaginationPage|null + */ + public function getLastPage(string $label = null, int $count = 0): ?PaginationPage; +} diff --git a/system/src/Grav/Framework/Pagination/Interfaces/PaginationPageInterface.php b/system/src/Grav/Framework/Pagination/Interfaces/PaginationPageInterface.php new file mode 100644 index 0000000..082f292 --- /dev/null +++ b/system/src/Grav/Framework/Pagination/Interfaces/PaginationPageInterface.php @@ -0,0 +1,47 @@ +initialize($route, $total, $pos, $limit, $options); + } +} diff --git a/system/src/Grav/Framework/Pagination/PaginationPage.php b/system/src/Grav/Framework/Pagination/PaginationPage.php new file mode 100644 index 0000000..0a04b6a --- /dev/null +++ b/system/src/Grav/Framework/Pagination/PaginationPage.php @@ -0,0 +1,26 @@ +setOptions($options); + } +} diff --git a/system/src/Grav/Framework/Psr7/AbstractUri.php b/system/src/Grav/Framework/Psr7/AbstractUri.php new file mode 100644 index 0000000..f009135 --- /dev/null +++ b/system/src/Grav/Framework/Psr7/AbstractUri.php @@ -0,0 +1,412 @@ + 80, + 'https' => 443 + ]; + + /** @var string Uri scheme. */ + private $scheme = ''; + /** @var string Uri user. */ + private $user = ''; + /** @var string Uri password. */ + private $password = ''; + /** @var string Uri host. */ + private $host = ''; + /** @var int|null Uri port. */ + private $port; + /** @var string Uri path. */ + private $path = ''; + /** @var string Uri query string (without ?). */ + private $query = ''; + /** @var string Uri fragment (without #). */ + private $fragment = ''; + + /** + * Please define constructor which calls $this->init(). + */ + abstract public function __construct(); + + /** + * @inheritdoc + */ + public function getScheme() + { + return $this->scheme; + } + + /** + * @inheritdoc + */ + public function getAuthority() + { + $authority = $this->host; + + $userInfo = $this->getUserInfo(); + if ($userInfo !== '') { + $authority = $userInfo . '@' . $authority; + } + + if ($this->port !== null) { + $authority .= ':' . $this->port; + } + + return $authority; + } + + /** + * @inheritdoc + */ + public function getUserInfo() + { + $userInfo = $this->user; + + if ($this->password !== '') { + $userInfo .= ':' . $this->password; + } + + return $userInfo; + } + + /** + * @inheritdoc + */ + public function getHost() + { + return $this->host; + } + + /** + * @inheritdoc + */ + public function getPort() + { + return $this->port; + } + + /** + * @inheritdoc + */ + public function getPath() + { + return $this->path; + } + + /** + * @inheritdoc + */ + public function getQuery() + { + return $this->query; + } + + /** + * @inheritdoc + */ + public function getFragment() + { + return $this->fragment; + } + + /** + * @inheritdoc + */ + public function withScheme($scheme) + { + $scheme = UriPartsFilter::filterScheme($scheme); + + if ($this->scheme === $scheme) { + return $this; + } + + $new = clone $this; + $new->scheme = $scheme; + $new->unsetDefaultPort(); + $new->validate(); + + return $new; + } + + /** + * @inheritdoc + * @throws InvalidArgumentException + */ + public function withUserInfo($user, $password = null) + { + $user = UriPartsFilter::filterUserInfo($user); + $password = UriPartsFilter::filterUserInfo($password ?? ''); + + if ($this->user === $user && $this->password === $password) { + return $this; + } + + $new = clone $this; + $new->user = $user; + $new->password = $user !== '' ? $password : ''; + $new->validate(); + + return $new; + } + + /** + * @inheritdoc + */ + public function withHost($host) + { + $host = UriPartsFilter::filterHost($host); + + if ($this->host === $host) { + return $this; + } + + $new = clone $this; + $new->host = $host; + $new->validate(); + + return $new; + } + + /** + * @inheritdoc + */ + public function withPort($port) + { + $port = UriPartsFilter::filterPort($port); + + if ($this->port === $port) { + return $this; + } + + $new = clone $this; + $new->port = $port; + $new->unsetDefaultPort(); + $new->validate(); + + return $new; + } + + /** + * @inheritdoc + */ + public function withPath($path) + { + $path = UriPartsFilter::filterPath($path); + + if ($this->path === $path) { + return $this; + } + + $new = clone $this; + $new->path = $path; + $new->validate(); + + return $new; + } + + /** + * @inheritdoc + */ + public function withQuery($query) + { + $query = UriPartsFilter::filterQueryOrFragment($query); + + if ($this->query === $query) { + return $this; + } + + $new = clone $this; + $new->query = $query; + + return $new; + } + + /** + * @inheritdoc + * @throws InvalidArgumentException + */ + public function withFragment($fragment) + { + $fragment = UriPartsFilter::filterQueryOrFragment($fragment); + + if ($this->fragment === $fragment) { + return $this; + } + + $new = clone $this; + $new->fragment = $fragment; + + return $new; + } + + /** + * @return string + */ + #[\ReturnTypeWillChange] + public function __toString() + { + return $this->getUrl(); + } + + /** + * @return array + */ + protected function getParts() + { + return [ + 'scheme' => $this->scheme, + 'host' => $this->host, + 'port' => $this->port, + 'user' => $this->user, + 'pass' => $this->password, + 'path' => $this->path, + 'query' => $this->query, + 'fragment' => $this->fragment + ]; + } + + /** + * Return the fully qualified base URL ( like http://getgrav.org ). + * + * Note that this method never includes a trailing / + * + * @return string + */ + protected function getBaseUrl() + { + $uri = ''; + + $scheme = $this->getScheme(); + if ($scheme !== '') { + $uri .= $scheme . ':'; + } + + $authority = $this->getAuthority(); + if ($authority !== '' || $scheme === 'file') { + $uri .= '//' . $authority; + } + + return $uri; + } + + /** + * @return string + */ + protected function getUrl() + { + $uri = $this->getBaseUrl() . $this->getPath(); + + $query = $this->getQuery(); + if ($query !== '') { + $uri .= '?' . $query; + } + + $fragment = $this->getFragment(); + if ($fragment !== '') { + $uri .= '#' . $fragment; + } + + return $uri; + } + + /** + * @return string + */ + protected function getUser() + { + return $this->user; + } + + /** + * @return string + */ + protected function getPassword() + { + return $this->password; + } + + /** + * @param array $parts + * @return void + * @throws InvalidArgumentException + */ + protected function initParts(array $parts) + { + $this->scheme = isset($parts['scheme']) ? UriPartsFilter::filterScheme($parts['scheme']) : ''; + $this->user = isset($parts['user']) ? UriPartsFilter::filterUserInfo($parts['user']) : ''; + $this->password = isset($parts['pass']) ? UriPartsFilter::filterUserInfo($parts['pass']) : ''; + $this->host = isset($parts['host']) ? UriPartsFilter::filterHost($parts['host']) : ''; + $this->port = isset($parts['port']) ? UriPartsFilter::filterPort((int)$parts['port']) : null; + $this->path = isset($parts['path']) ? UriPartsFilter::filterPath($parts['path']) : ''; + $this->query = isset($parts['query']) ? UriPartsFilter::filterQueryOrFragment($parts['query']) : ''; + $this->fragment = isset($parts['fragment']) ? UriPartsFilter::filterQueryOrFragment($parts['fragment']) : ''; + + $this->unsetDefaultPort(); + $this->validate(); + } + + /** + * @return void + * @throws InvalidArgumentException + */ + private function validate() + { + if ($this->host === '' && ($this->scheme === 'http' || $this->scheme === 'https')) { + throw new InvalidArgumentException('Uri with a scheme must have a host'); + } + + if ($this->getAuthority() === '') { + if (0 === strpos($this->path, '//')) { + throw new InvalidArgumentException('The path of a URI without an authority must not start with two slashes \'//\''); + } + if ($this->scheme === '' && false !== strpos(explode('/', $this->path, 2)[0], ':')) { + throw new InvalidArgumentException('A relative URI must not have a path beginning with a segment containing a colon'); + } + } elseif (isset($this->path[0]) && $this->path[0] !== '/') { + throw new InvalidArgumentException('The path of a URI with an authority must start with a slash \'/\' or be empty'); + } + } + + /** + * @return bool + */ + protected function isDefaultPort() + { + $scheme = $this->scheme; + $port = $this->port; + + return $this->port === null + || (isset(static::$defaultPorts[$scheme]) && $port === static::$defaultPorts[$scheme]); + } + + /** + * @return void + */ + private function unsetDefaultPort() + { + if ($this->isDefaultPort()) { + $this->port = null; + } + } +} diff --git a/system/src/Grav/Framework/Psr7/Request.php b/system/src/Grav/Framework/Psr7/Request.php new file mode 100644 index 0000000..ced441f --- /dev/null +++ b/system/src/Grav/Framework/Psr7/Request.php @@ -0,0 +1,34 @@ +message = new \Nyholm\Psr7\Request($method, $uri, $headers, $body, $version); + } +} diff --git a/system/src/Grav/Framework/Psr7/Response.php b/system/src/Grav/Framework/Psr7/Response.php new file mode 100644 index 0000000..4126ff8 --- /dev/null +++ b/system/src/Grav/Framework/Psr7/Response.php @@ -0,0 +1,265 @@ +message = new \Nyholm\Psr7\Response($status, $headers, $body, $version, $reason); + } + + /** + * Json. + * + * Note: This method is not part of the PSR-7 standard. + * + * This method prepares the response object to return an HTTP Json + * response to the client. + * + * @param mixed $data The data + * @param int|null $status The HTTP status code. + * @param int $options Json encoding options + * @param int $depth Json encoding max depth + * @return static + * @phpstan-param positive-int $depth + */ + public function withJson($data, int $status = null, int $options = 0, int $depth = 512): ResponseInterface + { + $json = (string) json_encode($data, $options, $depth); + + if (json_last_error() !== JSON_ERROR_NONE) { + throw new RuntimeException(json_last_error_msg(), json_last_error()); + } + + $response = $this->getResponse() + ->withHeader('Content-Type', 'application/json;charset=utf-8') + ->withBody(new Stream($json)); + + if ($status !== null) { + $response = $response->withStatus($status); + } + + $new = clone $this; + $new->message = $response; + + return $new; + } + + /** + * Redirect. + * + * Note: This method is not part of the PSR-7 standard. + * + * This method prepares the response object to return an HTTP Redirect + * response to the client. + * + * @param string $url The redirect destination. + * @param int|null $status The redirect HTTP status code. + * @return static + */ + public function withRedirect(string $url, $status = null): ResponseInterface + { + $response = $this->getResponse()->withHeader('Location', $url); + + if ($status === null) { + $status = 302; + } + + $new = clone $this; + $new->message = $response->withStatus($status); + + return $new; + } + + /** + * Is this response empty? + * + * Note: This method is not part of the PSR-7 standard. + * + * @return bool + */ + public function isEmpty(): bool + { + return in_array($this->getResponse()->getStatusCode(), [204, 205, 304], true); + } + + + /** + * Is this response OK? + * + * Note: This method is not part of the PSR-7 standard. + * + * @return bool + */ + public function isOk(): bool + { + return $this->getResponse()->getStatusCode() === 200; + } + + /** + * Is this response a redirect? + * + * Note: This method is not part of the PSR-7 standard. + * + * @return bool + */ + public function isRedirect(): bool + { + return in_array($this->getResponse()->getStatusCode(), [301, 302, 303, 307, 308], true); + } + + /** + * Is this response forbidden? + * + * Note: This method is not part of the PSR-7 standard. + * + * @return bool + * @api + */ + public function isForbidden(): bool + { + return $this->getResponse()->getStatusCode() === 403; + } + + /** + * Is this response not Found? + * + * Note: This method is not part of the PSR-7 standard. + * + * @return bool + */ + public function isNotFound(): bool + { + return $this->getResponse()->getStatusCode() === 404; + } + + /** + * Is this response informational? + * + * Note: This method is not part of the PSR-7 standard. + * + * @return bool + */ + public function isInformational(): bool + { + $response = $this->getResponse(); + + return $response->getStatusCode() >= 100 && $response->getStatusCode() < 200; + } + + /** + * Is this response successful? + * + * Note: This method is not part of the PSR-7 standard. + * + * @return bool + */ + public function isSuccessful(): bool + { + $response = $this->getResponse(); + + return $response->getStatusCode() >= 200 && $response->getStatusCode() < 300; + } + + /** + * Is this response a redirection? + * + * Note: This method is not part of the PSR-7 standard. + * + * @return bool + */ + public function isRedirection(): bool + { + $response = $this->getResponse(); + + return $response->getStatusCode() >= 300 && $response->getStatusCode() < 400; + } + + /** + * Is this response a client error? + * + * Note: This method is not part of the PSR-7 standard. + * + * @return bool + */ + public function isClientError(): bool + { + $response = $this->getResponse(); + + return $response->getStatusCode() >= 400 && $response->getStatusCode() < 500; + } + + /** + * Is this response a server error? + * + * Note: This method is not part of the PSR-7 standard. + * + * @return bool + */ + public function isServerError(): bool + { + $response = $this->getResponse(); + + return $response->getStatusCode() >= 500 && $response->getStatusCode() < 600; + } + + /** + * Convert response to string. + * + * Note: This method is not part of the PSR-7 standard. + * + * @return string + */ + public function __toString(): string + { + $response = $this->getResponse(); + $output = sprintf( + 'HTTP/%s %s %s%s', + $response->getProtocolVersion(), + $response->getStatusCode(), + $response->getReasonPhrase(), + self::EOL + ); + + foreach ($response->getHeaders() as $name => $values) { + $output .= sprintf('%s: %s', $name, $response->getHeaderLine($name)) . self::EOL; + } + + $output .= self::EOL; + $output .= $response->getBody(); + + return $output; + } +} diff --git a/system/src/Grav/Framework/Psr7/ServerRequest.php b/system/src/Grav/Framework/Psr7/ServerRequest.php new file mode 100644 index 0000000..79f273b --- /dev/null +++ b/system/src/Grav/Framework/Psr7/ServerRequest.php @@ -0,0 +1,364 @@ +message = new \Nyholm\Psr7\ServerRequest($method, $uri, $headers, $body, $version, $serverParams); + } + + /** + * Get serverRequest content character set, if known. + * + * Note: This method is not part of the PSR-7 standard. + * + * @return string|null + */ + public function getContentCharset(): ?string + { + $mediaTypeParams = $this->getMediaTypeParams(); + + if (isset($mediaTypeParams['charset'])) { + return $mediaTypeParams['charset']; + } + + return null; + } + + /** + * Get serverRequest content type. + * + * Note: This method is not part of the PSR-7 standard. + * + * @return string|null The serverRequest content type, if known + */ + public function getContentType(): ?string + { + $result = $this->getRequest()->getHeader('Content-Type'); + + return $result ? $result[0] : null; + } + + /** + * Get serverRequest content length, if known. + * + * Note: This method is not part of the PSR-7 standard. + * + * @return int|null + */ + public function getContentLength(): ?int + { + $result = $this->getRequest()->getHeader('Content-Length'); + + return $result ? (int) $result[0] : null; + } + + /** + * Fetch cookie value from cookies sent by the client to the server. + * + * Note: This method is not part of the PSR-7 standard. + * + * @param string $key The attribute name. + * @param mixed $default Default value to return if the attribute does not exist. + * + * @return mixed + */ + public function getCookieParam($key, $default = null) + { + $cookies = $this->getRequest()->getCookieParams(); + + return $cookies[$key] ?? $default; + } + + /** + * Get serverRequest media type, if known. + * + * Note: This method is not part of the PSR-7 standard. + * + * @return string|null The serverRequest media type, minus content-type params + */ + public function getMediaType(): ?string + { + $contentType = $this->getContentType(); + + if ($contentType) { + $contentTypeParts = preg_split('/\s*[;,]\s*/', $contentType); + if ($contentTypeParts === false) { + return null; + } + return strtolower($contentTypeParts[0]); + } + + return null; + } + + /** + * Get serverRequest media type params, if known. + * + * Note: This method is not part of the PSR-7 standard. + * + * @return mixed[] + */ + public function getMediaTypeParams(): array + { + $contentType = $this->getContentType(); + $contentTypeParams = []; + + if ($contentType) { + $contentTypeParts = preg_split('/\s*[;,]\s*/', $contentType); + if ($contentTypeParts !== false) { + $contentTypePartsLength = count($contentTypeParts); + for ($i = 1; $i < $contentTypePartsLength; $i++) { + $paramParts = explode('=', $contentTypeParts[$i]); + $contentTypeParams[strtolower($paramParts[0])] = $paramParts[1]; + } + } + } + + return $contentTypeParams; + } + + /** + * Fetch serverRequest parameter value from body or query string (in that order). + * + * Note: This method is not part of the PSR-7 standard. + * + * @param string $key The parameter key. + * @param string|null $default The default value. + * + * @return mixed The parameter value. + */ + public function getParam($key, $default = null) + { + $postParams = $this->getParsedBody(); + $getParams = $this->getQueryParams(); + $result = $default; + + if (is_array($postParams) && isset($postParams[$key])) { + $result = $postParams[$key]; + } elseif (is_object($postParams) && property_exists($postParams, $key)) { + $result = $postParams->$key; + } elseif (isset($getParams[$key])) { + $result = $getParams[$key]; + } + + return $result; + } + + /** + * Fetch associative array of body and query string parameters. + * + * Note: This method is not part of the PSR-7 standard. + * + * @return mixed[] + */ + public function getParams(): array + { + $params = $this->getQueryParams(); + $postParams = $this->getParsedBody(); + + if ($postParams) { + $params = array_merge($params, (array)$postParams); + } + + return $params; + } + + /** + * Fetch parameter value from serverRequest body. + * + * Note: This method is not part of the PSR-7 standard. + * + * @param string $key + * @param mixed $default + * + * @return mixed + */ + public function getParsedBodyParam($key, $default = null) + { + $postParams = $this->getParsedBody(); + $result = $default; + + if (is_array($postParams) && isset($postParams[$key])) { + $result = $postParams[$key]; + } elseif (is_object($postParams) && property_exists($postParams, $key)) { + $result = $postParams->{$key}; + } + + return $result; + } + + /** + * Fetch parameter value from query string. + * + * Note: This method is not part of the PSR-7 standard. + * + * @param string $key + * @param mixed $default + * + * @return mixed + */ + public function getQueryParam($key, $default = null) + { + $getParams = $this->getQueryParams(); + + return $getParams[$key] ?? $default; + } + + /** + * Retrieve a server parameter. + * + * Note: This method is not part of the PSR-7 standard. + * + * @param string $key + * @param mixed $default + * @return mixed + */ + public function getServerParam($key, $default = null) + { + $serverParams = $this->getRequest()->getServerParams(); + + return $serverParams[$key] ?? $default; + } + + /** + * Does this serverRequest use a given method? + * + * Note: This method is not part of the PSR-7 standard. + * + * @param string $method HTTP method + * @return bool + */ + public function isMethod($method): bool + { + return $this->getRequest()->getMethod() === $method; + } + + /** + * Is this a DELETE serverRequest? + * + * Note: This method is not part of the PSR-7 standard. + * + * @return bool + */ + public function isDelete(): bool + { + return $this->isMethod('DELETE'); + } + + /** + * Is this a GET serverRequest? + * + * Note: This method is not part of the PSR-7 standard. + * + * @return bool + */ + public function isGet(): bool + { + return $this->isMethod('GET'); + } + + /** + * Is this a HEAD serverRequest? + * + * Note: This method is not part of the PSR-7 standard. + * + * @return bool + */ + public function isHead(): bool + { + return $this->isMethod('HEAD'); + } + + /** + * Is this a OPTIONS serverRequest? + * + * Note: This method is not part of the PSR-7 standard. + * + * @return bool + */ + public function isOptions(): bool + { + return $this->isMethod('OPTIONS'); + } + + /** + * Is this a PATCH serverRequest? + * + * Note: This method is not part of the PSR-7 standard. + * + * @return bool + */ + public function isPatch(): bool + { + return $this->isMethod('PATCH'); + } + + /** + * Is this a POST serverRequest? + * + * Note: This method is not part of the PSR-7 standard. + * + * @return bool + */ + public function isPost(): bool + { + return $this->isMethod('POST'); + } + + /** + * Is this a PUT serverRequest? + * + * Note: This method is not part of the PSR-7 standard. + * + * @return bool + */ + public function isPut(): bool + { + return $this->isMethod('PUT'); + } + + /** + * Is this an XHR serverRequest? + * + * Note: This method is not part of the PSR-7 standard. + * + * @return bool + */ + public function isXhr(): bool + { + return $this->getRequest()->getHeaderLine('X-Requested-With') === 'XMLHttpRequest'; + } +} diff --git a/system/src/Grav/Framework/Psr7/Stream.php b/system/src/Grav/Framework/Psr7/Stream.php new file mode 100644 index 0000000..abed632 --- /dev/null +++ b/system/src/Grav/Framework/Psr7/Stream.php @@ -0,0 +1,43 @@ +stream = \Nyholm\Psr7\Stream::create($body); + } +} diff --git a/system/src/Grav/Framework/Psr7/Traits/MessageDecoratorTrait.php b/system/src/Grav/Framework/Psr7/Traits/MessageDecoratorTrait.php new file mode 100644 index 0000000..1eb1d2e --- /dev/null +++ b/system/src/Grav/Framework/Psr7/Traits/MessageDecoratorTrait.php @@ -0,0 +1,140 @@ + + */ +trait MessageDecoratorTrait +{ + /** @var MessageInterface */ + private $message; + + /** + * Returns the decorated message. + * + * Since the underlying Message is immutable as well + * exposing it is not an issue, because it's state cannot be altered + * + * @return MessageInterface + */ + public function getMessage(): MessageInterface + { + return $this->message; + } + + /** + * {@inheritdoc} + */ + public function getProtocolVersion(): string + { + return $this->message->getProtocolVersion(); + } + + /** + * {@inheritdoc} + */ + public function withProtocolVersion($version): self + { + $new = clone $this; + $new->message = $this->message->withProtocolVersion($version); + + return $new; + } + + /** + * {@inheritdoc} + */ + public function getHeaders(): array + { + return $this->message->getHeaders(); + } + + /** + * {@inheritdoc} + */ + public function hasHeader($header): bool + { + return $this->message->hasHeader($header); + } + + /** + * {@inheritdoc} + */ + public function getHeader($header): array + { + return $this->message->getHeader($header); + } + + /** + * {@inheritdoc} + */ + public function getHeaderLine($header): string + { + return $this->message->getHeaderLine($header); + } + + /** + * {@inheritdoc} + */ + public function getBody(): StreamInterface + { + return $this->message->getBody(); + } + + /** + * {@inheritdoc} + */ + public function withHeader($header, $value): self + { + $new = clone $this; + $new->message = $this->message->withHeader($header, $value); + + return $new; + } + + /** + * {@inheritdoc} + */ + public function withAddedHeader($header, $value): self + { + $new = clone $this; + $new->message = $this->message->withAddedHeader($header, $value); + + return $new; + } + + /** + * {@inheritdoc} + */ + public function withoutHeader($header): self + { + $new = clone $this; + $new->message = $this->message->withoutHeader($header); + + return $new; + } + + /** + * {@inheritdoc} + */ + public function withBody(StreamInterface $body): self + { + $new = clone $this; + $new->message = $this->message->withBody($body); + + return $new; + } +} diff --git a/system/src/Grav/Framework/Psr7/Traits/RequestDecoratorTrait.php b/system/src/Grav/Framework/Psr7/Traits/RequestDecoratorTrait.php new file mode 100644 index 0000000..8f97065 --- /dev/null +++ b/system/src/Grav/Framework/Psr7/Traits/RequestDecoratorTrait.php @@ -0,0 +1,112 @@ + + */ +trait RequestDecoratorTrait +{ + use MessageDecoratorTrait { + getMessage as private; + } + + /** + * Returns the decorated request. + * + * Since the underlying Request is immutable as well + * exposing it is not an issue, because it's state cannot be altered + * + * @return RequestInterface + */ + public function getRequest(): RequestInterface + { + /** @var RequestInterface $message */ + $message = $this->getMessage(); + + return $message; + } + + /** + * Exchanges the underlying request with another. + * + * @param RequestInterface $request + * @return self + */ + public function withRequest(RequestInterface $request): self + { + $new = clone $this; + $new->message = $request; + + return $new; + } + + /** + * {@inheritdoc} + */ + public function getRequestTarget(): string + { + return $this->getRequest()->getRequestTarget(); + } + + /** + * {@inheritdoc} + */ + public function withRequestTarget($requestTarget): self + { + $new = clone $this; + $new->message = $this->getRequest()->withRequestTarget($requestTarget); + + return $new; + } + + /** + * {@inheritdoc} + */ + public function getMethod(): string + { + return $this->getRequest()->getMethod(); + } + + /** + * {@inheritdoc} + */ + public function withMethod($method): self + { + $new = clone $this; + $new->message = $this->getRequest()->withMethod($method); + + return $new; + } + + /** + * {@inheritdoc} + */ + public function getUri(): UriInterface + { + return $this->getRequest()->getUri(); + } + + /** + * {@inheritdoc} + */ + public function withUri(UriInterface $uri, $preserveHost = false): self + { + $new = clone $this; + $new->message = $this->getRequest()->withUri($uri, $preserveHost); + + return $new; + } +} diff --git a/system/src/Grav/Framework/Psr7/Traits/ResponseDecoratorTrait.php b/system/src/Grav/Framework/Psr7/Traits/ResponseDecoratorTrait.php new file mode 100644 index 0000000..cb8ec98 --- /dev/null +++ b/system/src/Grav/Framework/Psr7/Traits/ResponseDecoratorTrait.php @@ -0,0 +1,82 @@ + + */ +trait ResponseDecoratorTrait +{ + use MessageDecoratorTrait { + getMessage as private; + } + + /** + * Returns the decorated response. + * + * Since the underlying Response is immutable as well + * exposing it is not an issue, because it's state cannot be altered + * + * @return ResponseInterface + */ + public function getResponse(): ResponseInterface + { + /** @var ResponseInterface $message */ + $message = $this->getMessage(); + + return $message; + } + + /** + * Exchanges the underlying response with another. + * + * @param ResponseInterface $response + * + * @return self + */ + public function withResponse(ResponseInterface $response): self + { + $new = clone $this; + $new->message = $response; + + return $new; + } + + /** + * {@inheritdoc} + */ + public function getStatusCode(): int + { + return $this->getResponse()->getStatusCode(); + } + + /** + * {@inheritdoc} + */ + public function withStatus($code, $reasonPhrase = ''): self + { + $new = clone $this; + $new->message = $this->getResponse()->withStatus($code, $reasonPhrase); + + return $new; + } + + /** + * {@inheritdoc} + */ + public function getReasonPhrase(): string + { + return $this->getResponse()->getReasonPhrase(); + } +} diff --git a/system/src/Grav/Framework/Psr7/Traits/ServerRequestDecoratorTrait.php b/system/src/Grav/Framework/Psr7/Traits/ServerRequestDecoratorTrait.php new file mode 100644 index 0000000..82acc68 --- /dev/null +++ b/system/src/Grav/Framework/Psr7/Traits/ServerRequestDecoratorTrait.php @@ -0,0 +1,176 @@ +getMessage(); + + return $message; + } + + /** + * @inheritdoc + */ + public function getAttribute($name, $default = null) + { + return $this->getRequest()->getAttribute($name, $default); + } + + /** + * @inheritdoc + */ + public function getAttributes() + { + return $this->getRequest()->getAttributes(); + } + + + /** + * @inheritdoc + */ + public function getCookieParams() + { + return $this->getRequest()->getCookieParams(); + } + + /** + * @inheritdoc + */ + public function getParsedBody() + { + return $this->getRequest()->getParsedBody(); + } + + /** + * @inheritdoc + */ + public function getQueryParams() + { + return $this->getRequest()->getQueryParams(); + } + + /** + * @inheritdoc + */ + public function getServerParams() + { + return $this->getRequest()->getServerParams(); + } + + /** + * @inheritdoc + */ + public function getUploadedFiles() + { + return $this->getRequest()->getUploadedFiles(); + } + + /** + * @inheritdoc + */ + public function withAttribute($name, $value) + { + $new = clone $this; + $new->message = $this->getRequest()->withAttribute($name, $value); + + return $new; + } + + /** + * @param array $attributes + * @return ServerRequestInterface + */ + public function withAttributes(array $attributes) + { + $new = clone $this; + foreach ($attributes as $attribute => $value) { + $new->message = $new->withAttribute($attribute, $value); + } + + return $new; + } + + /** + * @inheritdoc + */ + public function withoutAttribute($name) + { + $new = clone $this; + $new->message = $this->getRequest()->withoutAttribute($name); + + return $new; + } + + /** + * @inheritdoc + */ + public function withCookieParams(array $cookies) + { + $new = clone $this; + $new->message = $this->getRequest()->withCookieParams($cookies); + + return $new; + } + + /** + * @inheritdoc + */ + public function withParsedBody($data) + { + $new = clone $this; + $new->message = $this->getRequest()->withParsedBody($data); + + return $new; + } + + /** + * @inheritdoc + */ + public function withQueryParams(array $query) + { + $new = clone $this; + $new->message = $this->getRequest()->withQueryParams($query); + + return $new; + } + + /** + * @inheritdoc + */ + public function withUploadedFiles(array $uploadedFiles) + { + $new = clone $this; + $new->message = $this->getRequest()->withUploadedFiles($uploadedFiles); + + return $new; + } +} diff --git a/system/src/Grav/Framework/Psr7/Traits/StreamDecoratorTrait.php b/system/src/Grav/Framework/Psr7/Traits/StreamDecoratorTrait.php new file mode 100644 index 0000000..a093732 --- /dev/null +++ b/system/src/Grav/Framework/Psr7/Traits/StreamDecoratorTrait.php @@ -0,0 +1,153 @@ +stream->__toString(); + } + + /** + * @return void + */ + #[\ReturnTypeWillChange] + public function __destruct() + { + $this->stream->close(); + } + + /** + * {@inheritdoc} + */ + public function close(): void + { + $this->stream->close(); + } + + /** + * {@inheritdoc} + */ + public function detach() + { + return $this->stream->detach(); + } + + /** + * {@inheritdoc} + */ + public function getSize(): ?int + { + return $this->stream->getSize(); + } + + /** + * {@inheritdoc} + */ + public function tell(): int + { + return $this->stream->tell(); + } + + /** + * {@inheritdoc} + */ + public function eof(): bool + { + return $this->stream->eof(); + } + + /** + * {@inheritdoc} + */ + public function isSeekable(): bool + { + return $this->stream->isSeekable(); + } + + /** + * {@inheritdoc} + */ + public function seek($offset, $whence = \SEEK_SET): void + { + $this->stream->seek($offset, $whence); + } + + /** + * {@inheritdoc} + */ + public function rewind(): void + { + $this->stream->rewind(); + } + + /** + * {@inheritdoc} + */ + public function isWritable(): bool + { + return $this->stream->isWritable(); + } + + /** + * {@inheritdoc} + */ + public function write($string): int + { + return $this->stream->write($string); + } + + /** + * {@inheritdoc} + */ + public function isReadable(): bool + { + return $this->stream->isReadable(); + } + + /** + * {@inheritdoc} + */ + public function read($length): string + { + return $this->stream->read($length); + } + + /** + * {@inheritdoc} + */ + public function getContents(): string + { + return $this->stream->getContents(); + } + + /** + * {@inheritdoc} + */ + public function getMetadata($key = null) + { + return $this->stream->getMetadata($key); + } +} diff --git a/system/src/Grav/Framework/Psr7/Traits/UploadedFileDecoratorTrait.php b/system/src/Grav/Framework/Psr7/Traits/UploadedFileDecoratorTrait.php new file mode 100644 index 0000000..0bd835d --- /dev/null +++ b/system/src/Grav/Framework/Psr7/Traits/UploadedFileDecoratorTrait.php @@ -0,0 +1,73 @@ +uploadedFile->getStream(); + } + + /** + * @param string $targetPath + */ + public function moveTo($targetPath): void + { + $this->uploadedFile->moveTo($targetPath); + } + + /** + * @return int|null + */ + public function getSize(): ?int + { + return $this->uploadedFile->getSize(); + } + + /** + * @return int + */ + public function getError(): int + { + return $this->uploadedFile->getError(); + } + + /** + * @return string|null + */ + public function getClientFilename(): ?string + { + return $this->uploadedFile->getClientFilename(); + } + + /** + * @return string|null + */ + public function getClientMediaType(): ?string + { + return $this->uploadedFile->getClientMediaType(); + } +} diff --git a/system/src/Grav/Framework/Psr7/Traits/UriDecorationTrait.php b/system/src/Grav/Framework/Psr7/Traits/UriDecorationTrait.php new file mode 100644 index 0000000..5e43942 --- /dev/null +++ b/system/src/Grav/Framework/Psr7/Traits/UriDecorationTrait.php @@ -0,0 +1,188 @@ +uri->__toString(); + } + + /** + * @return string + */ + public function getScheme(): string + { + return $this->uri->getScheme(); + } + + /** + * @return string + */ + public function getAuthority(): string + { + return $this->uri->getAuthority(); + } + + /** + * @return string + */ + public function getUserInfo(): string + { + return $this->uri->getUserInfo(); + } + + /** + * @return string + */ + public function getHost(): string + { + return $this->uri->getHost(); + } + + /** + * @return int|null + */ + public function getPort(): ?int + { + return $this->uri->getPort(); + } + + /** + * @return string + */ + public function getPath(): string + { + return $this->uri->getPath(); + } + + /** + * @return string + */ + public function getQuery(): string + { + return $this->uri->getQuery(); + } + + /** + * @return string + */ + public function getFragment(): string + { + return $this->uri->getFragment(); + } + + /** + * @param string $scheme + * @return UriInterface + */ + public function withScheme($scheme): UriInterface + { + $new = clone $this; + $new->uri = $this->uri->withScheme($scheme); + + /** @var UriInterface $new */ + return $new; + } + + /** + * @param string $user + * @param string|null $password + * @return UriInterface + */ + public function withUserInfo($user, $password = null): UriInterface + { + $new = clone $this; + $new->uri = $this->uri->withUserInfo($user, $password); + + /** @var UriInterface $new */ + return $new; + } + + /** + * @param string $host + * @return UriInterface + */ + public function withHost($host): UriInterface + { + $new = clone $this; + $new->uri = $this->uri->withHost($host); + + /** @var UriInterface $new */ + return $new; + } + + /** + * @param int|null $port + * @return UriInterface + */ + public function withPort($port): UriInterface + { + $new = clone $this; + $new->uri = $this->uri->withPort($port); + + /** @var UriInterface $new */ + return $new; + } + + /** + * @param string $path + * @return UriInterface + */ + public function withPath($path): UriInterface + { + $new = clone $this; + $new->uri = $this->uri->withPath($path); + + /** @var UriInterface $new */ + return $new; + } + + /** + * @param string $query + * @return UriInterface + */ + public function withQuery($query): UriInterface + { + $new = clone $this; + $new->uri = $this->uri->withQuery($query); + + /** @var UriInterface $new */ + return $new; + } + + /** + * @param string $fragment + * @return UriInterface + */ + public function withFragment($fragment): UriInterface + { + $new = clone $this; + $new->uri = $this->uri->withFragment($fragment); + + /** @var UriInterface $new */ + return $new; + } +} diff --git a/system/src/Grav/Framework/Psr7/UploadedFile.php b/system/src/Grav/Framework/Psr7/UploadedFile.php new file mode 100644 index 0000000..f7b5fef --- /dev/null +++ b/system/src/Grav/Framework/Psr7/UploadedFile.php @@ -0,0 +1,70 @@ +uploadedFile = new \Nyholm\Psr7\UploadedFile($streamOrFile, $size, $errorStatus, $clientFilename, $clientMediaType); + } + + /** + * @param array $meta + * @return $this + */ + public function setMeta(array $meta) + { + $this->meta = $meta; + + return $this; + } + + /** + * @param array $meta + * @return $this + */ + public function addMeta(array $meta) + { + $this->meta = array_merge($this->meta, $meta); + + return $this; + } + + /** + * @return array + */ + public function getMeta(): array + { + return $this->meta; + } +} diff --git a/system/src/Grav/Framework/Psr7/Uri.php b/system/src/Grav/Framework/Psr7/Uri.php new file mode 100644 index 0000000..2638876 --- /dev/null +++ b/system/src/Grav/Framework/Psr7/Uri.php @@ -0,0 +1,135 @@ +uri = new \Nyholm\Psr7\Uri($uri); + } + + /** + * @return array + */ + public function getQueryParams(): array + { + return UriFactory::parseQuery($this->getQuery()); + } + + /** + * @param array $params + * @return UriInterface + */ + public function withQueryParams(array $params): UriInterface + { + $query = UriFactory::buildQuery($params); + + return $this->withQuery($query); + } + + /** + * Whether the URI has the default port of the current scheme. + * + * `$uri->getPort()` may return the standard port. This method can be used for some non-http/https Uri. + * + * @return bool + */ + public function isDefaultPort(): bool + { + return $this->getPort() === null || GuzzleUri::isDefaultPort($this); + } + + /** + * Whether the URI is absolute, i.e. it has a scheme. + * + * An instance of UriInterface can either be an absolute URI or a relative reference. This method returns true + * if it is the former. An absolute URI has a scheme. A relative reference is used to express a URI relative + * to another URI, the base URI. Relative references can be divided into several forms: + * - network-path references, e.g. '//example.com/path' + * - absolute-path references, e.g. '/path' + * - relative-path references, e.g. 'subpath' + * + * @return bool + * @link https://tools.ietf.org/html/rfc3986#section-4 + */ + public function isAbsolute(): bool + { + return GuzzleUri::isAbsolute($this); + } + + /** + * Whether the URI is a network-path reference. + * + * A relative reference that begins with two slash characters is termed an network-path reference. + * + * @return bool + * @link https://tools.ietf.org/html/rfc3986#section-4.2 + */ + public function isNetworkPathReference(): bool + { + return GuzzleUri::isNetworkPathReference($this); + } + + /** + * Whether the URI is a absolute-path reference. + * + * A relative reference that begins with a single slash character is termed an absolute-path reference. + * + * @return bool + * @link https://tools.ietf.org/html/rfc3986#section-4.2 + */ + public function isAbsolutePathReference(): bool + { + return GuzzleUri::isAbsolutePathReference($this); + } + + /** + * Whether the URI is a relative-path reference. + * + * A relative reference that does not begin with a slash character is termed a relative-path reference. + * + * @return bool + * @link https://tools.ietf.org/html/rfc3986#section-4.2 + */ + public function isRelativePathReference(): bool + { + return GuzzleUri::isRelativePathReference($this); + } + + /** + * Whether the URI is a same-document reference. + * + * A same-document reference refers to a URI that is, aside from its fragment + * component, identical to the base URI. When no base URI is given, only an empty + * URI reference (apart from its fragment) is considered a same-document reference. + * + * @param UriInterface|null $base An optional base URI to compare against + * @return bool + * @link https://tools.ietf.org/html/rfc3986#section-4.4 + */ + public function isSameDocumentReference(UriInterface $base = null): bool + { + return GuzzleUri::isSameDocumentReference($this, $base); + } +} diff --git a/system/src/Grav/Framework/Relationships/Relationships.php b/system/src/Grav/Framework/Relationships/Relationships.php new file mode 100644 index 0000000..6485682 --- /dev/null +++ b/system/src/Grav/Framework/Relationships/Relationships.php @@ -0,0 +1,217 @@ + + */ +class Relationships implements RelationshipsInterface +{ + /** @var P */ + protected $parent; + /** @var array */ + protected $options; + + /** @var RelationshipInterface[] */ + protected $relationships; + + /** + * Relationships constructor. + * @param P $parent + * @param array $options + */ + public function __construct(IdentifierInterface $parent, array $options) + { + $this->parent = $parent; + $this->options = $options; + $this->relationships = []; + } + + /** + * @return bool + * @phpstan-pure + */ + public function isModified(): bool + { + return !empty($this->getModified()); + } + + /** + * @return RelationshipInterface[] + * @phpstan-pure + */ + public function getModified(): array + { + $list = []; + foreach ($this->relationships as $name => $relationship) { + if ($relationship->isModified()) { + $list[$name] = $relationship; + } + } + + return $list; + } + + /** + * @return int + * @phpstan-pure + */ + public function count(): int + { + return count($this->options); + } + + /** + * @param string $offset + * @return bool + * @phpstan-pure + */ + public function offsetExists($offset): bool + { + return isset($this->options[$offset]); + } + + /** + * @param string $offset + * @return RelationshipInterface|null + */ + public function offsetGet($offset): ?RelationshipInterface + { + if (!isset($this->relationships[$offset])) { + $options = $this->options[$offset] ?? null; + if (null === $options) { + return null; + } + + $this->relationships[$offset] = $this->createRelationship($offset, $options); + } + + return $this->relationships[$offset]; + } + + /** + * @param string $offset + * @param mixed $value + * @return never-return + */ + public function offsetSet($offset, $value) + { + throw new RuntimeException('Setting relationship is not supported', 500); + } + + /** + * @param string $offset + * @return never-return + */ + public function offsetUnset($offset) + { + throw new RuntimeException('Removing relationship is not allowed', 500); + } + + /** + * @return RelationshipInterface|null + */ + public function current(): ?RelationshipInterface + { + $name = key($this->options); + if ($name === null) { + return null; + } + + return $this->offsetGet($name); + } + + /** + * @return string + * @phpstan-pure + */ + public function key(): string + { + return key($this->options); + } + + /** + * @return void + * @phpstan-pure + */ + public function next(): void + { + next($this->options); + } + + /** + * @return void + * @phpstan-pure + */ + public function rewind(): void + { + reset($this->options); + } + + /** + * @return bool + * @phpstan-pure + */ + public function valid(): bool + { + return key($this->options) !== null; + } + + /** + * @return array + */ + public function jsonSerialize(): array + { + $list = []; + foreach ($this as $name => $relationship) { + $list[$name] = $relationship->jsonSerialize(); + } + + return $list; + } + + /** + * @param string $name + * @param array $options + * @return ToOneRelationship|ToManyRelationship + */ + private function createRelationship(string $name, array $options): RelationshipInterface + { + $data = null; + + $parent = $this->parent; + if ($parent instanceof FlexIdentifier) { + $object = $parent->getObject(); + if (!method_exists($object, 'initRelationship')) { + throw new RuntimeException(sprintf('Bad relationship %s', $name), 500); + } + + $data = $object->initRelationship($name); + } + + $cardinality = $options['cardinality'] ?? ''; + switch ($cardinality) { + case 'to-one': + $relationship = new ToOneRelationship($parent, $name, $options, $data); + break; + case 'to-many': + $relationship = new ToManyRelationship($parent, $name, $options, $data ?? []); + break; + default: + throw new RuntimeException(sprintf('Bad relationship cardinality %s', $cardinality), 500); + } + + return $relationship; + } +} diff --git a/system/src/Grav/Framework/Relationships/ToManyRelationship.php b/system/src/Grav/Framework/Relationships/ToManyRelationship.php new file mode 100644 index 0000000..3ea501b --- /dev/null +++ b/system/src/Grav/Framework/Relationships/ToManyRelationship.php @@ -0,0 +1,259 @@ + + */ +class ToManyRelationship implements ToManyRelationshipInterface +{ + /** @template-use RelationshipTrait */ + use RelationshipTrait; + use Serializable; + + /** @var IdentifierInterface[] */ + protected $identifiers = []; + + /** + * ToManyRelationship constructor. + * @param string $name + * @param IdentifierInterface $parent + * @param iterable $identifiers + */ + public function __construct(IdentifierInterface $parent, string $name, array $options, iterable $identifiers = []) + { + $this->parent = $parent; + $this->name = $name; + + $this->parseOptions($options); + $this->addIdentifiers($identifiers); + + $this->modified = false; + } + + /** + * @return string + * @phpstan-pure + */ + public function getCardinality(): string + { + return 'to-many'; + } + + /** + * @return int + * @phpstan-pure + */ + public function count(): int + { + return count($this->identifiers); + } + + /** + * @return array + */ + public function fetch(): array + { + $list = []; + foreach ($this->identifiers as $identifier) { + if (is_callable([$identifier, 'getObject'])) { + $identifier = $identifier->getObject(); + } + $list[] = $identifier; + } + + return $list; + } + + /** + * @param string $id + * @param string|null $type + * @return bool + * @phpstan-pure + */ + public function has(string $id, string $type = null): bool + { + return $this->getIdentifier($id, $type) !== null; + } + + /** + * @param positive-int $pos + * @return IdentifierInterface|null + */ + public function getNthIdentifier(int $pos): ?IdentifierInterface + { + $items = array_keys($this->identifiers); + $key = $items[$pos - 1] ?? null; + if (null === $key) { + return null; + } + + return $this->identifiers[$key] ?? null; + } + + /** + * @param string $id + * @param string|null $type + * @return IdentifierInterface|null + * @phpstan-pure + */ + public function getIdentifier(string $id, string $type = null): ?IdentifierInterface + { + if (null === $type) { + $type = $this->getType(); + } + + if ($type === 'media' && !str_contains($id, '/')) { + $name = $this->name; + $id = $this->parent->getType() . '/' . $this->parent->getId() . '/'. $name . '/' . $id; + } + + $key = "{$type}/{$id}"; + + return $this->identifiers[$key] ?? null; + } + + /** + * @param string $id + * @param string|null $type + * @return T|null + */ + public function getObject(string $id, string $type = null): ?object + { + $identifier = $this->getIdentifier($id, $type); + if ($identifier && is_callable([$identifier, 'getObject'])) { + $identifier = $identifier->getObject(); + } + + return $identifier; + } + + /** + * @param IdentifierInterface $identifier + * @return bool + */ + public function addIdentifier(IdentifierInterface $identifier): bool + { + return $this->addIdentifiers([$identifier]); + } + + /** + * @param IdentifierInterface|null $identifier + * @return bool + */ + public function removeIdentifier(IdentifierInterface $identifier = null): bool + { + return !$identifier || $this->removeIdentifiers([$identifier]); + } + + /** + * @param iterable $identifiers + * @return bool + */ + public function addIdentifiers(iterable $identifiers): bool + { + foreach ($identifiers as $identifier) { + $type = $identifier->getType(); + $id = $identifier->getId(); + $key = "{$type}/{$id}"; + + $this->identifiers[$key] = $this->checkIdentifier($identifier); + $this->modified = true; + } + + return true; + } + + /** + * @param iterable $identifiers + * @return bool + */ + public function replaceIdentifiers(iterable $identifiers): bool + { + $this->identifiers = []; + $this->modified = true; + + return $this->addIdentifiers($identifiers); + } + + /** + * @param iterable $identifiers + * @return bool + */ + public function removeIdentifiers(iterable $identifiers): bool + { + foreach ($identifiers as $identifier) { + $type = $identifier->getType(); + $id = $identifier->getId(); + $key = "{$type}/{$id}"; + + unset($this->identifiers[$key]); + $this->modified = true; + } + + return true; + } + + /** + * @return iterable + * @phpstan-pure + */ + public function getIterator(): iterable + { + return new ArrayIterator($this->identifiers); + } + + /** + * @return array + */ + public function jsonSerialize(): array + { + $list = []; + foreach ($this->getIterator() as $item) { + $list[] = $item->jsonSerialize(); + } + + return $list; + } + + /** + * @return array + */ + public function __serialize(): array + { + return [ + 'parent' => $this->parent, + 'name' => $this->name, + 'type' => $this->type, + 'options' => $this->options, + 'modified' => $this->modified, + 'identifiers' => $this->identifiers, + ]; + } + + /** + * @param array $data + * @return void + */ + public function __unserialize(array $data): void + { + $this->parent = $data['parent']; + $this->name = $data['name']; + $this->type = $data['type']; + $this->options = $data['options']; + $this->modified = $data['modified']; + $this->identifiers = $data['identifiers']; + } +} diff --git a/system/src/Grav/Framework/Relationships/ToOneRelationship.php b/system/src/Grav/Framework/Relationships/ToOneRelationship.php new file mode 100644 index 0000000..9b09651 --- /dev/null +++ b/system/src/Grav/Framework/Relationships/ToOneRelationship.php @@ -0,0 +1,207 @@ + + */ +class ToOneRelationship implements ToOneRelationshipInterface +{ + /** @template-use RelationshipTrait */ + use RelationshipTrait; + use Serializable; + + /** @var IdentifierInterface|null */ + protected $identifier = null; + + public function __construct(IdentifierInterface $parent, string $name, array $options, IdentifierInterface $identifier = null) + { + $this->parent = $parent; + $this->name = $name; + + $this->parseOptions($options); + $this->replaceIdentifier($identifier); + + $this->modified = false; + } + + /** + * @return string + * @phpstan-pure + */ + public function getCardinality(): string + { + return 'to-one'; + } + + /** + * @return int + * @phpstan-pure + */ + public function count(): int + { + return $this->identifier ? 1 : 0; + } + + /** + * @return object|null + */ + public function fetch(): ?object + { + $identifier = $this->identifier; + if (is_callable([$identifier, 'getObject'])) { + $identifier = $identifier->getObject(); + } + + return $identifier; + } + + + /** + * @param string|null $id + * @param string|null $type + * @return bool + * @phpstan-pure + */ + public function has(string $id = null, string $type = null): bool + { + return $this->getIdentifier($id, $type) !== null; + } + + /** + * @param string|null $id + * @param string|null $type + * @return IdentifierInterface|null + * @phpstan-pure + */ + public function getIdentifier(string $id = null, string $type = null): ?IdentifierInterface + { + if ($id && $this->getType() === 'media' && !str_contains($id, '/')) { + $name = $this->name; + $id = $this->parent->getType() . '/' . $this->parent->getId() . '/'. $name . '/' . $id; + } + + $identifier = $this->identifier ?? null; + if (null === $identifier || ($type && $type !== $identifier->getType()) || ($id && $id !== $identifier->getId())) { + return null; + } + + return $identifier; + } + + /** + * @param string|null $id + * @param string|null $type + * @return T|null + */ + public function getObject(string $id = null, string $type = null): ?object + { + $identifier = $this->getIdentifier($id, $type); + if ($identifier && is_callable([$identifier, 'getObject'])) { + $identifier = $identifier->getObject(); + } + + return $identifier; + } + + /** + * @param IdentifierInterface $identifier + * @return bool + */ + public function addIdentifier(IdentifierInterface $identifier): bool + { + $this->identifier = $this->checkIdentifier($identifier); + $this->modified = true; + + return true; + } + + /** + * @param IdentifierInterface|null $identifier + * @return bool + */ + public function replaceIdentifier(IdentifierInterface $identifier = null): bool + { + if ($identifier === null) { + $this->identifier = null; + $this->modified = true; + + return true; + } + + return $this->addIdentifier($identifier); + } + + /** + * @param IdentifierInterface|null $identifier + * @return bool + */ + public function removeIdentifier(IdentifierInterface $identifier = null): bool + { + if (null === $identifier || $this->has($identifier->getId(), $identifier->getType())) { + $this->identifier = null; + $this->modified = true; + + return true; + } + + return false; + } + + /** + * @return iterable + * @phpstan-pure + */ + public function getIterator(): iterable + { + return new ArrayIterator((array)$this->identifier); + } + + /** + * @return array|null + */ + public function jsonSerialize(): ?array + { + return $this->identifier ? $this->identifier->jsonSerialize() : null; + } + + /** + * @return array + */ + public function __serialize(): array + { + return [ + 'parent' => $this->parent, + 'name' => $this->name, + 'type' => $this->type, + 'options' => $this->options, + 'modified' => $this->modified, + 'identifier' => $this->identifier, + ]; + } + + /** + * @param array $data + * @return void + */ + public function __unserialize(array $data): void + { + $this->parent = $data['parent']; + $this->name = $data['name']; + $this->type = $data['type']; + $this->options = $data['options']; + $this->modified = $data['modified']; + $this->identifier = $data['identifier']; + } +} diff --git a/system/src/Grav/Framework/Relationships/Traits/RelationshipTrait.php b/system/src/Grav/Framework/Relationships/Traits/RelationshipTrait.php new file mode 100644 index 0000000..dbe146f --- /dev/null +++ b/system/src/Grav/Framework/Relationships/Traits/RelationshipTrait.php @@ -0,0 +1,128 @@ +name; + } + + /** + * @return string + * @phpstan-pure + */ + public function getType(): string + { + return $this->type; + } + + /** + * @return bool + * @phpstan-pure + */ + public function isModified(): bool + { + return $this->modified; + } + + /** + * @return IdentifierInterface + * @phpstan-pure + */ + public function getParent(): IdentifierInterface + { + return $this->parent; + } + + /** + * @param IdentifierInterface $identifier + * @return bool + * @phpstan-pure + */ + public function hasIdentifier(IdentifierInterface $identifier): bool + { + return $this->getIdentifier($identifier->getId(), $identifier->getType()) !== null; + } + + /** + * @return int + * @phpstan-pure + */ + abstract public function count(): int; + + /** + * @return void + * @phpstan-pure + */ + public function check(): void + { + $min = $this->options['min'] ?? 0; + $max = $this->options['max'] ?? 0; + + if ($min || $max) { + $count = $this->count(); + if ($min && $count < $min) { + throw new RuntimeException(sprintf('%s relationship has too few objects in it', $this->name)); + } + if ($max && $count > $max) { + throw new RuntimeException(sprintf('%s relationship has too many objects in it', $this->name)); + } + } + } + + /** + * @param IdentifierInterface $identifier + * @return IdentifierInterface + */ + private function checkIdentifier(IdentifierInterface $identifier): IdentifierInterface + { + if ($this->type !== $identifier->getType()) { + throw new RuntimeException(sprintf('Bad identifier type %s', $identifier->getType())); + } + + if (get_class($identifier) !== Identifier::class) { + return $identifier; + } + + if ($this->type === 'media') { + return new MediaIdentifier($identifier->getId()); + } + + return new FlexIdentifier($identifier->getId(), $identifier->getType()); + } + + private function parseOptions(array $options): void + { + $this->type = $options['type']; + $this->options = $options; + } +} diff --git a/system/src/Grav/Framework/RequestHandler/Exception/InvalidArgumentException.php b/system/src/Grav/Framework/RequestHandler/Exception/InvalidArgumentException.php new file mode 100644 index 0000000..e6d084b --- /dev/null +++ b/system/src/Grav/Framework/RequestHandler/Exception/InvalidArgumentException.php @@ -0,0 +1,49 @@ +invalidMiddleware = $invalidMiddleware; + } + + /** + * Return the invalid middleware + * + * @return mixed|null + */ + public function getInvalidMiddleware() + { + return $this->invalidMiddleware; + } +} diff --git a/system/src/Grav/Framework/RequestHandler/Exception/NotFoundException.php b/system/src/Grav/Framework/RequestHandler/Exception/NotFoundException.php new file mode 100644 index 0000000..9d6a55a --- /dev/null +++ b/system/src/Grav/Framework/RequestHandler/Exception/NotFoundException.php @@ -0,0 +1,37 @@ +getMethod()), ['PUT', 'PATCH', 'DELETE'])) { + parent::__construct($request, 'Method Not Allowed', 405, $previous); + } else { + parent::__construct($request, 'Not Found', 404, $previous); + } + } +} diff --git a/system/src/Grav/Framework/RequestHandler/Exception/NotHandledException.php b/system/src/Grav/Framework/RequestHandler/Exception/NotHandledException.php new file mode 100644 index 0000000..9183638 --- /dev/null +++ b/system/src/Grav/Framework/RequestHandler/Exception/NotHandledException.php @@ -0,0 +1,20 @@ + 'Bad Request', + 401 => 'Unauthorized', + 402 => 'Payment Required', + 403 => 'Forbidden', + 404 => 'Not Found', + 405 => 'Method Not Allowed', + 406 => 'Not Acceptable', + 407 => 'Proxy Authentication Required', + 408 => 'Request Time-out', + 409 => 'Conflict', + 410 => 'Gone', + 411 => 'Length Required', + 412 => 'Precondition Failed', + 413 => 'Request Entity Too Large', + 414 => 'Request-URI Too Large', + 415 => 'Unsupported Media Type', + 416 => 'Requested range not satisfiable', + 417 => 'Expectation Failed', + 418 => 'I\'m a teapot', + 419 => 'Page Expired', + 422 => 'Unprocessable Entity', + 423 => 'Locked', + 424 => 'Failed Dependency', + 425 => 'Unordered Collection', + 426 => 'Upgrade Required', + 428 => 'Precondition Required', + 429 => 'Too Many Requests', + 431 => 'Request Header Fields Too Large', + 451 => 'Unavailable For Legal Reasons', + + 500 => 'Internal Server Error', + 501 => 'Not Implemented', + 502 => 'Bad Gateway', + 503 => 'Service Unavailable', + 504 => 'Gateway Time-out', + 505 => 'HTTP Version not supported', + 506 => 'Variant Also Negotiates', + 507 => 'Insufficient Storage', + 508 => 'Loop Detected', + 511 => 'Network Authentication Required', + ]; + + /** @var ServerRequestInterface */ + private $request; + + /** + * @param ServerRequestInterface $request + * @param string $message + * @param int $code + * @param Throwable|null $previous + */ + public function __construct(ServerRequestInterface $request, string $message, int $code = 500, Throwable $previous = null) + { + $this->request = $request; + + parent::__construct($message, $code, $previous); + } + + /** + * @return ServerRequestInterface + */ + public function getRequest(): ServerRequestInterface + { + return $this->request; + } + + public function getHttpCode(): int + { + $code = $this->getCode(); + + return isset(self::$phrases[$code]) ? $code : 500; + } + + public function getHttpReason(): ?string + { + return self::$phrases[$this->getCode()] ?? self::$phrases[500]; + } +} diff --git a/system/src/Grav/Framework/RequestHandler/Middlewares/Exceptions.php b/system/src/Grav/Framework/RequestHandler/Middlewares/Exceptions.php new file mode 100644 index 0000000..80deef0 --- /dev/null +++ b/system/src/Grav/Framework/RequestHandler/Middlewares/Exceptions.php @@ -0,0 +1,78 @@ +handle($request); + } catch (Throwable $exception) { + $code = $exception->getCode(); + if ($exception instanceof ValidationException) { + $message = $exception->getMessage(); + } else { + $message = htmlspecialchars($exception->getMessage(), ENT_QUOTES | ENT_HTML5, 'UTF-8'); + } + + $extra = $exception instanceof JsonSerializable ? $exception->jsonSerialize() : []; + + $response = [ + 'code' => $code, + 'status' => 'error', + 'message' => $message, + 'error' => [ + 'code' => $code, + 'message' => $message, + ] + $extra + ]; + + /** @var Debugger $debugger */ + $debugger = Grav::instance()['debugger']; + if ($debugger->enabled()) { + $response['error'] += [ + 'type' => get_class($exception), + 'file' => $exception->getFile(), + 'line' => $exception->getLine(), + 'trace' => explode("\n", $exception->getTraceAsString()), + ]; + } + + /** @var string $json */ + $json = json_encode($response, JSON_THROW_ON_ERROR); + + return new Response($code ?: 500, ['Content-Type' => 'application/json'], $json); + } + } +} diff --git a/system/src/Grav/Framework/RequestHandler/Middlewares/MultipartRequestSupport.php b/system/src/Grav/Framework/RequestHandler/Middlewares/MultipartRequestSupport.php new file mode 100644 index 0000000..6e36e8f --- /dev/null +++ b/system/src/Grav/Framework/RequestHandler/Middlewares/MultipartRequestSupport.php @@ -0,0 +1,123 @@ +getHeaderLine('content-type'); + $method = $request->getMethod(); + if (!str_starts_with($contentType, 'multipart/form-data') || !in_array($method, ['PUT', 'PATH'], true)) { + return $handler->handle($request); + } + + $boundary = explode('; boundary=', $contentType, 2)[1] ?? ''; + $parts = explode("--{$boundary}", $request->getBody()->getContents()); + $parts = array_slice($parts, 1, count($parts) - 2); + + $params = []; + $files = []; + foreach ($parts as $part) { + $this->processPart($params, $files, $part); + } + + return $handler->handle($request->withParsedBody($params)->withUploadedFiles($files)); + } + + /** + * @param array $params + * @param array $files + * @param string $part + * @return void + */ + protected function processPart(array &$params, array &$files, string $part): void + { + $part = ltrim($part, "\r\n"); + [$rawHeaders, $body] = explode("\r\n\r\n", $part, 2); + + // Parse headers. + $rawHeaders = explode("\r\n", $rawHeaders); + $headers = array_reduce( + $rawHeaders, + static function (array $headers, $header) { + [$name, $value] = explode(':', $header); + $headers[strtolower($name)] = ltrim($value, ' '); + + return $headers; + }, + [] + ); + + if (!isset($headers['content-disposition'])) { + return; + } + + // Parse content disposition header. + $contentDisposition = $headers['content-disposition']; + preg_match('/^(.+); *name="([^"]+)"(; *filename="([^"]+)")?/', $contentDisposition, $matches); + $name = $matches[2]; + $filename = $matches[4] ?? null; + + if ($filename !== null) { + $stream = Stream::create($body); + $this->addFile($files, $name, new UploadedFile($stream, strlen($body), UPLOAD_ERR_OK, $filename, $headers['content-type'] ?? null)); + } elseif (strpos($contentDisposition, 'filename') !== false) { + // Not uploaded file. + $stream = Stream::create(''); + $this->addFile($files, $name, new UploadedFile($stream, 0, UPLOAD_ERR_NO_FILE)); + } else { + // Regular field. + $params[$name] = substr($body, 0, -2); + } + } + + /** + * @param array $files + * @param string $name + * @param UploadedFileInterface $file + * @return void + */ + protected function addFile(array &$files, string $name, UploadedFileInterface $file): void + { + if (strpos($name, '[]') === strlen($name) - 2) { + $name = substr($name, 0, -2); + + if (isset($files[$name]) && is_array($files[$name])) { + $files[$name][] = $file; + } else { + $files[$name] = [$file]; + } + } else { + $files[$name] = $file; + } + } +} diff --git a/system/src/Grav/Framework/RequestHandler/RequestHandler.php b/system/src/Grav/Framework/RequestHandler/RequestHandler.php new file mode 100644 index 0000000..44fb7f9 --- /dev/null +++ b/system/src/Grav/Framework/RequestHandler/RequestHandler.php @@ -0,0 +1,80 @@ +middleware = $middleware; + $this->handler = $default; + $this->container = $container; + } + + /** + * Add callable initializing Middleware that will be executed as soon as possible. + * + * @param string $name + * @param callable $callable + * @return $this + */ + public function addCallable(string $name, callable $callable): self + { + if (null !== $this->container) { + assert($this->container instanceof Container); + $this->container[$name] = $callable; + } + + array_unshift($this->middleware, $name); + + return $this; + } + + /** + * Add Middleware that will be executed as soon as possible. + * + * @param string $name + * @param MiddlewareInterface $middleware + * @return $this + */ + public function addMiddleware(string $name, MiddlewareInterface $middleware): self + { + if (null !== $this->container) { + assert($this->container instanceof Container); + $this->container[$name] = $middleware; + } + + array_unshift($this->middleware, $name); + + return $this; + } +} diff --git a/system/src/Grav/Framework/RequestHandler/Traits/RequestHandlerTrait.php b/system/src/Grav/Framework/RequestHandler/Traits/RequestHandlerTrait.php new file mode 100644 index 0000000..b9d1cba --- /dev/null +++ b/system/src/Grav/Framework/RequestHandler/Traits/RequestHandlerTrait.php @@ -0,0 +1,64 @@ + */ + protected $middleware; + + /** @var callable */ + protected $handler; + + /** @var ContainerInterface|null */ + protected $container; + + /** + * {@inheritdoc} + * @throws InvalidArgumentException + */ + public function handle(ServerRequestInterface $request): ResponseInterface + { + $middleware = array_shift($this->middleware); + + // Use default callable if there is no middleware. + if ($middleware === null) { + return call_user_func($this->handler, $request); + } + + if ($middleware instanceof MiddlewareInterface) { + return $middleware->process($request, clone $this); + } + + if (null === $this->container || !$this->container->has($middleware)) { + throw new InvalidArgumentException( + sprintf('The middleware is not a valid %s and is not passed in the Container', MiddlewareInterface::class), + $middleware + ); + } + + array_unshift($this->middleware, $this->container->get($middleware)); + + return $this->handle($request); + } +} diff --git a/system/src/Grav/Framework/Route/Route.php b/system/src/Grav/Framework/Route/Route.php new file mode 100644 index 0000000..c65a827 --- /dev/null +++ b/system/src/Grav/Framework/Route/Route.php @@ -0,0 +1,452 @@ +initParts($parts); + } + + /** + * @return array + */ + public function getParts() + { + return [ + 'path' => $this->getUriPath(true), + 'query' => $this->getUriQuery(), + 'grav' => [ + 'root' => $this->root, + 'language' => $this->language, + 'route' => $this->route, + 'extension' => $this->extension, + 'grav_params' => $this->gravParams, + 'query_params' => $this->queryParams, + ], + ]; + } + + /** + * @return string + */ + public function getRootPrefix() + { + return $this->root; + } + + /** + * @return string + */ + public function getLanguage() + { + return $this->language; + } + + /** + * @return string + */ + public function getLanguagePrefix() + { + return $this->language !== '' ? '/' . $this->language : ''; + } + + /** + * @param string|null $language + * @return string + */ + public function getBase(string $language = null): string + { + $parts = [$this->root]; + + if (null === $language) { + $language = $this->language; + } + + if ($language !== '') { + $parts[] = $language; + } + + return implode('/', $parts); + } + + /** + * @param int $offset + * @param int|null $length + * @return string + */ + public function getRoute($offset = 0, $length = null) + { + if ($offset !== 0 || $length !== null) { + return ($offset === 0 ? '/' : '') . implode('/', $this->getRouteParts($offset, $length)); + } + + return '/' . $this->route; + } + + /** + * @return string + */ + public function getExtension() + { + return $this->extension; + } + + /** + * @param int $offset + * @param int|null $length + * @return array + */ + public function getRouteParts($offset = 0, $length = null) + { + $parts = explode('/', $this->route); + + if ($offset !== 0 || $length !== null) { + $parts = array_slice($parts, $offset, $length); + } + + return $parts; + } + + /** + * Return array of both query and Grav parameters. + * + * If a parameter exists in both, prefer Grav parameter. + * + * @return array + */ + public function getParams() + { + return $this->gravParams + $this->queryParams; + } + + /** + * @return array + */ + public function getGravParams() + { + return $this->gravParams; + } + + /** + * @return array + */ + public function getQueryParams() + { + return $this->queryParams; + } + + /** + * Return value of the parameter, looking into both Grav parameters and query parameters. + * + * If the parameter exists in both, return Grav parameter. + * + * @param string $param + * @return string|array|null + */ + public function getParam($param) + { + return $this->getGravParam($param) ?? $this->getQueryParam($param); + } + + /** + * @param string $param + * @return string|null + */ + public function getGravParam($param) + { + return $this->gravParams[$param] ?? null; + } + + /** + * @param string $param + * @return string|array|null + */ + public function getQueryParam($param) + { + return $this->queryParams[$param] ?? null; + } + + /** + * Allow the ability to set the route to something else + * + * @param string $route + * @return Route + */ + public function withRoute($route) + { + $new = $this->copy(); + $new->route = $route; + + return $new; + } + + /** + * Allow the ability to set the root to something else + * + * @param string $root + * @return Route + */ + public function withRoot($root) + { + $new = $this->copy(); + $new->root = $root; + + return $new; + } + + /** + * @param string|null $language + * @return Route + */ + public function withLanguage($language) + { + $new = $this->copy(); + $new->language = $language ?? ''; + + return $new; + } + + /** + * @param string $path + * @return Route + */ + public function withAddedPath($path) + { + $new = $this->copy(); + $new->route .= '/' . ltrim($path, '/'); + + return $new; + } + + /** + * @param string $extension + * @return Route + */ + public function withExtension($extension) + { + $new = $this->copy(); + $new->extension = $extension; + + return $new; + } + + /** + * @param string $param + * @param mixed $value + * @return Route + */ + public function withGravParam($param, $value) + { + return $this->withParam('gravParams', $param, null !== $value ? (string)$value : null); + } + + /** + * @param string $param + * @param mixed $value + * @return Route + */ + public function withQueryParam($param, $value) + { + return $this->withParam('queryParams', $param, $value); + } + + /** + * @return Route + */ + public function withoutParams() + { + return $this->withoutGravParams()->withoutQueryParams(); + } + + /** + * @return Route + */ + public function withoutGravParams() + { + $new = $this->copy(); + $new->gravParams = []; + + return $new; + } + + /** + * @return Route + */ + public function withoutQueryParams() + { + $new = $this->copy(); + $new->queryParams = []; + + return $new; + } + + /** + * @return Uri + */ + public function getUri() + { + return UriFactory::createFromParts($this->getParts()); + } + + /** + * @param bool $includeRoot + * @return string + */ + public function toString(bool $includeRoot = false) + { + $url = $this->getUriPath($includeRoot); + + if ($this->queryParams) { + $url .= '?' . $this->getUriQuery(); + } + + return rtrim($url,'/'); + } + + /** + * @return string + * @deprecated 1.6 Use ->toString(true) or ->getUri() instead. + */ + #[\ReturnTypeWillChange] + public function __toString() + { + user_error(__CLASS__ . '::' . __FUNCTION__ . '() will change in the future to return route, not relative url: use ->toString(true) or ->getUri() instead.', E_USER_DEPRECATED); + + return $this->toString(true); + } + + /** + * @param string $type + * @param string $param + * @param mixed $value + * @return Route + */ + protected function withParam($type, $param, $value) + { + $values = $this->{$type} ?? []; + $oldValue = $values[$param] ?? null; + + if ($oldValue === $value) { + return $this; + } + + $new = $this->copy(); + if ($value === null) { + unset($values[$param]); + } else { + $values[$param] = $value; + } + + $new->{$type} = $values; + + return $new; + } + + /** + * @return Route + */ + protected function copy() + { + return clone $this; + } + + /** + * @param bool $includeRoot + * @return string + */ + protected function getUriPath($includeRoot = false) + { + $parts = $includeRoot ? [$this->root] : ['']; + + if ($this->language !== '') { + $parts[] = $this->language; + } + + $parts[] = $this->extension ? $this->route . '.' . $this->extension : $this->route; + + + if ($this->gravParams) { + $parts[] = RouteFactory::buildParams($this->gravParams); + } + + return implode('/', $parts); + } + + /** + * @return string + */ + protected function getUriQuery() + { + return UriFactory::buildQuery($this->queryParams); + } + + /** + * @param array $parts + * @return void + */ + protected function initParts(array $parts) + { + if (isset($parts['grav'])) { + $gravParts = $parts['grav']; + $this->root = $gravParts['root']; + $this->language = $gravParts['language']; + $this->route = $gravParts['route']; + $this->extension = $gravParts['extension'] ?? ''; + $this->gravParams = $gravParts['params'] ?? []; + $this->queryParams = $parts['query_params'] ?? []; + } else { + $this->root = RouteFactory::getRoot(); + $this->language = RouteFactory::getLanguage(); + + $path = $parts['path'] ?? '/'; + if (isset($parts['params'])) { + $this->route = trim(rawurldecode($path), '/'); + $this->gravParams = $parts['params']; + } else { + $this->route = trim(RouteFactory::stripParams($path, true), '/'); + $this->gravParams = RouteFactory::getParams($path); + } + if (isset($parts['query'])) { + $this->queryParams = UriFactory::parseQuery($parts['query']); + } + } + } +} diff --git a/system/src/Grav/Framework/Route/RouteFactory.php b/system/src/Grav/Framework/Route/RouteFactory.php new file mode 100644 index 0000000..6844e48 --- /dev/null +++ b/system/src/Grav/Framework/Route/RouteFactory.php @@ -0,0 +1,236 @@ +toArray(); + $parts += [ + 'grav' => [] + ]; + $path = $parts['path'] ?? ''; + $parts['grav'] += [ + 'root' => self::$root, + 'language' => self::$language, + 'route' => trim($path, '/'), + 'params' => $parts['params'] ?? [], + ]; + + return static::createFromParts($parts); + } + + /** + * @param string $path + * @return Route + */ + public static function createFromString(string $path): Route + { + $path = ltrim($path, '/'); + if (self::$language && mb_strpos($path, self::$language) === 0) { + $path = ltrim(mb_substr($path, mb_strlen(self::$language)), '/'); + } + + $parts = [ + 'path' => $path, + 'query' => '', + 'query_params' => [], + 'grav' => [ + 'root' => self::$root, + 'language' => self::$language, + 'route' => static::trimParams($path), + 'params' => static::getParams($path) + ], + ]; + + return new Route($parts); + } + + /** + * @return string + */ + public static function getRoot(): string + { + return self::$root; + } + + /** + * @param string $root + */ + public static function setRoot($root): void + { + self::$root = rtrim($root, '/'); + } + + /** + * @return string + */ + public static function getLanguage(): string + { + return self::$language; + } + + /** + * @param string $language + */ + public static function setLanguage(string $language): void + { + self::$language = trim($language, '/'); + } + + /** + * @return string + */ + public static function getParamValueDelimiter(): string + { + return self::$delimiter; + } + + /** + * @param string $delimiter + */ + public static function setParamValueDelimiter(string $delimiter): void + { + self::$delimiter = $delimiter ?: ':'; + } + + /** + * @param array $params + * @return string + */ + public static function buildParams(array $params): string + { + if (!$params) { + return ''; + } + + $delimiter = self::$delimiter; + + $output = []; + foreach ($params as $key => $value) { + $output[] = "{$key}{$delimiter}{$value}"; + } + + return implode('/', $output); + } + + /** + * @param string $path + * @param bool $decode + * @return string + */ + public static function stripParams(string $path, bool $decode = false): string + { + $pos = strpos($path, self::$delimiter); + + if ($pos === false) { + return $path; + } + + $path = dirname(substr($path, 0, $pos)); + if ($path === '.') { + return ''; + } + + return $decode ? rawurldecode($path) : $path; + } + + /** + * @param string $path + * @return array + */ + public static function getParams(string $path): array + { + $params = ltrim(substr($path, strlen(static::stripParams($path))), '/'); + + return $params !== '' ? static::parseParams($params) : []; + } + + /** + * @param string $str + * @return string + */ + public static function trimParams(string $str): string + { + if ($str === '') { + return $str; + } + + $delimiter = self::$delimiter; + + /** @var array $params */ + $params = explode('/', $str); + $list = []; + foreach ($params as $param) { + if (mb_strpos($param, $delimiter) === false) { + $list[] = $param; + } + } + + return implode('/', $list); + } + + /** + * @param string $str + * @return array + */ + public static function parseParams(string $str): array + { + if ($str === '') { + return []; + } + + $delimiter = self::$delimiter; + + /** @var array $params */ + $params = explode('/', $str); + $list = []; + foreach ($params as &$param) { + /** @var array $parts */ + $parts = explode($delimiter, $param, 2); + if (isset($parts[1])) { + $var = rawurldecode($parts[0]); + $val = rawurldecode($parts[1]); + $list[$var] = $val; + } + } + + return $list; + } +} diff --git a/system/src/Grav/Framework/Session/Exceptions/SessionException.php b/system/src/Grav/Framework/Session/Exceptions/SessionException.php new file mode 100644 index 0000000..7bcb97f --- /dev/null +++ b/system/src/Grav/Framework/Session/Exceptions/SessionException.php @@ -0,0 +1,20 @@ + $message, 'scope' => $scope]; + + // don't add duplicates + if (!array_key_exists($key, $this->messages)) { + $this->messages[$key] = $item; + } + + return $this; + } + + /** + * Clear message queue. + * + * @param string|null $scope + * @return $this + */ + public function clear(string $scope = null): Messages + { + if ($scope === null) { + if ($this->messages !== []) { + $this->isCleared = true; + $this->messages = []; + } + } else { + foreach ($this->messages as $key => $message) { + if ($message['scope'] === $scope) { + $this->isCleared = true; + unset($this->messages[$key]); + } + } + } + + return $this; + } + + /** + * @return bool + */ + public function isCleared(): bool + { + return $this->isCleared; + } + + /** + * Fetch all messages. + * + * @param string|null $scope + * @return array + */ + public function all(string $scope = null): array + { + if ($scope === null) { + return array_values($this->messages); + } + + $messages = []; + foreach ($this->messages as $message) { + if ($message['scope'] === $scope) { + $messages[] = $message; + } + } + + return $messages; + } + + /** + * Fetch and clear message queue. + * + * @param string|null $scope + * @return array + */ + public function fetch(string $scope = null): array + { + $messages = $this->all($scope); + $this->clear($scope); + + return $messages; + } + + /** + * @return array + */ + public function __serialize(): array + { + return [ + 'messages' => $this->messages + ]; + } + + /** + * @param array $data + * @return void + */ + public function __unserialize(array $data): void + { + $this->messages = $data['messages']; + } +} diff --git a/system/src/Grav/Framework/Session/Session.php b/system/src/Grav/Framework/Session/Session.php new file mode 100644 index 0000000..e30b03b --- /dev/null +++ b/system/src/Grav/Framework/Session/Session.php @@ -0,0 +1,562 @@ +isSessionStarted()) { + session_unset(); + session_destroy(); + } + + // Set default options. + $options += [ + 'cache_limiter' => 'nocache', + 'use_trans_sid' => 0, + 'use_cookies' => 1, + 'lazy_write' => 1, + 'use_strict_mode' => 1 + ]; + + $this->setOptions($options); + + session_register_shutdown(); + + self::$instance = $this; + } + + /** + * @inheritdoc + */ + public function getId() + { + return session_id() ?: null; + } + + /** + * @inheritdoc + */ + public function setId($id) + { + session_id($id); + + return $this; + } + + /** + * @inheritdoc + */ + public function getName() + { + return session_name() ?: null; + } + + /** + * @inheritdoc + */ + public function setName($name) + { + session_name($name); + + return $this; + } + + /** + * @inheritdoc + */ + public function setOptions(array $options) + { + if (headers_sent() || \PHP_SESSION_ACTIVE === session_status()) { + return; + } + + $allowedOptions = [ + 'save_path' => true, + 'name' => true, + 'save_handler' => true, + 'gc_probability' => true, + 'gc_divisor' => true, + 'gc_maxlifetime' => true, + 'serialize_handler' => true, + 'cookie_lifetime' => true, + 'cookie_path' => true, + 'cookie_domain' => true, + 'cookie_secure' => true, + 'cookie_httponly' => true, + 'use_strict_mode' => true, + 'use_cookies' => true, + 'use_only_cookies' => true, + 'cookie_samesite' => true, + 'referer_check' => true, + 'cache_limiter' => true, + 'cache_expire' => true, + 'use_trans_sid' => true, + 'trans_sid_tags' => true, + 'trans_sid_hosts' => true, + 'sid_length' => true, + 'sid_bits_per_character' => true, + 'upload_progress.enabled' => true, + 'upload_progress.cleanup' => true, + 'upload_progress.prefix' => true, + 'upload_progress.name' => true, + 'upload_progress.freq' => true, + 'upload_progress.min-freq' => true, + 'lazy_write' => true + ]; + + foreach ($options as $key => $value) { + if (is_array($value)) { + // Allow nested options. + foreach ($value as $key2 => $value2) { + $ckey = "{$key}.{$key2}"; + if (isset($value2, $allowedOptions[$ckey])) { + $this->setOption($ckey, $value2); + } + } + } elseif (isset($value, $allowedOptions[$key])) { + $this->setOption($key, $value); + } + } + } + + /** + * @inheritdoc + */ + public function start($readonly = false) + { + if (\PHP_SAPI === 'cli') { + return $this; + } + + $sessionName = $this->getName(); + if (null === $sessionName) { + return $this; + } + + $sessionExists = isset($_COOKIE[$sessionName]); + + // Protection against invalid session cookie names throwing exception: http://php.net/manual/en/function.session-id.php#116836 + if ($sessionExists && !preg_match('/^[-,a-zA-Z0-9]{1,128}$/', $_COOKIE[$sessionName])) { + unset($_COOKIE[$sessionName]); + $sessionExists = false; + } + + $options = $this->options; + if ($readonly) { + $options['read_and_close'] = '1'; + } + + try { + $success = @session_start($options); + if (!$success) { + $last = error_get_last(); + $error = $last ? $last['message'] : 'Unknown error'; + + throw new RuntimeException($error); + } + + // Handle changing session id. + if ($this->__isset('session_destroyed')) { + $newId = $this->__get('session_new_id'); + if (!$newId || $this->__get('session_destroyed') < time() - 300) { + // Should not happen usually. This could be attack or due to unstable network. Destroy this session. + $this->invalidate(); + + throw new RuntimeException('Obsolete session access.', 500); + } + + // Not fully expired yet. Could be lost cookie by unstable network. Start session with new session id. + session_write_close(); + + // Start session with new session id. + $useStrictMode = $options['use_strict_mode'] ?? 0; + if ($useStrictMode) { + ini_set('session.use_strict_mode', '0'); + } + session_id($newId); + if ($useStrictMode) { + ini_set('session.use_strict_mode', '1'); + } + + $success = @session_start($options); + if (!$success) { + $last = error_get_last(); + $error = $last ? $last['message'] : 'Unknown error'; + + throw new RuntimeException($error); + } + } + } catch (Exception $e) { + throw new SessionException('Failed to start session: ' . $e->getMessage(), 500); + } + + $this->started = true; + $this->onSessionStart(); + + try { + $user = $this->__get('user'); + if ($user && (!$user instanceof UserInterface || (method_exists($user, 'isValid') && !$user->isValid()))) { + throw new RuntimeException('Bad user'); + } + } catch (Throwable $e) { + $this->invalidate(); + throw new SessionException('Invalid User object, session destroyed.', 500); + } + + + // Extend the lifetime of the session. + if ($sessionExists) { + $this->setCookie(); + } + + return $this; + } + + /** + * Regenerate session id but keep the current session information. + * + * Session id must be regenerated on login, logout or after long time has been passed. + * + * @return $this + * @since 1.7 + */ + public function regenerateId() + { + if (!$this->isSessionStarted()) { + return $this; + } + + // TODO: session_create_id() segfaults in PHP 7.3 (PHP bug #73461), remove phpstan rule when removing this one. + if (PHP_VERSION_ID < 70400) { + $newId = 0; + } else { + // Session id creation may fail with some session storages. + $newId = @session_create_id() ?: 0; + } + + // Set destroyed timestamp for the old session as well as pointer to the new id. + $this->__set('session_destroyed', time()); + $this->__set('session_new_id', $newId); + + // Keep the old session alive to avoid lost sessions by unstable network. + if (!$newId) { + /** @var Debugger $debugger */ + $debugger = Grav::instance()['debugger']; + $debugger->addMessage('Session fixation lost session detection is turned of due to server limitations.', 'warning'); + + session_regenerate_id(false); + } else { + session_write_close(); + + // Start session with new session id. + $useStrictMode = $this->options['use_strict_mode'] ?? 0; + if ($useStrictMode) { + ini_set('session.use_strict_mode', '0'); + } + session_id($newId); + if ($useStrictMode) { + ini_set('session.use_strict_mode', '1'); + } + + $this->removeCookie(); + + $this->onBeforeSessionStart(); + + $success = @session_start($this->options); + if (!$success) { + $last = error_get_last(); + $error = $last ? $last['message'] : 'Unknown error'; + + throw new RuntimeException($error); + } + + $this->onSessionStart(); + } + + // New session does not have these. + $this->__unset('session_destroyed'); + $this->__unset('session_new_id'); + + return $this; + } + + /** + * @inheritdoc + */ + public function invalidate() + { + $name = $this->getName(); + if (null !== $name) { + $this->removeCookie(); + + setcookie( + $name, + '', + $this->getCookieOptions(-42000) + ); + } + + if ($this->isSessionStarted()) { + session_unset(); + session_destroy(); + } + + $this->started = false; + + return $this; + } + + /** + * @inheritdoc + */ + public function close() + { + if ($this->started) { + session_write_close(); + } + + $this->started = false; + + return $this; + } + + /** + * @inheritdoc + */ + public function clear() + { + session_unset(); + + return $this; + } + + /** + * @inheritdoc + */ + public function getAll() + { + return $_SESSION; + } + + /** + * @inheritdoc + */ + #[\ReturnTypeWillChange] + public function getIterator() + { + return new ArrayIterator($_SESSION); + } + + /** + * @inheritdoc + */ + public function isStarted() + { + return $this->started; + } + + /** + * @inheritdoc + */ + #[\ReturnTypeWillChange] + public function __isset($name) + { + return isset($_SESSION[$name]); + } + + /** + * @inheritdoc + */ + #[\ReturnTypeWillChange] + public function __get($name) + { + return $_SESSION[$name] ?? null; + } + + /** + * @inheritdoc + */ + #[\ReturnTypeWillChange] + public function __set($name, $value) + { + $_SESSION[$name] = $value; + } + + /** + * @inheritdoc + */ + #[\ReturnTypeWillChange] + public function __unset($name) + { + unset($_SESSION[$name]); + } + + /** + * http://php.net/manual/en/function.session-status.php#113468 + * Check if session is started nicely. + * @return bool + */ + protected function isSessionStarted() + { + return \PHP_SAPI !== 'cli' ? \PHP_SESSION_ACTIVE === session_status() : false; + } + + protected function onBeforeSessionStart(): void + { + } + + protected function onSessionStart(): void + { + } + + /** + * Store something in cookie temporarily. + * + * @param int|null $lifetime + * @return array + */ + public function getCookieOptions(int $lifetime = null): array + { + $params = session_get_cookie_params(); + + return [ + 'expires' => time() + ($lifetime ?? $params['lifetime']), + 'path' => $params['path'], + 'domain' => $params['domain'], + 'secure' => $params['secure'], + 'httponly' => $params['httponly'], + 'samesite' => $params['samesite'] + ]; + } + + /** + * @return void + */ + protected function setCookie(): void + { + $this->removeCookie(); + + $sessionName = $this->getName(); + $sessionId = $this->getId(); + if (null === $sessionName || null === $sessionId) { + return; + } + + setcookie( + $sessionName, + $sessionId, + $this->getCookieOptions() + ); + } + + protected function removeCookie(): void + { + $search = " {$this->getName()}="; + $cookies = []; + $found = false; + + foreach (headers_list() as $header) { + // Identify cookie headers + if (strpos($header, 'Set-Cookie:') === 0) { + // Add all but session cookie(s). + if (!str_contains($header, $search)) { + $cookies[] = $header; + } else { + $found = true; + } + } + } + + // Nothing to do. + if (false === $found) { + return; + } + + // Remove all cookies and put back all but session cookie. + header_remove('Set-Cookie'); + foreach($cookies as $cookie) { + header($cookie, false); + } + } + + /** + * @param string $key + * @param mixed $value + * @return void + */ + protected function setOption($key, $value) + { + if (!is_string($value)) { + if (is_bool($value)) { + $value = $value ? '1' : '0'; + } else { + $value = (string)$value; + } + } + + $this->options[$key] = $value; + ini_set("session.{$key}", $value); + } +} diff --git a/system/src/Grav/Framework/Session/SessionInterface.php b/system/src/Grav/Framework/Session/SessionInterface.php new file mode 100644 index 0000000..f160b10 --- /dev/null +++ b/system/src/Grav/Framework/Session/SessionInterface.php @@ -0,0 +1,159 @@ + + */ +interface SessionInterface extends IteratorAggregate +{ + /** + * Get current session instance. + * + * @return Session + * @throws RuntimeException + */ + public static function getInstance(); + + /** + * Get session ID + * + * @return string|null Session ID + */ + public function getId(); + + /** + * Set session ID + * + * @param string $id Session ID + * @return $this + */ + public function setId($id); + + /** + * Get session name + * + * @return string|null + */ + public function getName(); + + /** + * Set session name + * + * @param string $name + * @return $this + */ + public function setName($name); + + /** + * Sets session.* ini variables. + * + * @param array $options + * @return void + * @see http://php.net/session.configuration + */ + public function setOptions(array $options); + + /** + * Starts the session storage + * + * @param bool $readonly + * @return $this + * @throws RuntimeException + */ + public function start($readonly = false); + + /** + * Invalidates the current session. + * + * @return $this + */ + public function invalidate(); + + /** + * Force the session to be saved and closed + * + * @return $this + */ + public function close(); + + /** + * Free all session variables. + * + * @return $this + */ + public function clear(); + + /** + * Returns all session variables. + * + * @return array + */ + public function getAll(); + + /** + * Retrieve an external iterator + * + * @return ArrayIterator Return an ArrayIterator of $_SESSION + * @phpstan-return ArrayIterator + */ + #[\ReturnTypeWillChange] + public function getIterator(); + + /** + * Checks if the session was started. + * + * @return bool + */ + public function isStarted(); + + /** + * Checks if session variable is defined. + * + * @param string $name + * @return bool + */ + #[\ReturnTypeWillChange] + public function __isset($name); + + /** + * Returns session variable. + * + * @param string $name + * @return mixed + */ + #[\ReturnTypeWillChange] + public function __get($name); + + /** + * Sets session variable. + * + * @param string $name + * @param mixed $value + * @return void + */ + #[\ReturnTypeWillChange] + public function __set($name, $value); + + /** + * Removes session variable. + * + * @param string $name + * @return void + */ + #[\ReturnTypeWillChange] + public function __unset($name); +} diff --git a/system/src/Grav/Framework/Uri/Uri.php b/system/src/Grav/Framework/Uri/Uri.php new file mode 100644 index 0000000..d31937c --- /dev/null +++ b/system/src/Grav/Framework/Uri/Uri.php @@ -0,0 +1,216 @@ +initParts($parts); + } + + /** + * @return string + */ + public function getUser() + { + return parent::getUser(); + } + + /** + * @return string + */ + public function getPassword() + { + return parent::getPassword(); + } + + /** + * @return array + */ + public function getParts() + { + return parent::getParts(); + } + + /** + * @return string + */ + public function getUrl() + { + return parent::getUrl(); + } + + /** + * @return string + */ + public function getBaseUrl() + { + return parent::getBaseUrl(); + } + + /** + * @param string $key + * @return string|null + */ + public function getQueryParam($key) + { + $queryParams = $this->getQueryParams(); + + return $queryParams[$key] ?? null; + } + + /** + * @param string $key + * @return UriInterface + */ + public function withoutQueryParam($key) + { + return GuzzleUri::withoutQueryValue($this, $key); + } + + /** + * @param string $key + * @param string|null $value + * @return UriInterface + */ + public function withQueryParam($key, $value) + { + return GuzzleUri::withQueryValue($this, $key, $value); + } + + /** + * @return array + */ + public function getQueryParams() + { + if ($this->queryParams === null) { + $this->queryParams = UriFactory::parseQuery($this->getQuery()); + } + + return $this->queryParams; + } + + /** + * @param array $params + * @return UriInterface + */ + public function withQueryParams(array $params) + { + $query = UriFactory::buildQuery($params); + + return $this->withQuery($query); + } + + /** + * Whether the URI has the default port of the current scheme. + * + * `$uri->getPort()` may return the standard port. This method can be used for some non-http/https Uri. + * + * @return bool + */ + public function isDefaultPort() + { + return $this->getPort() === null || GuzzleUri::isDefaultPort($this); + } + + /** + * Whether the URI is absolute, i.e. it has a scheme. + * + * An instance of UriInterface can either be an absolute URI or a relative reference. This method returns true + * if it is the former. An absolute URI has a scheme. A relative reference is used to express a URI relative + * to another URI, the base URI. Relative references can be divided into several forms: + * - network-path references, e.g. '//example.com/path' + * - absolute-path references, e.g. '/path' + * - relative-path references, e.g. 'subpath' + * + * @return bool + * @link https://tools.ietf.org/html/rfc3986#section-4 + */ + public function isAbsolute() + { + return GuzzleUri::isAbsolute($this); + } + + /** + * Whether the URI is a network-path reference. + * + * A relative reference that begins with two slash characters is termed an network-path reference. + * + * @return bool + * @link https://tools.ietf.org/html/rfc3986#section-4.2 + */ + public function isNetworkPathReference() + { + return GuzzleUri::isNetworkPathReference($this); + } + + /** + * Whether the URI is a absolute-path reference. + * + * A relative reference that begins with a single slash character is termed an absolute-path reference. + * + * @return bool + * @link https://tools.ietf.org/html/rfc3986#section-4.2 + */ + public function isAbsolutePathReference() + { + return GuzzleUri::isAbsolutePathReference($this); + } + + /** + * Whether the URI is a relative-path reference. + * + * A relative reference that does not begin with a slash character is termed a relative-path reference. + * + * @return bool + * @link https://tools.ietf.org/html/rfc3986#section-4.2 + */ + public function isRelativePathReference() + { + return GuzzleUri::isRelativePathReference($this); + } + + /** + * Whether the URI is a same-document reference. + * + * A same-document reference refers to a URI that is, aside from its fragment + * component, identical to the base URI. When no base URI is given, only an empty + * URI reference (apart from its fragment) is considered a same-document reference. + * + * @param UriInterface|null $base An optional base URI to compare against + * @return bool + * @link https://tools.ietf.org/html/rfc3986#section-4.4 + */ + public function isSameDocumentReference(UriInterface $base = null) + { + return GuzzleUri::isSameDocumentReference($this, $base); + } +} diff --git a/system/src/Grav/Framework/Uri/UriFactory.php b/system/src/Grav/Framework/Uri/UriFactory.php new file mode 100644 index 0000000..cb917ed --- /dev/null +++ b/system/src/Grav/Framework/Uri/UriFactory.php @@ -0,0 +1,171 @@ + $scheme, + 'user' => $user, + 'pass' => $pass, + 'host' => $host, + 'port' => $port, + 'path' => $path, + 'query' => $query + ]; + } + + /** + * UTF-8 aware parse_url() implementation. + * + * @param string $url + * @return array + * @throws InvalidArgumentException + */ + public static function parseUrl($url) + { + if (!is_string($url)) { + throw new InvalidArgumentException('URL must be a string'); + } + + $encodedUrl = preg_replace_callback( + '%[^:/@?&=#]+%u', + static function ($matches) { + return rawurlencode($matches[0]); + }, + $url + ); + + $parts = is_string($encodedUrl) ? parse_url($encodedUrl) : false; + if ($parts === false) { + throw new InvalidArgumentException("Malformed URL: {$url}"); + } + + return $parts; + } + + /** + * Parse query string and return it as an array. + * + * @param string $query + * @return mixed + */ + public static function parseQuery($query) + { + parse_str($query, $params); + + return $params; + } + + /** + * Build query string from variables. + * + * @param array $params + * @return string + */ + public static function buildQuery(array $params) + { + if (!$params) { + return ''; + } + + $separator = ini_get('arg_separator.output') ?: '&'; + + return http_build_query($params, '', $separator, PHP_QUERY_RFC3986); + } +} diff --git a/system/src/Grav/Framework/Uri/UriPartsFilter.php b/system/src/Grav/Framework/Uri/UriPartsFilter.php new file mode 100644 index 0000000..27b72ac --- /dev/null +++ b/system/src/Grav/Framework/Uri/UriPartsFilter.php @@ -0,0 +1,145 @@ += 0 && $port <= 65535))) { + return $port; + } + + throw new InvalidArgumentException('Uri port must be null or an integer between 0 and 65535'); + } + + /** + * Filter Uri path. + * + * This method percent-encodes all reserved characters in the provided path string. This method + * will NOT double-encode characters that are already percent-encoded. + * + * @param string $path The raw uri path. + * @return string The RFC 3986 percent-encoded uri path. + * @throws InvalidArgumentException If the path is invalid. + * @link http://www.faqs.org/rfcs/rfc3986.html + */ + public static function filterPath($path) + { + if (!is_string($path)) { + throw new InvalidArgumentException('Uri path must be a string'); + } + + return preg_replace_callback( + '/(?:[^a-zA-Z0-9_\-\.~:@&=\+\$,\/;%]+|%(?![A-Fa-f0-9]{2}))/u', + function ($match) { + return rawurlencode($match[0]); + }, + $path + ) ?? ''; + } + + /** + * Filters the query string or fragment of a URI. + * + * @param string $query The raw uri query string. + * @return string The percent-encoded query string. + * @throws InvalidArgumentException If the query is invalid. + */ + public static function filterQueryOrFragment($query) + { + if (!is_string($query)) { + throw new InvalidArgumentException('Uri query string and fragment must be a string'); + } + + return preg_replace_callback( + '/(?:[^a-zA-Z0-9_\-\.~!\$&\'\(\)\*\+,;=%:@\/\?]+|%(?![A-Fa-f0-9]{2}))/u', + function ($match) { + return rawurlencode($match[0]); + }, + $query + ) ?? ''; + } +} diff --git a/system/src/Grav/Installer/Install.php b/system/src/Grav/Installer/Install.php new file mode 100644 index 0000000..3229100 --- /dev/null +++ b/system/src/Grav/Installer/Install.php @@ -0,0 +1,400 @@ + [ + 'name' => 'PHP', + 'versions' => [ + '8.1' => '8.1.0', + '8.0' => '8.0.0', + '7.4' => '7.4.1', + '7.3' => '7.3.6', + '' => '8.0.13' + ] + ], + 'grav' => [ + 'name' => 'Grav', + 'versions' => [ + '1.6' => '1.6.0', + '' => '1.6.28' + ] + ], + 'plugins' => [ + 'admin' => [ + 'name' => 'Admin', + 'optional' => true, + 'versions' => [ + '1.9' => '1.9.0', + '' => '1.9.13' + ] + ], + 'email' => [ + 'name' => 'Email', + 'optional' => true, + 'versions' => [ + '3.0' => '3.0.0', + '' => '3.0.10' + ] + ], + 'form' => [ + 'name' => 'Form', + 'optional' => true, + 'versions' => [ + '4.1' => '4.1.0', + '4.0' => '4.0.0', + '3.0' => '3.0.0', + '' => '4.1.2' + ] + ], + 'login' => [ + 'name' => 'Login', + 'optional' => true, + 'versions' => [ + '3.3' => '3.3.0', + '3.0' => '3.0.0', + '' => '3.3.6' + ] + ], + ] + ]; + + /** @var array */ + public $ignores = [ + 'backup', + 'cache', + 'images', + 'logs', + 'tmp', + 'user', + '.htaccess', + 'robots.txt' + ]; + + /** @var array */ + private $classMap = [ + InstallException::class => __DIR__ . '/InstallException.php', + Versions::class => __DIR__ . '/Versions.php', + VersionUpdate::class => __DIR__ . '/VersionUpdate.php', + VersionUpdater::class => __DIR__ . '/VersionUpdater.php', + YamlUpdater::class => __DIR__ . '/YamlUpdater.php', + ]; + + /** @var string|null */ + private $zip; + + /** @var string|null */ + private $location; + + /** @var VersionUpdater|null */ + private $updater; + + /** @var static */ + private static $instance; + + /** + * @return static + */ + public static function instance() + { + if (null === self::$instance) { + self::$instance = new static(); + } + + return self::$instance; + } + + private function __construct() + { + } + + /** + * @param string|null $zip + * @return $this + */ + public function setZip(?string $zip) + { + $this->zip = $zip; + + return $this; + } + + /** + * @param string|null $zip + * @return void + */ + #[\ReturnTypeWillChange] + public function __invoke(?string $zip) + { + $this->zip = $zip; + + $failedRequirements = $this->checkRequirements(); + if ($failedRequirements) { + $error = ['Following requirements have failed:']; + + foreach ($failedRequirements as $name => $req) { + $error[] = "{$req['title']} >= v{$req['minimum']} required, you have v{$req['installed']}"; + } + + $errors = implode("
    \n", $error); + if (\defined('GRAV_CLI') && GRAV_CLI) { + $errors = "\n\n" . strip_tags($errors) . "\n\n"; + $errors .= <<prepare(); + $this->install(); + $this->finalize(); + } + + /** + * NOTE: This method can only be called after $grav['plugins']->init(). + * + * @return array List of failed requirements. If the list is empty, installation can go on. + */ + public function checkRequirements(): array + { + $results = []; + + $this->checkVersion($results, 'php', 'php', $this->requires['php'], PHP_VERSION); + $this->checkVersion($results, 'grav', 'grav', $this->requires['grav'], GRAV_VERSION); + $this->checkPlugins($results, $this->requires['plugins']); + + return $results; + } + + /** + * @return void + * @throws RuntimeException + */ + public function prepare(): void + { + // Locate the new Grav update and the target site from the filesystem. + $location = realpath(__DIR__); + $target = realpath(GRAV_ROOT . '/index.php'); + + if (!$location) { + throw new RuntimeException('Internal Error', 500); + } + + if ($target && dirname($location, 4) === dirname($target)) { + // We cannot copy files into themselves, abort! + throw new RuntimeException('Grav has already been installed here!', 400); + } + + // Load the installer classes. + foreach ($this->classMap as $class_name => $path) { + // Make sure that none of the Grav\Installer classes have been loaded, otherwise installation may fail! + if (class_exists($class_name, false)) { + throw new RuntimeException(sprintf('Cannot update Grav, class %s has already been loaded!', $class_name), 500); + } + + require $path; + } + + $this->legacySupport(); + + $this->location = dirname($location, 4); + + $versions = Versions::instance(USER_DIR . 'config/versions.yaml'); + $this->updater = new VersionUpdater('core/grav', __DIR__ . '/updates', $this->getVersion(), $versions); + + $this->updater->preflight(); + } + + /** + * @return void + * @throws RuntimeException + */ + public function install(): void + { + if (!$this->location) { + throw new RuntimeException('Oops, installer was run without prepare()!', 500); + } + + try { + if (null === $this->updater) { + $versions = Versions::instance(USER_DIR . 'config/versions.yaml'); + $this->updater = new VersionUpdater('core/grav', __DIR__ . '/updates', $this->getVersion(), $versions); + } + + // Update user/config/version.yaml before copying the files to avoid frontend from setting the version schema. + $this->updater->install(); + + Installer::install( + $this->zip ?? '', + GRAV_ROOT, + ['sophisticated' => true, 'overwrite' => true, 'ignore_symlinks' => true, 'ignores' => $this->ignores], + $this->location, + !($this->zip && is_file($this->zip)) + ); + } catch (Exception $e) { + Installer::setError($e->getMessage()); + } + + $errorCode = Installer::lastErrorCode(); + + $success = !(is_string($errorCode) || ($errorCode & (Installer::ZIP_OPEN_ERROR | Installer::ZIP_EXTRACT_ERROR))); + + if (!$success) { + throw new RuntimeException(Installer::lastErrorMsg()); + } + } + + /** + * @return void + * @throws RuntimeException + */ + public function finalize(): void + { + // Finalize can be run without installing Grav first. + if (null === $this->updater) { + $versions = Versions::instance(USER_DIR . 'config/versions.yaml'); + $this->updater = new VersionUpdater('core/grav', __DIR__ . '/updates', GRAV_VERSION, $versions); + $this->updater->install(); + } + + $this->updater->postflight(); + + Cache::clearCache('all'); + + clearstatcache(); + if (function_exists('opcache_reset')) { + @opcache_reset(); + } + } + + /** + * @param array $results + * @param string $type + * @param string $name + * @param array $check + * @param string|null $version + * @return void + */ + protected function checkVersion(array &$results, $type, $name, array $check, $version): void + { + if (null === $version && !empty($check['optional'])) { + return; + } + + $major = $minor = 0; + $versions = $check['versions'] ?? []; + foreach ($versions as $major => $minor) { + if (!$major || version_compare($version ?? '0', $major, '<')) { + continue; + } + + if (version_compare($version ?? '0', $minor, '>=')) { + return; + } + + break; + } + + if (!$major) { + $minor = reset($versions); + } + + $recommended = end($versions); + + if (version_compare($recommended, $minor, '<=')) { + $recommended = null; + } + + $results[$name] = [ + 'type' => $type, + 'name' => $name, + 'title' => $check['name'] ?? $name, + 'installed' => $version, + 'minimum' => $minor, + 'recommended' => $recommended + ]; + } + + /** + * @param array $results + * @param array $plugins + * @return void + */ + protected function checkPlugins(array &$results, array $plugins): void + { + if (!class_exists('Plugins')) { + return; + } + + foreach ($plugins as $name => $check) { + $plugin = Plugins::get($name); + if (!$plugin) { + $this->checkVersion($results, 'plugin', $name, $check, null); + continue; + } + + $blueprint = $plugin->blueprints(); + $version = (string)$blueprint->get('version'); + $check['name'] = ($blueprint->get('name') ?? $check['name'] ?? $name) . ' Plugin'; + $this->checkVersion($results, 'plugin', $name, $check, $version); + } + } + + /** + * @return string + */ + protected function getVersion(): string + { + $definesFile = "{$this->location}/system/defines.php"; + $content = file_get_contents($definesFile); + if (false === $content) { + return ''; + } + + preg_match("/define\('GRAV_VERSION', '([^']+)'\);/mu", $content, $matches); + + return $matches[1] ?? ''; + } + + protected function legacySupport(): void + { + // Support install for Grav 1.6.0 - 1.6.20 by loading the original class from the older version of Grav. + class_exists(\Grav\Console\Cli\CacheCommand::class, true); + } +} diff --git a/system/src/Grav/Installer/InstallException.php b/system/src/Grav/Installer/InstallException.php new file mode 100644 index 0000000..6565355 --- /dev/null +++ b/system/src/Grav/Installer/InstallException.php @@ -0,0 +1,29 @@ +getCode(), $previous); + } +} diff --git a/system/src/Grav/Installer/VersionUpdate.php b/system/src/Grav/Installer/VersionUpdate.php new file mode 100644 index 0000000..1fde783 --- /dev/null +++ b/system/src/Grav/Installer/VersionUpdate.php @@ -0,0 +1,83 @@ +revision = $name; + [$this->version, $this->date, $this->patch] = explode('_', $name); + $this->updater = $updater; + $this->methods = require $file; + } + + public function getRevision(): string + { + return $this->revision; + } + + public function getVersion(): string + { + return $this->version; + } + + public function getDate(): string + { + return $this->date; + } + + public function getPatch(): string + { + return $this->patch; + } + + public function getUpdater(): VersionUpdater + { + return $this->updater; + } + + /** + * Run right before installation. + */ + public function preflight(VersionUpdater $updater): void + { + $method = $this->methods['preflight'] ?? null; + if ($method instanceof Closure) { + $method->call($this); + } + } + + /** + * Runs right after installation. + */ + public function postflight(VersionUpdater $updater): void + { + $method = $this->methods['postflight'] ?? null; + if ($method instanceof Closure) { + $method->call($this); + } + } +} diff --git a/system/src/Grav/Installer/VersionUpdater.php b/system/src/Grav/Installer/VersionUpdater.php new file mode 100644 index 0000000..75a3b04 --- /dev/null +++ b/system/src/Grav/Installer/VersionUpdater.php @@ -0,0 +1,133 @@ +name = $name; + $this->path = $path; + $this->version = $version; + $this->versions = $versions; + + $this->loadUpdates(); + } + + /** + * Pre-installation method. + */ + public function preflight(): void + { + foreach ($this->updates as $revision => $update) { + $update->preflight($this); + } + } + + /** + * Install method. + */ + public function install(): void + { + $versions = $this->getVersions(); + $versions->updateVersion($this->name, $this->version); + $versions->save(); + } + + /** + * Post-installation method. + */ + public function postflight(): void + { + $versions = $this->getVersions(); + + foreach ($this->updates as $revision => $update) { + $update->postflight($this); + + $versions->setSchema($this->name, $revision); + $versions->save(); + } + } + + /** + * @return Versions + */ + public function getVersions(): Versions + { + return $this->versions; + } + + /** + * @param string|null $name + * @return string|null + */ + public function getExtensionVersion(string $name = null): ?string + { + return $this->versions->getVersion($name ?? $this->name); + } + + /** + * @param string|null $name + * @return string|null + */ + public function getExtensionSchema(string $name = null): ?string + { + return $this->versions->getSchema($name ?? $this->name); + } + + /** + * @param string|null $name + * @return array + */ + public function getExtensionHistory(string $name = null): array + { + return $this->versions->getHistory($name ?? $this->name); + } + + protected function loadUpdates(): void + { + $this->updates = []; + + $schema = $this->getExtensionSchema(); + $iterator = new DirectoryIterator($this->path); + foreach ($iterator as $item) { + if (!$item->isFile() || $item->getExtension() !== 'php') { + continue; + } + + $revision = $item->getBasename('.php'); + if (!$schema || version_compare($revision, $schema, '>')) { + $realPath = $item->getRealPath(); + if ($realPath) { + $this->updates[$revision] = new VersionUpdate($realPath, $this); + } + } + } + + uksort($this->updates, 'version_compare'); + } +} diff --git a/system/src/Grav/Installer/Versions.php b/system/src/Grav/Installer/Versions.php new file mode 100644 index 0000000..201b9e8 --- /dev/null +++ b/system/src/Grav/Installer/Versions.php @@ -0,0 +1,329 @@ +updated) { + return false; + } + + file_put_contents($this->filename, Yaml::dump($this->items, 4, 2)); + + $this->updated = false; + + return true; + } + + /** + * @return array + */ + public function getAll(): array + { + return $this->items; + } + + /** + * @return array|null + */ + public function getGrav(): ?array + { + return $this->get('core/grav'); + } + + /** + * @return array + */ + public function getPlugins(): array + { + return $this->get('plugins', []); + } + + /** + * @param string $name + * @return array|null + */ + public function getPlugin(string $name): ?array + { + return $this->get("plugins/{$name}"); + } + + /** + * @return array + */ + public function getThemes(): array + { + return $this->get('themes', []); + } + + /** + * @param string $name + * @return array|null + */ + public function getTheme(string $name): ?array + { + return $this->get("themes/{$name}"); + } + + /** + * @param string $extension + * @return array|null + */ + public function getExtension(string $extension): ?array + { + return $this->get($extension); + } + + /** + * @param string $extension + * @param array|null $value + */ + public function setExtension(string $extension, ?array $value): void + { + if (null !== $value) { + $this->set($extension, $value); + } else { + $this->undef($extension); + } + } + + /** + * @param string $extension + * @return string|null + */ + public function getVersion(string $extension): ?string + { + $version = $this->get("{$extension}/version", null); + + return is_string($version) ? $version : null; + } + + /** + * @param string $extension + * @param string|null $version + */ + public function setVersion(string $extension, ?string $version): void + { + $this->updateHistory($extension, $version); + } + + /** + * NOTE: Updates also history. + * + * @param string $extension + * @param string|null $version + */ + public function updateVersion(string $extension, ?string $version): void + { + $this->set("{$extension}/version", $version); + $this->updateHistory($extension, $version); + } + + /** + * @param string $extension + * @return string|null + */ + public function getSchema(string $extension): ?string + { + $version = $this->get("{$extension}/schema", null); + + return is_string($version) ? $version : null; + } + + /** + * @param string $extension + * @param string|null $schema + */ + public function setSchema(string $extension, ?string $schema): void + { + if (null !== $schema) { + $this->set("{$extension}/schema", $schema); + } else { + $this->undef("{$extension}/schema"); + } + } + + /** + * @param string $extension + * @return array + */ + public function getHistory(string $extension): array + { + $name = "{$extension}/history"; + $history = $this->get($name, []); + + // Fix for broken Grav 1.6 history + if ($extension === 'grav') { + $history = $this->fixHistory($history); + } + + return $history; + } + + /** + * @param string $extension + * @param string|null $version + */ + public function updateHistory(string $extension, ?string $version): void + { + $name = "{$extension}/history"; + $history = $this->getHistory($extension); + $history[] = ['version' => $version, 'date' => gmdate('Y-m-d H:i:s')]; + $this->set($name, $history); + } + + /** + * Clears extension history. Useful when creating skeletons. + * + * @param string $extension + */ + public function removeHistory(string $extension): void + { + $this->undef("{$extension}/history"); + } + + /** + * @param array $history + * @return array + */ + private function fixHistory(array $history): array + { + if (isset($history['version'], $history['date'])) { + $fix = [['version' => $history['version'], 'date' => $history['date']]]; + unset($history['version'], $history['date']); + $history = array_merge($fix, $history); + } + + return $history; + } + + /** + * Get value by using dot notation for nested arrays/objects. + * + * @param string $name Slash separated path to the requested value. + * @param mixed $default Default value (or null). + * @return mixed Value. + */ + private function get(string $name, $default = null) + { + $path = explode('/', $name); + $current = $this->items; + + foreach ($path as $field) { + if (is_array($current) && isset($current[$field])) { + $current = $current[$field]; + } else { + return $default; + } + } + + return $current; + } + + /** + * Set value by using dot notation for nested arrays/objects. + * + * @param string $name Slash separated path to the requested value. + * @param mixed $value New value. + */ + private function set(string $name, $value): void + { + $path = explode('/', $name); + $current = &$this->items; + + foreach ($path as $field) { + // Handle arrays and scalars. + if (!is_array($current)) { + $current = [$field => []]; + } elseif (!isset($current[$field])) { + $current[$field] = []; + } + $current = &$current[$field]; + } + + $current = $value; + $this->updated = true; + } + + /** + * Unset value by using dot notation for nested arrays/objects. + * + * @param string $name Dot separated path to the requested value. + */ + private function undef(string $name): void + { + $path = $name !== '' ? explode('/', $name) : []; + if (!$path) { + return; + } + + $var = array_pop($path); + $current = &$this->items; + + foreach ($path as $field) { + if (!is_array($current) || !isset($current[$field])) { + return; + } + $current = &$current[$field]; + } + + unset($current[$var]); + $this->updated = true; + } + + private function __construct(string $filename) + { + $this->filename = $filename; + $content = is_file($filename) ? file_get_contents($filename) : null; + if (false === $content) { + throw new \RuntimeException('Versions file cannot be read'); + } + $this->items = $content ? Yaml::parse($content) : []; + } +} diff --git a/system/src/Grav/Installer/YamlUpdater.php b/system/src/Grav/Installer/YamlUpdater.php new file mode 100644 index 0000000..b8aa078 --- /dev/null +++ b/system/src/Grav/Installer/YamlUpdater.php @@ -0,0 +1,431 @@ +updated) { + return false; + } + + try { + if (!$this->isHandWritten()) { + $yaml = Yaml::dump($this->items, 5, 2); + } else { + $yaml = implode("\n", $this->lines); + + $items = Yaml::parse($yaml); + if ($items !== $this->items) { + throw new \RuntimeException('Failed saving the content'); + } + } + + file_put_contents($this->filename, $yaml); + + } catch (\Exception $e) { + throw new \RuntimeException('Failed to update ' . basename($this->filename) . ': ' . $e->getMessage()); + } + + return true; + } + + /** + * @return bool + */ + public function isHandWritten(): bool + { + return !empty($this->comments); + } + + /** + * @return array + */ + public function getComments(): array + { + $comments = []; + foreach ($this->lines as $i => $line) { + if ($this->isLineEmpty($line)) { + $comments[$i+1] = $line; + } elseif ($comment = $this->getInlineComment($line)) { + $comments[$i+1] = $comment; + } + } + + return $comments; + } + + /** + * @param string $variable + * @param mixed $value + */ + public function define(string $variable, $value): void + { + // If variable has already value, we're good. + if ($this->get($variable) !== null) { + return; + } + + // If one of the parents isn't array, we're good, too. + if (!$this->canDefine($variable)) { + return; + } + + $this->set($variable, $value); + if (!$this->isHandWritten()) { + return; + } + + $parts = explode('.', $variable); + + $lineNos = $this->findPath($this->lines, $parts); + $count = count($lineNos); + $last = array_key_last($lineNos); + + $value = explode("\n", trim(Yaml::dump([$last => $this->get(implode('.', array_keys($lineNos)))], max(0, 5-$count), 2))); + $currentLine = array_pop($lineNos) ?: 0; + $parentLine = array_pop($lineNos); + + if ($parentLine !== null) { + $c = $this->getLineIndentation($this->lines[$parentLine] ?? ''); + $n = $this->getLineIndentation($this->lines[$parentLine+1] ?? $this->lines[$parentLine] ?? ''); + $indent = $n > $c ? $n : $c + 2; + } else { + $indent = 0; + array_unshift($value, ''); + } + $spaces = str_repeat(' ', $indent); + foreach ($value as &$line) { + $line = $spaces . $line; + } + unset($line); + + array_splice($this->lines, abs($currentLine)+1, 0, $value); + } + + public function undefine(string $variable): void + { + // If variable does not have value, we're good. + if ($this->get($variable) === null) { + return; + } + + // If one of the parents isn't array, we're good, too. + if (!$this->canDefine($variable)) { + return; + } + + $this->undef($variable); + if (!$this->isHandWritten()) { + return; + } + + // TODO: support also removing property from handwritten configuration file. + } + + private function __construct(string $filename) + { + $content = is_file($filename) ? (string)file_get_contents($filename) : ''; + $content = rtrim(str_replace(["\r\n", "\r"], "\n", $content)); + + $this->filename = $filename; + $this->lines = explode("\n", $content); + $this->comments = $this->getComments(); + $this->items = $content ? Yaml::parse($content) : []; + } + + /** + * Return array of offsets for the parent nodes. Negative value means position, but not found. + * + * @param array $lines + * @param array $parts + * @return int[] + */ + private function findPath(array $lines, array $parts) + { + $test = true; + $indent = -1; + $current = array_shift($parts); + + $j = 1; + $found = []; + $space = ''; + foreach ($lines as $i => $line) { + if ($this->isLineEmpty($line)) { + if ($this->isLineComment($line) && $this->getLineIndentation($line) > $indent) { + $j = $i; + } + continue; + } + + if ($test === true) { + $test = false; + $spaces = strlen($line) - strlen(ltrim($line, ' ')); + if ($spaces <= $indent) { + $found[$current] = -$j; + + return $found; + } + + $indent = $spaces; + $space = $indent ? str_repeat(' ', $indent) : ''; + } + + + if (0 === \strncmp($line, $space, strlen($space))) { + $pattern = "/^{$space}(['\"]?){$current}\\1\:/"; + + if (preg_match($pattern, $line)) { + $found[$current] = $i; + $current = array_shift($parts); + if ($current === null) { + return $found; + } + $test = true; + } + } else { + $found[$current] = -$j; + + return $found; + } + + $j = $i; + } + + $found[$current] = -$j; + + return $found; + } + + /** + * Returns true if the current line is blank or if it is a comment line. + * + * @param string $line Contents of the line + * @return bool Returns true if the current line is empty or if it is a comment line, false otherwise + */ + private function isLineEmpty(string $line): bool + { + return $this->isLineBlank($line) || $this->isLineComment($line); + } + + /** + * Returns true if the current line is blank. + * + * @param string $line Contents of the line + * @return bool Returns true if the current line is blank, false otherwise + */ + private function isLineBlank(string $line): bool + { + return '' === trim($line, ' '); + } + + /** + * Returns true if the current line is a comment line. + * + * @param string $line Contents of the line + * @return bool Returns true if the current line is a comment line, false otherwise + */ + private function isLineComment(string $line): bool + { + //checking explicitly the first char of the trim is faster than loops or strpos + $ltrimmedLine = ltrim($line, ' '); + + return '' !== $ltrimmedLine && '#' === $ltrimmedLine[0]; + } + + /** + * @param string $line + * @return bool + */ + private function isInlineComment(string $line): bool + { + return $this->getInlineComment($line) !== null; + } + + /** + * @param string $line + * @return string|null + */ + private function getInlineComment(string $line): ?string + { + $pos = strpos($line, ' #'); + if (false === $pos) { + return null; + } + + $parts = explode(' #', $line); + $part = ''; + while ($part .= array_shift($parts)) { + // Remove quoted values. + $part = preg_replace('/(([\'"])[^\2]*\2)/', '', $part); + assert(null !== $part); + $part = preg_split('/[\'"]/', $part, 2); + assert(false !== $part); + if (!isset($part[1])) { + $part = $part[0]; + array_unshift($parts, str_repeat(' ', strlen($part) - strlen(trim($part, ' ')))); + break; + } + $part = $part[1]; + } + + + return implode(' #', $parts); + } + + /** + * Returns the current line indentation. + * + * @param string $line + * @return int The current line indentation + */ + private function getLineIndentation(string $line): int + { + return \strlen($line) - \strlen(ltrim($line, ' ')); + } + + /** + * Get value by using dot notation for nested arrays/objects. + * + * @param string $name Dot separated path to the requested value. + * @param mixed $default Default value (or null). + * @return mixed Value. + */ + private function get(string $name, $default = null) + { + $path = explode('.', $name); + $current = $this->items; + + foreach ($path as $field) { + if (is_array($current) && isset($current[$field])) { + $current = $current[$field]; + } else { + return $default; + } + } + + return $current; + } + + /** + * Set value by using dot notation for nested arrays/objects. + * + * @param string $name Dot separated path to the requested value. + * @param mixed $value New value. + */ + private function set(string $name, $value): void + { + $path = explode('.', $name); + $current = &$this->items; + + foreach ($path as $field) { + // Handle arrays and scalars. + if (!is_array($current)) { + $current = [$field => []]; + } elseif (!isset($current[$field])) { + $current[$field] = []; + } + $current = &$current[$field]; + } + + $current = $value; + $this->updated = true; + } + + /** + * Unset value by using dot notation for nested arrays/objects. + * + * @param string $name Dot separated path to the requested value. + */ + private function undef(string $name): void + { + $path = $name !== '' ? explode('.', $name) : []; + if (!$path) { + return; + } + + $var = array_pop($path); + $current = &$this->items; + + foreach ($path as $field) { + if (!is_array($current) || !isset($current[$field])) { + return; + } + $current = &$current[$field]; + } + + unset($current[$var]); + $this->updated = true; + } + + /** + * Get value by using dot notation for nested arrays/objects. + * + * @param string $name Dot separated path to the requested value. + * @return bool + */ + private function canDefine(string $name): bool + { + $path = explode('.', $name); + $current = $this->items; + + foreach ($path as $field) { + if (is_array($current)) { + if (!isset($current[$field])) { + return true; + } + $current = $current[$field]; + } else { + return false; + } + } + + return true; + } +} diff --git a/system/src/Grav/Installer/updates/1.7.0_2020-11-20_1.php b/system/src/Grav/Installer/updates/1.7.0_2020-11-20_1.php new file mode 100644 index 0000000..6120665 --- /dev/null +++ b/system/src/Grav/Installer/updates/1.7.0_2020-11-20_1.php @@ -0,0 +1,24 @@ + null, + 'postflight' => + function () { + /** @var VersionUpdate $this */ + try { + // Keep old defaults for backwards compatibility. + $yaml = YamlUpdater::instance(GRAV_ROOT . '/user/config/system.yaml'); + $yaml->define('twig.autoescape', false); + $yaml->define('strict_mode.yaml_compat', true); + $yaml->define('strict_mode.twig_compat', true); + $yaml->define('strict_mode.blueprint_compat', true); + $yaml->save(); + } catch (\Exception $e) { + throw new InstallException('Could not update system configuration to maintain backwards compatibility', $e); + } + } +]; diff --git a/system/src/Twig/DeferredExtension/DeferredBlockNode.php b/system/src/Twig/DeferredExtension/DeferredBlockNode.php new file mode 100755 index 0000000..6ae974f --- /dev/null +++ b/system/src/Twig/DeferredExtension/DeferredBlockNode.php @@ -0,0 +1,43 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +declare(strict_types=1); + +namespace Twig\DeferredExtension; + +use Twig\Compiler; +use Twig\Node\BlockNode; + +final class DeferredBlockNode extends BlockNode +{ + public function compile(Compiler $compiler) : void + { + $name = $this->getAttribute('name'); + + $compiler + ->write("public function block_$name(\$context, array \$blocks = [])\n", "{\n") + ->indent() + ->write("\$this->deferred->defer(\$this, '$name');\n") + ->outdent() + ->write("}\n\n") + ; + + $compiler + ->addDebugInfo($this) + ->write("public function block_{$name}_deferred(\$context, array \$blocks = [])\n", "{\n") + ->indent() + ->subcompile($this->getNode('body')) + ->write("\$this->deferred->resolve(\$this, \$context, \$blocks);\n") + ->outdent() + ->write("}\n\n") + ; + } +} diff --git a/system/src/Twig/DeferredExtension/DeferredDeclareNode.php b/system/src/Twig/DeferredExtension/DeferredDeclareNode.php new file mode 100644 index 0000000..ba05121 --- /dev/null +++ b/system/src/Twig/DeferredExtension/DeferredDeclareNode.php @@ -0,0 +1,27 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +declare(strict_types=1); + +namespace Twig\DeferredExtension; + +use Twig\Compiler; +use Twig\Node\Node; + +final class DeferredDeclareNode extends Node +{ + public function compile(Compiler $compiler) : void + { + $compiler + ->write("private \$deferred;\n") + ; + } +} \ No newline at end of file diff --git a/system/src/Twig/DeferredExtension/DeferredExtension.php b/system/src/Twig/DeferredExtension/DeferredExtension.php new file mode 100644 index 0000000..f27c2a3 --- /dev/null +++ b/system/src/Twig/DeferredExtension/DeferredExtension.php @@ -0,0 +1,72 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +declare(strict_types=1); + +namespace Twig\DeferredExtension; + +use Twig\Environment; +use Twig\Extension\AbstractExtension; +use Twig\Template; + +final class DeferredExtension extends AbstractExtension +{ + private $blocks = []; + + public function getTokenParsers() : array + { + return [new DeferredTokenParser()]; + } + + public function getNodeVisitors() : array + { + if (Environment::VERSION_ID < 20000) { + // Twig 1.x support + return [new DeferredNodeVisitorCompat()]; + } + + return [new DeferredNodeVisitor()]; + } + + public function defer(Template $template, string $blockName) : void + { + $templateName = $template->getTemplateName(); + $this->blocks[$templateName][] = $blockName; + $index = \count($this->blocks[$templateName]) - 1; + + \ob_start(function (string $buffer) use ($index, $templateName) { + unset($this->blocks[$templateName][$index]); + + return $buffer; + }); + } + + public function resolve(Template $template, array $context, array $blocks) : void + { + $templateName = $template->getTemplateName(); + if (empty($this->blocks[$templateName])) { + return; + } + + while ($blockName = \array_pop($this->blocks[$templateName])) { + $buffer = \ob_get_clean(); + + $blocks[$blockName] = [$template, 'block_'.$blockName.'_deferred']; + $template->displayBlock($blockName, $context, $blocks); + + echo $buffer; + } + + if ($parent = $template->getParent($context)) { + $this->resolve($parent, $context, $blocks); + } + } +} diff --git a/system/src/Twig/DeferredExtension/DeferredInitializeNode.php b/system/src/Twig/DeferredExtension/DeferredInitializeNode.php new file mode 100644 index 0000000..0653f5c --- /dev/null +++ b/system/src/Twig/DeferredExtension/DeferredInitializeNode.php @@ -0,0 +1,27 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +declare(strict_types=1); + +namespace Twig\DeferredExtension; + +use Twig\Compiler; +use Twig\Node\Node; + +final class DeferredInitializeNode extends Node +{ + public function compile(Compiler $compiler) : void + { + $compiler + ->write("\$this->deferred = \$this->env->getExtension('".DeferredExtension::class."');\n") + ; + } +} diff --git a/system/src/Twig/DeferredExtension/DeferredNode.php b/system/src/Twig/DeferredExtension/DeferredNode.php new file mode 100755 index 0000000..2ac73bd --- /dev/null +++ b/system/src/Twig/DeferredExtension/DeferredNode.php @@ -0,0 +1,27 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +declare(strict_types=1); + +namespace Twig\DeferredExtension; + +use Twig\Compiler; +use Twig\Node\Node; + +final class DeferredNode extends Node +{ + public function compile(Compiler $compiler) : void + { + $compiler + ->write("\$this->deferred->resolve(\$this, \$context, \$blocks);\n") + ; + } +} diff --git a/system/src/Twig/DeferredExtension/DeferredNodeVisitor.php b/system/src/Twig/DeferredExtension/DeferredNodeVisitor.php new file mode 100644 index 0000000..6f61487 --- /dev/null +++ b/system/src/Twig/DeferredExtension/DeferredNodeVisitor.php @@ -0,0 +1,50 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +declare(strict_types=1); + +namespace Twig\DeferredExtension; + +use Twig\Environment; +use Twig\Node\ModuleNode; +use Twig\Node\Node; +use Twig\NodeVisitor\NodeVisitorInterface; + +final class DeferredNodeVisitor implements NodeVisitorInterface +{ + private $hasDeferred = false; + + public function enterNode(Node $node, Environment $env) : Node + { + if (!$this->hasDeferred && $node instanceof DeferredBlockNode) { + $this->hasDeferred = true; + } + + return $node; + } + + public function leaveNode(Node $node, Environment $env) : ?Node + { + if ($this->hasDeferred && $node instanceof ModuleNode) { + $node->getNode('constructor_end')->setNode('deferred_initialize', new DeferredInitializeNode()); + $node->getNode('display_end')->setNode('deferred_resolve', new DeferredResolveNode()); + $node->getNode('class_end')->setNode('deferred_declare', new DeferredDeclareNode()); + $this->hasDeferred = false; + } + + return $node; + } + + public function getPriority() : int + { + return 0; + } +} diff --git a/system/src/Twig/DeferredExtension/DeferredNodeVisitorCompat.php b/system/src/Twig/DeferredExtension/DeferredNodeVisitorCompat.php new file mode 100644 index 0000000..aa61b72 --- /dev/null +++ b/system/src/Twig/DeferredExtension/DeferredNodeVisitorCompat.php @@ -0,0 +1,67 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +declare(strict_types=1); + +namespace Twig\DeferredExtension; + +use Twig\Environment; +use Twig\Node\ModuleNode; +use Twig\Node\Node; +use Twig\NodeVisitor\NodeVisitorInterface; + +final class DeferredNodeVisitorCompat implements NodeVisitorInterface +{ + private $hasDeferred = false; + + /** + * @param \Twig_NodeInterface $node + * @param Environment $env + * @return Node + */ + public function enterNode(\Twig_NodeInterface $node, Environment $env): Node + { + if (!$this->hasDeferred && $node instanceof DeferredBlockNode) { + $this->hasDeferred = true; + } + + \assert($node instanceof Node); + + return $node; + } + + /** + * @param \Twig_NodeInterface $node + * @param Environment $env + * @return Node|null + */ + public function leaveNode(\Twig_NodeInterface $node, Environment $env): ?Node + { + if ($this->hasDeferred && $node instanceof ModuleNode) { + $node->getNode('constructor_end')->setNode('deferred_initialize', new DeferredInitializeNode()); + $node->getNode('display_end')->setNode('deferred_resolve', new DeferredResolveNode()); + $node->getNode('class_end')->setNode('deferred_declare', new DeferredDeclareNode()); + $this->hasDeferred = false; + } + + \assert($node instanceof Node); + + return $node; + } + + /** + * @return int + */ + public function getPriority() : int + { + return 0; + } +} diff --git a/system/src/Twig/DeferredExtension/DeferredResolveNode.php b/system/src/Twig/DeferredExtension/DeferredResolveNode.php new file mode 100644 index 0000000..72e0e29 --- /dev/null +++ b/system/src/Twig/DeferredExtension/DeferredResolveNode.php @@ -0,0 +1,27 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +declare(strict_types=1); + +namespace Twig\DeferredExtension; + +use Twig\Compiler; +use Twig\Node\Node; + +final class DeferredResolveNode extends Node +{ + public function compile(Compiler $compiler) : void + { + $compiler + ->write("\$this->deferred->resolve(\$this, \$context, \$blocks);\n") + ; + } +} diff --git a/system/src/Twig/DeferredExtension/DeferredTokenParser.php b/system/src/Twig/DeferredExtension/DeferredTokenParser.php new file mode 100644 index 0000000..1870ae0 --- /dev/null +++ b/system/src/Twig/DeferredExtension/DeferredTokenParser.php @@ -0,0 +1,77 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +declare(strict_types=1); + +namespace Twig\DeferredExtension; + +use Twig\Node\BlockNode; +use Twig\Node\Node; +use Twig\Parser; +use Twig\Token; +use Twig\TokenParser\AbstractTokenParser; +use Twig\TokenParser\BlockTokenParser; + +final class DeferredTokenParser extends AbstractTokenParser +{ + private $blockTokenParser; + + public function setParser(Parser $parser) : void + { + parent::setParser($parser); + + $this->blockTokenParser = new BlockTokenParser(); + $this->blockTokenParser->setParser($parser); + } + + public function parse(Token $token) : Node + { + $stream = $this->parser->getStream(); + $nameToken = $stream->next(); + $deferredToken = $stream->nextIf(Token::NAME_TYPE, 'deferred'); + $stream->injectTokens([$nameToken]); + + $node = $this->blockTokenParser->parse($token); + + if ($deferredToken) { + $this->replaceBlockNode($nameToken->getValue()); + } + + return $node; + } + + public function getTag() : string + { + return 'block'; + } + + private function replaceBlockNode(string $name) : void + { + $block = $this->parser->getBlock($name)->getNode('0'); + $this->parser->setBlock($name, $this->createDeferredBlockNode($block)); + } + + private function createDeferredBlockNode(BlockNode $block) : DeferredBlockNode + { + $name = $block->getAttribute('name'); + $deferredBlock = new DeferredBlockNode($name, new Node([]), $block->getTemplateLine()); + + foreach ($block as $nodeName => $node) { + $deferredBlock->setNode($nodeName, $node); + } + + if ($sourceContext = $block->getSourceContext()) { + $deferredBlock->setSourceContext($sourceContext); + } + + return $deferredBlock; + } +} diff --git a/system/templates/default.html.twig b/system/templates/default.html.twig new file mode 100644 index 0000000..f18206b --- /dev/null +++ b/system/templates/default.html.twig @@ -0,0 +1,4 @@ +{# Default output if no theme #} +

    ERROR: {{ page.template() ~'.'~ page.templateFormat() ~".twig" }} template not found for page: {{ page.route() }}

    +

    {{ page.title() }}

    +{{ page.content()|raw }} diff --git a/system/templates/external.html.twig b/system/templates/external.html.twig new file mode 100644 index 0000000..3fa3508 --- /dev/null +++ b/system/templates/external.html.twig @@ -0,0 +1 @@ +{# Default external template #} diff --git a/system/templates/flex/404.html.twig b/system/templates/flex/404.html.twig new file mode 100644 index 0000000..adf4f65 --- /dev/null +++ b/system/templates/flex/404.html.twig @@ -0,0 +1,4 @@ +{% set item = collection ?? object %} +{% set type = collection ? 'collection' : 'object' %} + +ERROR: Layout '{{ layout }}' for flex {{ type }} '{{ item.flexType() }}' was not found. \ No newline at end of file diff --git a/system/templates/flex/_default/collection/debug.html.twig b/system/templates/flex/_default/collection/debug.html.twig new file mode 100644 index 0000000..5a37835 --- /dev/null +++ b/system/templates/flex/_default/collection/debug.html.twig @@ -0,0 +1,5 @@ +

    {{ directory.getTitle() }} debug dump

    + +{% for object in collection %} + {% render object layout: layout %} +{% endfor %} diff --git a/system/templates/flex/_default/object/debug.html.twig b/system/templates/flex/_default/object/debug.html.twig new file mode 100644 index 0000000..dc961cd --- /dev/null +++ b/system/templates/flex/_default/object/debug.html.twig @@ -0,0 +1,4 @@ +
    +

    {{ object.key }}

    +
    {{ object.jsonSerialize()|yaml_encode }}
    +
    \ No newline at end of file diff --git a/system/templates/modular/default.html.twig b/system/templates/modular/default.html.twig new file mode 100644 index 0000000..f18206b --- /dev/null +++ b/system/templates/modular/default.html.twig @@ -0,0 +1,4 @@ +{# Default output if no theme #} +

    ERROR: {{ page.template() ~'.'~ page.templateFormat() ~".twig" }} template not found for page: {{ page.route() }}

    +

    {{ page.title() }}

    +{{ page.content()|raw }} diff --git a/system/templates/partials/messages.html.twig b/system/templates/partials/messages.html.twig new file mode 100644 index 0000000..261b3fc --- /dev/null +++ b/system/templates/partials/messages.html.twig @@ -0,0 +1,14 @@ +{% set status_mapping = {'info':'green', 'error': 'red', 'warning': 'yellow'} %} + +{% if grav.messages.all %} +
    + {% for message in grav.messages.fetch %} + + {% set scope = message.scope|e %} + {% set color = status_mapping[scope] %} + +

    {{ message.message|raw }}

    + + {% endfor %} +
    +{% endif %} diff --git a/system/templates/partials/metadata.html.twig b/system/templates/partials/metadata.html.twig new file mode 100644 index 0000000..fcf1217 --- /dev/null +++ b/system/templates/partials/metadata.html.twig @@ -0,0 +1,3 @@ +{% for meta in page.metadata %} + +{% endfor %} diff --git a/user/accounts/.gitkeep b/user/accounts/.gitkeep new file mode 100644 index 0000000..8c3b423 --- /dev/null +++ b/user/accounts/.gitkeep @@ -0,0 +1 @@ +/* @copyright Copyright (c) 2015 - 2023 Trilby Media, LLC. All rights reserved. */ diff --git a/user/data/.gitkeep b/user/data/.gitkeep new file mode 100644 index 0000000..8c3b423 --- /dev/null +++ b/user/data/.gitkeep @@ -0,0 +1 @@ +/* @copyright Copyright (c) 2015 - 2023 Trilby Media, LLC. All rights reserved. */ diff --git a/user/plugins/.gitkeep b/user/plugins/.gitkeep new file mode 100644 index 0000000..8c3b423 --- /dev/null +++ b/user/plugins/.gitkeep @@ -0,0 +1 @@ +/* @copyright Copyright (c) 2015 - 2023 Trilby Media, LLC. All rights reserved. */ diff --git a/user/themes/.gitkeep b/user/themes/.gitkeep new file mode 100644 index 0000000..8c3b423 --- /dev/null +++ b/user/themes/.gitkeep @@ -0,0 +1 @@ +/* @copyright Copyright (c) 2015 - 2023 Trilby Media, LLC. All rights reserved. */ diff --git a/user/themes/radiogarage/CHANGELOG.md b/user/themes/radiogarage/CHANGELOG.md new file mode 100644 index 0000000..a758007 --- /dev/null +++ b/user/themes/radiogarage/CHANGELOG.md @@ -0,0 +1,186 @@ +# v2.0.4 +## 09/29/2021 + +1. [](#new) + * Added simple gallery modular page for `lightbox-gallery` plugin +2. [](#bugfix) + * Fixed `radio` form field error when admin isn't installed + * Translate `grid size` text + +# v2.0.3 +## 06/08/2020 + +1. [](#improved) + * Updated some JS libraries + * Simplified navigation macro + * Use `site.title` in logo alt text [#139](https://github.com/getgrav/grav-theme-quark/pull/109) + +# v2.0.2 +## 08/09/2019 + +1. [](#improved) + * Allow for overriding of `{% block content %}{% endblock %}` + * Improved default `.table` styling + * Simplified navigation macro +1. [](#bugfix) + * Fixed issue with Prism Highlight [prism-highlight#1](https://github.com/trilbymedia/grav-plugin-prism-highlight/issues/1) + * Use slug for onpage links [#115](https://github.com/getgrav/grav-theme-quark/issues/115) + * Fixed 2 minor YAML linting issues + +# v2.0.1 +## 05/09/2019 + +1. [](#improved) + * Typo in blueprints [#109](https://github.com/getgrav/grav-theme-quark/pull/109) + * Added convenience scripts to `package.json` [#110](https://github.com/getgrav/grav-theme-quark/pull/110) + * Added Czech translation [#106](https://github.com/getgrav/grav-theme-quark/pull/106) + * Added Chinese translation [#114](https://github.com/getgrav/grav-theme-quark/pull/114) + * Removed redundant code [#104](https://github.com/getgrav/grav-theme-quark/pull/104) + * Updated to match Archives plugin translation output +1. [](#bugfix) + * Bugfix to class in macro [#105](https://github.com/getgrav/grav-theme-quark/pull/105) + * Bugfix a z-index issue [#75](https://github.com/getgrav/grav-theme-quark/pull/75) + +# v2.0.0 +## 04/11/2019 + +1. [](#improved) + * Updated to use new `GRAV` core language prefix + * Updated [Spectre.css](https://picturepan2.github.io/spectre/) to latest `0.5.8` version + * Support for 2FA panel styling + * Updated to Yarn 4.0 syntax + * Restructured SCSS to ensure easier Spectre updates in future +1. [](#bugfix) + * Some checkboxes fixes for Forms 3.0 + * More Twig 2.0 compatibility fixes + * Fixed a Twig 2.0 issue with assets rendering + +# v1.2.6 +## 03/21/2019 + +1. [](#new) + * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension + * Implement assets rendering using **Deferred Block** Twig extension + +# v1.2.5 +## 12/07/2018 + +1. [](#improved) + * Updated [Spectre.css](https://picturepan2.github.io/spectre/) to latest `0.5.7` version +1. [](#bugfix) + * Fixed missing `` close tag in bae template [#76](https://github.com/getgrav/grav-theme-quark/pull/76) + +# v1.2.4 +## 11/12/2018 + +1. [](#improved) + * Updated [Spectre.css](https://picturepan2.github.io/spectre/) to latest `0.5.5` version + * Added link support to modular `features` [#39](https://github.com/getgrav/grav-theme-quark/pull/39/) + * Remove desktop menu when in mobile mode [#59](https://github.com/getgrav/grav-theme-quark/pull/59/) + * Support modular `text` full-width if no image [#70](https://github.com/getgrav/grav-theme-quark/issues/70) + * Shim for IE support of BrickLayer.js [#64](https://github.com/getgrav/grav-theme-quark/issues/64) +1. [](#bugfix) + * Fixed `continue_link:` showing up as toggled [#65](https://github.com/getgrav/grav-theme-quark/issues/65) + * Fixed issue with modular pages not hidden in on-page menu with `visible: false` [#71](https://github.com/getgrav/grav-theme-quark/issues/71) + + +# v1.2.3 +## 11/05/2018 + +1. [](#improved) + * Moved footer into standalone twig to allow for easier extensibility [#63](https://github.com/getgrav/grav-theme-quark/pull/63) +1. [](#bugfix) + * Fix variable name for prouction mode [#61](https://github.com/getgrav/grav-theme-quark/pull/61) + * Fix layout size in features blueprint [#67](https://github.com/getgrav/grav-theme-quark/pull/67) + * Fix active page logic in `nav` so there's no empty class attributes [#68](https://github.com/getgrav/grav-theme-quark/pull/68) + * Fix for features blueprint because `class` didn't work [#69](https://github.com/getgrav/grav-theme-quark/pull/69) + +# v1.2.2 +## 10/24/2018 + +1. [](#improved) + * Changed nav macro to format supported by Twig 2.0 + * Updated `partials/form-messages.html.twig` to be more inline with latest Forms plugin +1. [](#bugfix) + * Make the theme to work with Twig auto-escaping turned on + * Moved language strings under `THEME_QUARK` + +# v1.2.1 +## 08/23/2018 + +1. [](#improved) + * Added additional "mobile custom logo" support +1. [](#bugfix) + * Addressed some CSS issues by forcing logo height + +# v1.2.0 +## 08/23/2018 + +1. [](#new) + * Added new "custom logo" support [#3](https://github.com/getgrav/grav-theme-quark/issues/3) + * Added option JSON feed syndication support in sidebar [#47](https://github.com/getgrav/grav-theme-quark/pull/47) + * Added basic form field `array` styling + +# v1.1.0 +## 07/25/2018 + +1. [](#new) + * Responsive font sizing [#28](https://github.com/getgrav/grav-theme-quark/issues/28) +1. [](#improved) + * Updated [Spectre.css](https://picturepan2.github.io/spectre/) to latest `0.5.3` version + * Make blog settings toggleable [#38](https://github.com/getgrav/grav-theme-quark/pull/38) +1. [](#bugfix) + * Proper fix for sticky footer in IE10 and IE11 [#21](https://github.com/getgrav/grav-theme-quark/issues/21) + * Fix for lists wrapping weirdly due to `outside` attribute + * Updated checkbox + radio to take into account `client_side_validation` form option + * Fixes for fallback values [#37](https://github.com/getgrav/grav-theme-quark/pull/37) + * Fix inheritance for images folder [#30](https://github.com/getgrav/grav-theme-quark/pull/30) + * Added blueprint option for `continue_link` [#45](https://github.com/getgrav/grav-theme-quark/issues/45) + * Added blueprint option for Feature `class` [#14](https://github.com/getgrav/grav-theme-quark/issues/14) + * Fixed `Duplicate ID` issues with modular sections. Might break CSS on first load, need to refresh to pick up new CSS [#24](https://github.com/getgrav/grav-theme-quark/issues/24) + * Fixed Text feature alignment issue [#4](https://github.com/getgrav/grav-theme-quark/issues/4) + * Overlapping menu and mobile button [#7](https://github.com/getgrav/grav-theme-quark/issues/7) + +# v1.0.3 +## 05/11/2018 + +1. [](#new) + * Added new primary button mixin +1. [](#improved) + * Updated [Spectre.css](https://picturepan2.github.io/spectre/) to latest `0.5.1` version + * Improved default login styling + * Removed core Spectre.css override to make upgrading Spectre easier + * Added screenshot to README.md + * Override focus to prevent overzealous blue blurs +1. [](#bugfix) + * Fix for `highlight` plugin not changing background of code blocks + * Removed extraneous `dump()` in Twig output + +# v1.0.2 +## 02/19/2018 + +1. [](#new) + * Added toggle options to enable Spectre.css _experimentals_ and _icons_ CSS files + * Switched to a fork of LineAwesome icons compatible with FontAwesome 4.7.0 +1. [](#improved) + * Font tweaks +1. [](#bugfix) + * Pagination fixes + +# v1.0.1 +## 01/22/2018 + +1. [](#new) + * Added blueprints for admin editing +1. [](#improved) + * Use default lang from `site.yaml` +1. [](#bugfix) + * Fixed Current path to address issues with extending Quark + * Fixed parallax to start in same position as standard + * Fixed modular image size + +# v1.0.0 +## 12/28/2017 + +1. [](#new) + * ChangeLog started... diff --git a/user/themes/radiogarage/LICENSE b/user/themes/radiogarage/LICENSE new file mode 100644 index 0000000..b5e7990 --- /dev/null +++ b/user/themes/radiogarage/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2018 Trilby Media + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/user/themes/radiogarage/README.md b/user/themes/radiogarage/README.md new file mode 100644 index 0000000..a65d821 --- /dev/null +++ b/user/themes/radiogarage/README.md @@ -0,0 +1,152 @@ +# Quark Theme + +![](assets/quark-screenshots.jpg) + +**Quark** is the new default theme for [Grav CMS](http://github.com/getgrav/grav). This theme is built with the [Spectre.css](https://picturepan2.github.io/spectre/) framework and provides a powerful base for developing your own themes. Quark uses functionality that is only available in Grav 1.4+, as such you cannot run Quark on earlier versions of Grav. + +## Features + +* Lightweight and minimal for optimal performance +* Spectre CSS Framework +* Fully responsive with full-page mobile navigation +* SCSS based CSS source files for easy customization +* Built-in support for on-page navigation +* Multiple page template types +* Fontawesome icon support + +### Supported Page Templates + +* Default view template `default.md` +* Error view template `error.md` +* Blog view template `blog.md` +* Blog item view template `item.md` +* Modular view templates: `modular.md` + * Features Modular view template `features.md` + * Hero Modular view template `hero.md` + * Text Modular view template `text.md` + +# Installation + +Installing the Quark theme can be done in one of two ways. Our GPM (Grav Package Manager) installation method enables you to quickly and easily install the theme with a simple terminal command, while the manual method enables you to do so via a zip file. + +The theme by itself is useful, but you may have an easier time getting up and running by installing a skeleton. The Quark theme can be found in both the [One-page](https://github.com/getgrav/grav-skeleton-onepage-site) and [Blog Site](https://github.com/getgrav/grav-skeleton-blog-site) which are self-contained repositories for a complete sites which include: sample content, configuration, theme, and plugins. + +## GPM Installation (Preferred) + +The simplest way to install this theme is via the [Grav Package Manager (GPM)](http://learn.getgrav.org/advanced/grav-gpm) through your system's Terminal (also called the command line). From the root of your Grav install type: + + bin/gpm install quark + +This will install the Quark theme into your `/user/themes` directory within Grav. Its files can be found under `/your/site/grav/user/themes/quark`. + +## Manual Installation + +To install this theme, just download the zip version of this repository and unzip it under `/your/site/grav/user/themes`. Then, rename the folder to `quark`. You can find these files either on [GitHub](https://github.com/getgrav/grav-theme-quark) or via [GetGrav.org](http://getgrav.org/downloads/themes). + +You should now have all the theme files under + + /your/site/grav/user/themes/quark + +## Default Options + +Quark comes with a few default options that can be set site-wide. These options are: + +```yaml +enabled: true # Enable the theme +production-mode: true # In production mode, only minified CSS is used. When disabled, nested CSS with sourcemaps are enabled +grid-size: grid-lg # The max-width of the theme, options include: `grid-xl`, `grid-lg`, and `grid-md` +header-fixed: true # Cause the header to be fixed at the top of the browser +header-animated: true # Allows the fixed header to resize to a smaller header when scrolled +header-dark: false # Inverts the text/logo to work better on dark backgrounds +header-transparent: false # Allows the fixed header to be transparent over the page +sticky-footer: true # Causes the footer to be sticky at the bottom of the page +blog-page: '/blog' # The route to the blog listing page, useful for a blog style layout with sidebar +custom_logo: # A custom logo rather than the default (see below) +custom_logo_mobile: # A custom logo to use for mobile navigation +``` + +To make modifications, you can copy the `user/themes/quark/quark.yaml` file to `user/config/themes/` folder and modify, or you can use the admin plugin. + +> NOTE: Do not modify the `user/themes/quark/quark.yaml` file directly or your changes will be lost with any updates + +## Custom Logos + +To add a custom logo, you should put the log into the `user/themes/quark/images/logo` folder. Standard image formats are support (`.png`,`.jpg`, `.gif`, `.svg`, etc.). Then reference the logo via the YAML like so: + +```yaml +custom_logo: + - name: 'my-logo.png' +custom_logo_mobile: + - name: 'my-mobile-logo.png' +``` + +Alternatively, you can you use the drag-n-drop "Custom Logo" field in the Quark theme options. + +## Page Overrides + +Quark has the ability to allow pages to override some of the default options by letting the user set `body_classes` for any page. The theme will merge the combination of the defaults with any `body_classes` set. For example: + +```yaml +body_classes: "header-dark header-transparent" +``` + +On a particular page will ensure that page has those options enabled (assuming they are false by default). + +## Hero Options + +The hero template allows some options to be set in the page frontmatter. This is used by the modular `hero` as well as the blog and item templates to provide a more dynamic header. + +```yaml +hero_classes: text-light title-h1h2 parallax overlay-dark-gradient hero-large +hero_image: road.jpg +hero_align: center +``` + +The `hero_classes` option allows a variety of hero classes to be set dynamically these include: + +* `text-light` | `text-dark` - Controls if the text should be light or dark depending on the content +* `title-h1h2` - Enforced a close matched h1/h2 title pairing +* `parallax` - Enables a CSS-powered parallax effect +* `overlay-dark-gradient` - Displays a transparent gradient which further darkens the underlying image +* `overlay-light-gradient` - Displays a transparent gradient which further lightens the underlying image +* `overlay-dark` - Displays a solid transparent overlay which further darkens the underlying image +* `overlay-light` - Displays a solid transparent overlay which further darkens the underlying image +* `hero-fullscreen` | `hero-large` | `hero-medium` | `hero-small` | `hero-tiny` - Size of the hero block + +The `hero_image` should point to an image file in the current page folder. + +## Features Modular Options + +The features modular template provides the ability to set a class on the features, as well as an array of feature items. For example: + +```yaml +class: offset-box +features: + - header: Crazy Fast + text: "Performance is not just an afterthought, we baked it in from the start!" + icon: fighter-jet + - header: Easy to build + text: "Simple text files means Grav is trivial to install, and easy to maintain" + icon: database + - header: Awesome Technology + text: "Grav employs best-in-class technologies such as Twig, Markdown & Yaml" + icon: cubes + - header: Super Flexible + text: "From the ground up, with many plugin hooks, Grav is extremely extensible" + icon: object-ungroup + - header: Abundant Plugins + text: "A vibrant developer community means over 200 themes available to download" + icon: puzzle-piece + - header: Free / Open Source + text: "Grav is an open source project, so you can spend your money on other stuff" + icon: money +``` + +## Text Modular Options + +The text box provides a single option to control if any image found in the page folder should be left or right aligned: + +```yaml +image_align: right +``` + diff --git a/user/themes/radiogarage/assets/quark-screenshots.jpg b/user/themes/radiogarage/assets/quark-screenshots.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4b0c91632643c7cfbc899125bca62946b9b0788 GIT binary patch literal 198055 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

    jORfvnj)4CCX*2DlS=)w3f(#Ea^d#f z__zT0kx9$bQ9~El`S00!Vw7&f^=R^|m`93exy07sOAU{?71?2XNJF1BWB6}GeE1y8 zy|j?KZPEqbq584I)w)vFql{XtRP{uhvjE51Zqp)^(mpMUh-*HStO7&cNQ^#0ybUnV zoLo#q$=6b^k=|kS!?FH#9v!`%LL09u*cj*C$ow7s?B{)L#=ugIBd)o@@aZze1U^U= z43=S|@O_gw+1MxV6OkH8^ROhCTv0tDoB%os{~TOm>qN{Z8;H zz@ERlUK)leSioWRyJYn6RF^MXwM&!Hs_0!&Rqa8;;rRwxdk#lZEKDE+I%%K(A>r3I z1x0ILg#zm;mg8H>j!*tHfWJcFr2#IW&Xsm&jo%^q-SHjoLsIS1a{@swXaj#_q-vf# zbSm$-y1l-nM`r1@IwbCHmy|PvMrIM|awG2Y1%r)pcPrwlIew)y3BHTq&@VO^&9CQX zbV!k20I-s3(VeJ74v0(XpRM9=cQqf>d;Ia;-cu}H!_j%+Q95Bg+P6GKFnneL77~b0 z;rQC&Q{$DJbM~s-bY*N`=J9Gt)9Pv&)G&$(VJ(V?Y%J)sh$!rPCAT5hn=7`q-B(Cr z`zQ;RljJ^~PAG=vPIHjleR!|(1Mz7M#=wbq_oDoK$WvN`eog)!&8+alr$!(7fG|+x ztBq@Gzl;g4%U6V1}brB-RzH zW-Gk!oD%+<=a8I8Ac#Me4p3&3^Z-!5(DeQp(S94zGkl9<(Cz0LJ1-8Ar+#tI|$d5-4*wMR#|+*KF4bF)0Sbhb(_0J z$?%&N@AWBho=GzIG#3QR7k?aaRV0fmX?L47{|amk`|zsYhP!B{63_092vCqzb|9FC zGrE=cY5{JNWDaamoSHrY7Ts5eI7cXi5}Dh;c8KxaramW4Y8e>`o(#wrRI#6O*k;Kw zXjG_s6l$vfVu}#Ry#Yj1)tvH=d>DESZUw=~)>2mr?G}D`uU4jIBiUe`D=l7NqdGDO_){G8_c>Sfw z3OY!m%$HDhV_l!NyI3%x>nXIqSRCu!6qs#00P7bY(#@7`2PWQJG5UlSX-1#OAoJ!{ zeygHGTm25)eGX^kb}Nh{6lxeQ^XE+u^tI=EZe)Vo(|)DeU021hhfhMWqQM}A{&IMb z+eGixRy2JJH|d{dCPS%oq@ti#afowibK-+z{5 zu#)l-ey9S)DIE~twa#2T@2iO9sz45^1UOscNEN0x~2hCh*5(+Ws71x&lMmXg+p)d~UbSHI4z|-XCJY z(iei?xmF-~OOv?)llH3#k>0#3C0zw`Lan(J!+`^2E+%Wyt0dL6faUcS_$%0iMk;A9 z+3wsxJ!--%fD<|M3bwaP>kEfO)%&lIZ5d^0 zEk{0_TqO|U-{uPqq#f$r8A`G)`DO=CnUs0+o(%t9Unu84Y8*qziS6OZ8=*h^h;ei0 z8Y)xGpY1I+>%H#RiewTg7PaI8=+Gyex_=qhhG*Iz+`pLN6B&!&6CUVm-negn>lUMU z__w6B(w@id0L-Y<202(uAyyV)=#w;#munDbv^dw41_`{&-Jw*(`22t*z0F^IAZW5K zA!+?jXlDu|j6I&R9xsnT8RVFpOZbq~9~4-KuzqS4WYU9G6me zE|CC@3`Pzq;%8#FnxRO18IBwD#rNngfAiJ@{F+gvM-(tR7$!9VcLGy^zu%&OP#Aj{ zkc56egO%Z@qPamnk(I1=j z-L3O;Z_aSe#He6tME5daiR0CvTwwyI*#@4E=A1VGFoBa zclU$bQ)4~wVg&BG2 zQ7#>i=#Q1nEbgb+eI`2jbxxX`f+I`so4y>vs8rc0QHVxK`1_)kwFTMd5o3bj*w8Wq zg4AM<62}FIrNV^p8%U!zh{$8%pkm)VNr-8JoMhra*-MP6d}I+it{UYJm>1a7RC4$0bjt z#8r-9^dL!Vce0r?zUGBUs;_+#h_R)XrIrb<;dvNgHpI**`A~$p>(>mEO1I?-9*b8Gw1EI;q|_y z8>)0Yn#j1uvMXsyX6r^+lgo&H`4q)sKchS}+XL|D&rz5I0uo!gkX)uYsp%?H1|jFK zOcT=0a!wfM&WxasF|l9`#nF>HOC2VFUcdanCh@{S^*6~ltx%=UrAz)!s)5U>NIy%% zd)mqC;Wndcl4c>VznI)U^ph7$g7y5Kjx84zJJN zK_#Qh(OEpXbxIc}IWvihFD)yk784AOnY%g6gT9gt;U3HR;{BJga_(gvn(HY2-=uZi zbpLW$6IWY5%WoS|&B=?pG(3Y*Ga7bhxnPUn=O09v@fJ5eCdHw|>$jgVJ_ZJoGH>@sGc6rXC-8~H?qPn=E~^3OJXg9 zu5UWH^MD!NSf`-gf?j^(g4m6~&k+4wH@bOoq(V)UKe?qrdKJ7BjO^(Kh(FIsm&)2Pf`^or>vdeoYCK zXa+6aPZ2;^^(?kR$Hf7!x4tAVO8AFugPj?))2ObtggJIWDJwPOYS zRvP?YE|Z7o=^lWuN!np;N$ot*8p|)&=ZOjcO;LXTpanpTTfENnm#+o*Tak>p6cr5{ zbYg3`{A{g}vl(m=Tfi0ONKb5}rg=+?N-UP%hy&A`9eZuYiba8>*taWEI%2qqq@kc8 zmF_~Td07=+8>u4Wb7!ZDfOc`B5JrQu@QCH@ldFsg(7ham{8^|h8*sOu@e!-uNXN%T zGW)LKFtFipgCXUa{y%6?pl`CDlVh8SQo3UtXrY}v7OMJg&qp%vihOWn#2Jq?GqwK* zua&#&yJAxolZ!7NBI$a>PJSyy?c_GyO++$BYi$O7o0M<@}DJ*yzSL6V{u7Z2DV6_5Aj0qF*UZDMf5Y04djo;D+IMKj9+paDSb5}50*D_`T&m;v25rpy&ruF% z#ZtzpVE8DaMtXL;YbBluvtN;Cg9FobJse+VgrmA9CaRKV3d`OEC`Y~D%m|<%xMRR! zzr84TNS~f{J6@8R3fZ>BJ$jK~`s1hLYA^W>;x<0_LLQ@3B06N;R&KI~-Ilm^6fhf^$R4MRqokf=u>AMMj2$a^F8ntJKfY> zA??S5B`<6Gn)PUatFs%`z`DhhjP0S8`F{P+X5&T) zDX1?bKtg(Zlb!3}irhd2n(!?no{T|oWtJ{6a1Ux(}6vCNLQ>~N$ zE4URikH0BoZt4Nm^B||^8+Me;PR3pn17EUWs_jo9_GCn5S`Y%n>yn&4@_3sgmu4ZE zG3suF>l@LcZFh;hnaAVPZZ6leA-lyuXl|nC8~9>IVYtMIVk`;ggW!M=LbOwHBGTDa zHo1^at1W7F>j)9THDrA&)z2Nc7s+iOXpYmMvL%B7c5a9ja7;Qb&*DC!oh93u%OZh(%jWM!Q!p z;>`3F@e0LpwZhO2k!`(}=WIt^yAp6(T+A?Sde+LcRE0)o=|cx+rP-v`SCN~+ou*V^ zNGhSJvbw`bQ+VY^SMDu@jXx2xAaNKrEc<84IGW3ytU~zVLxGF%0ANWvO>eds0N>RQ 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

    u(;#Hp~Gfy;+UH|P_>l$Dcz>X4S*Kb9i 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%0A1LBGgaf?0jYQ| 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 literal 0 HcmV?d00001 diff --git a/user/themes/radiogarage/blueprints/archives-page.yaml b/user/themes/radiogarage/blueprints/archives-page.yaml new file mode 100644 index 0000000..112f09c --- /dev/null +++ b/user/themes/radiogarage/blueprints/archives-page.yaml @@ -0,0 +1,94 @@ +title: Ma page personnalisée +'@extends': + type: default + context: blueprints://pages/03.archives + +form: + fields: + tabs: + type: tabs + active: 1 + + fields: + content: + type: tab + title: Contenu + + fields: + header.title: + type: text + label: Titre de la page + + header.media_audio: + type: file + label: Fichier audio + help: Émission au format mp3 + destination: 'self@' + multiple: false + accept: + - audio/* + + header.title_emission: + type: textarea + label: Titre de l'émission + help: Titre de l'émission + + header.content: + type: textarea + label: Texte descriptif de l'émission + help: Texte de l'émission + + header.subtitle: + type: textarea + label: Sous-titre + help: Sous-titre de l'émission + + header.autors: + type: textarea + label: Auteurs + help: Auteur.ice de l'émission + + header.date_emission: + type: date + label: Date de diffusion pour ordinateur + format: d.m.Y # affichage dans l’admin comme 05.10.2025 + validate: + type: date + + header.date_mobile_emission: + type: date + label: Date de diffusion pour téléphone + format: d.m.Y # affichage dans l’admin comme 05.10.2025 + validate: + type: date + + header.hour: + type: textarea + label: Heure + help: Heure de diffusion + + header.duration: + type: textarea + label: Durée + help: Durée de l'émission + + header.media_image: + type: file + label: Cover + help: Cover de l'émission + destination: 'self@' # les fichiers vont dans le dossier de la page + accept: + - image/* + + options: + type: tab + title: Options + fields: + header.show_sidebar: + type: toggle + label: Afficher la sidebar ? + highlight: 1 + default: 1 + options: + 1: Oui + 0: Non diff --git a/user/themes/radiogarage/blueprints/blog.yaml b/user/themes/radiogarage/blueprints/blog.yaml new file mode 100644 index 0000000..8600143 --- /dev/null +++ b/user/themes/radiogarage/blueprints/blog.yaml @@ -0,0 +1,94 @@ +extends@: default +child_type: item + +rules: + slug: + pattern: "[a-z][a-z0-9_-]+" + min: 2 + max: 80 + +form: + fields: + tabs: + type: tabs + active: 1 + + fields: + advanced: + fields: + overrides: + fields: + header.child_type: + default: item + blog: + type: tab + title: Blog Config + + fields: + + content_title: + type: spacer + title: Content Definition + + header.content.items: + type: textarea + yaml: true + label: Items + default: '@self.children' + validate: + type: yaml + + header.content.limit: + type: text + label: Max Item Count + default: 5 + validate: + required: true + type: int + min: 1 + + header.content.order.by: + type: select + label: Order By + default: date + options: + folder: Folder + title: Title + date: Date + default: Default + + header.content.order.dir: + type: select + label: Order + default: desc + options: + asc: Ascending + desc: Descending + + header.content.pagination: + type: toggle + label: Pagination + highlight: 1 + default: 1 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + validate: + type: bool + + header.content.url_taxonomy_filters: + type: toggle + label: URL Taxonomy Filters + highlight: 1 + default: 1 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + validate: + type: bool + + import@: + type: partials/blog-bits + context: blueprints://pages + + diff --git a/user/themes/radiogarage/blueprints/default.yaml b/user/themes/radiogarage/blueprints/default.yaml new file mode 100644 index 0000000..3219221 --- /dev/null +++ b/user/themes/radiogarage/blueprints/default.yaml @@ -0,0 +1,15 @@ +extends@: default + +form: + fields: + tabs: + fields: + advanced: + fields: + columns: + fields: + column1: + fields: + header.body_classes: + markdown: true + description: 'Available classes in Quark Theme (space separated):
    `header-fixed`, `header-animated`, `header-dark`, `header-transparent`, `sticky-footer`' \ No newline at end of file diff --git a/user/themes/radiogarage/blueprints/emission.yaml b/user/themes/radiogarage/blueprints/emission.yaml new file mode 100644 index 0000000..0299251 --- /dev/null +++ b/user/themes/radiogarage/blueprints/emission.yaml @@ -0,0 +1,94 @@ +title: Ma page personnalisée +'@extends': + type: default + context: blueprints://pages/02.home + +form: + fields: + tabs: + type: tabs + active: 1 + + fields: + content: + type: tab + title: Contenu + + fields: + header.title: + type: text + label: Titre de la page + + header.media_audio: + type: file + label: Fichier audio + help: Émission au format mp3 + destination: 'self@' + multiple: false + accept: + - audio/* + + header.title_emission: + type: textarea + label: Titre de l'émission + help: Titre de l'émission + + header.content: + type: textarea + label: Texte descriptif de l'émission + help: Texte de l'émission + + header.subtitle: + type: textarea + label: Sous-titre + help: Sous-titre de l'émission + + header.autors: + type: textarea + label: Auteurs + help: Auteur.ice de l'émission + + header.date_emission: + type: date + label: Date de diffusion pour ordinateur + format: d.m.Y # affichage dans l’admin comme 05.10.2025 + validate: + type: date + + header.date_mobile_emission: + type: date + label: Date de diffusion pour téléphone + format: d.m.Y # affichage dans l’admin comme 05.10.2025 + validate: + type: date + + header.hour: + type: textarea + label: Heure + help: Heure de diffusion + + header.duration: + type: textarea + label: Durée + help: Durée de l'émission + + header.media_image: + type: file + label: Cover + help: Cover de l'émission + destination: 'self@' # les fichiers vont dans le dossier de la page + accept: + - image/* + + options: + type: tab + title: Options + fields: + header.show_sidebar: + type: toggle + label: Afficher la sidebar ? + highlight: 1 + default: 1 + options: + 1: Oui + 0: Non diff --git a/user/themes/radiogarage/blueprints/home.yaml b/user/themes/radiogarage/blueprints/home.yaml new file mode 100644 index 0000000..dd06990 --- /dev/null +++ b/user/themes/radiogarage/blueprints/home.yaml @@ -0,0 +1,25 @@ +extends@: default + +form: + fields: + tabs: + fields: + content: + type: tab + title: Contenu + + fields: + bandeau: + type: textarea + label: Titre de l'émission + help: Titre de l'émission + + advanced: + fields: + columns: + fields: + column1: + fields: + header.body_classes: + markdown: true + description: 'Available classes in Quark Theme (space separated):
    `header-fixed`, `header-animated`, `header-dark`, `header-transparent`, `sticky-footer`' \ No newline at end of file diff --git a/user/themes/radiogarage/blueprints/item.yaml b/user/themes/radiogarage/blueprints/item.yaml new file mode 100644 index 0000000..60cc3e1 --- /dev/null +++ b/user/themes/radiogarage/blueprints/item.yaml @@ -0,0 +1,113 @@ +extends@: default + +form: + fields: + tabs: + + fields: + blog: + type: tab + title: Blog Item + + fields: + + header_options: + type: section + title: Header Options + underline: true + + header.continue_link: + type: toggle + toggleable: true + label: DF Style Link + help: Daring Fireball style title link + highlight: 1 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + validate: + type: bool + + header.header_image: + type: toggle + toggleable: true + label: Display Header Image + help: Enabled displaying of a header image + highlight: 1 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + + header.header_image_file: + type: text + toggleable: true + label: Image File + help: image filename that exists in the page folder. If not provided, will use the first image found. + placeholder: "For example: myimage.jpg" + + header.header_image_width: + type: text + toggleable: true + label: Image Width + size: small + help: Header width in px + placeholder: Default is 900 + validate: + type: int + min: 0 + max: 5000 + + header.header_image_height: + type: text + toggleable: true + label: Image Height + size: small + help: Header height in px + placeholder: Default is 300 + validate: + type: int + min: 0 + max: 5000 + + summary: + type: section + title: Summary + underline: true + + header.summary.enabled: + type: toggle + toggleable: true + label: Summary + highlight: 1 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + + header.summary.format: + type: select + toggleable: true + label: Format + classes: fancy + options: + 'short': 'Use the first occurence of delimiter or size' + 'long': 'Summary delimiter will be ignored' + + header.summary.size: + type: text + toggleable: true + label: Size + classes: large + placeholder: 300 + validate: + type: int + min: 1 + + header.summary.delimiter: + type: text + toggleable: true + label: Summary delimiter + classes: large + placeholder: === + + import@: + type: partials/blog-bits diff --git a/user/themes/radiogarage/blueprints/modular/features.yaml b/user/themes/radiogarage/blueprints/modular/features.yaml new file mode 100644 index 0000000..187696f --- /dev/null +++ b/user/themes/radiogarage/blueprints/modular/features.yaml @@ -0,0 +1,38 @@ +title: Features +'@extends': default + +form: + fields: + tabs: + fields: + features: + type: tab + title: Features + fields: + header.class: + type: select + label: Layout + default: small + size: medium + options: + small: Small = 4 / 3 / 2 columns + standard: Standard = 3 / 2 / 1 columns + + header.features: + name: features + type: list + label: Features + + fields: + .icon: + type: iconpicker + label: Icon + .header: + type: text + label: Header + .text: + type: text + label: Text + .url: + type: text + label: Link diff --git a/user/themes/radiogarage/blueprints/modular/hero.yaml b/user/themes/radiogarage/blueprints/modular/hero.yaml new file mode 100644 index 0000000..5e8abf5 --- /dev/null +++ b/user/themes/radiogarage/blueprints/modular/hero.yaml @@ -0,0 +1,23 @@ +title: Hero +'@extends': default + +form: + fields: + tabs: + fields: + buttons: + type: tab + title: Hero + fields: + header.hero_classes: + type: text + label: Hero Classes + markdown: true + description: 'There are several Hero class options that can be listed here (space separated):
    `text-light`, `text-dark`, `title-h1h2`, `parallax`, `overlay-dark-gradient`, `overlay-light-gradient`, `overlay-dark`, `overlay-light`, `hero-fullscreen`, `hero-large`, `hero-medium`, `hero-small`, `hero-tiny`
    Please consult the [Quark documentation](https://github.com/getgrav/grav-theme-quark#hero-options) for more details.' + header.hero_image: + type: filepicker + label: Hero Image + preview_images: true + description: 'If not specified, this defaults to the first image found in the page''s folder' + + diff --git a/user/themes/radiogarage/blueprints/modular/text.yaml b/user/themes/radiogarage/blueprints/modular/text.yaml new file mode 100644 index 0000000..023c272 --- /dev/null +++ b/user/themes/radiogarage/blueprints/modular/text.yaml @@ -0,0 +1,19 @@ +title: Text +'@extends': default + +form: + fields: + tabs: + fields: + content: + fields: + header.media_order: + label: Page Media (first one will be displayed next to your content) + header.image_align: + type: select + label: Image position + classes: fancy + default: left + options: + 'left': 'Left' + 'right': 'Right' diff --git a/user/themes/radiogarage/blueprints/partials/blog-bits.yaml b/user/themes/radiogarage/blueprints/partials/blog-bits.yaml new file mode 100644 index 0000000..6ab4148 --- /dev/null +++ b/user/themes/radiogarage/blueprints/partials/blog-bits.yaml @@ -0,0 +1,64 @@ +form: + fields: + + hero_title: + type: spacer + title: Hero Section + + header.hero_classes: + type: text + label: Hero Classes + markdown: true + description: 'There are several Hero class options that can be listed here (space separated):
    `text-light`, `text-dark`, `title-h1h2`, `parallax`, `overlay-dark-gradient`, `overlay-light-gradient`, `overlay-dark`, `overlay-light`, `hero-fullscreen`, `hero-large`, `hero-medium`, `hero-small`, `hero-tiny`
    Please consult the [Quark documentation](https://github.com/getgrav/grav-theme-quark#hero-options) for more details.' + + header.hero_image: + type: filepicker + label: Hero Image + preview_images: true + description: 'If not specified, this defaults to the first image found in the page''s folder' + + toggles_title: + type: spacer + title: Configuration + + header.blog_url: + type: text + toggleable: true + label: Blog Route + help: The route to the main blog page that contains the "Show ..." configuration + default: '/blog' + placeholder: '/blog' + size: medium + + header.show_sidebar: + type: toggle + toggleable: true + label: Show Sidebar + highlight: 1 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + validate: + type: bool + + header.show_breadcrumbs: + type: toggle + toggleable: true + label: Show Breadcrumbs + highlight: 1 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + validate: + type: bool + + header.show_pagination: + type: toggle + toggleable: true + label: Show Pagination + highlight: 1 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + validate: + type: bool \ No newline at end of file diff --git a/user/themes/radiogarage/blueprints/player.yaml b/user/themes/radiogarage/blueprints/player.yaml new file mode 100644 index 0000000..fd61f1d --- /dev/null +++ b/user/themes/radiogarage/blueprints/player.yaml @@ -0,0 +1,44 @@ +title: Ma page personnalisée +'@extends': + type: default + context: blueprints://pages/01.radiogarage/player.md + +form: + fields: + tabs: + type: tabs + active: 1 + + fields: + content: + type: tab + title: Contenu + + fields: + header.live_title: + type: textarea + label: Titre de l'émission + help: Titre de l'émission + + header.live_subtitle: + type: textarea + label: Sous-titre de l'émission + help: Sous-titre de l'émission + + header.stream_url: + type: textarea + label: Lien du live + help: Lien url du live + + options: + type: tab + title: Options + fields: + header.show_sidebar: + type: toggle + label: Afficher la sidebar ? + highlight: 1 + default: 1 + options: + 1: Oui + 0: Non diff --git a/user/themes/radiogarage/css-compiled/spectre-exp.css b/user/themes/radiogarage/css-compiled/spectre-exp.css new file mode 100755 index 0000000..6eadf7a --- /dev/null +++ b/user/themes/radiogarage/css-compiled/spectre-exp.css @@ -0,0 +1,369 @@ +/*! Spectre.css Experimentals v0.5.8 | MIT License | github.com/picturepan2/spectre */ +.form-autocomplete { position: relative; } + +.form-autocomplete .form-autocomplete-input { -ms-flex-line-pack: start; align-content: flex-start; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; height: auto; min-height: 1.6rem; padding: 0.1rem; } + +.form-autocomplete .form-autocomplete-input.is-focused { box-shadow: 0 0 0 0.1rem rgba(48, 133, 238, 0.2); border-color: #3085EE; } + +.form-autocomplete .form-autocomplete-input .form-input { border-color: transparent; box-shadow: none; display: inline-block; -ms-flex: 1 0 auto; flex: 1 0 auto; height: 1.2rem; line-height: 0.8rem; margin: 0.1rem; width: auto; } + +.form-autocomplete .menu { left: 0; position: absolute; top: 100%; width: 100%; } + +.form-autocomplete.autocomplete-oneline .form-autocomplete-input { -ms-flex-wrap: nowrap; flex-wrap: nowrap; overflow-x: auto; } + +.form-autocomplete.autocomplete-oneline .chip { -ms-flex: 1 0 auto; flex: 1 0 auto; } + +.calendar { border: 0.05rem solid #e7e9ed; border-radius: 0.1rem; display: block; min-width: 280px; } + +.calendar .calendar-nav { -ms-flex-align: center; align-items: center; background: #f8f9fa; border-top-left-radius: 0.1rem; border-top-right-radius: 0.1rem; display: -ms-flexbox; display: flex; font-size: 0.9rem; padding: 0.4rem; } + +.calendar .calendar-header, .calendar .calendar-body { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: center; justify-content: center; padding: 0.4rem 0; } + +.calendar .calendar-header .calendar-date, .calendar .calendar-body .calendar-date { -ms-flex: 0 0 14.28%; flex: 0 0 14.28%; max-width: 14.28%; } + +.calendar .calendar-header { background: #f8f9fa; border-bottom: 0.05rem solid #e7e9ed; color: #acb3c2; font-size: 0.7rem; text-align: center; } + +.calendar .calendar-body { color: #667189; } + +.calendar .calendar-date { border: 0; padding: 0.2rem; } + +.calendar .calendar-date .date-item { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; border: 0.05rem solid transparent; border-radius: 50%; color: #667189; cursor: pointer; font-size: 0.7rem; height: 1.4rem; line-height: 1rem; outline: none; padding: 0.1rem; position: relative; text-align: center; text-decoration: none; transition: background .2s, border .2s, box-shadow .2s, color .2s; vertical-align: middle; white-space: nowrap; width: 1.4rem; } + +.calendar .calendar-date .date-item.date-today { border-color: #d3e5fb; color: #3085EE; } + +.calendar .calendar-date .date-item:focus { box-shadow: 0 0 0 0.1rem rgba(48, 133, 238, 0.2); } + +.calendar .calendar-date .date-item:focus, .calendar .calendar-date .date-item:hover { background: #eff5fe; border-color: #d3e5fb; color: #3085EE; text-decoration: none; } + +.calendar .calendar-date .date-item:active, .calendar .calendar-date .date-item.active { background: #227ded; border-color: #1370e3; color: #fff; } + +.calendar .calendar-date .date-item.badge::after { position: absolute; top: 3px; right: 3px; transform: translate(50%, -50%); } + +.calendar .calendar-date .date-item:disabled, .calendar .calendar-date .date-item.disabled, .calendar .calendar-date .calendar-event:disabled, .calendar .calendar-date .calendar-event.disabled { cursor: default; opacity: .25; pointer-events: none; } + +.calendar .calendar-date.prev-month .date-item, .calendar .calendar-date.prev-month .calendar-event, .calendar .calendar-date.next-month .date-item, .calendar .calendar-date.next-month .calendar-event { opacity: .25; } + +.calendar .calendar-range { position: relative; } + +.calendar .calendar-range::before { background: #e1edfd; content: ""; height: 1.4rem; left: 0; position: absolute; right: 0; top: 50%; transform: translateY(-50%); } + +.calendar .calendar-range.range-start::before { left: 50%; } + +.calendar .calendar-range.range-end::before { right: 50%; } + +.calendar .calendar-range.range-start .date-item, .calendar .calendar-range.range-end .date-item { background: #227ded; border-color: #1370e3; color: #fff; } + +.calendar .calendar-range .date-item { color: #3085EE; } + +.calendar.calendar-lg .calendar-body { padding: 0; } + +.calendar.calendar-lg .calendar-body .calendar-date { border-bottom: 0.05rem solid #e7e9ed; border-right: 0.05rem solid #e7e9ed; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; height: 5.5rem; padding: 0; } + +.calendar.calendar-lg .calendar-body .calendar-date:nth-child(7n) { border-right: 0; } + +.calendar.calendar-lg .calendar-body .calendar-date:nth-last-child(-n+7) { border-bottom: 0; } + +.calendar.calendar-lg .date-item { -ms-flex-item-align: end; align-self: flex-end; height: 1.4rem; margin-right: 0.2rem; margin-top: 0.2rem; } + +.calendar.calendar-lg .calendar-range::before { top: 19px; } + +.calendar.calendar-lg .calendar-range.range-start::before { left: auto; width: 19px; } + +.calendar.calendar-lg .calendar-range.range-end::before { right: 19px; } + +.calendar.calendar-lg .calendar-events { -ms-flex-positive: 1; flex-grow: 1; line-height: 1; overflow-y: auto; padding: 0.2rem; } + +.calendar.calendar-lg .calendar-event { border-radius: 0.1rem; font-size: 0.7rem; display: block; margin: 0.1rem auto; overflow: hidden; padding: 3px 4px; text-overflow: ellipsis; white-space: nowrap; } + +.carousel .carousel-locator:nth-of-type(1):checked ~ .carousel-container .carousel-item:nth-of-type(1), .carousel .carousel-locator:nth-of-type(2):checked ~ .carousel-container .carousel-item:nth-of-type(2), .carousel .carousel-locator:nth-of-type(3):checked ~ .carousel-container .carousel-item:nth-of-type(3), .carousel .carousel-locator:nth-of-type(4):checked ~ .carousel-container .carousel-item:nth-of-type(4), .carousel .carousel-locator:nth-of-type(5):checked ~ .carousel-container .carousel-item:nth-of-type(5), .carousel .carousel-locator:nth-of-type(6):checked ~ .carousel-container .carousel-item:nth-of-type(6), .carousel .carousel-locator:nth-of-type(7):checked ~ .carousel-container .carousel-item:nth-of-type(7), .carousel .carousel-locator:nth-of-type(8):checked ~ .carousel-container .carousel-item:nth-of-type(8) { animation: carousel-slidein .75s ease-in-out 1; opacity: 1; z-index: 100; } + +.carousel .carousel-locator:nth-of-type(1):checked ~ .carousel-nav .nav-item:nth-of-type(1), .carousel .carousel-locator:nth-of-type(2):checked ~ .carousel-nav .nav-item:nth-of-type(2), .carousel .carousel-locator:nth-of-type(3):checked ~ .carousel-nav .nav-item:nth-of-type(3), .carousel .carousel-locator:nth-of-type(4):checked ~ .carousel-nav .nav-item:nth-of-type(4), .carousel .carousel-locator:nth-of-type(5):checked ~ .carousel-nav .nav-item:nth-of-type(5), .carousel .carousel-locator:nth-of-type(6):checked ~ .carousel-nav .nav-item:nth-of-type(6), .carousel .carousel-locator:nth-of-type(7):checked ~ .carousel-nav .nav-item:nth-of-type(7), .carousel .carousel-locator:nth-of-type(8):checked ~ .carousel-nav .nav-item:nth-of-type(8) { color: #e7e9ed; } + +.carousel { background: #f8f9fa; display: block; overflow: hidden; position: relative; width: 100%; -webkit-overflow-scrolling: touch; z-index: 1; } + +.carousel .carousel-container { height: 100%; left: 0; position: relative; } + +.carousel .carousel-container::before { content: ""; display: block; padding-bottom: 56.25%; } + +.carousel .carousel-container .carousel-item { animation: carousel-slideout 1s ease-in-out 1; height: 100%; left: 0; margin: 0; opacity: 0; position: absolute; top: 0; width: 100%; } + +.carousel .carousel-container .carousel-item:hover .item-prev, .carousel .carousel-container .carousel-item:hover .item-next { opacity: 1; } + +.carousel .carousel-container .item-prev, .carousel .carousel-container .item-next { background: rgba(231, 233, 237, 0.25); border-color: rgba(231, 233, 237, 0.5); color: #e7e9ed; opacity: 0; position: absolute; top: 50%; transition: all .4s; transform: translateY(-50%); z-index: 100; } + +.carousel .carousel-container .item-prev { left: 1rem; } + +.carousel .carousel-container .item-next { right: 1rem; } + +.carousel .carousel-nav { bottom: 0.4rem; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; left: 50%; position: absolute; transform: translateX(-50%); width: 10rem; z-index: 100; } + +.carousel .carousel-nav .nav-item { color: rgba(231, 233, 237, 0.5); display: block; -ms-flex: 1 0 auto; flex: 1 0 auto; height: 1.6rem; margin: 0.2rem; max-width: 2.5rem; position: relative; } + +.carousel .carousel-nav .nav-item::before { background: currentColor; content: ""; display: block; height: 0.1rem; position: absolute; top: .5rem; width: 100%; } + +@keyframes carousel-slidein { 0% { transform: translateX(100%); } + 100% { transform: translateX(0); } } + +@keyframes carousel-slideout { 0% { opacity: 1; + transform: translateX(0); } + 100% { opacity: 1; + transform: translateX(-50%); } } + +.comparison-slider { height: 50vh; overflow: hidden; position: relative; width: 100%; -webkit-overflow-scrolling: touch; } + +.comparison-slider .comparison-before, .comparison-slider .comparison-after { height: 100%; left: 0; margin: 0; overflow: hidden; position: absolute; top: 0; } + +.comparison-slider .comparison-before img, .comparison-slider .comparison-after img { height: 100%; object-fit: cover; object-position: left center; position: absolute; width: 100%; } + +.comparison-slider .comparison-before { width: 100%; z-index: 1; } + +.comparison-slider .comparison-before .comparison-label { right: 0.8rem; } + +.comparison-slider .comparison-after { max-width: 100%; min-width: 0; z-index: 2; } + +.comparison-slider .comparison-after::before { background: transparent; content: ""; cursor: default; height: 100%; left: 0; position: absolute; right: 0.8rem; top: 0; z-index: 1; } + +.comparison-slider .comparison-after::after { background: currentColor; border-radius: 50%; box-shadow: 0 -5px, 0 5px; color: #fff; content: ""; height: 3px; position: absolute; right: 0.4rem; top: 50%; transform: translate(50%, -50%); width: 3px; } + +.comparison-slider .comparison-after .comparison-label { left: 0.8rem; } + +.comparison-slider .comparison-resizer { animation: first-run 1.5s 1 ease-in-out; cursor: ew-resize; height: 0.8rem; left: 0; max-width: 100%; min-width: 0.8rem; opacity: 0; outline: none; position: relative; resize: horizontal; top: 50%; transform: translateY(-50%) scaleY(30); width: 0; } + +.comparison-slider .comparison-label { background: rgba(69, 77, 93, 0.5); bottom: 0.8rem; color: #fff; padding: 0.2rem 0.4rem; position: absolute; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } + +@keyframes first-run { 0% { width: 0; } + 25% { width: 2.4rem; } + 50% { width: 0.8rem; } + 75% { width: 1.2rem; } + 100% { width: 0; } } + +.filter .filter-tag#tag-0:checked ~ .filter-nav .chip[for="tag-0"], .filter .filter-tag#tag-1:checked ~ .filter-nav .chip[for="tag-1"], .filter .filter-tag#tag-2:checked ~ .filter-nav .chip[for="tag-2"], .filter .filter-tag#tag-3:checked ~ .filter-nav .chip[for="tag-3"], .filter .filter-tag#tag-4:checked ~ .filter-nav .chip[for="tag-4"], .filter .filter-tag#tag-5:checked ~ .filter-nav .chip[for="tag-5"], .filter .filter-tag#tag-6:checked ~ .filter-nav .chip[for="tag-6"], .filter .filter-tag#tag-7:checked ~ .filter-nav .chip[for="tag-7"], .filter .filter-tag#tag-8:checked ~ .filter-nav .chip[for="tag-8"] { background: #3085EE; color: #fff; } + +.filter .filter-tag#tag-1:checked ~ .filter-body .filter-item:not([data-tag~="tag-1"]), .filter .filter-tag#tag-2:checked ~ .filter-body .filter-item:not([data-tag~="tag-2"]), .filter .filter-tag#tag-3:checked ~ .filter-body .filter-item:not([data-tag~="tag-3"]), .filter .filter-tag#tag-4:checked ~ .filter-body .filter-item:not([data-tag~="tag-4"]), .filter .filter-tag#tag-5:checked ~ .filter-body .filter-item:not([data-tag~="tag-5"]), .filter .filter-tag#tag-6:checked ~ .filter-body .filter-item:not([data-tag~="tag-6"]), .filter .filter-tag#tag-7:checked ~ .filter-body .filter-item:not([data-tag~="tag-7"]), .filter .filter-tag#tag-8:checked ~ .filter-body .filter-item:not([data-tag~="tag-8"]) { display: none; } + +.filter .filter-nav { margin: 0.4rem 0; } + +.filter .filter-body { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } + +.meter { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #f8f9fa; border: 0; border-radius: 0.1rem; display: block; width: 100%; height: 0.8rem; } + +.meter::-webkit-meter-inner-element { display: block; } + +.meter::-webkit-meter-bar, .meter::-webkit-meter-optimum-value, .meter::-webkit-meter-suboptimum-value, .meter::-webkit-meter-even-less-good-value { border-radius: 0.1rem; } + +.meter::-webkit-meter-bar { background: #f8f9fa; } + +.meter::-webkit-meter-optimum-value { background: #32b643; } + +.meter::-webkit-meter-suboptimum-value { background: #ffb700; } + +.meter::-webkit-meter-even-less-good-value { background: #e85600; } + +.meter::-moz-meter-bar, .meter:-moz-meter-optimum, .meter:-moz-meter-sub-optimum, .meter:-moz-meter-sub-sub-optimum { border-radius: 0.1rem; } + +.meter:-moz-meter-optimum::-moz-meter-bar { background: #32b643; } + +.meter:-moz-meter-sub-optimum::-moz-meter-bar { background: #ffb700; } + +.meter:-moz-meter-sub-sub-optimum::-moz-meter-bar { background: #e85600; } + +.off-canvas { display: -ms-flexbox; display: flex; -ms-flex-flow: nowrap; flex-flow: nowrap; height: 100%; position: relative; width: 100%; } + +.off-canvas .off-canvas-toggle { display: block; position: absolute; top: 0.4rem; transition: none; z-index: 1; left: 0.4rem; } + +.off-canvas .off-canvas-sidebar { background: #f8f9fa; bottom: 0; min-width: 10rem; overflow-y: auto; position: fixed; top: 0; transition: transform .25s; z-index: 200; left: 0; transform: translateX(-100%); } + +.off-canvas .off-canvas-content { -ms-flex: 1 1 auto; flex: 1 1 auto; height: 100%; padding: 0.4rem 0.4rem 0.4rem 4rem; } + +.off-canvas .off-canvas-overlay { background: rgba(69, 77, 93, 0.1); border-color: transparent; border-radius: 0; bottom: 0; display: none; height: 100%; left: 0; position: fixed; right: 0; top: 0; width: 100%; } + +.off-canvas .off-canvas-sidebar:target, .off-canvas .off-canvas-sidebar.active { transform: translateX(0); } + +.off-canvas .off-canvas-sidebar:target ~ .off-canvas-overlay, .off-canvas .off-canvas-sidebar.active ~ .off-canvas-overlay { display: block; z-index: 100; } + +@media (min-width: 960px) { .off-canvas.off-canvas-sidebar-show .off-canvas-toggle { display: none; } + .off-canvas.off-canvas-sidebar-show .off-canvas-sidebar { -ms-flex: 0 0 auto; flex: 0 0 auto; position: relative; transform: none; } + .off-canvas.off-canvas-sidebar-show .off-canvas-overlay { display: none !important; } } + +.parallax { display: block; height: auto; position: relative; width: auto; } + +.parallax .parallax-content { box-shadow: 0 1rem 2.1rem rgba(69, 77, 93, 0.3); height: auto; transform: perspective(1000px); transform-style: preserve-3d; transition: all .4s ease; width: 100%; } + +.parallax .parallax-content::before { content: ""; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; } + +.parallax .parallax-front { -ms-flex-align: center; align-items: center; color: #fff; display: -ms-flexbox; display: flex; height: 100%; -ms-flex-pack: center; justify-content: center; left: 0; position: absolute; text-align: center; text-shadow: 0 0 20px rgba(69, 77, 93, 0.75); top: 0; transform: translateZ(50px) scale(0.95); transition: transform .4s; width: 100%; z-index: 1; } + +.parallax .parallax-top-left { height: 50%; outline: none; position: absolute; width: 50%; z-index: 100; left: 0; top: 0; } + +.parallax .parallax-top-left:focus ~ .parallax-content, .parallax .parallax-top-left:hover ~ .parallax-content { transform: perspective(1000px) rotateX(3deg) rotateY(-3deg); } + +.parallax .parallax-top-left:focus ~ .parallax-content::before, .parallax .parallax-top-left:hover ~ .parallax-content::before { background: linear-gradient(135deg, rgba(255, 255, 255, 0.35) 0%, transparent 50%); } + +.parallax .parallax-top-left:focus ~ .parallax-content .parallax-front, .parallax .parallax-top-left:hover ~ .parallax-content .parallax-front { transform: translate3d(4.5px, 4.5px, 50px) scale(0.95); } + +.parallax .parallax-top-right { height: 50%; outline: none; position: absolute; width: 50%; z-index: 100; right: 0; top: 0; } + +.parallax .parallax-top-right:focus ~ .parallax-content, .parallax .parallax-top-right:hover ~ .parallax-content { transform: perspective(1000px) rotateX(3deg) rotateY(3deg); } + +.parallax .parallax-top-right:focus ~ .parallax-content::before, .parallax .parallax-top-right:hover ~ .parallax-content::before { background: linear-gradient(-135deg, rgba(255, 255, 255, 0.35) 0%, transparent 50%); } + +.parallax .parallax-top-right:focus ~ .parallax-content .parallax-front, .parallax .parallax-top-right:hover ~ .parallax-content .parallax-front { transform: translate3d(-4.5px, 4.5px, 50px) scale(0.95); } + +.parallax .parallax-bottom-left { height: 50%; outline: none; position: absolute; width: 50%; z-index: 100; bottom: 0; left: 0; } + +.parallax .parallax-bottom-left:focus ~ .parallax-content, .parallax .parallax-bottom-left:hover ~ .parallax-content { transform: perspective(1000px) rotateX(-3deg) rotateY(-3deg); } + +.parallax .parallax-bottom-left:focus ~ .parallax-content::before, .parallax .parallax-bottom-left:hover ~ .parallax-content::before { background: linear-gradient(45deg, rgba(255, 255, 255, 0.35) 0%, transparent 50%); } + +.parallax .parallax-bottom-left:focus ~ .parallax-content .parallax-front, .parallax .parallax-bottom-left:hover ~ .parallax-content .parallax-front { transform: translate3d(4.5px, -4.5px, 50px) scale(0.95); } + +.parallax .parallax-bottom-right { height: 50%; outline: none; position: absolute; width: 50%; z-index: 100; bottom: 0; right: 0; } + +.parallax .parallax-bottom-right:focus ~ .parallax-content, .parallax .parallax-bottom-right:hover ~ .parallax-content { transform: perspective(1000px) rotateX(-3deg) rotateY(3deg); } + +.parallax .parallax-bottom-right:focus ~ .parallax-content::before, .parallax .parallax-bottom-right:hover ~ .parallax-content::before { background: linear-gradient(-45deg, rgba(255, 255, 255, 0.35) 0%, transparent 50%); } + +.parallax .parallax-bottom-right:focus ~ .parallax-content .parallax-front, .parallax .parallax-bottom-right:hover ~ .parallax-content .parallax-front { transform: translate3d(-4.5px, -4.5px, 50px) scale(0.95); } + +.progress { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #f0f1f4; border: 0; border-radius: 0.1rem; color: #3085EE; height: 0.2rem; position: relative; width: 100%; } + +.progress::-webkit-progress-bar { background: transparent; border-radius: 0.1rem; } + +.progress::-webkit-progress-value { background: #3085EE; border-radius: 0.1rem; } + +.progress::-moz-progress-bar { background: #3085EE; border-radius: 0.1rem; } + +.progress:indeterminate { animation: progress-indeterminate 1.5s linear infinite; background: #f0f1f4 linear-gradient(to right, #3085EE 30%, #f0f1f4 30%) top left/150% 150% no-repeat; } + +.progress:indeterminate::-moz-progress-bar { background: transparent; } + +@keyframes progress-indeterminate { 0% { background-position: 200% 0; } + 100% { background-position: -200% 0; } } + +.slider { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; display: block; width: 100%; height: 1.2rem; } + +.slider:focus { box-shadow: 0 0 0 0.1rem rgba(48, 133, 238, 0.2); outline: none; } + +.slider.tooltip:not([data-tooltip])::after { content: attr(value); } + +.slider::-webkit-slider-thumb { -webkit-appearance: none; background: #3085EE; border: 0; border-radius: 50%; height: 0.6rem; margin-top: -0.25rem; transition: transform .2s; width: 0.6rem; } + +.slider::-moz-range-thumb { background: #3085EE; border: 0; border-radius: 50%; height: 0.6rem; transition: transform .2s; width: 0.6rem; } + +.slider::-ms-thumb { background: #3085EE; border: 0; border-radius: 50%; height: 0.6rem; transition: transform .2s; width: 0.6rem; } + +.slider:active::-webkit-slider-thumb { transform: scale(1.25); } + +.slider:active::-moz-range-thumb { transform: scale(1.25); } + +.slider:active::-ms-thumb { transform: scale(1.25); } + +.slider:disabled::-webkit-slider-thumb, .slider.disabled::-webkit-slider-thumb { background: #e7e9ed; transform: scale(1); } + +.slider:disabled::-moz-range-thumb, .slider.disabled::-moz-range-thumb { background: #e7e9ed; transform: scale(1); } + +.slider:disabled::-ms-thumb, .slider.disabled::-ms-thumb { background: #e7e9ed; transform: scale(1); } + +.slider::-webkit-slider-runnable-track { background: #f0f1f4; border-radius: 0.1rem; height: 0.1rem; width: 100%; } + +.slider::-moz-range-track { background: #f0f1f4; border-radius: 0.1rem; height: 0.1rem; width: 100%; } + +.slider::-ms-track { background: #f0f1f4; border-radius: 0.1rem; height: 0.1rem; width: 100%; } + +.slider::-ms-fill-lower { background: #3085EE; } + +.timeline .timeline-item { display: -ms-flexbox; display: flex; margin-bottom: 1.2rem; position: relative; } + +.timeline .timeline-item::before { background: #e7e9ed; content: ""; height: 100%; left: 11px; position: absolute; top: 1.2rem; width: 2px; } + +.timeline .timeline-item .timeline-left { -ms-flex: 0 0 auto; flex: 0 0 auto; } + +.timeline .timeline-item .timeline-content { -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 2px 0 2px 0.8rem; } + +.timeline .timeline-item .timeline-icon { -ms-flex-align: center; align-items: center; border-radius: 50%; color: #fff; display: -ms-flexbox; display: flex; height: 1.2rem; -ms-flex-pack: center; justify-content: center; text-align: center; width: 1.2rem; } + +.timeline .timeline-item .timeline-icon::before { border: 0.1rem solid #3085EE; border-radius: 50%; content: ""; display: block; height: 0.4rem; left: 0.4rem; position: absolute; top: 0.4rem; width: 0.4rem; } + +.timeline .timeline-item .timeline-icon.icon-lg { background: #3085EE; line-height: 1.2rem; } + +.timeline .timeline-item .timeline-icon.icon-lg::before { content: none; } + +.viewer-360 { -ms-flex-align: center; align-items: center; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } + +.viewer-360 .viewer-slider[max='36'][value='1'] + .viewer-image { background-position-y: 0%; } + +.viewer-360 .viewer-slider[max='36'][value='2'] + .viewer-image { background-position-y: 2.8571428571%; } + +.viewer-360 .viewer-slider[max='36'][value='3'] + .viewer-image { background-position-y: 5.7142857143%; } + +.viewer-360 .viewer-slider[max='36'][value='4'] + .viewer-image { background-position-y: 8.5714285714%; } + +.viewer-360 .viewer-slider[max='36'][value='5'] + .viewer-image { background-position-y: 11.4285714286%; } + +.viewer-360 .viewer-slider[max='36'][value='6'] + .viewer-image { background-position-y: 14.2857142857%; } + +.viewer-360 .viewer-slider[max='36'][value='7'] + .viewer-image { background-position-y: 17.1428571429%; } + +.viewer-360 .viewer-slider[max='36'][value='8'] + .viewer-image { background-position-y: 20%; } + +.viewer-360 .viewer-slider[max='36'][value='9'] + .viewer-image { background-position-y: 22.8571428571%; } + +.viewer-360 .viewer-slider[max='36'][value='10'] + .viewer-image { background-position-y: 25.7142857143%; } + +.viewer-360 .viewer-slider[max='36'][value='11'] + .viewer-image { background-position-y: 28.5714285714%; } + +.viewer-360 .viewer-slider[max='36'][value='12'] + .viewer-image { background-position-y: 31.4285714286%; } + +.viewer-360 .viewer-slider[max='36'][value='13'] + .viewer-image { background-position-y: 34.2857142857%; } + +.viewer-360 .viewer-slider[max='36'][value='14'] + .viewer-image { background-position-y: 37.1428571429%; } + +.viewer-360 .viewer-slider[max='36'][value='15'] + .viewer-image { background-position-y: 40%; } + +.viewer-360 .viewer-slider[max='36'][value='16'] + .viewer-image { background-position-y: 42.8571428571%; } + +.viewer-360 .viewer-slider[max='36'][value='17'] + .viewer-image { background-position-y: 45.7142857143%; } + +.viewer-360 .viewer-slider[max='36'][value='18'] + .viewer-image { background-position-y: 48.5714285714%; } + +.viewer-360 .viewer-slider[max='36'][value='19'] + .viewer-image { background-position-y: 51.4285714286%; } + +.viewer-360 .viewer-slider[max='36'][value='20'] + .viewer-image { background-position-y: 54.2857142857%; } + +.viewer-360 .viewer-slider[max='36'][value='21'] + .viewer-image { background-position-y: 57.1428571429%; } + +.viewer-360 .viewer-slider[max='36'][value='22'] + .viewer-image { background-position-y: 60%; } + +.viewer-360 .viewer-slider[max='36'][value='23'] + .viewer-image { background-position-y: 62.8571428571%; } + +.viewer-360 .viewer-slider[max='36'][value='24'] + .viewer-image { background-position-y: 65.7142857143%; } + +.viewer-360 .viewer-slider[max='36'][value='25'] + .viewer-image { background-position-y: 68.5714285714%; } + +.viewer-360 .viewer-slider[max='36'][value='26'] + .viewer-image { background-position-y: 71.4285714286%; } + +.viewer-360 .viewer-slider[max='36'][value='27'] + .viewer-image { background-position-y: 74.2857142857%; } + +.viewer-360 .viewer-slider[max='36'][value='28'] + .viewer-image { background-position-y: 77.1428571429%; } + +.viewer-360 .viewer-slider[max='36'][value='29'] + .viewer-image { background-position-y: 80%; } + +.viewer-360 .viewer-slider[max='36'][value='30'] + .viewer-image { background-position-y: 82.8571428571%; } + +.viewer-360 .viewer-slider[max='36'][value='31'] + .viewer-image { background-position-y: 85.7142857143%; } + +.viewer-360 .viewer-slider[max='36'][value='32'] + .viewer-image { background-position-y: 88.5714285714%; } + +.viewer-360 .viewer-slider[max='36'][value='33'] + .viewer-image { background-position-y: 91.4285714286%; } + +.viewer-360 .viewer-slider[max='36'][value='34'] + .viewer-image { background-position-y: 94.2857142857%; } + +.viewer-360 .viewer-slider[max='36'][value='35'] + .viewer-image { background-position-y: 97.1428571429%; } + +.viewer-360 .viewer-slider[max='36'][value='36'] + .viewer-image { background-position-y: 100%; } + +.viewer-360 .viewer-slider { cursor: ew-resize; margin: 1rem; -ms-flex-order: 2; order: 2; width: 60%; } + +.viewer-360 .viewer-image { background-position-y: 0; background-repeat: no-repeat; background-size: 100%; max-width: 100%; -ms-flex-order: 1; order: 1; } + +/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3BlY3RyZS1leHAuY3NzIiwic291cmNlcyI6WyJzcGVjdHJlLWV4cC5zY3NzIiwidGhlbWUvX3ZhcmlhYmxlcy5zY3NzIiwic3BlY3RyZS9fdmFyaWFibGVzLnNjc3MiLCJzcGVjdHJlL19taXhpbnMuc2NzcyIsInNwZWN0cmUvbWl4aW5zL19hdmF0YXIuc2NzcyIsInNwZWN0cmUvbWl4aW5zL19idXR0b24uc2NzcyIsInNwZWN0cmUvbWl4aW5zL19jbGVhcmZpeC5zY3NzIiwic3BlY3RyZS9taXhpbnMvX2NvbG9yLnNjc3MiLCJzcGVjdHJlL21peGlucy9fbGFiZWwuc2NzcyIsInNwZWN0cmUvbWl4aW5zL19wb3NpdGlvbi5zY3NzIiwic3BlY3RyZS9taXhpbnMvX3NoYWRvdy5zY3NzIiwic3BlY3RyZS9taXhpbnMvX3RleHQuc2NzcyIsInNwZWN0cmUvbWl4aW5zL190b2FzdC5zY3NzIiwic3BlY3RyZS9fYXV0b2NvbXBsZXRlLnNjc3MiLCJzcGVjdHJlL19jYWxlbmRhcnMuc2NzcyIsInNwZWN0cmUvX2Nhcm91c2Vscy5zY3NzIiwic3BlY3RyZS9fY29tcGFyaXNvbi1zbGlkZXJzLnNjc3MiLCJzcGVjdHJlL19maWx0ZXJzLnNjc3MiLCJzcGVjdHJlL19tZXRlcnMuc2NzcyIsInNwZWN0cmUvX29mZi1jYW52YXMuc2NzcyIsInNwZWN0cmUvX3BhcmFsbGF4LnNjc3MiLCJzcGVjdHJlL19wcm9ncmVzcy5zY3NzIiwic3BlY3RyZS9fc2xpZGVycy5zY3NzIiwic3BlY3RyZS9fdGltZWxpbmVzLnNjc3MiLCJzcGVjdHJlL192aWV3ZXItMzYwLnNjc3MiXSwic291cmNlc0NvbnRlbnQiOlsiLy8gVmFyaWFibGVzIGFuZCBtaXhpbnNcbkBpbXBvcnQgXCJ0aGVtZS92YXJpYWJsZXNcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL3ZhcmlhYmxlc1wiO1xuQGltcG9ydCBcInNwZWN0cmUvbWl4aW5zXCI7XG5cbi8qISBTcGVjdHJlLmNzcyBFeHBlcmltZW50YWxzIHYjeyR2ZXJzaW9ufSB8IE1JVCBMaWNlbnNlIHwgZ2l0aHViLmNvbS9waWN0dXJlcGFuMi9zcGVjdHJlICovXG4vLyBFeHBlcmltZW50YWxzXG5AaW1wb3J0IFwic3BlY3RyZS9hdXRvY29tcGxldGVcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL2NhbGVuZGFyc1wiO1xuQGltcG9ydCBcInNwZWN0cmUvY2Fyb3VzZWxzXCI7XG5AaW1wb3J0IFwic3BlY3RyZS9jb21wYXJpc29uLXNsaWRlcnNcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL2ZpbHRlcnNcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL21ldGVyc1wiO1xuQGltcG9ydCBcInNwZWN0cmUvb2ZmLWNhbnZhc1wiO1xuQGltcG9ydCBcInNwZWN0cmUvcGFyYWxsYXhcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL3Byb2dyZXNzXCI7XG5AaW1wb3J0IFwic3BlY3RyZS9zbGlkZXJzXCI7XG5AaW1wb3J0IFwic3BlY3RyZS90aW1lbGluZXNcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL3ZpZXdlci0zNjBcIjtcbiIsIi8vIFNwZWN0cmUgT3ZlcnJpZGVzXG4kcHJpbWFyeS1jb2xvcjogIzMwODVFRSAhZGVmYXVsdDtcbiRkYXJrLWNvbG9yOiAjNDU0ZDVkICFkZWZhdWx0O1xuJGxpZ2h0LWNvbG9yOiAjZmZmICFkZWZhdWx0O1xuJGdyYXktY29sb3I6IGxpZ2h0ZW4oJGRhcmstY29sb3IsIDQwJSkgIWRlZmF1bHQ7XG4kZ3JheS1jb2xvci1kYXJrOiBkYXJrZW4oJGdyYXktY29sb3IsIDI1JSkgIWRlZmF1bHQ7XG4kYm9yZGVyLWNvbG9yOiBsaWdodGVuKCRkYXJrLWNvbG9yLCA2MCUpICFkZWZhdWx0O1xuJGJnLWNvbG9yOiBsaWdodGVuKCRkYXJrLWNvbG9yLCA2NiUpICFkZWZhdWx0O1xuJGJvZHktZm9udC1jb2xvcjogbGlnaHRlbigkZGFyay1jb2xvciwgNSUpICFkZWZhdWx0O1xuXG4vLyBMYXlvdXRcbiRob3Jpei1wYWRkaW5nOiAxcmVtO1xuJHZlcnQtcGFkZGluZzogMnJlbSAwIDJyZW07XG5cbi8vIEZvbnRzXG4kbWluLXJlc3BvbnNpdmUtZm9udC1zaXplOiAxNnB4O1xuXG4vLyBIZWFkZXJcbiRoZWFkZXItaGVpZ2h0LWxhcmdlOiA0cmVtO1xuJGhlYWRlci1oZWlnaHQtc21hbGw6IDIuM3JlbTtcbiRoZWFkZXItY29sb3ItZGFyazogIzIyMjtcbiRoZWFkZXItdGV4dC1saWdodDogJGxpZ2h0LWNvbG9yO1xuJGhlYWRlci10ZXh0LWRhcms6IGRhcmtlbigkZGFyay1jb2xvciwgMTUlKTtcblxuLy8gRHJvcGRvd24gTWVudVxuJGRyb3BtZW51LWJnOiAkbGlnaHQtY29sb3I7XG4kZHJvcG1lbnUtaG92ZXItdGV4dDogJHByaW1hcnktY29sb3I7XG4kZHJvcG1lbnUtaG9yaXotcGFkZGluZzogMjBweDtcbiRkcm9wbWVudS12ZXJ0LXBhZGRpbmc6IDdweDtcbiRkcm9wbWVudS1jaGlsZC1wYWRkaW5nOiAxMHB4O1xuJGRyb3BtZW51LXNoYWRvdzogMCAzcHggNXB4IHJnYmEoMCwgMCwgMCwgMC4xKTtcblxuLy8gTW9iaWxlIE1lbnVcbiRtb2JpbGUtY29sb3ItbWFpbjogJHByaW1hcnktY29sb3I7XG4kbW9iaWxlLWNvbG9yLWFjdGl2ZTogI0ZGRjtcbiRtb2JpbGUtY29sb3ItbGluazogI0ZGRjtcbiRtb2JpbGUtYnV0dG9uLWhlaWdodDogMjRweDtcbiRtb2JpbGUtYnV0dG9uLXdpZHRoOiAyOHB4OyIsIi8vIENvcmUgdmFyaWFibGVzXG4kdmVyc2lvbjogXCIwLjUuOFwiO1xuXG4vLyBDb3JlIGZlYXR1cmVzXG4kcnRsOiBmYWxzZSAhZGVmYXVsdDtcblxuLy8gQ29yZSBjb2xvcnNcbiRwcmltYXJ5LWNvbG9yOiAjNTc1NWQ5ICFkZWZhdWx0O1xuJHByaW1hcnktY29sb3ItZGFyazogZGFya2VuKCRwcmltYXJ5LWNvbG9yLCAzJSkgIWRlZmF1bHQ7XG4kcHJpbWFyeS1jb2xvci1saWdodDogbGlnaHRlbigkcHJpbWFyeS1jb2xvciwgMyUpICFkZWZhdWx0O1xuJHNlY29uZGFyeS1jb2xvcjogbGlnaHRlbigkcHJpbWFyeS1jb2xvciwgMzcuNSUpICFkZWZhdWx0O1xuJHNlY29uZGFyeS1jb2xvci1kYXJrOiBkYXJrZW4oJHNlY29uZGFyeS1jb2xvciwgMyUpICFkZWZhdWx0O1xuJHNlY29uZGFyeS1jb2xvci1saWdodDogbGlnaHRlbigkc2Vjb25kYXJ5LWNvbG9yLCAzJSkgIWRlZmF1bHQ7XG5cbi8vIEdyYXkgY29sb3JzXG4kZGFyay1jb2xvcjogIzMwMzc0MiAhZGVmYXVsdDtcbiRsaWdodC1jb2xvcjogI2ZmZiAhZGVmYXVsdDtcbiRncmF5LWNvbG9yOiBsaWdodGVuKCRkYXJrLWNvbG9yLCA1NSUpICFkZWZhdWx0O1xuJGdyYXktY29sb3ItZGFyazogZGFya2VuKCRncmF5LWNvbG9yLCAzMCUpICFkZWZhdWx0O1xuJGdyYXktY29sb3ItbGlnaHQ6IGxpZ2h0ZW4oJGdyYXktY29sb3IsIDIwJSkgIWRlZmF1bHQ7XG5cbiRib3JkZXItY29sb3I6IGxpZ2h0ZW4oJGRhcmstY29sb3IsIDY1JSkgIWRlZmF1bHQ7XG4kYm9yZGVyLWNvbG9yLWRhcms6IGRhcmtlbigkYm9yZGVyLWNvbG9yLCAxMCUpICFkZWZhdWx0O1xuJGJvcmRlci1jb2xvci1saWdodDogbGlnaHRlbigkYm9yZGVyLWNvbG9yLCA4JSkgIWRlZmF1bHQ7XG4kYmctY29sb3I6IGxpZ2h0ZW4oJGRhcmstY29sb3IsIDc1JSkgIWRlZmF1bHQ7XG4kYmctY29sb3ItZGFyazogZGFya2VuKCRiZy1jb2xvciwgMyUpICFkZWZhdWx0O1xuJGJnLWNvbG9yLWxpZ2h0OiAkbGlnaHQtY29sb3IgIWRlZmF1bHQ7XG5cbi8vIENvbnRyb2wgY29sb3JzXG4kc3VjY2Vzcy1jb2xvcjogIzMyYjY0MyAhZGVmYXVsdDtcbiR3YXJuaW5nLWNvbG9yOiAjZmZiNzAwICFkZWZhdWx0O1xuJGVycm9yLWNvbG9yOiAjZTg1NjAwICFkZWZhdWx0O1xuXG4vLyBPdGhlciBjb2xvcnNcbiRjb2RlLWNvbG9yOiAjZDczZTQ4ICFkZWZhdWx0O1xuJGhpZ2hsaWdodC1jb2xvcjogI2ZmZTliMyAhZGVmYXVsdDtcbiRib2R5LWJnOiAkYmctY29sb3ItbGlnaHQgIWRlZmF1bHQ7XG4kYm9keS1mb250LWNvbG9yOiBsaWdodGVuKCRkYXJrLWNvbG9yLCA1JSkgIWRlZmF1bHQ7XG4kbGluay1jb2xvcjogJHByaW1hcnktY29sb3IgIWRlZmF1bHQ7XG4kbGluay1jb2xvci1kYXJrOiBkYXJrZW4oJGxpbmstY29sb3IsIDEwJSkgIWRlZmF1bHQ7XG4kbGluay1jb2xvci1saWdodDogbGlnaHRlbigkbGluay1jb2xvciwgMTAlKSAhZGVmYXVsdDtcblxuLy8gRm9udHNcbi8vIENyZWRpdDogaHR0cHM6Ly93d3cuc21hc2hpbmdtYWdhemluZS5jb20vMjAxNS8xMS91c2luZy1zeXN0ZW0tdWktZm9udHMtcHJhY3RpY2FsLWd1aWRlL1xuJGJhc2UtZm9udC1mYW1pbHk6IC1hcHBsZS1zeXN0ZW0sIHN5c3RlbS11aSwgQmxpbmtNYWNTeXN0ZW1Gb250LCBcIlNlZ29lIFVJXCIsIFJvYm90byAhZGVmYXVsdDtcbiRtb25vLWZvbnQtZmFtaWx5OiBcIlNGIE1vbm9cIiwgXCJTZWdvZSBVSSBNb25vXCIsIFwiUm9ib3RvIE1vbm9cIiwgTWVubG8sIENvdXJpZXIsIG1vbm9zcGFjZSAhZGVmYXVsdDtcbiRmYWxsYmFjay1mb250LWZhbWlseTogXCJIZWx2ZXRpY2EgTmV1ZVwiLCBzYW5zLXNlcmlmICFkZWZhdWx0O1xuJGNqay16aC1oYW5zLWZvbnQtZmFtaWx5OiAkYmFzZS1mb250LWZhbWlseSwgXCJQaW5nRmFuZyBTQ1wiLCBcIkhpcmFnaW5vIFNhbnMgR0JcIiwgXCJNaWNyb3NvZnQgWWFIZWlcIiwgJGZhbGxiYWNrLWZvbnQtZmFtaWx5ICFkZWZhdWx0O1xuJGNqay16aC1oYW50LWZvbnQtZmFtaWx5OiAkYmFzZS1mb250LWZhbWlseSwgXCJQaW5nRmFuZyBUQ1wiLCBcIkhpcmFnaW5vIFNhbnMgQ05TXCIsIFwiTWljcm9zb2Z0IEpoZW5nSGVpXCIsICRmYWxsYmFjay1mb250LWZhbWlseSAhZGVmYXVsdDtcbiRjamstanAtZm9udC1mYW1pbHk6ICRiYXNlLWZvbnQtZmFtaWx5LCBcIkhpcmFnaW5vIFNhbnNcIiwgXCJIaXJhZ2lubyBLYWt1IEdvdGhpYyBQcm9cIiwgXCJZdSBHb3RoaWNcIiwgWXVHb3RoaWMsIE1laXJ5bywgJGZhbGxiYWNrLWZvbnQtZmFtaWx5ICFkZWZhdWx0O1xuJGNqay1rby1mb250LWZhbWlseTogJGJhc2UtZm9udC1mYW1pbHksIFwiTWFsZ3VuIEdvdGhpY1wiLCAkZmFsbGJhY2stZm9udC1mYW1pbHkgIWRlZmF1bHQ7XG4kYm9keS1mb250LWZhbWlseTogJGJhc2UtZm9udC1mYW1pbHksICRmYWxsYmFjay1mb250LWZhbWlseSAhZGVmYXVsdDtcblxuLy8gVW5pdCBzaXplc1xuJHVuaXQtbzogLjA1cmVtICFkZWZhdWx0O1xuJHVuaXQtaDogLjFyZW0gIWRlZmF1bHQ7XG4kdW5pdC0xOiAuMnJlbSAhZGVmYXVsdDtcbiR1bml0LTI6IC40cmVtICFkZWZhdWx0O1xuJHVuaXQtMzogLjZyZW0gIWRlZmF1bHQ7XG4kdW5pdC00OiAuOHJlbSAhZGVmYXVsdDtcbiR1bml0LTU6IDFyZW0gIWRlZmF1bHQ7XG4kdW5pdC02OiAxLjJyZW0gIWRlZmF1bHQ7XG4kdW5pdC03OiAxLjRyZW0gIWRlZmF1bHQ7XG4kdW5pdC04OiAxLjZyZW0gIWRlZmF1bHQ7XG4kdW5pdC05OiAxLjhyZW0gIWRlZmF1bHQ7XG4kdW5pdC0xMDogMnJlbSAhZGVmYXVsdDtcbiR1bml0LTEyOiAyLjRyZW0gIWRlZmF1bHQ7XG4kdW5pdC0xNjogMy4ycmVtICFkZWZhdWx0O1xuXG4vLyBGb250IHNpemVzXG4kaHRtbC1mb250LXNpemU6IDIwcHggIWRlZmF1bHQ7XG4kaHRtbC1saW5lLWhlaWdodDogMS41ICFkZWZhdWx0O1xuJGZvbnQtc2l6ZTogLjhyZW0gIWRlZmF1bHQ7XG4kZm9udC1zaXplLXNtOiAuN3JlbSAhZGVmYXVsdDtcbiRmb250LXNpemUtbGc6IC45cmVtICFkZWZhdWx0O1xuJGxpbmUtaGVpZ2h0OiAxLjJyZW0gIWRlZmF1bHQ7XG5cbi8vIFNpemVzXG4kbGF5b3V0LXNwYWNpbmc6ICR1bml0LTIgIWRlZmF1bHQ7XG4kbGF5b3V0LXNwYWNpbmctc206ICR1bml0LTEgIWRlZmF1bHQ7XG4kbGF5b3V0LXNwYWNpbmctbGc6ICR1bml0LTQgIWRlZmF1bHQ7XG4kYm9yZGVyLXJhZGl1czogJHVuaXQtaCAhZGVmYXVsdDtcbiRib3JkZXItd2lkdGg6ICR1bml0LW8gIWRlZmF1bHQ7XG4kYm9yZGVyLXdpZHRoLWxnOiAkdW5pdC1oICFkZWZhdWx0O1xuJGNvbnRyb2wtc2l6ZTogJHVuaXQtOSAhZGVmYXVsdDtcbiRjb250cm9sLXNpemUtc206ICR1bml0LTcgIWRlZmF1bHQ7XG4kY29udHJvbC1zaXplLWxnOiAkdW5pdC0xMCAhZGVmYXVsdDtcbiRjb250cm9sLXBhZGRpbmcteDogJHVuaXQtMiAhZGVmYXVsdDtcbiRjb250cm9sLXBhZGRpbmcteC1zbTogJHVuaXQtMiAqIC43NSAhZGVmYXVsdDtcbiRjb250cm9sLXBhZGRpbmcteC1sZzogJHVuaXQtMiAqIDEuNSAhZGVmYXVsdDtcbiRjb250cm9sLXBhZGRpbmcteTogKCRjb250cm9sLXNpemUgLSAkbGluZS1oZWlnaHQpIC8gMiAtICRib3JkZXItd2lkdGggIWRlZmF1bHQ7XG4kY29udHJvbC1wYWRkaW5nLXktc206ICgkY29udHJvbC1zaXplLXNtIC0gJGxpbmUtaGVpZ2h0KSAvIDIgLSAkYm9yZGVyLXdpZHRoICFkZWZhdWx0O1xuJGNvbnRyb2wtcGFkZGluZy15LWxnOiAoJGNvbnRyb2wtc2l6ZS1sZyAtICRsaW5lLWhlaWdodCkgLyAyIC0gJGJvcmRlci13aWR0aCAhZGVmYXVsdDtcbiRjb250cm9sLWljb24tc2l6ZTogLjhyZW0gIWRlZmF1bHQ7XG5cbiRjb250cm9sLXdpZHRoLXhzOiAxODBweCAhZGVmYXVsdDtcbiRjb250cm9sLXdpZHRoLXNtOiAzMjBweCAhZGVmYXVsdDtcbiRjb250cm9sLXdpZHRoLW1kOiA2NDBweCAhZGVmYXVsdDtcbiRjb250cm9sLXdpZHRoLWxnOiA5NjBweCAhZGVmYXVsdDtcbiRjb250cm9sLXdpZHRoLXhsOiAxMjgwcHggIWRlZmF1bHQ7XG5cbi8vIFJlc3BvbnNpdmUgYnJlYWtwb2ludHNcbiRzaXplLXhzOiA0ODBweCAhZGVmYXVsdDtcbiRzaXplLXNtOiA2MDBweCAhZGVmYXVsdDtcbiRzaXplLW1kOiA4NDBweCAhZGVmYXVsdDtcbiRzaXplLWxnOiA5NjBweCAhZGVmYXVsdDtcbiRzaXplLXhsOiAxMjgwcHggIWRlZmF1bHQ7XG4kc2l6ZS0yeDogMTQ0MHB4ICFkZWZhdWx0O1xuXG4kcmVzcG9uc2l2ZS1icmVha3BvaW50OiAkc2l6ZS14cyAhZGVmYXVsdDtcblxuLy8gWi1pbmRleFxuJHppbmRleC0wOiAxICFkZWZhdWx0O1xuJHppbmRleC0xOiAxMDAgIWRlZmF1bHQ7XG4kemluZGV4LTI6IDIwMCAhZGVmYXVsdDtcbiR6aW5kZXgtMzogMzAwICFkZWZhdWx0O1xuJHppbmRleC00OiA0MDAgIWRlZmF1bHQ7XG4iLCIvLyBNaXhpbnNcbkBpbXBvcnQgXCJtaXhpbnMvYXZhdGFyXCI7XG5AaW1wb3J0IFwibWl4aW5zL2J1dHRvblwiO1xuQGltcG9ydCBcIm1peGlucy9jbGVhcmZpeFwiO1xuQGltcG9ydCBcIm1peGlucy9jb2xvclwiO1xuQGltcG9ydCBcIm1peGlucy9sYWJlbFwiO1xuQGltcG9ydCBcIm1peGlucy9wb3NpdGlvblwiO1xuQGltcG9ydCBcIm1peGlucy9zaGFkb3dcIjtcbkBpbXBvcnQgXCJtaXhpbnMvdGV4dFwiO1xuQGltcG9ydCBcIm1peGlucy90b2FzdFwiOyIsIi8vIEF2YXRhciBtaXhpblxuQG1peGluIGF2YXRhci1iYXNlKCRzaXplOiAkdW5pdC04KSB7XG4gIGZvbnQtc2l6ZTogJHNpemUgLyAyO1xuICBoZWlnaHQ6ICRzaXplO1xuICB3aWR0aDogJHNpemU7XG59XG4iLCIvLyBCdXR0b24gdmFyaWFudCBtaXhpblxuQG1peGluIGJ1dHRvbi12YXJpYW50KCRjb2xvcjogJHByaW1hcnktY29sb3IpIHtcbiAgYmFja2dyb3VuZDogJGNvbG9yO1xuICBib3JkZXItY29sb3I6IGRhcmtlbigkY29sb3IsIDMlKTtcbiAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgJjpmb2N1cyB7XG4gICAgQGluY2x1ZGUgY29udHJvbC1zaGFkb3coJGNvbG9yKTtcbiAgfVxuICAmOmZvY3VzLFxuICAmOmhvdmVyIHtcbiAgICBiYWNrZ3JvdW5kOiBkYXJrZW4oJGNvbG9yLCAyJSk7XG4gICAgYm9yZGVyLWNvbG9yOiBkYXJrZW4oJGNvbG9yLCA1JSk7XG4gICAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgfVxuICAmOmFjdGl2ZSxcbiAgJi5hY3RpdmUge1xuICAgIGJhY2tncm91bmQ6IGRhcmtlbigkY29sb3IsIDclKTtcbiAgICBib3JkZXItY29sb3I6IGRhcmtlbigkY29sb3IsIDEwJSk7XG4gICAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgfVxuICAmLmxvYWRpbmcge1xuICAgICY6OmFmdGVyIHtcbiAgICAgIGJvcmRlci1ib3R0b20tY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgICAgIGJvcmRlci1sZWZ0LWNvbG9yOiAkbGlnaHQtY29sb3I7XG4gICAgfVxuICB9XG59XG5cbkBtaXhpbiBidXR0b24tb3V0bGluZS12YXJpYW50KCRjb2xvcjogJHByaW1hcnktY29sb3IpIHtcbiAgYmFja2dyb3VuZDogJGxpZ2h0LWNvbG9yO1xuICBib3JkZXItY29sb3I6ICRjb2xvcjtcbiAgY29sb3I6ICRjb2xvcjtcbiAgJjpmb2N1cyB7XG4gICAgQGluY2x1ZGUgY29udHJvbC1zaGFkb3coJGNvbG9yKTtcbiAgfVxuICAmOmZvY3VzLFxuICAmOmhvdmVyIHtcbiAgICBiYWNrZ3JvdW5kOiBsaWdodGVuKCRjb2xvciwgNTAlKTtcbiAgICBib3JkZXItY29sb3I6IGRhcmtlbigkY29sb3IsIDIlKTtcbiAgICBjb2xvcjogJGNvbG9yO1xuICB9XG4gICY6YWN0aXZlLFxuICAmLmFjdGl2ZSB7XG4gICAgYmFja2dyb3VuZDogJGNvbG9yO1xuICAgIGJvcmRlci1jb2xvcjogZGFya2VuKCRjb2xvciwgNSUpO1xuICAgIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gIH1cbiAgJi5sb2FkaW5nIHtcbiAgICAmOjphZnRlciB7XG4gICAgICBib3JkZXItYm90dG9tLWNvbG9yOiAkY29sb3I7XG4gICAgICBib3JkZXItbGVmdC1jb2xvcjogJGNvbG9yO1xuICAgIH1cbiAgfVxufVxuIiwiLy8gQ2xlYXJmaXggbWl4aW5cbkBtaXhpbiBjbGVhcmZpeCgpIHtcbiAgJjo6YWZ0ZXIge1xuICAgIGNsZWFyOiBib3RoO1xuICAgIGNvbnRlbnQ6IFwiXCI7XG4gICAgZGlzcGxheTogdGFibGU7XG4gIH1cbn1cbiIsIi8vIEJhY2tncm91bmQgY29sb3IgdXRpbGl0eSBtaXhpblxuQG1peGluIGJnLWNvbG9yLXZhcmlhbnQoJG5hbWU6IFwiLmJnLXByaW1hcnlcIiwgJGNvbG9yOiAkcHJpbWFyeS1jb2xvcikge1xuICAjeyRuYW1lfSB7XG4gICAgYmFja2dyb3VuZDogJGNvbG9yICFpbXBvcnRhbnQ7XG5cbiAgICBAaWYgKGxpZ2h0bmVzcygkY29sb3IpIDwgNjApIHtcbiAgICAgIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gICAgfVxuICB9XG59XG5cbi8vIFRleHQgY29sb3IgdXRpbGl0eSBtaXhpblxuQG1peGluIHRleHQtY29sb3ItdmFyaWFudCgkbmFtZTogXCIudGV4dC1wcmltYXJ5XCIsICRjb2xvcjogJHByaW1hcnktY29sb3IpIHtcbiAgI3skbmFtZX0ge1xuICAgIGNvbG9yOiAkY29sb3IgIWltcG9ydGFudDtcbiAgfVxuXG4gIGEjeyRuYW1lfSB7XG4gICAgJjpmb2N1cyxcbiAgICAmOmhvdmVyIHtcbiAgICAgIGNvbG9yOiBkYXJrZW4oJGNvbG9yLCA1JSk7XG4gICAgfVxuICAgICY6dmlzaXRlZCB7XG4gICAgICBjb2xvcjogbGlnaHRlbigkY29sb3IsIDUlKTtcbiAgICB9XG4gIH1cbn1cbiIsIi8vIExhYmVsIGJhc2Ugc3R5bGVcbkBtaXhpbiBsYWJlbC1iYXNlKCkge1xuICBib3JkZXItcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgbGluZS1oZWlnaHQ6IDEuMjU7XG4gIHBhZGRpbmc6IC4xcmVtIC4ycmVtO1xufVxuXG5AbWl4aW4gbGFiZWwtdmFyaWFudCgkY29sb3I6ICRsaWdodC1jb2xvciwgJGJnLWNvbG9yOiAkcHJpbWFyeS1jb2xvcikge1xuICBiYWNrZ3JvdW5kOiAkYmctY29sb3I7XG4gIGNvbG9yOiAkY29sb3I7XG59XG4iLCIvLyBNYXJnaW4gdXRpbGl0eSBtaXhpblxuQG1peGluIG1hcmdpbi12YXJpYW50KCRpZDogMSwgJHNpemU6ICR1bml0LTEpIHtcbiAgLm0tI3skaWR9IHtcbiAgICBtYXJnaW46ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cblxuICAubWItI3skaWR9IHtcbiAgICBtYXJnaW4tYm90dG9tOiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLm1sLSN7JGlkfSB7XG4gICAgbWFyZ2luLWxlZnQ6ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cblxuICAubXItI3skaWR9IHtcbiAgICBtYXJnaW4tcmlnaHQ6ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cblxuICAubXQtI3skaWR9IHtcbiAgICBtYXJnaW4tdG9wOiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLm14LSN7JGlkfSB7XG4gICAgbWFyZ2luLWxlZnQ6ICRzaXplICFpbXBvcnRhbnQ7XG4gICAgbWFyZ2luLXJpZ2h0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLm15LSN7JGlkfSB7XG4gICAgbWFyZ2luLWJvdHRvbTogJHNpemUgIWltcG9ydGFudDtcbiAgICBtYXJnaW4tdG9wOiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG59XG5cbi8vIFBhZGRpbmcgdXRpbGl0eSBtaXhpblxuQG1peGluIHBhZGRpbmctdmFyaWFudCgkaWQ6IDEsICRzaXplOiAkdW5pdC0xKSB7XG4gIC5wLSN7JGlkfSB7XG4gICAgcGFkZGluZzogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5wYi0jeyRpZH0ge1xuICAgIHBhZGRpbmctYm90dG9tOiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnBsLSN7JGlkfSB7XG4gICAgcGFkZGluZy1sZWZ0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnByLSN7JGlkfSB7XG4gICAgcGFkZGluZy1yaWdodDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5wdC0jeyRpZH0ge1xuICAgIHBhZGRpbmctdG9wOiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnB4LSN7JGlkfSB7XG4gICAgcGFkZGluZy1sZWZ0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICAgIHBhZGRpbmctcmlnaHQ6ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cbiAgXG4gIC5weS0jeyRpZH0ge1xuICAgIHBhZGRpbmctYm90dG9tOiAkc2l6ZSAhaW1wb3J0YW50O1xuICAgIHBhZGRpbmctdG9wOiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG59XG4iLCIvLyBDb21wb25lbnQgZm9jdXMgc2hhZG93XG5AbWl4aW4gY29udHJvbC1zaGFkb3coJGNvbG9yOiAkcHJpbWFyeS1jb2xvcikge1xuICBib3gtc2hhZG93OiAwIDAgMCAuMXJlbSByZ2JhKCRjb2xvciwgLjIpO1xufVxuXG4vLyBTaGFkb3cgbWl4aW5cbkBtaXhpbiBzaGFkb3ctdmFyaWFudCgkb2Zmc2V0KSB7XG4gIGJveC1zaGFkb3c6IDAgJG9mZnNldCAoJG9mZnNldCArIC4wNXJlbSkgKiAyIHJnYmEoJGRhcmstY29sb3IsIC4zKTtcbn1cbiIsIi8vIFRleHQgRWxsaXBzaXNcbkBtaXhpbiB0ZXh0LWVsbGlwc2lzKCkge1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbn1cbiIsIi8vIFRvYXN0IHZhcmlhbnQgbWl4aW5cbkBtaXhpbiB0b2FzdC12YXJpYW50KCRjb2xvcjogJGRhcmstY29sb3IpIHtcbiAgYmFja2dyb3VuZDogcmdiYSgkY29sb3IsIC45NSk7XG4gIGJvcmRlci1jb2xvcjogJGNvbG9yO1xufVxuIiwiLy8gQXV0b2NvbXBsZXRlXG4uZm9ybS1hdXRvY29tcGxldGUge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG5cbiAgLmZvcm0tYXV0b2NvbXBsZXRlLWlucHV0IHtcbiAgICBhbGlnbi1jb250ZW50OiBmbGV4LXN0YXJ0O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC13cmFwOiB3cmFwO1xuICAgIGhlaWdodDogYXV0bztcbiAgICBtaW4taGVpZ2h0OiAkdW5pdC04O1xuICAgIHBhZGRpbmc6ICR1bml0LWg7XG5cbiAgICAmLmlzLWZvY3VzZWQge1xuICAgICAgQGluY2x1ZGUgY29udHJvbC1zaGFkb3coKTtcbiAgICAgIGJvcmRlci1jb2xvcjogJHByaW1hcnktY29sb3I7XG4gICAgfVxuXG4gICAgLmZvcm0taW5wdXQge1xuICAgICAgYm9yZGVyLWNvbG9yOiB0cmFuc3BhcmVudDtcbiAgICAgIGJveC1zaGFkb3c6IG5vbmU7XG4gICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICBmbGV4OiAxIDAgYXV0bztcbiAgICAgIGhlaWdodDogJHVuaXQtNjtcbiAgICAgIGxpbmUtaGVpZ2h0OiAkdW5pdC00O1xuICAgICAgbWFyZ2luOiAkdW5pdC1oO1xuICAgICAgd2lkdGg6IGF1dG87XG4gICAgfVxuICB9XG5cbiAgLm1lbnUge1xuICAgIGxlZnQ6IDA7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMTAwJTtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxuXG4gICYuYXV0b2NvbXBsZXRlLW9uZWxpbmUge1xuICAgIC5mb3JtLWF1dG9jb21wbGV0ZS1pbnB1dCB7XG4gICAgICBmbGV4LXdyYXA6IG5vd3JhcDtcbiAgICAgIG92ZXJmbG93LXg6IGF1dG87XG4gICAgfVxuXG4gICAgLmNoaXAge1xuICAgICAgZmxleDogMSAwIGF1dG87XG4gICAgfVxuICB9XG59XG4iLCIvLyBDYWxlbmRhcnNcbi5jYWxlbmRhciB7XG4gIGJvcmRlcjogJGJvcmRlci13aWR0aCBzb2xpZCAkYm9yZGVyLWNvbG9yO1xuICBib3JkZXItcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgZGlzcGxheTogYmxvY2s7XG4gIG1pbi13aWR0aDogMjgwcHg7XG5cbiAgLmNhbGVuZGFyLW5hdiB7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBiYWNrZ3JvdW5kOiAkYmctY29sb3I7XG4gICAgYm9yZGVyLXRvcC1sZWZ0LXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gICAgYm9yZGVyLXRvcC1yaWdodC1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZm9udC1zaXplOiAkZm9udC1zaXplLWxnO1xuICAgIHBhZGRpbmc6ICRsYXlvdXQtc3BhY2luZztcbiAgfVxuXG4gIC5jYWxlbmRhci1oZWFkZXIsXG4gIC5jYWxlbmRhci1ib2R5IHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtd3JhcDogd3JhcDtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBwYWRkaW5nOiAkbGF5b3V0LXNwYWNpbmcgMDtcblxuICAgIC5jYWxlbmRhci1kYXRlIHtcbiAgICAgIGZsZXg6IDAgMCAxNC4yOCU7IC8vIDcgY2FsZW5kYXItaXRlbXMgZWFjaCByb3dcbiAgICAgIG1heC13aWR0aDogMTQuMjglO1xuICAgIH1cbiAgfVxuXG4gIC5jYWxlbmRhci1oZWFkZXIge1xuICAgIGJhY2tncm91bmQ6ICRiZy1jb2xvcjtcbiAgICBib3JkZXItYm90dG9tOiAkYm9yZGVyLXdpZHRoIHNvbGlkICRib3JkZXItY29sb3I7XG4gICAgY29sb3I6ICRncmF5LWNvbG9yO1xuICAgIGZvbnQtc2l6ZTogJGZvbnQtc2l6ZS1zbTtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIH1cblxuICAuY2FsZW5kYXItYm9keSB7XG4gICAgY29sb3I6ICRncmF5LWNvbG9yLWRhcms7XG4gIH1cblxuICAuY2FsZW5kYXItZGF0ZSB7XG4gICAgYm9yZGVyOiAwO1xuICAgIHBhZGRpbmc6ICR1bml0LTE7XG5cbiAgICAuZGF0ZS1pdGVtIHtcbiAgICAgIGFwcGVhcmFuY2U6IG5vbmU7XG4gICAgICBiYWNrZ3JvdW5kOiB0cmFuc3BhcmVudDtcbiAgICAgIGJvcmRlcjogJGJvcmRlci13aWR0aCBzb2xpZCB0cmFuc3BhcmVudDtcbiAgICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICAgIGNvbG9yOiAkZ3JheS1jb2xvci1kYXJrO1xuICAgICAgY3Vyc29yOiBwb2ludGVyO1xuICAgICAgZm9udC1zaXplOiAkZm9udC1zaXplLXNtO1xuICAgICAgaGVpZ2h0OiAkdW5pdC03O1xuICAgICAgbGluZS1oZWlnaHQ6ICR1bml0LTU7XG4gICAgICBvdXRsaW5lOiBub25lO1xuICAgICAgcGFkZGluZzogJHVuaXQtaDtcbiAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICAgIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbiAgICAgIHRyYW5zaXRpb246IGJhY2tncm91bmQgLjJzLCBib3JkZXIgLjJzLCBib3gtc2hhZG93IC4ycywgY29sb3IgLjJzO1xuICAgICAgdmVydGljYWwtYWxpZ246IG1pZGRsZTtcbiAgICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICAgICB3aWR0aDogJHVuaXQtNztcblxuICAgICAgJi5kYXRlLXRvZGF5IHtcbiAgICAgICAgYm9yZGVyLWNvbG9yOiAkc2Vjb25kYXJ5LWNvbG9yLWRhcms7XG4gICAgICAgIGNvbG9yOiAkcHJpbWFyeS1jb2xvcjtcbiAgICAgIH1cblxuICAgICAgJjpmb2N1cyB7XG4gICAgICAgIEBpbmNsdWRlIGNvbnRyb2wtc2hhZG93KCk7XG4gICAgICB9XG5cbiAgICAgICY6Zm9jdXMsXG4gICAgICAmOmhvdmVyIHtcbiAgICAgICAgYmFja2dyb3VuZDogJHNlY29uZGFyeS1jb2xvci1saWdodDtcbiAgICAgICAgYm9yZGVyLWNvbG9yOiAkc2Vjb25kYXJ5LWNvbG9yLWRhcms7XG4gICAgICAgIGNvbG9yOiAkcHJpbWFyeS1jb2xvcjtcbiAgICAgICAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICAgICAgfVxuICAgICAgJjphY3RpdmUsXG4gICAgICAmLmFjdGl2ZSB7XG4gICAgICAgIGJhY2tncm91bmQ6ICRwcmltYXJ5LWNvbG9yLWRhcms7XG4gICAgICAgIGJvcmRlci1jb2xvcjogZGFya2VuKCRwcmltYXJ5LWNvbG9yLWRhcmssIDUlKTtcbiAgICAgICAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgICAgIH1cblxuICAgICAgLy8gQ2FsZW5kYXIgYmFkZ2Ugc3VwcG9ydFxuICAgICAgJi5iYWRnZSB7XG4gICAgICAgICY6OmFmdGVyIHtcbiAgICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgICAgdG9wOiAzcHg7XG4gICAgICAgICAgcmlnaHQ6IDNweDtcbiAgICAgICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSg1MCUsIC01MCUpO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuXG4gICAgLmRhdGUtaXRlbSxcbiAgICAuY2FsZW5kYXItZXZlbnQge1xuICAgICAgJjpkaXNhYmxlZCxcbiAgICAgICYuZGlzYWJsZWQge1xuICAgICAgICBjdXJzb3I6IGRlZmF1bHQ7XG4gICAgICAgIG9wYWNpdHk6IC4yNTtcbiAgICAgICAgcG9pbnRlci1ldmVudHM6IG5vbmU7XG4gICAgICB9XG4gICAgfVxuXG4gICAgJi5wcmV2LW1vbnRoLFxuICAgICYubmV4dC1tb250aCB7XG4gICAgICAuZGF0ZS1pdGVtLFxuICAgICAgLmNhbGVuZGFyLWV2ZW50IHtcbiAgICAgICAgb3BhY2l0eTogLjI1O1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC5jYWxlbmRhci1yYW5nZSB7XG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuXG4gICAgJjo6YmVmb3JlIHtcbiAgICAgIGJhY2tncm91bmQ6ICRzZWNvbmRhcnktY29sb3I7XG4gICAgICBjb250ZW50OiBcIlwiO1xuICAgICAgaGVpZ2h0OiAkdW5pdC03O1xuICAgICAgbGVmdDogMDtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIHJpZ2h0OiAwO1xuICAgICAgdG9wOiA1MCU7XG4gICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoLTUwJSk7XG4gICAgfVxuICAgICYucmFuZ2Utc3RhcnQge1xuICAgICAgJjo6YmVmb3JlIHtcbiAgICAgICAgbGVmdDogNTAlO1xuICAgICAgfVxuICAgIH1cbiAgICAmLnJhbmdlLWVuZCB7XG4gICAgICAmOjpiZWZvcmUge1xuICAgICAgICByaWdodDogNTAlO1xuICAgICAgfVxuICAgIH1cblxuICAgICYucmFuZ2Utc3RhcnQsXG4gICAgJi5yYW5nZS1lbmQge1xuICAgICAgLmRhdGUtaXRlbSB7XG4gICAgICAgIGJhY2tncm91bmQ6ICRwcmltYXJ5LWNvbG9yLWRhcms7XG4gICAgICAgIGJvcmRlci1jb2xvcjogZGFya2VuKCRwcmltYXJ5LWNvbG9yLWRhcmssIDUlKTtcbiAgICAgICAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAuZGF0ZS1pdGVtIHtcbiAgICAgIGNvbG9yOiAkcHJpbWFyeS1jb2xvcjtcbiAgICB9XG4gIH1cblxuICAvLyBDYWxlbmRhcnMgc2l6ZVxuICAmLmNhbGVuZGFyLWxnIHtcbiAgICAuY2FsZW5kYXItYm9keSB7XG4gICAgICBwYWRkaW5nOiAwO1xuXG4gICAgICAuY2FsZW5kYXItZGF0ZSB7XG4gICAgICAgIGJvcmRlci1ib3R0b206ICRib3JkZXItd2lkdGggc29saWQgJGJvcmRlci1jb2xvcjtcbiAgICAgICAgYm9yZGVyLXJpZ2h0OiAkYm9yZGVyLXdpZHRoIHNvbGlkICRib3JkZXItY29sb3I7XG4gICAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgICAgIGhlaWdodDogNS41cmVtO1xuICAgICAgICBwYWRkaW5nOiAwO1xuXG4gICAgICAgICY6bnRoLWNoaWxkKDduKSB7XG4gICAgICAgICAgYm9yZGVyLXJpZ2h0OiAwO1xuICAgICAgICB9XG4gICAgICAgICY6bnRoLWxhc3QtY2hpbGQoLW4rNykge1xuICAgICAgICAgIGJvcmRlci1ib3R0b206IDA7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG5cbiAgICAuZGF0ZS1pdGVtIHtcbiAgICAgIGFsaWduLXNlbGY6IGZsZXgtZW5kO1xuICAgICAgaGVpZ2h0OiAkdW5pdC03O1xuICAgICAgbWFyZ2luLXJpZ2h0OiAkbGF5b3V0LXNwYWNpbmctc207XG4gICAgICBtYXJnaW4tdG9wOiAkbGF5b3V0LXNwYWNpbmctc207XG4gICAgfVxuXG4gICAgLmNhbGVuZGFyLXJhbmdlIHtcbiAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgIHRvcDogMTlweDtcbiAgICAgIH1cbiAgICAgICYucmFuZ2Utc3RhcnQge1xuICAgICAgICAmOjpiZWZvcmUge1xuICAgICAgICAgIGxlZnQ6IGF1dG87XG4gICAgICAgICAgd2lkdGg6IDE5cHg7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgICYucmFuZ2UtZW5kIHtcbiAgICAgICAgJjo6YmVmb3JlIHtcbiAgICAgICAgICByaWdodDogMTlweDtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cblxuICAgIC5jYWxlbmRhci1ldmVudHMge1xuICAgICAgZmxleC1ncm93OiAxO1xuICAgICAgbGluZS1oZWlnaHQ6IDE7XG4gICAgICBvdmVyZmxvdy15OiBhdXRvO1xuICAgICAgcGFkZGluZzogJGxheW91dC1zcGFjaW5nLXNtO1xuICAgIH1cblxuICAgIC5jYWxlbmRhci1ldmVudCB7XG4gICAgICBib3JkZXItcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgICAgIGZvbnQtc2l6ZTogJGZvbnQtc2l6ZS1zbTtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgbWFyZ2luOiAkdW5pdC1oIGF1dG87XG4gICAgICBvdmVyZmxvdzogaGlkZGVuO1xuICAgICAgcGFkZGluZzogM3B4IDRweDtcbiAgICAgIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICAgICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgICB9XG4gIH1cbn1cbiIsIi8vIENhcm91c2Vsc1xuLy8gVGhlIG51bWJlciBvZiBjYXJvdXNlbCBpbWFnZXNcbiRjYXJvdXNlbC1udW1iZXI6IDg7XG5cbiVjYXJvdXNlbC1pbWFnZS1jaGVja2VkIHsgXG4gIGFuaW1hdGlvbjogY2Fyb3VzZWwtc2xpZGVpbiAuNzVzIGVhc2UtaW4tb3V0IDE7XG4gIG9wYWNpdHk6IDE7XG4gIHotaW5kZXg6ICR6aW5kZXgtMTtcbn1cblxuJWNhcm91c2VsLW5hdi1jaGVja2VkIHsgXG4gIGNvbG9yOiAkZ3JheS1jb2xvci1saWdodDtcbn1cblxuLmNhcm91c2VsIHtcbiAgYmFja2dyb3VuZDogJGJnLWNvbG9yO1xuICBkaXNwbGF5OiBibG9jaztcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICB3aWR0aDogMTAwJTtcbiAgLXdlYmtpdC1vdmVyZmxvdy1zY3JvbGxpbmc6IHRvdWNoO1xuICB6LWluZGV4OiAkemluZGV4LTA7XG5cbiAgLmNhcm91c2VsLWNvbnRhaW5lciB7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICAgIGxlZnQ6IDA7XG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgICY6OmJlZm9yZSB7XG4gICAgICBjb250ZW50OiBcIlwiO1xuICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICBwYWRkaW5nLWJvdHRvbTogNTYuMjUlO1xuICAgIH1cblxuICAgIC5jYXJvdXNlbC1pdGVtIHtcbiAgICAgIGFuaW1hdGlvbjogY2Fyb3VzZWwtc2xpZGVvdXQgMXMgZWFzZS1pbi1vdXQgMTtcbiAgICAgIGhlaWdodDogMTAwJTtcbiAgICAgIGxlZnQ6IDA7XG4gICAgICBtYXJnaW46IDA7XG4gICAgICBvcGFjaXR5OiAwO1xuICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgdG9wOiAwO1xuICAgICAgd2lkdGg6IDEwMCU7XG5cbiAgICAgICY6aG92ZXIge1xuICAgICAgICAuaXRlbS1wcmV2LFxuICAgICAgICAuaXRlbS1uZXh0IHtcbiAgICAgICAgICBvcGFjaXR5OiAxO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuXG4gICAgLml0ZW0tcHJldixcbiAgICAuaXRlbS1uZXh0IHtcbiAgICAgIGJhY2tncm91bmQ6IHJnYmEoJGdyYXktY29sb3ItbGlnaHQsIC4yNSk7XG4gICAgICBib3JkZXItY29sb3I6IHJnYmEoJGdyYXktY29sb3ItbGlnaHQsIC41KTtcbiAgICAgIGNvbG9yOiAkZ3JheS1jb2xvci1saWdodDtcbiAgICAgIG9wYWNpdHk6IDA7XG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICB0b3A6IDUwJTtcbiAgICAgIHRyYW5zaXRpb246IGFsbCAuNHM7XG4gICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoLTUwJSk7XG4gICAgICB6LWluZGV4OiAkemluZGV4LTE7XG4gICAgfVxuICAgIC5pdGVtLXByZXYge1xuICAgICAgbGVmdDogMXJlbTtcbiAgICB9XG4gICAgLml0ZW0tbmV4dCB7XG4gICAgICByaWdodDogMXJlbTtcbiAgICB9XG4gIH1cblxuICAuY2Fyb3VzZWwtbG9jYXRvciB7XG4gICAgQGZvciAkaSBmcm9tIDEgdGhyb3VnaCAoJGNhcm91c2VsLW51bWJlcikge1xuICAgICAgJjpudGgtb2YtdHlwZSgjeyRpfSk6Y2hlY2tlZCB+IC5jYXJvdXNlbC1jb250YWluZXIgLmNhcm91c2VsLWl0ZW06bnRoLW9mLXR5cGUoI3skaX0pIHtcbiAgICAgICAgQGV4dGVuZCAlY2Fyb3VzZWwtaW1hZ2UtY2hlY2tlZDtcbiAgICAgIH1cbiAgICB9XG5cbiAgICBAZm9yICRpIGZyb20gMSB0aHJvdWdoICgkY2Fyb3VzZWwtbnVtYmVyKSB7XG4gICAgICAmOm50aC1vZi10eXBlKCN7JGl9KTpjaGVja2VkIH4gLmNhcm91c2VsLW5hdiAubmF2LWl0ZW06bnRoLW9mLXR5cGUoI3skaX0pIHtcbiAgICAgICAgQGV4dGVuZCAlY2Fyb3VzZWwtbmF2LWNoZWNrZWQ7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgLmNhcm91c2VsLW5hdiB7XG4gICAgYm90dG9tOiAkbGF5b3V0LXNwYWNpbmc7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBsZWZ0OiA1MCU7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWCgtNTAlKTtcbiAgICB3aWR0aDogMTByZW07XG4gICAgei1pbmRleDogJHppbmRleC0xO1xuXG4gICAgLm5hdi1pdGVtIHtcbiAgICAgIGNvbG9yOiByZ2JhKCRncmF5LWNvbG9yLWxpZ2h0LCAuNSk7XG4gICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgIGZsZXg6IDEgMCBhdXRvO1xuICAgICAgaGVpZ2h0OiAkdW5pdC04O1xuICAgICAgbWFyZ2luOiAkdW5pdC0xO1xuICAgICAgbWF4LXdpZHRoOiAyLjVyZW07XG4gICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG5cbiAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgIGJhY2tncm91bmQ6IGN1cnJlbnRDb2xvcjtcbiAgICAgICAgY29udGVudDogXCJcIjtcbiAgICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICAgIGhlaWdodDogJHVuaXQtaDtcbiAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICB0b3A6IC41cmVtO1xuICAgICAgICB3aWR0aDogMTAwJTtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuQGtleWZyYW1lcyBjYXJvdXNlbC1zbGlkZWluIHtcbiAgMCUge1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWCgxMDAlKTtcbiAgfVxuICAxMDAlIHtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVgoMCk7XG4gIH1cbn1cblxuQGtleWZyYW1lcyBjYXJvdXNlbC1zbGlkZW91dCB7XG4gIDAlIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWCgwKTtcbiAgfVxuICAxMDAlIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWCgtNTAlKTtcbiAgfVxufVxuIiwiLy8gSW1hZ2UgY29tcGFyaXNvbiBzbGlkZXJcbi8vIENyZWRpdDogaHR0cDovL2NvZGVwZW4uaW8vc29saXBzaXN0YWNwL3Blbi9HcG1hcVxuLmNvbXBhcmlzb24tc2xpZGVyIHtcbiAgaGVpZ2h0OiA1MHZoO1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIHdpZHRoOiAxMDAlO1xuICAtd2Via2l0LW92ZXJmbG93LXNjcm9sbGluZzogdG91Y2g7XG5cbiAgLmNvbXBhcmlzb24tYmVmb3JlLFxuICAuY29tcGFyaXNvbi1hZnRlciB7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICAgIGxlZnQ6IDA7XG4gICAgbWFyZ2luOiAwO1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMDtcblxuICAgIGltZyB7XG4gICAgICBoZWlnaHQ6IDEwMCU7XG4gICAgICBvYmplY3QtZml0OiBjb3ZlcjtcbiAgICAgIG9iamVjdC1wb3NpdGlvbjogbGVmdCBjZW50ZXI7XG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICB3aWR0aDogMTAwJTtcbiAgICB9XG4gIH1cblxuICAuY29tcGFyaXNvbi1iZWZvcmUge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIHotaW5kZXg6IDE7XG5cbiAgICAuY29tcGFyaXNvbi1sYWJlbCB7XG4gICAgICByaWdodDogJHVuaXQtNDtcbiAgICB9XG4gIH1cblxuICAuY29tcGFyaXNvbi1hZnRlciB7XG4gICAgbWF4LXdpZHRoOiAxMDAlO1xuICAgIG1pbi13aWR0aDogMDtcbiAgICB6LWluZGV4OiAyO1xuXG4gICAgJjo6YmVmb3JlIHtcbiAgICAgIGJhY2tncm91bmQ6IHRyYW5zcGFyZW50O1xuICAgICAgY29udGVudDogXCJcIjtcbiAgICAgIGN1cnNvcjogZGVmYXVsdDtcbiAgICAgIGhlaWdodDogMTAwJTtcbiAgICAgIGxlZnQ6IDA7XG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICByaWdodDogJHVuaXQtNDtcbiAgICAgIHRvcDogMDtcbiAgICAgIHotaW5kZXg6ICR6aW5kZXgtMDtcbiAgICB9XG5cbiAgICAmOjphZnRlciB7XG4gICAgICBiYWNrZ3JvdW5kOiBjdXJyZW50Q29sb3I7XG4gICAgICBib3JkZXItcmFkaXVzOiA1MCU7XG4gICAgICBib3gtc2hhZG93OiAwIC01cHgsIDAgNXB4O1xuICAgICAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgICAgIGNvbnRlbnQ6IFwiXCI7XG4gICAgICBoZWlnaHQ6IDNweDtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIHJpZ2h0OiAkdW5pdC0yO1xuICAgICAgdG9wOiA1MCU7XG4gICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSg1MCUsIC01MCUpO1xuICAgICAgd2lkdGg6IDNweDtcbiAgICB9XG5cbiAgICAuY29tcGFyaXNvbi1sYWJlbCB7XG4gICAgICBsZWZ0OiAkdW5pdC00O1xuICAgIH1cbiAgfVxuXG4gIC5jb21wYXJpc29uLXJlc2l6ZXIge1xuICAgIGFuaW1hdGlvbjogZmlyc3QtcnVuIDEuNXMgMSBlYXNlLWluLW91dDtcbiAgICBjdXJzb3I6IGV3LXJlc2l6ZTtcbiAgICBoZWlnaHQ6ICR1bml0LTQ7XG4gICAgbGVmdDogMDtcbiAgICBtYXgtd2lkdGg6IDEwMCU7XG4gICAgbWluLXdpZHRoOiAkdW5pdC00O1xuICAgIG9wYWNpdHk6IDA7XG4gICAgb3V0bGluZTogbm9uZTtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgcmVzaXplOiBob3Jpem9udGFsO1xuICAgIHRvcDogNTAlO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWSgtNTAlKSBzY2FsZVkoMzApO1xuICAgIHdpZHRoOiAwO1xuICB9XG5cbiAgLmNvbXBhcmlzb24tbGFiZWwge1xuICAgIGJhY2tncm91bmQ6IHJnYmEoJGRhcmstY29sb3IsIC41KTtcbiAgICBib3R0b206ICR1bml0LTQ7XG4gICAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgICBwYWRkaW5nOiAkdW5pdC0xICR1bml0LTI7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHVzZXItc2VsZWN0OiBub25lO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgZmlyc3QtcnVuIHtcbiAgMCUge1xuICAgIHdpZHRoOiAwO1xuICB9XG4gIDI1JSB7XG4gICAgd2lkdGg6ICR1bml0LTEyO1xuICB9XG4gIDUwJSB7XG4gICAgd2lkdGg6ICR1bml0LTQ7XG4gIH1cbiAgNzUlIHtcbiAgICB3aWR0aDogJHVuaXQtNjtcbiAgfVxuICAxMDAlIHtcbiAgICB3aWR0aDogMDtcbiAgfVxufVxuIiwiLy8gRmlsdGVycyBcbi8vIFRoZSBudW1iZXIgb2YgZmlsdGVyIG9wdGlvbnMgXG4kZmlsdGVyLW51bWJlcjogOCAhZGVmYXVsdDtcblxuJWZpbHRlci1jaGVja2VkLW5hdiB7IFxuICBiYWNrZ3JvdW5kOiAkcHJpbWFyeS1jb2xvcjtcbiAgY29sb3I6ICRsaWdodC1jb2xvcjtcbn1cblxuJWZpbHRlci1jaGVja2VkLWJvZHkgeyBcbiAgZGlzcGxheTogbm9uZTtcbn1cblxuLmZpbHRlciB7XG4gIC5maWx0ZXItbmF2IHtcbiAgICBtYXJnaW46ICRsYXlvdXQtc3BhY2luZyAwO1xuICB9XG5cbiAgLmZpbHRlci1ib2R5IHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtd3JhcDogd3JhcDtcbiAgfVxuXG4gIC5maWx0ZXItdGFnIHtcbiAgICBAZm9yICRpIGZyb20gMCB0aHJvdWdoICgkZmlsdGVyLW51bWJlcikge1xuICAgICAgJiN0YWctI3skaX06Y2hlY2tlZCB+IC5maWx0ZXItbmF2IC5jaGlwW2Zvcj1cInRhZy0jeyRpfVwiXSB7XG4gICAgICAgIEBleHRlbmQgJWZpbHRlci1jaGVja2VkLW5hdjtcbiAgICAgIH1cbiAgICB9XG5cbiAgICBAZm9yICRpIGZyb20gMSB0aHJvdWdoICgkZmlsdGVyLW51bWJlcikge1xuICAgICAgJiN0YWctI3skaX06Y2hlY2tlZCB+IC5maWx0ZXItYm9keSAuZmlsdGVyLWl0ZW06bm90KFtkYXRhLXRhZ349XCJ0YWctI3skaX1cIl0pIHtcbiAgICAgICAgQGV4dGVuZCAlZmlsdGVyLWNoZWNrZWQtYm9keTtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cbiIsIi8vIE1ldGVyc1xuLy8gQ3JlZGl0OiBodHRwczovL2Nzcy10cmlja3MuY29tL2h0bWw1LW1ldGVyLWVsZW1lbnQvXG4ubWV0ZXIge1xuICBhcHBlYXJhbmNlOiBub25lO1xuICBiYWNrZ3JvdW5kOiAkYmctY29sb3I7XG4gIGJvcmRlcjogMDtcbiAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAkdW5pdC00O1xuXG4gICY6Oi13ZWJraXQtbWV0ZXItaW5uZXItZWxlbWVudCB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cblxuICAmOjotd2Via2l0LW1ldGVyLWJhcixcbiAgJjo6LXdlYmtpdC1tZXRlci1vcHRpbXVtLXZhbHVlLFxuICAmOjotd2Via2l0LW1ldGVyLXN1Ym9wdGltdW0tdmFsdWUsXG4gICY6Oi13ZWJraXQtbWV0ZXItZXZlbi1sZXNzLWdvb2QtdmFsdWUge1xuICAgIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICB9XG5cbiAgJjo6LXdlYmtpdC1tZXRlci1iYXIge1xuICAgIGJhY2tncm91bmQ6ICRiZy1jb2xvcjtcbiAgfVxuXG4gICY6Oi13ZWJraXQtbWV0ZXItb3B0aW11bS12YWx1ZSB7XG4gICAgYmFja2dyb3VuZDogJHN1Y2Nlc3MtY29sb3I7XG4gIH1cblxuICAmOjotd2Via2l0LW1ldGVyLXN1Ym9wdGltdW0tdmFsdWUge1xuICAgIGJhY2tncm91bmQ6ICR3YXJuaW5nLWNvbG9yO1xuICB9XG5cbiAgJjo6LXdlYmtpdC1tZXRlci1ldmVuLWxlc3MtZ29vZC12YWx1ZSB7XG4gICAgYmFja2dyb3VuZDogJGVycm9yLWNvbG9yO1xuICB9XG5cbiAgJjo6LW1vei1tZXRlci1iYXIsXG4gICY6LW1vei1tZXRlci1vcHRpbXVtLFxuICAmOi1tb3otbWV0ZXItc3ViLW9wdGltdW0sXG4gICY6LW1vei1tZXRlci1zdWItc3ViLW9wdGltdW0ge1xuICAgIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICB9XG5cbiAgJjotbW96LW1ldGVyLW9wdGltdW06Oi1tb3otbWV0ZXItYmFyIHtcbiAgICBiYWNrZ3JvdW5kOiAkc3VjY2Vzcy1jb2xvcjtcbiAgfVxuXG4gICY6LW1vei1tZXRlci1zdWItb3B0aW11bTo6LW1vei1tZXRlci1iYXIge1xuICAgIGJhY2tncm91bmQ6ICR3YXJuaW5nLWNvbG9yO1xuICB9XG5cbiAgJjotbW96LW1ldGVyLXN1Yi1zdWItb3B0aW11bTo6LW1vei1tZXRlci1iYXIge1xuICAgIGJhY2tncm91bmQ6ICRlcnJvci1jb2xvcjtcbiAgfVxufVxuIiwiLy8gT2ZmIGNhbnZhcyBtZW51c1xuJG9mZi1jYW52YXMtYnJlYWtwb2ludDogJHNpemUtbGcgIWRlZmF1bHQ7XG5cbi5vZmYtY2FudmFzIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1mbG93OiBub3dyYXA7XG4gIGhlaWdodDogMTAwJTtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICB3aWR0aDogMTAwJTtcblxuICAub2ZmLWNhbnZhcy10b2dnbGUge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6ICRsYXlvdXQtc3BhY2luZztcbiAgICB0cmFuc2l0aW9uOiBub25lO1xuICAgIHotaW5kZXg6ICR6aW5kZXgtMDtcbiAgICBAaWYgJHJ0bCA9PSB0cnVlIHtcbiAgICAgIHJpZ2h0OiAkbGF5b3V0LXNwYWNpbmc7XG4gICAgfSBAZWxzZSB7XG4gICAgICBsZWZ0OiAkbGF5b3V0LXNwYWNpbmc7XG4gICAgfVxuICB9XG5cbiAgLm9mZi1jYW52YXMtc2lkZWJhciB7XG4gICAgYmFja2dyb3VuZDogJGJnLWNvbG9yO1xuICAgIGJvdHRvbTogMDtcbiAgICBtaW4td2lkdGg6IDEwcmVtO1xuICAgIG92ZXJmbG93LXk6IGF1dG87XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIHRvcDogMDtcbiAgICB0cmFuc2l0aW9uOiB0cmFuc2Zvcm0gLjI1cztcbiAgICB6LWluZGV4OiAkemluZGV4LTI7XG4gICAgQGlmICRydGwgPT0gdHJ1ZSB7XG4gICAgICByaWdodDogMDtcbiAgICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWCgxMDAlKTtcbiAgICB9IEBlbHNlIHtcbiAgICAgIGxlZnQ6IDA7XG4gICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVgoLTEwMCUpO1xuICAgIH1cbiAgfVxuXG4gIC5vZmYtY2FudmFzLWNvbnRlbnQge1xuICAgIGZsZXg6IDEgMSBhdXRvO1xuICAgIGhlaWdodDogMTAwJTtcbiAgICBwYWRkaW5nOiAkbGF5b3V0LXNwYWNpbmcgJGxheW91dC1zcGFjaW5nICRsYXlvdXQtc3BhY2luZyA0cmVtO1xuICB9XG5cbiAgLm9mZi1jYW52YXMtb3ZlcmxheSB7XG4gICAgYmFja2dyb3VuZDogcmdiYSgkZGFyay1jb2xvciwgLjEpO1xuICAgIGJvcmRlci1jb2xvcjogdHJhbnNwYXJlbnQ7XG4gICAgYm9yZGVyLXJhZGl1czogMDtcbiAgICBib3R0b206IDA7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgbGVmdDogMDtcbiAgICBwb3NpdGlvbjogZml4ZWQ7XG4gICAgcmlnaHQ6IDA7XG4gICAgdG9wOiAwO1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG5cbiAgLm9mZi1jYW52YXMtc2lkZWJhciB7XG4gICAgJjp0YXJnZXQsXG4gICAgJi5hY3RpdmUge1xuICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGVYKDApO1xuICAgIH1cblxuICAgICY6dGFyZ2V0IH4gLm9mZi1jYW52YXMtb3ZlcmxheSxcbiAgICAmLmFjdGl2ZSB+IC5vZmYtY2FudmFzLW92ZXJsYXkge1xuICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICB6LWluZGV4OiAkemluZGV4LTE7XG4gICAgfVxuICB9XG59XG5cbi8vIFJlc3BvbnNpdmUgbGF5b3V0XG5AbWVkaWEgKG1pbi13aWR0aDogJG9mZi1jYW52YXMtYnJlYWtwb2ludCkge1xuICAub2ZmLWNhbnZhcyB7XG4gICAgJi5vZmYtY2FudmFzLXNpZGViYXItc2hvdyB7XG4gICAgICAub2ZmLWNhbnZhcy10b2dnbGUge1xuICAgICAgICBkaXNwbGF5OiBub25lO1xuICAgICAgfVxuICBcbiAgICAgIC5vZmYtY2FudmFzLXNpZGViYXIge1xuICAgICAgICBmbGV4OiAwIDAgYXV0bztcbiAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgICAgICB0cmFuc2Zvcm06IG5vbmU7XG4gICAgICB9XG5cbiAgICAgIC5vZmYtY2FudmFzLW92ZXJsYXkge1xuICAgICAgICBkaXNwbGF5OiBub25lICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG4iLCIvLyBQYXJhbGxheFxuJHBhcmFsbGF4LWRlZzogM2RlZyAhZGVmYXVsdDtcbiRwYXJhbGxheC1vZmZzZXQ6IDQuNXB4ICFkZWZhdWx0O1xuJHBhcmFsbGF4LW9mZnNldC16OiA1MHB4ICFkZWZhdWx0O1xuJHBhcmFsbGF4LXBlcnNwZWN0aXZlOiAxMDAwcHggIWRlZmF1bHQ7XG4kcGFyYWxsYXgtc2NhbGU6IC45NSAhZGVmYXVsdDtcbiRwYXJhbGxheC1mYWRlLWNvbG9yOiByZ2JhKDI1NSwgMjU1LCAyNTUsIC4zNSkgIWRlZmF1bHQ7XG5cbi8vIE1peGluOiBQYXJhbGxheCBkaXJlY3Rpb25cbkBtaXhpbiBwYXJhbGxheC1kaXIoKSB7XG4gIGhlaWdodDogNTAlO1xuICBvdXRsaW5lOiBub25lO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHdpZHRoOiA1MCU7XG4gIHotaW5kZXg6ICR6aW5kZXgtMTtcbn1cblxuLnBhcmFsbGF4IHtcbiAgZGlzcGxheTogYmxvY2s7XG4gIGhlaWdodDogYXV0bztcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICB3aWR0aDogYXV0bztcblxuICAucGFyYWxsYXgtY29udGVudCB7XG4gICAgQGluY2x1ZGUgc2hhZG93LXZhcmlhbnQoMXJlbSk7XG4gICAgaGVpZ2h0OiBhdXRvO1xuICAgIHRyYW5zZm9ybTogcGVyc3BlY3RpdmUoJHBhcmFsbGF4LXBlcnNwZWN0aXZlKTtcbiAgICB0cmFuc2Zvcm0tc3R5bGU6IHByZXNlcnZlLTNkO1xuICAgIHRyYW5zaXRpb246IGFsbCAuNHMgZWFzZTtcbiAgICB3aWR0aDogMTAwJTtcblxuICAgICY6OmJlZm9yZSB7XG4gICAgICBjb250ZW50OiBcIlwiO1xuICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICBoZWlnaHQ6IDEwMCU7XG4gICAgICBsZWZ0OiAwO1xuICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgdG9wOiAwO1xuICAgICAgd2lkdGg6IDEwMCU7XG4gICAgfVxuICB9XG5cbiAgLnBhcmFsbGF4LWZyb250IHtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgbGVmdDogMDtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgIHRleHQtc2hhZG93OiAwIDAgMjBweCByZ2JhKCRkYXJrLWNvbG9yLCAuNzUpO1xuICAgIHRvcDogMDtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVooJHBhcmFsbGF4LW9mZnNldC16KSBzY2FsZSgkcGFyYWxsYXgtc2NhbGUpO1xuICAgIHRyYW5zaXRpb246IHRyYW5zZm9ybSAuNHM7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgei1pbmRleDogJHppbmRleC0wO1xuICB9XG5cbiAgLnBhcmFsbGF4LXRvcC1sZWZ0IHtcbiAgICBAaW5jbHVkZSBwYXJhbGxheC1kaXIoKTtcbiAgICBsZWZ0OiAwO1xuICAgIHRvcDogMDtcblxuICAgICY6Zm9jdXMgfiAucGFyYWxsYXgtY29udGVudCxcbiAgICAmOmhvdmVyIH4gLnBhcmFsbGF4LWNvbnRlbnQge1xuICAgICAgdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSgkcGFyYWxsYXgtcGVyc3BlY3RpdmUpIHJvdGF0ZVgoJHBhcmFsbGF4LWRlZykgcm90YXRlWSgtJHBhcmFsbGF4LWRlZyk7XG5cbiAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgIGJhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgxMzVkZWcsICRwYXJhbGxheC1mYWRlLWNvbG9yIDAlLCB0cmFuc3BhcmVudCA1MCUpO1xuICAgICAgfVxuXG4gICAgICAucGFyYWxsYXgtZnJvbnQge1xuICAgICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKCRwYXJhbGxheC1vZmZzZXQsICRwYXJhbGxheC1vZmZzZXQsICRwYXJhbGxheC1vZmZzZXQteikgc2NhbGUoJHBhcmFsbGF4LXNjYWxlKTtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICAucGFyYWxsYXgtdG9wLXJpZ2h0IHtcbiAgICBAaW5jbHVkZSBwYXJhbGxheC1kaXIoKTtcbiAgICByaWdodDogMDtcbiAgICB0b3A6IDA7XG5cbiAgICAmOmZvY3VzIH4gLnBhcmFsbGF4LWNvbnRlbnQsXG4gICAgJjpob3ZlciB+IC5wYXJhbGxheC1jb250ZW50IHtcbiAgICAgIHRyYW5zZm9ybTogcGVyc3BlY3RpdmUoJHBhcmFsbGF4LXBlcnNwZWN0aXZlKSByb3RhdGVYKCRwYXJhbGxheC1kZWcpIHJvdGF0ZVkoJHBhcmFsbGF4LWRlZyk7XG5cbiAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgIGJhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtMTM1ZGVnLCAkcGFyYWxsYXgtZmFkZS1jb2xvciAwJSwgdHJhbnNwYXJlbnQgNTAlKTtcbiAgICAgIH1cblxuICAgICAgLnBhcmFsbGF4LWZyb250IHtcbiAgICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtJHBhcmFsbGF4LW9mZnNldCwgJHBhcmFsbGF4LW9mZnNldCwgJHBhcmFsbGF4LW9mZnNldC16KSBzY2FsZSgkcGFyYWxsYXgtc2NhbGUpO1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC5wYXJhbGxheC1ib3R0b20tbGVmdCB7XG4gICAgQGluY2x1ZGUgcGFyYWxsYXgtZGlyKCk7XG4gICAgYm90dG9tOiAwO1xuICAgIGxlZnQ6IDA7XG5cbiAgICAmOmZvY3VzIH4gLnBhcmFsbGF4LWNvbnRlbnQsXG4gICAgJjpob3ZlciB+IC5wYXJhbGxheC1jb250ZW50IHtcbiAgICAgIHRyYW5zZm9ybTogcGVyc3BlY3RpdmUoJHBhcmFsbGF4LXBlcnNwZWN0aXZlKSByb3RhdGVYKC0kcGFyYWxsYXgtZGVnKSByb3RhdGVZKC0kcGFyYWxsYXgtZGVnKTtcblxuICAgICAgJjo6YmVmb3JlIHtcbiAgICAgICAgYmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLCAkcGFyYWxsYXgtZmFkZS1jb2xvciAwJSwgdHJhbnNwYXJlbnQgNTAlKTtcbiAgICAgIH1cblxuICAgICAgLnBhcmFsbGF4LWZyb250IHtcbiAgICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgkcGFyYWxsYXgtb2Zmc2V0LCAtJHBhcmFsbGF4LW9mZnNldCwgJHBhcmFsbGF4LW9mZnNldC16KSBzY2FsZSgkcGFyYWxsYXgtc2NhbGUpO1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC5wYXJhbGxheC1ib3R0b20tcmlnaHQge1xuICAgIEBpbmNsdWRlIHBhcmFsbGF4LWRpcigpO1xuICAgIGJvdHRvbTogMDtcbiAgICByaWdodDogMDtcblxuICAgICY6Zm9jdXMgfiAucGFyYWxsYXgtY29udGVudCxcbiAgICAmOmhvdmVyIH4gLnBhcmFsbGF4LWNvbnRlbnQge1xuICAgICAgdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSgkcGFyYWxsYXgtcGVyc3BlY3RpdmUpIHJvdGF0ZVgoLSRwYXJhbGxheC1kZWcpIHJvdGF0ZVkoJHBhcmFsbGF4LWRlZyk7XG5cbiAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgIGJhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcsICRwYXJhbGxheC1mYWRlLWNvbG9yIDAlLCB0cmFuc3BhcmVudCA1MCUpO1xuICAgICAgfVxuXG4gICAgICAucGFyYWxsYXgtZnJvbnQge1xuICAgICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC0kcGFyYWxsYXgtb2Zmc2V0LCAtJHBhcmFsbGF4LW9mZnNldCwgJHBhcmFsbGF4LW9mZnNldC16KSBzY2FsZSgkcGFyYWxsYXgtc2NhbGUpO1xuICAgICAgfVxuICAgIH1cbiAgfVxufVxuIiwiLy8gUHJvZ3Jlc3Ncbi8vIENyZWRpdDogaHR0cHM6Ly9jc3MtdHJpY2tzLmNvbS9odG1sNS1wcm9ncmVzcy1lbGVtZW50L1xuLnByb2dyZXNzIHtcbiAgYXBwZWFyYW5jZTogbm9uZTtcbiAgYmFja2dyb3VuZDogJGJnLWNvbG9yLWRhcms7XG4gIGJvcmRlcjogMDtcbiAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gIGNvbG9yOiAkcHJpbWFyeS1jb2xvcjtcbiAgaGVpZ2h0OiAkdW5pdC0xO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIHdpZHRoOiAxMDAlO1xuXG4gICY6Oi13ZWJraXQtcHJvZ3Jlc3MtYmFyIHtcbiAgICBiYWNrZ3JvdW5kOiB0cmFuc3BhcmVudDtcbiAgICBib3JkZXItcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgfVxuXG4gICY6Oi13ZWJraXQtcHJvZ3Jlc3MtdmFsdWUge1xuICAgIGJhY2tncm91bmQ6ICRwcmltYXJ5LWNvbG9yO1xuICAgIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICB9XG5cbiAgJjo6LW1vei1wcm9ncmVzcy1iYXIge1xuICAgIGJhY2tncm91bmQ6ICRwcmltYXJ5LWNvbG9yO1xuICAgIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICB9XG5cbiAgJjppbmRldGVybWluYXRlIHtcbiAgICBhbmltYXRpb246IHByb2dyZXNzLWluZGV0ZXJtaW5hdGUgMS41cyBsaW5lYXIgaW5maW5pdGU7XG4gICAgYmFja2dyb3VuZDogJGJnLWNvbG9yLWRhcmsgbGluZWFyLWdyYWRpZW50KHRvIHJpZ2h0LCAkcHJpbWFyeS1jb2xvciAzMCUsICRiZy1jb2xvci1kYXJrIDMwJSkgdG9wIGxlZnQgLyAxNTAlIDE1MCUgbm8tcmVwZWF0O1xuXG4gICAgJjo6LW1vei1wcm9ncmVzcy1iYXIge1xuICAgICAgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XG4gICAgfVxuICB9XG59XG5cbkBrZXlmcmFtZXMgcHJvZ3Jlc3MtaW5kZXRlcm1pbmF0ZSB7XG4gIDAlIHtcbiAgICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiAyMDAlIDA7XG4gIH1cbiAgMTAwJSB7XG4gICAgYmFja2dyb3VuZC1wb3NpdGlvbjogLTIwMCUgMDtcbiAgfVxufVxuIiwiLy8gU2xpZGVyc1xuLy8gQ3JlZGl0OiBodHRwczovL2Nzcy10cmlja3MuY29tL3N0eWxpbmctY3Jvc3MtYnJvd3Nlci1jb21wYXRpYmxlLXJhbmdlLWlucHV0cy1jc3MvXG4uc2xpZGVyIHtcbiAgYXBwZWFyYW5jZTogbm9uZTtcbiAgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAkdW5pdC02O1xuXG4gICY6Zm9jdXMge1xuICAgIEBpbmNsdWRlIGNvbnRyb2wtc2hhZG93KCk7XG4gICAgb3V0bGluZTogbm9uZTtcbiAgfVxuXG4gICYudG9vbHRpcDpub3QoW2RhdGEtdG9vbHRpcF0pIHtcbiAgICAmOjphZnRlciB7XG4gICAgICBjb250ZW50OiBhdHRyKHZhbHVlKTtcbiAgICB9XG4gIH1cblxuICAvLyBTbGlkZXIgVGh1bWJcbiAgJjo6LXdlYmtpdC1zbGlkZXItdGh1bWIge1xuICAgIC13ZWJraXQtYXBwZWFyYW5jZTogbm9uZTtcbiAgICBiYWNrZ3JvdW5kOiAkcHJpbWFyeS1jb2xvcjtcbiAgICBib3JkZXI6IDA7XG4gICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAgIGhlaWdodDogJHVuaXQtMztcbiAgICBtYXJnaW4tdG9wOiAtKCR1bml0LTMgLSAkdW5pdC1oKSAvIDI7XG4gICAgdHJhbnNpdGlvbjogdHJhbnNmb3JtIC4ycztcbiAgICB3aWR0aDogJHVuaXQtMztcbiAgfVxuICAmOjotbW96LXJhbmdlLXRodW1iIHtcbiAgICBiYWNrZ3JvdW5kOiAkcHJpbWFyeS1jb2xvcjtcbiAgICBib3JkZXI6IDA7XG4gICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAgIGhlaWdodDogJHVuaXQtMztcbiAgICB0cmFuc2l0aW9uOiB0cmFuc2Zvcm0gLjJzO1xuICAgIHdpZHRoOiAkdW5pdC0zO1xuICB9XG4gICY6Oi1tcy10aHVtYiB7XG4gICAgYmFja2dyb3VuZDogJHByaW1hcnktY29sb3I7XG4gICAgYm9yZGVyOiAwO1xuICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICBoZWlnaHQ6ICR1bml0LTM7XG4gICAgdHJhbnNpdGlvbjogdHJhbnNmb3JtIC4ycztcbiAgICB3aWR0aDogJHVuaXQtMztcbiAgfVxuXG4gICY6YWN0aXZlIHtcbiAgICAmOjotd2Via2l0LXNsaWRlci10aHVtYiB7XG4gICAgICB0cmFuc2Zvcm06IHNjYWxlKDEuMjUpO1xuICAgIH1cbiAgICAmOjotbW96LXJhbmdlLXRodW1iIHtcbiAgICAgIHRyYW5zZm9ybTogc2NhbGUoMS4yNSk7XG4gICAgfVxuICAgICY6Oi1tcy10aHVtYiB7XG4gICAgICB0cmFuc2Zvcm06IHNjYWxlKDEuMjUpO1xuICAgIH1cbiAgfVxuXG4gICY6ZGlzYWJsZWQsXG4gICYuZGlzYWJsZWQge1xuICAgICY6Oi13ZWJraXQtc2xpZGVyLXRodW1iIHtcbiAgICAgIGJhY2tncm91bmQ6ICRncmF5LWNvbG9yLWxpZ2h0O1xuICAgICAgdHJhbnNmb3JtOiBzY2FsZSgxKTtcbiAgICB9XG4gICAgJjo6LW1vei1yYW5nZS10aHVtYiB7XG4gICAgICBiYWNrZ3JvdW5kOiAkZ3JheS1jb2xvci1saWdodDtcbiAgICAgIHRyYW5zZm9ybTogc2NhbGUoMSk7XG4gICAgfVxuICAgICY6Oi1tcy10aHVtYiB7XG4gICAgICBiYWNrZ3JvdW5kOiAkZ3JheS1jb2xvci1saWdodDtcbiAgICAgIHRyYW5zZm9ybTogc2NhbGUoMSk7XG4gICAgfVxuICB9XG5cbiAgLy8gU2xpZGVyIFRyYWNrXG4gICY6Oi13ZWJraXQtc2xpZGVyLXJ1bm5hYmxlLXRyYWNrIHtcbiAgICBiYWNrZ3JvdW5kOiAkYmctY29sb3ItZGFyaztcbiAgICBib3JkZXItcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgICBoZWlnaHQ6ICR1bml0LWg7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbiAgJjo6LW1vei1yYW5nZS10cmFjayB7XG4gICAgYmFja2dyb3VuZDogJGJnLWNvbG9yLWRhcms7XG4gICAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gICAgaGVpZ2h0OiAkdW5pdC1oO1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG4gICY6Oi1tcy10cmFjayB7XG4gICAgYmFja2dyb3VuZDogJGJnLWNvbG9yLWRhcms7XG4gICAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gICAgaGVpZ2h0OiAkdW5pdC1oO1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG4gICY6Oi1tcy1maWxsLWxvd2VyIHtcbiAgICBiYWNrZ3JvdW5kOiAkcHJpbWFyeS1jb2xvcjtcbiAgfVxufVxuIiwiLy8gVGltZWxpbmVzXG4udGltZWxpbmUge1xuICAudGltZWxpbmUtaXRlbSB7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBtYXJnaW4tYm90dG9tOiAkdW5pdC02O1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAmOjpiZWZvcmUge1xuICAgICAgYmFja2dyb3VuZDogJGJvcmRlci1jb2xvcjtcbiAgICAgIGNvbnRlbnQ6IFwiXCI7XG4gICAgICBoZWlnaHQ6IDEwMCU7XG4gICAgICBsZWZ0OiAxMXB4O1xuICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgdG9wOiAkdW5pdC02O1xuICAgICAgd2lkdGg6IDJweDtcbiAgICB9XG5cbiAgICAudGltZWxpbmUtbGVmdCB7XG4gICAgICBmbGV4OiAwIDAgYXV0bztcbiAgICB9XG5cbiAgICAudGltZWxpbmUtY29udGVudCB7XG4gICAgICBmbGV4OiAxIDEgYXV0bztcbiAgICAgIHBhZGRpbmc6IDJweCAwIDJweCAkbGF5b3V0LXNwYWNpbmctbGc7XG4gICAgfVxuXG4gICAgLnRpbWVsaW5lLWljb24ge1xuICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICAgIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgaGVpZ2h0OiAkdW5pdC02O1xuICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgICB3aWR0aDogJHVuaXQtNjtcbiAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgIGJvcmRlcjogJGJvcmRlci13aWR0aC1sZyBzb2xpZCAkcHJpbWFyeS1jb2xvcjtcbiAgICAgICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAgICAgICBjb250ZW50OiBcIlwiO1xuICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICAgaGVpZ2h0OiAkdW5pdC0yO1xuICAgICAgICBsZWZ0OiAkdW5pdC0yO1xuICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgIHRvcDogJHVuaXQtMjtcbiAgICAgICAgd2lkdGg6ICR1bml0LTI7XG4gICAgICB9XG5cbiAgICAgICYuaWNvbi1sZyB7XG4gICAgICAgIGJhY2tncm91bmQ6ICRwcmltYXJ5LWNvbG9yO1xuICAgICAgICBsaW5lLWhlaWdodDogJGxpbmUtaGVpZ2h0O1xuICAgICAgICAmOjpiZWZvcmUge1xuICAgICAgICAgIGNvbnRlbnQ6IG5vbmU7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cbiIsIi8vIDM2MCBEZWdyZWUgVmlld2VyXG5cbi8vIE1peGluOiBWaWV3ZXIgc2xpZGVyIHNpemVzXG5AbWl4aW4gdmlld2VyLXNsaWRlci1zaXplKCRpbWFnZS1udW1iZXI6IDM2KSB7XG4gIEBmb3IgJHMgZnJvbSAxIHRocm91Z2ggKCRpbWFnZS1udW1iZXIpIHtcbiAgICAudmlld2VyLXNsaWRlclttYXg9JyN7JGltYWdlLW51bWJlcn0nXVt2YWx1ZT0nI3skc30nXSArIC52aWV3ZXItaW1hZ2Uge1xuICAgICAgYmFja2dyb3VuZC1wb3NpdGlvbi15OiBwZXJjZW50YWdlKCgoJHMpLTEpICogMS8oKCRpbWFnZS1udW1iZXIpLTEpKTtcbiAgICB9XG4gIH1cbn1cblxuLnZpZXdlci0zNjAge1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuXG4gIC8vIENvcHkgYW5kIGFkZCBtb3JlIG51bWJlcnMgaWYgeW91IG5lZWRcbiAgQGluY2x1ZGUgdmlld2VyLXNsaWRlci1zaXplKDM2KTtcblxuICAudmlld2VyLXNsaWRlciB7XG4gICAgY3Vyc29yOiBldy1yZXNpemU7XG4gICAgbWFyZ2luOiAxcmVtO1xuICAgIG9yZGVyOiAyO1xuICAgIHdpZHRoOiA2MCU7XG4gIH1cblxuICAudmlld2VyLWltYWdlIHtcbiAgICBiYWNrZ3JvdW5kLXBvc2l0aW9uLXk6IDA7XG4gICAgYmFja2dyb3VuZC1yZXBlYXQ6IG5vLXJlcGVhdDtcbiAgICBiYWNrZ3JvdW5kLXNpemU6IDEwMCU7XG4gICAgbWF4LXdpZHRoOiAxMDAlO1xuICAgIG9yZGVyOiAxO1xuICB9XG59Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUtBLHNGQUE0RjtBYUo1RixBQUFBLGtCQUFrQixDQUFDLEVBQ2pCLFFBQVEsRUFBRSxRQUFRLEdBNENuQjs7QUE3Q0QsQUFHRSxrQkFIZ0IsQ0FHaEIsd0JBQXdCLENBQUMsRUFDdkIsYUFBYSxFQUFFLFVBQVUsRUFDekIsT0FBTyxFQUFFLElBQUksRUFDYixTQUFTLEVBQUUsSUFBSSxFQUNmLE1BQU0sRUFBRSxJQUFJLEVBQ1osVUFBVSxFWHNETCxNQUFNLEVXckRYLE9BQU8sRVg2Q0YsTUFBSyxHVzVCWDs7QUExQkgsQUFXSSxrQkFYYyxDQUdoQix3QkFBd0IsQUFRckIsV0FBVyxDQUFDLEVIVmYsVUFBVSxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLE1BQUssQ1REVCx1QkFBTyxFWWFqQixZQUFZLEVaYkYsT0FBTyxHWWNsQjs7QUFkTCxBQWdCSSxrQkFoQmMsQ0FHaEIsd0JBQXdCLENBYXRCLFdBQVcsQ0FBQyxFQUNWLFlBQVksRUFBRSxXQUFXLEVBQ3pCLFVBQVUsRUFBRSxJQUFJLEVBQ2hCLE9BQU8sRUFBRSxZQUFZLEVBQ3JCLElBQUksRUFBRSxRQUFRLEVBQ2QsTUFBTSxFWHVDSCxNQUFNLEVXdENULFdBQVcsRVhvQ1IsTUFBSyxFV25DUixNQUFNLEVYK0JILE1BQUssRVc5QlIsS0FBSyxFQUFFLElBQUksR0FDWjs7QUF6QkwsQUE0QkUsa0JBNUJnQixDQTRCaEIsS0FBSyxDQUFDLEVBQ0osSUFBSSxFQUFFLENBQUMsRUFDUCxRQUFRLEVBQUUsUUFBUSxFQUNsQixHQUFHLEVBQUUsSUFBSSxFQUNULEtBQUssRUFBRSxJQUFJ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QUFtQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sR0FBRyxBQUFULElBQWEsYUFBYSxDQUFtQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sR0FBRyxBQUFULElBQWEsYUFBYSxDQUFtQixFQUNwRSxxQkFBcUIsRUFBRSxHQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sR0FBRyxBQUFULElBQWEsYUFBYSxDQUFtQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxHQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxHQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxHQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxjQUE0QyxHQUNwRTs7QUFJTCxBQU5JLFdBTU8sQ0FOUCxjQUFjLENBQUEsQUFBQSxHQUFDLENBQUksSUFBSSxBQUFSLEVBQVMsQUFBQSxLQUFDLENBQU0sSUFBSSxBQUFWLElBQWMsYUFBYSxDQUFrQixFQUNwRSxxQkFBcUIsRUFBRSxJQUE0QyxHQUNwRTs7QUFJTCxBQVFFLFdBUlMsQ0FRVCxjQUFjLENBQUMsRUFDYixNQUFNLEVBQUUsU0FBUyxFQUNqQixNQUFNLEVBQUUsSUFBSSxFQUNaLEtBQUssRUFBRSxDQUFDLEVBQ1IsS0FBSyxFQUFFLEdBQUcsR0FDWDs7QUFiSCxBQWVFLFdBZlMsQ0FlVCxhQUFhLENBQUMsRUFDWixxQkFBcUIsRUFBRSxDQUFDLEVBQ3hCLGlCQUFpQixFQUFFLFNBQVMsRUFDNUIsZUFBZSxFQUFFLElBQUksRUFDckIsU0FBUyxFQUFFLElBQUksRUFDZixLQUFLLEVBQUUsQ0FBQyxHQUNUIn0= */ diff --git a/user/themes/radiogarage/css-compiled/spectre-exp.min.css b/user/themes/radiogarage/css-compiled/spectre-exp.min.css new file mode 100755 index 0000000..104787b --- /dev/null +++ b/user/themes/radiogarage/css-compiled/spectre-exp.min.css @@ -0,0 +1 @@ +/*! Spectre.css Experimentals v0.5.8 | MIT License | github.com/picturepan2/spectre */.form-autocomplete{position:relative}.form-autocomplete .form-autocomplete-input{display:-ms-flexbox;display:flex;height:auto;min-height:1.6rem;padding:.1rem;-ms-flex-line-pack:start;align-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.form-autocomplete .form-autocomplete-input.is-focused{border-color:#3085ee;box-shadow:0 0 0 .1rem rgba(48,133,238,.2)}.form-autocomplete .form-autocomplete-input .form-input{line-height:.8rem;display:inline-block;width:auto;height:1.2rem;margin:.1rem;border-color:transparent;box-shadow:none;-ms-flex:1 0 auto;flex:1 0 auto}.form-autocomplete .menu{position:absolute;top:100%;left:0;width:100%}.form-autocomplete.autocomplete-oneline .form-autocomplete-input{overflow-x:auto;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.form-autocomplete.autocomplete-oneline .chip{-ms-flex:1 0 auto;flex:1 0 auto}.calendar{display:block;min-width:280px;border:.05rem solid #e7e9ed;border-radius:.1rem}.calendar .calendar-nav{font-size:.9rem;display:-ms-flexbox;display:flex;padding:.4rem;border-top-left-radius:.1rem;border-top-right-radius:.1rem;background:#f8f9fa;-ms-flex-align:center;align-items:center}.calendar .calendar-body,.calendar .calendar-header{display:-ms-flexbox;display:flex;padding:.4rem 0;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}.calendar .calendar-body .calendar-date,.calendar .calendar-header .calendar-date{max-width:14.28%;-ms-flex:0 0 14.28%;flex:0 0 14.28%}.calendar .calendar-header{font-size:.7rem;text-align:center;color:#acb3c2;border-bottom:.05rem solid #e7e9ed;background:#f8f9fa}.calendar .calendar-body{color:#667189}.calendar .calendar-date{padding:.2rem;border:0}.calendar .calendar-date .date-item{font-size:.7rem;line-height:1rem;position:relative;width:1.4rem;height:1.4rem;padding:.1rem;cursor:pointer;transition:background .2s,border .2s,box-shadow .2s,color .2s;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#667189;border:.05rem solid transparent;border-radius:50%;outline:0;background:0 0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.calendar .calendar-date .date-item.date-today{color:#3085ee;border-color:#d3e5fb}.calendar .calendar-date .date-item:focus{box-shadow:0 0 0 .1rem rgba(48,133,238,.2)}.calendar .calendar-date .date-item:focus,.calendar .calendar-date .date-item:hover{text-decoration:none;color:#3085ee;border-color:#d3e5fb;background:#eff5fe}.calendar .calendar-date .date-item.active,.calendar .calendar-date .date-item:active{color:#fff;border-color:#1370e3;background:#227ded}.calendar .calendar-date .date-item.badge::after{position:absolute;top:3px;right:3px;transform:translate(50%,-50%)}.calendar .calendar-date .calendar-event.disabled,.calendar .calendar-date .calendar-event:disabled,.calendar .calendar-date .date-item.disabled,.calendar .calendar-date .date-item:disabled{cursor:default;pointer-events:none;opacity:.25}.calendar .calendar-date.next-month .calendar-event,.calendar .calendar-date.next-month .date-item,.calendar .calendar-date.prev-month .calendar-event,.calendar .calendar-date.prev-month .date-item{opacity:.25}.calendar .calendar-range{position:relative}.calendar .calendar-range::before{position:absolute;top:50%;right:0;left:0;height:1.4rem;content:'';transform:translateY(-50%);background:#e1edfd}.calendar .calendar-range.range-start::before{left:50%}.calendar .calendar-range.range-end::before{right:50%}.calendar .calendar-range.range-end .date-item,.calendar .calendar-range.range-start .date-item{color:#fff;border-color:#1370e3;background:#227ded}.calendar .calendar-range .date-item{color:#3085ee}.calendar.calendar-lg .calendar-body{padding:0}.calendar.calendar-lg .calendar-body .calendar-date{display:-ms-flexbox;display:flex;flex-direction:column;height:5.5rem;padding:0;border-right:.05rem solid #e7e9ed;border-bottom:.05rem solid #e7e9ed;-ms-flex-direction:column}.calendar.calendar-lg .calendar-body .calendar-date:nth-child(7n){border-right:0}.calendar.calendar-lg .calendar-body .calendar-date:nth-last-child(-n+7){border-bottom:0}.calendar.calendar-lg .date-item{height:1.4rem;margin-top:.2rem;margin-right:.2rem;-ms-flex-item-align:end;align-self:flex-end}.calendar.calendar-lg .calendar-range::before{top:19px}.calendar.calendar-lg .calendar-range.range-start::before{left:auto;width:19px}.calendar.calendar-lg .calendar-range.range-end::before{right:19px}.calendar.calendar-lg .calendar-events{line-height:1;overflow-y:auto;padding:.2rem;-ms-flex-positive:1;flex-grow:1}.calendar.calendar-lg .calendar-event{font-size:.7rem;display:block;overflow:hidden;margin:.1rem auto;padding:3px 4px;white-space:nowrap;text-overflow:ellipsis;border-radius:.1rem}.carousel .carousel-locator:nth-of-type(1):checked~.carousel-container .carousel-item:nth-of-type(1),.carousel .carousel-locator:nth-of-type(2):checked~.carousel-container .carousel-item:nth-of-type(2),.carousel .carousel-locator:nth-of-type(3):checked~.carousel-container .carousel-item:nth-of-type(3),.carousel .carousel-locator:nth-of-type(4):checked~.carousel-container .carousel-item:nth-of-type(4),.carousel .carousel-locator:nth-of-type(5):checked~.carousel-container .carousel-item:nth-of-type(5),.carousel .carousel-locator:nth-of-type(6):checked~.carousel-container .carousel-item:nth-of-type(6),.carousel .carousel-locator:nth-of-type(7):checked~.carousel-container .carousel-item:nth-of-type(7),.carousel .carousel-locator:nth-of-type(8):checked~.carousel-container .carousel-item:nth-of-type(8){z-index:100;animation:carousel-slidein .75s ease-in-out 1;opacity:1}.carousel .carousel-locator:nth-of-type(1):checked~.carousel-nav .nav-item:nth-of-type(1),.carousel .carousel-locator:nth-of-type(2):checked~.carousel-nav .nav-item:nth-of-type(2),.carousel .carousel-locator:nth-of-type(3):checked~.carousel-nav .nav-item:nth-of-type(3),.carousel .carousel-locator:nth-of-type(4):checked~.carousel-nav .nav-item:nth-of-type(4),.carousel .carousel-locator:nth-of-type(5):checked~.carousel-nav .nav-item:nth-of-type(5),.carousel .carousel-locator:nth-of-type(6):checked~.carousel-nav .nav-item:nth-of-type(6),.carousel .carousel-locator:nth-of-type(7):checked~.carousel-nav .nav-item:nth-of-type(7),.carousel .carousel-locator:nth-of-type(8):checked~.carousel-nav .nav-item:nth-of-type(8){color:#e7e9ed}.carousel{position:relative;z-index:1;display:block;overflow:hidden;width:100%;background:#f8f9fa;-webkit-overflow-scrolling:touch}.carousel .carousel-container{position:relative;left:0;height:100%}.carousel .carousel-container::before{display:block;padding-bottom:56.25%;content:''}.carousel .carousel-container .carousel-item{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;animation:carousel-slideout 1s ease-in-out 1;opacity:0}.carousel .carousel-container .carousel-item:hover .item-next,.carousel .carousel-container .carousel-item:hover .item-prev{opacity:1}.carousel .carousel-container .item-next,.carousel .carousel-container .item-prev{position:absolute;z-index:100;top:50%;transition:all .4s;transform:translateY(-50%);opacity:0;color:#e7e9ed;border-color:rgba(231,233,237,.5);background:rgba(231,233,237,.25)}.carousel .carousel-container .item-prev{left:1rem}.carousel .carousel-container .item-next{right:1rem}.carousel .carousel-nav{position:absolute;z-index:100;bottom:.4rem;left:50%;display:-ms-flexbox;display:flex;width:10rem;transform:translateX(-50%);-ms-flex-pack:center;justify-content:center}.carousel .carousel-nav .nav-item{position:relative;display:block;max-width:2.5rem;height:1.6rem;margin:.2rem;color:rgba(231,233,237,.5);-ms-flex:1 0 auto;flex:1 0 auto}.carousel .carousel-nav .nav-item::before{position:absolute;top:.5rem;display:block;width:100%;height:.1rem;content:'';background:currentColor}@keyframes carousel-slidein{0%{transform:translateX(100%)}100%{transform:translateX(0)}}@keyframes carousel-slideout{0%{transform:translateX(0);opacity:1}100%{transform:translateX(-50%);opacity:1}}.comparison-slider{position:relative;overflow:hidden;width:100%;height:50vh;-webkit-overflow-scrolling:touch}.comparison-slider .comparison-after,.comparison-slider .comparison-before{position:absolute;top:0;left:0;overflow:hidden;height:100%;margin:0}.comparison-slider .comparison-after img,.comparison-slider .comparison-before img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:left center}.comparison-slider .comparison-before{z-index:1;width:100%}.comparison-slider .comparison-before .comparison-label{right:.8rem}.comparison-slider .comparison-after{z-index:2;min-width:0;max-width:100%}.comparison-slider .comparison-after::before{position:absolute;z-index:1;top:0;right:.8rem;left:0;height:100%;content:'';cursor:default;background:0 0}.comparison-slider .comparison-after::after{position:absolute;top:50%;right:.4rem;width:3px;height:3px;content:'';transform:translate(50%,-50%);color:#fff;border-radius:50%;background:currentColor;box-shadow:0 -5px,0 5px}.comparison-slider .comparison-after .comparison-label{left:.8rem}.comparison-slider .comparison-resizer{position:relative;top:50%;left:0;width:0;min-width:.8rem;max-width:100%;height:.8rem;resize:horizontal;cursor:ew-resize;transform:translateY(-50%) scaleY(30);animation:first-run 1.5s 1 ease-in-out;opacity:0;outline:0}.comparison-slider .comparison-label{position:absolute;bottom:.8rem;padding:.2rem .4rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;background:rgba(69,77,93,.5)}@keyframes first-run{0%{width:0}25%{width:2.4rem}50%{width:.8rem}75%{width:1.2rem}100%{width:0}}.filter .filter-tag#tag-0:checked~.filter-nav .chip[for=tag-0],.filter .filter-tag#tag-1:checked~.filter-nav .chip[for=tag-1],.filter .filter-tag#tag-2:checked~.filter-nav .chip[for=tag-2],.filter .filter-tag#tag-3:checked~.filter-nav .chip[for=tag-3],.filter .filter-tag#tag-4:checked~.filter-nav .chip[for=tag-4],.filter .filter-tag#tag-5:checked~.filter-nav .chip[for=tag-5],.filter .filter-tag#tag-6:checked~.filter-nav .chip[for=tag-6],.filter .filter-tag#tag-7:checked~.filter-nav .chip[for=tag-7],.filter .filter-tag#tag-8:checked~.filter-nav .chip[for=tag-8]{color:#fff;background:#3085ee}.filter .filter-tag#tag-1:checked~.filter-body .filter-item:not([data-tag~=tag-1]),.filter .filter-tag#tag-2:checked~.filter-body .filter-item:not([data-tag~=tag-2]),.filter .filter-tag#tag-3:checked~.filter-body .filter-item:not([data-tag~=tag-3]),.filter .filter-tag#tag-4:checked~.filter-body .filter-item:not([data-tag~=tag-4]),.filter .filter-tag#tag-5:checked~.filter-body .filter-item:not([data-tag~=tag-5]),.filter .filter-tag#tag-6:checked~.filter-body .filter-item:not([data-tag~=tag-6]),.filter .filter-tag#tag-7:checked~.filter-body .filter-item:not([data-tag~=tag-7]),.filter .filter-tag#tag-8:checked~.filter-body .filter-item:not([data-tag~=tag-8]){display:none}.filter .filter-nav{margin:.4rem 0}.filter .filter-body{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.meter{display:block;width:100%;height:.8rem;border:0;border-radius:.1rem;background:#f8f9fa;-webkit-appearance:none;-moz-appearance:none;appearance:none}.meter::-webkit-meter-inner-element{display:block}.meter::-webkit-meter-bar,.meter::-webkit-meter-even-less-good-value,.meter::-webkit-meter-optimum-value,.meter::-webkit-meter-suboptimum-value{border-radius:.1rem}.meter::-webkit-meter-bar{background:#f8f9fa}.meter::-webkit-meter-optimum-value{background:#32b643}.meter::-webkit-meter-suboptimum-value{background:#ffb700}.meter::-webkit-meter-even-less-good-value{background:#e85600}.meter:-moz-meter-optimum,.meter:-moz-meter-sub-optimum,.meter:-moz-meter-sub-sub-optimum,.meter::-moz-meter-bar{border-radius:.1rem}.meter:-moz-meter-optimum::-moz-meter-bar{background:#32b643}.meter:-moz-meter-sub-optimum::-moz-meter-bar{background:#ffb700}.meter:-moz-meter-sub-sub-optimum::-moz-meter-bar{background:#e85600}.off-canvas{position:relative;display:-ms-flexbox;display:flex;width:100%;height:100%;-ms-flex-flow:nowrap;flex-flow:nowrap}.off-canvas .off-canvas-toggle{position:absolute;z-index:1;top:.4rem;left:.4rem;display:block;transition:none}.off-canvas .off-canvas-sidebar{position:fixed;z-index:200;top:0;bottom:0;left:0;overflow-y:auto;min-width:10rem;transition:transform .25s;transform:translateX(-100%);background:#f8f9fa}.off-canvas .off-canvas-content{height:100%;padding:.4rem .4rem .4rem 4rem;-ms-flex:1 1 auto;flex:1 1 auto}.off-canvas .off-canvas-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:none;width:100%;height:100%;border-color:transparent;border-radius:0;background:rgba(69,77,93,.1)}.off-canvas .off-canvas-sidebar.active,.off-canvas .off-canvas-sidebar:target{transform:translateX(0)}.off-canvas .off-canvas-sidebar.active~.off-canvas-overlay,.off-canvas .off-canvas-sidebar:target~.off-canvas-overlay{z-index:100;display:block}@media (min-width:960px){.off-canvas.off-canvas-sidebar-show .off-canvas-toggle{display:none}.off-canvas.off-canvas-sidebar-show .off-canvas-sidebar{position:relative;transform:none;-ms-flex:0 0 auto;flex:0 0 auto}.off-canvas.off-canvas-sidebar-show .off-canvas-overlay{display:none!important}}.parallax{position:relative;display:block;width:auto;height:auto}.parallax .parallax-content{width:100%;height:auto;transition:all .4s ease;transform:perspective(1000px);box-shadow:0 1rem 2.1rem rgba(69,77,93,.3);transform-style:preserve-3d}.parallax .parallax-content::before{position:absolute;top:0;left:0;display:block;width:100%;height:100%;content:''}.parallax .parallax-front{position:absolute;z-index:1;top:0;left:0;display:-ms-flexbox;display:flex;width:100%;height:100%;transition:transform .4s;transform:translateZ(50px) scale(.95);text-align:center;color:#fff;text-shadow:0 0 20px rgba(69,77,93,.75);-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.parallax .parallax-top-left{position:absolute;z-index:100;top:0;left:0;width:50%;height:50%;outline:0}.parallax .parallax-top-left:focus~.parallax-content,.parallax .parallax-top-left:hover~.parallax-content{transform:perspective(1000px) rotateX(3deg) rotateY(-3deg)}.parallax .parallax-top-left:focus~.parallax-content::before,.parallax .parallax-top-left:hover~.parallax-content::before{background:linear-gradient(135deg,rgba(255,255,255,.35) 0,transparent 50%)}.parallax .parallax-top-left:focus~.parallax-content .parallax-front,.parallax .parallax-top-left:hover~.parallax-content .parallax-front{transform:translate3d(4.5px,4.5px,50px) scale(.95)}.parallax .parallax-top-right{position:absolute;z-index:100;top:0;right:0;width:50%;height:50%;outline:0}.parallax .parallax-top-right:focus~.parallax-content,.parallax .parallax-top-right:hover~.parallax-content{transform:perspective(1000px) rotateX(3deg) rotateY(3deg)}.parallax .parallax-top-right:focus~.parallax-content::before,.parallax .parallax-top-right:hover~.parallax-content::before{background:linear-gradient(-135deg,rgba(255,255,255,.35) 0,transparent 50%)}.parallax .parallax-top-right:focus~.parallax-content .parallax-front,.parallax .parallax-top-right:hover~.parallax-content .parallax-front{transform:translate3d(-4.5px,4.5px,50px) scale(.95)}.parallax .parallax-bottom-left{position:absolute;z-index:100;bottom:0;left:0;width:50%;height:50%;outline:0}.parallax .parallax-bottom-left:focus~.parallax-content,.parallax .parallax-bottom-left:hover~.parallax-content{transform:perspective(1000px) rotateX(-3deg) rotateY(-3deg)}.parallax .parallax-bottom-left:focus~.parallax-content::before,.parallax .parallax-bottom-left:hover~.parallax-content::before{background:linear-gradient(45deg,rgba(255,255,255,.35) 0,transparent 50%)}.parallax .parallax-bottom-left:focus~.parallax-content .parallax-front,.parallax .parallax-bottom-left:hover~.parallax-content .parallax-front{transform:translate3d(4.5px,-4.5px,50px) scale(.95)}.parallax .parallax-bottom-right{position:absolute;z-index:100;right:0;bottom:0;width:50%;height:50%;outline:0}.parallax .parallax-bottom-right:focus~.parallax-content,.parallax .parallax-bottom-right:hover~.parallax-content{transform:perspective(1000px) rotateX(-3deg) rotateY(3deg)}.parallax .parallax-bottom-right:focus~.parallax-content::before,.parallax .parallax-bottom-right:hover~.parallax-content::before{background:linear-gradient(-45deg,rgba(255,255,255,.35) 0,transparent 50%)}.parallax .parallax-bottom-right:focus~.parallax-content .parallax-front,.parallax .parallax-bottom-right:hover~.parallax-content .parallax-front{transform:translate3d(-4.5px,-4.5px,50px) scale(.95)}.progress{position:relative;width:100%;height:.2rem;color:#3085ee;border:0;border-radius:.1rem;background:#f0f1f4;-webkit-appearance:none;-moz-appearance:none;appearance:none}.progress::-webkit-progress-bar{border-radius:.1rem;background:0 0}.progress::-webkit-progress-value{border-radius:.1rem;background:#3085ee}.progress::-moz-progress-bar{border-radius:.1rem;background:#3085ee}.progress:indeterminate{animation:progress-indeterminate 1.5s linear infinite;background:#f0f1f4 linear-gradient(to right,#3085ee 30%,#f0f1f4 30%) top left/150% 150% no-repeat}.progress:indeterminate::-moz-progress-bar{background:0 0}@keyframes progress-indeterminate{0%{background-position:200% 0}100%{background-position:-200% 0}}.slider{display:block;width:100%;height:1.2rem;background:0 0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.slider:focus{outline:0;box-shadow:0 0 0 .1rem rgba(48,133,238,.2)}.slider.tooltip:not([data-tooltip])::after{content:attr(value)}.slider::-webkit-slider-thumb{width:.6rem;height:.6rem;margin-top:-.25rem;transition:transform .2s;border:0;border-radius:50%;background:#3085ee;-webkit-appearance:none}.slider::-moz-range-thumb{width:.6rem;height:.6rem;transition:transform .2s;border:0;border-radius:50%;background:#3085ee}.slider::-ms-thumb{width:.6rem;height:.6rem;transition:transform .2s;border:0;border-radius:50%;background:#3085ee}.slider:active::-webkit-slider-thumb{transform:scale(1.25)}.slider:active::-moz-range-thumb{transform:scale(1.25)}.slider:active::-ms-thumb{transform:scale(1.25)}.slider.disabled::-webkit-slider-thumb,.slider:disabled::-webkit-slider-thumb{transform:scale(1);background:#e7e9ed}.slider.disabled::-moz-range-thumb,.slider:disabled::-moz-range-thumb{transform:scale(1);background:#e7e9ed}.slider.disabled::-ms-thumb,.slider:disabled::-ms-thumb{transform:scale(1);background:#e7e9ed}.slider::-webkit-slider-runnable-track{width:100%;height:.1rem;border-radius:.1rem;background:#f0f1f4}.slider::-moz-range-track{width:100%;height:.1rem;border-radius:.1rem;background:#f0f1f4}.slider::-ms-track{width:100%;height:.1rem;border-radius:.1rem;background:#f0f1f4}.slider::-ms-fill-lower{background:#3085ee}.timeline .timeline-item{position:relative;display:-ms-flexbox;display:flex;margin-bottom:1.2rem}.timeline .timeline-item::before{position:absolute;top:1.2rem;left:11px;width:2px;height:100%;content:'';background:#e7e9ed}.timeline .timeline-item .timeline-left{-ms-flex:0 0 auto;flex:0 0 auto}.timeline .timeline-item .timeline-content{padding:2px 0 2px .8rem;-ms-flex:1 1 auto;flex:1 1 auto}.timeline .timeline-item .timeline-icon{display:-ms-flexbox;display:flex;width:1.2rem;height:1.2rem;text-align:center;color:#fff;border-radius:50%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.timeline .timeline-item .timeline-icon::before{position:absolute;top:.4rem;left:.4rem;display:block;width:.4rem;height:.4rem;content:'';border:.1rem solid #3085ee;border-radius:50%}.timeline .timeline-item .timeline-icon.icon-lg{line-height:1.2rem;background:#3085ee}.timeline .timeline-item .timeline-icon.icon-lg::before{content:none}.viewer-360{display:-ms-flexbox;display:flex;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-direction:column}.viewer-360 .viewer-slider[max='36'][value='1']+.viewer-image{background-position-y:0}.viewer-360 .viewer-slider[max='36'][value='2']+.viewer-image{background-position-y:2.8571428571%}.viewer-360 .viewer-slider[max='36'][value='3']+.viewer-image{background-position-y:5.7142857143%}.viewer-360 .viewer-slider[max='36'][value='4']+.viewer-image{background-position-y:8.5714285714%}.viewer-360 .viewer-slider[max='36'][value='5']+.viewer-image{background-position-y:11.4285714286%}.viewer-360 .viewer-slider[max='36'][value='6']+.viewer-image{background-position-y:14.2857142857%}.viewer-360 .viewer-slider[max='36'][value='7']+.viewer-image{background-position-y:17.1428571429%}.viewer-360 .viewer-slider[max='36'][value='8']+.viewer-image{background-position-y:20%}.viewer-360 .viewer-slider[max='36'][value='9']+.viewer-image{background-position-y:22.8571428571%}.viewer-360 .viewer-slider[max='36'][value='10']+.viewer-image{background-position-y:25.7142857143%}.viewer-360 .viewer-slider[max='36'][value='11']+.viewer-image{background-position-y:28.5714285714%}.viewer-360 .viewer-slider[max='36'][value='12']+.viewer-image{background-position-y:31.4285714286%}.viewer-360 .viewer-slider[max='36'][value='13']+.viewer-image{background-position-y:34.2857142857%}.viewer-360 .viewer-slider[max='36'][value='14']+.viewer-image{background-position-y:37.1428571429%}.viewer-360 .viewer-slider[max='36'][value='15']+.viewer-image{background-position-y:40%}.viewer-360 .viewer-slider[max='36'][value='16']+.viewer-image{background-position-y:42.8571428571%}.viewer-360 .viewer-slider[max='36'][value='17']+.viewer-image{background-position-y:45.7142857143%}.viewer-360 .viewer-slider[max='36'][value='18']+.viewer-image{background-position-y:48.5714285714%}.viewer-360 .viewer-slider[max='36'][value='19']+.viewer-image{background-position-y:51.4285714286%}.viewer-360 .viewer-slider[max='36'][value='20']+.viewer-image{background-position-y:54.2857142857%}.viewer-360 .viewer-slider[max='36'][value='21']+.viewer-image{background-position-y:57.1428571429%}.viewer-360 .viewer-slider[max='36'][value='22']+.viewer-image{background-position-y:60%}.viewer-360 .viewer-slider[max='36'][value='23']+.viewer-image{background-position-y:62.8571428571%}.viewer-360 .viewer-slider[max='36'][value='24']+.viewer-image{background-position-y:65.7142857143%}.viewer-360 .viewer-slider[max='36'][value='25']+.viewer-image{background-position-y:68.5714285714%}.viewer-360 .viewer-slider[max='36'][value='26']+.viewer-image{background-position-y:71.4285714286%}.viewer-360 .viewer-slider[max='36'][value='27']+.viewer-image{background-position-y:74.2857142857%}.viewer-360 .viewer-slider[max='36'][value='28']+.viewer-image{background-position-y:77.1428571429%}.viewer-360 .viewer-slider[max='36'][value='29']+.viewer-image{background-position-y:80%}.viewer-360 .viewer-slider[max='36'][value='30']+.viewer-image{background-position-y:82.8571428571%}.viewer-360 .viewer-slider[max='36'][value='31']+.viewer-image{background-position-y:85.7142857143%}.viewer-360 .viewer-slider[max='36'][value='32']+.viewer-image{background-position-y:88.5714285714%}.viewer-360 .viewer-slider[max='36'][value='33']+.viewer-image{background-position-y:91.4285714286%}.viewer-360 .viewer-slider[max='36'][value='34']+.viewer-image{background-position-y:94.2857142857%}.viewer-360 .viewer-slider[max='36'][value='35']+.viewer-image{background-position-y:97.1428571429%}.viewer-360 .viewer-slider[max='36'][value='36']+.viewer-image{background-position-y:100%}.viewer-360 .viewer-slider{width:60%;margin:1rem;cursor:ew-resize;-ms-flex-order:2;order:2}.viewer-360 .viewer-image{max-width:100%;background-repeat:no-repeat;background-position-y:0;background-size:100%;-ms-flex-order:1;order:1} \ No newline at end of file diff --git a/user/themes/radiogarage/css-compiled/spectre-icons.css b/user/themes/radiogarage/css-compiled/spectre-icons.css new file mode 100755 index 0000000..d968a23 --- /dev/null +++ b/user/themes/radiogarage/css-compiled/spectre-icons.css @@ -0,0 +1,172 @@ +/*! Spectre.css Icons v0.5.8 | MIT License | github.com/picturepan2/spectre */ +.icon { box-sizing: border-box; display: inline-block; font-size: inherit; font-style: normal; height: 1em; position: relative; text-indent: -9999px; vertical-align: middle; width: 1em; } + +.icon::before, .icon::after { content: ""; display: block; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); } + +.icon.icon-2x { font-size: 1.6rem; } + +.icon.icon-3x { font-size: 2.4rem; } + +.icon.icon-4x { font-size: 3.2rem; } + +.accordion .icon, .btn .icon, .toast .icon, .menu .icon { vertical-align: -10%; } + +.btn-lg .icon { vertical-align: -15%; } + +.icon-arrow-down::before, .icon-arrow-left::before, .icon-arrow-right::before, .icon-arrow-up::before, .icon-downward::before, .icon-back::before, .icon-forward::before, .icon-upward::before { border: 0.1rem solid currentColor; border-bottom: 0; border-right: 0; height: .65em; width: .65em; } + +.icon-arrow-down::before { transform: translate(-50%, -75%) rotate(225deg); } + +.icon-arrow-left::before { transform: translate(-25%, -50%) rotate(-45deg); } + +.icon-arrow-right::before { transform: translate(-75%, -50%) rotate(135deg); } + +.icon-arrow-up::before { transform: translate(-50%, -25%) rotate(45deg); } + +.icon-back::after, .icon-forward::after { background: currentColor; height: 0.1rem; width: .8em; } + +.icon-downward::after, .icon-upward::after { background: currentColor; height: .8em; width: 0.1rem; } + +.icon-back::after { left: 55%; } + +.icon-back::before { transform: translate(-50%, -50%) rotate(-45deg); } + +.icon-downward::after { top: 45%; } + +.icon-downward::before { transform: translate(-50%, -50%) rotate(-135deg); } + +.icon-forward::after { left: 45%; } + +.icon-forward::before { transform: translate(-50%, -50%) rotate(135deg); } + +.icon-upward::after { top: 55%; } + +.icon-upward::before { transform: translate(-50%, -50%) rotate(45deg); } + +.icon-caret::before { border-top: .3em solid currentColor; border-right: .3em solid transparent; border-left: .3em solid transparent; height: 0; transform: translate(-50%, -25%); width: 0; } + +.icon-menu::before { background: currentColor; box-shadow: 0 -.35em, 0 .35em; height: 0.1rem; width: 100%; } + +.icon-apps::before { background: currentColor; box-shadow: -.35em -.35em, -.35em 0, -.35em .35em, 0 -.35em, 0 .35em, .35em -.35em, .35em 0, .35em .35em; height: 3px; width: 3px; } + +.icon-resize-horiz::before, .icon-resize-horiz::after, .icon-resize-vert::before, .icon-resize-vert::after { border: 0.1rem solid currentColor; border-bottom: 0; border-right: 0; height: .45em; width: .45em; } + +.icon-resize-horiz::before, .icon-resize-vert::before { transform: translate(-50%, -90%) rotate(45deg); } + +.icon-resize-horiz::after, .icon-resize-vert::after { transform: translate(-50%, -10%) rotate(225deg); } + +.icon-resize-horiz::before { transform: translate(-90%, -50%) rotate(-45deg); } + +.icon-resize-horiz::after { transform: translate(-10%, -50%) rotate(135deg); } + +.icon-more-horiz::before, .icon-more-vert::before { background: currentColor; box-shadow: -.4em 0, .4em 0; border-radius: 50%; height: 3px; width: 3px; } + +.icon-more-vert::before { box-shadow: 0 -.4em, 0 .4em; } + +.icon-plus::before, .icon-minus::before, .icon-cross::before { background: currentColor; height: 0.1rem; width: 100%; } + +.icon-plus::after, .icon-cross::after { background: currentColor; height: 100%; width: 0.1rem; } + +.icon-cross::before { width: 100%; } + +.icon-cross::after { height: 100%; } + +.icon-cross::before, .icon-cross::after { transform: translate(-50%, -50%) rotate(45deg); } + +.icon-check::before { border: 0.1rem solid currentColor; border-right: 0; border-top: 0; height: .5em; width: .9em; transform: translate(-50%, -75%) rotate(-45deg); } + +.icon-stop { border: 0.1rem solid currentColor; border-radius: 50%; } + +.icon-stop::before { background: currentColor; height: 0.1rem; transform: translate(-50%, -50%) rotate(45deg); width: 1em; } + +.icon-shutdown { border: 0.1rem solid currentColor; border-radius: 50%; border-top-color: transparent; } + +.icon-shutdown::before { background: currentColor; content: ""; height: .5em; top: .1em; width: 0.1rem; } + +.icon-refresh::before { border: 0.1rem solid currentColor; border-radius: 50%; border-right-color: transparent; height: 1em; width: 1em; } + +.icon-refresh::after { border: .2em solid currentColor; border-top-color: transparent; border-left-color: transparent; height: 0; left: 80%; top: 20%; width: 0; } + +.icon-search::before { border: 0.1rem solid currentColor; border-radius: 50%; height: .75em; left: 5%; top: 5%; transform: translate(0, 0) rotate(45deg); width: .75em; } + +.icon-search::after { background: currentColor; height: 0.1rem; left: 80%; top: 80%; transform: translate(-50%, -50%) rotate(45deg); width: .4em; } + +.icon-edit::before { border: 0.1rem solid currentColor; height: .4em; transform: translate(-40%, -60%) rotate(-45deg); width: .85em; } + +.icon-edit::after { border: .15em solid currentColor; border-top-color: transparent; border-right-color: transparent; height: 0; left: 5%; top: 95%; transform: translate(0, -100%); width: 0; } + +.icon-delete::before { border: 0.1rem solid currentColor; border-bottom-left-radius: 0.1rem; border-bottom-right-radius: 0.1rem; border-top: 0; height: .75em; top: 60%; width: .75em; } + +.icon-delete::after { background: currentColor; box-shadow: -.25em .2em, .25em .2em; height: 0.1rem; top: 0.05rem; width: .5em; } + +.icon-share { border: 0.1rem solid currentColor; border-radius: 0.1rem; border-right: 0; border-top: 0; } + +.icon-share::before { border: 0.1rem solid currentColor; border-left: 0; border-top: 0; height: .4em; left: 100%; top: .25em; transform: translate(-125%, -50%) rotate(-45deg); width: .4em; } + +.icon-share::after { border: 0.1rem solid currentColor; border-bottom: 0; border-right: 0; border-radius: 75% 0; height: .5em; width: .6em; } + +.icon-flag::before { background: currentColor; height: 1em; left: 15%; width: 0.1rem; } + +.icon-flag::after { border: 0.1rem solid currentColor; border-bottom-right-radius: 0.1rem; border-left: 0; border-top-right-radius: 0.1rem; height: .65em; top: 35%; left: 60%; width: .8em; } + +.icon-bookmark::before { border: 0.1rem solid currentColor; border-bottom: 0; border-top-left-radius: 0.1rem; border-top-right-radius: 0.1rem; height: .9em; width: .8em; } + +.icon-bookmark::after { border: 0.1rem solid currentColor; border-bottom: 0; border-left: 0; border-radius: 0.1rem; height: .5em; transform: translate(-50%, 35%) rotate(-45deg) skew(15deg, 15deg); width: .5em; } + +.icon-download, .icon-upload { border-bottom: 0.1rem solid currentColor; } + +.icon-download::before, .icon-upload::before { border: 0.1rem solid currentColor; border-bottom: 0; border-right: 0; height: .5em; width: .5em; transform: translate(-50%, -60%) rotate(-135deg); } + +.icon-download::after, .icon-upload::after { background: currentColor; height: .6em; top: 40%; width: 0.1rem; } + +.icon-upload::before { transform: translate(-50%, -60%) rotate(45deg); } + +.icon-upload::after { top: 50%; } + +.icon-copy::before { border: 0.1rem solid currentColor; border-radius: 0.1rem; border-right: 0; border-bottom: 0; height: .8em; left: 40%; top: 35%; width: .8em; } + +.icon-copy::after { border: 0.1rem solid currentColor; border-radius: 0.1rem; height: .8em; left: 60%; top: 60%; width: .8em; } + +.icon-time { border: 0.1rem solid currentColor; border-radius: 50%; } + +.icon-time::before { background: currentColor; height: .4em; transform: translate(-50%, -75%); width: 0.1rem; } + +.icon-time::after { background: currentColor; height: .3em; transform: translate(-50%, -75%) rotate(90deg); transform-origin: 50% 90%; width: 0.1rem; } + +.icon-mail::before { border: 0.1rem solid currentColor; border-radius: 0.1rem; height: .8em; width: 1em; } + +.icon-mail::after { border: 0.1rem solid currentColor; border-right: 0; border-top: 0; height: .5em; transform: translate(-50%, -90%) rotate(-45deg) skew(10deg, 10deg); width: .5em; } + +.icon-people::before { border: 0.1rem solid currentColor; border-radius: 50%; height: .45em; top: 25%; width: .45em; } + +.icon-people::after { border: 0.1rem solid currentColor; border-radius: 50% 50% 0 0; height: .4em; top: 75%; width: .9em; } + +.icon-message { border: 0.1rem solid currentColor; border-bottom: 0; border-radius: 0.1rem; border-right: 0; } + +.icon-message::before { border: 0.1rem solid currentColor; border-bottom-right-radius: 0.1rem; border-left: 0; border-top: 0; height: .8em; left: 65%; top: 40%; width: .7em; } + +.icon-message::after { background: currentColor; border-radius: 0.1rem; height: .3em; left: 10%; top: 100%; transform: translate(0, -90%) rotate(45deg); width: 0.1rem; } + +.icon-photo { border: 0.1rem solid currentColor; border-radius: 0.1rem; } + +.icon-photo::before { border: 0.1rem solid currentColor; border-radius: 50%; height: .25em; left: 35%; top: 35%; width: .25em; } + +.icon-photo::after { border: 0.1rem solid currentColor; border-bottom: 0; border-left: 0; height: .5em; left: 60%; transform: translate(-50%, 25%) rotate(-45deg); width: .5em; } + +.icon-link::before, .icon-link::after { border: 0.1rem solid currentColor; border-radius: 5em 0 0 5em; border-right: 0; height: .5em; width: .75em; } + +.icon-link::before { transform: translate(-70%, -45%) rotate(-45deg); } + +.icon-link::after { transform: translate(-30%, -55%) rotate(135deg); } + +.icon-location::before { border: 0.1rem solid currentColor; border-radius: 50% 50% 50% 0; height: .8em; transform: translate(-50%, -60%) rotate(-45deg); width: .8em; } + +.icon-location::after { border: 0.1rem solid currentColor; border-radius: 50%; height: .2em; transform: translate(-50%, -80%); width: .2em; } + +.icon-emoji { border: 0.1rem solid currentColor; border-radius: 50%; } + +.icon-emoji::before { border-radius: 50%; box-shadow: -.17em -.1em, .17em -.1em; height: .15em; width: .15em; } + +.icon-emoji::after { border: 0.1rem solid currentColor; border-bottom-color: transparent; border-radius: 50%; border-right-color: transparent; height: .5em; transform: translate(-50%, -40%) rotate(-135deg); width: .5em; } + +/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3BlY3RyZS1pY29ucy5jc3MiLCJzb3VyY2VzIjpbInNwZWN0cmUtaWNvbnMuc2NzcyIsInRoZW1lL192YXJpYWJsZXMuc2NzcyIsInNwZWN0cmUvX3ZhcmlhYmxlcy5zY3NzIiwic3BlY3RyZS9fbWl4aW5zLnNjc3MiLCJzcGVjdHJlL21peGlucy9fYXZhdGFyLnNjc3MiLCJzcGVjdHJlL21peGlucy9fYnV0dG9uLnNjc3MiLCJzcGVjdHJlL21peGlucy9fY2xlYXJmaXguc2NzcyIsInNwZWN0cmUvbWl4aW5zL19jb2xvci5zY3NzIiwic3BlY3RyZS9taXhpbnMvX2xhYmVsLnNjc3MiLCJzcGVjdHJlL21peGlucy9fcG9zaXRpb24uc2NzcyIsInNwZWN0cmUvbWl4aW5zL19zaGFkb3cuc2NzcyIsInNwZWN0cmUvbWl4aW5zL190ZXh0LnNjc3MiLCJzcGVjdHJlL21peGlucy9fdG9hc3Quc2NzcyIsInNwZWN0cmUvaWNvbnMvX2ljb25zLWNvcmUuc2NzcyIsInNwZWN0cmUvaWNvbnMvX2ljb25zLW5hdmlnYXRpb24uc2NzcyIsInNwZWN0cmUvaWNvbnMvX2ljb25zLWFjdGlvbi5zY3NzIiwic3BlY3RyZS9pY29ucy9faWNvbnMtb2JqZWN0LnNjc3MiXSwic291cmNlc0NvbnRlbnQiOlsiLy8gVmFyaWFibGVzIGFuZCBtaXhpbnNcbkBpbXBvcnQgXCJ0aGVtZS92YXJpYWJsZXNcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL3ZhcmlhYmxlc1wiO1xuQGltcG9ydCBcInNwZWN0cmUvbWl4aW5zXCI7XG5cbi8qISBTcGVjdHJlLmNzcyBJY29ucyB2I3skdmVyc2lvbn0gfCBNSVQgTGljZW5zZSB8IGdpdGh1Yi5jb20vcGljdHVyZXBhbjIvc3BlY3RyZSAqL1xuLy8gSWNvbnNcbkBpbXBvcnQgXCJzcGVjdHJlL2ljb25zL2ljb25zLWNvcmVcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL2ljb25zL2ljb25zLW5hdmlnYXRpb25cIjtcbkBpbXBvcnQgXCJzcGVjdHJlL2ljb25zL2ljb25zLWFjdGlvblwiO1xuQGltcG9ydCBcInNwZWN0cmUvaWNvbnMvaWNvbnMtb2JqZWN0XCI7XG4iLCIvLyBTcGVjdHJlIE92ZXJyaWRlc1xuJHByaW1hcnktY29sb3I6ICMzMDg1RUUgIWRlZmF1bHQ7XG4kZGFyay1jb2xvcjogIzQ1NGQ1ZCAhZGVmYXVsdDtcbiRsaWdodC1jb2xvcjogI2ZmZiAhZGVmYXVsdDtcbiRncmF5LWNvbG9yOiBsaWdodGVuKCRkYXJrLWNvbG9yLCA0MCUpICFkZWZhdWx0O1xuJGdyYXktY29sb3ItZGFyazogZGFya2VuKCRncmF5LWNvbG9yLCAyNSUpICFkZWZhdWx0O1xuJGJvcmRlci1jb2xvcjogbGlnaHRlbigkZGFyay1jb2xvciwgNjAlKSAhZGVmYXVsdDtcbiRiZy1jb2xvcjogbGlnaHRlbigkZGFyay1jb2xvciwgNjYlKSAhZGVmYXVsdDtcbiRib2R5LWZvbnQtY29sb3I6IGxpZ2h0ZW4oJGRhcmstY29sb3IsIDUlKSAhZGVmYXVsdDtcblxuLy8gTGF5b3V0XG4kaG9yaXotcGFkZGluZzogMXJlbTtcbiR2ZXJ0LXBhZGRpbmc6IDJyZW0gMCAycmVtO1xuXG4vLyBGb250c1xuJG1pbi1yZXNwb25zaXZlLWZvbnQtc2l6ZTogMTZweDtcblxuLy8gSGVhZGVyXG4kaGVhZGVyLWhlaWdodC1sYXJnZTogNHJlbTtcbiRoZWFkZXItaGVpZ2h0LXNtYWxsOiAyLjNyZW07XG4kaGVhZGVyLWNvbG9yLWRhcms6ICMyMjI7XG4kaGVhZGVyLXRleHQtbGlnaHQ6ICRsaWdodC1jb2xvcjtcbiRoZWFkZXItdGV4dC1kYXJrOiBkYXJrZW4oJGRhcmstY29sb3IsIDE1JSk7XG5cbi8vIERyb3Bkb3duIE1lbnVcbiRkcm9wbWVudS1iZzogJGxpZ2h0LWNvbG9yO1xuJGRyb3BtZW51LWhvdmVyLXRleHQ6ICRwcmltYXJ5LWNvbG9yO1xuJGRyb3BtZW51LWhvcml6LXBhZGRpbmc6IDIwcHg7XG4kZHJvcG1lbnUtdmVydC1wYWRkaW5nOiA3cHg7XG4kZHJvcG1lbnUtY2hpbGQtcGFkZGluZzogMTBweDtcbiRkcm9wbWVudS1zaGFkb3c6IDAgM3B4IDVweCByZ2JhKDAsIDAsIDAsIDAuMSk7XG5cbi8vIE1vYmlsZSBNZW51XG4kbW9iaWxlLWNvbG9yLW1haW46ICRwcmltYXJ5LWNvbG9yO1xuJG1vYmlsZS1jb2xvci1hY3RpdmU6ICNGRkY7XG4kbW9iaWxlLWNvbG9yLWxpbms6ICNGRkY7XG4kbW9iaWxlLWJ1dHRvbi1oZWlnaHQ6IDI0cHg7XG4kbW9iaWxlLWJ1dHRvbi13aWR0aDogMjhweDsiLCIvLyBDb3JlIHZhcmlhYmxlc1xuJHZlcnNpb246IFwiMC41LjhcIjtcblxuLy8gQ29yZSBmZWF0dXJlc1xuJHJ0bDogZmFsc2UgIWRlZmF1bHQ7XG5cbi8vIENvcmUgY29sb3JzXG4kcHJpbWFyeS1jb2xvcjogIzU3NTVkOSAhZGVmYXVsdDtcbiRwcmltYXJ5LWNvbG9yLWRhcms6IGRhcmtlbigkcHJpbWFyeS1jb2xvciwgMyUpICFkZWZhdWx0O1xuJHByaW1hcnktY29sb3ItbGlnaHQ6IGxpZ2h0ZW4oJHByaW1hcnktY29sb3IsIDMlKSAhZGVmYXVsdDtcbiRzZWNvbmRhcnktY29sb3I6IGxpZ2h0ZW4oJHByaW1hcnktY29sb3IsIDM3LjUlKSAhZGVmYXVsdDtcbiRzZWNvbmRhcnktY29sb3ItZGFyazogZGFya2VuKCRzZWNvbmRhcnktY29sb3IsIDMlKSAhZGVmYXVsdDtcbiRzZWNvbmRhcnktY29sb3ItbGlnaHQ6IGxpZ2h0ZW4oJHNlY29uZGFyeS1jb2xvciwgMyUpICFkZWZhdWx0O1xuXG4vLyBHcmF5IGNvbG9yc1xuJGRhcmstY29sb3I6ICMzMDM3NDIgIWRlZmF1bHQ7XG4kbGlnaHQtY29sb3I6ICNmZmYgIWRlZmF1bHQ7XG4kZ3JheS1jb2xvcjogbGlnaHRlbigkZGFyay1jb2xvciwgNTUlKSAhZGVmYXVsdDtcbiRncmF5LWNvbG9yLWRhcms6IGRhcmtlbigkZ3JheS1jb2xvciwgMzAlKSAhZGVmYXVsdDtcbiRncmF5LWNvbG9yLWxpZ2h0OiBsaWdodGVuKCRncmF5LWNvbG9yLCAyMCUpICFkZWZhdWx0O1xuXG4kYm9yZGVyLWNvbG9yOiBsaWdodGVuKCRkYXJrLWNvbG9yLCA2NSUpICFkZWZhdWx0O1xuJGJvcmRlci1jb2xvci1kYXJrOiBkYXJrZW4oJGJvcmRlci1jb2xvciwgMTAlKSAhZGVmYXVsdDtcbiRib3JkZXItY29sb3ItbGlnaHQ6IGxpZ2h0ZW4oJGJvcmRlci1jb2xvciwgOCUpICFkZWZhdWx0O1xuJGJnLWNvbG9yOiBsaWdodGVuKCRkYXJrLWNvbG9yLCA3NSUpICFkZWZhdWx0O1xuJGJnLWNvbG9yLWRhcms6IGRhcmtlbigkYmctY29sb3IsIDMlKSAhZGVmYXVsdDtcbiRiZy1jb2xvci1saWdodDogJGxpZ2h0LWNvbG9yICFkZWZhdWx0O1xuXG4vLyBDb250cm9sIGNvbG9yc1xuJHN1Y2Nlc3MtY29sb3I6ICMzMmI2NDMgIWRlZmF1bHQ7XG4kd2FybmluZy1jb2xvcjogI2ZmYjcwMCAhZGVmYXVsdDtcbiRlcnJvci1jb2xvcjogI2U4NTYwMCAhZGVmYXVsdDtcblxuLy8gT3RoZXIgY29sb3JzXG4kY29kZS1jb2xvcjogI2Q3M2U0OCAhZGVmYXVsdDtcbiRoaWdobGlnaHQtY29sb3I6ICNmZmU5YjMgIWRlZmF1bHQ7XG4kYm9keS1iZzogJGJnLWNvbG9yLWxpZ2h0ICFkZWZhdWx0O1xuJGJvZHktZm9udC1jb2xvcjogbGlnaHRlbigkZGFyay1jb2xvciwgNSUpICFkZWZhdWx0O1xuJGxpbmstY29sb3I6ICRwcmltYXJ5LWNvbG9yICFkZWZhdWx0O1xuJGxpbmstY29sb3ItZGFyazogZGFya2VuKCRsaW5rLWNvbG9yLCAxMCUpICFkZWZhdWx0O1xuJGxpbmstY29sb3ItbGlnaHQ6IGxpZ2h0ZW4oJGxpbmstY29sb3IsIDEwJSkgIWRlZmF1bHQ7XG5cbi8vIEZvbnRzXG4vLyBDcmVkaXQ6IGh0dHBzOi8vd3d3LnNtYXNoaW5nbWFnYXppbmUuY29tLzIwMTUvMTEvdXNpbmctc3lzdGVtLXVpLWZvbnRzLXByYWN0aWNhbC1ndWlkZS9cbiRiYXNlLWZvbnQtZmFtaWx5OiAtYXBwbGUtc3lzdGVtLCBzeXN0ZW0tdWksIEJsaW5rTWFjU3lzdGVtRm9udCwgXCJTZWdvZSBVSVwiLCBSb2JvdG8gIWRlZmF1bHQ7XG4kbW9uby1mb250LWZhbWlseTogXCJTRiBNb25vXCIsIFwiU2Vnb2UgVUkgTW9ub1wiLCBcIlJvYm90byBNb25vXCIsIE1lbmxvLCBDb3VyaWVyLCBtb25vc3BhY2UgIWRlZmF1bHQ7XG4kZmFsbGJhY2stZm9udC1mYW1pbHk6IFwiSGVsdmV0aWNhIE5ldWVcIiwgc2Fucy1zZXJpZiAhZGVmYXVsdDtcbiRjamstemgtaGFucy1mb250LWZhbWlseTogJGJhc2UtZm9udC1mYW1pbHksIFwiUGluZ0ZhbmcgU0NcIiwgXCJIaXJhZ2lubyBTYW5zIEdCXCIsIFwiTWljcm9zb2Z0IFlhSGVpXCIsICRmYWxsYmFjay1mb250LWZhbWlseSAhZGVmYXVsdDtcbiRjamstemgtaGFudC1mb250LWZhbWlseTogJGJhc2UtZm9udC1mYW1pbHksIFwiUGluZ0ZhbmcgVENcIiwgXCJIaXJhZ2lubyBTYW5zIENOU1wiLCBcIk1pY3Jvc29mdCBKaGVuZ0hlaVwiLCAkZmFsbGJhY2stZm9udC1mYW1pbHkgIWRlZmF1bHQ7XG4kY2prLWpwLWZvbnQtZmFtaWx5OiAkYmFzZS1mb250LWZhbWlseSwgXCJIaXJhZ2lubyBTYW5zXCIsIFwiSGlyYWdpbm8gS2FrdSBHb3RoaWMgUHJvXCIsIFwiWXUgR290aGljXCIsIFl1R290aGljLCBNZWlyeW8sICRmYWxsYmFjay1mb250LWZhbWlseSAhZGVmYXVsdDtcbiRjamsta28tZm9udC1mYW1pbHk6ICRiYXNlLWZvbnQtZmFtaWx5LCBcIk1hbGd1biBHb3RoaWNcIiwgJGZhbGxiYWNrLWZvbnQtZmFtaWx5ICFkZWZhdWx0O1xuJGJvZHktZm9udC1mYW1pbHk6ICRiYXNlLWZvbnQtZmFtaWx5LCAkZmFsbGJhY2stZm9udC1mYW1pbHkgIWRlZmF1bHQ7XG5cbi8vIFVuaXQgc2l6ZXNcbiR1bml0LW86IC4wNXJlbSAhZGVmYXVsdDtcbiR1bml0LWg6IC4xcmVtICFkZWZhdWx0O1xuJHVuaXQtMTogLjJyZW0gIWRlZmF1bHQ7XG4kdW5pdC0yOiAuNHJlbSAhZGVmYXVsdDtcbiR1bml0LTM6IC42cmVtICFkZWZhdWx0O1xuJHVuaXQtNDogLjhyZW0gIWRlZmF1bHQ7XG4kdW5pdC01OiAxcmVtICFkZWZhdWx0O1xuJHVuaXQtNjogMS4ycmVtICFkZWZhdWx0O1xuJHVuaXQtNzogMS40cmVtICFkZWZhdWx0O1xuJHVuaXQtODogMS42cmVtICFkZWZhdWx0O1xuJHVuaXQtOTogMS44cmVtICFkZWZhdWx0O1xuJHVuaXQtMTA6IDJyZW0gIWRlZmF1bHQ7XG4kdW5pdC0xMjogMi40cmVtICFkZWZhdWx0O1xuJHVuaXQtMTY6IDMuMnJlbSAhZGVmYXVsdDtcblxuLy8gRm9udCBzaXplc1xuJGh0bWwtZm9udC1zaXplOiAyMHB4ICFkZWZhdWx0O1xuJGh0bWwtbGluZS1oZWlnaHQ6IDEuNSAhZGVmYXVsdDtcbiRmb250LXNpemU6IC44cmVtICFkZWZhdWx0O1xuJGZvbnQtc2l6ZS1zbTogLjdyZW0gIWRlZmF1bHQ7XG4kZm9udC1zaXplLWxnOiAuOXJlbSAhZGVmYXVsdDtcbiRsaW5lLWhlaWdodDogMS4ycmVtICFkZWZhdWx0O1xuXG4vLyBTaXplc1xuJGxheW91dC1zcGFjaW5nOiAkdW5pdC0yICFkZWZhdWx0O1xuJGxheW91dC1zcGFjaW5nLXNtOiAkdW5pdC0xICFkZWZhdWx0O1xuJGxheW91dC1zcGFjaW5nLWxnOiAkdW5pdC00ICFkZWZhdWx0O1xuJGJvcmRlci1yYWRpdXM6ICR1bml0LWggIWRlZmF1bHQ7XG4kYm9yZGVyLXdpZHRoOiAkdW5pdC1vICFkZWZhdWx0O1xuJGJvcmRlci13aWR0aC1sZzogJHVuaXQtaCAhZGVmYXVsdDtcbiRjb250cm9sLXNpemU6ICR1bml0LTkgIWRlZmF1bHQ7XG4kY29udHJvbC1zaXplLXNtOiAkdW5pdC03ICFkZWZhdWx0O1xuJGNvbnRyb2wtc2l6ZS1sZzogJHVuaXQtMTAgIWRlZmF1bHQ7XG4kY29udHJvbC1wYWRkaW5nLXg6ICR1bml0LTIgIWRlZmF1bHQ7XG4kY29udHJvbC1wYWRkaW5nLXgtc206ICR1bml0LTIgKiAuNzUgIWRlZmF1bHQ7XG4kY29udHJvbC1wYWRkaW5nLXgtbGc6ICR1bml0LTIgKiAxLjUgIWRlZmF1bHQ7XG4kY29udHJvbC1wYWRkaW5nLXk6ICgkY29udHJvbC1zaXplIC0gJGxpbmUtaGVpZ2h0KSAvIDIgLSAkYm9yZGVyLXdpZHRoICFkZWZhdWx0O1xuJGNvbnRyb2wtcGFkZGluZy15LXNtOiAoJGNvbnRyb2wtc2l6ZS1zbSAtICRsaW5lLWhlaWdodCkgLyAyIC0gJGJvcmRlci13aWR0aCAhZGVmYXVsdDtcbiRjb250cm9sLXBhZGRpbmcteS1sZzogKCRjb250cm9sLXNpemUtbGcgLSAkbGluZS1oZWlnaHQpIC8gMiAtICRib3JkZXItd2lkdGggIWRlZmF1bHQ7XG4kY29udHJvbC1pY29uLXNpemU6IC44cmVtICFkZWZhdWx0O1xuXG4kY29udHJvbC13aWR0aC14czogMTgwcHggIWRlZmF1bHQ7XG4kY29udHJvbC13aWR0aC1zbTogMzIwcHggIWRlZmF1bHQ7XG4kY29udHJvbC13aWR0aC1tZDogNjQwcHggIWRlZmF1bHQ7XG4kY29udHJvbC13aWR0aC1sZzogOTYwcHggIWRlZmF1bHQ7XG4kY29udHJvbC13aWR0aC14bDogMTI4MHB4ICFkZWZhdWx0O1xuXG4vLyBSZXNwb25zaXZlIGJyZWFrcG9pbnRzXG4kc2l6ZS14czogNDgwcHggIWRlZmF1bHQ7XG4kc2l6ZS1zbTogNjAwcHggIWRlZmF1bHQ7XG4kc2l6ZS1tZDogODQwcHggIWRlZmF1bHQ7XG4kc2l6ZS1sZzogOTYwcHggIWRlZmF1bHQ7XG4kc2l6ZS14bDogMTI4MHB4ICFkZWZhdWx0O1xuJHNpemUtMng6IDE0NDBweCAhZGVmYXVsdDtcblxuJHJlc3BvbnNpdmUtYnJlYWtwb2ludDogJHNpemUteHMgIWRlZmF1bHQ7XG5cbi8vIFotaW5kZXhcbiR6aW5kZXgtMDogMSAhZGVmYXVsdDtcbiR6aW5kZXgtMTogMTAwICFkZWZhdWx0O1xuJHppbmRleC0yOiAyMDAgIWRlZmF1bHQ7XG4kemluZGV4LTM6IDMwMCAhZGVmYXVsdDtcbiR6aW5kZXgtNDogNDAwICFkZWZhdWx0O1xuIiwiLy8gTWl4aW5zXG5AaW1wb3J0IFwibWl4aW5zL2F2YXRhclwiO1xuQGltcG9ydCBcIm1peGlucy9idXR0b25cIjtcbkBpbXBvcnQgXCJtaXhpbnMvY2xlYXJmaXhcIjtcbkBpbXBvcnQgXCJtaXhpbnMvY29sb3JcIjtcbkBpbXBvcnQgXCJtaXhpbnMvbGFiZWxcIjtcbkBpbXBvcnQgXCJtaXhpbnMvcG9zaXRpb25cIjtcbkBpbXBvcnQgXCJtaXhpbnMvc2hhZG93XCI7XG5AaW1wb3J0IFwibWl4aW5zL3RleHRcIjtcbkBpbXBvcnQgXCJtaXhpbnMvdG9hc3RcIjsiLCIvLyBBdmF0YXIgbWl4aW5cbkBtaXhpbiBhdmF0YXItYmFzZSgkc2l6ZTogJHVuaXQtOCkge1xuICBmb250LXNpemU6ICRzaXplIC8gMjtcbiAgaGVpZ2h0OiAkc2l6ZTtcbiAgd2lkdGg6ICRzaXplO1xufVxuIiwiLy8gQnV0dG9uIHZhcmlhbnQgbWl4aW5cbkBtaXhpbiBidXR0b24tdmFyaWFudCgkY29sb3I6ICRwcmltYXJ5LWNvbG9yKSB7XG4gIGJhY2tncm91bmQ6ICRjb2xvcjtcbiAgYm9yZGVyLWNvbG9yOiBkYXJrZW4oJGNvbG9yLCAzJSk7XG4gIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gICY6Zm9jdXMge1xuICAgIEBpbmNsdWRlIGNvbnRyb2wtc2hhZG93KCRjb2xvcik7XG4gIH1cbiAgJjpmb2N1cyxcbiAgJjpob3ZlciB7XG4gICAgYmFja2dyb3VuZDogZGFya2VuKCRjb2xvciwgMiUpO1xuICAgIGJvcmRlci1jb2xvcjogZGFya2VuKCRjb2xvciwgNSUpO1xuICAgIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gIH1cbiAgJjphY3RpdmUsXG4gICYuYWN0aXZlIHtcbiAgICBiYWNrZ3JvdW5kOiBkYXJrZW4oJGNvbG9yLCA3JSk7XG4gICAgYm9yZGVyLWNvbG9yOiBkYXJrZW4oJGNvbG9yLCAxMCUpO1xuICAgIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gIH1cbiAgJi5sb2FkaW5nIHtcbiAgICAmOjphZnRlciB7XG4gICAgICBib3JkZXItYm90dG9tLWNvbG9yOiAkbGlnaHQtY29sb3I7XG4gICAgICBib3JkZXItbGVmdC1jb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAgIH1cbiAgfVxufVxuXG5AbWl4aW4gYnV0dG9uLW91dGxpbmUtdmFyaWFudCgkY29sb3I6ICRwcmltYXJ5LWNvbG9yKSB7XG4gIGJhY2tncm91bmQ6ICRsaWdodC1jb2xvcjtcbiAgYm9yZGVyLWNvbG9yOiAkY29sb3I7XG4gIGNvbG9yOiAkY29sb3I7XG4gICY6Zm9jdXMge1xuICAgIEBpbmNsdWRlIGNvbnRyb2wtc2hhZG93KCRjb2xvcik7XG4gIH1cbiAgJjpmb2N1cyxcbiAgJjpob3ZlciB7XG4gICAgYmFja2dyb3VuZDogbGlnaHRlbigkY29sb3IsIDUwJSk7XG4gICAgYm9yZGVyLWNvbG9yOiBkYXJrZW4oJGNvbG9yLCAyJSk7XG4gICAgY29sb3I6ICRjb2xvcjtcbiAgfVxuICAmOmFjdGl2ZSxcbiAgJi5hY3RpdmUge1xuICAgIGJhY2tncm91bmQ6ICRjb2xvcjtcbiAgICBib3JkZXItY29sb3I6IGRhcmtlbigkY29sb3IsIDUlKTtcbiAgICBjb2xvcjogJGxpZ2h0LWNvbG9yO1xuICB9XG4gICYubG9hZGluZyB7XG4gICAgJjo6YWZ0ZXIge1xuICAgICAgYm9yZGVyLWJvdHRvbS1jb2xvcjogJGNvbG9yO1xuICAgICAgYm9yZGVyLWxlZnQtY29sb3I6ICRjb2xvcjtcbiAgICB9XG4gIH1cbn1cbiIsIi8vIENsZWFyZml4IG1peGluXG5AbWl4aW4gY2xlYXJmaXgoKSB7XG4gICY6OmFmdGVyIHtcbiAgICBjbGVhcjogYm90aDtcbiAgICBjb250ZW50OiBcIlwiO1xuICAgIGRpc3BsYXk6IHRhYmxlO1xuICB9XG59XG4iLCIvLyBCYWNrZ3JvdW5kIGNvbG9yIHV0aWxpdHkgbWl4aW5cbkBtaXhpbiBiZy1jb2xvci12YXJpYW50KCRuYW1lOiBcIi5iZy1wcmltYXJ5XCIsICRjb2xvcjogJHByaW1hcnktY29sb3IpIHtcbiAgI3skbmFtZX0ge1xuICAgIGJhY2tncm91bmQ6ICRjb2xvciAhaW1wb3J0YW50O1xuXG4gICAgQGlmIChsaWdodG5lc3MoJGNvbG9yKSA8IDYwKSB7XG4gICAgICBjb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAgIH1cbiAgfVxufVxuXG4vLyBUZXh0IGNvbG9yIHV0aWxpdHkgbWl4aW5cbkBtaXhpbiB0ZXh0LWNvbG9yLXZhcmlhbnQoJG5hbWU6IFwiLnRleHQtcHJpbWFyeVwiLCAkY29sb3I6ICRwcmltYXJ5LWNvbG9yKSB7XG4gICN7JG5hbWV9IHtcbiAgICBjb2xvcjogJGNvbG9yICFpbXBvcnRhbnQ7XG4gIH1cblxuICBhI3skbmFtZX0ge1xuICAgICY6Zm9jdXMsXG4gICAgJjpob3ZlciB7XG4gICAgICBjb2xvcjogZGFya2VuKCRjb2xvciwgNSUpO1xuICAgIH1cbiAgICAmOnZpc2l0ZWQge1xuICAgICAgY29sb3I6IGxpZ2h0ZW4oJGNvbG9yLCA1JSk7XG4gICAgfVxuICB9XG59XG4iLCIvLyBMYWJlbCBiYXNlIHN0eWxlXG5AbWl4aW4gbGFiZWwtYmFzZSgpIHtcbiAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gIGxpbmUtaGVpZ2h0OiAxLjI1O1xuICBwYWRkaW5nOiAuMXJlbSAuMnJlbTtcbn1cblxuQG1peGluIGxhYmVsLXZhcmlhbnQoJGNvbG9yOiAkbGlnaHQtY29sb3IsICRiZy1jb2xvcjogJHByaW1hcnktY29sb3IpIHtcbiAgYmFja2dyb3VuZDogJGJnLWNvbG9yO1xuICBjb2xvcjogJGNvbG9yO1xufVxuIiwiLy8gTWFyZ2luIHV0aWxpdHkgbWl4aW5cbkBtaXhpbiBtYXJnaW4tdmFyaWFudCgkaWQ6IDEsICRzaXplOiAkdW5pdC0xKSB7XG4gIC5tLSN7JGlkfSB7XG4gICAgbWFyZ2luOiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLm1iLSN7JGlkfSB7XG4gICAgbWFyZ2luLWJvdHRvbTogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5tbC0jeyRpZH0ge1xuICAgIG1hcmdpbi1sZWZ0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLm1yLSN7JGlkfSB7XG4gICAgbWFyZ2luLXJpZ2h0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLm10LSN7JGlkfSB7XG4gICAgbWFyZ2luLXRvcDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5teC0jeyRpZH0ge1xuICAgIG1hcmdpbi1sZWZ0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICAgIG1hcmdpbi1yaWdodDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5teS0jeyRpZH0ge1xuICAgIG1hcmdpbi1ib3R0b206ICRzaXplICFpbXBvcnRhbnQ7XG4gICAgbWFyZ2luLXRvcDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxufVxuXG4vLyBQYWRkaW5nIHV0aWxpdHkgbWl4aW5cbkBtaXhpbiBwYWRkaW5nLXZhcmlhbnQoJGlkOiAxLCAkc2l6ZTogJHVuaXQtMSkge1xuICAucC0jeyRpZH0ge1xuICAgIHBhZGRpbmc6ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cblxuICAucGItI3skaWR9IHtcbiAgICBwYWRkaW5nLWJvdHRvbTogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5wbC0jeyRpZH0ge1xuICAgIHBhZGRpbmctbGVmdDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5wci0jeyRpZH0ge1xuICAgIHBhZGRpbmctcmlnaHQ6ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cblxuICAucHQtI3skaWR9IHtcbiAgICBwYWRkaW5nLXRvcDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5weC0jeyRpZH0ge1xuICAgIHBhZGRpbmctbGVmdDogJHNpemUgIWltcG9ydGFudDtcbiAgICBwYWRkaW5nLXJpZ2h0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG4gIFxuICAucHktI3skaWR9IHtcbiAgICBwYWRkaW5nLWJvdHRvbTogJHNpemUgIWltcG9ydGFudDtcbiAgICBwYWRkaW5nLXRvcDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxufVxuIiwiLy8gQ29tcG9uZW50IGZvY3VzIHNoYWRvd1xuQG1peGluIGNvbnRyb2wtc2hhZG93KCRjb2xvcjogJHByaW1hcnktY29sb3IpIHtcbiAgYm94LXNoYWRvdzogMCAwIDAgLjFyZW0gcmdiYSgkY29sb3IsIC4yKTtcbn1cblxuLy8gU2hhZG93IG1peGluXG5AbWl4aW4gc2hhZG93LXZhcmlhbnQoJG9mZnNldCkge1xuICBib3gtc2hhZG93OiAwICRvZmZzZXQgKCRvZmZzZXQgKyAuMDVyZW0pICogMiByZ2JhKCRkYXJrLWNvbG9yLCAuMyk7XG59XG4iLCIvLyBUZXh0IEVsbGlwc2lzXG5AbWl4aW4gdGV4dC1lbGxpcHNpcygpIHtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG59XG4iLCIvLyBUb2FzdCB2YXJpYW50IG1peGluXG5AbWl4aW4gdG9hc3QtdmFyaWFudCgkY29sb3I6ICRkYXJrLWNvbG9yKSB7XG4gIGJhY2tncm91bmQ6IHJnYmEoJGNvbG9yLCAuOTUpO1xuICBib3JkZXItY29sb3I6ICRjb2xvcjtcbn1cbiIsIi8vIEljb24gdmFyaWFibGVzXG4kaWNvbi1ib3JkZXItd2lkdGg6ICRib3JkZXItd2lkdGgtbGc7XG4kaWNvbi1wcmVmaXg6IFwiaWNvblwiO1xuXG4vLyBJY29uIGJhc2Ugc3R5bGVcbi4jeyRpY29uLXByZWZpeH0ge1xuICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIGZvbnQtc2l6ZTogaW5oZXJpdDtcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xuICBoZWlnaHQ6IDFlbTtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICB0ZXh0LWluZGVudDogLTk5OTlweDtcbiAgdmVydGljYWwtYWxpZ246IG1pZGRsZTtcbiAgd2lkdGg6IDFlbTtcbiAgJjo6YmVmb3JlLFxuICAmOjphZnRlciB7XG4gICAgY29udGVudDogXCJcIjtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBsZWZ0OiA1MCU7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogNTAlO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC01MCUpO1xuICB9XG5cbiAgLy8gSWNvbiBzaXplc1xuICAmLmljb24tMngge1xuICAgIGZvbnQtc2l6ZTogMS42cmVtO1xuICB9XG5cbiAgJi5pY29uLTN4IHtcbiAgICBmb250LXNpemU6IDIuNHJlbTtcbiAgfVxuXG4gICYuaWNvbi00eCB7XG4gICAgZm9udC1zaXplOiAzLjJyZW07XG4gIH1cbn1cblxuLy8gQ29tcG9uZW50IGljb24gc3VwcG9ydFxuLmFjY29yZGlvbixcbi5idG4sXG4udG9hc3QsXG4ubWVudSB7XG4gIC4jeyRpY29uLXByZWZpeH0ge1xuICAgIHZlcnRpY2FsLWFsaWduOiAtMTAlO1xuICB9XG59XG5cbi5idG4tbGcge1xuICAuI3skaWNvbi1wcmVmaXh9IHtcbiAgICB2ZXJ0aWNhbC1hbGlnbjogLTE1JTtcbiAgfVxufVxuIiwiLy8gSWNvbiBhcnJvd3Ncbi5pY29uLWFycm93LWRvd24sXG4uaWNvbi1hcnJvdy1sZWZ0LFxuLmljb24tYXJyb3ctcmlnaHQsXG4uaWNvbi1hcnJvdy11cCxcbi5pY29uLWRvd253YXJkLFxuLmljb24tYmFjayxcbi5pY29uLWZvcndhcmQsXG4uaWNvbi11cHdhcmQge1xuICAmOjpiZWZvcmUge1xuICAgIGJvcmRlcjogJGljb24tYm9yZGVyLXdpZHRoIHNvbGlkIGN1cnJlbnRDb2xvcjtcbiAgICBib3JkZXItYm90dG9tOiAwO1xuICAgIGJvcmRlci1yaWdodDogMDtcbiAgICBoZWlnaHQ6IC42NWVtO1xuICAgIHdpZHRoOiAuNjVlbTtcbiAgfVxufVxuXG4uaWNvbi1hcnJvdy1kb3duIHtcbiAgJjo6YmVmb3JlIHtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNzUlKSByb3RhdGUoMjI1ZGVnKTtcbiAgfVxufVxuXG4uaWNvbi1hcnJvdy1sZWZ0IHtcbiAgJjo6YmVmb3JlIHtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtMjUlLCAtNTAlKSByb3RhdGUoLTQ1ZGVnKTtcbiAgfVxufVxuXG4uaWNvbi1hcnJvdy1yaWdodCB7XG4gICY6OmJlZm9yZSB7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTc1JSwgLTUwJSkgcm90YXRlKDEzNWRlZyk7XG4gIH1cbn1cblxuLmljb24tYXJyb3ctdXAge1xuICAmOjpiZWZvcmUge1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC0yNSUpIHJvdGF0ZSg0NWRlZyk7XG4gIH1cbn1cblxuLmljb24tYmFjayxcbi5pY29uLWZvcndhcmQge1xuICAmOjphZnRlciB7XG4gICAgYmFja2dyb3VuZDogY3VycmVudENvbG9yO1xuICAgIGhlaWdodDogJGljb24tYm9yZGVyLXdpZHRoO1xuICAgIHdpZHRoOiAuOGVtO1xuICB9XG59XG5cbi5pY29uLWRvd253YXJkLFxuLmljb24tdXB3YXJkIHtcbiAgJjo6YWZ0ZXIge1xuICAgIGJhY2tncm91bmQ6IGN1cnJlbnRDb2xvcjtcbiAgICBoZWlnaHQ6IC44ZW07XG4gICAgd2lkdGg6ICRpY29uLWJvcmRlci13aWR0aDtcbiAgfVxufVxuXG4uaWNvbi1iYWNrIHtcbiAgJjo6YWZ0ZXIge1xuICAgIGxlZnQ6IDU1JTtcbiAgfVxuICAmOjpiZWZvcmUge1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC01MCUpIHJvdGF0ZSgtNDVkZWcpO1xuICB9XG59XG5cbi5pY29uLWRvd253YXJkIHtcbiAgJjo6YWZ0ZXIge1xuICAgIHRvcDogNDUlO1xuICB9XG4gICY6OmJlZm9yZSB7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgLTUwJSkgcm90YXRlKC0xMzVkZWcpO1xuICB9XG59XG5cbi5pY29uLWZvcndhcmQge1xuICAmOjphZnRlciB7XG4gICAgbGVmdDogNDUlO1xuICB9XG4gICY6OmJlZm9yZSB7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgLTUwJSkgcm90YXRlKDEzNWRlZyk7XG4gIH1cbn1cblxuLmljb24tdXB3YXJkIHtcbiAgJjo6YWZ0ZXIge1xuICAgIHRvcDogNTUlO1xuICB9XG4gICY6OmJlZm9yZSB7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgLTUwJSkgcm90YXRlKDQ1ZGVnKTtcbiAgfVxufVxuXG4vLyBJY29uIGNhcmV0XG4uaWNvbi1jYXJldCB7XG4gICY6OmJlZm9yZSB7XG4gICAgYm9yZGVyLXRvcDogLjNlbSBzb2xpZCBjdXJyZW50Q29sb3I7XG4gICAgYm9yZGVyLXJpZ2h0OiAuM2VtIHNvbGlkIHRyYW5zcGFyZW50O1xuICAgIGJvcmRlci1sZWZ0OiAuM2VtIHNvbGlkIHRyYW5zcGFyZW50O1xuICAgIGhlaWdodDogMDtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtMjUlKTtcbiAgICB3aWR0aDogMDtcbiAgfVxufVxuXG4vLyBJY29uIG1lbnVcbi5pY29uLW1lbnUge1xuICAmOjpiZWZvcmUge1xuICAgIGJhY2tncm91bmQ6IGN1cnJlbnRDb2xvcjtcbiAgICBib3gtc2hhZG93OiAwIC0uMzVlbSwgMCAuMzVlbTtcbiAgICBoZWlnaHQ6ICRpY29uLWJvcmRlci13aWR0aDtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxufVxuXG4vLyBJY29uIGFwcHNcbi5pY29uLWFwcHMge1xuICAmOjpiZWZvcmUge1xuICAgIGJhY2tncm91bmQ6IGN1cnJlbnRDb2xvcjtcbiAgICBib3gtc2hhZG93OiAtLjM1ZW0gLS4zNWVtLCAtLjM1ZW0gMCwgLS4zNWVtIC4zNWVtLCAwIC0uMzVlbSwgMCAuMzVlbSwgLjM1ZW0gLS4zNWVtLCAuMzVlbSAwLCAuMzVlbSAuMzVlbTtcbiAgICBoZWlnaHQ6IDNweDtcbiAgICB3aWR0aDogM3B4O1xuICB9XG59XG4iLCIvLyBJY29uIHJlc2l6ZVxuLmljb24tcmVzaXplLWhvcml6LFxuLmljb24tcmVzaXplLXZlcnQge1xuICAmOjpiZWZvcmUsXG4gICY6OmFmdGVyIHtcbiAgICBib3JkZXI6ICRpY29uLWJvcmRlci13aWR0aCBzb2xpZCBjdXJyZW50Q29sb3I7XG4gICAgYm9yZGVyLWJvdHRvbTogMDtcbiAgICBib3JkZXItcmlnaHQ6IDA7XG4gICAgaGVpZ2h0OiAuNDVlbTtcbiAgICB3aWR0aDogLjQ1ZW07XG4gIH1cbiAgJjo6YmVmb3JlIHtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtOTAlKSByb3RhdGUoNDVkZWcpO1xuICB9XG4gICY6OmFmdGVyIHtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtMTAlKSByb3RhdGUoMjI1ZGVnKTtcbiAgfVxufVxuXG4uaWNvbi1yZXNpemUtaG9yaXoge1xuICAmOjpiZWZvcmUge1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC05MCUsIC01MCUpIHJvdGF0ZSgtNDVkZWcpO1xuICB9XG4gICY6OmFmdGVyIHtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtMTAlLCAtNTAlKSByb3RhdGUoMTM1ZGVnKTtcbiAgfVxufVxuXG4vLyBJY29uIG1vcmVcbi5pY29uLW1vcmUtaG9yaXosXG4uaWNvbi1tb3JlLXZlcnQge1xuICAmOjpiZWZvcmUge1xuICAgIGJhY2tncm91bmQ6IGN1cnJlbnRDb2xvcjtcbiAgICBib3gtc2hhZG93OiAtLjRlbSAwLCAuNGVtIDA7XG4gICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAgIGhlaWdodDogM3B4O1xuICAgIHdpZHRoOiAzcHg7XG4gIH1cbn1cblxuLmljb24tbW9yZS12ZXJ0IHtcbiAgJjo6YmVmb3JlIHtcbiAgICBib3gtc2hhZG93OiAwIC0uNGVtLCAwIC40ZW07XG4gIH1cbn1cblxuLy8gSWNvbiBwbHVzLCBtaW51cywgY3Jvc3Ncbi5pY29uLXBsdXMsXG4uaWNvbi1taW51cyxcbi5pY29uLWNyb3NzIHtcbiAgJjo6YmVmb3JlIHtcbiAgICBiYWNrZ3JvdW5kOiBjdXJyZW50Q29sb3I7XG4gICAgaGVpZ2h0OiAkaWNvbi1ib3JkZXItd2lkdGg7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbn1cblxuLmljb24tcGx1cyxcbi5pY29uLWNyb3NzIHtcbiAgJjo6YWZ0ZXIge1xuICAgIGJhY2tncm91bmQ6IGN1cnJlbnRDb2xvcjtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgd2lkdGg6ICRpY29uLWJvcmRlci13aWR0aDtcbiAgfVxufVxuXG4uaWNvbi1jcm9zcyB7XG4gICY6OmJlZm9yZSB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbiAgJjo6YWZ0ZXIge1xuICAgIGhlaWdodDogMTAwJTtcbiAgfVxuICAmOjpiZWZvcmUsXG4gICY6OmFmdGVyIHtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNTAlKSByb3RhdGUoNDVkZWcpO1xuICB9XG59XG5cbi8vIEljb24gY2hlY2tcbi5pY29uLWNoZWNrIHtcbiAgJjo6YmVmb3JlIHtcbiAgICBib3JkZXI6ICRpY29uLWJvcmRlci13aWR0aCBzb2xpZCBjdXJyZW50Q29sb3I7XG4gICAgYm9yZGVyLXJpZ2h0OiAwO1xuICAgIGJvcmRlci10b3A6IDA7XG4gICAgaGVpZ2h0OiAuNWVtO1xuICAgIHdpZHRoOiAuOWVtO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC03NSUpIHJvdGF0ZSgtNDVkZWcpO1xuICB9XG59XG5cbi8vIEljb24gc3RvcFxuLmljb24tc3RvcCB7XG4gIGJvcmRlcjogJGljb24tYm9yZGVyLXdpZHRoIHNvbGlkIGN1cnJlbnRDb2xvcjtcbiAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAmOjpiZWZvcmUge1xuICAgIGJhY2tncm91bmQ6IGN1cnJlbnRDb2xvcjtcbiAgICBoZWlnaHQ6ICRpY29uLWJvcmRlci13aWR0aDtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNTAlKSByb3RhdGUoNDVkZWcpO1xuICAgIHdpZHRoOiAxZW07XG4gIH1cbn1cblxuLy8gSWNvbiBzaHV0ZG93blxuLmljb24tc2h1dGRvd24ge1xuICBib3JkZXI6ICRpY29uLWJvcmRlci13aWR0aCBzb2xpZCBjdXJyZW50Q29sb3I7XG4gIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgYm9yZGVyLXRvcC1jb2xvcjogdHJhbnNwYXJlbnQ7XG4gICY6OmJlZm9yZSB7XG4gICAgYmFja2dyb3VuZDogY3VycmVudENvbG9yO1xuICAgIGNvbnRlbnQ6IFwiXCI7XG4gICAgaGVpZ2h0OiAuNWVtO1xuICAgIHRvcDogLjFlbTtcbiAgICB3aWR0aDogJGljb24tYm9yZGVyLXdpZHRoO1xuICB9XG59XG5cbi8vIEljb24gcmVmcmVzaFxuLmljb24tcmVmcmVzaCB7XG4gICY6OmJlZm9yZSB7XG4gICAgYm9yZGVyOiAkaWNvbi1ib3JkZXItd2lkdGggc29saWQgY3VycmVudENvbG9yO1xuICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICBib3JkZXItcmlnaHQtY29sb3I6IHRyYW5zcGFyZW50O1xuICAgIGhlaWdodDogMWVtO1xuICAgIHdpZHRoOiAxZW07XG4gIH1cbiAgJjo6YWZ0ZXIge1xuICAgIGJvcmRlcjogLjJlbSBzb2xpZCBjdXJyZW50Q29sb3I7XG4gICAgYm9yZGVyLXRvcC1jb2xvcjogdHJhbnNwYXJlbnQ7XG4gICAgYm9yZGVyLWxlZnQtY29sb3I6IHRyYW5zcGFyZW50O1xuICAgIGhlaWdodDogMDtcbiAgICBsZWZ0OiA4MCU7XG4gICAgdG9wOiAyMCU7XG4gICAgd2lkdGg6IDA7XG4gIH1cbn1cblxuLy8gSWNvbiBzZWFyY2hcbi5pY29uLXNlYXJjaCB7XG4gICY6OmJlZm9yZSB7XG4gICAgYm9yZGVyOiAkaWNvbi1ib3JkZXItd2lkdGggc29saWQgY3VycmVudENvbG9yO1xuICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICBoZWlnaHQ6IC43NWVtO1xuICAgIGxlZnQ6IDUlO1xuICAgIHRvcDogNSU7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoMCwgMCkgcm90YXRlKDQ1ZGVnKTtcbiAgICB3aWR0aDogLjc1ZW07XG4gIH1cbiAgJjo6YWZ0ZXIge1xuICAgIGJhY2tncm91bmQ6IGN1cnJlbnRDb2xvcjtcbiAgICBoZWlnaHQ6ICRpY29uLWJvcmRlci13aWR0aDtcbiAgICBsZWZ0OiA4MCU7XG4gICAgdG9wOiA4MCU7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgLTUwJSkgcm90YXRlKDQ1ZGVnKTtcbiAgICB3aWR0aDogLjRlbTtcbiAgfVxufVxuXG4vLyBJY29uIGVkaXRcbi5pY29uLWVkaXQge1xuICAmOjpiZWZvcmUge1xuICAgIGJvcmRlcjogJGljb24tYm9yZGVyLXdpZHRoIHNvbGlkIGN1cnJlbnRDb2xvcjtcbiAgICBoZWlnaHQ6IC40ZW07XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTQwJSwgLTYwJSkgcm90YXRlKC00NWRlZyk7XG4gICAgd2lkdGg6IC44NWVtO1xuICB9XG4gICY6OmFmdGVyIHtcbiAgICBib3JkZXI6IC4xNWVtIHNvbGlkIGN1cnJlbnRDb2xvcjtcbiAgICBib3JkZXItdG9wLWNvbG9yOiB0cmFuc3BhcmVudDtcbiAgICBib3JkZXItcmlnaHQtY29sb3I6IHRyYW5zcGFyZW50O1xuICAgIGhlaWdodDogMDtcbiAgICBsZWZ0OiA1JTtcbiAgICB0b3A6IDk1JTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgwLCAtMTAwJSk7XG4gICAgd2lkdGg6IDA7XG4gIH1cbn1cblxuLy8gSWNvbiBkZWxldGVcbi5pY29uLWRlbGV0ZSB7XG4gICY6OmJlZm9yZSB7XG4gICAgYm9yZGVyOiAkaWNvbi1ib3JkZXItd2lkdGggc29saWQgY3VycmVudENvbG9yO1xuICAgIGJvcmRlci1ib3R0b20tbGVmdC1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgIGJvcmRlci1ib3R0b20tcmlnaHQtcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgICBib3JkZXItdG9wOiAwO1xuICAgIGhlaWdodDogLjc1ZW07XG4gICAgdG9wOiA2MCU7XG4gICAgd2lkdGg6IC43NWVtO1xuICB9XG4gICY6OmFmdGVyIHtcbiAgICBiYWNrZ3JvdW5kOiBjdXJyZW50Q29sb3I7XG4gICAgYm94LXNoYWRvdzogLS4yNWVtIC4yZW0sIC4yNWVtIC4yZW07XG4gICAgaGVpZ2h0OiAkaWNvbi1ib3JkZXItd2lkdGg7XG4gICAgdG9wOiAkaWNvbi1ib3JkZXItd2lkdGgvMjtcbiAgICB3aWR0aDogLjVlbTtcbiAgfVxufVxuXG4vLyBJY29uIHNoYXJlXG4uaWNvbi1zaGFyZSB7XG4gIGJvcmRlcjogJGljb24tYm9yZGVyLXdpZHRoIHNvbGlkIGN1cnJlbnRDb2xvcjtcbiAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gIGJvcmRlci1yaWdodDogMDtcbiAgYm9yZGVyLXRvcDogMDtcbiAgJjo6YmVmb3JlIHtcbiAgICBib3JkZXI6ICRpY29uLWJvcmRlci13aWR0aCBzb2xpZCBjdXJyZW50Q29sb3I7XG4gICAgYm9yZGVyLWxlZnQ6IDA7XG4gICAgYm9yZGVyLXRvcDogMDtcbiAgICBoZWlnaHQ6IC40ZW07XG4gICAgbGVmdDogMTAwJTtcbiAgICB0b3A6IC4yNWVtO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC0xMjUlLCAtNTAlKSByb3RhdGUoLTQ1ZGVnKTtcbiAgICB3aWR0aDogLjRlbTtcbiAgfVxuICAmOjphZnRlciB7XG4gICAgYm9yZGVyOiAkaWNvbi1ib3JkZXItd2lkdGggc29saWQgY3VycmVudENvbG9yO1xuICAgIGJvcmRlci1ib3R0b206IDA7XG4gICAgYm9yZGVyLXJpZ2h0OiAwO1xuICAgIGJvcmRlci1yYWRpdXM6IDc1JSAwO1xuICAgIGhlaWdodDogLjVlbTtcbiAgICB3aWR0aDogLjZlbTtcbiAgfVxufVxuXG4vLyBJY29uIGZsYWdcbi5pY29uLWZsYWcge1xuICAmOjpiZWZvcmUge1xuICAgIGJhY2tncm91bmQ6IGN1cnJlbnRDb2xvcjtcbiAgICBoZWlnaHQ6IDFlbTtcbiAgICBsZWZ0OiAxNSU7XG4gICAgd2lkdGg6ICRpY29uLWJvcmRlci13aWR0aDtcbiAgfVxuICAmOjphZnRlciB7XG4gICAgYm9yZGVyOiAkaWNvbi1ib3JkZXItd2lkdGggc29saWQgY3VycmVudENvbG9yO1xuICAgIGJvcmRlci1ib3R0b20tcmlnaHQtcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgICBib3JkZXItbGVmdDogMDtcbiAgICBib3JkZXItdG9wLXJpZ2h0LXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gICAgaGVpZ2h0OiAuNjVlbTtcbiAgICB0b3A6IDM1JTtcbiAgICBsZWZ0OiA2MCU7XG4gICAgd2lkdGg6IC44ZW07XG4gIH1cbn1cblxuLy8gSWNvbiBib29rbWFya1xuLmljb24tYm9va21hcmsge1xuICAmOjpiZWZvcmUge1xuICAgIGJvcmRlcjogJGljb24tYm9yZGVyLXdpZHRoIHNvbGlkIGN1cnJlbnRDb2xvcjtcbiAgICBib3JkZXItYm90dG9tOiAwO1xuICAgIGJvcmRlci10b3AtbGVmdC1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgIGJvcmRlci10b3AtcmlnaHQtcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgICBoZWlnaHQ6IC45ZW07XG4gICAgd2lkdGg6IC44ZW07XG4gIH1cbiAgJjo6YWZ0ZXIge1xuICAgIGJvcmRlcjogJGljb24tYm9yZGVyLXdpZHRoIHNvbGlkIGN1cnJlbnRDb2xvcjtcbiAgICBib3JkZXItYm90dG9tOiAwO1xuICAgIGJvcmRlci1sZWZ0OiAwO1xuICAgIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgIGhlaWdodDogLjVlbTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAzNSUpIHJvdGF0ZSgtNDVkZWcpIHNrZXcoMTVkZWcsIDE1ZGVnKTtcbiAgICB3aWR0aDogLjVlbTtcbiAgfVxufVxuXG4vLyBJY29uIGRvd25sb2FkICYgdXBsb2FkXG4uaWNvbi1kb3dubG9hZCxcbi5pY29uLXVwbG9hZCB7XG4gIGJvcmRlci1ib3R0b206ICRpY29uLWJvcmRlci13aWR0aCBzb2xpZCBjdXJyZW50Q29sb3I7XG4gICY6OmJlZm9yZSB7XG4gICAgYm9yZGVyOiAkaWNvbi1ib3JkZXItd2lkdGggc29saWQgY3VycmVudENvbG9yO1xuICAgIGJvcmRlci1ib3R0b206IDA7XG4gICAgYm9yZGVyLXJpZ2h0OiAwO1xuICAgIGhlaWdodDogLjVlbTtcbiAgICB3aWR0aDogLjVlbTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNjAlKSByb3RhdGUoLTEzNWRlZyk7XG4gIH1cbiAgJjo6YWZ0ZXIge1xuICAgIGJhY2tncm91bmQ6IGN1cnJlbnRDb2xvcjtcbiAgICBoZWlnaHQ6IC42ZW07XG4gICAgdG9wOiA0MCU7XG4gICAgd2lkdGg6ICRpY29uLWJvcmRlci13aWR0aDtcbiAgfVxufVxuXG4uaWNvbi11cGxvYWQge1xuICAmOjpiZWZvcmUge1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC02MCUpIHJvdGF0ZSg0NWRlZyk7XG4gIH1cbiAgJjo6YWZ0ZXIge1xuICAgIHRvcDogNTAlO1xuICB9XG59XG5cbi8vIEljb24gY29weVxuLmljb24tY29weSB7XG4gICY6OmJlZm9yZSB7XG4gICAgYm9yZGVyOiAkaWNvbi1ib3JkZXItd2lkdGggc29saWQgY3VycmVudENvbG9yO1xuICAgIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgIGJvcmRlci1yaWdodDogMDtcbiAgICBib3JkZXItYm90dG9tOiAwO1xuICAgIGhlaWdodDogLjhlbTtcbiAgICBsZWZ0OiA0MCU7XG4gICAgdG9wOiAzNSU7XG4gICAgd2lkdGg6IC44ZW07XG4gIH1cbiAgJjo6YWZ0ZXIge1xuICAgIGJvcmRlcjogJGljb24tYm9yZGVyLXdpZHRoIHNvbGlkIGN1cnJlbnRDb2xvcjtcbiAgICBib3JkZXItcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgICBoZWlnaHQ6IC44ZW07XG4gICAgbGVmdDogNjAlO1xuICAgIHRvcDogNjAlO1xuICAgIHdpZHRoOiAuOGVtO1xuICB9XG59IiwiLy8gSWNvbiB0aW1lXG4uaWNvbi10aW1lIHtcbiAgYm9yZGVyOiAkaWNvbi1ib3JkZXItd2lkdGggc29saWQgY3VycmVudENvbG9yO1xuICBib3JkZXItcmFkaXVzOiA1MCU7XG4gICY6OmJlZm9yZSB7XG4gICAgYmFja2dyb3VuZDogY3VycmVudENvbG9yO1xuICAgIGhlaWdodDogLjRlbTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNzUlKTtcbiAgICB3aWR0aDogJGljb24tYm9yZGVyLXdpZHRoO1xuICB9XG4gICY6OmFmdGVyIHtcbiAgICBiYWNrZ3JvdW5kOiBjdXJyZW50Q29sb3I7XG4gICAgaGVpZ2h0OiAuM2VtO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC03NSUpIHJvdGF0ZSg5MGRlZyk7XG4gICAgdHJhbnNmb3JtLW9yaWdpbjogNTAlIDkwJTtcbiAgICB3aWR0aDogJGljb24tYm9yZGVyLXdpZHRoO1xuICB9XG59XG5cbi8vIEljb24gbWFpbFxuLmljb24tbWFpbCB7XG4gICY6OmJlZm9yZSB7XG4gICAgYm9yZGVyOiAkaWNvbi1ib3JkZXItd2lkdGggc29saWQgY3VycmVudENvbG9yO1xuICAgIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgIGhlaWdodDogLjhlbTtcbiAgICB3aWR0aDogMWVtO1xuICB9XG4gICY6OmFmdGVyIHtcbiAgICBib3JkZXI6ICRpY29uLWJvcmRlci13aWR0aCBzb2xpZCBjdXJyZW50Q29sb3I7XG4gICAgYm9yZGVyLXJpZ2h0OiAwO1xuICAgIGJvcmRlci10b3A6IDA7XG4gICAgaGVpZ2h0OiAuNWVtO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC05MCUpIHJvdGF0ZSgtNDVkZWcpIHNrZXcoMTBkZWcsIDEwZGVnKTtcbiAgICB3aWR0aDogLjVlbTtcbiAgfVxufVxuXG4vLyBJY29uIHBlb3BsZVxuLmljb24tcGVvcGxlIHtcbiAgJjo6YmVmb3JlIHtcbiAgICBib3JkZXI6ICRpY29uLWJvcmRlci13aWR0aCBzb2xpZCBjdXJyZW50Q29sb3I7XG4gICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAgIGhlaWdodDogLjQ1ZW07XG4gICAgdG9wOiAyNSU7XG4gICAgd2lkdGg6IC40NWVtO1xuICB9XG4gICY6OmFmdGVyIHtcbiAgICBib3JkZXI6ICRpY29uLWJvcmRlci13aWR0aCBzb2xpZCBjdXJyZW50Q29sb3I7XG4gICAgYm9yZGVyLXJhZGl1czogNTAlIDUwJSAwIDA7XG4gICAgaGVpZ2h0OiAuNGVtO1xuICAgIHRvcDogNzUlO1xuICAgIHdpZHRoOiAuOWVtO1xuICB9XG59XG5cbi8vIEljb24gbWVzc2FnZVxuLmljb24tbWVzc2FnZSB7XG4gIGJvcmRlcjogJGljb24tYm9yZGVyLXdpZHRoIHNvbGlkIGN1cnJlbnRDb2xvcjtcbiAgYm9yZGVyLWJvdHRvbTogMDtcbiAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gIGJvcmRlci1yaWdodDogMDtcbiAgJjo6YmVmb3JlIHtcbiAgICBib3JkZXI6ICRpY29uLWJvcmRlci13aWR0aCBzb2xpZCBjdXJyZW50Q29sb3I7XG4gICAgYm9yZGVyLWJvdHRvbS1yaWdodC1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgIGJvcmRlci1sZWZ0OiAwO1xuICAgIGJvcmRlci10b3A6IDA7XG4gICAgaGVpZ2h0OiAuOGVtO1xuICAgIGxlZnQ6IDY1JTtcbiAgICB0b3A6IDQwJTtcbiAgICB3aWR0aDogLjdlbTtcbiAgfVxuICAmOjphZnRlciB7XG4gICAgYmFja2dyb3VuZDogY3VycmVudENvbG9yO1xuICAgIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgIGhlaWdodDogLjNlbTtcbiAgICBsZWZ0OiAxMCU7XG4gICAgdG9wOiAxMDAlO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKDAsIC05MCUpIHJvdGF0ZSg0NWRlZyk7XG4gICAgd2lkdGg6ICRpY29uLWJvcmRlci13aWR0aDtcbiAgfVxufVxuXG4vLyBJY29uIHBob3RvXG4uaWNvbi1waG90byB7XG4gIGJvcmRlcjogJGljb24tYm9yZGVyLXdpZHRoIHNvbGlkIGN1cnJlbnRDb2xvcjtcbiAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gICY6OmJlZm9yZSB7XG4gICAgYm9yZGVyOiAkaWNvbi1ib3JkZXItd2lkdGggc29saWQgY3VycmVudENvbG9yO1xuICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICBoZWlnaHQ6IC4yNWVtO1xuICAgIGxlZnQ6IDM1JTtcbiAgICB0b3A6IDM1JTtcbiAgICB3aWR0aDogLjI1ZW07XG4gIH1cbiAgJjo6YWZ0ZXIge1xuICAgIGJvcmRlcjogJGljb24tYm9yZGVyLXdpZHRoIHNvbGlkIGN1cnJlbnRDb2xvcjtcbiAgICBib3JkZXItYm90dG9tOiAwO1xuICAgIGJvcmRlci1sZWZ0OiAwO1xuICAgIGhlaWdodDogLjVlbTtcbiAgICBsZWZ0OiA2MCU7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgMjUlKSByb3RhdGUoLTQ1ZGVnKTtcbiAgICB3aWR0aDogLjVlbTtcbiAgfVxufVxuXG4vLyBJY29uIGxpbmtcbi5pY29uLWxpbmsge1xuICAmOjpiZWZvcmUsXG4gICY6OmFmdGVyIHtcbiAgICBib3JkZXI6ICRpY29uLWJvcmRlci13aWR0aCBzb2xpZCBjdXJyZW50Q29sb3I7XG4gICAgYm9yZGVyLXJhZGl1czogNWVtIDAgMCA1ZW07XG4gICAgYm9yZGVyLXJpZ2h0OiAwO1xuICAgIGhlaWdodDogLjVlbTtcbiAgICB3aWR0aDogLjc1ZW07XG4gIH1cbiAgJjo6YmVmb3JlIHtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNzAlLCAtNDUlKSByb3RhdGUoLTQ1ZGVnKTtcbiAgfVxuICAmOjphZnRlciB7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTMwJSwgLTU1JSkgcm90YXRlKDEzNWRlZyk7XG4gIH1cbn1cblxuLy8gSWNvbiBsb2NhdGlvblxuLmljb24tbG9jYXRpb24ge1xuICAmOjpiZWZvcmUge1xuICAgIGJvcmRlcjogJGljb24tYm9yZGVyLXdpZHRoIHNvbGlkIGN1cnJlbnRDb2xvcjtcbiAgICBib3JkZXItcmFkaXVzOiA1MCUgNTAlIDUwJSAwO1xuICAgIGhlaWdodDogLjhlbTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNjAlKSByb3RhdGUoLTQ1ZGVnKTtcbiAgICB3aWR0aDogLjhlbTtcbiAgfVxuICAmOjphZnRlciB7XG4gICAgYm9yZGVyOiAkaWNvbi1ib3JkZXItd2lkdGggc29saWQgY3VycmVudENvbG9yO1xuICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICBoZWlnaHQ6IC4yZW07XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgLTgwJSk7XG4gICAgd2lkdGg6IC4yZW07XG4gIH1cbn1cblxuLy8gSWNvbiBlbW9qaVxuLmljb24tZW1vamkge1xuICBib3JkZXI6ICRpY29uLWJvcmRlci13aWR0aCBzb2xpZCBjdXJyZW50Q29sb3I7XG4gIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgJjo6YmVmb3JlIHtcbiAgICBib3JkZXItcmFkaXVzOiA1MCU7XG4gICAgYm94LXNoYWRvdzogLS4xN2VtIC0uMWVtLCAuMTdlbSAtLjFlbTtcbiAgICBoZWlnaHQ6IC4xNWVtO1xuICAgIHdpZHRoOiAuMTVlbTtcbiAgfVxuICAmOjphZnRlciB7XG4gICAgYm9yZGVyOiAkaWNvbi1ib3JkZXItd2lkdGggc29saWQgY3VycmVudENvbG9yO1xuICAgIGJvcmRlci1ib3R0b20tY29sb3I6IHRyYW5zcGFyZW50O1xuICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICBib3JkZXItcmlnaHQtY29sb3I6IHRyYW5zcGFyZW50O1xuICAgIGhlaWdodDogLjVlbTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNDAlKSByb3RhdGUoLTEzNWRlZyk7XG4gICAg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 */ diff --git a/user/themes/radiogarage/css-compiled/spectre-icons.min.css b/user/themes/radiogarage/css-compiled/spectre-icons.min.css new file mode 100755 index 0000000..8f00a92 --- /dev/null +++ b/user/themes/radiogarage/css-compiled/spectre-icons.min.css @@ -0,0 +1 @@ +/*! Spectre.css Icons v0.5.8 | MIT License | github.com/picturepan2/spectre */.icon{font-size:inherit;font-style:normal;position:relative;display:inline-block;box-sizing:border-box;width:1em;height:1em;vertical-align:middle;text-indent:-9999px}.icon::after,.icon::before{position:absolute;top:50%;left:50%;display:block;content:'';transform:translate(-50%,-50%)}.icon.icon-2x{font-size:1.6rem}.icon.icon-3x{font-size:2.4rem}.icon.icon-4x{font-size:3.2rem}.accordion .icon,.btn .icon,.menu .icon,.toast .icon{vertical-align:-10%}.btn-lg .icon{vertical-align:-15%}.icon-arrow-down::before,.icon-arrow-left::before,.icon-arrow-right::before,.icon-arrow-up::before,.icon-back::before,.icon-downward::before,.icon-forward::before,.icon-upward::before{width:.65em;height:.65em;border:.1rem solid currentColor;border-right:0;border-bottom:0}.icon-arrow-down::before{transform:translate(-50%,-75%) rotate(225deg)}.icon-arrow-left::before{transform:translate(-25%,-50%) rotate(-45deg)}.icon-arrow-right::before{transform:translate(-75%,-50%) rotate(135deg)}.icon-arrow-up::before{transform:translate(-50%,-25%) rotate(45deg)}.icon-back::after,.icon-forward::after{width:.8em;height:.1rem;background:currentColor}.icon-downward::after,.icon-upward::after{width:.1rem;height:.8em;background:currentColor}.icon-back::after{left:55%}.icon-back::before{transform:translate(-50%,-50%) rotate(-45deg)}.icon-downward::after{top:45%}.icon-downward::before{transform:translate(-50%,-50%) rotate(-135deg)}.icon-forward::after{left:45%}.icon-forward::before{transform:translate(-50%,-50%) rotate(135deg)}.icon-upward::after{top:55%}.icon-upward::before{transform:translate(-50%,-50%) rotate(45deg)}.icon-caret::before{width:0;height:0;transform:translate(-50%,-25%);border-top:.3em solid currentColor;border-right:.3em solid transparent;border-left:.3em solid transparent}.icon-menu::before{width:100%;height:.1rem;background:currentColor;box-shadow:0 -.35em,0 .35em}.icon-apps::before{width:3px;height:3px;background:currentColor;box-shadow:-.35em -.35em,-.35em 0,-.35em .35em,0 -.35em,0 .35em,.35em -.35em,.35em 0,.35em .35em}.icon-resize-horiz::after,.icon-resize-horiz::before,.icon-resize-vert::after,.icon-resize-vert::before{width:.45em;height:.45em;border:.1rem solid currentColor;border-right:0;border-bottom:0}.icon-resize-horiz::before,.icon-resize-vert::before{transform:translate(-50%,-90%) rotate(45deg)}.icon-resize-horiz::after,.icon-resize-vert::after{transform:translate(-50%,-10%) rotate(225deg)}.icon-resize-horiz::before{transform:translate(-90%,-50%) rotate(-45deg)}.icon-resize-horiz::after{transform:translate(-10%,-50%) rotate(135deg)}.icon-more-horiz::before,.icon-more-vert::before{width:3px;height:3px;border-radius:50%;background:currentColor;box-shadow:-.4em 0,.4em 0}.icon-more-vert::before{box-shadow:0 -.4em,0 .4em}.icon-cross::before,.icon-minus::before,.icon-plus::before{width:100%;height:.1rem;background:currentColor}.icon-cross::after,.icon-plus::after{width:.1rem;height:100%;background:currentColor}.icon-cross::before{width:100%}.icon-cross::after{height:100%}.icon-cross::after,.icon-cross::before{transform:translate(-50%,-50%) rotate(45deg)}.icon-check::before{width:.9em;height:.5em;transform:translate(-50%,-75%) rotate(-45deg);border:.1rem solid currentColor;border-top:0;border-right:0}.icon-stop{border:.1rem solid currentColor;border-radius:50%}.icon-stop::before{width:1em;height:.1rem;transform:translate(-50%,-50%) rotate(45deg);background:currentColor}.icon-shutdown{border:.1rem solid currentColor;border-top-color:transparent;border-radius:50%}.icon-shutdown::before{top:.1em;width:.1rem;height:.5em;content:'';background:currentColor}.icon-refresh::before{width:1em;height:1em;border:.1rem solid currentColor;border-right-color:transparent;border-radius:50%}.icon-refresh::after{top:20%;left:80%;width:0;height:0;border:.2em solid currentColor;border-top-color:transparent;border-left-color:transparent}.icon-search::before{top:5%;left:5%;width:.75em;height:.75em;transform:translate(0,0) rotate(45deg);border:.1rem solid currentColor;border-radius:50%}.icon-search::after{top:80%;left:80%;width:.4em;height:.1rem;transform:translate(-50%,-50%) rotate(45deg);background:currentColor}.icon-edit::before{width:.85em;height:.4em;transform:translate(-40%,-60%) rotate(-45deg);border:.1rem solid currentColor}.icon-edit::after{top:95%;left:5%;width:0;height:0;transform:translate(0,-100%);border:.15em solid currentColor;border-top-color:transparent;border-right-color:transparent}.icon-delete::before{top:60%;width:.75em;height:.75em;border:.1rem solid currentColor;border-top:0;border-bottom-right-radius:.1rem;border-bottom-left-radius:.1rem}.icon-delete::after{top:.05rem;width:.5em;height:.1rem;background:currentColor;box-shadow:-.25em .2em,.25em .2em}.icon-share{border:.1rem solid currentColor;border-top:0;border-right:0;border-radius:.1rem}.icon-share::before{top:.25em;left:100%;width:.4em;height:.4em;transform:translate(-125%,-50%) rotate(-45deg);border:.1rem solid currentColor;border-top:0;border-left:0}.icon-share::after{width:.6em;height:.5em;border:.1rem solid currentColor;border-right:0;border-bottom:0;border-radius:75% 0}.icon-flag::before{left:15%;width:.1rem;height:1em;background:currentColor}.icon-flag::after{top:35%;left:60%;width:.8em;height:.65em;border:.1rem solid currentColor;border-left:0;border-top-right-radius:.1rem;border-bottom-right-radius:.1rem}.icon-bookmark::before{width:.8em;height:.9em;border:.1rem solid currentColor;border-bottom:0;border-top-left-radius:.1rem;border-top-right-radius:.1rem}.icon-bookmark::after{width:.5em;height:.5em;transform:translate(-50%,35%) rotate(-45deg) skew(15deg,15deg);border:.1rem solid currentColor;border-bottom:0;border-left:0;border-radius:.1rem}.icon-download,.icon-upload{border-bottom:.1rem solid currentColor}.icon-download::before,.icon-upload::before{width:.5em;height:.5em;transform:translate(-50%,-60%) rotate(-135deg);border:.1rem solid currentColor;border-right:0;border-bottom:0}.icon-download::after,.icon-upload::after{top:40%;width:.1rem;height:.6em;background:currentColor}.icon-upload::before{transform:translate(-50%,-60%) rotate(45deg)}.icon-upload::after{top:50%}.icon-copy::before{top:35%;left:40%;width:.8em;height:.8em;border:.1rem solid currentColor;border-right:0;border-bottom:0;border-radius:.1rem}.icon-copy::after{top:60%;left:60%;width:.8em;height:.8em;border:.1rem solid currentColor;border-radius:.1rem}.icon-time{border:.1rem solid currentColor;border-radius:50%}.icon-time::before{width:.1rem;height:.4em;transform:translate(-50%,-75%);background:currentColor}.icon-time::after{width:.1rem;height:.3em;transform:translate(-50%,-75%) rotate(90deg);transform-origin:50% 90%;background:currentColor}.icon-mail::before{width:1em;height:.8em;border:.1rem solid currentColor;border-radius:.1rem}.icon-mail::after{width:.5em;height:.5em;transform:translate(-50%,-90%) rotate(-45deg) skew(10deg,10deg);border:.1rem solid currentColor;border-top:0;border-right:0}.icon-people::before{top:25%;width:.45em;height:.45em;border:.1rem solid currentColor;border-radius:50%}.icon-people::after{top:75%;width:.9em;height:.4em;border:.1rem solid currentColor;border-radius:50% 50% 0 0}.icon-message{border:.1rem solid currentColor;border-right:0;border-bottom:0;border-radius:.1rem}.icon-message::before{top:40%;left:65%;width:.7em;height:.8em;border:.1rem solid currentColor;border-top:0;border-left:0;border-bottom-right-radius:.1rem}.icon-message::after{top:100%;left:10%;width:.1rem;height:.3em;transform:translate(0,-90%) rotate(45deg);border-radius:.1rem;background:currentColor}.icon-photo{border:.1rem solid currentColor;border-radius:.1rem}.icon-photo::before{top:35%;left:35%;width:.25em;height:.25em;border:.1rem solid currentColor;border-radius:50%}.icon-photo::after{left:60%;width:.5em;height:.5em;transform:translate(-50%,25%) rotate(-45deg);border:.1rem solid currentColor;border-bottom:0;border-left:0}.icon-link::after,.icon-link::before{width:.75em;height:.5em;border:.1rem solid currentColor;border-right:0;border-radius:5em 0 0 5em}.icon-link::before{transform:translate(-70%,-45%) rotate(-45deg)}.icon-link::after{transform:translate(-30%,-55%) rotate(135deg)}.icon-location::before{width:.8em;height:.8em;transform:translate(-50%,-60%) rotate(-45deg);border:.1rem solid currentColor;border-radius:50% 50% 50% 0}.icon-location::after{width:.2em;height:.2em;transform:translate(-50%,-80%);border:.1rem solid currentColor;border-radius:50%}.icon-emoji{border:.1rem solid currentColor;border-radius:50%}.icon-emoji::before{width:.15em;height:.15em;border-radius:50%;box-shadow:-.17em -.1em,.17em -.1em}.icon-emoji::after{width:.5em;height:.5em;transform:translate(-50%,-40%) rotate(-135deg);border:.1rem solid currentColor;border-right-color:transparent;border-bottom-color:transparent;border-radius:50%} \ No newline at end of file diff --git a/user/themes/radiogarage/css-compiled/spectre.css b/user/themes/radiogarage/css-compiled/spectre.css new file mode 100755 index 0000000..54aaa22 --- /dev/null +++ b/user/themes/radiogarage/css-compiled/spectre.css @@ -0,0 +1,1257 @@ +/*! Spectre.css v0.5.8 | MIT License | github.com/picturepan2/spectre */ +/* Manually forked from Normalize.css */ +/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */ +/** 1. Change the default font family in all browsers (opinionated). 2. Correct the line height in all browsers. 3. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */ +/* Document ========================================================================== */ +html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 3 */ } + +/* Sections ========================================================================== */ +/** Remove the margin in all browsers (opinionated). */ +body { margin: 0; } + +/** Add the correct display in IE 9-. */ +article, aside, footer, header, nav, section { display: block; } + +/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */ +h1 { font-size: 2em; margin: 0.67em 0; } + +/* Grouping content ========================================================================== */ +/** Add the correct display in IE 9-. 1. Add the correct display in IE. */ +figcaption, figure, main { /* 1 */ display: block; } + +/** Add the correct margin in IE 8 (removed). */ +/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */ +hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } + +/** 1. Correct the inheritance and scaling of font size in all browsers. (removed) 2. Correct the odd `em` font sizing in all browsers. */ +/* Text-level semantics ========================================================================== */ +/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ +a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } + +/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */ +a:active, a:hover { outline-width: 0; } + +/** Modify default styling of address. */ +address { font-style: normal; } + +/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. (removed) */ +/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ +b, strong { font-weight: inherit; } + +/** Add the correct font weight in Chrome, Edge, and Safari. */ +b, strong { font-weight: bolder; } + +/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */ +code, kbd, pre, samp { font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace; /* 1 (changed) */ font-size: 1em; /* 2 */ } + +/** Add the correct font style in Android 4.3-. */ +dfn { font-style: italic; } + +/** Add the correct background and color in IE 9-. (Removed) */ +/** Add the correct font size in all browsers. */ +small { font-size: 80%; font-weight: 400; /* (added) */ } + +/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */ +sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } + +sub { bottom: -0.25em; } + +sup { top: -0.5em; } + +/* Embedded content ========================================================================== */ +/** Add the correct display in IE 9-. */ +audio, video { display: inline-block; } + +/** Add the correct display in iOS 4-7. */ +audio:not([controls]) { display: none; height: 0; } + +/** Remove the border on images inside links in IE 10-. */ +img { border-style: none; } + +/** Hide the overflow in IE. */ +svg:not(:root) { overflow: hidden; } + +/* Forms ========================================================================== */ +/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */ +button, input, optgroup, select, textarea { font-family: inherit; /* 1 (changed) */ font-size: inherit; /* 1 (changed) */ line-height: inherit; /* 1 (changed) */ margin: 0; /* 2 */ } + +/** Show the overflow in IE. 1. Show the overflow in Edge. */ +button, input { /* 1 */ overflow: visible; } + +/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */ +button, select { /* 1 */ text-transform: none; } + +/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */ +button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } + +/** Remove the inner border and padding in Firefox. */ +button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } + +/** Restore the focus styles unset by the previous rule (removed). */ +/** Change the border, margin, and padding in all browsers (opinionated) (changed). */ +fieldset { border: 0; margin: 0; padding: 0; } + +/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */ +legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } + +/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ +progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } + +/** Remove the default vertical scrollbar in IE. */ +textarea { overflow: auto; } + +/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */ +[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } + +/** Correct the cursor style of increment and decrement buttons in Chrome. */ +[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } + +/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */ +[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } + +/** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ +[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } + +/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */ +::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } + +/* Interactive ========================================================================== */ +/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */ +details, menu { display: block; } + +/* Add the correct display in all browsers. */ +summary { display: list-item; outline: none; } + +/* Scripting ========================================================================== */ +/** Add the correct display in IE 9-. */ +canvas { display: inline-block; } + +/** Add the correct display in IE. */ +template { display: none; } + +/* Hidden ========================================================================== */ +/** Add the correct display in IE 10-. */ +[hidden] { display: none; } + +*, *::before, *::after { box-sizing: inherit; } + +html { box-sizing: border-box; font-size: 20px; line-height: 1.5; -webkit-tap-highlight-color: transparent; } + +body { background: #fff; color: #50596c; font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif; font-size: 0.8rem; overflow-x: hidden; text-rendering: optimizeLegibility; } + +a { color: #3085EE; outline: none; text-decoration: none; } + +a:focus { box-shadow: 0 0 0 0.1rem rgba(48, 133, 238, 0.2); } + +a:focus, a:hover, a:active, a.active { color: #126bd9; text-decoration: underline; } + +a:visited { color: #5fa1f2; } + +h1, h2, h3, h4, h5, h6 { color: inherit; font-weight: 500; line-height: 1.2; margin-bottom: .5em; margin-top: 0; } + +.h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 500; } + +h1, .h1 { font-size: 2rem; } + +h2, .h2 { font-size: 1.6rem; } + +h3, .h3 { font-size: 1.4rem; } + +h4, .h4 { font-size: 1.2rem; } + +h5, .h5 { font-size: 1rem; } + +h6, .h6 { font-size: .8rem; } + +p { margin: 0 0 1.2rem; } + +a, ins, u { -webkit-text-decoration-skip: ink edges; text-decoration-skip: ink edges; } + +abbr[title] { border-bottom: 0.05rem dotted; cursor: help; text-decoration: none; } + +kbd { border-radius: 0.1rem; line-height: 1.25; padding: .1rem .2rem; background: #454d5d; color: #fff; font-size: 0.7rem; } + +mark { background: #ffe9b3; color: #50596c; border-bottom: 0.05rem solid #ffd367; border-radius: 0.1rem; padding: 0.05rem 0.1rem 0; } + +blockquote { border-left: 0.1rem solid #e7e9ed; margin-left: 0; padding: 0.4rem 0.8rem; } + +blockquote p:last-child { margin-bottom: 0; } + +ul, ol { margin: 0.8rem 0 0.8rem 0.8rem; padding: 0; } + +ul ul, ul ol, ol ul, ol ol { margin: 0.8rem 0 0.8rem 0.8rem; } + +ul li, ol li { margin-top: 0.4rem; } + +ul { list-style: disc inside; } + +ul ul { list-style-type: circle; } + +ol { list-style: decimal inside; } + +ol ol { list-style-type: lower-alpha; } + +dl dt { font-weight: bold; } + +dl dd { margin: 0.4rem 0 0.8rem 0; } + +html:lang(zh), html:lang(zh-Hans), .lang-zh, .lang-zh-hans { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", sans-serif; } + +html:lang(zh-Hant), .lang-zh-hant { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", "Helvetica Neue", sans-serif; } + +html:lang(ja), .lang-ja { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", sans-serif; } + +html:lang(ko), .lang-ko { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Malgun Gothic", "Helvetica Neue", sans-serif; } + +:lang(zh) ins, :lang(zh) u, :lang(ja) ins, :lang(ja) u, .lang-cjk ins, .lang-cjk u { border-bottom: 0.05rem solid; text-decoration: none; } + +:lang(zh) del + del, :lang(zh) del + s, :lang(zh) ins + ins, :lang(zh) ins + u, :lang(zh) s + del, :lang(zh) s + s, :lang(zh) u + ins, :lang(zh) u + u, :lang(ja) del + del, :lang(ja) del + s, :lang(ja) ins + ins, :lang(ja) ins + u, :lang(ja) s + del, :lang(ja) s + s, :lang(ja) u + ins, :lang(ja) u + u, .lang-cjk del + del, .lang-cjk del + s, .lang-cjk ins + ins, .lang-cjk ins + u, .lang-cjk s + del, .lang-cjk s + s, .lang-cjk u + ins, .lang-cjk u + u { margin-left: .125em; } + +.table { border-collapse: collapse; border-spacing: 0; width: 100%; text-align: left; } + +.table.table-striped tbody tr:nth-of-type(odd) { background: #f8f9fa; } + +.table tbody tr.active, .table.table-striped tbody tr.active { background: #f0f1f4; } + +.table.table-hover tbody tr:hover { background: #f0f1f4; } + +.table.table-scroll { display: block; overflow-x: auto; padding-bottom: .75rem; white-space: nowrap; } + +.table td, .table th { border-bottom: 0.05rem solid #e7e9ed; padding: 0.6rem 0.4rem; } + +.table th { border-bottom-width: 0.1rem; } + +.btn, .button { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff; border: 0.05rem solid #3085EE; border-radius: 0.1rem; color: #3085EE; cursor: pointer; display: inline-block; font-size: 0.8rem; height: 1.8rem; line-height: 1.2rem; outline: none; padding: 0.25rem 0.4rem; text-align: center; text-decoration: none; transition: background .2s, border .2s, box-shadow .2s, color .2s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; vertical-align: middle; white-space: nowrap; } + +.btn:focus, .button:focus { box-shadow: 0 0 0 0.1rem rgba(48, 133, 238, 0.2); } + +.btn:focus, .button:focus, .btn:hover, .button:hover { background: #e1edfd; border-color: #227ded; text-decoration: none; } + +.btn:active, .button:active, .btn.active, .active.button { background: #227ded; border-color: #1370e3; color: #fff; text-decoration: none; } + +.btn:active.loading::after, .button:active.loading::after, .btn.active.loading::after, .active.loading.button::after { border-bottom-color: #fff; border-left-color: #fff; } + +.btn[disabled], .button[disabled], .btn:disabled, .button:disabled, .btn.disabled, .disabled.button { cursor: default; opacity: .5; pointer-events: none; } + +.btn.btn-primary, .btn-primary.button { background: #3085EE; border-color: #227ded; color: #fff; } + +.btn.btn-primary:focus, .btn-primary.button:focus, .btn.btn-primary:hover, .btn-primary.button:hover { background: #1877ec; border-color: #1370e3; color: #fff; } + +.btn.btn-primary:active, .btn-primary.button:active, .btn.btn-primary.active, .btn-primary.active.button { background: #1372e7; border-color: #126bd9; color: #fff; } + +.btn.btn-primary.loading::after, .btn-primary.loading.button::after { border-bottom-color: #fff; border-left-color: #fff; } + +.btn.btn-success, .btn-success.button { background: #32b643; border-color: #2faa3f; color: #fff; } + +.btn.btn-success:focus, .btn-success.button:focus { box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2); } + +.btn.btn-success:focus, .btn-success.button:focus, .btn.btn-success:hover, .btn-success.button:hover { background: #30ae40; border-color: #2da23c; color: #fff; } + +.btn.btn-success:active, .btn-success.button:active, .btn.btn-success.active, .btn-success.active.button { background: #2a9a39; border-color: #278e34; color: #fff; } + +.btn.btn-success.loading::after, .btn-success.loading.button::after { border-bottom-color: #fff; border-left-color: #fff; } + +.btn.btn-error, .btn-error.button { background: #e85600; border-color: #d95000; color: #fff; } + +.btn.btn-error:focus, .btn-error.button:focus { box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2); } + +.btn.btn-error:focus, .btn-error.button:focus, .btn.btn-error:hover, .btn-error.button:hover { background: #de5200; border-color: #cf4d00; color: #fff; } + +.btn.btn-error:active, .btn-error.button:active, .btn.btn-error.active, .btn-error.active.button { background: #c44900; border-color: #b54300; color: #fff; } + +.btn.btn-error.loading::after, .btn-error.loading.button::after { border-bottom-color: #fff; border-left-color: #fff; } + +.btn.btn-link, .btn-link.button { background: transparent; border-color: transparent; color: #3085EE; } + +.btn.btn-link:focus, .btn-link.button:focus, .btn.btn-link:hover, .btn-link.button:hover, .btn.btn-link:active, .btn-link.button:active, .btn.btn-link.active, .btn-link.active.button { color: #126bd9; } + +.btn.btn-sm, .btn-sm.button { font-size: 0.7rem; height: 1.4rem; padding: 0.05rem 0.3rem; } + +.btn.btn-lg, .btn-lg.button { font-size: 0.9rem; height: 2rem; padding: 0.35rem 0.6rem; } + +.btn.btn-block, .btn-block.button { display: block; width: 100%; } + +.btn.btn-action, .btn-action.button { width: 1.8rem; padding-left: 0; padding-right: 0; } + +.btn.btn-action.btn-sm, .btn-action.btn-sm.button { width: 1.4rem; } + +.btn.btn-action.btn-lg, .btn-action.btn-lg.button { width: 2rem; } + +.btn.btn-clear, .btn-clear.button { background: transparent; border: 0; color: currentColor; height: 1rem; line-height: 0.8rem; margin-left: 0.2rem; margin-right: -2px; opacity: 1; padding: 0.1rem; text-decoration: none; width: 1rem; } + +.btn.btn-clear:focus, .btn-clear.button:focus, .btn.btn-clear:hover, .btn-clear.button:hover { background: rgba(248, 249, 250, 0.5); opacity: .95; } + +.btn.btn-clear::before, .btn-clear.button::before { content: "\2715"; } + +.btn-group { display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } + +.btn-group .btn, .btn-group .button { -ms-flex: 1 0 auto; flex: 1 0 auto; } + +.btn-group .btn:first-child:not(:last-child), .btn-group .button:first-child:not(:last-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; } + +.btn-group .btn:not(:first-child):not(:last-child), .btn-group .button:not(:first-child):not(:last-child) { border-radius: 0; margin-left: -0.05rem; } + +.btn-group .btn:last-child:not(:first-child), .btn-group .button:last-child:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; margin-left: -0.05rem; } + +.btn-group .btn:focus, .btn-group .button:focus, .btn-group .btn:hover, .btn-group .button:hover, .btn-group .btn:active, .btn-group .button:active, .btn-group .btn.active, .btn-group .active.button { z-index: 1; } + +.btn-group.btn-group-block { display: -ms-flexbox; display: flex; } + +.btn-group.btn-group-block .btn, .btn-group.btn-group-block .button { -ms-flex: 1 0 0px; flex: 1 0 0; } + +.form-group:not(:last-child) { margin-bottom: 0.4rem; } + +fieldset { margin-bottom: 0.8rem; } + +legend { font-size: 0.9rem; font-weight: 500; margin-bottom: 0.8rem; } + +.form-label { display: block; line-height: 1.2rem; padding: 0.3rem 0; } + +.form-label.label-sm { font-size: 0.7rem; padding: 0.1rem 0; } + +.form-label.label-lg { font-size: 0.9rem; padding: 0.4rem 0; } + +.form-input, .search-input, [data-grav-field="array"] input, [data-grav-field="array"] textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff; background-image: none; border: 0.05rem solid #caced7; border-radius: 0.1rem; color: #50596c; display: block; font-size: 0.8rem; height: 1.8rem; line-height: 1.2rem; max-width: 100%; outline: none; padding: 0.25rem 0.4rem; position: relative; transition: background .2s, border .2s, box-shadow .2s, color .2s; width: 100%; } + +.form-input:focus, .search-input:focus, [data-grav-field="array"] input:focus, [data-grav-field="array"] textarea:focus { box-shadow: 0 0 0 0.1rem rgba(48, 133, 238, 0.2); border-color: #3085EE; } + +.form-input::-webkit-input-placeholder, .search-input::-webkit-input-placeholder, [data-grav-field="array"] input::-webkit-input-placeholder, [data-grav-field="array"] textarea::-webkit-input-placeholder { color: #acb3c2; } + +.form-input:-ms-input-placeholder, .search-input:-ms-input-placeholder, [data-grav-field="array"] input:-ms-input-placeholder, [data-grav-field="array"] textarea:-ms-input-placeholder { color: #acb3c2; } + +.form-input::-ms-input-placeholder, .search-input::-ms-input-placeholder, [data-grav-field="array"] input::-ms-input-placeholder, [data-grav-field="array"] textarea::-ms-input-placeholder { color: #acb3c2; } + +.form-input::placeholder, .search-input::placeholder, [data-grav-field="array"] input::placeholder, [data-grav-field="array"] textarea::placeholder { color: #acb3c2; } + +.form-input.input-sm, .input-sm.search-input, [data-grav-field="array"] input.input-sm, [data-grav-field="array"] textarea.input-sm { font-size: 0.7rem; height: 1.4rem; padding: 0.05rem 0.3rem; } + +.form-input.input-lg, .input-lg.search-input, [data-grav-field="array"] input.input-lg, [data-grav-field="array"] textarea.input-lg { font-size: 0.9rem; height: 2rem; padding: 0.35rem 0.6rem; } + +.form-input.input-inline, .input-inline.search-input, [data-grav-field="array"] input.input-inline, [data-grav-field="array"] textarea.input-inline { display: inline-block; vertical-align: middle; width: auto; } + +.form-input[type="file"], .search-input[type="file"], [data-grav-field="array"] input[type="file"], [data-grav-field="array"] textarea[type="file"] { height: auto; } + +textarea.form-input, textarea.search-input, [data-grav-field="array"] textarea, textarea.form-input.input-lg, textarea.input-lg.search-input, [data-grav-field="array"] textarea.input-lg, textarea.form-input.input-sm, textarea.input-sm.search-input, [data-grav-field="array"] textarea.input-sm { height: auto; } + +.form-input-hint { color: #acb3c2; font-size: 0.7rem; margin-top: 0.2rem; } + +.has-success .form-input-hint, .is-success + .form-input-hint { color: #32b643; } + +.has-error .form-input-hint, .is-error + .form-input-hint { color: #e85600; } + +.form-select { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0.05rem solid #caced7; border-radius: 0.1rem; color: inherit; font-size: 0.8rem; height: 1.8rem; line-height: 1.2rem; outline: none; padding: 0.25rem 0.4rem; vertical-align: middle; width: 100%; background: #fff; } + +.form-select:focus { box-shadow: 0 0 0 0.1rem rgba(48, 133, 238, 0.2); border-color: #3085EE; } + +.form-select::-ms-expand { display: none; } + +.form-select.select-sm { font-size: 0.7rem; height: 1.4rem; padding: 0.05rem 1.1rem 0.05rem 0.3rem; } + +.form-select.select-lg { font-size: 0.9rem; height: 2rem; padding: 0.35rem 1.4rem 0.35rem 0.6rem; } + +.form-select[size], .form-select[multiple] { height: auto; padding: 0.25rem 0.4rem; } + +.form-select[size] option, .form-select[multiple] option { padding: 0.1rem 0.2rem; } + +.form-select:not([multiple]):not([size]) { background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.35rem center/0.4rem 0.5rem; padding-right: 1.2rem; } + +.has-icon-left, .has-icon-right { position: relative; } + +.has-icon-left .form-icon, .has-icon-right .form-icon { height: 0.8rem; margin: 0 0.25rem; position: absolute; top: 50%; transform: translateY(-50%); width: 0.8rem; z-index: 2; } + +.has-icon-left .form-icon { left: 0.05rem; } + +.has-icon-left .form-input, .has-icon-left .search-input, .has-icon-left [data-grav-field="array"] input, [data-grav-field="array"] .has-icon-left input, .has-icon-left [data-grav-field="array"] textarea, [data-grav-field="array"] .has-icon-left textarea { padding-left: 1.3rem; } + +.has-icon-right .form-icon { right: 0.05rem; } + +.has-icon-right .form-input, .has-icon-right .search-input, .has-icon-right [data-grav-field="array"] input, [data-grav-field="array"] .has-icon-right input, .has-icon-right [data-grav-field="array"] textarea, [data-grav-field="array"] .has-icon-right textarea { padding-right: 1.3rem; } + +.form-checkbox, .form-radio, .form-switch { display: block; line-height: 1.2rem; margin: 0.2rem 0; min-height: 1.4rem; padding: 0.1rem 0.4rem 0.1rem 1.2rem; position: relative; } + +.form-checkbox input, .form-radio input, .form-switch input { clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; position: absolute; width: 1px; } + +.form-checkbox input:focus + .form-icon, .form-radio input:focus + .form-icon, .form-switch input:focus + .form-icon { box-shadow: 0 0 0 0.1rem rgba(48, 133, 238, 0.2); border-color: #3085EE; } + +.form-checkbox input:checked + .form-icon, .form-radio input:checked + .form-icon, .form-switch input:checked + .form-icon { background: #3085EE; border-color: #3085EE; } + +.form-checkbox .form-icon, .form-radio .form-icon, .form-switch .form-icon { border: 0.05rem solid #caced7; cursor: pointer; display: inline-block; position: absolute; transition: background .2s, border .2s, box-shadow .2s, color .2s; } + +.form-checkbox.input-sm, .form-radio.input-sm, .form-switch.input-sm { font-size: 0.7rem; margin: 0; } + +.form-checkbox.input-lg, .form-radio.input-lg, .form-switch.input-lg { font-size: 0.9rem; margin: 0.3rem 0; } + +.form-checkbox .form-icon, .form-radio .form-icon { background: #fff; height: 0.8rem; left: 0; top: 0.3rem; width: 0.8rem; } + +.form-checkbox input:active + .form-icon, .form-radio input:active + .form-icon { background: #f0f1f4; } + +.form-checkbox .form-icon { border-radius: 0.1rem; } + +.form-checkbox input:checked + .form-icon::before { background-clip: padding-box; border: 0.1rem solid #fff; border-left-width: 0; border-top-width: 0; content: ""; height: 9px; left: 50%; margin-left: -3px; margin-top: -6px; position: absolute; top: 50%; transform: rotate(45deg); width: 6px; } + +.form-checkbox input:indeterminate + .form-icon { background: #3085EE; border-color: #3085EE; } + +.form-checkbox input:indeterminate + .form-icon::before { background: #fff; content: ""; height: 2px; left: 50%; margin-left: -5px; margin-top: -1px; position: absolute; top: 50%; width: 10px; } + +.form-radio .form-icon { border-radius: 50%; } + +.form-radio input:checked + .form-icon::before { background: #fff; border-radius: 50%; content: ""; height: 6px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 6px; } + +.form-switch { padding-left: 2rem; } + +.form-switch .form-icon { background: #acb3c2; background-clip: padding-box; border-radius: 0.45rem; height: 0.9rem; left: 0; top: 0.25rem; width: 1.6rem; } + +.form-switch .form-icon::before { background: #fff; border-radius: 50%; content: ""; display: block; height: 0.8rem; left: 0; position: absolute; top: 0; transition: background .2s, border .2s, box-shadow .2s, color .2s, left .2s; width: 0.8rem; } + +.form-switch input:checked + .form-icon::before { left: 14px; } + +.form-switch input:active + .form-icon::before { background: #f8f9fa; } + +.input-group { display: -ms-flexbox; display: flex; } + +.input-group .input-group-addon { background: #f8f9fa; border: 0.05rem solid #caced7; border-radius: 0.1rem; line-height: 1.2rem; padding: 0.25rem 0.4rem; white-space: nowrap; } + +.input-group .input-group-addon.addon-sm { font-size: 0.7rem; padding: 0.05rem 0.3rem; } + +.input-group .input-group-addon.addon-lg { font-size: 0.9rem; padding: 0.35rem 0.6rem; } + +.input-group .form-input, .input-group .search-input, .input-group [data-grav-field="array"] input, [data-grav-field="array"] .input-group input, .input-group [data-grav-field="array"] textarea, [data-grav-field="array"] .input-group textarea, .input-group .form-select { -ms-flex: 1 1 auto; flex: 1 1 auto; width: 1%; } + +.input-group .input-group-btn { z-index: 1; } + +.input-group .form-input:first-child:not(:last-child), .input-group .search-input:first-child:not(:last-child), .input-group [data-grav-field="array"] input:first-child:not(:last-child), [data-grav-field="array"] .input-group input:first-child:not(:last-child), .input-group [data-grav-field="array"] textarea:first-child:not(:last-child), [data-grav-field="array"] .input-group textarea:first-child:not(:last-child), .input-group .form-select:first-child:not(:last-child), .input-group .input-group-addon:first-child:not(:last-child), .input-group .input-group-btn:first-child:not(:last-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; } + +.input-group .form-input:not(:first-child):not(:last-child), .input-group .search-input:not(:first-child):not(:last-child), .input-group [data-grav-field="array"] input:not(:first-child):not(:last-child), [data-grav-field="array"] .input-group input:not(:first-child):not(:last-child), .input-group [data-grav-field="array"] textarea:not(:first-child):not(:last-child), [data-grav-field="array"] .input-group textarea:not(:first-child):not(:last-child), .input-group .form-select:not(:first-child):not(:last-child), .input-group .input-group-addon:not(:first-child):not(:last-child), .input-group .input-group-btn:not(:first-child):not(:last-child) { border-radius: 0; margin-left: -0.05rem; } + +.input-group .form-input:last-child:not(:first-child), .input-group .search-input:last-child:not(:first-child), .input-group [data-grav-field="array"] input:last-child:not(:first-child), [data-grav-field="array"] .input-group input:last-child:not(:first-child), .input-group [data-grav-field="array"] textarea:last-child:not(:first-child), [data-grav-field="array"] .input-group textarea:last-child:not(:first-child), .input-group .form-select:last-child:not(:first-child), .input-group .input-group-addon:last-child:not(:first-child), .input-group .input-group-btn:last-child:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; margin-left: -0.05rem; } + +.input-group .form-input:focus, .input-group .search-input:focus, .input-group [data-grav-field="array"] input:focus, [data-grav-field="array"] .input-group input:focus, .input-group [data-grav-field="array"] textarea:focus, [data-grav-field="array"] .input-group textarea:focus, .input-group .form-select:focus, .input-group .input-group-addon:focus, .input-group .input-group-btn:focus { z-index: 2; } + +.input-group .form-select { width: auto; } + +.input-group.input-inline { display: -ms-inline-flexbox; display: inline-flex; } + +.has-success .form-input, .has-success .search-input, .has-success [data-grav-field="array"] input, [data-grav-field="array"] .has-success input, .has-success [data-grav-field="array"] textarea, [data-grav-field="array"] .has-success textarea, .form-input.is-success, .is-success.search-input, [data-grav-field="array"] input.is-success, [data-grav-field="array"] textarea.is-success, .has-success .form-select, .form-select.is-success { background: #f9fdfa; border-color: #32b643; } + +.has-success .form-input:focus, .has-success .search-input:focus, .has-success [data-grav-field="array"] input:focus, [data-grav-field="array"] .has-success input:focus, .has-success [data-grav-field="array"] textarea:focus, [data-grav-field="array"] .has-success textarea:focus, .form-input.is-success:focus, .is-success.search-input:focus, [data-grav-field="array"] input.is-success:focus, [data-grav-field="array"] textarea.is-success:focus, .has-success .form-select:focus, .form-select.is-success:focus { box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2); } + +.has-error .form-input, .has-error .search-input, .has-error [data-grav-field="array"] input, [data-grav-field="array"] .has-error input, .has-error [data-grav-field="array"] textarea, [data-grav-field="array"] .has-error textarea, .form-input.is-error, .is-error.search-input, [data-grav-field="array"] input.is-error, [data-grav-field="array"] textarea.is-error, .has-error .form-select, .form-select.is-error { background: #fffaf7; border-color: #e85600; } + +.has-error .form-input:focus, .has-error .search-input:focus, .has-error [data-grav-field="array"] input:focus, [data-grav-field="array"] .has-error input:focus, .has-error [data-grav-field="array"] textarea:focus, [data-grav-field="array"] .has-error textarea:focus, .form-input.is-error:focus, .is-error.search-input:focus, [data-grav-field="array"] input.is-error:focus, [data-grav-field="array"] textarea.is-error:focus, .has-error .form-select:focus, .form-select.is-error:focus { box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2); } + +.has-error .form-checkbox .form-icon, .form-checkbox.is-error .form-icon, .has-error .form-radio .form-icon, .form-radio.is-error .form-icon, .has-error .form-switch .form-icon, .form-switch.is-error .form-icon { border-color: #e85600; } + +.has-error .form-checkbox input:checked + .form-icon, .form-checkbox.is-error input:checked + .form-icon, .has-error .form-radio input:checked + .form-icon, .form-radio.is-error input:checked + .form-icon, .has-error .form-switch input:checked + .form-icon, .form-switch.is-error input:checked + .form-icon { background: #e85600; border-color: #e85600; } + +.has-error .form-checkbox input:focus + .form-icon, .form-checkbox.is-error input:focus + .form-icon, .has-error .form-radio input:focus + .form-icon, .form-radio.is-error input:focus + .form-icon, .has-error .form-switch input:focus + .form-icon, .form-switch.is-error input:focus + .form-icon { box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2); border-color: #e85600; } + +.has-error .form-checkbox input:indeterminate + .form-icon, .form-checkbox.is-error input:indeterminate + .form-icon { background: #e85600; border-color: #e85600; } + +.form-input:not(:placeholder-shown):invalid, .search-input:not(:placeholder-shown):invalid, [data-grav-field="array"] input:not(:placeholder-shown):invalid, [data-grav-field="array"] textarea:not(:placeholder-shown):invalid { border-color: #e85600; } + +.form-input:not(:placeholder-shown):invalid:focus, .search-input:not(:placeholder-shown):invalid:focus, [data-grav-field="array"] input:not(:placeholder-shown):invalid:focus, [data-grav-field="array"] textarea:not(:placeholder-shown):invalid:focus { box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2); background: #fffaf7; } + +.form-input:not(:placeholder-shown):invalid + .form-input-hint, .search-input:not(:placeholder-shown):invalid + .form-input-hint, [data-grav-field="array"] input:not(:placeholder-shown):invalid + .form-input-hint, [data-grav-field="array"] textarea:not(:placeholder-shown):invalid + .form-input-hint { color: #e85600; } + +.form-input:disabled, .search-input:disabled, [data-grav-field="array"] input:disabled, [data-grav-field="array"] textarea:disabled, .form-input.disabled, .disabled.search-input, [data-grav-field="array"] input.disabled, [data-grav-field="array"] textarea.disabled, .form-select:disabled, .form-select.disabled { background-color: #f0f1f4; cursor: not-allowed; opacity: .5; } + +.form-input[readonly], .search-input[readonly], [data-grav-field="array"] input[readonly], [data-grav-field="array"] textarea[readonly] { background-color: #f8f9fa; } + +input:disabled + .form-icon, input.disabled + .form-icon { background: #f0f1f4; cursor: not-allowed; opacity: .5; } + +.form-switch input:disabled + .form-icon::before, .form-switch input.disabled + .form-icon::before { background: #fff; } + +.form-horizontal { padding: 0.4rem 0; } + +.form-horizontal .form-group { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } + +.form-inline { display: inline-block; } + +.label { border-radius: 0.1rem; line-height: 1.25; padding: .1rem .2rem; background: #f0f1f4; color: #5b657a; display: inline-block; } + +.label.label-rounded { border-radius: 5rem; padding-left: .4rem; padding-right: .4rem; } + +.label.label-primary { background: #3085EE; color: #fff; } + +.label.label-secondary { background: #e1edfd; color: #3085EE; } + +.label.label-success { background: #32b643; color: #fff; } + +.label.label-warning { background: #ffb700; color: #fff; } + +.label.label-error { background: #e85600; color: #fff; } + +code { border-radius: 0.1rem; line-height: 1.25; padding: .1rem .2rem; background: #fcf2f2; color: #d73e48; font-size: 85%; } + +.code { border-radius: 0.1rem; color: #50596c; position: relative; } + +.code::before { color: #acb3c2; content: attr(data-lang); font-size: 0.7rem; position: absolute; right: 0.4rem; top: 0.1rem; } + +.code code { background: #f8f9fa; color: inherit; display: block; line-height: 1.5; overflow-x: auto; padding: 1rem; width: 100%; } + +.img-responsive { display: block; height: auto; max-width: 100%; } + +.img-fit-cover { object-fit: cover; } + +.img-fit-contain { object-fit: contain; } + +.video-responsive { display: block; overflow: hidden; padding: 0; position: relative; width: 100%; } + +.video-responsive::before { content: ""; display: block; padding-bottom: 56.25%; } + +.video-responsive iframe, .video-responsive object, .video-responsive embed { border: 0; bottom: 0; height: 100%; left: 0; position: absolute; right: 0; top: 0; width: 100%; } + +video.video-responsive { height: auto; max-width: 100%; } + +video.video-responsive::before { content: none; } + +.video-responsive-4-3::before { padding-bottom: 75%; } + +.video-responsive-1-1::before { padding-bottom: 100%; } + +.figure { margin: 0 0 0.4rem 0; } + +.figure .figure-caption { color: #667189; margin-top: 0.4rem; } + +.container { margin-left: auto; margin-right: auto; padding-left: 0.4rem; padding-right: 0.4rem; width: 100%; } + +.container.grid-xl { max-width: 1296px; } + +.container.grid-lg { max-width: 976px; } + +.container.grid-md { max-width: 856px; } + +.container.grid-sm { max-width: 616px; } + +.container.grid-xs { max-width: 496px; } + +.show-xs, .show-sm, .show-md, .show-lg, .show-xl { display: none !important; } + +.columns { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -0.4rem; margin-right: -0.4rem; } + +.columns.col-gapless { margin-left: 0; margin-right: 0; } + +.columns.col-gapless > .column { padding-left: 0; padding-right: 0; } + +.columns.col-oneline { -ms-flex-wrap: nowrap; flex-wrap: nowrap; overflow-x: auto; } + +.column { -ms-flex: 1; flex: 1; max-width: 100%; padding-left: 0.4rem; padding-right: 0.4rem; } + +.column.col-12, .column.col-11, .column.col-10, .column.col-9, .column.col-8, .column.col-7, .column.col-6, .column.col-5, .column.col-4, .column.col-3, .column.col-2, .column.col-1, .column.col-auto { -ms-flex: none; flex: none; } + +.col-12 { width: 100%; } + +.col-11 { width: 91.66666667%; } + +.col-10 { width: 83.33333333%; } + +.col-9 { width: 75%; } + +.col-8 { width: 66.66666667%; } + +.col-7 { width: 58.33333333%; } + +.col-6 { width: 50%; } + +.col-5 { width: 41.66666667%; } + +.col-4 { width: 33.33333333%; } + +.col-3 { width: 25%; } + +.col-2 { width: 16.66666667%; } + +.col-1 { width: 8.33333333%; } + +.col-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: none; width: auto; } + +.col-mx-auto { margin-left: auto; margin-right: auto; } + +.col-ml-auto { margin-left: auto; } + +.col-mr-auto { margin-right: auto; } + +@media (max-width: 1280px) { .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl-auto { -ms-flex: none; flex: none; } + .col-xl-12 { width: 100%; } + .col-xl-11 { width: 91.66666667%; } + .col-xl-10 { width: 83.33333333%; } + .col-xl-9 { width: 75%; } + .col-xl-8 { width: 66.66666667%; } + .col-xl-7 { width: 58.33333333%; } + .col-xl-6 { width: 50%; } + .col-xl-5 { width: 41.66666667%; } + .col-xl-4 { width: 33.33333333%; } + .col-xl-3 { width: 25%; } + .col-xl-2 { width: 16.66666667%; } + .col-xl-1 { width: 8.33333333%; } + .col-xl-auto { width: auto; } + .hide-xl { display: none !important; } + .show-xl { display: block !important; } } + +@media (max-width: 960px) { .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg-auto { -ms-flex: none; flex: none; } + .col-lg-12 { width: 100%; } + .col-lg-11 { width: 91.66666667%; } + .col-lg-10 { width: 83.33333333%; } + .col-lg-9 { width: 75%; } + .col-lg-8 { width: 66.66666667%; } + .col-lg-7 { width: 58.33333333%; } + .col-lg-6 { width: 50%; } + .col-lg-5 { width: 41.66666667%; } + .col-lg-4 { width: 33.33333333%; } + .col-lg-3 { width: 25%; } + .col-lg-2 { width: 16.66666667%; } + .col-lg-1 { width: 8.33333333%; } + .col-lg-auto { width: auto; } + .hide-lg { display: none !important; } + .show-lg { display: block !important; } } + +@media (max-width: 840px) { .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md-auto { -ms-flex: none; flex: none; } + .col-md-12 { width: 100%; } + .col-md-11 { width: 91.66666667%; } + .col-md-10 { width: 83.33333333%; } + .col-md-9 { width: 75%; } + .col-md-8 { width: 66.66666667%; } + .col-md-7 { width: 58.33333333%; } + .col-md-6 { width: 50%; } + .col-md-5 { width: 41.66666667%; } + .col-md-4 { width: 33.33333333%; } + .col-md-3 { width: 25%; } + .col-md-2 { width: 16.66666667%; } + .col-md-1 { width: 8.33333333%; } + .col-md-auto { width: auto; } + .hide-md { display: none !important; } + .show-md { display: block !important; } } + +@media (max-width: 600px) { .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm-auto { -ms-flex: none; flex: none; } + .col-sm-12 { width: 100%; } + .col-sm-11 { width: 91.66666667%; } + .col-sm-10 { width: 83.33333333%; } + .col-sm-9 { width: 75%; } + .col-sm-8 { width: 66.66666667%; } + .col-sm-7 { width: 58.33333333%; } + .col-sm-6 { width: 50%; } + .col-sm-5 { width: 41.66666667%; } + .col-sm-4 { width: 33.33333333%; } + .col-sm-3 { width: 25%; } + .col-sm-2 { width: 16.66666667%; } + .col-sm-1 { width: 8.33333333%; } + .col-sm-auto { width: auto; } + .hide-sm { display: none !important; } + .show-sm { display: block !important; } } + +@media (max-width: 480px) { .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs-auto { -ms-flex: none; flex: none; } + .col-xs-12 { width: 100%; } + .col-xs-11 { width: 91.66666667%; } + .col-xs-10 { width: 83.33333333%; } + .col-xs-9 { width: 75%; } + .col-xs-8 { width: 66.66666667%; } + .col-xs-7 { width: 58.33333333%; } + .col-xs-6 { width: 50%; } + .col-xs-5 { width: 41.66666667%; } + .col-xs-4 { width: 33.33333333%; } + .col-xs-3 { width: 25%; } + .col-xs-2 { width: 16.66666667%; } + .col-xs-1 { width: 8.33333333%; } + .col-xs-auto { width: auto; } + .hide-xs { display: none !important; } + .show-xs { display: block !important; } } + +.hero { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: justify; justify-content: space-between; padding-bottom: 4rem; padding-top: 4rem; } + +.hero.hero-sm { padding-bottom: 2rem; padding-top: 2rem; } + +.hero.hero-lg { padding-bottom: 8rem; padding-top: 8rem; } + +.hero .hero-body { padding: 0.4rem; } + +.navbar { -ms-flex-align: stretch; align-items: stretch; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: justify; justify-content: space-between; } + +.navbar .navbar-section { -ms-flex-align: center; align-items: center; display: -ms-flexbox; display: flex; -ms-flex: 1 0 0px; flex: 1 0 0; } + +.navbar .navbar-section:not(:first-child):last-child { -ms-flex-pack: end; justify-content: flex-end; } + +.navbar .navbar-center { -ms-flex-align: center; align-items: center; display: -ms-flexbox; display: flex; -ms-flex: 0 0 auto; flex: 0 0 auto; } + +.navbar .navbar-brand { font-size: 0.9rem; text-decoration: none; } + +.accordion input:checked ~ .accordion-header .icon, .accordion[open] .accordion-header .icon { transform: rotate(90deg); } + +.accordion input:checked ~ .accordion-body, .accordion[open] .accordion-body { max-height: 50rem; } + +.accordion .accordion-header { display: block; padding: 0.2rem 0.4rem; } + +.accordion .accordion-header .icon { transition: transform .25s; } + +.accordion .accordion-body { margin-bottom: 0.4rem; max-height: 0; overflow: hidden; transition: max-height .25s; } + +summary.accordion-header::-webkit-details-marker { display: none; } + +.avatar { font-size: 0.8rem; height: 1.6rem; width: 1.6rem; background: #3085EE; border-radius: 50%; color: rgba(255, 255, 255, 0.85); display: inline-block; font-weight: 300; line-height: 1.25; margin: 0; position: relative; vertical-align: middle; } + +.avatar.avatar-xs { font-size: 0.4rem; height: 0.8rem; width: 0.8rem; } + +.avatar.avatar-sm { font-size: 0.6rem; height: 1.2rem; width: 1.2rem; } + +.avatar.avatar-lg { font-size: 1.2rem; height: 2.4rem; width: 2.4rem; } + +.avatar.avatar-xl { font-size: 1.6rem; height: 3.2rem; width: 3.2rem; } + +.avatar img { border-radius: 50%; height: 100%; position: relative; width: 100%; z-index: 1; } + +.avatar .avatar-icon, .avatar .avatar-presence { background: #fff; bottom: 14.64%; height: 50%; padding: 0.1rem; position: absolute; right: 14.64%; transform: translate(50%, 50%); width: 50%; z-index: 2; } + +.avatar .avatar-presence { background: #acb3c2; box-shadow: 0 0 0 0.1rem #fff; border-radius: 50%; height: .5em; width: .5em; } + +.avatar .avatar-presence.online { background: #32b643; } + +.avatar .avatar-presence.busy { background: #e85600; } + +.avatar .avatar-presence.away { background: #ffb700; } + +.avatar[data-initial]::before { color: currentColor; content: attr(data-initial); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); z-index: 1; } + +.badge { position: relative; white-space: nowrap; } + +.badge[data-badge]::after, .badge:not([data-badge])::after { background: #3085EE; background-clip: padding-box; border-radius: .5rem; box-shadow: 0 0 0 0.1rem #fff; color: #fff; content: attr(data-badge); display: inline-block; transform: translate(-0.05rem, -0.5rem); } + +.badge[data-badge]::after { font-size: 0.7rem; height: .9rem; line-height: 1; min-width: .9rem; padding: .1rem .2rem; text-align: center; white-space: nowrap; } + +.badge:not([data-badge])::after, .badge[data-badge=""]::after { height: 6px; min-width: 6px; padding: 0; width: 6px; } + +.badge.btn::after, .badge.button::after { position: absolute; top: 0; right: 0; transform: translate(50%, -50%); } + +.badge.avatar::after { position: absolute; top: 14.64%; right: 14.64%; transform: translate(50%, -50%); z-index: 100; } + +.breadcrumb { list-style: none; margin: 0.2rem 0; padding: 0.2rem 0; } + +.breadcrumb .breadcrumb-item { color: #667189; display: inline-block; margin: 0; padding: 0.2rem 0; } + +.breadcrumb .breadcrumb-item:not(:last-child) { margin-right: 0.2rem; } + +.breadcrumb .breadcrumb-item:not(:last-child) a { color: #667189; } + +.breadcrumb .breadcrumb-item:not(:first-child)::before { color: #667189; content: "/"; padding-right: 0.4rem; } + +.bar { background: #f0f1f4; border-radius: 0.1rem; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; height: 0.8rem; width: 100%; } + +.bar.bar-sm { height: 0.2rem; } + +.bar .bar-item { background: #3085EE; color: #fff; display: block; font-size: 0.7rem; -ms-flex-negative: 0; flex-shrink: 0; line-height: 0.8rem; height: 100%; position: relative; text-align: center; width: 0; } + +.bar .bar-item:first-child { border-bottom-left-radius: 0.1rem; border-top-left-radius: 0.1rem; } + +.bar .bar-item:last-child { border-bottom-right-radius: 0.1rem; border-top-right-radius: 0.1rem; -ms-flex-negative: 1; flex-shrink: 1; } + +.bar-slider { height: 0.1rem; margin: 0.4rem 0; position: relative; } + +.bar-slider .bar-item { left: 0; padding: 0; position: absolute; } + +.bar-slider .bar-item:not(:last-child):first-child { background: #f0f1f4; z-index: 1; } + +.bar-slider .bar-slider-btn { background: #3085EE; border: 0; border-radius: 50%; height: 0.6rem; padding: 0; position: absolute; right: 0; top: 50%; transform: translate(50%, -50%); width: 0.6rem; } + +.bar-slider .bar-slider-btn:active { box-shadow: 0 0 0 0.1rem #3085EE; } + +.card { background: #fff; border: 0.05rem solid #e7e9ed; border-radius: 0.1rem; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } + +.card .card-header, .card .card-body, .card .card-footer { padding: 0.8rem; padding-bottom: 0; } + +.card .card-header:last-child, .card .card-body:last-child, .card .card-footer:last-child { padding-bottom: 0.8rem; } + +.card .card-body { -ms-flex: 1 1 auto; flex: 1 1 auto; } + +.card .card-image { padding-top: 0.8rem; } + +.card .card-image:first-child { padding-top: 0; } + +.card .card-image:first-child img { border-top-left-radius: 0.1rem; border-top-right-radius: 0.1rem; } + +.card .card-image:last-child img { border-bottom-left-radius: 0.1rem; border-bottom-right-radius: 0.1rem; } + +.chip { -ms-flex-align: center; align-items: center; background: #f0f1f4; border-radius: 5rem; display: -ms-inline-flexbox; display: inline-flex; font-size: 90%; height: 1.2rem; line-height: 0.8rem; margin: 0.1rem; max-width: 320px; overflow: hidden; padding: 0.2rem 0.4rem; text-decoration: none; text-overflow: ellipsis; vertical-align: middle; white-space: nowrap; } + +.chip.active { background: #3085EE; color: #fff; } + +.chip .avatar { margin-left: -0.4rem; margin-right: 0.2rem; } + +.chip .btn-clear { border-radius: 50%; transform: scale(0.75); } + +.dropdown { display: inline-block; position: relative; } + +.dropdown .menu { animation: slide-down .15s ease 1; display: none; left: 0; max-height: 50vh; overflow-y: auto; position: absolute; top: 100%; } + +.dropdown.dropdown-right .menu { left: auto; right: 0; } + +.dropdown.active .menu, .dropdown .dropdown-toggle:focus + .menu, .dropdown .menu:hover { display: block; } + +.dropdown .btn-group .dropdown-toggle:nth-last-child(2) { border-bottom-right-radius: 0.1rem; border-top-right-radius: 0.1rem; } + +.empty { background: #f8f9fa; border-radius: 0.1rem; color: #667189; text-align: center; padding: 3.2rem 1.6rem; } + +.empty .empty-icon { margin-bottom: 0.8rem; } + +.empty .empty-title, .empty .empty-subtitle { margin: 0.4rem auto; } + +.empty .empty-action { margin-top: 0.8rem; } + +.menu { box-shadow: 0 0.05rem 0.2rem rgba(69, 77, 93, 0.3); background: #fff; border-radius: 0.1rem; list-style: none; margin: 0; min-width: 180px; padding: 0.4rem; transform: translateY(0.2rem); z-index: 300; } + +.menu.menu-nav { background: transparent; box-shadow: none; } + +.menu .menu-item { margin-top: 0; padding: 0 0.4rem; position: relative; text-decoration: none; } + +.menu .menu-item > a { border-radius: 0.1rem; color: inherit; display: block; margin: 0 -0.4rem; padding: 0.2rem 0.4rem; text-decoration: none; } + +.menu .menu-item > a:focus, .menu .menu-item > a:hover { background: #e1edfd; color: #3085EE; } + +.menu .menu-item > a:active, .menu .menu-item > a.active { background: #e1edfd; color: #3085EE; } + +.menu .menu-item .form-checkbox, .menu .menu-item .form-radio, .menu .menu-item .form-switch { margin: 0.1rem 0; } + +.menu .menu-item + .menu-item { margin-top: 0.2rem; } + +.menu .menu-badge { -ms-flex-align: center; align-items: center; display: -ms-flexbox; display: flex; height: 100%; position: absolute; right: 0; top: 0; } + +.menu .menu-badge .label { margin-right: 0.4rem; } + +.modal { -ms-flex-align: center; align-items: center; bottom: 0; display: none; -ms-flex-pack: center; justify-content: center; left: 0; opacity: 0; overflow: hidden; padding: 0.4rem; position: fixed; right: 0; top: 0; } + +.modal:target, .modal.active { display: -ms-flexbox; display: flex; opacity: 1; z-index: 400; } + +.modal:target .modal-overlay, .modal.active .modal-overlay { background: rgba(248, 249, 250, 0.75); bottom: 0; cursor: default; display: block; left: 0; position: absolute; right: 0; top: 0; } + +.modal:target .modal-container, .modal.active .modal-container { animation: slide-down .2s ease 1; z-index: 1; } + +.modal.modal-sm .modal-container { max-width: 320px; padding: 0 0.4rem; } + +.modal.modal-lg .modal-overlay { background: #fff; } + +.modal.modal-lg .modal-container { box-shadow: none; max-width: 960px; } + +.modal-container { box-shadow: 0 0.2rem 0.5rem rgba(69, 77, 93, 0.3); background: #fff; border-radius: 0.1rem; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; max-height: 75vh; max-width: 640px; padding: 0 0.8rem; width: 100%; } + +.modal-container.modal-fullheight { max-height: 100vh; } + +.modal-container .modal-header { color: #454d5d; padding: 0.8rem; } + +.modal-container .modal-body { overflow-y: auto; padding: 0.8rem; position: relative; } + +.modal-container .modal-footer { padding: 0.8rem; text-align: right; } + +.nav { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; list-style: none; margin: 0.2rem 0; } + +.nav .nav-item a { color: #667189; padding: 0.2rem 0.4rem; text-decoration: none; } + +.nav .nav-item a:focus, .nav .nav-item a:hover { color: #3085EE; } + +.nav .nav-item.active > a { color: #50596c; font-weight: bold; } + +.nav .nav-item.active > a:focus, .nav .nav-item.active > a:hover { color: #3085EE; } + +.nav .nav { margin-bottom: 0.4rem; margin-left: 0.8rem; } + +.pagination { display: -ms-flexbox; display: flex; list-style: none; margin: 0.2rem 0; padding: 0.2rem 0; } + +.pagination .page-item { margin: 0.2rem 0.05rem; } + +.pagination .page-item span { display: inline-block; padding: 0.2rem 0.2rem; } + +.pagination .page-item a { border-radius: 0.1rem; display: inline-block; padding: 0.2rem 0.4rem; text-decoration: none; } + +.pagination .page-item a:focus, .pagination .page-item a:hover { color: #3085EE; } + +.pagination .page-item.disabled a { cursor: default; opacity: .5; pointer-events: none; } + +.pagination .page-item.active a { background: #3085EE; color: #fff; } + +.pagination .page-item.page-prev, .pagination .page-item.page-next { -ms-flex: 1 0 50%; flex: 1 0 50%; } + +.pagination .page-item.page-next { text-align: right; } + +.pagination .page-item .page-item-title { margin: 0; } + +.pagination .page-item .page-item-subtitle { margin: 0; opacity: .5; } + +.panel { border: 0.05rem solid #e7e9ed; border-radius: 0.1rem; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } + +.panel .panel-header, .panel .panel-footer { -ms-flex: 0 0 auto; flex: 0 0 auto; padding: 0.8rem; } + +.panel .panel-nav { -ms-flex: 0 0 auto; flex: 0 0 auto; } + +.panel .panel-body { -ms-flex: 1 1 auto; flex: 1 1 auto; overflow-y: auto; padding: 0 0.8rem; } + +.popover { display: inline-block; position: relative; } + +.popover .popover-container { left: 50%; opacity: 0; padding: 0.4rem; position: absolute; top: 0; transform: translate(-50%, -50%) scale(0); transition: transform .2s; width: 320px; z-index: 300; } + +.popover *:focus + .popover-container, .popover:hover .popover-container { display: block; opacity: 1; transform: translate(-50%, -100%) scale(1); } + +.popover.popover-right .popover-container { left: 100%; top: 50%; } + +.popover.popover-right *:focus + .popover-container, .popover.popover-right:hover .popover-container { transform: translate(0, -50%) scale(1); } + +.popover.popover-bottom .popover-container { left: 50%; top: 100%; } + +.popover.popover-bottom *:focus + .popover-container, .popover.popover-bottom:hover .popover-container { transform: translate(-50%, 0) scale(1); } + +.popover.popover-left .popover-container { left: 0; top: 50%; } + +.popover.popover-left *:focus + .popover-container, .popover.popover-left:hover .popover-container { transform: translate(-100%, -50%) scale(1); } + +.popover .card { box-shadow: 0 0.2rem 0.5rem rgba(69, 77, 93, 0.3); border: 0; } + +.step { display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; list-style: none; margin: 0.2rem 0; width: 100%; } + +.step .step-item { -ms-flex: 1 1 0px; flex: 1 1 0; margin-top: 0; min-height: 1rem; text-align: center; position: relative; } + +.step .step-item:not(:first-child)::before { background: #3085EE; content: ""; height: 2px; left: -50%; position: absolute; top: 9px; width: 100%; } + +.step .step-item a { color: #3085EE; display: inline-block; padding: 20px 10px 0; text-decoration: none; } + +.step .step-item a::before { background: #3085EE; border: 0.1rem solid #fff; border-radius: 50%; content: ""; display: block; height: 0.6rem; left: 50%; position: absolute; top: 0.2rem; transform: translateX(-50%); width: 0.6rem; z-index: 1; } + +.step .step-item.active a::before { background: #fff; border: 0.1rem solid #3085EE; } + +.step .step-item.active ~ .step-item::before { background: #e7e9ed; } + +.step .step-item.active ~ .step-item a { color: #acb3c2; } + +.step .step-item.active ~ .step-item a::before { background: #e7e9ed; } + +.tab { -ms-flex-align: center; align-items: center; border-bottom: 0.05rem solid #e7e9ed; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; margin: 0.2rem 0 0.15rem 0; } + +.tab .tab-item { margin-top: 0; } + +.tab .tab-item a { border-bottom: 0.1rem solid transparent; color: inherit; display: block; margin: 0 0.4rem 0 0; padding: 0.4rem 0.2rem 0.3rem 0.2rem; text-decoration: none; } + +.tab .tab-item a:focus, .tab .tab-item a:hover { color: #3085EE; } + +.tab .tab-item.active a, .tab .tab-item a.active { border-bottom-color: #3085EE; color: #3085EE; } + +.tab .tab-item.tab-action { -ms-flex: 1 0 auto; flex: 1 0 auto; text-align: right; } + +.tab .tab-item .btn-clear { margin-top: -0.2rem; } + +.tab.tab-block .tab-item { -ms-flex: 1 0 0px; flex: 1 0 0; text-align: center; } + +.tab.tab-block .tab-item a { margin: 0; } + +.tab.tab-block .tab-item .badge[data-badge]::after { position: absolute; right: 0.1rem; top: 0.1rem; transform: translate(0, 0); } + +.tab:not(.tab-block) .badge { padding-right: 0; } + +.tile { -ms-flex-line-pack: justify; align-content: space-between; -ms-flex-align: start; align-items: flex-start; display: -ms-flexbox; display: flex; } + +.tile .tile-icon, .tile .tile-action { -ms-flex: 0 0 auto; flex: 0 0 auto; } + +.tile .tile-content { -ms-flex: 1 1 auto; flex: 1 1 auto; } + +.tile .tile-content:not(:first-child) { padding-left: 0.4rem; } + +.tile .tile-content:not(:last-child) { padding-right: 0.4rem; } + +.tile .tile-title, .tile .tile-subtitle { line-height: 1.2rem; } + +.tile.tile-centered { -ms-flex-align: center; align-items: center; } + +.tile.tile-centered .tile-content { overflow: hidden; } + +.tile.tile-centered .tile-title, .tile.tile-centered .tile-subtitle { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 0; } + +.toast { background: rgba(69, 77, 93, 0.95); border-color: #454d5d; border: 0.05rem solid #454d5d; border-radius: 0.1rem; color: #fff; display: block; padding: 0.4rem; width: 100%; } + +.toast.toast-primary { background: rgba(48, 133, 238, 0.95); border-color: #3085EE; } + +.toast.toast-success { background: rgba(50, 182, 67, 0.95); border-color: #32b643; } + +.toast.toast-warning { background: rgba(255, 183, 0, 0.95); border-color: #ffb700; } + +.toast.toast-error { background: rgba(232, 86, 0, 0.95); border-color: #e85600; } + +.toast a { color: #fff; text-decoration: underline; } + +.toast a:focus, .toast a:hover, .toast a:active, .toast a.active { opacity: .75; } + +.toast .btn-clear { margin: 0.1rem; } + +.toast p:last-child { margin-bottom: 0; } + +.tooltip { position: relative; } + +.tooltip::after { background: rgba(69, 77, 93, 0.95); border-radius: 0.1rem; bottom: 100%; color: #fff; content: attr(data-tooltip); display: block; font-size: 0.7rem; left: 50%; max-width: 320px; opacity: 0; overflow: hidden; padding: 0.2rem 0.4rem; pointer-events: none; position: absolute; text-overflow: ellipsis; transform: translate(-50%, 0.4rem); transition: opacity .2s, transform .2s; white-space: pre; z-index: 300; } + +.tooltip:focus::after, .tooltip:hover::after { opacity: 1; transform: translate(-50%, -0.2rem); } + +.tooltip[disabled], .tooltip.disabled { pointer-events: auto; } + +.tooltip.tooltip-right::after { bottom: 50%; left: 100%; transform: translate(-0.2rem, 50%); } + +.tooltip.tooltip-right:focus::after, .tooltip.tooltip-right:hover::after { transform: translate(0.2rem, 50%); } + +.tooltip.tooltip-bottom::after { bottom: auto; top: 100%; transform: translate(-50%, -0.4rem); } + +.tooltip.tooltip-bottom:focus::after, .tooltip.tooltip-bottom:hover::after { transform: translate(-50%, 0.2rem); } + +.tooltip.tooltip-left::after { bottom: 50%; left: auto; right: 100%; transform: translate(0.4rem, 50%); } + +.tooltip.tooltip-left:focus::after, .tooltip.tooltip-left:hover::after { transform: translate(-0.2rem, 50%); } + +@keyframes loading { 0% { transform: rotate(0deg); } + 100% { transform: rotate(360deg); } } + +@keyframes slide-down { 0% { opacity: 0; + transform: translateY(-1.6rem); } + 100% { opacity: 1; + transform: translateY(0); } } + +.text-primary { color: #3085EE !important; } + +a.text-primary:focus, a.text-primary:hover { color: #1877ec; } + +a.text-primary:visited { color: #4893f0; } + +.text-secondary { color: #d3e5fb !important; } + +a.text-secondary:focus, a.text-secondary:hover { color: #bbd7f9; } + +a.text-secondary:visited { color: #eaf3fd; } + +.text-gray { color: #acb3c2 !important; } + +a.text-gray:focus, a.text-gray:hover { color: #9ea6b7; } + +a.text-gray:visited { color: #bbc1cd; } + +.text-light { color: #fff !important; } + +a.text-light:focus, a.text-light:hover { color: #f2f2f2; } + +a.text-light:visited { color: white; } + +.text-dark { color: #50596c !important; } + +a.text-dark:focus, a.text-dark:hover { color: #454d5d; } + +a.text-dark:visited { color: #5b657a; } + +.text-success { color: #32b643 !important; } + +a.text-success:focus, a.text-success:hover { color: #2da23c; } + +a.text-success:visited { color: #39c94b; } + +.text-warning { color: #ffb700 !important; } + +a.text-warning:focus, a.text-warning:hover { color: #e6a500; } + +a.text-warning:visited { color: #ffbe1a; } + +.text-error { color: #e85600 !important; } + +a.text-error:focus, a.text-error:hover { color: #cf4d00; } + +a.text-error:visited { color: #ff6003; } + +.bg-primary { background: #3085EE !important; color: #fff; } + +.bg-secondary { background: #e1edfd !important; } + +.bg-dark { background: #454d5d !important; color: #fff; } + +.bg-gray { background: #f8f9fa !important; } + +.bg-success { background: #32b643 !important; color: #fff; } + +.bg-warning { background: #ffb700 !important; color: #fff; } + +.bg-error { background: #e85600 !important; color: #fff; } + +.c-hand { cursor: pointer; } + +.c-move { cursor: move; } + +.c-zoom-in { cursor: zoom-in; } + +.c-zoom-out { cursor: zoom-out; } + +.c-not-allowed { cursor: not-allowed; } + +.c-auto { cursor: auto; } + +.d-block { display: block; } + +.d-inline { display: inline; } + +.d-inline-block { display: inline-block; } + +.d-flex { display: -ms-flexbox; display: flex; } + +.d-inline-flex { display: -ms-inline-flexbox; display: inline-flex; } + +.d-none, .d-hide { display: none !important; } + +.d-visible { visibility: visible; } + +.d-invisible { visibility: hidden; } + +.text-hide { background: transparent; border: 0; color: transparent; font-size: 0; line-height: 0; text-shadow: none; } + +.text-assistive { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } + +.divider, .divider-vert { display: block; position: relative; } + +.divider[data-content]::after, .divider-vert[data-content]::after { background: #fff; color: #acb3c2; content: attr(data-content); display: inline-block; font-size: 0.7rem; padding: 0 0.4rem; transform: translateY(-0.65rem); } + +.divider { border-top: 0.05rem solid #fefefe; height: 0.05rem; margin: 0.4rem 0; } + +.divider[data-content] { margin: 0.8rem 0; } + +.divider-vert { display: block; padding: 0.8rem; } + +.divider-vert::before { border-left: 0.05rem solid #e7e9ed; bottom: 0.4rem; content: ""; display: block; left: 50%; position: absolute; top: 0.4rem; transform: translateX(-50%); } + +.divider-vert[data-content]::after { left: 50%; padding: 0.2rem 0; position: absolute; top: 50%; transform: translate(-50%, -50%); } + +.loading { color: transparent !important; min-height: 0.8rem; pointer-events: none; position: relative; } + +.loading::after { animation: loading 500ms infinite linear; border: 0.1rem solid #3085EE; border-radius: 50%; border-right-color: transparent; border-top-color: transparent; content: ""; display: block; height: 0.8rem; left: 50%; margin-left: -0.4rem; margin-top: -0.4rem; position: absolute; top: 50%; width: 0.8rem; z-index: 1; } + +.loading.loading-lg { min-height: 2rem; } + +.loading.loading-lg::after { height: 1.6rem; margin-left: -0.8rem; margin-top: -0.8rem; width: 1.6rem; } + +.clearfix::after { clear: both; content: ""; display: table; } + +.float-left { float: left !important; } + +.float-right { float: right !important; } + +.p-relative { position: relative !important; } + +.p-absolute { position: absolute !important; } + +.p-fixed { position: fixed !important; } + +.p-sticky { position: -webkit-sticky !important; position: sticky !important; } + +.p-centered { display: block; float: none; margin-left: auto; margin-right: auto; } + +.flex-centered { -ms-flex-align: center; align-items: center; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; } + +.m-0 { margin: 0 !important; } + +.mb-0 { margin-bottom: 0 !important; } + +.ml-0 { margin-left: 0 !important; } + +.mr-0 { margin-right: 0 !important; } + +.mt-0 { margin-top: 0 !important; } + +.mx-0 { margin-left: 0 !important; margin-right: 0 !important; } + +.my-0 { margin-bottom: 0 !important; margin-top: 0 !important; } + +.m-1 { margin: 0.2rem !important; } + +.mb-1 { margin-bottom: 0.2rem !important; } + +.ml-1 { margin-left: 0.2rem !important; } + +.mr-1 { margin-right: 0.2rem !important; } + +.mt-1 { margin-top: 0.2rem !important; } + +.mx-1 { margin-left: 0.2rem !important; margin-right: 0.2rem !important; } + +.my-1 { margin-bottom: 0.2rem !important; margin-top: 0.2rem !important; } + +.m-2 { margin: 0.4rem !important; } + +.mb-2 { margin-bottom: 0.4rem !important; } + +.ml-2 { margin-left: 0.4rem !important; } + +.mr-2 { margin-right: 0.4rem !important; } + +.mt-2 { margin-top: 0.4rem !important; } + +.mx-2 { margin-left: 0.4rem !important; margin-right: 0.4rem !important; } + +.my-2 { margin-bottom: 0.4rem !important; margin-top: 0.4rem !important; } + +.p-0 { padding: 0 !important; } + +.pb-0 { padding-bottom: 0 !important; } + +.pl-0 { padding-left: 0 !important; } + +.pr-0 { padding-right: 0 !important; } + +.pt-0 { padding-top: 0 !important; } + +.px-0 { padding-left: 0 !important; padding-right: 0 !important; } + +.py-0 { padding-bottom: 0 !important; padding-top: 0 !important; } + +.p-1 { padding: 0.2rem !important; } + +.pb-1 { padding-bottom: 0.2rem !important; } + +.pl-1 { padding-left: 0.2rem !important; } + +.pr-1 { padding-right: 0.2rem !important; } + +.pt-1 { padding-top: 0.2rem !important; } + +.px-1 { padding-left: 0.2rem !important; padding-right: 0.2rem !important; } + +.py-1 { padding-bottom: 0.2rem !important; padding-top: 0.2rem !important; } + +.p-2 { padding: 0.4rem !important; } + +.pb-2 { padding-bottom: 0.4rem !important; } + +.pl-2 { padding-left: 0.4rem !important; } + +.pr-2 { padding-right: 0.4rem !important; } + +.pt-2 { padding-top: 0.4rem !important; } + +.px-2 { padding-left: 0.4rem !important; padding-right: 0.4rem !important; } + +.py-2 { padding-bottom: 0.4rem !important; padding-top: 0.4rem !important; } + +.s-rounded { border-radius: 0.1rem; } + +.s-circle { border-radius: 50%; } + +.text-left { text-align: left; } + +.text-right { text-align: right; } + +.text-center { text-align: center; } + +.text-justify { text-align: justify; } + +.text-lowercase { text-transform: lowercase; } + +.text-uppercase { text-transform: uppercase; } + +.text-capitalize { text-transform: capitalize; } + +.text-normal { font-weight: normal; } + +.text-bold { font-weight: bold; } + +.text-italic { font-style: italic; } + +.text-large { font-size: 1.2em; } + +.text-ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } + +.text-clip { overflow: hidden; text-overflow: clip; white-space: nowrap; } + +.text-break { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; word-break: break-word; word-wrap: break-word; } + +/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3BlY3RyZS5jc3MiLCJzb3VyY2VzIjpbInNwZWN0cmUuc2NzcyIsInRoZW1lL192YXJpYWJsZXMuc2NzcyIsInNwZWN0cmUvX3ZhcmlhYmxlcy5zY3NzIiwic3BlY3RyZS9fbWl4aW5zLnNjc3MiLCJzcGVjdHJlL21peGlucy9fYXZhdGFyLnNjc3MiLCJzcGVjdHJlL21peGlucy9fYnV0dG9uLnNjc3MiLCJzcGVjdHJlL21peGlucy9fY2xlYXJmaXguc2NzcyIsInNwZWN0cmUvbWl4aW5zL19jb2xvci5zY3NzIiwic3BlY3RyZS9taXhpbnMvX2xhYmVsLnNjc3MiLCJzcGVjdHJlL21peGlucy9fcG9zaXRpb24uc2NzcyIsInNwZWN0cmUvbWl4aW5zL19zaGFkb3cuc2NzcyIsInNwZWN0cmUvbWl4aW5zL190ZXh0LnNjc3MiLCJzcGVjdHJlL21peGlucy9fdG9hc3Quc2NzcyIsInNwZWN0cmUvX25vcm1hbGl6ZS5zY3NzIiwic3BlY3RyZS9fYmFzZS5zY3NzIiwic3BlY3RyZS9fdHlwb2dyYXBoeS5zY3NzIiwic3BlY3RyZS9fYXNpYW4uc2NzcyIsInNwZWN0cmUvX3RhYmxlcy5zY3NzIiwic3BlY3RyZS9fYnV0dG9ucy5zY3NzIiwic3BlY3RyZS9fZm9ybXMuc2NzcyIsInNwZWN0cmUvX2xhYmVscy5zY3NzIiwic3BlY3RyZS9fY29kZXMuc2NzcyIsInNwZWN0cmUvX21lZGlhLnNjc3MiLCJzcGVjdHJlL19sYXlvdXQuc2NzcyIsInNwZWN0cmUvX2hlcm8uc2NzcyIsInNwZWN0cmUvX25hdmJhci5zY3NzIiwic3BlY3RyZS9fYWNjb3JkaW9ucy5zY3NzIiwic3BlY3RyZS9fYXZhdGFycy5zY3NzIiwic3BlY3RyZS9fYmFkZ2VzLnNjc3MiLCJzcGVjdHJlL19icmVhZGNydW1icy5zY3NzIiwic3BlY3RyZS9fYmFycy5zY3NzIiwic3BlY3RyZS9fY2FyZHMuc2NzcyIsInNwZWN0cmUvX2NoaXBzLnNjc3MiLCJzcGVjdHJlL19kcm9wZG93bnMuc2NzcyIsInNwZWN0cmUvX2VtcHR5LnNjc3MiLCJzcGVjdHJlL19tZW51cy5zY3NzIiwic3BlY3RyZS9fbW9kYWxzLnNjc3MiLCJzcGVjdHJlL19uYXZzLnNjc3MiLCJzcGVjdHJlL19wYWdpbmF0aW9uLnNjc3MiLCJzcGVjdHJlL19wYW5lbHMuc2NzcyIsInNwZWN0cmUvX3BvcG92ZXJzLnNjc3MiLCJzcGVjdHJlL19zdGVwcy5zY3NzIiwic3BlY3RyZS9fdGFicy5zY3NzIiwic3BlY3RyZS9fdGlsZXMuc2NzcyIsInNwZWN0cmUvX3RvYXN0cy5zY3NzIiwic3BlY3RyZS9fdG9vbHRpcHMuc2NzcyIsInNwZWN0cmUvX2FuaW1hdGlvbnMuc2NzcyIsInNwZWN0cmUvX3V0aWxpdGllcy5zY3NzIiwic3BlY3RyZS91dGlsaXRpZXMvX2NvbG9ycy5zY3NzIiwic3BlY3RyZS91dGlsaXRpZXMvX2N1cnNvcnMuc2NzcyIsInNwZWN0cmUvdXRpbGl0aWVzL19kaXNwbGF5LnNjc3MiLCJzcGVjdHJlL3V0aWxpdGllcy9fZGl2aWRlci5zY3NzIiwic3BlY3RyZS91dGlsaXRpZXMvX2xvYWRpbmcuc2NzcyIsInNwZWN0cmUvdXRpbGl0aWVzL19wb3NpdGlvbi5zY3NzIiwic3BlY3RyZS91dGlsaXRpZXMvX3NoYXBlcy5zY3NzIiwic3BlY3RyZS91dGlsaXRpZXMvX3RleHQuc2NzcyIsInRoZW1lL19leHRlbnNpb25zLnNjc3MiXSwic291cmNlc0NvbnRlbnQiOlsiLy8gVmFyaWFibGVzIGFuZCBtaXhpbnNcbkBpbXBvcnQgXCJ0aGVtZS92YXJpYWJsZXNcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL3ZhcmlhYmxlc1wiO1xuQGltcG9ydCBcInNwZWN0cmUvbWl4aW5zXCI7XG5cbi8qISBTcGVjdHJlLmNzcyB2I3skdmVyc2lvbn0gfCBNSVQgTGljZW5zZSB8IGdpdGh1Yi5jb20vcGljdHVyZXBhbjIvc3BlY3RyZSAqL1xuLy8gUmVzZXQgYW5kIGRlcGVuZGVuY2llc1xuQGltcG9ydCBcInNwZWN0cmUvbm9ybWFsaXplXCI7XG5AaW1wb3J0IFwic3BlY3RyZS9iYXNlXCI7XG5cbi8vIEVsZW1lbnRzXG5AaW1wb3J0IFwic3BlY3RyZS90eXBvZ3JhcGh5XCI7XG5AaW1wb3J0IFwic3BlY3RyZS9hc2lhblwiO1xuQGltcG9ydCBcInNwZWN0cmUvdGFibGVzXCI7XG5AaW1wb3J0IFwic3BlY3RyZS9idXR0b25zXCI7XG5AaW1wb3J0IFwic3BlY3RyZS9mb3Jtc1wiO1xuQGltcG9ydCBcInNwZWN0cmUvbGFiZWxzXCI7XG5AaW1wb3J0IFwic3BlY3RyZS9jb2Rlc1wiO1xuQGltcG9ydCBcInNwZWN0cmUvbWVkaWFcIjtcblxuLy8gTGF5b3V0XG5AaW1wb3J0IFwic3BlY3RyZS9sYXlvdXRcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL2hlcm9cIjtcbkBpbXBvcnQgXCJzcGVjdHJlL25hdmJhclwiO1xuXG4vLyBDb21wb25lbnRzXG5AaW1wb3J0IFwic3BlY3RyZS9hY2NvcmRpb25zXCI7XG5AaW1wb3J0IFwic3BlY3RyZS9hdmF0YXJzXCI7XG5AaW1wb3J0IFwic3BlY3RyZS9iYWRnZXNcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL2JyZWFkY3J1bWJzXCI7XG5AaW1wb3J0IFwic3BlY3RyZS9iYXJzXCI7XG5AaW1wb3J0IFwic3BlY3RyZS9jYXJkc1wiO1xuQGltcG9ydCBcInNwZWN0cmUvY2hpcHNcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL2Ryb3Bkb3duc1wiO1xuQGltcG9ydCBcInNwZWN0cmUvZW1wdHlcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL21lbnVzXCI7XG5AaW1wb3J0IFwic3BlY3RyZS9tb2RhbHNcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL25hdnNcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL3BhZ2luYXRpb25cIjtcbkBpbXBvcnQgXCJzcGVjdHJlL3BhbmVsc1wiO1xuQGltcG9ydCBcInNwZWN0cmUvcG9wb3ZlcnNcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL3N0ZXBzXCI7XG5AaW1wb3J0IFwic3BlY3RyZS90YWJzXCI7XG5AaW1wb3J0IFwic3BlY3RyZS90aWxlc1wiO1xuQGltcG9ydCBcInNwZWN0cmUvdG9hc3RzXCI7XG5AaW1wb3J0IFwic3BlY3RyZS90b29sdGlwc1wiO1xuXG4vLyBVdGlsaXR5IGNsYXNzZXNcbkBpbXBvcnQgXCJzcGVjdHJlL2FuaW1hdGlvbnNcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL3V0aWxpdGllc1wiO1xuXG4vLyBFeHRyYXNcbkBpbXBvcnQgXCJ0aGVtZS9leHRlbnNpb25zXCI7XG4iLCIvLyBTcGVjdHJlIE92ZXJyaWRlc1xuJHByaW1hcnktY29sb3I6ICMzMDg1RUUgIWRlZmF1bHQ7XG4kZGFyay1jb2xvcjogIzQ1NGQ1ZCAhZGVmYXVsdDtcbiRsaWdodC1jb2xvcjogI2ZmZiAhZGVmYXVsdDtcbiRncmF5LWNvbG9yOiBsaWdodGVuKCRkYXJrLWNvbG9yLCA0MCUpICFkZWZhdWx0O1xuJGdyYXktY29sb3ItZGFyazogZGFya2VuKCRncmF5LWNvbG9yLCAyNSUpICFkZWZhdWx0O1xuJGJvcmRlci1jb2xvcjogbGlnaHRlbigkZGFyay1jb2xvciwgNjAlKSAhZGVmYXVsdDtcbiRiZy1jb2xvcjogbGlnaHRlbigkZGFyay1jb2xvciwgNjYlKSAhZGVmYXVsdDtcbiRib2R5LWZvbnQtY29sb3I6IGxpZ2h0ZW4oJGRhcmstY29sb3IsIDUlKSAhZGVmYXVsdDtcblxuLy8gTGF5b3V0XG4kaG9yaXotcGFkZGluZzogMXJlbTtcbiR2ZXJ0LXBhZGRpbmc6IDJyZW0gMCAycmVtO1xuXG4vLyBGb250c1xuJG1pbi1yZXNwb25zaXZlLWZvbnQtc2l6ZTogMTZweDtcblxuLy8gSGVhZGVyXG4kaGVhZGVyLWhlaWdodC1sYXJnZTogNHJlbTtcbiRoZWFkZXItaGVpZ2h0LXNtYWxsOiAyLjNyZW07XG4kaGVhZGVyLWNvbG9yLWRhcms6ICMyMjI7XG4kaGVhZGVyLXRleHQtbGlnaHQ6ICRsaWdodC1jb2xvcjtcbiRoZWFkZXItdGV4dC1kYXJrOiBkYXJrZW4oJGRhcmstY29sb3IsIDE1JSk7XG5cbi8vIERyb3Bkb3duIE1lbnVcbiRkcm9wbWVudS1iZzogJGxpZ2h0LWNvbG9yO1xuJGRyb3BtZW51LWhvdmVyLXRleHQ6ICRwcmltYXJ5LWNvbG9yO1xuJGRyb3BtZW51LWhvcml6LXBhZGRpbmc6IDIwcHg7XG4kZHJvcG1lbnUtdmVydC1wYWRkaW5nOiA3cHg7XG4kZHJvcG1lbnUtY2hpbGQtcGFkZGluZzogMTBweDtcbiRkcm9wbWVudS1zaGFkb3c6IDAgM3B4IDVweCByZ2JhKDAsIDAsIDAsIDAuMSk7XG5cbi8vIE1vYmlsZSBNZW51XG4kbW9iaWxlLWNvbG9yLW1haW46ICRwcmltYXJ5LWNvbG9yO1xuJG1vYmlsZS1jb2xvci1hY3RpdmU6ICNGRkY7XG4kbW9iaWxlLWNvbG9yLWxpbms6ICNGRkY7XG4kbW9iaWxlLWJ1dHRvbi1oZWlnaHQ6IDI0cHg7XG4kbW9iaWxlLWJ1dHRvbi13aWR0aDogMjhweDsiLCIvLyBDb3JlIHZhcmlhYmxlc1xuJHZlcnNpb246IFwiMC41LjhcIjtcblxuLy8gQ29yZSBmZWF0dXJlc1xuJHJ0bDogZmFsc2UgIWRlZmF1bHQ7XG5cbi8vIENvcmUgY29sb3JzXG4kcHJpbWFyeS1jb2xvcjogIzU3NTVkOSAhZGVmYXVsdDtcbiRwcmltYXJ5LWNvbG9yLWRhcms6IGRhcmtlbigkcHJpbWFyeS1jb2xvciwgMyUpICFkZWZhdWx0O1xuJHByaW1hcnktY29sb3ItbGlnaHQ6IGxpZ2h0ZW4oJHByaW1hcnktY29sb3IsIDMlKSAhZGVmYXVsdDtcbiRzZWNvbmRhcnktY29sb3I6IGxpZ2h0ZW4oJHByaW1hcnktY29sb3IsIDM3LjUlKSAhZGVmYXVsdDtcbiRzZWNvbmRhcnktY29sb3ItZGFyazogZGFya2VuKCRzZWNvbmRhcnktY29sb3IsIDMlKSAhZGVmYXVsdDtcbiRzZWNvbmRhcnktY29sb3ItbGlnaHQ6IGxpZ2h0ZW4oJHNlY29uZGFyeS1jb2xvciwgMyUpICFkZWZhdWx0O1xuXG4vLyBHcmF5IGNvbG9yc1xuJGRhcmstY29sb3I6ICMzMDM3NDIgIWRlZmF1bHQ7XG4kbGlnaHQtY29sb3I6ICNmZmYgIWRlZmF1bHQ7XG4kZ3JheS1jb2xvcjogbGlnaHRlbigkZGFyay1jb2xvciwgNTUlKSAhZGVmYXVsdDtcbiRncmF5LWNvbG9yLWRhcms6IGRhcmtlbigkZ3JheS1jb2xvciwgMzAlKSAhZGVmYXVsdDtcbiRncmF5LWNvbG9yLWxpZ2h0OiBsaWdodGVuKCRncmF5LWNvbG9yLCAyMCUpICFkZWZhdWx0O1xuXG4kYm9yZGVyLWNvbG9yOiBsaWdodGVuKCRkYXJrLWNvbG9yLCA2NSUpICFkZWZhdWx0O1xuJGJvcmRlci1jb2xvci1kYXJrOiBkYXJrZW4oJGJvcmRlci1jb2xvciwgMTAlKSAhZGVmYXVsdDtcbiRib3JkZXItY29sb3ItbGlnaHQ6IGxpZ2h0ZW4oJGJvcmRlci1jb2xvciwgOCUpICFkZWZhdWx0O1xuJGJnLWNvbG9yOiBsaWdodGVuKCRkYXJrLWNvbG9yLCA3NSUpICFkZWZhdWx0O1xuJGJnLWNvbG9yLWRhcms6IGRhcmtlbigkYmctY29sb3IsIDMlKSAhZGVmYXVsdDtcbiRiZy1jb2xvci1saWdodDogJGxpZ2h0LWNvbG9yICFkZWZhdWx0O1xuXG4vLyBDb250cm9sIGNvbG9yc1xuJHN1Y2Nlc3MtY29sb3I6ICMzMmI2NDMgIWRlZmF1bHQ7XG4kd2FybmluZy1jb2xvcjogI2ZmYjcwMCAhZGVmYXVsdDtcbiRlcnJvci1jb2xvcjogI2U4NTYwMCAhZGVmYXVsdDtcblxuLy8gT3RoZXIgY29sb3JzXG4kY29kZS1jb2xvcjogI2Q3M2U0OCAhZGVmYXVsdDtcbiRoaWdobGlnaHQtY29sb3I6ICNmZmU5YjMgIWRlZmF1bHQ7XG4kYm9keS1iZzogJGJnLWNvbG9yLWxpZ2h0ICFkZWZhdWx0O1xuJGJvZHktZm9udC1jb2xvcjogbGlnaHRlbigkZGFyay1jb2xvciwgNSUpICFkZWZhdWx0O1xuJGxpbmstY29sb3I6ICRwcmltYXJ5LWNvbG9yICFkZWZhdWx0O1xuJGxpbmstY29sb3ItZGFyazogZGFya2VuKCRsaW5rLWNvbG9yLCAxMCUpICFkZWZhdWx0O1xuJGxpbmstY29sb3ItbGlnaHQ6IGxpZ2h0ZW4oJGxpbmstY29sb3IsIDEwJSkgIWRlZmF1bHQ7XG5cbi8vIEZvbnRzXG4vLyBDcmVkaXQ6IGh0dHBzOi8vd3d3LnNtYXNoaW5nbWFnYXppbmUuY29tLzIwMTUvMTEvdXNpbmctc3lzdGVtLXVpLWZvbnRzLXByYWN0aWNhbC1ndWlkZS9cbiRiYXNlLWZvbnQtZmFtaWx5OiAtYXBwbGUtc3lzdGVtLCBzeXN0ZW0tdWksIEJsaW5rTWFjU3lzdGVtRm9udCwgXCJTZWdvZSBVSVwiLCBSb2JvdG8gIWRlZmF1bHQ7XG4kbW9uby1mb250LWZhbWlseTogXCJTRiBNb25vXCIsIFwiU2Vnb2UgVUkgTW9ub1wiLCBcIlJvYm90byBNb25vXCIsIE1lbmxvLCBDb3VyaWVyLCBtb25vc3BhY2UgIWRlZmF1bHQ7XG4kZmFsbGJhY2stZm9udC1mYW1pbHk6IFwiSGVsdmV0aWNhIE5ldWVcIiwgc2Fucy1zZXJpZiAhZGVmYXVsdDtcbiRjamstemgtaGFucy1mb250LWZhbWlseTogJGJhc2UtZm9udC1mYW1pbHksIFwiUGluZ0ZhbmcgU0NcIiwgXCJIaXJhZ2lubyBTYW5zIEdCXCIsIFwiTWljcm9zb2Z0IFlhSGVpXCIsICRmYWxsYmFjay1mb250LWZhbWlseSAhZGVmYXVsdDtcbiRjamstemgtaGFudC1mb250LWZhbWlseTogJGJhc2UtZm9udC1mYW1pbHksIFwiUGluZ0ZhbmcgVENcIiwgXCJIaXJhZ2lubyBTYW5zIENOU1wiLCBcIk1pY3Jvc29mdCBKaGVuZ0hlaVwiLCAkZmFsbGJhY2stZm9udC1mYW1pbHkgIWRlZmF1bHQ7XG4kY2prLWpwLWZvbnQtZmFtaWx5OiAkYmFzZS1mb250LWZhbWlseSwgXCJIaXJhZ2lubyBTYW5zXCIsIFwiSGlyYWdpbm8gS2FrdSBHb3RoaWMgUHJvXCIsIFwiWXUgR290aGljXCIsIFl1R290aGljLCBNZWlyeW8sICRmYWxsYmFjay1mb250LWZhbWlseSAhZGVmYXVsdDtcbiRjamsta28tZm9udC1mYW1pbHk6ICRiYXNlLWZvbnQtZmFtaWx5LCBcIk1hbGd1biBHb3RoaWNcIiwgJGZhbGxiYWNrLWZvbnQtZmFtaWx5ICFkZWZhdWx0O1xuJGJvZHktZm9udC1mYW1pbHk6ICRiYXNlLWZvbnQtZmFtaWx5LCAkZmFsbGJhY2stZm9udC1mYW1pbHkgIWRlZmF1bHQ7XG5cbi8vIFVuaXQgc2l6ZXNcbiR1bml0LW86IC4wNXJlbSAhZGVmYXVsdDtcbiR1bml0LWg6IC4xcmVtICFkZWZhdWx0O1xuJHVuaXQtMTogLjJyZW0gIWRlZmF1bHQ7XG4kdW5pdC0yOiAuNHJlbSAhZGVmYXVsdDtcbiR1bml0LTM6IC42cmVtICFkZWZhdWx0O1xuJHVuaXQtNDogLjhyZW0gIWRlZmF1bHQ7XG4kdW5pdC01OiAxcmVtICFkZWZhdWx0O1xuJHVuaXQtNjogMS4ycmVtICFkZWZhdWx0O1xuJHVuaXQtNzogMS40cmVtICFkZWZhdWx0O1xuJHVuaXQtODogMS42cmVtICFkZWZhdWx0O1xuJHVuaXQtOTogMS44cmVtICFkZWZhdWx0O1xuJHVuaXQtMTA6IDJyZW0gIWRlZmF1bHQ7XG4kdW5pdC0xMjogMi40cmVtICFkZWZhdWx0O1xuJHVuaXQtMTY6IDMuMnJlbSAhZGVmYXVsdDtcblxuLy8gRm9udCBzaXplc1xuJGh0bWwtZm9udC1zaXplOiAyMHB4ICFkZWZhdWx0O1xuJGh0bWwtbGluZS1oZWlnaHQ6IDEuNSAhZGVmYXVsdDtcbiRmb250LXNpemU6IC44cmVtICFkZWZhdWx0O1xuJGZvbnQtc2l6ZS1zbTogLjdyZW0gIWRlZmF1bHQ7XG4kZm9udC1zaXplLWxnOiAuOXJlbSAhZGVmYXVsdDtcbiRsaW5lLWhlaWdodDogMS4ycmVtICFkZWZhdWx0O1xuXG4vLyBTaXplc1xuJGxheW91dC1zcGFjaW5nOiAkdW5pdC0yICFkZWZhdWx0O1xuJGxheW91dC1zcGFjaW5nLXNtOiAkdW5pdC0xICFkZWZhdWx0O1xuJGxheW91dC1zcGFjaW5nLWxnOiAkdW5pdC00ICFkZWZhdWx0O1xuJGJvcmRlci1yYWRpdXM6ICR1bml0LWggIWRlZmF1bHQ7XG4kYm9yZGVyLXdpZHRoOiAkdW5pdC1vICFkZWZhdWx0O1xuJGJvcmRlci13aWR0aC1sZzogJHVuaXQtaCAhZGVmYXVsdDtcbiRjb250cm9sLXNpemU6ICR1bml0LTkgIWRlZmF1bHQ7XG4kY29udHJvbC1zaXplLXNtOiAkdW5pdC03ICFkZWZhdWx0O1xuJGNvbnRyb2wtc2l6ZS1sZzogJHVuaXQtMTAgIWRlZmF1bHQ7XG4kY29udHJvbC1wYWRkaW5nLXg6ICR1bml0LTIgIWRlZmF1bHQ7XG4kY29udHJvbC1wYWRkaW5nLXgtc206ICR1bml0LTIgKiAuNzUgIWRlZmF1bHQ7XG4kY29udHJvbC1wYWRkaW5nLXgtbGc6ICR1bml0LTIgKiAxLjUgIWRlZmF1bHQ7XG4kY29udHJvbC1wYWRkaW5nLXk6ICgkY29udHJvbC1zaXplIC0gJGxpbmUtaGVpZ2h0KSAvIDIgLSAkYm9yZGVyLXdpZHRoICFkZWZhdWx0O1xuJGNvbnRyb2wtcGFkZGluZy15LXNtOiAoJGNvbnRyb2wtc2l6ZS1zbSAtICRsaW5lLWhlaWdodCkgLyAyIC0gJGJvcmRlci13aWR0aCAhZGVmYXVsdDtcbiRjb250cm9sLXBhZGRpbmcteS1sZzogKCRjb250cm9sLXNpemUtbGcgLSAkbGluZS1oZWlnaHQpIC8gMiAtICRib3JkZXItd2lkdGggIWRlZmF1bHQ7XG4kY29udHJvbC1pY29uLXNpemU6IC44cmVtICFkZWZhdWx0O1xuXG4kY29udHJvbC13aWR0aC14czogMTgwcHggIWRlZmF1bHQ7XG4kY29udHJvbC13aWR0aC1zbTogMzIwcHggIWRlZmF1bHQ7XG4kY29udHJvbC13aWR0aC1tZDogNjQwcHggIWRlZmF1bHQ7XG4kY29udHJvbC13aWR0aC1sZzogOTYwcHggIWRlZmF1bHQ7XG4kY29udHJvbC13aWR0aC14bDogMTI4MHB4ICFkZWZhdWx0O1xuXG4vLyBSZXNwb25zaXZlIGJyZWFrcG9pbnRzXG4kc2l6ZS14czogNDgwcHggIWRlZmF1bHQ7XG4kc2l6ZS1zbTogNjAwcHggIWRlZmF1bHQ7XG4kc2l6ZS1tZDogODQwcHggIWRlZmF1bHQ7XG4kc2l6ZS1sZzogOTYwcHggIWRlZmF1bHQ7XG4kc2l6ZS14bDogMTI4MHB4ICFkZWZhdWx0O1xuJHNpemUtMng6IDE0NDBweCAhZGVmYXVsdDtcblxuJHJlc3BvbnNpdmUtYnJlYWtwb2ludDogJHNpemUteHMgIWRlZmF1bHQ7XG5cbi8vIFotaW5kZXhcbiR6aW5kZXgtMDogMSAhZGVmYXVsdDtcbiR6aW5kZXgtMTogMTAwICFkZWZhdWx0O1xuJHppbmRleC0yOiAyMDAgIWRlZmF1bHQ7XG4kemluZGV4LTM6IDMwMCAhZGVmYXVsdDtcbiR6aW5kZXgtNDogNDAwICFkZWZhdWx0O1xuIiwiLy8gTWl4aW5zXG5AaW1wb3J0IFwibWl4aW5zL2F2YXRhclwiO1xuQGltcG9ydCBcIm1peGlucy9idXR0b25cIjtcbkBpbXBvcnQgXCJtaXhpbnMvY2xlYXJmaXhcIjtcbkBpbXBvcnQgXCJtaXhpbnMvY29sb3JcIjtcbkBpbXBvcnQgXCJtaXhpbnMvbGFiZWxcIjtcbkBpbXBvcnQgXCJtaXhpbnMvcG9zaXRpb25cIjtcbkBpbXBvcnQgXCJtaXhpbnMvc2hhZG93XCI7XG5AaW1wb3J0IFwibWl4aW5zL3RleHRcIjtcbkBpbXBvcnQgXCJtaXhpbnMvdG9hc3RcIjsiLCIvLyBBdmF0YXIgbWl4aW5cbkBtaXhpbiBhdmF0YXItYmFzZSgkc2l6ZTogJHVuaXQtOCkge1xuICBmb250LXNpemU6ICRzaXplIC8gMjtcbiAgaGVpZ2h0OiAkc2l6ZTtcbiAgd2lkdGg6ICRzaXplO1xufVxuIiwiLy8gQnV0dG9uIHZhcmlhbnQgbWl4aW5cbkBtaXhpbiBidXR0b24tdmFyaWFudCgkY29sb3I6ICRwcmltYXJ5LWNvbG9yKSB7XG4gIGJhY2tncm91bmQ6ICRjb2xvcjtcbiAgYm9yZGVyLWNvbG9yOiBkYXJrZW4oJGNvbG9yLCAzJSk7XG4gIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gICY6Zm9jdXMge1xuICAgIEBpbmNsdWRlIGNvbnRyb2wtc2hhZG93KCRjb2xvcik7XG4gIH1cbiAgJjpmb2N1cyxcbiAgJjpob3ZlciB7XG4gICAgYmFja2dyb3VuZDogZGFya2VuKCRjb2xvciwgMiUpO1xuICAgIGJvcmRlci1jb2xvcjogZGFya2VuKCRjb2xvciwgNSUpO1xuICAgIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gIH1cbiAgJjphY3RpdmUsXG4gICYuYWN0aXZlIHtcbiAgICBiYWNrZ3JvdW5kOiBkYXJrZW4oJGNvbG9yLCA3JSk7XG4gICAgYm9yZGVyLWNvbG9yOiBkYXJrZW4oJGNvbG9yLCAxMCUpO1xuICAgIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gIH1cbiAgJi5sb2FkaW5nIHtcbiAgICAmOjphZnRlciB7XG4gICAgICBib3JkZXItYm90dG9tLWNvbG9yOiAkbGlnaHQtY29sb3I7XG4gICAgICBib3JkZXItbGVmdC1jb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAgIH1cbiAgfVxufVxuXG5AbWl4aW4gYnV0dG9uLW91dGxpbmUtdmFyaWFudCgkY29sb3I6ICRwcmltYXJ5LWNvbG9yKSB7XG4gIGJhY2tncm91bmQ6ICRsaWdodC1jb2xvcjtcbiAgYm9yZGVyLWNvbG9yOiAkY29sb3I7XG4gIGNvbG9yOiAkY29sb3I7XG4gICY6Zm9jdXMge1xuICAgIEBpbmNsdWRlIGNvbnRyb2wtc2hhZG93KCRjb2xvcik7XG4gIH1cbiAgJjpmb2N1cyxcbiAgJjpob3ZlciB7XG4gICAgYmFja2dyb3VuZDogbGlnaHRlbigkY29sb3IsIDUwJSk7XG4gICAgYm9yZGVyLWNvbG9yOiBkYXJrZW4oJGNvbG9yLCAyJSk7XG4gICAgY29sb3I6ICRjb2xvcjtcbiAgfVxuICAmOmFjdGl2ZSxcbiAgJi5hY3RpdmUge1xuICAgIGJhY2tncm91bmQ6ICRjb2xvcjtcbiAgICBib3JkZXItY29sb3I6IGRhcmtlbigkY29sb3IsIDUlKTtcbiAgICBjb2xvcjogJGxpZ2h0LWNvbG9yO1xuICB9XG4gICYubG9hZGluZyB7XG4gICAgJjo6YWZ0ZXIge1xuICAgICAgYm9yZGVyLWJvdHRvbS1jb2xvcjogJGNvbG9yO1xuICAgICAgYm9yZGVyLWxlZnQtY29sb3I6ICRjb2xvcjtcbiAgICB9XG4gIH1cbn1cbiIsIi8vIENsZWFyZml4IG1peGluXG5AbWl4aW4gY2xlYXJmaXgoKSB7XG4gICY6OmFmdGVyIHtcbiAgICBjbGVhcjogYm90aDtcbiAgICBjb250ZW50OiBcIlwiO1xuICAgIGRpc3BsYXk6IHRhYmxlO1xuICB9XG59XG4iLCIvLyBCYWNrZ3JvdW5kIGNvbG9yIHV0aWxpdHkgbWl4aW5cbkBtaXhpbiBiZy1jb2xvci12YXJpYW50KCRuYW1lOiBcIi5iZy1wcmltYXJ5XCIsICRjb2xvcjogJHByaW1hcnktY29sb3IpIHtcbiAgI3skbmFtZX0ge1xuICAgIGJhY2tncm91bmQ6ICRjb2xvciAhaW1wb3J0YW50O1xuXG4gICAgQGlmIChsaWdodG5lc3MoJGNvbG9yKSA8IDYwKSB7XG4gICAgICBjb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAgIH1cbiAgfVxufVxuXG4vLyBUZXh0IGNvbG9yIHV0aWxpdHkgbWl4aW5cbkBtaXhpbiB0ZXh0LWNvbG9yLXZhcmlhbnQoJG5hbWU6IFwiLnRleHQtcHJpbWFyeVwiLCAkY29sb3I6ICRwcmltYXJ5LWNvbG9yKSB7XG4gICN7JG5hbWV9IHtcbiAgICBjb2xvcjogJGNvbG9yICFpbXBvcnRhbnQ7XG4gIH1cblxuICBhI3skbmFtZX0ge1xuICAgICY6Zm9jdXMsXG4gICAgJjpob3ZlciB7XG4gICAgICBjb2xvcjogZGFya2VuKCRjb2xvciwgNSUpO1xuICAgIH1cbiAgICAmOnZpc2l0ZWQge1xuICAgICAgY29sb3I6IGxpZ2h0ZW4oJGNvbG9yLCA1JSk7XG4gICAgfVxuICB9XG59XG4iLCIvLyBMYWJlbCBiYXNlIHN0eWxlXG5AbWl4aW4gbGFiZWwtYmFzZSgpIHtcbiAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gIGxpbmUtaGVpZ2h0OiAxLjI1O1xuICBwYWRkaW5nOiAuMXJlbSAuMnJlbTtcbn1cblxuQG1peGluIGxhYmVsLXZhcmlhbnQoJGNvbG9yOiAkbGlnaHQtY29sb3IsICRiZy1jb2xvcjogJHByaW1hcnktY29sb3IpIHtcbiAgYmFja2dyb3VuZDogJGJnLWNvbG9yO1xuICBjb2xvcjogJGNvbG9yO1xufVxuIiwiLy8gTWFyZ2luIHV0aWxpdHkgbWl4aW5cbkBtaXhpbiBtYXJnaW4tdmFyaWFudCgkaWQ6IDEsICRzaXplOiAkdW5pdC0xKSB7XG4gIC5tLSN7JGlkfSB7XG4gICAgbWFyZ2luOiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLm1iLSN7JGlkfSB7XG4gICAgbWFyZ2luLWJvdHRvbTogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5tbC0jeyRpZH0ge1xuICAgIG1hcmdpbi1sZWZ0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLm1yLSN7JGlkfSB7XG4gICAgbWFyZ2luLXJpZ2h0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLm10LSN7JGlkfSB7XG4gICAgbWFyZ2luLXRvcDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5teC0jeyRpZH0ge1xuICAgIG1hcmdpbi1sZWZ0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICAgIG1hcmdpbi1yaWdodDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5teS0jeyRpZH0ge1xuICAgIG1hcmdpbi1ib3R0b206ICRzaXplICFpbXBvcnRhbnQ7XG4gICAgbWFyZ2luLXRvcDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxufVxuXG4vLyBQYWRkaW5nIHV0aWxpdHkgbWl4aW5cbkBtaXhpbiBwYWRkaW5nLXZhcmlhbnQoJGlkOiAxLCAkc2l6ZTogJHVuaXQtMSkge1xuICAucC0jeyRpZH0ge1xuICAgIHBhZGRpbmc6ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cblxuICAucGItI3skaWR9IHtcbiAgICBwYWRkaW5nLWJvdHRvbTogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5wbC0jeyRpZH0ge1xuICAgIHBhZGRpbmctbGVmdDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5wci0jeyRpZH0ge1xuICAgIHBhZGRpbmctcmlnaHQ6ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cblxuICAucHQtI3skaWR9IHtcbiAgICBwYWRkaW5nLXRvcDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5weC0jeyRpZH0ge1xuICAgIHBhZGRpbmctbGVmdDogJHNpemUgIWltcG9ydGFudDtcbiAgICBwYWRkaW5nLXJpZ2h0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG4gIFxuICAucHktI3skaWR9IHtcbiAgICBwYWRkaW5nLWJvdHRvbTogJHNpemUgIWltcG9ydGFudDtcbiAgICBwYWRkaW5nLXRvcDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxufVxuIiwiLy8gQ29tcG9uZW50IGZvY3VzIHNoYWRvd1xuQG1peGluIGNvbnRyb2wtc2hhZG93KCRjb2xvcjogJHByaW1hcnktY29sb3IpIHtcbiAgYm94LXNoYWRvdzogMCAwIDAgLjFyZW0gcmdiYSgkY29sb3IsIC4yKTtcbn1cblxuLy8gU2hhZG93IG1peGluXG5AbWl4aW4gc2hhZG93LXZhcmlhbnQoJG9mZnNldCkge1xuICBib3gtc2hhZG93OiAwICRvZmZzZXQgKCRvZmZzZXQgKyAuMDVyZW0pICogMiByZ2JhKCRkYXJrLWNvbG9yLCAuMyk7XG59XG4iLCIvLyBUZXh0IEVsbGlwc2lzXG5AbWl4aW4gdGV4dC1lbGxpcHNpcygpIHtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG59XG4iLCIvLyBUb2FzdCB2YXJpYW50IG1peGluXG5AbWl4aW4gdG9hc3QtdmFyaWFudCgkY29sb3I6ICRkYXJrLWNvbG9yKSB7XG4gIGJhY2tncm91bmQ6IHJnYmEoJGNvbG9yLCAuOTUpO1xuICBib3JkZXItY29sb3I6ICRjb2xvcjtcbn1cbiIsIi8qIE1hbnVhbGx5IGZvcmtlZCBmcm9tIE5vcm1hbGl6ZS5jc3MgKi9cbi8qIG5vcm1hbGl6ZS5jc3MgdjUuMC4wIHwgTUlUIExpY2Vuc2UgfCBnaXRodWIuY29tL25lY29sYXMvbm9ybWFsaXplLmNzcyAqL1xuXG4vKipcbiAqIDEuIENoYW5nZSB0aGUgZGVmYXVsdCBmb250IGZhbWlseSBpbiBhbGwgYnJvd3NlcnMgKG9waW5pb25hdGVkKS5cbiAqIDIuIENvcnJlY3QgdGhlIGxpbmUgaGVpZ2h0IGluIGFsbCBicm93c2Vycy5cbiAqIDMuIFByZXZlbnQgYWRqdXN0bWVudHMgb2YgZm9udCBzaXplIGFmdGVyIG9yaWVudGF0aW9uIGNoYW5nZXMgaW5cbiAqICAgIElFIG9uIFdpbmRvd3MgUGhvbmUgYW5kIGluIGlPUy5cbiAqL1xuXG4vKiBEb2N1bWVudFxuICAgPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0gKi9cblxuaHRtbCB7XG4gIGZvbnQtZmFtaWx5OiBzYW5zLXNlcmlmOyAvKiAxICovXG4gIC1tcy10ZXh0LXNpemUtYWRqdXN0OiAxMDAlOyAvKiAzICovXG4gIC13ZWJraXQtdGV4dC1zaXplLWFkanVzdDogMTAwJTsgLyogMyAqL1xufVxuXG4vKiBTZWN0aW9uc1xuICAgPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0gKi9cblxuLyoqXG4gKiBSZW1vdmUgdGhlIG1hcmdpbiBpbiBhbGwgYnJvd3NlcnMgKG9waW5pb25hdGVkKS5cbiAqL1xuXG5ib2R5IHtcbiAgbWFyZ2luOiAwO1xufVxuXG4vKipcbiAqIEFkZCB0aGUgY29ycmVjdCBkaXNwbGF5IGluIElFIDktLlxuICovXG5cbmFydGljbGUsXG5hc2lkZSxcbmZvb3RlcixcbmhlYWRlcixcbm5hdixcbnNlY3Rpb24ge1xuICBkaXNwbGF5OiBibG9jaztcbn1cblxuLyoqXG4gKiBDb3JyZWN0IHRoZSBmb250IHNpemUgYW5kIG1hcmdpbiBvbiBgaDFgIGVsZW1lbnRzIHdpdGhpbiBgc2VjdGlvbmAgYW5kXG4gKiBgYXJ0aWNsZWAgY29udGV4dHMgaW4gQ2hyb21lLCBGaXJlZm94LCBhbmQgU2FmYXJpLlxuICovXG5cbmgxIHtcbiAgZm9udC1zaXplOiAyZW07XG4gIG1hcmdpbjogMC42N2VtIDA7XG59XG5cbi8qIEdyb3VwaW5nIGNvbnRlbnRcbiAgID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09ICovXG5cbi8qKlxuICogQWRkIHRoZSBjb3JyZWN0IGRpc3BsYXkgaW4gSUUgOS0uXG4gKiAxLiBBZGQgdGhlIGNvcnJlY3QgZGlzcGxheSBpbiBJRS5cbiAqL1xuXG5maWdjYXB0aW9uLFxuZmlndXJlLFxubWFpbiB7IC8qIDEgKi9cbiAgZGlzcGxheTogYmxvY2s7XG59XG5cbi8qKlxuICogQWRkIHRoZSBjb3JyZWN0IG1hcmdpbiBpbiBJRSA4IChyZW1vdmVkKS5cbiAqL1xuXG4vKipcbiAqIDEuIEFkZCB0aGUgY29ycmVjdCBib3ggc2l6aW5nIGluIEZpcmVmb3guXG4gKiAyLiBTaG93IHRoZSBvdmVyZmxvdyBpbiBFZGdlIGFuZCBJRS5cbiAqL1xuXG5ociB7XG4gIGJveC1zaXppbmc6IGNvbnRlbnQtYm94OyAvKiAxICovXG4gIGhlaWdodDogMDsgLyogMSAqL1xuICBvdmVyZmxvdzogdmlzaWJsZTsgLyogMiAqL1xufVxuXG4vKipcbiAqIDEuIENvcnJlY3QgdGhlIGluaGVyaXRhbmNlIGFuZCBzY2FsaW5nIG9mIGZvbnQgc2l6ZSBpbiBhbGwgYnJvd3NlcnMuIChyZW1vdmVkKVxuICogMi4gQ29ycmVjdCB0aGUgb2RkIGBlbWAgZm9udCBzaXppbmcgaW4gYWxsIGJyb3dzZXJzLlxuICovXG5cbi8qIFRleHQtbGV2ZWwgc2VtYW50aWNzXG4gICA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PSAqL1xuXG4vKipcbiAqIDEuIFJlbW92ZSB0aGUgZ3JheSBiYWNrZ3JvdW5kIG9uIGFjdGl2ZSBsaW5rcyBpbiBJRSAxMC5cbiAqIDIuIFJlbW92ZSBnYXBzIGluIGxpbmtzIHVuZGVybGluZSBpbiBpT1MgOCsgYW5kIFNhZmFyaSA4Ky5cbiAqL1xuXG5hIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQ7IC8qIDEgKi9cbiAgLXdlYmtpdC10ZXh0LWRlY29yYXRpb24tc2tpcDogb2JqZWN0czsgLyogMiAqL1xufVxuXG4vKipcbiAqIFJlbW92ZSB0aGUgb3V0bGluZSBvbiBmb2N1c2VkIGxpbmtzIHdoZW4gdGhleSBhcmUgYWxzbyBhY3RpdmUgb3IgaG92ZXJlZFxuICogaW4gYWxsIGJyb3dzZXJzIChvcGluaW9uYXRlZCkuXG4gKi9cblxuYTphY3RpdmUsXG5hOmhvdmVyIHtcbiAgb3V0bGluZS13aWR0aDogMDtcbn1cblxuLyoqXG4gKiBNb2RpZnkgZGVmYXVsdCBzdHlsaW5nIG9mIGFkZHJlc3MuXG4gKi9cblxuYWRkcmVzcyB7XG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcbn1cblxuLyoqXG4gKiAxLiBSZW1vdmUgdGhlIGJvdHRvbSBib3JkZXIgaW4gRmlyZWZveCAzOS0uXG4gKiAyLiBBZGQgdGhlIGNvcnJlY3QgdGV4dCBkZWNvcmF0aW9uIGluIENocm9tZSwgRWRnZSwgSUUsIE9wZXJhLCBhbmQgU2FmYXJpLiAocmVtb3ZlZClcbiAqL1xuXG4vKipcbiAqIFByZXZlbnQgdGhlIGR1cGxpY2F0ZSBhcHBsaWNhdGlvbiBvZiBgYm9sZGVyYCBieSB0aGUgbmV4dCBydWxlIGluIFNhZmFyaSA2LlxuICovXG5cbmIsXG5zdHJvbmcge1xuICBmb250LXdlaWdodDogaW5oZXJpdDtcbn1cblxuLyoqXG4gKiBBZGQgdGhlIGNvcnJlY3QgZm9udCB3ZWlnaHQgaW4gQ2hyb21lLCBFZGdlLCBhbmQgU2FmYXJpLlxuICovXG5cbmIsXG5zdHJvbmcge1xuICBmb250LXdlaWdodDogYm9sZGVyO1xufVxuXG4vKipcbiAqIDEuIENvcnJlY3QgdGhlIGluaGVyaXRhbmNlIGFuZCBzY2FsaW5nIG9mIGZvbnQgc2l6ZSBpbiBhbGwgYnJvd3NlcnMuXG4gKiAyLiBDb3JyZWN0IHRoZSBvZGQgYGVtYCBmb250IHNpemluZyBpbiBhbGwgYnJvd3NlcnMuXG4gKi9cblxuY29kZSxcbmtiZCxcbnByZSxcbnNhbXAge1xuICBmb250LWZhbWlseTogJG1vbm8tZm9udC1mYW1pbHk7IC8qIDEgKGNoYW5nZWQpICovXG4gIGZvbnQtc2l6ZTogMWVtOyAvKiAyICovXG59XG5cbi8qKlxuICogQWRkIHRoZSBjb3JyZWN0IGZvbnQgc3R5bGUgaW4gQW5kcm9pZCA0LjMtLlxuICovXG5cbmRmbiB7XG4gIGZvbnQtc3R5bGU6IGl0YWxpYztcbn1cblxuLyoqXG4gKiBBZGQgdGhlIGNvcnJlY3QgYmFja2dyb3VuZCBhbmQgY29sb3IgaW4gSUUgOS0uIChSZW1vdmVkKVxuICovXG5cbi8qKlxuICogQWRkIHRoZSBjb3JyZWN0IGZvbnQgc2l6ZSBpbiBhbGwgYnJvd3NlcnMuXG4gKi9cblxuc21hbGwge1xuICBmb250LXNpemU6IDgwJTtcbiAgZm9udC13ZWlnaHQ6IDQwMDsgLyogKGFkZGVkKSAqL1xufVxuXG4vKipcbiAqIFByZXZlbnQgYHN1YmAgYW5kIGBzdXBgIGVsZW1lbnRzIGZyb20gYWZmZWN0aW5nIHRoZSBsaW5lIGhlaWdodCBpblxuICogYWxsIGJyb3dzZXJzLlxuICovXG5cbnN1YixcbnN1cCB7XG4gIGZvbnQtc2l6ZTogNzUlO1xuICBsaW5lLWhlaWdodDogMDtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICB2ZXJ0aWNhbC1hbGlnbjogYmFzZWxpbmU7XG59XG5cbnN1YiB7XG4gIGJvdHRvbTogLTAuMjVlbTtcbn1cblxuc3VwIHtcbiAgdG9wOiAtMC41ZW07XG59XG5cbi8qIEVtYmVkZGVkIGNvbnRlbnRcbiAgID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09ICovXG5cbi8qKlxuICogQWRkIHRoZSBjb3JyZWN0IGRpc3BsYXkgaW4gSUUgOS0uXG4gKi9cblxuYXVkaW8sXG52aWRlbyB7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbn1cblxuLyoqXG4gKiBBZGQgdGhlIGNvcnJlY3QgZGlzcGxheSBpbiBpT1MgNC03LlxuICovXG5cbmF1ZGlvOm5vdChbY29udHJvbHNdKSB7XG4gIGRpc3BsYXk6IG5vbmU7XG4gIGhlaWdodDogMDtcbn1cblxuLyoqXG4gKiBSZW1vdmUgdGhlIGJvcmRlciBvbiBpbWFnZXMgaW5zaWRlIGxpbmtzIGluIElFIDEwLS5cbiAqL1xuXG5pbWcge1xuICBib3JkZXItc3R5bGU6IG5vbmU7XG59XG5cbi8qKlxuICogSGlkZSB0aGUgb3ZlcmZsb3cgaW4gSUUuXG4gKi9cblxuc3ZnOm5vdCg6cm9vdCkge1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuXG4vKiBGb3Jtc1xuICAgPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0gKi9cblxuLyoqXG4gKiAxLiBDaGFuZ2UgdGhlIGZvbnQgc3R5bGVzIGluIGFsbCBicm93c2VycyAob3BpbmlvbmF0ZWQpLlxuICogMi4gUmVtb3ZlIHRoZSBtYXJnaW4gaW4gRmlyZWZveCBhbmQgU2FmYXJpLlxuICovXG5cbmJ1dHRvbixcbmlucHV0LFxub3B0Z3JvdXAsXG5zZWxlY3QsXG50ZXh0YXJlYSB7XG4gIGZvbnQtZmFtaWx5OiBpbmhlcml0OyAvKiAxIChjaGFuZ2VkKSAqL1xuICBmb250LXNpemU6IGluaGVyaXQ7IC8qIDEgKGNoYW5nZWQpICovXG4gIGxpbmUtaGVpZ2h0OiBpbmhlcml0OyAvKiAxIChjaGFuZ2VkKSAqL1xuICBtYXJnaW46IDA7IC8qIDIgKi9cbn1cblxuLyoqXG4gKiBTaG93IHRoZSBvdmVyZmxvdyBpbiBJRS5cbiAqIDEuIFNob3cgdGhlIG92ZXJmbG93IGluIEVkZ2UuXG4gKi9cblxuYnV0dG9uLFxuaW5wdXQgeyAvKiAxICovXG4gIG92ZXJmbG93OiB2aXNpYmxlO1xufVxuXG4vKipcbiAqIFJlbW92ZSB0aGUgaW5oZXJpdGFuY2Ugb2YgdGV4dCB0cmFuc2Zvcm0gaW4gRWRnZSwgRmlyZWZveCwgYW5kIElFLlxuICogMS4gUmVtb3ZlIHRoZSBpbmhlcml0YW5jZSBvZiB0ZXh0IHRyYW5zZm9ybSBpbiBGaXJlZm94LlxuICovXG5cbmJ1dHRvbixcbnNlbGVjdCB7IC8qIDEgKi9cbiAgdGV4dC10cmFuc2Zvcm06IG5vbmU7XG59XG5cbi8qKlxuICogMS4gUHJldmVudCBhIFdlYktpdCBidWcgd2hlcmUgKDIpIGRlc3Ryb3lzIG5hdGl2ZSBgYXVkaW9gIGFuZCBgdmlkZW9gXG4gKiAgICBjb250cm9scyBpbiBBbmRyb2lkIDQuXG4gKiAyLiBDb3JyZWN0IHRoZSBpbmFiaWxpdHkgdG8gc3R5bGUgY2xpY2thYmxlIHR5cGVzIGluIGlPUyBhbmQgU2FmYXJpLlxuICovXG5cbmJ1dHRvbixcbmh0bWwgW3R5cGU9XCJidXR0b25cIl0sIC8qIDEgKi9cblt0eXBlPVwicmVzZXRcIl0sXG5bdHlwZT1cInN1Ym1pdFwiXSB7XG4gIC13ZWJraXQtYXBwZWFyYW5jZTogYnV0dG9uOyAvKiAyICovXG59XG5cbi8qKlxuICogUmVtb3ZlIHRoZSBpbm5lciBib3JkZXIgYW5kIHBhZGRpbmcgaW4gRmlyZWZveC5cbiAqL1xuXG5idXR0b246Oi1tb3otZm9jdXMtaW5uZXIsXG5bdHlwZT1cImJ1dHRvblwiXTo6LW1vei1mb2N1cy1pbm5lcixcblt0eXBlPVwicmVzZXRcIl06Oi1tb3otZm9jdXMtaW5uZXIsXG5bdHlwZT1cInN1Ym1pdFwiXTo6LW1vei1mb2N1cy1pbm5lciB7XG4gIGJvcmRlci1zdHlsZTogbm9uZTtcbiAgcGFkZGluZzogMDtcbn1cblxuLyoqXG4gKiBSZXN0b3JlIHRoZSBmb2N1cyBzdHlsZXMgdW5zZXQgYnkgdGhlIHByZXZpb3VzIHJ1bGUgKHJlbW92ZWQpLlxuICovXG5cblxuLyoqXG4gKiBDaGFuZ2UgdGhlIGJvcmRlciwgbWFyZ2luLCBhbmQgcGFkZGluZyBpbiBhbGwgYnJvd3NlcnMgKG9waW5pb25hdGVkKSAoY2hhbmdlZCkuXG4gKi9cblxuZmllbGRzZXQge1xuICBib3JkZXI6IDA7XG4gIG1hcmdpbjogMDtcbiAgcGFkZGluZzogMDtcbn1cblxuLyoqXG4gKiAxLiBDb3JyZWN0IHRoZSB0ZXh0IHdyYXBwaW5nIGluIEVkZ2UgYW5kIElFLlxuICogMi4gQ29ycmVjdCB0aGUgY29sb3IgaW5oZXJpdGFuY2UgZnJvbSBgZmllbGRzZXRgIGVsZW1lbnRzIGluIElFLlxuICogMy4gUmVtb3ZlIHRoZSBwYWRkaW5nIHNvIGRldmVsb3BlcnMgYXJlIG5vdCBjYXVnaHQgb3V0IHdoZW4gdGhleSB6ZXJvIG91dFxuICogICAgYGZpZWxkc2V0YCBlbGVtZW50cyBpbiBhbGwgYnJvd3NlcnMuXG4gKi9cblxubGVnZW5kIHtcbiAgYm94LXNpemluZzogYm9yZGVyLWJveDsgLyogMSAqL1xuICBjb2xvcjogaW5oZXJpdDsgLyogMiAqL1xuICBkaXNwbGF5OiB0YWJsZTsgLyogMSAqL1xuICBtYXgtd2lkdGg6IDEwMCU7IC8qIDEgKi9cbiAgcGFkZGluZzogMDsgLyogMyAqL1xuICB3aGl0ZS1zcGFjZTogbm9ybWFsOyAvKiAxICovXG59XG5cbi8qKlxuICogMS4gQWRkIHRoZSBjb3JyZWN0IGRpc3BsYXkgaW4gSUUgOS0uXG4gKiAyLiBBZGQgdGhlIGNvcnJlY3QgdmVydGljYWwgYWxpZ25tZW50IGluIENocm9tZSwgRmlyZWZveCwgYW5kIE9wZXJhLlxuICovXG5cbnByb2dyZXNzIHtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrOyAvKiAxICovXG4gIHZlcnRpY2FsLWFsaWduOiBiYXNlbGluZTsgLyogMiAqL1xufVxuXG4vKipcbiAqIFJlbW92ZSB0aGUgZGVmYXVsdCB2ZXJ0aWNhbCBzY3JvbGxiYXIgaW4gSUUuXG4gKi9cblxudGV4dGFyZWEge1xuICBvdmVyZmxvdzogYXV0bztcbn1cblxuLyoqXG4gKiAxLiBBZGQgdGhlIGNvcnJlY3QgYm94IHNpemluZyBpbiBJRSAxMC0uXG4gKiAyLiBSZW1vdmUgdGhlIHBhZGRpbmcgaW4gSUUgMTAtLlxuICovXG5cblt0eXBlPVwiY2hlY2tib3hcIl0sXG5bdHlwZT1cInJhZGlvXCJdIHtcbiAgYm94LXNpemluZzogYm9yZGVyLWJveDsgLyogMSAqL1xuICBwYWRkaW5nOiAwOyAvKiAyICovXG59XG5cbi8qKlxuICogQ29ycmVjdCB0aGUgY3Vyc29yIHN0eWxlIG9mIGluY3JlbWVudCBhbmQgZGVjcmVtZW50IGJ1dHRvbnMgaW4gQ2hyb21lLlxuICovXG5cblt0eXBlPVwibnVtYmVyXCJdOjotd2Via2l0LWlubmVyLXNwaW4tYnV0dG9uLFxuW3R5cGU9XCJudW1iZXJcIl06Oi13ZWJraXQtb3V0ZXItc3Bpbi1idXR0b24ge1xuICBoZWlnaHQ6IGF1dG87XG59XG5cbi8qKlxuICogMS4gQ29ycmVjdCB0aGUgb2RkIGFwcGVhcmFuY2UgaW4gQ2hyb21lIGFuZCBTYWZhcmkuXG4gKiAyLiBDb3JyZWN0IHRoZSBvdXRsaW5lIHN0eWxlIGluIFNhZmFyaS5cbiAqL1xuXG5bdHlwZT1cInNlYXJjaFwiXSB7XG4gIC13ZWJraXQtYXBwZWFyYW5jZTogdGV4dGZpZWxkOyAvKiAxICovXG4gIG91dGxpbmUtb2Zmc2V0OiAtMnB4OyAvKiAyICovXG59XG5cbi8qKlxuICogUmVtb3ZlIHRoZSBpbm5lciBwYWRkaW5nIGFuZCBjYW5jZWwgYnV0dG9ucyBpbiBDaHJvbWUgYW5kIFNhZmFyaSBvbiBtYWNPUy5cbiAqL1xuXG5bdHlwZT1cInNlYXJjaFwiXTo6LXdlYmtpdC1zZWFyY2gtY2FuY2VsLWJ1dHRvbixcblt0eXBlPVwic2VhcmNoXCJdOjotd2Via2l0LXNlYXJjaC1kZWNvcmF0aW9uIHtcbiAgLXdlYmtpdC1hcHBlYXJhbmNlOiBub25lO1xufVxuXG4vKipcbiAqIDEuIENvcnJlY3QgdGhlIGluYWJpbGl0eSB0byBzdHlsZSBjbGlja2FibGUgdHlwZXMgaW4gaU9TIGFuZCBTYWZhcmkuXG4gKiAyLiBDaGFuZ2UgZm9udCBwcm9wZXJ0aWVzIHRvIGBpbmhlcml0YCBpbiBTYWZhcmkuXG4gKi9cblxuOjotd2Via2l0LWZpbGUtdXBsb2FkLWJ1dHRvbiB7XG4gIC13ZWJraXQtYXBwZWFyYW5jZTogYnV0dG9uOyAvKiAxICovXG4gIGZvbnQ6IGluaGVyaXQ7IC8qIDIgKi9cbn1cblxuLyogSW50ZXJhY3RpdmVcbiAgID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09ICovXG5cbi8qXG4gKiBBZGQgdGhlIGNvcnJlY3QgZGlzcGxheSBpbiBJRSA5LS5cbiAqIDEuIEFkZCB0aGUgY29ycmVjdCBkaXNwbGF5IGluIEVkZ2UsIElFLCBhbmQgRmlyZWZveC5cbiAqL1xuXG5kZXRhaWxzLCAvKiAxICovXG5tZW51IHtcbiAgZGlzcGxheTogYmxvY2s7XG59XG5cbi8qXG4gKiBBZGQgdGhlIGNvcnJlY3QgZGlzcGxheSBpbiBhbGwgYnJvd3NlcnMuXG4gKi9cblxuc3VtbWFyeSB7XG4gIGRpc3BsYXk6IGxpc3QtaXRlbTtcbiAgb3V0bGluZTogbm9uZTtcbn1cblxuLyogU2NyaXB0aW5nXG4gICA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PSAqL1xuXG4vKipcbiAqIEFkZCB0aGUgY29ycmVjdCBkaXNwbGF5IGluIElFIDktLlxuICovXG5cbmNhbnZhcyB7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbn1cblxuLyoqXG4gKiBBZGQgdGhlIGNvcnJlY3QgZGlzcGxheSBpbiBJRS5cbiAqL1xuXG50ZW1wbGF0ZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG5cbi8qIEhpZGRlblxuICAgPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0gKi9cblxuLyoqXG4gKiBBZGQgdGhlIGNvcnJlY3QgZGlzcGxheSBpbiBJRSAxMC0uXG4gKi9cblxuW2hpZGRlbl0ge1xuICBkaXNwbGF5OiBub25lO1xufVxuIiwiLy8gQmFzZVxuKixcbio6OmJlZm9yZSxcbio6OmFmdGVyIHtcbiAgYm94LXNpemluZzogaW5oZXJpdDtcbn1cblxuaHRtbCB7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG4gIGZvbnQtc2l6ZTogJGh0bWwtZm9udC1zaXplO1xuICBsaW5lLWhlaWdodDogJGh0bWwtbGluZS1oZWlnaHQ7XG4gIC13ZWJraXQtdGFwLWhpZ2hsaWdodC1jb2xvcjogdHJhbnNwYXJlbnQ7XG59XG5cbmJvZHkge1xuICBiYWNrZ3JvdW5kOiAkYm9keS1iZztcbiAgY29sb3I6ICRib2R5LWZvbnQtY29sb3I7XG4gIGZvbnQtZmFtaWx5OiAkYm9keS1mb250LWZhbWlseTtcbiAgZm9udC1zaXplOiAkZm9udC1zaXplO1xuICBvdmVyZmxvdy14OiBoaWRkZW47XG4gIHRleHQtcmVuZGVyaW5nOiBvcHRpbWl6ZUxlZ2liaWxpdHk7XG59XG5cbmEge1xuICBjb2xvcjogJGxpbmstY29sb3I7XG4gIG91dGxpbmU6IG5vbmU7XG4gIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcblxuICAmOmZvY3VzIHtcbiAgICBAaW5jbHVkZSBjb250cm9sLXNoYWRvdygpO1xuICB9XG5cbiAgJjpmb2N1cyxcbiAgJjpob3ZlcixcbiAgJjphY3RpdmUsXG4gICYuYWN0aXZlIHtcbiAgICBjb2xvcjogJGxpbmstY29sb3ItZGFyaztcbiAgICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTtcbiAgfVxuXG4gICY6dmlzaXRlZCB7XG4gICAgY29sb3I6ICRsaW5rLWNvbG9yLWxpZ2h0O1xuICB9XG59XG4iLCIvLyBUeXBvZ3JhcGh5XG4vLyBIZWFkaW5nc1xuaDEsXG5oMixcbmgzLFxuaDQsXG5oNSxcbmg2IHtcbiAgY29sb3I6IGluaGVyaXQ7XG4gIGZvbnQtd2VpZ2h0OiA1MDA7XG4gIGxpbmUtaGVpZ2h0OiAxLjI7XG4gIG1hcmdpbi1ib3R0b206IC41ZW07XG4gIG1hcmdpbi10b3A6IDA7XG59XG4uaDEsXG4uaDIsXG4uaDMsXG4uaDQsXG4uaDUsXG4uaDYge1xuICBmb250LXdlaWdodDogNTAwO1xufVxuaDEsXG4uaDEge1xuICBmb250LXNpemU6IDJyZW07XG59XG5oMixcbi5oMiB7XG4gIGZvbnQtc2l6ZTogMS42cmVtO1xufVxuaDMsXG4uaDMge1xuICBmb250LXNpemU6IDEuNHJlbTtcbn1cbmg0LFxuLmg0IHtcbiAgZm9udC1zaXplOiAxLjJyZW07XG59XG5oNSxcbi5oNSB7XG4gIGZvbnQtc2l6ZTogMXJlbTtcbn1cbmg2LFxuLmg2IHtcbiAgZm9udC1zaXplOiAuOHJlbTtcbn1cblxuLy8gUGFyYWdyYXBoc1xucCB7XG4gIG1hcmdpbjogMCAwICRsaW5lLWhlaWdodDtcbn1cblxuLy8gU2VtYW50aWMgdGV4dCBlbGVtZW50c1xuYSxcbmlucyxcbnUge1xuICB0ZXh0LWRlY29yYXRpb24tc2tpcDogaW5rIGVkZ2VzO1xufVxuXG5hYmJyW3RpdGxlXSB7XG4gIGJvcmRlci1ib3R0b206ICRib3JkZXItd2lkdGggZG90dGVkO1xuICBjdXJzb3I6IGhlbHA7XG4gIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbn1cblxua2JkIHtcbiAgQGluY2x1ZGUgbGFiZWwtYmFzZSgpO1xuICBAaW5jbHVkZSBsYWJlbC12YXJpYW50KCRsaWdodC1jb2xvciwgJGRhcmstY29sb3IpO1xuICBmb250LXNpemU6ICRmb250LXNpemUtc207XG59XG5cbm1hcmsge1xuICBAaW5jbHVkZSBsYWJlbC12YXJpYW50KCRib2R5LWZvbnQtY29sb3IsICRoaWdobGlnaHQtY29sb3IpO1xuICBib3JkZXItYm90dG9tOiAkdW5pdC1vIHNvbGlkIGRhcmtlbigkaGlnaGxpZ2h0LWNvbG9yLCAxNSUpO1xuICBib3JkZXItcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgcGFkZGluZzogJHVuaXQtbyAkdW5pdC1oIDA7XG59XG5cbi8vIEJsb2NrcXVvdGVcbmJsb2NrcXVvdGUge1xuICBib3JkZXItbGVmdDogJGJvcmRlci13aWR0aC1sZyBzb2xpZCAkYm9yZGVyLWNvbG9yO1xuICBtYXJnaW4tbGVmdDogMDtcbiAgcGFkZGluZzogJHVuaXQtMiAkdW5pdC00O1xuXG4gIHA6bGFzdC1jaGlsZCB7XG4gICAgbWFyZ2luLWJvdHRvbTogMDtcbiAgfVxufVxuXG4vLyBMaXN0c1xudWwsXG5vbCB7XG4gIG1hcmdpbjogJHVuaXQtNCAwICR1bml0LTQgJHVuaXQtNDtcbiAgcGFkZGluZzogMDtcblxuICB1bCxcbiAgb2wge1xuICAgIG1hcmdpbjogJHVuaXQtNCAwICR1bml0LTQgJHVuaXQtNDtcbiAgfVxuXG4gIGxpIHtcbiAgICBtYXJnaW4tdG9wOiAkdW5pdC0yO1xuICB9XG59XG5cbnVsIHtcbiAgbGlzdC1zdHlsZTogZGlzYyBpbnNpZGU7XG5cbiAgdWwge1xuICAgIGxpc3Qtc3R5bGUtdHlwZTogY2lyY2xlO1xuICB9XG59XG5cbm9sIHtcbiAgbGlzdC1zdHlsZTogZGVjaW1hbCBpbnNpZGU7XG5cbiAgb2wge1xuICAgIGxpc3Qtc3R5bGUtdHlwZTogbG93ZXItYWxwaGE7XG4gIH1cbn1cblxuZGwge1xuICBkdCB7XG4gICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIH1cbiAgZGQge1xuICAgIG1hcmdpbjogJHVuaXQtMiAwICR1bml0LTQgMDtcbiAgfVxufVxuIiwiLy8gT3B0aW1pemVkIGZvciBFYXN0IEFzaWFuIENKS1xuaHRtbDpsYW5nKHpoKSxcbmh0bWw6bGFuZyh6aC1IYW5zKSxcbi5sYW5nLXpoLFxuLmxhbmctemgtaGFucyB7XG4gIGZvbnQtZmFtaWx5OiAkY2prLXpoLWhhbnMtZm9udC1mYW1pbHk7XG59XG5cbmh0bWw6bGFuZyh6aC1IYW50KSxcbi5sYW5nLXpoLWhhbnQge1xuICBmb250LWZhbWlseTogJGNqay16aC1oYW50LWZvbnQtZmFtaWx5O1xufVxuXG5odG1sOmxhbmcoamEpLFxuLmxhbmctamEge1xuICBmb250LWZhbWlseTogJGNqay1qcC1mb250LWZhbWlseTtcbn1cblxuaHRtbDpsYW5nKGtvKSxcbi5sYW5nLWtvIHtcbiAgZm9udC1mYW1pbHk6ICRjamsta28tZm9udC1mYW1pbHk7XG59XG5cbjpsYW5nKHpoKSxcbjpsYW5nKGphKSxcbi5sYW5nLWNqayB7XG4gIGlucyxcbiAgdSB7XG4gICAgYm9yZGVyLWJvdHRvbTogJGJvcmRlci13aWR0aCBzb2xpZDtcbiAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG4gIH1cblxuICBkZWwgKyBkZWwsXG4gIGRlbCArIHMsXG4gIGlucyArIGlucyxcbiAgaW5zICsgdSxcbiAgcyArIGRlbCxcbiAgcyArIHMsXG4gIHUgKyBpbnMsXG4gIHUgKyB1IHtcbiAgICBtYXJnaW4tbGVmdDogLjEyNWVtO1xuICB9XG59XG4iLCIvLyBUYWJsZXNcbi50YWJsZSB7XG4gIGJvcmRlci1jb2xsYXBzZTogY29sbGFwc2U7XG4gIGJvcmRlci1zcGFjaW5nOiAwO1xuICB3aWR0aDogMTAwJTtcbiAgQGlmICRydGwgPT0gdHJ1ZSB7XG4gICAgdGV4dC1hbGlnbjogcmlnaHQ7XG4gIH0gQGVsc2Uge1xuICAgIHRleHQtYWxpZ246IGxlZnQ7XG4gIH1cblxuICAmLnRhYmxlLXN0cmlwZWQge1xuICAgIHRib2R5IHtcbiAgICAgIHRyOm50aC1vZi10eXBlKG9kZCkge1xuICAgICAgICBiYWNrZ3JvdW5kOiAkYmctY29sb3I7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgJixcbiAgJi50YWJsZS1zdHJpcGVkIHtcbiAgICB0Ym9keSB7XG4gICAgICB0ciB7XG4gICAgICAgICYuYWN0aXZlIHtcbiAgICAgICAgICBiYWNrZ3JvdW5kOiAkYmctY29sb3ItZGFyaztcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gICYudGFibGUtaG92ZXIge1xuICAgIHRib2R5IHtcbiAgICAgIHRyIHtcbiAgICAgICAgJjpob3ZlciB7XG4gICAgICAgICAgYmFja2dyb3VuZDogJGJnLWNvbG9yLWRhcms7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICAvLyBTY29sbGFibGUgdGFibGVzXG4gICYudGFibGUtc2Nyb2xsIHtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBvdmVyZmxvdy14OiBhdXRvO1xuICAgIHBhZGRpbmctYm90dG9tOiAuNzVyZW07XG4gICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgfVxuXG4gIHRkLFxuICB0aCB7XG4gICAgYm9yZGVyLWJvdHRvbTogJGJvcmRlci13aWR0aCBzb2xpZCAkYm9yZGVyLWNvbG9yO1xuICAgIHBhZGRpbmc6ICR1bml0LTMgJHVuaXQtMjtcbiAgfVxuICB0aCB7XG4gICAgYm9yZGVyLWJvdHRvbS13aWR0aDogJGJvcmRlci13aWR0aC1sZztcbiAgfVxufVxuIiwiLy8gQnV0dG9uc1xuLmJ0biB7XG4gIGFwcGVhcmFuY2U6IG5vbmU7XG4gIGJhY2tncm91bmQ6ICRiZy1jb2xvci1saWdodDtcbiAgYm9yZGVyOiAkYm9yZGVyLXdpZHRoIHNvbGlkICRwcmltYXJ5LWNvbG9yO1xuICBib3JkZXItcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgY29sb3I6ICRwcmltYXJ5LWNvbG9yO1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgZm9udC1zaXplOiAkZm9udC1zaXplO1xuICBoZWlnaHQ6ICRjb250cm9sLXNpemU7XG4gIGxpbmUtaGVpZ2h0OiAkbGluZS1oZWlnaHQ7XG4gIG91dGxpbmU6IG5vbmU7XG4gIHBhZGRpbmc6ICRjb250cm9sLXBhZGRpbmcteSAkY29udHJvbC1wYWRkaW5nLXg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kIC4ycywgYm9yZGVyIC4ycywgYm94LXNoYWRvdyAuMnMsIGNvbG9yIC4ycztcbiAgdXNlci1zZWxlY3Q6IG5vbmU7XG4gIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICY6Zm9jdXMge1xuICAgIEBpbmNsdWRlIGNvbnRyb2wtc2hhZG93KCk7XG4gIH1cbiAgJjpmb2N1cyxcbiAgJjpob3ZlciB7XG4gICAgYmFja2dyb3VuZDogJHNlY29uZGFyeS1jb2xvcjtcbiAgICBib3JkZXItY29sb3I6ICRwcmltYXJ5LWNvbG9yLWRhcms7XG4gICAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICB9XG4gICY6YWN0aXZlLFxuICAmLmFjdGl2ZSB7XG4gICAgYmFja2dyb3VuZDogJHByaW1hcnktY29sb3ItZGFyaztcbiAgICBib3JkZXItY29sb3I6IGRhcmtlbigkcHJpbWFyeS1jb2xvci1kYXJrLCA1JSk7XG4gICAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG4gICAgJi5sb2FkaW5nIHtcbiAgICAgICY6OmFmdGVyIHtcbiAgICAgICAgYm9yZGVyLWJvdHRvbS1jb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAgICAgICBib3JkZXItbGVmdC1jb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAgICAgfVxuICAgIH1cbiAgfVxuICAmW2Rpc2FibGVkXSxcbiAgJjpkaXNhYmxlZCxcbiAgJi5kaXNhYmxlZCB7XG4gICAgY3Vyc29yOiBkZWZhdWx0O1xuICAgIG9wYWNpdHk6IC41O1xuICAgIHBvaW50ZXItZXZlbnRzOiBub25lO1xuICB9XG5cbiAgLy8gQnV0dG9uIFByaW1hcnlcbiAgJi5idG4tcHJpbWFyeSB7XG4gICAgYmFja2dyb3VuZDogJHByaW1hcnktY29sb3I7XG4gICAgYm9yZGVyLWNvbG9yOiAkcHJpbWFyeS1jb2xvci1kYXJrO1xuICAgIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gICAgJjpmb2N1cyxcbiAgICAmOmhvdmVyIHtcbiAgICAgIGJhY2tncm91bmQ6IGRhcmtlbigkcHJpbWFyeS1jb2xvci1kYXJrLCAyJSk7XG4gICAgICBib3JkZXItY29sb3I6IGRhcmtlbigkcHJpbWFyeS1jb2xvci1kYXJrLCA1JSk7XG4gICAgICBjb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAgIH1cbiAgICAmOmFjdGl2ZSxcbiAgICAmLmFjdGl2ZSB7XG4gICAgICBiYWNrZ3JvdW5kOiBkYXJrZW4oJHByaW1hcnktY29sb3ItZGFyaywgNCUpO1xuICAgICAgYm9yZGVyLWNvbG9yOiBkYXJrZW4oJHByaW1hcnktY29sb3ItZGFyaywgNyUpO1xuICAgICAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgICB9XG4gICAgJi5sb2FkaW5nIHtcbiAgICAgICY6OmFmdGVyIHtcbiAgICAgICAgYm9yZGVyLWJvdHRvbS1jb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAgICAgICBib3JkZXItbGVmdC1jb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC8vIEJ1dHRvbiBDb2xvcnNcbiAgJi5idG4tc3VjY2VzcyB7XG4gICAgQGluY2x1ZGUgYnV0dG9uLXZhcmlhbnQoJHN1Y2Nlc3MtY29sb3IpO1xuICB9XG5cbiAgJi5idG4tZXJyb3Ige1xuICAgIEBpbmNsdWRlIGJ1dHRvbi12YXJpYW50KCRlcnJvci1jb2xvcik7XG4gIH1cblxuICAvLyBCdXR0b24gTGlua1xuICAmLmJ0bi1saW5rIHtcbiAgICBiYWNrZ3JvdW5kOiB0cmFuc3BhcmVudDtcbiAgICBib3JkZXItY29sb3I6IHRyYW5zcGFyZW50O1xuICAgIGNvbG9yOiAkbGluay1jb2xvcjtcbiAgICAmOmZvY3VzLFxuICAgICY6aG92ZXIsXG4gICAgJjphY3RpdmUsXG4gICAgJi5hY3RpdmUge1xuICAgICAgY29sb3I6ICRsaW5rLWNvbG9yLWRhcms7XG4gICAgfVxuICB9XG5cbiAgLy8gQnV0dG9uIFNpemVzXG4gICYuYnRuLXNtIHtcbiAgICBmb250LXNpemU6ICRmb250LXNpemUtc207XG4gICAgaGVpZ2h0OiAkY29udHJvbC1zaXplLXNtO1xuICAgIHBhZGRpbmc6ICRjb250cm9sLXBhZGRpbmcteS1zbSAkY29udHJvbC1wYWRkaW5nLXgtc207XG4gIH1cblxuICAmLmJ0bi1sZyB7XG4gICAgZm9udC1zaXplOiAkZm9udC1zaXplLWxnO1xuICAgIGhlaWdodDogJGNvbnRyb2wtc2l6ZS1sZztcbiAgICBwYWRkaW5nOiAkY29udHJvbC1wYWRkaW5nLXktbGcgJGNvbnRyb2wtcGFkZGluZy14LWxnO1xuICB9XG5cbiAgLy8gQnV0dG9uIEJsb2NrXG4gICYuYnRuLWJsb2NrIHtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxuXG4gIC8vIEJ1dHRvbiBBY3Rpb25cbiAgJi5idG4tYWN0aW9uIHtcbiAgICB3aWR0aDogJGNvbnRyb2wtc2l6ZTtcbiAgICBwYWRkaW5nLWxlZnQ6IDA7XG4gICAgcGFkZGluZy1yaWdodDogMDtcblxuICAgICYuYnRuLXNtIHtcbiAgICAgIHdpZHRoOiAkY29udHJvbC1zaXplLXNtO1xuICAgIH1cblxuICAgICYuYnRuLWxnIHtcbiAgICAgIHdpZHRoOiAkY29udHJvbC1zaXplLWxnO1xuICAgIH1cbiAgfVxuXG4gIC8vIEJ1dHRvbiBDbGVhclxuICAmLmJ0bi1jbGVhciB7XG4gICAgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XG4gICAgYm9yZGVyOiAwO1xuICAgIGNvbG9yOiBjdXJyZW50Q29sb3I7XG4gICAgaGVpZ2h0OiAkdW5pdC01O1xuICAgIGxpbmUtaGVpZ2h0OiAkdW5pdC00O1xuICAgIG1hcmdpbi1sZWZ0OiAkdW5pdC0xO1xuICAgIG1hcmdpbi1yaWdodDogLTJweDtcbiAgICBvcGFjaXR5OiAxO1xuICAgIHBhZGRpbmc6ICR1bml0LWg7XG4gICAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICAgIHdpZHRoOiAkdW5pdC01O1xuXG4gICAgJjpmb2N1cyxcbiAgICAmOmhvdmVyIHtcbiAgICAgIGJhY2tncm91bmQ6IHJnYmEoJGJnLWNvbG9yLCAuNSk7XG4gICAgICBvcGFjaXR5OiAuOTU7XG4gICAgfVxuXG4gICAgJjo6YmVmb3JlIHtcbiAgICAgIGNvbnRlbnQ6IFwiXFwyNzE1XCI7XG4gICAgfVxuICB9XG59XG5cbi8vIEJ1dHRvbiBncm91cHNcbi5idG4tZ3JvdXAge1xuICBkaXNwbGF5OiBpbmxpbmUtZmxleDtcbiAgZmxleC13cmFwOiB3cmFwO1xuXG4gIC5idG4ge1xuICAgIGZsZXg6IDEgMCBhdXRvO1xuICAgICY6Zmlyc3QtY2hpbGQ6bm90KDpsYXN0LWNoaWxkKSB7XG4gICAgICBib3JkZXItYm90dG9tLXJpZ2h0LXJhZGl1czogMDtcbiAgICAgIGJvcmRlci10b3AtcmlnaHQtcmFkaXVzOiAwO1xuICAgIH1cbiAgICAmOm5vdCg6Zmlyc3QtY2hpbGQpOm5vdCg6bGFzdC1jaGlsZCkge1xuICAgICAgYm9yZGVyLXJhZGl1czogMDtcbiAgICAgIG1hcmdpbi1sZWZ0OiAtJGJvcmRlci13aWR0aDtcbiAgICB9XG4gICAgJjpsYXN0LWNoaWxkOm5vdCg6Zmlyc3QtY2hpbGQpIHtcbiAgICAgIGJvcmRlci1ib3R0b20tbGVmdC1yYWRpdXM6IDA7XG4gICAgICBib3JkZXItdG9wLWxlZnQtcmFkaXVzOiAwO1xuICAgICAgbWFyZ2luLWxlZnQ6IC0kYm9yZGVyLXdpZHRoO1xuICAgIH1cbiAgICAmOmZvY3VzLFxuICAgICY6aG92ZXIsXG4gICAgJjphY3RpdmUsXG4gICAgJi5hY3RpdmUge1xuICAgICAgei1pbmRleDogJHppbmRleC0wO1xuICAgIH1cbiAgfVxuXG4gICYuYnRuLWdyb3VwLWJsb2NrIHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuXG4gICAgLmJ0biB7XG4gICAgICBmbGV4OiAxIDAgMDtcbiAgICB9XG4gIH1cbn1cbiIsIi8vIEZvcm1zXG4uZm9ybS1ncm91cCB7XG4gICY6bm90KDpsYXN0LWNoaWxkKSB7XG4gICAgbWFyZ2luLWJvdHRvbTogJGxheW91dC1zcGFjaW5nO1xuICB9XG59XG5cbmZpZWxkc2V0IHtcbiAgbWFyZ2luLWJvdHRvbTogJGxheW91dC1zcGFjaW5nLWxnO1xufVxuXG5sZWdlbmQge1xuICBmb250LXNpemU6ICRmb250LXNpemUtbGc7XG4gIGZvbnQtd2VpZ2h0OiA1MDA7XG4gIG1hcmdpbi1ib3R0b206ICRsYXlvdXQtc3BhY2luZy1sZztcbn1cblxuLy8gRm9ybSBlbGVtZW50OiBMYWJlbFxuLmZvcm0tbGFiZWwge1xuICBkaXNwbGF5OiBibG9jaztcbiAgbGluZS1oZWlnaHQ6ICRsaW5lLWhlaWdodDtcbiAgcGFkZGluZzogJGNvbnRyb2wtcGFkZGluZy15ICsgJGJvcmRlci13aWR0aCAwO1xuXG4gICYubGFiZWwtc20ge1xuICAgIGZvbnQtc2l6ZTogJGZvbnQtc2l6ZS1zbTtcbiAgICBwYWRkaW5nOiAkY29udHJvbC1wYWRkaW5nLXktc20gKyAkYm9yZGVyLXdpZHRoIDA7XG4gIH1cblxuICAmLmxhYmVsLWxnIHtcbiAgICBmb250LXNpemU6ICRmb250LXNpemUtbGc7XG4gICAgcGFkZGluZzogJGNvbnRyb2wtcGFkZGluZy15LWxnICsgJGJvcmRlci13aWR0aCAwO1xuICB9XG59XG5cbi8vIEZvcm0gZWxlbWVudDogSW5wdXRcbi5mb3JtLWlucHV0IHtcbiAgYXBwZWFyYW5jZTogbm9uZTtcbiAgYmFja2dyb3VuZDogJGJnLWNvbG9yLWxpZ2h0O1xuICBiYWNrZ3JvdW5kLWltYWdlOiBub25lO1xuICBib3JkZXI6ICRib3JkZXItd2lkdGggc29saWQgJGJvcmRlci1jb2xvci1kYXJrO1xuICBib3JkZXItcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgY29sb3I6ICRib2R5LWZvbnQtY29sb3I7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBmb250LXNpemU6ICRmb250LXNpemU7XG4gIGhlaWdodDogJGNvbnRyb2wtc2l6ZTtcbiAgbGluZS1oZWlnaHQ6ICRsaW5lLWhlaWdodDtcbiAgbWF4LXdpZHRoOiAxMDAlO1xuICBvdXRsaW5lOiBub25lO1xuICBwYWRkaW5nOiAkY29udHJvbC1wYWRkaW5nLXkgJGNvbnRyb2wtcGFkZGluZy14O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIHRyYW5zaXRpb246IGJhY2tncm91bmQgLjJzLCBib3JkZXIgLjJzLCBib3gtc2hhZG93IC4ycywgY29sb3IgLjJzO1xuICB3aWR0aDogMTAwJTtcbiAgJjpmb2N1cyB7XG4gICAgQGluY2x1ZGUgY29udHJvbC1zaGFkb3coKTtcbiAgICBib3JkZXItY29sb3I6ICRwcmltYXJ5LWNvbG9yO1xuICB9XG4gICY6OnBsYWNlaG9sZGVyIHtcbiAgICBjb2xvcjogJGdyYXktY29sb3I7XG4gIH1cblxuICAvLyBJbnB1dCBzaXplc1xuICAmLmlucHV0LXNtIHtcbiAgICBmb250LXNpemU6ICRmb250LXNpemUtc207XG4gICAgaGVpZ2h0OiAkY29udHJvbC1zaXplLXNtO1xuICAgIHBhZGRpbmc6ICRjb250cm9sLXBhZGRpbmcteS1zbSAkY29udHJvbC1wYWRkaW5nLXgtc207XG4gIH1cblxuICAmLmlucHV0LWxnIHtcbiAgICBmb250LXNpemU6ICRmb250LXNpemUtbGc7XG4gICAgaGVpZ2h0OiAkY29udHJvbC1zaXplLWxnO1xuICAgIHBhZGRpbmc6ICRjb250cm9sLXBhZGRpbmcteS1sZyAkY29udHJvbC1wYWRkaW5nLXgtbGc7XG4gIH1cblxuICAmLmlucHV0LWlubGluZSB7XG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gICAgd2lkdGg6IGF1dG87XG4gIH1cblxuICAvLyBJbnB1dCB0eXBlc1xuICAmW3R5cGU9XCJmaWxlXCJdIHtcbiAgICBoZWlnaHQ6IGF1dG87XG4gIH1cbn1cblxuLy8gRm9ybSBlbGVtZW50OiBUZXh0YXJlYVxudGV4dGFyZWEuZm9ybS1pbnB1dCB7XG4gICYsXG4gICYuaW5wdXQtbGcsXG4gICYuaW5wdXQtc20ge1xuICAgIGhlaWdodDogYXV0bztcbiAgfVxufVxuXG4vLyBGb3JtIGVsZW1lbnQ6IElucHV0IGhpbnRcbi5mb3JtLWlucHV0LWhpbnQge1xuICBjb2xvcjogJGdyYXktY29sb3I7XG4gIGZvbnQtc2l6ZTogJGZvbnQtc2l6ZS1zbTtcbiAgbWFyZ2luLXRvcDogJHVuaXQtMTtcblxuICAuaGFzLXN1Y2Nlc3MgJixcbiAgLmlzLXN1Y2Nlc3MgKyAmIHtcbiAgICBjb2xvcjogJHN1Y2Nlc3MtY29sb3I7XG4gIH1cblxuICAuaGFzLWVycm9yICYsXG4gIC5pcy1lcnJvciArICYge1xuICAgIGNvbG9yOiAkZXJyb3ItY29sb3I7XG4gIH1cbn1cblxuLy8gRm9ybSBlbGVtZW50OiBTZWxlY3Rcbi5mb3JtLXNlbGVjdCB7XG4gIGFwcGVhcmFuY2U6IG5vbmU7XG4gIGJvcmRlcjogJGJvcmRlci13aWR0aCBzb2xpZCAkYm9yZGVyLWNvbG9yLWRhcms7XG4gIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICBjb2xvcjogaW5oZXJpdDtcbiAgZm9udC1zaXplOiAkZm9udC1zaXplO1xuICBoZWlnaHQ6ICRjb250cm9sLXNpemU7XG4gIGxpbmUtaGVpZ2h0OiAkbGluZS1oZWlnaHQ7XG4gIG91dGxpbmU6IG5vbmU7XG4gIHBhZGRpbmc6ICRjb250cm9sLXBhZGRpbmcteSAkY29udHJvbC1wYWRkaW5nLXg7XG4gIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gIHdpZHRoOiAxMDAlO1xuICBiYWNrZ3JvdW5kOiAkYmctY29sb3ItbGlnaHQ7IFxuICAmOmZvY3VzIHtcbiAgICBAaW5jbHVkZSBjb250cm9sLXNoYWRvdygpO1xuICAgIGJvcmRlci1jb2xvcjogJHByaW1hcnktY29sb3I7XG4gIH1cbiAgJjo6LW1zLWV4cGFuZCB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIC8vIFNlbGVjdCBzaXplc1xuICAmLnNlbGVjdC1zbSB7XG4gICAgZm9udC1zaXplOiAkZm9udC1zaXplLXNtO1xuICAgIGhlaWdodDogJGNvbnRyb2wtc2l6ZS1zbTtcbiAgICBwYWRkaW5nOiAkY29udHJvbC1wYWRkaW5nLXktc20gKCRjb250cm9sLWljb24tc2l6ZSArICRjb250cm9sLXBhZGRpbmcteC1zbSkgJGNvbnRyb2wtcGFkZGluZy15LXNtICRjb250cm9sLXBhZGRpbmcteC1zbTtcbiAgfVxuXG4gICYuc2VsZWN0LWxnIHtcbiAgICBmb250LXNpemU6ICRmb250LXNpemUtbGc7XG4gICAgaGVpZ2h0OiAkY29udHJvbC1zaXplLWxnO1xuICAgIHBhZGRpbmc6ICRjb250cm9sLXBhZGRpbmcteS1sZyAoJGNvbnRyb2wtaWNvbi1zaXplICsgJGNvbnRyb2wtcGFkZGluZy14LWxnKSAkY29udHJvbC1wYWRkaW5nLXktbGcgJGNvbnRyb2wtcGFkZGluZy14LWxnO1xuICB9XG5cbiAgLy8gTXVsdGlwbGUgc2VsZWN0XG4gICZbc2l6ZV0sXG4gICZbbXVsdGlwbGVdIHtcbiAgICBoZWlnaHQ6IGF1dG87XG4gICAgcGFkZGluZzogJGNvbnRyb2wtcGFkZGluZy15ICRjb250cm9sLXBhZGRpbmcteDtcblxuICAgIG9wdGlvbiB7XG4gICAgICBwYWRkaW5nOiAkdW5pdC1oICR1bml0LTE7XG4gICAgfVxuICB9XG4gICY6bm90KFttdWx0aXBsZV0pOm5vdChbc2l6ZV0pIHtcbiAgICBiYWNrZ3JvdW5kOiAkYmctY29sb3ItbGlnaHQgdXJsKFwiZGF0YTppbWFnZS9zdmcreG1sO2NoYXJzZXQ9dXRmOCwlM0NzdmclMjB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnJTIwdmlld0JveD0nMCUyMDAlMjA0JTIwNSclM0UlM0NwYXRoJTIwZmlsbD0nJTIzNjY3MTg5JyUyMGQ9J00yJTIwMEwwJTIwMmg0em0wJTIwNUwwJTIwM2g0eicvJTNFJTNDL3N2ZyUzRVwiKSBuby1yZXBlYXQgcmlnaHQgLjM1cmVtIGNlbnRlciAvIC40cmVtIC41cmVtO1xuICAgIHBhZGRpbmctcmlnaHQ6ICRjb250cm9sLWljb24tc2l6ZSArICRjb250cm9sLXBhZGRpbmcteDtcbiAgfVxufVxuXG4vLyBGb3JtIEljb25zXG4uaGFzLWljb24tbGVmdCxcbi5oYXMtaWNvbi1yaWdodCB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcblxuICAuZm9ybS1pY29uIHtcbiAgICBoZWlnaHQ6ICRjb250cm9sLWljb24tc2l6ZTtcbiAgICBtYXJnaW46IDAgJGNvbnRyb2wtcGFkZGluZy15O1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDUwJTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoLTUwJSk7XG4gICAgd2lkdGg6ICRjb250cm9sLWljb24tc2l6ZTtcbiAgICB6LWluZGV4OiAkemluZGV4LTAgKyAxO1xuICB9XG59XG5cbi5oYXMtaWNvbi1sZWZ0IHtcbiAgLmZvcm0taWNvbiB7XG4gICAgbGVmdDogJGJvcmRlci13aWR0aDtcbiAgfVxuXG4gIC5mb3JtLWlucHV0IHtcbiAgICBwYWRkaW5nLWxlZnQ6ICRjb250cm9sLWljb24tc2l6ZSArICRjb250cm9sLXBhZGRpbmcteSAqIDI7XG4gIH1cbn1cblxuLmhhcy1pY29uLXJpZ2h0IHtcbiAgLmZvcm0taWNvbiB7XG4gICAgcmlnaHQ6ICRib3JkZXItd2lkdGg7XG4gIH1cblxuICAuZm9ybS1pbnB1dCB7XG4gICAgcGFkZGluZy1yaWdodDogJGNvbnRyb2wtaWNvbi1zaXplICsgJGNvbnRyb2wtcGFkZGluZy15ICogMjtcbiAgfVxufVxuXG4vLyBGb3JtIGVsZW1lbnQ6IENoZWNrYm94IGFuZCBSYWRpb1xuLmZvcm0tY2hlY2tib3gsXG4uZm9ybS1yYWRpbyxcbi5mb3JtLXN3aXRjaCB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBsaW5lLWhlaWdodDogJGxpbmUtaGVpZ2h0O1xuICBtYXJnaW46ICgkY29udHJvbC1zaXplIC0gJGNvbnRyb2wtc2l6ZS1zbSkgLyAyIDA7XG4gIG1pbi1oZWlnaHQ6ICRjb250cm9sLXNpemUtc207XG4gIHBhZGRpbmc6ICgoJGNvbnRyb2wtc2l6ZS1zbSAtICRsaW5lLWhlaWdodCkgLyAyKSAkY29udHJvbC1wYWRkaW5nLXggKCgkY29udHJvbC1zaXplLXNtIC0gJGxpbmUtaGVpZ2h0KSAvIDIpICgkY29udHJvbC1pY29uLXNpemUgKyAkY29udHJvbC1wYWRkaW5nLXgpO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG5cbiAgaW5wdXQge1xuICAgIGNsaXA6IHJlY3QoMCwgMCwgMCwgMCk7XG4gICAgaGVpZ2h0OiAxcHg7XG4gICAgbWFyZ2luOiAtMXB4O1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHdpZHRoOiAxcHg7XG4gICAgJjpmb2N1cyArIC5mb3JtLWljb24ge1xuICAgICAgQGluY2x1ZGUgY29udHJvbC1zaGFkb3coKTtcbiAgICAgIGJvcmRlci1jb2xvcjogJHByaW1hcnktY29sb3I7XG4gICAgfVxuICAgICY6Y2hlY2tlZCArIC5mb3JtLWljb24ge1xuICAgICAgYmFja2dyb3VuZDogJHByaW1hcnktY29sb3I7XG4gICAgICBib3JkZXItY29sb3I6ICRwcmltYXJ5LWNvbG9yO1xuICAgIH1cbiAgfVxuXG4gIC5mb3JtLWljb24ge1xuICAgIGJvcmRlcjogJGJvcmRlci13aWR0aCBzb2xpZCAkYm9yZGVyLWNvbG9yLWRhcms7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgdHJhbnNpdGlvbjogYmFja2dyb3VuZCAuMnMsIGJvcmRlciAuMnMsIGJveC1zaGFkb3cgLjJzLCBjb2xvciAuMnM7XG4gIH1cblxuICAvLyBJbnB1dCBjaGVja2JveCwgcmFkaW8gYW5kIHN3aXRjaCBzaXplc1xuICAmLmlucHV0LXNtIHtcbiAgICBmb250LXNpemU6ICRmb250LXNpemUtc207XG4gICAgbWFyZ2luOiAwO1xuICB9XG5cbiAgJi5pbnB1dC1sZyB7XG4gICAgZm9udC1zaXplOiAkZm9udC1zaXplLWxnO1xuICAgIG1hcmdpbjogKCRjb250cm9sLXNpemUtbGcgLSAkY29udHJvbC1zaXplLXNtKSAvIDIgMDtcbiAgfVxufVxuXG4uZm9ybS1jaGVja2JveCxcbi5mb3JtLXJhZGlvIHtcbiAgLmZvcm0taWNvbiB7XG4gICAgYmFja2dyb3VuZDogJGJnLWNvbG9yLWxpZ2h0O1xuICAgIGhlaWdodDogJGNvbnRyb2wtaWNvbi1zaXplO1xuICAgIGxlZnQ6IDA7XG4gICAgdG9wOiAoJGNvbnRyb2wtc2l6ZS1zbSAtICRjb250cm9sLWljb24tc2l6ZSkgLyAyO1xuICAgIHdpZHRoOiAkY29udHJvbC1pY29uLXNpemU7XG4gIH1cblxuICBpbnB1dCB7XG4gICAgJjphY3RpdmUgKyAuZm9ybS1pY29uIHtcbiAgICAgIGJhY2tncm91bmQ6ICRiZy1jb2xvci1kYXJrO1xuICAgIH1cbiAgfVxufVxuLmZvcm0tY2hlY2tib3gge1xuICAuZm9ybS1pY29uIHtcbiAgICBib3JkZXItcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgfVxuXG4gIGlucHV0IHtcbiAgICAmOmNoZWNrZWQgKyAuZm9ybS1pY29uIHtcbiAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgIGJhY2tncm91bmQtY2xpcDogcGFkZGluZy1ib3g7XG4gICAgICAgIGJvcmRlcjogJGJvcmRlci13aWR0aC1sZyBzb2xpZCAkbGlnaHQtY29sb3I7XG4gICAgICAgIGJvcmRlci1sZWZ0LXdpZHRoOiAwO1xuICAgICAgICBib3JkZXItdG9wLXdpZHRoOiAwO1xuICAgICAgICBjb250ZW50OiBcIlwiO1xuICAgICAgICBoZWlnaHQ6IDlweDtcbiAgICAgICAgbGVmdDogNTAlO1xuICAgICAgICBtYXJnaW4tbGVmdDogLTNweDtcbiAgICAgICAgbWFyZ2luLXRvcDogLTZweDtcbiAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICB0b3A6IDUwJTtcbiAgICAgICAgdHJhbnNmb3JtOiByb3RhdGUoNDVkZWcpO1xuICAgICAgICB3aWR0aDogNnB4O1xuICAgICAgfVxuICAgIH1cbiAgICAmOmluZGV0ZXJtaW5hdGUgKyAuZm9ybS1pY29uIHtcbiAgICAgIGJhY2tncm91bmQ6ICRwcmltYXJ5LWNvbG9yO1xuICAgICAgYm9yZGVyLWNvbG9yOiAkcHJpbWFyeS1jb2xvcjtcbiAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgIGJhY2tncm91bmQ6ICRiZy1jb2xvci1saWdodDtcbiAgICAgICAgY29udGVudDogXCJcIjtcbiAgICAgICAgaGVpZ2h0OiAycHg7XG4gICAgICAgIGxlZnQ6IDUwJTtcbiAgICAgICAgbWFyZ2luLWxlZnQ6IC01cHg7XG4gICAgICAgIG1hcmdpbi10b3A6IC0xcHg7XG4gICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgdG9wOiA1MCU7XG4gICAgICAgIHdpZHRoOiAxMHB4O1xuICAgICAgfVxuICAgIH1cbiAgfVxufVxuLmZvcm0tcmFkaW8ge1xuICAuZm9ybS1pY29uIHtcbiAgICBib3JkZXItcmFkaXVzOiA1MCU7XG4gIH1cblxuICBpbnB1dCB7XG4gICAgJjpjaGVja2VkICsgLmZvcm0taWNvbiB7XG4gICAgICAmOjpiZWZvcmUge1xuICAgICAgICBiYWNrZ3JvdW5kOiAkYmctY29sb3ItbGlnaHQ7XG4gICAgICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICAgICAgY29udGVudDogXCJcIjtcbiAgICAgICAgaGVpZ2h0OiA2cHg7XG4gICAgICAgIGxlZnQ6IDUwJTtcbiAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICB0b3A6IDUwJTtcbiAgICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgLTUwJSk7XG4gICAgICAgIHdpZHRoOiA2cHg7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi8vIEZvcm0gZWxlbWVudDogU3dpdGNoXG4uZm9ybS1zd2l0Y2gge1xuICBwYWRkaW5nLWxlZnQ6ICgkdW5pdC04ICsgJGNvbnRyb2wtcGFkZGluZy14KTtcblxuICAuZm9ybS1pY29uIHtcbiAgICBiYWNrZ3JvdW5kOiAkZ3JheS1jb2xvcjtcbiAgICBiYWNrZ3JvdW5kLWNsaXA6IHBhZGRpbmctYm94O1xuICAgIGJvcmRlci1yYWRpdXM6ICR1bml0LTIgKyAkYm9yZGVyLXdpZHRoO1xuICAgIGhlaWdodDogJHVuaXQtNCArICRib3JkZXItd2lkdGggKiAyO1xuICAgIGxlZnQ6IDA7XG4gICAgdG9wOiAoJGNvbnRyb2wtc2l6ZS1zbSAtICR1bml0LTQpIC8gMiAtICRib3JkZXItd2lkdGg7XG4gICAgd2lkdGg6ICR1bml0LTg7XG4gICAgJjo6YmVmb3JlIHtcbiAgICAgIGJhY2tncm91bmQ6ICRiZy1jb2xvci1saWdodDtcbiAgICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICAgIGNvbnRlbnQ6IFwiXCI7XG4gICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgIGhlaWdodDogJHVuaXQtNDtcbiAgICAgIGxlZnQ6IDA7XG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICB0b3A6IDA7XG4gICAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kIC4ycywgYm9yZGVyIC4ycywgYm94LXNoYWRvdyAuMnMsIGNvbG9yIC4ycywgbGVmdCAuMnM7XG4gICAgICB3aWR0aDogJHVuaXQtNDtcbiAgICB9XG4gIH1cblxuICBpbnB1dCB7XG4gICAgJjpjaGVja2VkICsgLmZvcm0taWNvbiB7XG4gICAgICAmOjpiZWZvcmUge1xuICAgICAgICBsZWZ0OiAxNHB4O1xuICAgICAgfVxuICAgIH1cbiAgICAmOmFjdGl2ZSArIC5mb3JtLWljb24ge1xuICAgICAgJjo6YmVmb3JlIHtcbiAgICAgICAgYmFja2dyb3VuZDogJGJnLWNvbG9yO1xuICAgICAgfVxuICAgIH1cbiAgfVxufVxuXG4vLyBGb3JtIGVsZW1lbnQ6IElucHV0IGdyb3Vwc1xuLmlucHV0LWdyb3VwIHtcbiAgZGlzcGxheTogZmxleDtcblxuICAuaW5wdXQtZ3JvdXAtYWRkb24ge1xuICAgIGJhY2tncm91bmQ6ICRiZy1jb2xvcjtcbiAgICBib3JkZXI6ICRib3JkZXItd2lkdGggc29saWQgJGJvcmRlci1jb2xvci1kYXJrO1xuICAgIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgIGxpbmUtaGVpZ2h0OiAkbGluZS1oZWlnaHQ7XG4gICAgcGFkZGluZzogJGNvbnRyb2wtcGFkZGluZy15ICRjb250cm9sLXBhZGRpbmcteDtcbiAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuXG4gICAgJi5hZGRvbi1zbSB7XG4gICAgICBmb250LXNpemU6ICRmb250LXNpemUtc207XG4gICAgICBwYWRkaW5nOiAkY29udHJvbC1wYWRkaW5nLXktc20gJGNvbnRyb2wtcGFkZGluZy14LXNtO1xuICAgIH1cblxuICAgICYuYWRkb24tbGcge1xuICAgICAgZm9udC1zaXplOiAkZm9udC1zaXplLWxnO1xuICAgICAgcGFkZGluZzogJGNvbnRyb2wtcGFkZGluZy15LWxnICRjb250cm9sLXBhZGRpbmcteC1sZztcbiAgICB9XG4gIH1cblxuICAuZm9ybS1pbnB1dCxcbiAgLmZvcm0tc2VsZWN0IHtcbiAgICBmbGV4OiAxIDEgYXV0bztcbiAgICB3aWR0aDogMSU7XG4gIH1cblxuICAuaW5wdXQtZ3JvdXAtYnRuIHtcbiAgICB6LWluZGV4OiAkemluZGV4LTA7XG4gIH1cblxuICAuZm9ybS1pbnB1dCxcbiAgLmZvcm0tc2VsZWN0LFxuICAuaW5wdXQtZ3JvdXAtYWRkb24sXG4gIC5pbnB1dC1ncm91cC1idG4ge1xuICAgICY6Zmlyc3QtY2hpbGQ6bm90KDpsYXN0LWNoaWxkKSB7XG4gICAgICBib3JkZXItYm90dG9tLXJpZ2h0LXJhZGl1czogMDtcbiAgICAgIGJvcmRlci10b3AtcmlnaHQtcmFkaXVzOiAwO1xuICAgIH1cbiAgICAmOm5vdCg6Zmlyc3QtY2hpbGQpOm5vdCg6bGFzdC1jaGlsZCkge1xuICAgICAgYm9yZGVyLXJhZGl1czogMDtcbiAgICAgIG1hcmdpbi1sZWZ0OiAtJGJvcmRlci13aWR0aDtcbiAgICB9XG4gICAgJjpsYXN0LWNoaWxkOm5vdCg6Zmlyc3QtY2hpbGQpIHtcbiAgICAgIGJvcmRlci1ib3R0b20tbGVmdC1yYWRpdXM6IDA7XG4gICAgICBib3JkZXItdG9wLWxlZnQtcmFkaXVzOiAwO1xuICAgICAgbWFyZ2luLWxlZnQ6IC0kYm9yZGVyLXdpZHRoO1xuICAgIH1cbiAgICAmOmZvY3VzIHtcbiAgICAgIHotaW5kZXg6ICR6aW5kZXgtMCArIDE7XG4gICAgfVxuICB9XG5cbiAgLmZvcm0tc2VsZWN0IHtcbiAgICB3aWR0aDogYXV0bztcbiAgfVxuXG4gICYuaW5wdXQtaW5saW5lIHtcbiAgICBkaXNwbGF5OiBpbmxpbmUtZmxleDtcbiAgfVxufVxuXG4vLyBGb3JtIHZhbGlkYXRpb24gc3RhdGVzXG4uZm9ybS1pbnB1dCxcbi5mb3JtLXNlbGVjdCB7XG4gIC5oYXMtc3VjY2VzcyAmLFxuICAmLmlzLXN1Y2Nlc3Mge1xuICAgIGJhY2tncm91bmQ6IGxpZ2h0ZW4oJHN1Y2Nlc3MtY29sb3IsIDUzJSk7XG4gICAgYm9yZGVyLWNvbG9yOiAkc3VjY2Vzcy1jb2xvcjtcbiAgICAmOmZvY3VzIHtcbiAgICAgIEBpbmNsdWRlIGNvbnRyb2wtc2hhZG93KCRzdWNjZXNzLWNvbG9yKTtcbiAgICB9XG4gIH1cblxuICAuaGFzLWVycm9yICYsXG4gICYuaXMtZXJyb3Ige1xuICAgIGJhY2tncm91bmQ6IGxpZ2h0ZW4oJGVycm9yLWNvbG9yLCA1MyUpO1xuICAgIGJvcmRlci1jb2xvcjogJGVycm9yLWNvbG9yO1xuICAgICY6Zm9jdXMge1xuICAgICAgQGluY2x1ZGUgY29udHJvbC1zaGFkb3coJGVycm9yLWNvbG9yKTtcbiAgICB9XG4gIH1cbn1cblxuLmZvcm0tY2hlY2tib3gsXG4uZm9ybS1yYWRpbyxcbi5mb3JtLXN3aXRjaCB7XG4gIC5oYXMtZXJyb3IgJixcbiAgJi5pcy1lcnJvciB7XG4gICAgLmZvcm0taWNvbiB7XG4gICAgICBib3JkZXItY29sb3I6ICRlcnJvci1jb2xvcjtcbiAgICB9XG5cbiAgICBpbnB1dCB7XG4gICAgICAmOmNoZWNrZWQgKyAuZm9ybS1pY29uIHtcbiAgICAgICAgYmFja2dyb3VuZDogJGVycm9yLWNvbG9yO1xuICAgICAgICBib3JkZXItY29sb3I6ICRlcnJvci1jb2xvcjtcbiAgICAgIH1cblxuICAgICAgJjpmb2N1cyArIC5mb3JtLWljb24ge1xuICAgICAgICBAaW5jbHVkZSBjb250cm9sLXNoYWRvdygkZXJyb3ItY29sb3IpO1xuICAgICAgICBib3JkZXItY29sb3I6ICRlcnJvci1jb2xvcjtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuLmZvcm0tY2hlY2tib3gge1xuICAuaGFzLWVycm9yICYsXG4gICYuaXMtZXJyb3Ige1xuICAgIGlucHV0IHtcbiAgICAgICY6aW5kZXRlcm1pbmF0ZSArIC5mb3JtLWljb24ge1xuICAgICAgICBiYWNrZ3JvdW5kOiAkZXJyb3ItY29sb3I7XG4gICAgICAgIGJvcmRlci1jb2xvcjogJGVycm9yLWNvbG9yO1xuICAgICAgfVxuICAgIH1cbiAgfVxufVxuXG4vLyB2YWxpZGF0aW9uIGJhc2VkIG9uIDpwbGFjZWhvbGRlci1zaG93biAoRWRnZSBkb2Vzbid0IHN1cHBvcnQgaXQgeWV0KVxuLmZvcm0taW5wdXQge1xuICAmOm5vdCg6cGxhY2Vob2xkZXItc2hvd24pIHtcbiAgICAmOmludmFsaWQge1xuICAgICAgYm9yZGVyLWNvbG9yOiAkZXJyb3ItY29sb3I7XG4gICAgICAmOmZvY3VzIHtcbiAgICAgICAgQGluY2x1ZGUgY29udHJvbC1zaGFkb3coJGVycm9yLWNvbG9yKTtcbiAgICAgICAgYmFja2dyb3VuZDogbGlnaHRlbigkZXJyb3ItY29sb3IsIDUzJSk7XG4gICAgICB9XG5cbiAgICAgICYgKyAuZm9ybS1pbnB1dC1oaW50IHtcbiAgICAgICAgY29sb3I6ICRlcnJvci1jb2xvcjtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuLy8gRm9ybSBkaXNhYmxlZCBhbmQgcmVhZG9ubHlcbi5mb3JtLWlucHV0LFxuLmZvcm0tc2VsZWN0IHtcbiAgJjpkaXNhYmxlZCxcbiAgJi5kaXNhYmxlZCB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogJGJnLWNvbG9yLWRhcms7XG4gICAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgICBvcGFjaXR5OiAuNTtcbiAgfVxufVxuXG4uZm9ybS1pbnB1dCB7XG4gICZbcmVhZG9ubHldIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAkYmctY29sb3I7XG4gIH1cbn1cblxuaW5wdXQge1xuICAmOmRpc2FibGVkLFxuICAmLmRpc2FibGVkIHtcbiAgICAmICsgLmZvcm0taWNvbiB7XG4gICAgICBiYWNrZ3JvdW5kOiAkYmctY29sb3ItZGFyaztcbiAgICAgIGN1cnNvcjogbm90LWFsbG93ZWQ7XG4gICAgICBvcGFjaXR5OiAuNTtcbiAgICB9XG4gIH1cbn1cblxuLmZvcm0tc3dpdGNoIHtcbiAgaW5wdXQge1xuICAgICY6ZGlzYWJsZWQsXG4gICAgJi5kaXNhYmxlZCB7XG4gICAgICAmICsgLmZvcm0taWNvbjo6YmVmb3JlIHtcbiAgICAgICAgYmFja2dyb3VuZDogJGJnLWNvbG9yLWxpZ2h0O1xuICAgICAgfVxuICAgIH1cbiAgfVxufVxuXG4vLyBGb3JtIGhvcml6b250YWxcbi5mb3JtLWhvcml6b250YWwge1xuICBwYWRkaW5nOiAkbGF5b3V0LXNwYWNpbmcgMDtcblxuICAuZm9ybS1ncm91cCB7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LXdyYXA6IHdyYXA7XG4gIH1cbn1cblxuLy8gRm9ybSBpbmxpbmVcbi5mb3JtLWlubGluZSB7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbn1cbiIsIi8vIExhYmVsc1xuLmxhYmVsIHtcbiAgQGluY2x1ZGUgbGFiZWwtYmFzZSgpO1xuICBAaW5jbHVkZSBsYWJlbC12YXJpYW50KGxpZ2h0ZW4oJGJvZHktZm9udC1jb2xvciwgNSUpLCAkYmctY29sb3ItZGFyayk7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcblxuICAvLyBMYWJlbCByb3VuZGVkXG4gICYubGFiZWwtcm91bmRlZCB7XG4gICAgYm9yZGVyLXJhZGl1czogNXJlbTtcbiAgICBwYWRkaW5nLWxlZnQ6IC40cmVtO1xuICAgIHBhZGRpbmctcmlnaHQ6IC40cmVtOyBcbiAgfVxuXG4gIC8vIExhYmVsIGNvbG9yc1xuICAmLmxhYmVsLXByaW1hcnkge1xuICAgIEBpbmNsdWRlIGxhYmVsLXZhcmlhbnQoJGxpZ2h0LWNvbG9yLCAkcHJpbWFyeS1jb2xvcik7XG4gIH1cblxuICAmLmxhYmVsLXNlY29uZGFyeSB7XG4gICAgQGluY2x1ZGUgbGFiZWwtdmFyaWFudCgkcHJpbWFyeS1jb2xvciwgJHNlY29uZGFyeS1jb2xvcik7XG4gIH1cblxuICAmLmxhYmVsLXN1Y2Nlc3Mge1xuICAgIEBpbmNsdWRlIGxhYmVsLXZhcmlhbnQoJGxpZ2h0LWNvbG9yLCAkc3VjY2Vzcy1jb2xvcik7XG4gIH1cblxuICAmLmxhYmVsLXdhcm5pbmcge1xuICAgIEBpbmNsdWRlIGxhYmVsLXZhcmlhbnQoJGxpZ2h0LWNvbG9yLCAkd2FybmluZy1jb2xvcik7XG4gIH1cblxuICAmLmxhYmVsLWVycm9yIHtcbiAgICBAaW5jbHVkZSBsYWJlbC12YXJpYW50KCRsaWdodC1jb2xvciwgJGVycm9yLWNvbG9yKTtcbiAgfVxufVxuIiwiLy8gQ29kZXNcbmNvZGUge1xuICBAaW5jbHVkZSBsYWJlbC1iYXNlKCk7XG4gIEBpbmNsdWRlIGxhYmVsLXZhcmlhbnQoJGNvZGUtY29sb3IsIGxpZ2h0ZW4oJGNvZGUtY29sb3IsIDQyLjUlKSk7XG4gIGZvbnQtc2l6ZTogODUlO1xufVxuXG4uY29kZSB7XG4gIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICBjb2xvcjogJGJvZHktZm9udC1jb2xvcjtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuXG4gICY6OmJlZm9yZSB7XG4gICAgY29sb3I6ICRncmF5LWNvbG9yO1xuICAgIGNvbnRlbnQ6IGF0dHIoZGF0YS1sYW5nKTtcbiAgICBmb250LXNpemU6ICRmb250LXNpemUtc207XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHJpZ2h0OiAkbGF5b3V0LXNwYWNpbmc7XG4gICAgdG9wOiAkdW5pdC1oO1xuICB9XG5cbiAgY29kZSB7XG4gICAgYmFja2dyb3VuZDogJGJnLWNvbG9yO1xuICAgIGNvbG9yOiBpbmhlcml0O1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIGxpbmUtaGVpZ2h0OiAxLjU7XG4gICAgb3ZlcmZsb3cteDogYXV0bztcbiAgICBwYWRkaW5nOiAxcmVtO1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG59XG4iLCIvLyBNZWRpYVxuLy8gSW1hZ2UgcmVzcG9uc2l2ZVxuLmltZy1yZXNwb25zaXZlIHtcbiAgZGlzcGxheTogYmxvY2s7XG4gIGhlaWdodDogYXV0bztcbiAgbWF4LXdpZHRoOiAxMDAlO1xufVxuXG4vLyBvYmplY3QtZml0IHN1cHBvcnQgaXMgY29taW5nIHRvIE1pY3Jvc29mdCBFZGdlXG4vLyBodHRwczovL2RldmVsb3Blci5taWNyb3NvZnQuY29tL2VuLXVzL21pY3Jvc29mdC1lZGdlL3BsYXRmb3JtL3N0YXR1cy9vYmplY3RmaXRhbmRvYmplY3Rwb3NpdGlvbi9cbi5pbWctZml0LWNvdmVyIHtcbiAgb2JqZWN0LWZpdDogY292ZXI7XG59XG5cbi5pbWctZml0LWNvbnRhaW4ge1xuICBvYmplY3QtZml0OiBjb250YWluO1xufVxuXG4vLyBWaWRlbyByZXNwb25zaXZlXG4udmlkZW8tcmVzcG9uc2l2ZSB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICBwYWRkaW5nOiAwO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIHdpZHRoOiAxMDAlO1xuICAmOjpiZWZvcmUge1xuICAgIGNvbnRlbnQ6IFwiXCI7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgcGFkZGluZy1ib3R0b206IDU2LjI1JTsgLy8gRGVmYXVsdCByYXRpbyAxNjo5LCB5b3UgY2FuIGNhbGN1bGF0ZSB0aGlzIHZhbHVlIGJ5IGRpdmlkaW5nIDkgYnkgMTZcbiAgfVxuXG4gIGlmcmFtZSxcbiAgb2JqZWN0LFxuICBlbWJlZCB7XG4gICAgYm9yZGVyOiAwO1xuICAgIGJvdHRvbTogMDtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgbGVmdDogMDtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgcmlnaHQ6IDA7XG4gICAgdG9wOiAwO1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG59XG5cbnZpZGVvLnZpZGVvLXJlc3BvbnNpdmUge1xuICBoZWlnaHQ6IGF1dG87XG4gIG1heC13aWR0aDogMTAwJTtcblxuICAmOjpiZWZvcmUge1xuICAgIGNvbnRlbnQ6IG5vbmU7XG4gIH1cbn1cblxuLnZpZGVvLXJlc3BvbnNpdmUtNC0zIHtcbiAgJjo6YmVmb3JlIHtcbiAgICBwYWRkaW5nLWJvdHRvbTogNzUlOyAvLyBSYXRpbyA0OjNcbiAgfVxufVxuXG4udmlkZW8tcmVzcG9uc2l2ZS0xLTEge1xuICAmOjpiZWZvcmUge1xuICAgIHBhZGRpbmctYm90dG9tOiAxMDAlOyAvLyBSYXRpbyAxOjFcbiAgfVxufVxuXG4vLyBGaWd1cmVcbi5maWd1cmUge1xuICBtYXJnaW46IDAgMCAkbGF5b3V0LXNwYWNpbmcgMDtcblxuICAuZmlndXJlLWNhcHRpb24ge1xuICAgIGNvbG9yOiAkZ3JheS1jb2xvci1kYXJrO1xuICAgIG1hcmdpbi10b3A6ICRsYXlvdXQtc3BhY2luZztcbiAgfVxufVxuIiwiLy8gTGF5b3V0XG4uY29udGFpbmVyIHtcbiAgbWFyZ2luLWxlZnQ6IGF1dG87XG4gIG1hcmdpbi1yaWdodDogYXV0bztcbiAgcGFkZGluZy1sZWZ0OiAkbGF5b3V0LXNwYWNpbmc7XG4gIHBhZGRpbmctcmlnaHQ6ICRsYXlvdXQtc3BhY2luZztcbiAgd2lkdGg6IDEwMCU7XG5cbiAgJGdyaWQtc3BhY2luZzogKCRsYXlvdXQtc3BhY2luZyAvICgkbGF5b3V0LXNwYWNpbmcgKiAwICsgMSkpICogJGh0bWwtZm9udC1zaXplO1xuXG4gICYuZ3JpZC14bCB7XG4gICAgbWF4LXdpZHRoOiAkZ3JpZC1zcGFjaW5nICogMiArICRzaXplLXhsO1xuICB9XG5cbiAgJi5ncmlkLWxnIHtcbiAgICBtYXgtd2lkdGg6ICRncmlkLXNwYWNpbmcgKiAyICsgJHNpemUtbGc7XG4gIH1cblxuICAmLmdyaWQtbWQge1xuICAgIG1heC13aWR0aDogJGdyaWQtc3BhY2luZyAqIDIgKyAkc2l6ZS1tZDtcbiAgfVxuXG4gICYuZ3JpZC1zbSB7XG4gICAgbWF4LXdpZHRoOiAkZ3JpZC1zcGFjaW5nICogMiArICRzaXplLXNtO1xuICB9XG5cbiAgJi5ncmlkLXhzIHtcbiAgICBtYXgtd2lkdGg6ICRncmlkLXNwYWNpbmcgKiAyICsgJHNpemUteHM7XG4gIH1cbn1cblxuLy8gUmVzcG9uc2l2ZSBicmVha3BvaW50IHN5c3RlbVxuLnNob3cteHMsXG4uc2hvdy1zbSxcbi5zaG93LW1kLFxuLnNob3ctbGcsXG4uc2hvdy14bCB7XG4gIGRpc3BsYXk6IG5vbmUgIWltcG9ydGFudDtcbn1cblxuLy8gUmVzcG9uc2l2ZSBncmlkIHN5c3RlbVxuLmNvbHVtbnMge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LXdyYXA6IHdyYXA7XG4gIG1hcmdpbi1sZWZ0OiAtJGxheW91dC1zcGFjaW5nO1xuICBtYXJnaW4tcmlnaHQ6IC0kbGF5b3V0LXNwYWNpbmc7XG5cbiAgJi5jb2wtZ2FwbGVzcyB7XG4gICAgbWFyZ2luLWxlZnQ6IDA7XG4gICAgbWFyZ2luLXJpZ2h0OiAwO1xuXG4gICAgJiA+IC5jb2x1bW4ge1xuICAgICAgcGFkZGluZy1sZWZ0OiAwO1xuICAgICAgcGFkZGluZy1yaWdodDogMDtcbiAgICB9XG4gIH1cbiAgJi5jb2wtb25lbGluZSB7XG4gICAgZmxleC13cmFwOiBub3dyYXA7XG4gICAgb3ZlcmZsb3cteDogYXV0bztcbiAgfVxufVxuLmNvbHVtbiB7XG4gIGZsZXg6IDE7XG4gIG1heC13aWR0aDogMTAwJTtcbiAgcGFkZGluZy1sZWZ0OiAkbGF5b3V0LXNwYWNpbmc7XG4gIHBhZGRpbmctcmlnaHQ6ICRsYXlvdXQtc3BhY2luZztcblxuICAmLmNvbC0xMixcbiAgJi5jb2wtMTEsXG4gICYuY29sLTEwLFxuICAmLmNvbC05LFxuICAmLmNvbC04LFxuICAmLmNvbC03LFxuICAmLmNvbC02LFxuICAmLmNvbC01LFxuICAmLmNvbC00LFxuICAmLmNvbC0zLFxuICAmLmNvbC0yLFxuICAmLmNvbC0xLFxuICAmLmNvbC1hdXRvIHtcbiAgICBmbGV4OiBub25lO1xuICB9XG59XG4uY29sLTEyIHtcbiAgd2lkdGg6IDEwMCU7XG59XG4uY29sLTExIHtcbiAgd2lkdGg6IDkxLjY2NjY2NjY3JTtcbn1cbi5jb2wtMTAge1xuICB3aWR0aDogODMuMzMzMzMzMzMlO1xufVxuLmNvbC05IHtcbiAgd2lkdGg6IDc1JTtcbn1cbi5jb2wtOCB7XG4gIHdpZHRoOiA2Ni42NjY2NjY2NyU7XG59XG4uY29sLTcge1xuICB3aWR0aDogNTguMzMzMzMzMzMlO1xufVxuLmNvbC02IHtcbiAgd2lkdGg6IDUwJTtcbn1cbi5jb2wtNSB7XG4gIHdpZHRoOiA0MS42NjY2NjY2NyU7XG59XG4uY29sLTQge1xuICB3aWR0aDogMzMuMzMzMzMzMzMlO1xufVxuLmNvbC0zIHtcbiAgd2lkdGg6IDI1JTtcbn1cbi5jb2wtMiB7XG4gIHdpZHRoOiAxNi42NjY2NjY2NyU7XG59XG4uY29sLTEge1xuICB3aWR0aDogOC4zMzMzMzMzMyU7XG59XG4uY29sLWF1dG8ge1xuICBmbGV4OiAwIDAgYXV0bztcbiAgbWF4LXdpZHRoOiBub25lO1xuICB3aWR0aDogYXV0bztcbn1cbi5jb2wtbXgtYXV0byB7XG4gIG1hcmdpbi1sZWZ0OiBhdXRvO1xuICBtYXJnaW4tcmlnaHQ6IGF1dG87XG59XG4uY29sLW1sLWF1dG8ge1xuICBtYXJnaW4tbGVmdDogYXV0bztcbn1cbi5jb2wtbXItYXV0byB7XG4gIG1hcmdpbi1yaWdodDogYXV0bztcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAkc2l6ZS14bCkge1xuICAuY29sLXhsLTEyLFxuICAuY29sLXhsLTExLFxuICAuY29sLXhsLTEwLFxuICAuY29sLXhsLTksXG4gIC5jb2wteGwtOCxcbiAgLmNvbC14bC03LFxuICAuY29sLXhsLTYsXG4gIC5jb2wteGwtNSxcbiAgLmNvbC14bC00LFxuICAuY29sLXhsLTMsXG4gIC5jb2wteGwtMixcbiAgLmNvbC14bC0xLFxuICAuY29sLXhsLWF1dG8ge1xuICAgIGZsZXg6IG5vbmU7XG4gIH1cbiAgLmNvbC14bC0xMiB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbiAgLmNvbC14bC0xMSB7XG4gICAgd2lkdGg6IDkxLjY2NjY2NjY3JTtcbiAgfVxuICAuY29sLXhsLTEwIHtcbiAgICB3aWR0aDogODMuMzMzMzMzMzMlO1xuICB9XG4gIC5jb2wteGwtOSB7XG4gICAgd2lkdGg6IDc1JTtcbiAgfVxuICAuY29sLXhsLTgge1xuICAgIHdpZHRoOiA2Ni42NjY2NjY2NyU7XG4gIH1cbiAgLmNvbC14bC03IHtcbiAgICB3aWR0aDogNTguMzMzMzMzMzMlO1xuICB9XG4gIC5jb2wteGwtNiB7XG4gICAgd2lkdGg6IDUwJTtcbiAgfVxuICAuY29sLXhsLTUge1xuICAgIHdpZHRoOiA0MS42NjY2NjY2NyU7XG4gIH1cbiAgLmNvbC14bC00IHtcbiAgICB3aWR0aDogMzMuMzMzMzMzMzMlO1xuICB9XG4gIC5jb2wteGwtMyB7XG4gICAgd2lkdGg6IDI1JTtcbiAgfVxuICAuY29sLXhsLTIge1xuICAgIHdpZHRoOiAxNi42NjY2NjY2NyU7XG4gIH1cbiAgLmNvbC14bC0xIHtcbiAgICB3aWR0aDogOC4zMzMzMzMzMyU7XG4gIH1cbiAgLmNvbC14bC1hdXRvIHtcbiAgICB3aWR0aDogYXV0bztcbiAgfVxuICAuaGlkZS14bCB7XG4gICAgZGlzcGxheTogbm9uZSAhaW1wb3J0YW50O1xuICB9XG4gIC5zaG93LXhsIHtcbiAgICBkaXNwbGF5OiBibG9jayAhaW1wb3J0YW50O1xuICB9XG59XG5AbWVkaWEgKG1heC13aWR0aDogJHNpemUtbGcpIHtcbiAgLmNvbC1sZy0xMixcbiAgLmNvbC1sZy0xMSxcbiAgLmNvbC1sZy0xMCxcbiAgLmNvbC1sZy05LFxuICAuY29sLWxnLTgsXG4gIC5jb2wtbGctNyxcbiAgLmNvbC1sZy02LFxuICAuY29sLWxnLTUsXG4gIC5jb2wtbGctNCxcbiAgLmNvbC1sZy0zLFxuICAuY29sLWxnLTIsXG4gIC5jb2wtbGctMSxcbiAgLmNvbC1sZy1hdXRvIHtcbiAgICBmbGV4OiBub25lO1xuICB9XG4gIC5jb2wtbGctMTIge1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG4gIC5jb2wtbGctMTEge1xuICAgIHdpZHRoOiA5MS42NjY2NjY2NyU7XG4gIH1cbiAgLmNvbC1sZy0xMCB7XG4gICAgd2lkdGg6IDgzLjMzMzMzMzMzJTtcbiAgfVxuICAuY29sLWxnLTkge1xuICAgIHdpZHRoOiA3NSU7XG4gIH1cbiAgLmNvbC1sZy04IHtcbiAgICB3aWR0aDogNjYuNjY2NjY2NjclO1xuICB9XG4gIC5jb2wtbGctNyB7XG4gICAgd2lkdGg6IDU4LjMzMzMzMzMzJTtcbiAgfVxuICAuY29sLWxnLTYge1xuICAgIHdpZHRoOiA1MCU7XG4gIH1cbiAgLmNvbC1sZy01IHtcbiAgICB3aWR0aDogNDEuNjY2NjY2NjclO1xuICB9XG4gIC5jb2wtbGctNCB7XG4gICAgd2lkdGg6IDMzLjMzMzMzMzMzJTtcbiAgfVxuICAuY29sLWxnLTMge1xuICAgIHdpZHRoOiAyNSU7XG4gIH1cbiAgLmNvbC1sZy0yIHtcbiAgICB3aWR0aDogMTYuNjY2NjY2NjclO1xuICB9XG4gIC5jb2wtbGctMSB7XG4gICAgd2lkdGg6IDguMzMzMzMzMzMlO1xuICB9XG4gIC5jb2wtbGctYXV0byB7XG4gICAgd2lkdGg6IGF1dG87XG4gIH1cbiAgLmhpZGUtbGcge1xuICAgIGRpc3BsYXk6IG5vbmUgIWltcG9ydGFudDtcbiAgfVxuICAuc2hvdy1sZyB7XG4gICAgZGlzcGxheTogYmxvY2sgIWltcG9ydGFudDtcbiAgfVxufVxuQG1lZGlhIChtYXgtd2lkdGg6ICRzaXplLW1kKSB7XG4gIC5jb2wtbWQtMTIsXG4gIC5jb2wtbWQtMTEsXG4gIC5jb2wtbWQtMTAsXG4gIC5jb2wtbWQtOSxcbiAgLmNvbC1tZC04LFxuICAuY29sLW1kLTcsXG4gIC5jb2wtbWQtNixcbiAgLmNvbC1tZC01LFxuICAuY29sLW1kLTQsXG4gIC5jb2wtbWQtMyxcbiAgLmNvbC1tZC0yLFxuICAuY29sLW1kLTEsXG4gIC5jb2wtbWQtYXV0byB7XG4gICAgZmxleDogbm9uZTtcbiAgfVxuICAuY29sLW1kLTEyIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxuICAuY29sLW1kLTExIHtcbiAgICB3aWR0aDogOTEuNjY2NjY2NjclO1xuICB9XG4gIC5jb2wtbWQtMTAge1xuICAgIHdpZHRoOiA4My4zMzMzMzMzMyU7XG4gIH1cbiAgLmNvbC1tZC05IHtcbiAgICB3aWR0aDogNzUlO1xuICB9XG4gIC5jb2wtbWQtOCB7XG4gICAgd2lkdGg6IDY2LjY2NjY2NjY3JTtcbiAgfVxuICAuY29sLW1kLTcge1xuICAgIHdpZHRoOiA1OC4zMzMzMzMzMyU7XG4gIH1cbiAgLmNvbC1tZC02IHtcbiAgICB3aWR0aDogNTAlO1xuICB9XG4gIC5jb2wtbWQtNSB7XG4gICAgd2lkdGg6IDQxLjY2NjY2NjY3JTtcbiAgfVxuICAuY29sLW1kLTQge1xuICAgIHdpZHRoOiAzMy4zMzMzMzMzMyU7XG4gIH1cbiAgLmNvbC1tZC0zIHtcbiAgICB3aWR0aDogMjUlO1xuICB9XG4gIC5jb2wtbWQtMiB7XG4gICAgd2lkdGg6IDE2LjY2NjY2NjY3JTtcbiAgfVxuICAuY29sLW1kLTEge1xuICAgIHdpZHRoOiA4LjMzMzMzMzMzJTtcbiAgfVxuICAuY29sLW1kLWF1dG8ge1xuICAgIHdpZHRoOiBhdXRvO1xuICB9XG4gIC5oaWRlLW1kIHtcbiAgICBkaXNwbGF5OiBub25lICFpbXBvcnRhbnQ7XG4gIH1cbiAgLnNob3ctbWQge1xuICAgIGRpc3BsYXk6IGJsb2NrICFpbXBvcnRhbnQ7XG4gIH1cbn1cbkBtZWRpYSAobWF4LXdpZHRoOiAkc2l6ZS1zbSkge1xuICAuY29sLXNtLTEyLFxuICAuY29sLXNtLTExLFxuICAuY29sLXNtLTEwLFxuICAuY29sLXNtLTksXG4gIC5jb2wtc20tOCxcbiAgLmNvbC1zbS03LFxuICAuY29sLXNtLTYsXG4gIC5jb2wtc20tNSxcbiAgLmNvbC1zbS00LFxuICAuY29sLXNtLTMsXG4gIC5jb2wtc20tMixcbiAgLmNvbC1zbS0xLFxuICAuY29sLXNtLWF1dG8ge1xuICAgIGZsZXg6IG5vbmU7XG4gIH1cbiAgLmNvbC1zbS0xMiB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbiAgLmNvbC1zbS0xMSB7XG4gICAgd2lkdGg6IDkxLjY2NjY2NjY3JTtcbiAgfVxuICAuY29sLXNtLTEwIHtcbiAgICB3aWR0aDogODMuMzMzMzMzMzMlO1xuICB9XG4gIC5jb2wtc20tOSB7XG4gICAgd2lkdGg6IDc1JTtcbiAgfVxuICAuY29sLXNtLTgge1xuICAgIHdpZHRoOiA2Ni42NjY2NjY2NyU7XG4gIH1cbiAgLmNvbC1zbS03IHtcbiAgICB3aWR0aDogNTguMzMzMzMzMzMlO1xuICB9XG4gIC5jb2wtc20tNiB7XG4gICAgd2lkdGg6IDUwJTtcbiAgfVxuICAuY29sLXNtLTUge1xuICAgIHdpZHRoOiA0MS42NjY2NjY2NyU7XG4gIH1cbiAgLmNvbC1zbS00IHtcbiAgICB3aWR0aDogMzMuMzMzMzMzMzMlO1xuICB9XG4gIC5jb2wtc20tMyB7XG4gICAgd2lkdGg6IDI1JTtcbiAgfVxuICAuY29sLXNtLTIge1xuICAgIHdpZHRoOiAxNi42NjY2NjY2NyU7XG4gIH1cbiAgLmNvbC1zbS0xIHtcbiAgICB3aWR0aDogOC4zMzMzMzMzMyU7XG4gIH1cbiAgLmNvbC1zbS1hdXRvIHtcbiAgICB3aWR0aDogYXV0bztcbiAgfVxuICAuaGlkZS1zbSB7XG4gICAgZGlzcGxheTogbm9uZSAhaW1wb3J0YW50O1xuICB9XG4gIC5zaG93LXNtIHtcbiAgICBkaXNwbGF5OiBibG9jayAhaW1wb3J0YW50O1xuICB9XG59XG5AbWVkaWEgKG1heC13aWR0aDogJHNpemUteHMpIHtcbiAgLmNvbC14cy0xMixcbiAgLmNvbC14cy0xMSxcbiAgLmNvbC14cy0xMCxcbiAgLmNvbC14cy05LFxuICAuY29sLXhzLTgsXG4gIC5jb2wteHMtNyxcbiAgLmNvbC14cy02LFxuICAuY29sLXhzLTUsXG4gIC5jb2wteHMtNCxcbiAgLmNvbC14cy0zLFxuICAuY29sLXhzLTIsXG4gIC5jb2wteHMtMSxcbiAgLmNvbC14cy1hdXRvIHtcbiAgICBmbGV4OiBub25lO1xuICB9XG4gIC5jb2wteHMtMTIge1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG4gIC5jb2wteHMtMTEge1xuICAgIHdpZHRoOiA5MS42NjY2NjY2NyU7XG4gIH1cbiAgLmNvbC14cy0xMCB7XG4gICAgd2lkdGg6IDgzLjMzMzMzMzMzJTtcbiAgfVxuICAuY29sLXhzLTkge1xuICAgIHdpZHRoOiA3NSU7XG4gIH1cbiAgLmNvbC14cy04IHtcbiAgICB3aWR0aDogNjYuNjY2NjY2NjclO1xuICB9XG4gIC5jb2wteHMtNyB7XG4gICAgd2lkdGg6IDU4LjMzMzMzMzMzJTtcbiAgfVxuICAuY29sLXhzLTYge1xuICAgIHdpZHRoOiA1MCU7XG4gIH1cbiAgLmNvbC14cy01IHtcbiAgICB3aWR0aDogNDEuNjY2NjY2NjclO1xuICB9XG4gIC5jb2wteHMtNCB7XG4gICAgd2lkdGg6IDMzLjMzMzMzMzMzJTtcbiAgfVxuICAuY29sLXhzLTMge1xuICAgIHdpZHRoOiAyNSU7XG4gIH1cbiAgLmNvbC14cy0yIHtcbiAgICB3aWR0aDogMTYuNjY2NjY2NjclO1xuICB9XG4gIC5jb2wteHMtMSB7XG4gICAgd2lkdGg6IDguMzMzMzMzMzMlO1xuICB9XG4gIC5jb2wteHMtYXV0byB7XG4gICAgd2lkdGg6IGF1dG87XG4gIH1cbiAgLmhpZGUteHMge1xuICAgIGRpc3BsYXk6IG5vbmUgIWltcG9ydGFudDtcbiAgfVxuICAuc2hvdy14cyB7XG4gICAgZGlzcGxheTogYmxvY2sgIWltcG9ydGFudDtcbiAgfVxufVxuIiwiLy8gSGVyb1xuLmhlcm8ge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIHBhZGRpbmctYm90dG9tOiA0cmVtO1xuICBwYWRkaW5nLXRvcDogNHJlbTtcblxuICAmLmhlcm8tc20ge1xuICAgIHBhZGRpbmctYm90dG9tOiAycmVtO1xuICAgIHBhZGRpbmctdG9wOiAycmVtO1xuICB9XG5cbiAgJi5oZXJvLWxnIHtcbiAgICBwYWRkaW5nLWJvdHRvbTogOHJlbTtcbiAgICBwYWRkaW5nLXRvcDogOHJlbTtcbiAgfVxuXG4gIC5oZXJvLWJvZHkge1xuICAgIHBhZGRpbmc6ICRsYXlvdXQtc3BhY2luZztcbiAgfVxufSIsIi8vIE5hdmJhclxuLm5hdmJhciB7XG4gIGFsaWduLWl0ZW1zOiBzdHJldGNoO1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LXdyYXA6IHdyYXA7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcblxuICAubmF2YmFyLXNlY3Rpb24ge1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4OiAxIDAgMDtcblxuICAgICY6bm90KDpmaXJzdC1jaGlsZCk6bGFzdC1jaGlsZCB7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGZsZXgtZW5kO1xuICAgIH1cbiAgfVxuXG4gIC5uYXZiYXItY2VudGVyIHtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleDogMCAwIGF1dG87XG4gIH1cblxuICAubmF2YmFyLWJyYW5kIHtcbiAgICBmb250LXNpemU6ICRmb250LXNpemUtbGc7XG4gICAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICB9XG59XG4iLCIvLyBBY2NvcmRpb25zXG4uYWNjb3JkaW9uIHtcbiAgaW5wdXQ6Y2hlY2tlZCB+LFxuICAmW29wZW5dIHtcbiAgICAmIC5hY2NvcmRpb24taGVhZGVyIHtcbiAgICAgIC5pY29uIHtcbiAgICAgICAgdHJhbnNmb3JtOiByb3RhdGUoOTBkZWcpO1xuICAgICAgfVxuICAgIH1cblxuICAgICYgLmFjY29yZGlvbi1ib2R5IHtcbiAgICAgIG1heC1oZWlnaHQ6IDUwcmVtO1xuICAgIH1cbiAgfVxuXG4gIC5hY2NvcmRpb24taGVhZGVyIHtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBwYWRkaW5nOiAkdW5pdC0xICR1bml0LTI7XG5cbiAgICAuaWNvbiB7XG4gICAgICB0cmFuc2l0aW9uOiB0cmFuc2Zvcm0gLjI1cztcbiAgICB9XG4gIH1cblxuICAuYWNjb3JkaW9uLWJvZHkge1xuICAgIG1hcmdpbi1ib3R0b206ICRsYXlvdXQtc3BhY2luZztcbiAgICBtYXgtaGVpZ2h0OiAwO1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgdHJhbnNpdGlvbjogbWF4LWhlaWdodCAuMjVzO1xuICB9XG59XG5cbi8vIFJlbW92ZSBkZWZhdWx0IGRldGFpbHMgbWFya2VyIGluIFdlYmtpdFxuc3VtbWFyeS5hY2NvcmRpb24taGVhZGVyIHtcbiAgJjo6LXdlYmtpdC1kZXRhaWxzLW1hcmtlciB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxufVxuIiwiLy8gQXZhdGFyc1xuLmF2YXRhciB7XG4gIEBpbmNsdWRlIGF2YXRhci1iYXNlKCk7XG4gIGJhY2tncm91bmQ6ICRwcmltYXJ5LWNvbG9yO1xuICBib3JkZXItcmFkaXVzOiA1MCU7XG4gIGNvbG9yOiByZ2JhKCRsaWdodC1jb2xvciwgLjg1KTtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBmb250LXdlaWdodDogMzAwO1xuICBsaW5lLWhlaWdodDogMS4yNTtcbiAgbWFyZ2luOiAwO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG5cbiAgJi5hdmF0YXIteHMge1xuICAgIEBpbmNsdWRlIGF2YXRhci1iYXNlKCR1bml0LTQpO1xuICB9XG4gICYuYXZhdGFyLXNtIHtcbiAgICBAaW5jbHVkZSBhdmF0YXItYmFzZSgkdW5pdC02KTtcbiAgfVxuICAmLmF2YXRhci1sZyB7XG4gICAgQGluY2x1ZGUgYXZhdGFyLWJhc2UoJHVuaXQtMTIpO1xuICB9XG4gICYuYXZhdGFyLXhsIHtcbiAgICBAaW5jbHVkZSBhdmF0YXItYmFzZSgkdW5pdC0xNik7XG4gIH1cblxuICBpbWcge1xuICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIHotaW5kZXg6ICR6aW5kZXgtMDtcbiAgfVxuXG4gIC5hdmF0YXItaWNvbixcbiAgLmF2YXRhci1wcmVzZW5jZSB7XG4gICAgYmFja2dyb3VuZDogJGJnLWNvbG9yLWxpZ2h0O1xuICAgIGJvdHRvbTogMTQuNjQlO1xuICAgIGhlaWdodDogNTAlO1xuICAgIHBhZGRpbmc6ICRib3JkZXItd2lkdGgtbGc7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHJpZ2h0OiAxNC42NCU7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoNTAlLCA1MCUpO1xuICAgIHdpZHRoOiA1MCU7XG4gICAgei1pbmRleDogJHppbmRleC0wICsgMTtcbiAgfVxuXG4gIC5hdmF0YXItcHJlc2VuY2Uge1xuICAgIGJhY2tncm91bmQ6ICRncmF5LWNvbG9yO1xuICAgIGJveC1zaGFkb3c6IDAgMCAwICRib3JkZXItd2lkdGgtbGcgJGxpZ2h0LWNvbG9yO1xuICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICBoZWlnaHQ6IC41ZW07XG4gICAgd2lkdGg6IC41ZW07XG5cbiAgICAmLm9ubGluZSB7XG4gICAgICBiYWNrZ3JvdW5kOiAkc3VjY2Vzcy1jb2xvcjtcbiAgICB9XG5cbiAgICAmLmJ1c3kge1xuICAgICAgYmFja2dyb3VuZDogJGVycm9yLWNvbG9yO1xuICAgIH1cblxuICAgICYuYXdheSB7XG4gICAgICBiYWNrZ3JvdW5kOiAkd2FybmluZy1jb2xvcjtcbiAgICB9XG4gIH1cblxuICAmW2RhdGEtaW5pdGlhbF06OmJlZm9yZSB7XG4gICAgY29sb3I6IGN1cnJlbnRDb2xvcjtcbiAgICBjb250ZW50OiBhdHRyKGRhdGEtaW5pdGlhbCk7XG4gICAgbGVmdDogNTAlO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDUwJTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNTAlKTtcbiAgICB6LWluZGV4OiAkemluZGV4LTA7XG4gIH1cbn0iLCIvLyBCYWRnZXNcbi5iYWRnZSB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcblxuICAmW2RhdGEtYmFkZ2VdLFxuICAmOm5vdChbZGF0YS1iYWRnZV0pIHtcbiAgICAmOjphZnRlciB7XG4gICAgICBiYWNrZ3JvdW5kOiAkcHJpbWFyeS1jb2xvcjtcbiAgICAgIGJhY2tncm91bmQtY2xpcDogcGFkZGluZy1ib3g7XG4gICAgICBib3JkZXItcmFkaXVzOiAuNXJlbTtcbiAgICAgIGJveC1zaGFkb3c6IDAgMCAwIC4xcmVtICRiZy1jb2xvci1saWdodDtcbiAgICAgIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gICAgICBjb250ZW50OiBhdHRyKGRhdGEtYmFkZ2UpO1xuICAgICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLS4wNXJlbSwgLS41cmVtKTtcbiAgICB9XG4gIH1cbiAgJltkYXRhLWJhZGdlXSB7XG4gICAgJjo6YWZ0ZXIge1xuICAgICAgZm9udC1zaXplOiAkZm9udC1zaXplLXNtO1xuICAgICAgaGVpZ2h0OiAuOXJlbTtcbiAgICAgIGxpbmUtaGVpZ2h0OiAxO1xuICAgICAgbWluLXdpZHRoOiAuOXJlbTtcbiAgICAgIHBhZGRpbmc6IC4xcmVtIC4ycmVtO1xuICAgICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgICB9XG4gIH1cbiAgJjpub3QoW2RhdGEtYmFkZ2VdKSxcbiAgJltkYXRhLWJhZGdlPVwiXCJdIHtcbiAgICAmOjphZnRlciB7XG4gICAgICBoZWlnaHQ6IDZweDtcbiAgICAgIG1pbi13aWR0aDogNnB4O1xuICAgICAgcGFkZGluZzogMDtcbiAgICAgIHdpZHRoOiA2cHg7XG4gICAgfVxuICB9XG5cbiAgLy8gQmFkZ2VzIGZvciBCdXR0b25zXG4gICYuYnRuIHtcbiAgICAmOjphZnRlciB7XG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICB0b3A6IDA7XG4gICAgICByaWdodDogMDtcbiAgICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKDUwJSwgLTUwJSk7XG4gICAgfVxuICB9XG5cbiAgLy8gQmFkZ2VzIGZvciBBdmF0YXJzXG4gICYuYXZhdGFyIHtcbiAgICAmOjphZnRlciB7XG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICB0b3A6IDE0LjY0JTtcbiAgICAgIHJpZ2h0OiAxNC42NCU7XG4gICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSg1MCUsIC01MCUpO1xuICAgICAgei1pbmRleDogJHppbmRleC0xO1xuICAgIH1cbiAgfVxufVxuIiwiLy8gQnJlYWRjcnVtYnNcbi5icmVhZGNydW1iIHtcbiAgbGlzdC1zdHlsZTogbm9uZTtcbiAgbWFyZ2luOiAkdW5pdC0xIDA7XG4gIHBhZGRpbmc6ICR1bml0LTEgMDtcblxuICAuYnJlYWRjcnVtYi1pdGVtIHtcbiAgICBjb2xvcjogJGdyYXktY29sb3ItZGFyaztcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgbWFyZ2luOiAwO1xuICAgIHBhZGRpbmc6ICR1bml0LTEgMDtcblxuICAgICY6bm90KDpsYXN0LWNoaWxkKSB7XG4gICAgICBtYXJnaW4tcmlnaHQ6ICR1bml0LTE7XG5cbiAgICAgIGEge1xuICAgICAgICBjb2xvcjogJGdyYXktY29sb3ItZGFyaztcbiAgICAgIH1cbiAgICB9XG5cbiAgICAmOm5vdCg6Zmlyc3QtY2hpbGQpIHtcbiAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgIGNvbG9yOiAkZ3JheS1jb2xvci1kYXJrO1xuICAgICAgICBjb250ZW50OiBcIi9cIjtcbiAgICAgICAgcGFkZGluZy1yaWdodDogJHVuaXQtMjtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cbiIsIi8vIEJhcnNcbi5iYXIge1xuICBiYWNrZ3JvdW5kOiAkYmctY29sb3ItZGFyaztcbiAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtd3JhcDogbm93cmFwO1xuICBoZWlnaHQ6ICR1bml0LTQ7XG4gIHdpZHRoOiAxMDAlO1xuXG4gICYuYmFyLXNtIHtcbiAgICBoZWlnaHQ6ICR1bml0LTE7XG4gIH1cblxuICAvLyBUT0RPOiBhdHRyKCkgc3VwcG9ydFxuICAuYmFyLWl0ZW0ge1xuICAgIGJhY2tncm91bmQ6ICRwcmltYXJ5LWNvbG9yO1xuICAgIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgZm9udC1zaXplOiAkZm9udC1zaXplLXNtO1xuICAgIGZsZXgtc2hyaW5rOiAwO1xuICAgIGxpbmUtaGVpZ2h0OiAkdW5pdC00O1xuICAgIGhlaWdodDogMTAwJTtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgIHdpZHRoOiAwO1xuXG4gICAgJjpmaXJzdC1jaGlsZCB7XG4gICAgICBib3JkZXItYm90dG9tLWxlZnQtcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgICAgIGJvcmRlci10b3AtbGVmdC1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgIH1cbiAgICAmOmxhc3QtY2hpbGQge1xuICAgICAgYm9yZGVyLWJvdHRvbS1yaWdodC1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgICAgYm9yZGVyLXRvcC1yaWdodC1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgICAgZmxleC1zaHJpbms6IDE7XG4gICAgfVxuICB9XG59XG5cbi8vIFNsaWRlciBiYXJcbi5iYXItc2xpZGVyIHtcbiAgaGVpZ2h0OiAkYm9yZGVyLXdpZHRoLWxnO1xuICBtYXJnaW46ICRsYXlvdXQtc3BhY2luZyAwO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG5cbiAgLmJhci1pdGVtIHtcbiAgICBsZWZ0OiAwO1xuICAgIHBhZGRpbmc6IDA7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICY6bm90KDpsYXN0LWNoaWxkKTpmaXJzdC1jaGlsZCB7XG4gICAgICBiYWNrZ3JvdW5kOiAkYmctY29sb3ItZGFyaztcbiAgICAgIHotaW5kZXg6ICR6aW5kZXgtMDtcbiAgICB9XG4gIH1cblxuICAuYmFyLXNsaWRlci1idG4ge1xuICAgIGJhY2tncm91bmQ6ICRwcmltYXJ5LWNvbG9yO1xuICAgIGJvcmRlcjogMDtcbiAgICBib3JkZXItcmFkaXVzOiA1MCU7XG4gICAgaGVpZ2h0OiAkdW5pdC0zO1xuICAgIHBhZGRpbmc6IDA7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHJpZ2h0OiAwO1xuICAgIHRvcDogNTAlO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKDUwJSwgLTUwJSk7XG4gICAgd2lkdGg6ICR1bml0LTM7XG5cbiAgICAmOmFjdGl2ZSB7XG4gICAgICBib3gtc2hhZG93OiAwIDAgMCAuMXJlbSAkcHJpbWFyeS1jb2xvcjtcbiAgICB9XG4gIH1cbn1cbiIsIi8vIENhcmRzXG4uY2FyZCB7XG4gIGJhY2tncm91bmQ6ICRiZy1jb2xvci1saWdodDtcbiAgYm9yZGVyOiAkYm9yZGVyLXdpZHRoIHNvbGlkICRib3JkZXItY29sb3I7XG4gIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuXG4gIC5jYXJkLWhlYWRlcixcbiAgLmNhcmQtYm9keSxcbiAgLmNhcmQtZm9vdGVyIHtcbiAgICBwYWRkaW5nOiAkbGF5b3V0LXNwYWNpbmctbGc7XG4gICAgcGFkZGluZy1ib3R0b206IDA7XG5cbiAgICAmOmxhc3QtY2hpbGQge1xuICAgICAgcGFkZGluZy1ib3R0b206ICRsYXlvdXQtc3BhY2luZy1sZztcbiAgICB9XG4gIH1cblxuICAuY2FyZC1ib2R5IHtcbiAgICBmbGV4OiAxIDEgYXV0bztcbiAgfVxuXG4gIC5jYXJkLWltYWdlIHtcbiAgICBwYWRkaW5nLXRvcDogJGxheW91dC1zcGFjaW5nLWxnO1xuXG4gICAgJjpmaXJzdC1jaGlsZCB7XG4gICAgICBwYWRkaW5nLXRvcDogMDtcblxuICAgICAgaW1nIHtcbiAgICAgICAgYm9yZGVyLXRvcC1sZWZ0LXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gICAgICAgIGJvcmRlci10b3AtcmlnaHQtcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgICAgIH1cbiAgICB9XG5cbiAgICAmOmxhc3QtY2hpbGQge1xuICAgICAgaW1nIHtcbiAgICAgICAgYm9yZGVyLWJvdHRvbS1sZWZ0LXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gICAgICAgIGJvcmRlci1ib3R0b20tcmlnaHQtcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cbiIsIi8vIENoaXBzXG4uY2hpcCB7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGJhY2tncm91bmQ6ICRiZy1jb2xvci1kYXJrO1xuICBib3JkZXItcmFkaXVzOiA1cmVtO1xuICBkaXNwbGF5OiBpbmxpbmUtZmxleDtcbiAgZm9udC1zaXplOiA5MCU7XG4gIGhlaWdodDogJHVuaXQtNjtcbiAgbGluZS1oZWlnaHQ6ICR1bml0LTQ7XG4gIG1hcmdpbjogJHVuaXQtaDtcbiAgbWF4LXdpZHRoOiAkY29udHJvbC13aWR0aC1zbTtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgcGFkZGluZzogJHVuaXQtMSAkdW5pdC0yO1xuICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICB2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlO1xuICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuXG4gICYuYWN0aXZlIHtcbiAgICBiYWNrZ3JvdW5kOiAkcHJpbWFyeS1jb2xvcjtcbiAgICBjb2xvcjogJGxpZ2h0LWNvbG9yO1xuICB9XG5cbiAgLmF2YXRhciB7XG4gICAgbWFyZ2luLWxlZnQ6IC0kdW5pdC0yO1xuICAgIG1hcmdpbi1yaWdodDogJHVuaXQtMTtcbiAgfVxuXG4gIC5idG4tY2xlYXIge1xuICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlKC43NSk7XG4gIH1cbn1cbiIsIi8vIERyb3Bkb3duXG4uZHJvcGRvd24ge1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcblxuICAubWVudSB7XG4gICAgYW5pbWF0aW9uOiBzbGlkZS1kb3duIC4xNXMgZWFzZSAxO1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgbGVmdDogMDtcbiAgICBtYXgtaGVpZ2h0OiA1MHZoO1xuICAgIG92ZXJmbG93LXk6IGF1dG87XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMTAwJTtcbiAgfVxuXG4gICYuZHJvcGRvd24tcmlnaHQge1xuICAgIC5tZW51IHtcbiAgICAgIGxlZnQ6IGF1dG87XG4gICAgICByaWdodDogMDtcbiAgICB9XG4gIH1cblxuICAmLmFjdGl2ZSAubWVudSxcbiAgLmRyb3Bkb3duLXRvZ2dsZTpmb2N1cyArIC5tZW51LFxuICAubWVudTpob3ZlciB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cblxuICAvLyBGaXggZHJvcGRvd24tdG9nZ2xlIGJvcmRlciByYWRpdXMgaW4gYnV0dG9uIGdyb3Vwc1xuICAuYnRuLWdyb3VwIHtcbiAgICAuZHJvcGRvd24tdG9nZ2xlOm50aC1sYXN0LWNoaWxkKDIpIHtcbiAgICAgIGJvcmRlci1ib3R0b20tcmlnaHQtcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgICAgIGJvcmRlci10b3AtcmlnaHQtcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgICB9XG4gIH1cbn1cbiIsIi8vIEVtcHR5IHN0YXRlcyAob3IgQmxhbmsgc2xhdGVzKVxuLmVtcHR5IHtcbiAgYmFja2dyb3VuZDogJGJnLWNvbG9yO1xuICBib3JkZXItcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgY29sb3I6ICRncmF5LWNvbG9yLWRhcms7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgcGFkZGluZzogJHVuaXQtMTYgJHVuaXQtODtcblxuICAuZW1wdHktaWNvbiB7XG4gICAgbWFyZ2luLWJvdHRvbTogJGxheW91dC1zcGFjaW5nLWxnO1xuICB9XG5cbiAgLmVtcHR5LXRpdGxlLFxuICAuZW1wdHktc3VidGl0bGUge1xuICAgIG1hcmdpbjogJGxheW91dC1zcGFjaW5nIGF1dG87XG4gIH1cblxuICAuZW1wdHktYWN0aW9uIHtcbiAgICBtYXJnaW4tdG9wOiAkbGF5b3V0LXNwYWNpbmctbGc7XG4gIH1cbn1cbiIsIi8vIE1lbnVzXG4ubWVudSB7XG4gIEBpbmNsdWRlIHNoYWRvdy12YXJpYW50KC4wNXJlbSk7XG4gIGJhY2tncm91bmQ6ICRiZy1jb2xvci1saWdodDtcbiAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gIGxpc3Qtc3R5bGU6IG5vbmU7XG4gIG1hcmdpbjogMDtcbiAgbWluLXdpZHRoOiAkY29udHJvbC13aWR0aC14cztcbiAgcGFkZGluZzogJHVuaXQtMjtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGVZKCRsYXlvdXQtc3BhY2luZy1zbSk7XG4gIHotaW5kZXg6ICR6aW5kZXgtMztcblxuICAmLm1lbnUtbmF2IHtcbiAgICBiYWNrZ3JvdW5kOiB0cmFuc3BhcmVudDtcbiAgICBib3gtc2hhZG93OiBub25lO1xuICB9XG5cbiAgLm1lbnUtaXRlbSB7XG4gICAgbWFyZ2luLXRvcDogMDtcbiAgICBwYWRkaW5nOiAwICR1bml0LTI7XG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcblxuICAgICYgPiBhIHtcbiAgICAgIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgICAgY29sb3I6IGluaGVyaXQ7XG4gICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgIG1hcmdpbjogMCAoLSR1bml0LTIpO1xuICAgICAgcGFkZGluZzogJHVuaXQtMSAkdW5pdC0yO1xuICAgICAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICAgICAgJjpmb2N1cyxcbiAgICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiAkc2Vjb25kYXJ5LWNvbG9yO1xuICAgICAgICBjb2xvcjogJHByaW1hcnktY29sb3I7XG4gICAgICB9XG4gICAgICAmOmFjdGl2ZSxcbiAgICAgICYuYWN0aXZlIHtcbiAgICAgICAgYmFja2dyb3VuZDogJHNlY29uZGFyeS1jb2xvcjtcbiAgICAgICAgY29sb3I6ICRwcmltYXJ5LWNvbG9yO1xuICAgICAgfVxuICAgIH1cblxuICAgIC5mb3JtLWNoZWNrYm94LFxuICAgIC5mb3JtLXJhZGlvLFxuICAgIC5mb3JtLXN3aXRjaCB7XG4gICAgICBtYXJnaW46ICR1bml0LWggMDtcbiAgICB9XG5cbiAgICAmICsgLm1lbnUtaXRlbSB7XG4gICAgICBtYXJnaW4tdG9wOiAkdW5pdC0xO1xuICAgIH1cbiAgfVxuXG4gIC5tZW51LWJhZGdlIHtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICByaWdodDogMDtcbiAgICB0b3A6IDA7XG5cbiAgICAubGFiZWwge1xuICAgICAgbWFyZ2luLXJpZ2h0OiAkdW5pdC0yO1xuICAgIH1cbiAgfVxufSIsIi8vIE1vZGFsc1xuLm1vZGFsIHtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgYm90dG9tOiAwO1xuICBkaXNwbGF5OiBub25lO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgbGVmdDogMDtcbiAgb3BhY2l0eTogMDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgcGFkZGluZzogJGxheW91dC1zcGFjaW5nO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHJpZ2h0OiAwO1xuICB0b3A6IDA7XG5cbiAgJjp0YXJnZXQsXG4gICYuYWN0aXZlIHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIG9wYWNpdHk6IDE7XG4gICAgei1pbmRleDogJHppbmRleC00O1xuXG4gICAgLm1vZGFsLW92ZXJsYXkge1xuICAgICAgYmFja2dyb3VuZDogcmdiYSgkYmctY29sb3IsIC43NSk7XG4gICAgICBib3R0b206IDA7XG4gICAgICBjdXJzb3I6IGRlZmF1bHQ7XG4gICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgIGxlZnQ6IDA7XG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICByaWdodDogMDtcbiAgICAgIHRvcDogMDtcbiAgICB9XG5cbiAgICAubW9kYWwtY29udGFpbmVyIHtcbiAgICAgIGFuaW1hdGlvbjogc2xpZGUtZG93biAuMnMgZWFzZSAxO1xuICAgICAgei1pbmRleDogJHppbmRleC0wO1xuICAgIH1cbiAgfVxuXG4gICYubW9kYWwtc20ge1xuICAgIC5tb2RhbC1jb250YWluZXIge1xuICAgICAgbWF4LXdpZHRoOiAkY29udHJvbC13aWR0aC1zbTtcbiAgICAgIHBhZGRpbmc6IDAgJHVuaXQtMjtcbiAgICB9XG4gIH1cblxuICAmLm1vZGFsLWxnIHtcbiAgICAubW9kYWwtb3ZlcmxheSB7XG4gICAgICBiYWNrZ3JvdW5kOiAkYmctY29sb3ItbGlnaHQ7XG4gICAgfVxuXG4gICAgLm1vZGFsLWNvbnRhaW5lciB7XG4gICAgICBib3gtc2hhZG93OiBub25lO1xuICAgICAgbWF4LXdpZHRoOiAkY29udHJvbC13aWR0aC1sZztcbiAgICB9XG4gIH1cbn1cblxuLm1vZGFsLWNvbnRhaW5lciB7XG4gIEBpbmNsdWRlIHNoYWRvdy12YXJpYW50KC4ycmVtKTtcbiAgYmFja2dyb3VuZDogJGJnLWNvbG9yLWxpZ2h0O1xuICBib3JkZXItcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgbWF4LWhlaWdodDogNzV2aDtcbiAgbWF4LXdpZHRoOiAkY29udHJvbC13aWR0aC1tZDtcbiAgcGFkZGluZzogMCAkdW5pdC00O1xuICB3aWR0aDogMTAwJTtcblxuICAmLm1vZGFsLWZ1bGxoZWlnaHQge1xuICAgIG1heC1oZWlnaHQ6IDEwMHZoO1xuICB9XG5cbiAgLm1vZGFsLWhlYWRlciB7XG4gICAgY29sb3I6ICRkYXJrLWNvbG9yO1xuICAgIHBhZGRpbmc6ICR1bml0LTQ7XG4gIH1cblxuICAubW9kYWwtYm9keSB7XG4gICAgb3ZlcmZsb3cteTogYXV0bztcbiAgICBwYWRkaW5nOiAkdW5pdC00O1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgfVxuXG4gIC5tb2RhbC1mb290ZXIge1xuICAgIHBhZGRpbmc6ICR1bml0LTQ7XG4gICAgdGV4dC1hbGlnbjogcmlnaHQ7XG4gIH1cbn1cbiIsIi8vIE5hdnNcbi5uYXYge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBsaXN0LXN0eWxlOiBub25lO1xuICBtYXJnaW46ICR1bml0LTEgMDtcblxuICAubmF2LWl0ZW0ge1xuICAgIGEge1xuICAgICAgY29sb3I6ICRncmF5LWNvbG9yLWRhcms7XG4gICAgICBwYWRkaW5nOiAkdW5pdC0xICR1bml0LTI7XG4gICAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG4gICAgICAmOmZvY3VzLFxuICAgICAgJjpob3ZlciB7XG4gICAgICAgIGNvbG9yOiAkcHJpbWFyeS1jb2xvcjtcbiAgICAgIH1cbiAgICB9XG4gICAgJi5hY3RpdmUge1xuICAgICAgJiA+IGEge1xuICAgICAgICBjb2xvcjogZGFya2VuKCRncmF5LWNvbG9yLWRhcmssIDEwJSk7XG4gICAgICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICAgICAgICAmOmZvY3VzLFxuICAgICAgICAmOmhvdmVyIHtcbiAgICAgICAgICBjb2xvcjogJHByaW1hcnktY29sb3I7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICAmIC5uYXYge1xuICAgIG1hcmdpbi1ib3R0b206ICR1bml0LTI7XG4gICAgbWFyZ2luLWxlZnQ6ICR1bml0LTQ7XG4gIH1cbn1cbiIsIi8vIFBhZ2luYXRpb25cbi5wYWdpbmF0aW9uIHtcbiAgZGlzcGxheTogZmxleDtcbiAgbGlzdC1zdHlsZTogbm9uZTtcbiAgbWFyZ2luOiAkdW5pdC0xIDA7XG4gIHBhZGRpbmc6ICR1bml0LTEgMDtcblxuICAucGFnZS1pdGVtIHtcbiAgICBtYXJnaW46ICR1bml0LTEgJHVuaXQtbztcblxuICAgIHNwYW4ge1xuICAgICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgICAgcGFkZGluZzogJHVuaXQtMSAkdW5pdC0xO1xuICAgIH1cblxuICAgIGEge1xuICAgICAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICBwYWRkaW5nOiAkdW5pdC0xICR1bml0LTI7XG4gICAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG4gICAgICAmOmZvY3VzLFxuICAgICAgJjpob3ZlciB7XG4gICAgICAgIGNvbG9yOiAkcHJpbWFyeS1jb2xvcjtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAmLmRpc2FibGVkIHtcbiAgICAgIGEge1xuICAgICAgICBjdXJzb3I6IGRlZmF1bHQ7XG4gICAgICAgIG9wYWNpdHk6IC41O1xuICAgICAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAmLmFjdGl2ZSB7XG4gICAgICBhIHtcbiAgICAgICAgYmFja2dyb3VuZDogJHByaW1hcnktY29sb3I7XG4gICAgICAgIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gICAgICB9XG4gICAgfVxuXG4gICAgJi5wYWdlLXByZXYsXG4gICAgJi5wYWdlLW5leHQge1xuICAgICAgZmxleDogMSAwIDUwJTtcbiAgICB9XG5cbiAgICAmLnBhZ2UtbmV4dCB7XG4gICAgICB0ZXh0LWFsaWduOiByaWdodDtcbiAgICB9XG5cbiAgICAucGFnZS1pdGVtLXRpdGxlIHtcbiAgICAgIG1hcmdpbjogMDtcbiAgICB9XG5cbiAgICAucGFnZS1pdGVtLXN1YnRpdGxlIHtcbiAgICAgIG1hcmdpbjogMDtcbiAgICAgIG9wYWNpdHk6IC41O1xuICAgIH1cbiAgfVxufVxuIiwiLy8gUGFuZWxzXG4ucGFuZWwge1xuICBib3JkZXI6ICRib3JkZXItd2lkdGggc29saWQgJGJvcmRlci1jb2xvcjtcbiAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG5cbiAgLnBhbmVsLWhlYWRlcixcbiAgLnBhbmVsLWZvb3RlciB7XG4gICAgZmxleDogMCAwIGF1dG87XG4gICAgcGFkZGluZzogJGxheW91dC1zcGFjaW5nLWxnO1xuICB9XG5cbiAgLnBhbmVsLW5hdiB7XG4gICAgZmxleDogMCAwIGF1dG87XG4gIH1cblxuICAucGFuZWwtYm9keSB7XG4gICAgZmxleDogMSAxIGF1dG87XG4gICAgb3ZlcmZsb3cteTogYXV0bztcbiAgICBwYWRkaW5nOiAwICRsYXlvdXQtc3BhY2luZy1sZztcbiAgfVxufVxuIiwiLy8gUG9wb3ZlcnNcbi5wb3BvdmVyIHtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG5cbiAgLnBvcG92ZXItY29udGFpbmVyIHtcbiAgICBsZWZ0OiA1MCU7XG4gICAgb3BhY2l0eTogMDtcbiAgICBwYWRkaW5nOiAkbGF5b3V0LXNwYWNpbmc7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMDtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNTAlKSBzY2FsZSgwKTtcbiAgICB0cmFuc2l0aW9uOiB0cmFuc2Zvcm0gLjJzO1xuICAgIHdpZHRoOiAkY29udHJvbC13aWR0aC1zbTtcbiAgICB6LWluZGV4OiAkemluZGV4LTM7XG4gIH1cblxuICAqOmZvY3VzICsgLnBvcG92ZXItY29udGFpbmVyLFxuICAmOmhvdmVyIC5wb3BvdmVyLWNvbnRhaW5lciB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgb3BhY2l0eTogMTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtMTAwJSkgc2NhbGUoMSk7XG4gIH1cblxuICAmLnBvcG92ZXItcmlnaHQge1xuICAgIC5wb3BvdmVyLWNvbnRhaW5lciB7XG4gICAgICBsZWZ0OiAxMDAlO1xuICAgICAgdG9wOiA1MCU7XG4gICAgfVxuXG4gICAgKjpmb2N1cyArIC5wb3BvdmVyLWNvbnRhaW5lcixcbiAgICAmOmhvdmVyIC5wb3BvdmVyLWNvbnRhaW5lciB7XG4gICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgwLCAtNTAlKSBzY2FsZSgxKTtcbiAgICB9XG4gIH1cblxuICAmLnBvcG92ZXItYm90dG9tIHtcbiAgICAucG9wb3Zlci1jb250YWluZXIge1xuICAgICAgbGVmdDogNTAlO1xuICAgICAgdG9wOiAxMDAlO1xuICAgIH1cblxuICAgICo6Zm9jdXMgKyAucG9wb3Zlci1jb250YWluZXIsXG4gICAgJjpob3ZlciAucG9wb3Zlci1jb250YWluZXIge1xuICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgMCkgc2NhbGUoMSk7XG4gICAgfVxuICB9XG5cbiAgJi5wb3BvdmVyLWxlZnQge1xuICAgIC5wb3BvdmVyLWNvbnRhaW5lciB7XG4gICAgICBsZWZ0OiAwO1xuICAgICAgdG9wOiA1MCU7XG4gICAgfVxuXG4gICAgKjpmb2N1cyArIC5wb3BvdmVyLWNvbnRhaW5lcixcbiAgICAmOmhvdmVyIC5wb3BvdmVyLWNvbnRhaW5lciB7XG4gICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtMTAwJSwgLTUwJSkgc2NhbGUoMSk7XG4gICAgfVxuICB9XG5cbiAgLmNhcmQge1xuICAgIEBpbmNsdWRlIHNoYWRvdy12YXJpYW50KC4ycmVtKTtcbiAgICBib3JkZXI6IDA7XG4gIH1cbn1cbiIsIi8vIFN0ZXBzXG4uc3RlcCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtd3JhcDogbm93cmFwO1xuICBsaXN0LXN0eWxlOiBub25lO1xuICBtYXJnaW46ICR1bml0LTEgMDtcbiAgd2lkdGg6IDEwMCU7XG5cbiAgLnN0ZXAtaXRlbSB7XG4gICAgZmxleDogMSAxIDA7XG4gICAgbWFyZ2luLXRvcDogMDtcbiAgICBtaW4taGVpZ2h0OiAxcmVtO1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG5cbiAgICAmOm5vdCg6Zmlyc3QtY2hpbGQpOjpiZWZvcmUge1xuICAgICAgYmFja2dyb3VuZDogJHByaW1hcnktY29sb3I7XG4gICAgICBjb250ZW50OiBcIlwiO1xuICAgICAgaGVpZ2h0OiAycHg7XG4gICAgICBsZWZ0OiAtNTAlO1xuICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgdG9wOiA5cHg7XG4gICAgICB3aWR0aDogMTAwJTtcbiAgICB9XG5cbiAgICBhIHtcbiAgICAgIGNvbG9yOiAkcHJpbWFyeS1jb2xvcjtcbiAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAgIHBhZGRpbmc6IDIwcHggMTBweCAwO1xuICAgICAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuXG4gICAgICAmOjpiZWZvcmUge1xuICAgICAgICBiYWNrZ3JvdW5kOiAkcHJpbWFyeS1jb2xvcjtcbiAgICAgICAgYm9yZGVyOiAkYm9yZGVyLXdpZHRoLWxnIHNvbGlkICRsaWdodC1jb2xvcjtcbiAgICAgICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAgICAgICBjb250ZW50OiBcIlwiO1xuICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICAgaGVpZ2h0OiAkdW5pdC0zO1xuICAgICAgICBsZWZ0OiA1MCU7XG4gICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgdG9wOiAkdW5pdC0xO1xuICAgICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVgoLTUwJSk7XG4gICAgICAgIHdpZHRoOiAkdW5pdC0zO1xuICAgICAgICB6LWluZGV4OiAkemluZGV4LTA7XG4gICAgICB9XG4gICAgfVxuXG4gICAgJi5hY3RpdmUge1xuICAgICAgYSB7XG4gICAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgICAgYmFja2dyb3VuZDogJGxpZ2h0LWNvbG9yO1xuICAgICAgICAgIGJvcmRlcjogJGJvcmRlci13aWR0aC1sZyBzb2xpZCAkcHJpbWFyeS1jb2xvcjtcbiAgICAgICAgfVxuICAgICAgfVxuXG4gICAgICAmIH4gLnN0ZXAtaXRlbSB7XG4gICAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgICAgYmFja2dyb3VuZDogJGJvcmRlci1jb2xvcjtcbiAgICAgICAgfVxuXG4gICAgICAgIGEge1xuICAgICAgICAgIGNvbG9yOiAkZ3JheS1jb2xvcjtcblxuICAgICAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kOiAkYm9yZGVyLWNvbG9yO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfVxufVxuIiwiLy8gVGFic1xuLnRhYiB7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGJvcmRlci1ib3R0b206ICRib3JkZXItd2lkdGggc29saWQgJGJvcmRlci1jb2xvcjtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC13cmFwOiB3cmFwO1xuICBsaXN0LXN0eWxlOiBub25lO1xuICBtYXJnaW46ICR1bml0LTEgMCAoJHVuaXQtMSAtICRib3JkZXItd2lkdGgpIDA7XG5cbiAgLnRhYi1pdGVtIHtcbiAgICBtYXJnaW4tdG9wOiAwO1xuXG4gICAgYSB7XG4gICAgICBib3JkZXItYm90dG9tOiAkYm9yZGVyLXdpZHRoLWxnIHNvbGlkIHRyYW5zcGFyZW50O1xuICAgICAgY29sb3I6IGluaGVyaXQ7XG4gICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgIG1hcmdpbjogMCAkdW5pdC0yIDAgMDtcbiAgICAgIHBhZGRpbmc6ICR1bml0LTIgJHVuaXQtMSAkdW5pdC0yIC0gJGJvcmRlci13aWR0aC1sZyAkdW5pdC0xO1xuICAgICAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICAgICAgJjpmb2N1cyxcbiAgICAgICY6aG92ZXIge1xuICAgICAgICBjb2xvcjogJGxpbmstY29sb3I7XG4gICAgICB9XG4gICAgfVxuICAgICYuYWN0aXZlIGEsXG4gICAgYS5hY3RpdmUge1xuICAgICAgYm9yZGVyLWJvdHRvbS1jb2xvcjogJHByaW1hcnktY29sb3I7XG4gICAgICBjb2xvcjogJGxpbmstY29sb3I7XG4gICAgfVxuXG4gICAgJi50YWItYWN0aW9uIHtcbiAgICAgIGZsZXg6IDEgMCBhdXRvO1xuICAgICAgdGV4dC1hbGlnbjogcmlnaHQ7XG4gICAgfVxuXG4gICAgLmJ0bi1jbGVhciB7XG4gICAgICBtYXJnaW4tdG9wOiAtJHVuaXQtMTtcbiAgICB9XG4gIH1cblxuICAmLnRhYi1ibG9jayB7XG4gICAgLnRhYi1pdGVtIHtcbiAgICAgIGZsZXg6IDEgMCAwO1xuICAgICAgdGV4dC1hbGlnbjogY2VudGVyO1xuXG4gICAgICBhIHtcbiAgICAgICAgbWFyZ2luOiAwO1xuICAgICAgfVxuXG4gICAgICAuYmFkZ2Uge1xuICAgICAgICAmW2RhdGEtYmFkZ2VdOjphZnRlciB7XG4gICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICAgIHJpZ2h0OiAkdW5pdC1oO1xuICAgICAgICAgIHRvcDogJHVuaXQtaDtcbiAgICAgICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgwLCAwKTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gICY6bm90KC50YWItYmxvY2spIHtcbiAgICAuYmFkZ2Uge1xuICAgICAgcGFkZGluZy1yaWdodDogMDtcbiAgICB9XG4gIH1cbn1cbiIsIi8vIFRpbGVzXG4udGlsZSB7XG4gIGFsaWduLWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG4gIGFsaWduLWl0ZW1zOiBmbGV4LXN0YXJ0O1xuICBkaXNwbGF5OiBmbGV4O1xuXG4gIC50aWxlLWljb24sXG4gIC50aWxlLWFjdGlvbiB7XG4gICAgZmxleDogMCAwIGF1dG87XG4gIH1cbiAgLnRpbGUtY29udGVudCB7XG4gICAgZmxleDogMSAxIGF1dG87XG4gICAgJjpub3QoOmZpcnN0LWNoaWxkKSB7XG4gICAgICBwYWRkaW5nLWxlZnQ6ICR1bml0LTI7XG4gICAgfVxuICAgICY6bm90KDpsYXN0LWNoaWxkKSB7XG4gICAgICBwYWRkaW5nLXJpZ2h0OiAkdW5pdC0yO1xuICAgIH1cbiAgfVxuICAudGlsZS10aXRsZSxcbiAgLnRpbGUtc3VidGl0bGUge1xuICAgIGxpbmUtaGVpZ2h0OiAkbGluZS1oZWlnaHQ7XG4gIH1cblxuICAmLnRpbGUtY2VudGVyZWQge1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG5cbiAgICAudGlsZS1jb250ZW50IHtcbiAgICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgfVxuXG4gICAgLnRpbGUtdGl0bGUsXG4gICAgLnRpbGUtc3VidGl0bGUge1xuICAgICAgQGluY2x1ZGUgdGV4dC1lbGxpcHNpcygpO1xuICAgICAgbWFyZ2luLWJvdHRvbTogMDtcbiAgICB9XG4gIH1cbn1cbiIsIi8vIFRvYXN0c1xuLnRvYXN0IHtcbiAgQGluY2x1ZGUgdG9hc3QtdmFyaWFudCgkZGFyay1jb2xvcik7XG4gIGJvcmRlcjogJGJvcmRlci13aWR0aCBzb2xpZCAkZGFyay1jb2xvcjtcbiAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBwYWRkaW5nOiAkbGF5b3V0LXNwYWNpbmc7XG4gIHdpZHRoOiAxMDAlO1xuXG4gICYudG9hc3QtcHJpbWFyeSB7XG4gICAgQGluY2x1ZGUgdG9hc3QtdmFyaWFudCgkcHJpbWFyeS1jb2xvcik7XG4gIH1cblxuICAmLnRvYXN0LXN1Y2Nlc3Mge1xuICAgIEBpbmNsdWRlIHRvYXN0LXZhcmlhbnQoJHN1Y2Nlc3MtY29sb3IpO1xuICB9XG5cbiAgJi50b2FzdC13YXJuaW5nIHtcbiAgICBAaW5jbHVkZSB0b2FzdC12YXJpYW50KCR3YXJuaW5nLWNvbG9yKTtcbiAgfVxuXG4gICYudG9hc3QtZXJyb3Ige1xuICAgIEBpbmNsdWRlIHRvYXN0LXZhcmlhbnQoJGVycm9yLWNvbG9yKTtcbiAgfVxuXG4gIGEge1xuICAgIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gICAgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7XG4gICAgXG4gICAgJjpmb2N1cyxcbiAgICAmOmhvdmVyLFxuICAgICY6YWN0aXZlLFxuICAgICYuYWN0aXZlIHtcbiAgICAgIG9wYWNpdHk6IC43NTtcbiAgICB9XG4gIH1cblxuICAuYnRuLWNsZWFyIHtcbiAgICBtYXJnaW46ICR1bml0LWg7XG4gIH1cblxuICBwIHtcbiAgICAmOmxhc3QtY2hpbGQge1xuICAgICAgbWFyZ2luLWJvdHRvbTogMDtcbiAgICB9XG4gIH1cbn1cbiIsIi8vIFRvb2x0aXBzXG4udG9vbHRpcCB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgJjo6YWZ0ZXIge1xuICAgIGJhY2tncm91bmQ6IHJnYmEoJGRhcmstY29sb3IsIC45NSk7XG4gICAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gICAgYm90dG9tOiAxMDAlO1xuICAgIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gICAgY29udGVudDogYXR0cihkYXRhLXRvb2x0aXApO1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIGZvbnQtc2l6ZTogJGZvbnQtc2l6ZS1zbTtcbiAgICBsZWZ0OiA1MCU7XG4gICAgbWF4LXdpZHRoOiAkY29udHJvbC13aWR0aC1zbTtcbiAgICBvcGFjaXR5OiAwO1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgcGFkZGluZzogJHVuaXQtMSAkdW5pdC0yO1xuICAgIHBvaW50ZXItZXZlbnRzOiBub25lO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAkdW5pdC0yKTtcbiAgICB0cmFuc2l0aW9uOiBvcGFjaXR5IC4ycywgdHJhbnNmb3JtIC4ycztcbiAgICB3aGl0ZS1zcGFjZTogcHJlO1xuICAgIHotaW5kZXg6ICR6aW5kZXgtMztcbiAgfVxuICAmOmZvY3VzLFxuICAmOmhvdmVyIHtcbiAgICAmOjphZnRlciB7XG4gICAgICBvcGFjaXR5OiAxO1xuICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgLSR1bml0LTEpO1xuICAgIH1cbiAgfVxuICAmW2Rpc2FibGVkXSxcbiAgJi5kaXNhYmxlZCB7XG4gICAgcG9pbnRlci1ldmVudHM6IGF1dG87XG4gIH1cblxuICAmLnRvb2x0aXAtcmlnaHQge1xuICAgICY6OmFmdGVyIHtcbiAgICAgIGJvdHRvbTogNTAlO1xuICAgICAgbGVmdDogMTAwJTtcbiAgICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC0kdW5pdC0xLCA1MCUpO1xuICAgIH1cbiAgICAmOmZvY3VzLFxuICAgICY6aG92ZXIge1xuICAgICAgJjo6YWZ0ZXIge1xuICAgICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgkdW5pdC0xLCA1MCUpO1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gICYudG9vbHRpcC1ib3R0b20ge1xuICAgICY6OmFmdGVyIHtcbiAgICAgIGJvdHRvbTogYXV0bztcbiAgICAgIHRvcDogMTAwJTtcbiAgICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC0kdW5pdC0yKTtcbiAgICB9XG4gICAgJjpmb2N1cyxcbiAgICAmOmhvdmVyIHtcbiAgICAgICY6OmFmdGVyIHtcbiAgICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgJHVuaXQtMSk7XG4gICAgICB9XG4gICAgfVxuICB9XG4gIFxuICAmLnRvb2x0aXAtbGVmdCB7XG4gICAgJjo6YWZ0ZXIge1xuICAgICAgYm90dG9tOiA1MCU7XG4gICAgICBsZWZ0OiBhdXRvO1xuICAgICAgcmlnaHQ6IDEwMCU7XG4gICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgkdW5pdC0yLCA1MCUpO1xuICAgIH1cbiAgICAmOmZvY3VzLFxuICAgICY6aG92ZXIge1xuICAgICAgJjo6YWZ0ZXIge1xuICAgICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtJHVuaXQtMSwgNTAlKTtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cbiIsIi8vIEFuaW1hdGlvbnNcbkBrZXlmcmFtZXMgbG9hZGluZyB7XG4gIDAlIHtcbiAgICB0cmFuc2Zvcm06IHJvdGF0ZSgwZGVnKTtcbiAgfVxuICAxMDAlIHtcbiAgICB0cmFuc2Zvcm06IHJvdGF0ZSgzNjBkZWcpO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgc2xpZGUtZG93biB7XG4gIDAlIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWSgtJHVuaXQtOCk7XG4gIH1cbiAgMTAwJSB7XG4gICAgb3BhY2l0eTogMTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoMCk7XG4gIH1cbn1cbiIsIkBpbXBvcnQgXCJ1dGlsaXRpZXMvY29sb3JzXCI7XG5AaW1wb3J0IFwidXRpbGl0aWVzL2N1cnNvcnNcIjtcbkBpbXBvcnQgXCJ1dGlsaXRpZXMvZGlzcGxheVwiO1xuQGltcG9ydCBcInV0aWxpdGllcy9kaXZpZGVyXCI7XG5AaW1wb3J0IFwidXRpbGl0aWVzL2xvYWRpbmdcIjtcbkBpbXBvcnQgXCJ1dGlsaXRpZXMvcG9zaXRpb25cIjtcbkBpbXBvcnQgXCJ1dGlsaXRpZXMvc2hhcGVzXCI7XG5AaW1wb3J0IFwidXRpbGl0aWVzL3RleHRcIjtcbiIsIi8vIFRleHQgY29sb3JzXG5AaW5jbHVkZSB0ZXh0LWNvbG9yLXZhcmlhbnQoXCIudGV4dC1wcmltYXJ5XCIsICRwcmltYXJ5LWNvbG9yKTtcblxuQGluY2x1ZGUgdGV4dC1jb2xvci12YXJpYW50KFwiLnRleHQtc2Vjb25kYXJ5XCIsICRzZWNvbmRhcnktY29sb3ItZGFyayk7XG5cbkBpbmNsdWRlIHRleHQtY29sb3ItdmFyaWFudChcIi50ZXh0LWdyYXlcIiwgJGdyYXktY29sb3IpO1xuXG5AaW5jbHVkZSB0ZXh0LWNvbG9yLXZhcmlhbnQoXCIudGV4dC1saWdodFwiLCAkbGlnaHQtY29sb3IpO1xuXG5AaW5jbHVkZSB0ZXh0LWNvbG9yLXZhcmlhbnQoXCIudGV4dC1kYXJrXCIsICRib2R5LWZvbnQtY29sb3IpO1xuXG5AaW5jbHVkZSB0ZXh0LWNvbG9yLXZhcmlhbnQoXCIudGV4dC1zdWNjZXNzXCIsICRzdWNjZXNzLWNvbG9yKTtcblxuQGluY2x1ZGUgdGV4dC1jb2xvci12YXJpYW50KFwiLnRleHQtd2FybmluZ1wiLCAkd2FybmluZy1jb2xvcik7XG5cbkBpbmNsdWRlIHRleHQtY29sb3ItdmFyaWFudChcIi50ZXh0LWVycm9yXCIsICRlcnJvci1jb2xvcik7XG5cbi8vIEJhY2tncm91bmQgY29sb3JzXG5AaW5jbHVkZSBiZy1jb2xvci12YXJpYW50KFwiLmJnLXByaW1hcnlcIiwgJHByaW1hcnktY29sb3IpO1xuXG5AaW5jbHVkZSBiZy1jb2xvci12YXJpYW50KFwiLmJnLXNlY29uZGFyeVwiLCAkc2Vjb25kYXJ5LWNvbG9yKTtcblxuQGluY2x1ZGUgYmctY29sb3ItdmFyaWFudChcIi5iZy1kYXJrXCIsICRkYXJrLWNvbG9yKTtcblxuQGluY2x1ZGUgYmctY29sb3ItdmFyaWFudChcIi5iZy1ncmF5XCIsICRiZy1jb2xvcik7XG5cbkBpbmNsdWRlIGJnLWNvbG9yLXZhcmlhbnQoXCIuYmctc3VjY2Vzc1wiLCAkc3VjY2Vzcy1jb2xvcik7XG5cbkBpbmNsdWRlIGJnLWNvbG9yLXZhcmlhbnQoXCIuYmctd2FybmluZ1wiLCAkd2FybmluZy1jb2xvcik7XG5cbkBpbmNsdWRlIGJnLWNvbG9yLXZhcmlhbnQoXCIuYmctZXJyb3JcIiwgJGVycm9yLWNvbG9yKTtcbiIsIi8vIEN1cnNvcnNcbi5jLWhhbmQge1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG5cbi5jLW1vdmUge1xuICBjdXJzb3I6IG1vdmU7XG59XG5cbi5jLXpvb20taW4ge1xuICBjdXJzb3I6IHpvb20taW47XG59XG5cbi5jLXpvb20tb3V0IHtcbiAgY3Vyc29yOiB6b29tLW91dDtcbn1cblxuLmMtbm90LWFsbG93ZWQge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkO1xufVxuXG4uYy1hdXRvIHtcbiAgY3Vyc29yOiBhdXRvO1xufSIsIi8vIERpc3BsYXlcbi5kLWJsb2NrIHtcbiAgZGlzcGxheTogYmxvY2s7XG59XG4uZC1pbmxpbmUge1xuICBkaXNwbGF5OiBpbmxpbmU7XG59XG4uZC1pbmxpbmUtYmxvY2sge1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG59XG4uZC1mbGV4IHtcbiAgZGlzcGxheTogZmxleDtcbn1cbi5kLWlubGluZS1mbGV4IHtcbiAgZGlzcGxheTogaW5saW5lLWZsZXg7XG59XG4uZC1ub25lLFxuLmQtaGlkZSB7XG4gIGRpc3BsYXk6IG5vbmUgIWltcG9ydGFudDtcbn1cbi5kLXZpc2libGUge1xuICB2aXNpYmlsaXR5OiB2aXNpYmxlO1xufVxuLmQtaW52aXNpYmxlIHtcbiAgdmlzaWJpbGl0eTogaGlkZGVuO1xufVxuLnRleHQtaGlkZSB7XG4gIGJhY2tncm91bmQ6IHRyYW5zcGFyZW50O1xuICBib3JkZXI6IDA7XG4gIGNvbG9yOiB0cmFuc3BhcmVudDtcbiAgZm9udC1zaXplOiAwO1xuICBsaW5lLWhlaWdodDogMDtcbiAgdGV4dC1zaGFkb3c6IG5vbmU7XG59XG4udGV4dC1hc3Npc3RpdmUge1xuICBib3JkZXI6IDA7XG4gIGNsaXA6IHJlY3QoMCwwLDAsMCk7XG4gIGhlaWdodDogMXB4O1xuICBtYXJnaW46IC0xcHg7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHBhZGRpbmc6IDA7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgd2lkdGg6IDFweDtcbn1cbiIsIi8vIERpdmlkZXJcbi5kaXZpZGVyLFxuLmRpdmlkZXItdmVydCB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG5cbiAgJltkYXRhLWNvbnRlbnRdOjphZnRlciB7XG4gICAgYmFja2dyb3VuZDogJGJnLWNvbG9yLWxpZ2h0O1xuICAgIGNvbG9yOiAkZ3JheS1jb2xvcjtcbiAgICBjb250ZW50OiBhdHRyKGRhdGEtY29udGVudCk7XG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgIGZvbnQtc2l6ZTogJGZvbnQtc2l6ZS1zbTtcbiAgICBwYWRkaW5nOiAwICR1bml0LTI7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGVZKC0kZm9udC1zaXplLXNtICsgJGJvcmRlci13aWR0aCk7XG4gIH1cbn1cblxuLmRpdmlkZXIge1xuICBib3JkZXItdG9wOiAkYm9yZGVyLXdpZHRoIHNvbGlkICRib3JkZXItY29sb3ItbGlnaHQ7XG4gIGhlaWdodDogJGJvcmRlci13aWR0aDtcbiAgbWFyZ2luOiAkdW5pdC0yIDA7XG5cbiAgJltkYXRhLWNvbnRlbnRdIHtcbiAgICBtYXJnaW46ICR1bml0LTQgMDtcbiAgfVxufVxuXG4uZGl2aWRlci12ZXJ0IHtcbiAgZGlzcGxheTogYmxvY2s7XG4gIHBhZGRpbmc6ICR1bml0LTQ7XG5cbiAgJjo6YmVmb3JlIHtcbiAgICBib3JkZXItbGVmdDogJGJvcmRlci13aWR0aCBzb2xpZCAkYm9yZGVyLWNvbG9yO1xuICAgIGJvdHRvbTogJHVuaXQtMjtcbiAgICBjb250ZW50OiBcIlwiO1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIGxlZnQ6IDUwJTtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgdG9wOiAkdW5pdC0yO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWCgtNTAlKTtcbiAgfVxuXG4gICZbZGF0YS1jb250ZW50XTo6YWZ0ZXIge1xuICAgIGxlZnQ6IDUwJTtcbiAgICBwYWRkaW5nOiAkdW5pdC0xIDA7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogNTAlO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC01MCUpO1xuICB9XG59XG4iLCIvLyBMb2FkaW5nXG4ubG9hZGluZyB7XG4gIGNvbG9yOiB0cmFuc3BhcmVudCAhaW1wb3J0YW50O1xuICBtaW4taGVpZ2h0OiAkdW5pdC00O1xuICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAmOjphZnRlciB7XG4gICAgYW5pbWF0aW9uOiBsb2FkaW5nIDUwMG1zIGluZmluaXRlIGxpbmVhcjtcbiAgICBib3JkZXI6ICRib3JkZXItd2lkdGgtbGcgc29saWQgJHByaW1hcnktY29sb3I7XG4gICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAgIGJvcmRlci1yaWdodC1jb2xvcjogdHJhbnNwYXJlbnQ7XG4gICAgYm9yZGVyLXRvcC1jb2xvcjogdHJhbnNwYXJlbnQ7XG4gICAgY29udGVudDogXCJcIjtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBoZWlnaHQ6ICR1bml0LTQ7XG4gICAgbGVmdDogNTAlO1xuICAgIG1hcmdpbi1sZWZ0OiAtJHVuaXQtMjtcbiAgICBtYXJnaW4tdG9wOiAtJHVuaXQtMjtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgdG9wOiA1MCU7XG4gICAgd2lkdGg6ICR1bml0LTQ7XG4gICAgei1pbmRleDogJHppbmRleC0wO1xuICB9XG5cbiAgJi5sb2FkaW5nLWxnIHtcbiAgICBtaW4taGVpZ2h0OiAkdW5pdC0xMDtcbiAgICAmOjphZnRlciB7XG4gICAgICBoZWlnaHQ6ICR1bml0LTg7XG4gICAgICBtYXJnaW4tbGVmdDogLSR1bml0LTQ7XG4gICAgICBtYXJnaW4tdG9wOiAtJHVuaXQtNDtcbiAgICAgIHdpZHRoOiAkdW5pdC04O1xuICAgIH1cbiAgfVxufVxuIiwiLy8gUG9zaXRpb25cbi5jbGVhcmZpeCB7XG4gIEBpbmNsdWRlIGNsZWFyZml4KCk7XG59XG5cbi5mbG9hdC1sZWZ0IHtcbiAgZmxvYXQ6IGxlZnQgIWltcG9ydGFudDtcbn1cblxuLmZsb2F0LXJpZ2h0IHtcbiAgZmxvYXQ6IHJpZ2h0ICFpbXBvcnRhbnQ7XG59XG5cbi5wLXJlbGF0aXZlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlICFpbXBvcnRhbnQ7XG59XG5cbi5wLWFic29sdXRlIHtcbiAgcG9zaXRpb246IGFic29sdXRlICFpbXBvcnRhbnQ7XG59XG5cbi5wLWZpeGVkIHtcbiAgcG9zaXRpb246IGZpeGVkICFpbXBvcnRhbnQ7XG59XG5cbi5wLXN0aWNreSB7XG4gIHBvc2l0aW9uOiBzdGlja3kgIWltcG9ydGFudDtcbn1cblxuLnAtY2VudGVyZWQge1xuICBkaXNwbGF5OiBibG9jaztcbiAgZmxvYXQ6IG5vbmU7XG4gIG1hcmdpbi1sZWZ0OiBhdXRvO1xuICBtYXJnaW4tcmlnaHQ6IGF1dG87XG59XG5cbi5mbGV4LWNlbnRlcmVkIHtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG5cbi8vIFNwYWNpbmdcbkBpbmNsdWRlIG1hcmdpbi12YXJpYW50KDAsIDApO1xuXG5AaW5jbHVkZSBtYXJnaW4tdmFyaWFudCgxLCAkdW5pdC0xKTtcblxuQGluY2x1ZGUgbWFyZ2luLXZhcmlhbnQoMiwgJHVuaXQtMik7XG5cbkBpbmNsdWRlIHBhZGRpbmctdmFyaWFudCgwLCAwKTtcblxuQGluY2x1ZGUgcGFkZGluZy12YXJpYW50KDEsICR1bml0LTEpO1xuXG5AaW5jbHVkZSBwYWRkaW5nLXZhcmlhbnQoMiwgJHVuaXQtMik7XG4iLCIvLyBTaGFwZXNcbi5zLXJvdW5kZWQge1xuICBib3JkZXItcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbn1cblxuLnMtY2lyY2xlIHtcbiAgYm9yZGVyLXJhZGl1czogNTAlO1xufSIsIi8vIFRleHRcbi8vIFRleHQgYWxpZ25tZW50IHV0aWxpdGllc1xuLnRleHQtbGVmdCB7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG59XG5cbi50ZXh0LXJpZ2h0IHtcbiAgdGV4dC1hbGlnbjogcmlnaHQ7XG59XG5cbi50ZXh0LWNlbnRlciB7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cblxuLnRleHQtanVzdGlmeSB7XG4gIHRleHQtYWxpZ246IGp1c3RpZnk7XG59XG5cbi8vIFRleHQgdHJhbnNmb3JtIHV0aWxpdGllc1xuLnRleHQtbG93ZXJjYXNlIHtcbiAgdGV4dC10cmFuc2Zvcm06IGxvd2VyY2FzZTtcbn1cblxuLnRleHQtdXBwZXJjYXNlIHtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbn1cblxuLnRleHQtY2FwaXRhbGl6ZSB7XG4gIHRleHQtdHJhbnNmb3JtOiBjYXBpdGFsaXplO1xufVxuXG4vLyBUZXh0IHN0eWxlIHV0aWxpdGllc1xuLnRleHQtbm9ybWFsIHtcbiAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcbn1cblxuLnRleHQtYm9sZCB7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xufVxuXG4udGV4dC1pdGFsaWMge1xuICBmb250LXN0eWxlOiBpdGFsaWM7XG59XG5cbi50ZXh0LWxhcmdlIHtcbiAgZm9udC1zaXplOiAxLjJlbTtcbn1cblxuLy8gVGV4dCBvdmVyZmxvdyB1dGlsaXRpZXNcbi50ZXh0LWVsbGlwc2lzIHtcbiAgQGluY2x1ZGUgdGV4dC1lbGxpcHNpcygpO1xufVxuXG4udGV4dC1jbGlwIHtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgdGV4dC1vdmVyZmxvdzogY2xpcDtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbn1cblxuLnRleHQtYnJlYWsge1xuICBoeXBoZW5zOiBhdXRvO1xuICB3b3JkLWJyZWFrOiBicmVhay13b3JkO1xuICB3b3JkLXdyYXA6IGJyZWFrLXdvcmQ7XG59XG4iLCIuc2VhcmNoLWlucHV0LCBbZGF0YS1ncmF2LWZpZWxkPVwiYXJyYXlcIl0gaW5wdXQsIFtkYXRhLWdyYXYtZmllbGQ9XCJhcnJheVwiXSB0ZXh0YXJlYSB7XG4gIEBleHRlbmQgLmZvcm0taW5wdXQ7XG59XG5cbi5idXR0b24ge1xuICBAZXh0ZW5kIC5idG47XG59XG4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBS0Esd0VBQThFO0FhTDlFLHdDQUF3QztBQUN4QywyRUFBMkU7QUFFM0Usb05BS0c7QUFFSCx5RkFD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 */ diff --git a/user/themes/radiogarage/css-compiled/spectre.min.css b/user/themes/radiogarage/css-compiled/spectre.min.css new file mode 100755 index 0000000..3ef16eb --- /dev/null +++ b/user/themes/radiogarage/css-compiled/spectre.min.css @@ -0,0 +1 @@ +/*! Spectre.css v0.5.8 | MIT License | github.com/picturepan2/spectre */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}hr{overflow:visible;box-sizing:content-box;height:0}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}address{font-style:normal}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;font-size:1em}dfn{font-style:italic}small{font-size:80%;font-weight:400}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}fieldset{margin:0;padding:0;border:0}legend{display:table;box-sizing:border-box;max-width:100%;padding:0;white-space:normal;color:inherit}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}details,menu{display:block}summary{display:list-item;outline:0}canvas{display:inline-block}template{display:none}[hidden]{display:none}*,::after,::before{box-sizing:inherit}html{font-size:20px;line-height:1.5;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',sans-serif;font-size:.8rem;overflow-x:hidden;color:#50596c;background:#fff;text-rendering:optimizeLegibility}a{text-decoration:none;color:#3085ee;outline:0}a:focus{box-shadow:0 0 0 .1rem rgba(48,133,238,.2)}a.active,a:active,a:focus,a:hover{text-decoration:underline;color:#126bd9}a:visited{color:#5fa1f2}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-top:0;margin-bottom:.5em;color:inherit}.h1,.h2,.h3,.h4,.h5,.h6{font-weight:500}.h1,h1{font-size:2rem}.h2,h2{font-size:1.6rem}.h3,h3{font-size:1.4rem}.h4,h4{font-size:1.2rem}.h5,h5{font-size:1rem}.h6,h6{font-size:.8rem}p{margin:0 0 1.2rem}a,ins,u{-webkit-text-decoration-skip:ink edges;text-decoration-skip:ink edges}abbr[title]{cursor:help;text-decoration:none;border-bottom:.05rem dotted}kbd{font-size:.7rem;line-height:1.25;padding:.1rem .2rem;color:#fff;border-radius:.1rem;background:#454d5d}mark{padding:.05rem .1rem 0;color:#50596c;border-bottom:.05rem solid #ffd367;border-radius:.1rem;background:#ffe9b3}blockquote{margin-left:0;padding:.4rem .8rem;border-left:.1rem solid #e7e9ed}blockquote p:last-child{margin-bottom:0}ol,ul{margin:.8rem 0 .8rem .8rem;padding:0}ol ol,ol ul,ul ol,ul ul{margin:.8rem 0 .8rem .8rem}ol li,ul li{margin-top:.4rem}ul{list-style:disc inside}ul ul{list-style-type:circle}ol{list-style:decimal inside}ol ol{list-style-type:lower-alpha}dl dt{font-weight:700}dl dd{margin:.4rem 0 .8rem 0}.lang-zh,.lang-zh-hans,html:lang(zh),html:lang(zh-Hans){font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'PingFang SC','Hiragino Sans GB','Microsoft YaHei','Helvetica Neue',sans-serif}.lang-zh-hant,html:lang(zh-Hant){font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'PingFang TC','Hiragino Sans CNS','Microsoft JhengHei','Helvetica Neue',sans-serif}.lang-ja,html:lang(ja){font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Hiragino Sans','Hiragino Kaku Gothic Pro','Yu Gothic',YuGothic,Meiryo,'Helvetica Neue',sans-serif}.lang-ko,html:lang(ko){font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Malgun Gothic','Helvetica Neue',sans-serif}.lang-cjk ins,.lang-cjk u,:lang(ja) ins,:lang(ja) u,:lang(zh) ins,:lang(zh) u{text-decoration:none;border-bottom:.05rem solid}.lang-cjk del+del,.lang-cjk del+s,.lang-cjk ins+ins,.lang-cjk ins+u,.lang-cjk s+del,.lang-cjk s+s,.lang-cjk u+ins,.lang-cjk u+u,:lang(ja) del+del,:lang(ja) del+s,:lang(ja) ins+ins,:lang(ja) ins+u,:lang(ja) s+del,:lang(ja) s+s,:lang(ja) u+ins,:lang(ja) u+u,:lang(zh) del+del,:lang(zh) del+s,:lang(zh) ins+ins,:lang(zh) ins+u,:lang(zh) s+del,:lang(zh) s+s,:lang(zh) u+ins,:lang(zh) u+u{margin-left:.125em}.table{width:100%;border-spacing:0;border-collapse:collapse;text-align:left}.table.table-striped tbody tr:nth-of-type(odd){background:#f8f9fa}.table tbody tr.active,.table.table-striped tbody tr.active{background:#f0f1f4}.table.table-hover tbody tr:hover{background:#f0f1f4}.table.table-scroll{display:block;overflow-x:auto;padding-bottom:.75rem;white-space:nowrap}.table td,.table th{padding:.6rem .4rem;border-bottom:.05rem solid #e7e9ed}.table th{border-bottom-width:.1rem}.btn,.button{font-size:.8rem;line-height:1.2rem;display:inline-block;height:1.8rem;padding:.25rem .4rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background .2s,border .2s,box-shadow .2s,color .2s;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#3085ee;border:.05rem solid #3085ee;border-radius:.1rem;outline:0;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn:focus,.button:focus{box-shadow:0 0 0 .1rem rgba(48,133,238,.2)}.btn:focus,.btn:hover,.button:focus,.button:hover{text-decoration:none;border-color:#227ded;background:#e1edfd}.active.button,.btn.active,.btn:active,.button:active{text-decoration:none;color:#fff;border-color:#1370e3;background:#227ded}.active.loading.button::after,.btn.active.loading::after,.btn:active.loading::after,.button:active.loading::after{border-bottom-color:#fff;border-left-color:#fff}.btn.disabled,.btn:disabled,.btn[disabled],.button:disabled,.button[disabled],.disabled.button{cursor:default;pointer-events:none;opacity:.5}.btn-primary.button,.btn.btn-primary{color:#fff;border-color:#227ded;background:#3085ee}.btn-primary.button:focus,.btn-primary.button:hover,.btn.btn-primary:focus,.btn.btn-primary:hover{color:#fff;border-color:#1370e3;background:#1877ec}.btn-primary.active.button,.btn-primary.button:active,.btn.btn-primary.active,.btn.btn-primary:active{color:#fff;border-color:#126bd9;background:#1372e7}.btn-primary.loading.button::after,.btn.btn-primary.loading::after{border-bottom-color:#fff;border-left-color:#fff}.btn-success.button,.btn.btn-success{color:#fff;border-color:#2faa3f;background:#32b643}.btn-success.button:focus,.btn.btn-success:focus{box-shadow:0 0 0 .1rem rgba(50,182,67,.2)}.btn-success.button:focus,.btn-success.button:hover,.btn.btn-success:focus,.btn.btn-success:hover{color:#fff;border-color:#2da23c;background:#30ae40}.btn-success.active.button,.btn-success.button:active,.btn.btn-success.active,.btn.btn-success:active{color:#fff;border-color:#278e34;background:#2a9a39}.btn-success.loading.button::after,.btn.btn-success.loading::after{border-bottom-color:#fff;border-left-color:#fff}.btn-error.button,.btn.btn-error{color:#fff;border-color:#d95000;background:#e85600}.btn-error.button:focus,.btn.btn-error:focus{box-shadow:0 0 0 .1rem rgba(232,86,0,.2)}.btn-error.button:focus,.btn-error.button:hover,.btn.btn-error:focus,.btn.btn-error:hover{color:#fff;border-color:#cf4d00;background:#de5200}.btn-error.active.button,.btn-error.button:active,.btn.btn-error.active,.btn.btn-error:active{color:#fff;border-color:#b54300;background:#c44900}.btn-error.loading.button::after,.btn.btn-error.loading::after{border-bottom-color:#fff;border-left-color:#fff}.btn-link.button,.btn.btn-link{color:#3085ee;border-color:transparent;background:0 0}.btn-link.active.button,.btn-link.button:active,.btn-link.button:focus,.btn-link.button:hover,.btn.btn-link.active,.btn.btn-link:active,.btn.btn-link:focus,.btn.btn-link:hover{color:#126bd9}.btn-sm.button,.btn.btn-sm{font-size:.7rem;height:1.4rem;padding:.05rem .3rem}.btn-lg.button,.btn.btn-lg{font-size:.9rem;height:2rem;padding:.35rem .6rem}.btn-block.button,.btn.btn-block{display:block;width:100%}.btn-action.button,.btn.btn-action{width:1.8rem;padding-right:0;padding-left:0}.btn-action.btn-sm.button,.btn.btn-action.btn-sm{width:1.4rem}.btn-action.btn-lg.button,.btn.btn-action.btn-lg{width:2rem}.btn-clear.button,.btn.btn-clear{line-height:.8rem;width:1rem;height:1rem;margin-right:-2px;margin-left:.2rem;padding:.1rem;text-decoration:none;opacity:1;color:currentColor;border:0;background:0 0}.btn-clear.button:focus,.btn-clear.button:hover,.btn.btn-clear:focus,.btn.btn-clear:hover{opacity:.95;background:rgba(248,249,250,.5)}.btn-clear.button::before,.btn.btn-clear::before{content:'\2715'}.btn-group{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.btn-group .btn,.btn-group .button{-ms-flex:1 0 auto;flex:1 0 auto}.btn-group .btn:first-child:not(:last-child),.btn-group .button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group .btn:not(:first-child):not(:last-child),.btn-group .button:not(:first-child):not(:last-child){margin-left:-.05rem;border-radius:0}.btn-group .btn:last-child:not(:first-child),.btn-group .button:last-child:not(:first-child){margin-left:-.05rem;border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .active.button,.btn-group .btn.active,.btn-group .btn:active,.btn-group .btn:focus,.btn-group .btn:hover,.btn-group .button:active,.btn-group .button:focus,.btn-group .button:hover{z-index:1}.btn-group.btn-group-block{display:-ms-flexbox;display:flex}.btn-group.btn-group-block .btn,.btn-group.btn-group-block .button{-ms-flex:1 0 0;flex:1 0 0}.form-group:not(:last-child){margin-bottom:.4rem}fieldset{margin-bottom:.8rem}legend{font-size:.9rem;font-weight:500;margin-bottom:.8rem}.form-label{line-height:1.2rem;display:block;padding:.3rem 0}.form-label.label-sm{font-size:.7rem;padding:.1rem 0}.form-label.label-lg{font-size:.9rem;padding:.4rem 0}.form-input,.search-input,[data-grav-field=array] input,[data-grav-field=array] textarea{font-size:.8rem;line-height:1.2rem;position:relative;display:block;width:100%;max-width:100%;height:1.8rem;padding:.25rem .4rem;transition:background .2s,border .2s,box-shadow .2s,color .2s;color:#50596c;border:.05rem solid #caced7;border-radius:.1rem;outline:0;background:#fff;background-image:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-input:focus,.search-input:focus,[data-grav-field=array] input:focus,[data-grav-field=array] textarea:focus{border-color:#3085ee;box-shadow:0 0 0 .1rem rgba(48,133,238,.2)}.form-input::-webkit-input-placeholder,.search-input::-webkit-input-placeholder,[data-grav-field=array] input::-webkit-input-placeholder,[data-grav-field=array] textarea::-webkit-input-placeholder{color:#acb3c2}.form-input:-ms-input-placeholder,.search-input:-ms-input-placeholder,[data-grav-field=array] input:-ms-input-placeholder,[data-grav-field=array] textarea:-ms-input-placeholder{color:#acb3c2}.form-input::-ms-input-placeholder,.search-input::-ms-input-placeholder,[data-grav-field=array] input::-ms-input-placeholder,[data-grav-field=array] textarea::-ms-input-placeholder{color:#acb3c2}.form-input::placeholder,.search-input::placeholder,[data-grav-field=array] input::placeholder,[data-grav-field=array] textarea::placeholder{color:#acb3c2}.form-input.input-sm,.input-sm.search-input,[data-grav-field=array] input.input-sm,[data-grav-field=array] textarea.input-sm{font-size:.7rem;height:1.4rem;padding:.05rem .3rem}.form-input.input-lg,.input-lg.search-input,[data-grav-field=array] input.input-lg,[data-grav-field=array] textarea.input-lg{font-size:.9rem;height:2rem;padding:.35rem .6rem}.form-input.input-inline,.input-inline.search-input,[data-grav-field=array] input.input-inline,[data-grav-field=array] textarea.input-inline{display:inline-block;width:auto;vertical-align:middle}.form-input[type=file],.search-input[type=file],[data-grav-field=array] input[type=file],[data-grav-field=array] textarea[type=file]{height:auto}[data-grav-field=array] textarea,[data-grav-field=array] textarea.input-lg,[data-grav-field=array] textarea.input-sm,textarea.form-input,textarea.form-input.input-lg,textarea.form-input.input-sm,textarea.input-lg.search-input,textarea.input-sm.search-input,textarea.search-input{height:auto}.form-input-hint{font-size:.7rem;margin-top:.2rem;color:#acb3c2}.has-success .form-input-hint,.is-success+.form-input-hint{color:#32b643}.has-error .form-input-hint,.is-error+.form-input-hint{color:#e85600}.form-select{font-size:.8rem;line-height:1.2rem;width:100%;height:1.8rem;padding:.25rem .4rem;vertical-align:middle;color:inherit;border:.05rem solid #caced7;border-radius:.1rem;outline:0;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-select:focus{border-color:#3085ee;box-shadow:0 0 0 .1rem rgba(48,133,238,.2)}.form-select::-ms-expand{display:none}.form-select.select-sm{font-size:.7rem;height:1.4rem;padding:.05rem 1.1rem .05rem .3rem}.form-select.select-lg{font-size:.9rem;height:2rem;padding:.35rem 1.4rem .35rem .6rem}.form-select[multiple],.form-select[size]{height:auto;padding:.25rem .4rem}.form-select[multiple] option,.form-select[size] option{padding:.1rem .2rem}.form-select:not([multiple]):not([size]){padding-right:1.2rem;background:#fff url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=\'http://www.w3.org/2000/svg\'%20viewBox=\'0%200%204%205\'%3E%3Cpath%20fill=\'%23667189\'%20d=\'M2%200L0%202h4zm0%205L0%203h4z\'/%3E%3C/svg%3E') no-repeat right .35rem center/.4rem .5rem}.has-icon-left,.has-icon-right{position:relative}.has-icon-left .form-icon,.has-icon-right .form-icon{position:absolute;z-index:2;top:50%;width:.8rem;height:.8rem;margin:0 .25rem;transform:translateY(-50%)}.has-icon-left .form-icon{left:.05rem}.has-icon-left .form-input,.has-icon-left .search-input,.has-icon-left [data-grav-field=array] input,.has-icon-left [data-grav-field=array] textarea,[data-grav-field=array] .has-icon-left input,[data-grav-field=array] .has-icon-left textarea{padding-left:1.3rem}.has-icon-right .form-icon{right:.05rem}.has-icon-right .form-input,.has-icon-right .search-input,.has-icon-right [data-grav-field=array] input,.has-icon-right [data-grav-field=array] textarea,[data-grav-field=array] .has-icon-right input,[data-grav-field=array] .has-icon-right textarea{padding-right:1.3rem}.form-checkbox,.form-radio,.form-switch{line-height:1.2rem;position:relative;display:block;min-height:1.4rem;margin:.2rem 0;padding:.1rem .4rem .1rem 1.2rem}.form-checkbox input,.form-radio input,.form-switch input{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px}.form-checkbox input:focus+.form-icon,.form-radio input:focus+.form-icon,.form-switch input:focus+.form-icon{border-color:#3085ee;box-shadow:0 0 0 .1rem rgba(48,133,238,.2)}.form-checkbox input:checked+.form-icon,.form-radio input:checked+.form-icon,.form-switch input:checked+.form-icon{border-color:#3085ee;background:#3085ee}.form-checkbox .form-icon,.form-radio .form-icon,.form-switch .form-icon{position:absolute;display:inline-block;cursor:pointer;transition:background .2s,border .2s,box-shadow .2s,color .2s;border:.05rem solid #caced7}.form-checkbox.input-sm,.form-radio.input-sm,.form-switch.input-sm{font-size:.7rem;margin:0}.form-checkbox.input-lg,.form-radio.input-lg,.form-switch.input-lg{font-size:.9rem;margin:.3rem 0}.form-checkbox .form-icon,.form-radio .form-icon{top:.3rem;left:0;width:.8rem;height:.8rem;background:#fff}.form-checkbox input:active+.form-icon,.form-radio input:active+.form-icon{background:#f0f1f4}.form-checkbox .form-icon{border-radius:.1rem}.form-checkbox input:checked+.form-icon::before{position:absolute;top:50%;left:50%;width:6px;height:9px;margin-top:-6px;margin-left:-3px;content:'';transform:rotate(45deg);border:.1rem solid #fff;border-top-width:0;border-left-width:0;background-clip:padding-box}.form-checkbox input:indeterminate+.form-icon{border-color:#3085ee;background:#3085ee}.form-checkbox input:indeterminate+.form-icon::before{position:absolute;top:50%;left:50%;width:10px;height:2px;margin-top:-1px;margin-left:-5px;content:'';background:#fff}.form-radio .form-icon{border-radius:50%}.form-radio input:checked+.form-icon::before{position:absolute;top:50%;left:50%;width:6px;height:6px;content:'';transform:translate(-50%,-50%);border-radius:50%;background:#fff}.form-switch{padding-left:2rem}.form-switch .form-icon{top:.25rem;left:0;width:1.6rem;height:.9rem;border-radius:.45rem;background:#acb3c2;background-clip:padding-box}.form-switch .form-icon::before{position:absolute;top:0;left:0;display:block;width:.8rem;height:.8rem;content:'';transition:background .2s,border .2s,box-shadow .2s,color .2s,left .2s;border-radius:50%;background:#fff}.form-switch input:checked+.form-icon::before{left:14px}.form-switch input:active+.form-icon::before{background:#f8f9fa}.input-group{display:-ms-flexbox;display:flex}.input-group .input-group-addon{line-height:1.2rem;padding:.25rem .4rem;white-space:nowrap;border:.05rem solid #caced7;border-radius:.1rem;background:#f8f9fa}.input-group .input-group-addon.addon-sm{font-size:.7rem;padding:.05rem .3rem}.input-group .input-group-addon.addon-lg{font-size:.9rem;padding:.35rem .6rem}.input-group .form-input,.input-group .form-select,.input-group .search-input,.input-group [data-grav-field=array] input,.input-group [data-grav-field=array] textarea,[data-grav-field=array] .input-group input,[data-grav-field=array] .input-group textarea{width:1%;-ms-flex:1 1 auto;flex:1 1 auto}.input-group .input-group-btn{z-index:1}.input-group .form-input:first-child:not(:last-child),.input-group .form-select:first-child:not(:last-child),.input-group .input-group-addon:first-child:not(:last-child),.input-group .input-group-btn:first-child:not(:last-child),.input-group .search-input:first-child:not(:last-child),.input-group [data-grav-field=array] input:first-child:not(:last-child),.input-group [data-grav-field=array] textarea:first-child:not(:last-child),[data-grav-field=array] .input-group input:first-child:not(:last-child),[data-grav-field=array] .input-group textarea:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group .form-input:not(:first-child):not(:last-child),.input-group .form-select:not(:first-child):not(:last-child),.input-group .input-group-addon:not(:first-child):not(:last-child),.input-group .input-group-btn:not(:first-child):not(:last-child),.input-group .search-input:not(:first-child):not(:last-child),.input-group [data-grav-field=array] input:not(:first-child):not(:last-child),.input-group [data-grav-field=array] textarea:not(:first-child):not(:last-child),[data-grav-field=array] .input-group input:not(:first-child):not(:last-child),[data-grav-field=array] .input-group textarea:not(:first-child):not(:last-child){margin-left:-.05rem;border-radius:0}.input-group .form-input:last-child:not(:first-child),.input-group .form-select:last-child:not(:first-child),.input-group .input-group-addon:last-child:not(:first-child),.input-group .input-group-btn:last-child:not(:first-child),.input-group .search-input:last-child:not(:first-child),.input-group [data-grav-field=array] input:last-child:not(:first-child),.input-group [data-grav-field=array] textarea:last-child:not(:first-child),[data-grav-field=array] .input-group input:last-child:not(:first-child),[data-grav-field=array] .input-group textarea:last-child:not(:first-child){margin-left:-.05rem;border-top-left-radius:0;border-bottom-left-radius:0}.input-group .form-input:focus,.input-group .form-select:focus,.input-group .input-group-addon:focus,.input-group .input-group-btn:focus,.input-group .search-input:focus,.input-group [data-grav-field=array] input:focus,.input-group [data-grav-field=array] textarea:focus,[data-grav-field=array] .input-group input:focus,[data-grav-field=array] .input-group textarea:focus{z-index:2}.input-group .form-select{width:auto}.input-group.input-inline{display:-ms-inline-flexbox;display:inline-flex}.form-input.is-success,.form-select.is-success,.has-success .form-input,.has-success .form-select,.has-success .search-input,.has-success [data-grav-field=array] input,.has-success [data-grav-field=array] textarea,.is-success.search-input,[data-grav-field=array] .has-success input,[data-grav-field=array] .has-success textarea,[data-grav-field=array] input.is-success,[data-grav-field=array] textarea.is-success{border-color:#32b643;background:#f9fdfa}.form-input.is-success:focus,.form-select.is-success:focus,.has-success .form-input:focus,.has-success .form-select:focus,.has-success .search-input:focus,.has-success [data-grav-field=array] input:focus,.has-success [data-grav-field=array] textarea:focus,.is-success.search-input:focus,[data-grav-field=array] .has-success input:focus,[data-grav-field=array] .has-success textarea:focus,[data-grav-field=array] input.is-success:focus,[data-grav-field=array] textarea.is-success:focus{box-shadow:0 0 0 .1rem rgba(50,182,67,.2)}.form-input.is-error,.form-select.is-error,.has-error .form-input,.has-error .form-select,.has-error .search-input,.has-error [data-grav-field=array] input,.has-error [data-grav-field=array] textarea,.is-error.search-input,[data-grav-field=array] .has-error input,[data-grav-field=array] .has-error textarea,[data-grav-field=array] input.is-error,[data-grav-field=array] textarea.is-error{border-color:#e85600;background:#fffaf7}.form-input.is-error:focus,.form-select.is-error:focus,.has-error .form-input:focus,.has-error .form-select:focus,.has-error .search-input:focus,.has-error [data-grav-field=array] input:focus,.has-error [data-grav-field=array] textarea:focus,.is-error.search-input:focus,[data-grav-field=array] .has-error input:focus,[data-grav-field=array] .has-error textarea:focus,[data-grav-field=array] input.is-error:focus,[data-grav-field=array] textarea.is-error:focus{box-shadow:0 0 0 .1rem rgba(232,86,0,.2)}.form-checkbox.is-error .form-icon,.form-radio.is-error .form-icon,.form-switch.is-error .form-icon,.has-error .form-checkbox .form-icon,.has-error .form-radio .form-icon,.has-error .form-switch .form-icon{border-color:#e85600}.form-checkbox.is-error input:checked+.form-icon,.form-radio.is-error input:checked+.form-icon,.form-switch.is-error input:checked+.form-icon,.has-error .form-checkbox input:checked+.form-icon,.has-error .form-radio input:checked+.form-icon,.has-error .form-switch input:checked+.form-icon{border-color:#e85600;background:#e85600}.form-checkbox.is-error input:focus+.form-icon,.form-radio.is-error input:focus+.form-icon,.form-switch.is-error input:focus+.form-icon,.has-error .form-checkbox input:focus+.form-icon,.has-error .form-radio input:focus+.form-icon,.has-error .form-switch input:focus+.form-icon{border-color:#e85600;box-shadow:0 0 0 .1rem rgba(232,86,0,.2)}.form-checkbox.is-error input:indeterminate+.form-icon,.has-error .form-checkbox input:indeterminate+.form-icon{border-color:#e85600;background:#e85600}.form-input:not(:placeholder-shown):invalid,.search-input:not(:placeholder-shown):invalid,[data-grav-field=array] input:not(:placeholder-shown):invalid,[data-grav-field=array] textarea:not(:placeholder-shown):invalid{border-color:#e85600}.form-input:not(:placeholder-shown):invalid:focus,.search-input:not(:placeholder-shown):invalid:focus,[data-grav-field=array] input:not(:placeholder-shown):invalid:focus,[data-grav-field=array] textarea:not(:placeholder-shown):invalid:focus{background:#fffaf7;box-shadow:0 0 0 .1rem rgba(232,86,0,.2)}.form-input:not(:placeholder-shown):invalid+.form-input-hint,.search-input:not(:placeholder-shown):invalid+.form-input-hint,[data-grav-field=array] input:not(:placeholder-shown):invalid+.form-input-hint,[data-grav-field=array] textarea:not(:placeholder-shown):invalid+.form-input-hint{color:#e85600}.disabled.search-input,.form-input.disabled,.form-input:disabled,.form-select.disabled,.form-select:disabled,.search-input:disabled,[data-grav-field=array] input.disabled,[data-grav-field=array] input:disabled,[data-grav-field=array] textarea.disabled,[data-grav-field=array] textarea:disabled{cursor:not-allowed;opacity:.5;background-color:#f0f1f4}.form-input[readonly],.search-input[readonly],[data-grav-field=array] input[readonly],[data-grav-field=array] textarea[readonly]{background-color:#f8f9fa}input.disabled+.form-icon,input:disabled+.form-icon{cursor:not-allowed;opacity:.5;background:#f0f1f4}.form-switch input.disabled+.form-icon::before,.form-switch input:disabled+.form-icon::before{background:#fff}.form-horizontal{padding:.4rem 0}.form-horizontal .form-group{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.form-inline{display:inline-block}.label{line-height:1.25;display:inline-block;padding:.1rem .2rem;color:#5b657a;border-radius:.1rem;background:#f0f1f4}.label.label-rounded{padding-right:.4rem;padding-left:.4rem;border-radius:5rem}.label.label-primary{color:#fff;background:#3085ee}.label.label-secondary{color:#3085ee;background:#e1edfd}.label.label-success{color:#fff;background:#32b643}.label.label-warning{color:#fff;background:#ffb700}.label.label-error{color:#fff;background:#e85600}code{font-size:85%;line-height:1.25;padding:.1rem .2rem;color:#d73e48;border-radius:.1rem;background:#fcf2f2}.code{position:relative;color:#50596c;border-radius:.1rem}.code::before{font-size:.7rem;position:absolute;top:.1rem;right:.4rem;content:attr(data-lang);color:#acb3c2}.code code{line-height:1.5;display:block;overflow-x:auto;width:100%;padding:1rem;color:inherit;background:#f8f9fa}.img-responsive{display:block;max-width:100%;height:auto}.img-fit-cover{object-fit:cover}.img-fit-contain{object-fit:contain}.video-responsive{position:relative;display:block;overflow:hidden;width:100%;padding:0}.video-responsive::before{display:block;padding-bottom:56.25%;content:''}.video-responsive embed,.video-responsive iframe,.video-responsive object{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}video.video-responsive{max-width:100%;height:auto}video.video-responsive::before{content:none}.video-responsive-4-3::before{padding-bottom:75%}.video-responsive-1-1::before{padding-bottom:100%}.figure{margin:0 0 .4rem 0}.figure .figure-caption{margin-top:.4rem;color:#667189}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:.4rem;padding-left:.4rem}.container.grid-xl{max-width:1296px}.container.grid-lg{max-width:976px}.container.grid-md{max-width:856px}.container.grid-sm{max-width:616px}.container.grid-xs{max-width:496px}.show-lg,.show-md,.show-sm,.show-xl,.show-xs{display:none!important}.columns{display:-ms-flexbox;display:flex;margin-right:-.4rem;margin-left:-.4rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.columns.col-gapless{margin-right:0;margin-left:0}.columns.col-gapless>.column{padding-right:0;padding-left:0}.columns.col-oneline{overflow-x:auto;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.column{max-width:100%;padding-right:.4rem;padding-left:.4rem;-ms-flex:1;flex:1}.column.col-1,.column.col-10,.column.col-11,.column.col-12,.column.col-2,.column.col-3,.column.col-4,.column.col-5,.column.col-6,.column.col-7,.column.col-8,.column.col-9,.column.col-auto{-ms-flex:none;flex:none}.col-12{width:100%}.col-11{width:91.66666667%}.col-10{width:83.33333333%}.col-9{width:75%}.col-8{width:66.66666667%}.col-7{width:58.33333333%}.col-6{width:50%}.col-5{width:41.66666667%}.col-4{width:33.33333333%}.col-3{width:25%}.col-2{width:16.66666667%}.col-1{width:8.33333333%}.col-auto{width:auto;max-width:none;-ms-flex:0 0 auto;flex:0 0 auto}.col-mx-auto{margin-right:auto;margin-left:auto}.col-ml-auto{margin-left:auto}.col-mr-auto{margin-right:auto}@media (max-width:1280px){.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{-ms-flex:none;flex:none}.col-xl-12{width:100%}.col-xl-11{width:91.66666667%}.col-xl-10{width:83.33333333%}.col-xl-9{width:75%}.col-xl-8{width:66.66666667%}.col-xl-7{width:58.33333333%}.col-xl-6{width:50%}.col-xl-5{width:41.66666667%}.col-xl-4{width:33.33333333%}.col-xl-3{width:25%}.col-xl-2{width:16.66666667%}.col-xl-1{width:8.33333333%}.col-xl-auto{width:auto}.hide-xl{display:none!important}.show-xl{display:block!important}}@media (max-width:960px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto{-ms-flex:none;flex:none}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-auto{width:auto}.hide-lg{display:none!important}.show-lg{display:block!important}}@media (max-width:840px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto{-ms-flex:none;flex:none}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-auto{width:auto}.hide-md{display:none!important}.show-md{display:block!important}}@media (max-width:600px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto{-ms-flex:none;flex:none}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-auto{width:auto}.hide-sm{display:none!important}.show-sm{display:block!important}}@media (max-width:480px){.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-auto{-ms-flex:none;flex:none}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-auto{width:auto}.hide-xs{display:none!important}.show-xs{display:block!important}}.hero{display:-ms-flexbox;display:flex;flex-direction:column;padding-top:4rem;padding-bottom:4rem;-ms-flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}.hero.hero-sm{padding-top:2rem;padding-bottom:2rem}.hero.hero-lg{padding-top:8rem;padding-bottom:8rem}.hero .hero-body{padding:.4rem}.navbar{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}.navbar .navbar-section{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex:1 0 0;flex:1 0 0}.navbar .navbar-section:not(:first-child):last-child{-ms-flex-pack:end;justify-content:flex-end}.navbar .navbar-center{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex:0 0 auto;flex:0 0 auto}.navbar .navbar-brand{font-size:.9rem;text-decoration:none}.accordion input:checked~.accordion-header .icon,.accordion[open] .accordion-header .icon{transform:rotate(90deg)}.accordion input:checked~.accordion-body,.accordion[open] .accordion-body{max-height:50rem}.accordion .accordion-header{display:block;padding:.2rem .4rem}.accordion .accordion-header .icon{transition:transform .25s}.accordion .accordion-body{overflow:hidden;max-height:0;margin-bottom:.4rem;transition:max-height .25s}summary.accordion-header::-webkit-details-marker{display:none}.avatar{font-size:.8rem;font-weight:300;line-height:1.25;position:relative;display:inline-block;width:1.6rem;height:1.6rem;margin:0;vertical-align:middle;color:rgba(255,255,255,.85);border-radius:50%;background:#3085ee}.avatar.avatar-xs{font-size:.4rem;width:.8rem;height:.8rem}.avatar.avatar-sm{font-size:.6rem;width:1.2rem;height:1.2rem}.avatar.avatar-lg{font-size:1.2rem;width:2.4rem;height:2.4rem}.avatar.avatar-xl{font-size:1.6rem;width:3.2rem;height:3.2rem}.avatar img{position:relative;z-index:1;width:100%;height:100%;border-radius:50%}.avatar .avatar-icon,.avatar .avatar-presence{position:absolute;z-index:2;right:14.64%;bottom:14.64%;width:50%;height:50%;padding:.1rem;transform:translate(50%,50%);background:#fff}.avatar .avatar-presence{width:.5em;height:.5em;border-radius:50%;background:#acb3c2;box-shadow:0 0 0 .1rem #fff}.avatar .avatar-presence.online{background:#32b643}.avatar .avatar-presence.busy{background:#e85600}.avatar .avatar-presence.away{background:#ffb700}.avatar[data-initial]::before{position:absolute;z-index:1;top:50%;left:50%;content:attr(data-initial);transform:translate(-50%,-50%);color:currentColor}.badge{position:relative;white-space:nowrap}.badge:not([data-badge])::after,.badge[data-badge]::after{display:inline-block;content:attr(data-badge);transform:translate(-.05rem,-.5rem);color:#fff;border-radius:.5rem;background:#3085ee;background-clip:padding-box;box-shadow:0 0 0 .1rem #fff}.badge[data-badge]::after{font-size:.7rem;line-height:1;min-width:.9rem;height:.9rem;padding:.1rem .2rem;text-align:center;white-space:nowrap}.badge:not([data-badge])::after,.badge[data-badge='']::after{width:6px;min-width:6px;height:6px;padding:0}.badge.btn::after,.badge.button::after{position:absolute;top:0;right:0;transform:translate(50%,-50%)}.badge.avatar::after{position:absolute;z-index:100;top:14.64%;right:14.64%;transform:translate(50%,-50%)}.breadcrumb{margin:.2rem 0;padding:.2rem 0;list-style:none}.breadcrumb .breadcrumb-item{display:inline-block;margin:0;padding:.2rem 0;color:#667189}.breadcrumb .breadcrumb-item:not(:last-child){margin-right:.2rem}.breadcrumb .breadcrumb-item:not(:last-child) a{color:#667189}.breadcrumb .breadcrumb-item:not(:first-child)::before{padding-right:.4rem;content:'/';color:#667189}.bar{display:-ms-flexbox;display:flex;width:100%;height:.8rem;border-radius:.1rem;background:#f0f1f4;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.bar.bar-sm{height:.2rem}.bar .bar-item{font-size:.7rem;line-height:.8rem;position:relative;display:block;width:0;height:100%;text-align:center;color:#fff;background:#3085ee;-ms-flex-negative:0;flex-shrink:0}.bar .bar-item:first-child{border-top-left-radius:.1rem;border-bottom-left-radius:.1rem}.bar .bar-item:last-child{border-top-right-radius:.1rem;border-bottom-right-radius:.1rem;-ms-flex-negative:1;flex-shrink:1}.bar-slider{position:relative;height:.1rem;margin:.4rem 0}.bar-slider .bar-item{position:absolute;left:0;padding:0}.bar-slider .bar-item:not(:last-child):first-child{z-index:1;background:#f0f1f4}.bar-slider .bar-slider-btn{position:absolute;top:50%;right:0;width:.6rem;height:.6rem;padding:0;transform:translate(50%,-50%);border:0;border-radius:50%;background:#3085ee}.bar-slider .bar-slider-btn:active{box-shadow:0 0 0 .1rem #3085ee}.card{display:-ms-flexbox;display:flex;flex-direction:column;border:.05rem solid #e7e9ed;border-radius:.1rem;background:#fff;-ms-flex-direction:column}.card .card-body,.card .card-footer,.card .card-header{padding:.8rem;padding-bottom:0}.card .card-body:last-child,.card .card-footer:last-child,.card .card-header:last-child{padding-bottom:.8rem}.card .card-body{-ms-flex:1 1 auto;flex:1 1 auto}.card .card-image{padding-top:.8rem}.card .card-image:first-child{padding-top:0}.card .card-image:first-child img{border-top-left-radius:.1rem;border-top-right-radius:.1rem}.card .card-image:last-child img{border-bottom-right-radius:.1rem;border-bottom-left-radius:.1rem}.chip{font-size:90%;line-height:.8rem;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;max-width:320px;height:1.2rem;margin:.1rem;padding:.2rem .4rem;vertical-align:middle;white-space:nowrap;text-decoration:none;text-overflow:ellipsis;border-radius:5rem;background:#f0f1f4;-ms-flex-align:center;align-items:center}.chip.active{color:#fff;background:#3085ee}.chip .avatar{margin-right:.2rem;margin-left:-.4rem}.chip .btn-clear{transform:scale(.75);border-radius:50%}.dropdown{position:relative;display:inline-block}.dropdown .menu{position:absolute;top:100%;left:0;display:none;overflow-y:auto;max-height:50vh;animation:slide-down .15s ease 1}.dropdown.dropdown-right .menu{right:0;left:auto}.dropdown .dropdown-toggle:focus+.menu,.dropdown .menu:hover,.dropdown.active .menu{display:block}.dropdown .btn-group .dropdown-toggle:nth-last-child(2){border-top-right-radius:.1rem;border-bottom-right-radius:.1rem}.empty{padding:3.2rem 1.6rem;text-align:center;color:#667189;border-radius:.1rem;background:#f8f9fa}.empty .empty-icon{margin-bottom:.8rem}.empty .empty-subtitle,.empty .empty-title{margin:.4rem auto}.empty .empty-action{margin-top:.8rem}.menu{z-index:300;min-width:180px;margin:0;padding:.4rem;list-style:none;transform:translateY(.2rem);border-radius:.1rem;background:#fff;box-shadow:0 .05rem .2rem rgba(69,77,93,.3)}.menu.menu-nav{background:0 0;box-shadow:none}.menu .menu-item{position:relative;margin-top:0;padding:0 .4rem;text-decoration:none}.menu .menu-item>a{display:block;margin:0 -.4rem;padding:.2rem .4rem;text-decoration:none;color:inherit;border-radius:.1rem}.menu .menu-item>a:focus,.menu .menu-item>a:hover{color:#3085ee;background:#e1edfd}.menu .menu-item>a.active,.menu .menu-item>a:active{color:#3085ee;background:#e1edfd}.menu .menu-item .form-checkbox,.menu .menu-item .form-radio,.menu .menu-item .form-switch{margin:.1rem 0}.menu .menu-item+.menu-item{margin-top:.2rem}.menu .menu-badge{position:absolute;top:0;right:0;display:-ms-flexbox;display:flex;height:100%;-ms-flex-align:center;align-items:center}.menu .menu-badge .label{margin-right:.4rem}.modal{position:fixed;top:0;right:0;bottom:0;left:0;display:none;overflow:hidden;padding:.4rem;opacity:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.modal.active,.modal:target{z-index:400;display:-ms-flexbox;display:flex;opacity:1}.modal.active .modal-overlay,.modal:target .modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:block;cursor:default;background:rgba(248,249,250,.75)}.modal.active .modal-container,.modal:target .modal-container{z-index:1;animation:slide-down .2s ease 1}.modal.modal-sm .modal-container{max-width:320px;padding:0 .4rem}.modal.modal-lg .modal-overlay{background:#fff}.modal.modal-lg .modal-container{max-width:960px;box-shadow:none}.modal-container{display:-ms-flexbox;display:flex;flex-direction:column;width:100%;max-width:640px;max-height:75vh;padding:0 .8rem;border-radius:.1rem;background:#fff;box-shadow:0 .2rem .5rem rgba(69,77,93,.3);-ms-flex-direction:column}.modal-container.modal-fullheight{max-height:100vh}.modal-container .modal-header{padding:.8rem;color:#454d5d}.modal-container .modal-body{position:relative;overflow-y:auto;padding:.8rem}.modal-container .modal-footer{padding:.8rem;text-align:right}.nav{display:-ms-flexbox;display:flex;flex-direction:column;margin:.2rem 0;list-style:none;-ms-flex-direction:column}.nav .nav-item a{padding:.2rem .4rem;text-decoration:none;color:#667189}.nav .nav-item a:focus,.nav .nav-item a:hover{color:#3085ee}.nav .nav-item.active>a{font-weight:700;color:#50596c}.nav .nav-item.active>a:focus,.nav .nav-item.active>a:hover{color:#3085ee}.nav .nav{margin-bottom:.4rem;margin-left:.8rem}.pagination{display:-ms-flexbox;display:flex;margin:.2rem 0;padding:.2rem 0;list-style:none}.pagination .page-item{margin:.2rem .05rem}.pagination .page-item span{display:inline-block;padding:.2rem .2rem}.pagination .page-item a{display:inline-block;padding:.2rem .4rem;text-decoration:none;border-radius:.1rem}.pagination .page-item a:focus,.pagination .page-item a:hover{color:#3085ee}.pagination .page-item.disabled a{cursor:default;pointer-events:none;opacity:.5}.pagination .page-item.active a{color:#fff;background:#3085ee}.pagination .page-item.page-next,.pagination .page-item.page-prev{-ms-flex:1 0 50%;flex:1 0 50%}.pagination .page-item.page-next{text-align:right}.pagination .page-item .page-item-title{margin:0}.pagination .page-item .page-item-subtitle{margin:0;opacity:.5}.panel{display:-ms-flexbox;display:flex;flex-direction:column;border:.05rem solid #e7e9ed;border-radius:.1rem;-ms-flex-direction:column}.panel .panel-footer,.panel .panel-header{padding:.8rem;-ms-flex:0 0 auto;flex:0 0 auto}.panel .panel-nav{-ms-flex:0 0 auto;flex:0 0 auto}.panel .panel-body{overflow-y:auto;padding:0 .8rem;-ms-flex:1 1 auto;flex:1 1 auto}.popover{position:relative;display:inline-block}.popover .popover-container{position:absolute;z-index:300;top:0;left:50%;width:320px;padding:.4rem;transition:transform .2s;transform:translate(-50%,-50%) scale(0);opacity:0}.popover :focus+.popover-container,.popover:hover .popover-container{display:block;transform:translate(-50%,-100%) scale(1);opacity:1}.popover.popover-right .popover-container{top:50%;left:100%}.popover.popover-right :focus+.popover-container,.popover.popover-right:hover .popover-container{transform:translate(0,-50%) scale(1)}.popover.popover-bottom .popover-container{top:100%;left:50%}.popover.popover-bottom :focus+.popover-container,.popover.popover-bottom:hover .popover-container{transform:translate(-50%,0) scale(1)}.popover.popover-left .popover-container{top:50%;left:0}.popover.popover-left :focus+.popover-container,.popover.popover-left:hover .popover-container{transform:translate(-100%,-50%) scale(1)}.popover .card{border:0;box-shadow:0 .2rem .5rem rgba(69,77,93,.3)}.step{display:-ms-flexbox;display:flex;width:100%;margin:.2rem 0;list-style:none;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.step .step-item{position:relative;min-height:1rem;margin-top:0;text-align:center;-ms-flex:1 1 0;flex:1 1 0}.step .step-item:not(:first-child)::before{position:absolute;top:9px;left:-50%;width:100%;height:2px;content:'';background:#3085ee}.step .step-item a{display:inline-block;padding:20px 10px 0;text-decoration:none;color:#3085ee}.step .step-item a::before{position:absolute;z-index:1;top:.2rem;left:50%;display:block;width:.6rem;height:.6rem;content:'';transform:translateX(-50%);border:.1rem solid #fff;border-radius:50%;background:#3085ee}.step .step-item.active a::before{border:.1rem solid #3085ee;background:#fff}.step .step-item.active~.step-item::before{background:#e7e9ed}.step .step-item.active~.step-item a{color:#acb3c2}.step .step-item.active~.step-item a::before{background:#e7e9ed}.tab{display:-ms-flexbox;display:flex;margin:.2rem 0 .15rem 0;list-style:none;border-bottom:.05rem solid #e7e9ed;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.tab .tab-item{margin-top:0}.tab .tab-item a{display:block;margin:0 .4rem 0 0;padding:.4rem .2rem .3rem .2rem;text-decoration:none;color:inherit;border-bottom:.1rem solid transparent}.tab .tab-item a:focus,.tab .tab-item a:hover{color:#3085ee}.tab .tab-item a.active,.tab .tab-item.active a{color:#3085ee;border-bottom-color:#3085ee}.tab .tab-item.tab-action{text-align:right;-ms-flex:1 0 auto;flex:1 0 auto}.tab .tab-item .btn-clear{margin-top:-.2rem}.tab.tab-block .tab-item{text-align:center;-ms-flex:1 0 0;flex:1 0 0}.tab.tab-block .tab-item a{margin:0}.tab.tab-block .tab-item .badge[data-badge]::after{position:absolute;top:.1rem;right:.1rem;transform:translate(0,0)}.tab:not(.tab-block) .badge{padding-right:0}.tile{display:-ms-flexbox;display:flex;-ms-flex-line-pack:justify;align-content:space-between;-ms-flex-align:start;align-items:flex-start}.tile .tile-action,.tile .tile-icon{-ms-flex:0 0 auto;flex:0 0 auto}.tile .tile-content{-ms-flex:1 1 auto;flex:1 1 auto}.tile .tile-content:not(:first-child){padding-left:.4rem}.tile .tile-content:not(:last-child){padding-right:.4rem}.tile .tile-subtitle,.tile .tile-title{line-height:1.2rem}.tile.tile-centered{-ms-flex-align:center;align-items:center}.tile.tile-centered .tile-content{overflow:hidden}.tile.tile-centered .tile-subtitle,.tile.tile-centered .tile-title{overflow:hidden;margin-bottom:0;white-space:nowrap;text-overflow:ellipsis}.toast{display:block;width:100%;padding:.4rem;color:#fff;border:.05rem solid #454d5d;border-color:#454d5d;border-radius:.1rem;background:rgba(69,77,93,.95)}.toast.toast-primary{border-color:#3085ee;background:rgba(48,133,238,.95)}.toast.toast-success{border-color:#32b643;background:rgba(50,182,67,.95)}.toast.toast-warning{border-color:#ffb700;background:rgba(255,183,0,.95)}.toast.toast-error{border-color:#e85600;background:rgba(232,86,0,.95)}.toast a{text-decoration:underline;color:#fff}.toast a.active,.toast a:active,.toast a:focus,.toast a:hover{opacity:.75}.toast .btn-clear{margin:.1rem}.toast p:last-child{margin-bottom:0}.tooltip{position:relative}.tooltip::after{font-size:.7rem;position:absolute;z-index:300;bottom:100%;left:50%;display:block;overflow:hidden;max-width:320px;padding:.2rem .4rem;content:attr(data-tooltip);transition:opacity .2s,transform .2s;transform:translate(-50%,.4rem);white-space:pre;text-overflow:ellipsis;pointer-events:none;opacity:0;color:#fff;border-radius:.1rem;background:rgba(69,77,93,.95)}.tooltip:focus::after,.tooltip:hover::after{transform:translate(-50%,-.2rem);opacity:1}.tooltip.disabled,.tooltip[disabled]{pointer-events:auto}.tooltip.tooltip-right::after{bottom:50%;left:100%;transform:translate(-.2rem,50%)}.tooltip.tooltip-right:focus::after,.tooltip.tooltip-right:hover::after{transform:translate(.2rem,50%)}.tooltip.tooltip-bottom::after{top:100%;bottom:auto;transform:translate(-50%,-.4rem)}.tooltip.tooltip-bottom:focus::after,.tooltip.tooltip-bottom:hover::after{transform:translate(-50%,.2rem)}.tooltip.tooltip-left::after{right:100%;bottom:50%;left:auto;transform:translate(.4rem,50%)}.tooltip.tooltip-left:focus::after,.tooltip.tooltip-left:hover::after{transform:translate(-.2rem,50%)}@keyframes loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes slide-down{0%{transform:translateY(-1.6rem);opacity:0}100%{transform:translateY(0);opacity:1}}.text-primary{color:#3085ee!important}a.text-primary:focus,a.text-primary:hover{color:#1877ec}a.text-primary:visited{color:#4893f0}.text-secondary{color:#d3e5fb!important}a.text-secondary:focus,a.text-secondary:hover{color:#bbd7f9}a.text-secondary:visited{color:#eaf3fd}.text-gray{color:#acb3c2!important}a.text-gray:focus,a.text-gray:hover{color:#9ea6b7}a.text-gray:visited{color:#bbc1cd}.text-light{color:#fff!important}a.text-light:focus,a.text-light:hover{color:#f2f2f2}a.text-light:visited{color:#fff}.text-dark{color:#50596c!important}a.text-dark:focus,a.text-dark:hover{color:#454d5d}a.text-dark:visited{color:#5b657a}.text-success{color:#32b643!important}a.text-success:focus,a.text-success:hover{color:#2da23c}a.text-success:visited{color:#39c94b}.text-warning{color:#ffb700!important}a.text-warning:focus,a.text-warning:hover{color:#e6a500}a.text-warning:visited{color:#ffbe1a}.text-error{color:#e85600!important}a.text-error:focus,a.text-error:hover{color:#cf4d00}a.text-error:visited{color:#ff6003}.bg-primary{color:#fff;background:#3085ee!important}.bg-secondary{background:#e1edfd!important}.bg-dark{color:#fff;background:#454d5d!important}.bg-gray{background:#f8f9fa!important}.bg-success{color:#fff;background:#32b643!important}.bg-warning{color:#fff;background:#ffb700!important}.bg-error{color:#fff;background:#e85600!important}.c-hand{cursor:pointer}.c-move{cursor:move}.c-zoom-in{cursor:zoom-in}.c-zoom-out{cursor:zoom-out}.c-not-allowed{cursor:not-allowed}.c-auto{cursor:auto}.d-block{display:block}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-flex{display:-ms-flexbox;display:flex}.d-inline-flex{display:-ms-inline-flexbox;display:inline-flex}.d-hide,.d-none{display:none!important}.d-visible{visibility:visible}.d-invisible{visibility:hidden}.text-hide{font-size:0;line-height:0;color:transparent;border:0;background:0 0;text-shadow:none}.text-assistive{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;padding:0;border:0}.divider,.divider-vert{position:relative;display:block}.divider-vert[data-content]::after,.divider[data-content]::after{font-size:.7rem;display:inline-block;padding:0 .4rem;content:attr(data-content);transform:translateY(-.65rem);color:#acb3c2;background:#fff}.divider{height:.05rem;margin:.4rem 0;border-top:.05rem solid #fefefe}.divider[data-content]{margin:.8rem 0}.divider-vert{display:block;padding:.8rem}.divider-vert::before{position:absolute;top:.4rem;bottom:.4rem;left:50%;display:block;content:'';transform:translateX(-50%);border-left:.05rem solid #e7e9ed}.divider-vert[data-content]::after{position:absolute;top:50%;left:50%;padding:.2rem 0;transform:translate(-50%,-50%)}.loading{position:relative;min-height:.8rem;pointer-events:none;color:transparent!important}.loading::after{position:absolute;z-index:1;top:50%;left:50%;display:block;width:.8rem;height:.8rem;margin-top:-.4rem;margin-left:-.4rem;content:'';animation:loading .5s infinite linear;border:.1rem solid #3085ee;border-top-color:transparent;border-right-color:transparent;border-radius:50%}.loading.loading-lg{min-height:2rem}.loading.loading-lg::after{width:1.6rem;height:1.6rem;margin-top:-.8rem;margin-left:-.8rem}.clearfix::after{display:table;clear:both;content:''}.float-left{float:left!important}.float-right{float:right!important}.p-relative{position:relative!important}.p-absolute{position:absolute!important}.p-fixed{position:fixed!important}.p-sticky{position:-webkit-sticky!important;position:sticky!important}.p-centered{display:block;float:none;margin-right:auto;margin-left:auto}.flex-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.m-0{margin:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.mt-0{margin-top:0!important}.mx-0{margin-right:0!important;margin-left:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.m-1{margin:.2rem!important}.mb-1{margin-bottom:.2rem!important}.ml-1{margin-left:.2rem!important}.mr-1{margin-right:.2rem!important}.mt-1{margin-top:.2rem!important}.mx-1{margin-right:.2rem!important;margin-left:.2rem!important}.my-1{margin-top:.2rem!important;margin-bottom:.2rem!important}.m-2{margin:.4rem!important}.mb-2{margin-bottom:.4rem!important}.ml-2{margin-left:.4rem!important}.mr-2{margin-right:.4rem!important}.mt-2{margin-top:.4rem!important}.mx-2{margin-right:.4rem!important;margin-left:.4rem!important}.my-2{margin-top:.4rem!important;margin-bottom:.4rem!important}.p-0{padding:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.pt-0{padding-top:0!important}.px-0{padding-right:0!important;padding-left:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.p-1{padding:.2rem!important}.pb-1{padding-bottom:.2rem!important}.pl-1{padding-left:.2rem!important}.pr-1{padding-right:.2rem!important}.pt-1{padding-top:.2rem!important}.px-1{padding-right:.2rem!important;padding-left:.2rem!important}.py-1{padding-top:.2rem!important;padding-bottom:.2rem!important}.p-2{padding:.4rem!important}.pb-2{padding-bottom:.4rem!important}.pl-2{padding-left:.4rem!important}.pr-2{padding-right:.4rem!important}.pt-2{padding-top:.4rem!important}.px-2{padding-right:.4rem!important;padding-left:.4rem!important}.py-2{padding-top:.4rem!important;padding-bottom:.4rem!important}.s-rounded{border-radius:.1rem}.s-circle{border-radius:50%}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-normal{font-weight:400}.text-bold{font-weight:700}.text-italic{font-style:italic}.text-large{font-size:1.2em}.text-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.text-clip{overflow:hidden;white-space:nowrap;text-overflow:clip}.text-break{word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;-ms-hyphens:auto} \ No newline at end of file diff --git a/user/themes/radiogarage/css-compiled/theme.css b/user/themes/radiogarage/css-compiled/theme.css new file mode 100644 index 0000000..28c68a9 --- /dev/null +++ b/user/themes/radiogarage/css-compiled/theme.css @@ -0,0 +1,406 @@ +html { height: 100%; } + +#body-wrapper .container { padding: 2rem 0 2rem; } + +.header-fixed #body-wrapper { padding-top: 4rem; } + +.header-fixed .hero + #start > #body-wrapper { padding-top: 0; } + +section.section { padding-left: 1rem; padding-right: 1rem; position: relative; } + +.overlay-light, .overlay-dark, .overlay-light-gradient, .overlay-dark-gradient { z-index: 0; } + +.hero { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; padding-top: 6rem; padding-bottom: 7rem; background-size: cover; background-position: center; } + +.hero h1 { color: #242931; font-size: 4rem; } + +.hero h2 { color: rgba(36, 41, 49, 0.8); font-size: 2.5rem; } + +.hero.hero-fullscreen { min-height: 100vh; } + +.hero.hero-large { min-height: 500px; } + +.hero.hero-medium { min-height: 400px; } + +.hero.hero-small { min-height: 110px; } + +.hero.hero-tiny { min-height: 8rem; } + +.header-fixed .hero { background-position: 50% 0; } + +@media (max-width: 840px) { .hero h1 { font-size: 3rem; } + .hero h2 { font-size: 1.75rem; } } + +@media (max-width: 600px) { .hero h1 { font-size: 2rem; } + .hero h2 { font-size: 1.25rem; } } + +.hero.text-light h1 { color: #fff; } + +.hero.text-light h2 { color: rgba(255, 255, 255, 0.8); } + +.hero p { font-size: .9rem; font-weight: 300; } + +.hero #to-start { display: inline-block; position: absolute; bottom: 10px; font-size: 2rem; cursor: pointer; } + +.image-overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: -1; } + +.overlay-light .image-overlay { background: rgba(255, 255, 255, 0.4); } + +.overlay-light-gradient .image-overlay { background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2)); } + +.overlay-dark .image-overlay { background: rgba(0, 0, 0, 0.4); } + +.overlay-dark-gradient .image-overlay { background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)); } + +html { font-size: 16px; } + +@media screen and (min-width: 480px) { html { font-size: calc(16px + 4 * ((100vw - 480px) / 800)); } } + +@media screen and (min-width: 1280px) { html { font-size: 20px; } } + +h1, h2, h3, h4, h5, h6 { margin-top: 2rem; font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif; color: #3a414e; } + +h1, .h1 { font-size: 3rem; } + +h2, .h2 { font-size: 1.8rem; } + +h6, .h6 { font-weight: 400; } + +.title-center h1, .title-center h2 { text-align: center; } + +.title-h1h2 h1 { font-weight: 100; margin-bottom: 0; line-height: 1.1; } + +.title-h1h2 h1 strong, .title-h1h2 h1 bold { font-weight: 400; } + +.title-h1h2 h1 + h2 { line-height: 1.1; margin-top: 0; } + +.title-h1h2 h1 + h2, .title-center h1 + h2 { margin-bottom: 50px; font-weight: 700; } + +a:focus { outline: none !important; box-shadow: none !important; } + +img { max-width: 100%; } + +.table table { border-spacing: 0; border-collapse: collapse; width: 100%; } + +pre code, pre.xdebug-var-dump { background: #fafafa; display: block; padding: 1rem !important; line-height: 1.5; color: inherit; border-radius: 2px; overflow-x: auto; } + +pre[class*="language-"] code { border-radius: inherit; padding: 0 !important; overflow-x: initial; } + +pre code:not(.hljs):not([class*="language-"]) { background: #f8f8f8; } + +i.fa.fa-heart.pulse, i.fa.fa-heart-o.pulse { color: #920; } + +b, strong { font-weight: 700; } + +.heavy { font-weight: 700; } + +.light { font-weight: 200; } + +.text-light { color: rgba(255, 255, 255, 0.8); } + +.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 { color: rgba(255, 255, 255, 0.9); } + +#error { text-align: center; position: relative; margin-top: 5rem; } + +#error .icon { font-size: 50px; } + +#messages { margin-bottom: 1rem; } + +#messages .icon { font-size: 1rem; } + +ul, ol { margin-left: 1.6rem; } + +ul ul, ul ol, ol ul, ol ol { margin-left: 1.6rem; } + +ul { list-style: disc outside; } + +ol { list-style: decimal outside; } + +.notices { margin: 1.5rem 0; } + +.notices p { margin: 1rem 0; } + +form { /** Reset some defaults for Quark Theme **/ } + +form .button-wrapper { margin-top: 0.75rem; margin-bottom: 1rem; } + +form span.required { color: #e85600; font-weight: 700; font-size: 1.2rem; } + +form .form-input[type=range] { -webkit-appearance: slider-horizontal; -moz-appearance: slider-horizontal; appearance: slider-horizontal; } + +form .form-input[type=range]:focus { box-shadow: none; border: none; } + +form .form-group:not(.form-field-toggleable) .checkboxes { display: inherit; } + +form .form-group:not(.form-field-toggleable) .checkboxes label { display: inherit; padding: 0.1rem 0.4rem 0.1rem 1.2rem; margin: inherit; } + +form .form-group:not(.form-field-toggleable) .checkboxes label:before { display: none; } + +#grav-login > form { margin: 2rem auto 0; max-width: 350px; } + +#grav-login .form-label { display: none; } + +#grav-login .form-data { margin: 1rem 0; } + +#grav-login .form-input { text-align: center; } + +#grav-login .button-wrapper { text-align: right; } + +#grav-login .button-wrapper .form-data.rememberme { margin: 0; float: left; } + +#grav-login .login-form button[type="submit"] { background: #3085EE; border-color: #227ded; color: #fff; } + +#grav-login .login-form button[type="submit"]:focus, #grav-login .login-form button[type="submit"]:hover { background: #1877ec; border-color: #1370e3; color: #fff; } + +#grav-login .login-form button[type="submit"]:active, #grav-login .login-form button[type="submit"].active { background: #1372e7; border-color: #126bd9; color: #fff; } + +#grav-login .twofa-form button[type="submit"]:first-child { background: #3085EE; border-color: #227ded; color: #fff; float: right; margin-left: 4px; } + +#grav-login .twofa-form button[type="submit"]:first-child:focus, #grav-login .twofa-form button[type="submit"]:first-child:hover { background: #1877ec; border-color: #1370e3; color: #fff; } + +#grav-login .twofa-form button[type="submit"]:first-child:active, #grav-login .twofa-form button[type="submit"]:first-child.active { background: #1372e7; border-color: #126bd9; color: #fff; } + +.mobile-container { position: absolute; top: 40%; left: 0; margin: 0 auto; z-index: 2; } + +.mobile-logo svg, .mobile-logo img { height: 42px; margin-top: .7rem; margin-left: 1.4rem; } + +.mobile-logo svg path, .mobile-logo img path { fill: #fff; } + +.mobile-menu { display: none; top: 0; right: 0; z-index: 3; } + +.header-fixed .mobile-menu { position: fixed; } + +@media (max-width: 840px) { .mobile-menu { display: block; } } + +.mobile-menu .button_container { position: absolute; top: 1.3rem; right: 1rem; height: 24px; width: 28px; cursor: pointer; z-index: 100; transition: opacity .25s ease, top 0.5s ease; } + +.mobile-menu .button_container:hover { opacity: .7; } + +.mobile-menu .button_container.active { position: fixed; } + +.mobile-menu .button_container.active .top { transform: translateY(8px) translateX(0) rotate(45deg); background: #FFF; } + +.mobile-menu .button_container.active .middle { opacity: 0; background: #FFF; } + +.mobile-menu .button_container.active .bottom { transform: translateY(-8px) translateX(0) rotate(-45deg); background: #FFF; } + +.mobile-menu .button_container span { background: #3085EE; border: none; height: 4px; width: 100%; position: absolute; top: 0; left: 0; transition: all .35s ease; cursor: pointer; } + +.mobile-menu .button_container span:nth-of-type(2) { top: 8px; } + +.mobile-menu .button_container span:nth-of-type(3) { top: 16px; } + +.overlay { position: fixed; background: #000; top: 0; left: 0; width: 100%; height: 0%; opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s, height .35s; } + +.overlay.open { opacity: .95; visibility: visible; height: 100%; } + +.overlay nav { position: relative; margin: 0 auto; text-align: center; } + +.overlay-menu { height: calc(100% - 90px); overflow-y: scroll; } + +.overlay-menu > .tree { text-align: left; } + +.treemenu.treemenu-root { margin: 1rem; } + +.treemenu li { list-style: none; margin: 0 0 1px; padding: 5px 0; line-height: 1.2rem; background: rgba(102, 113, 137, 0.1); } + +.treemenu li a { display: block; margin-left: 1.2rem; font-size: 1rem; } + +.treemenu li a:hover, .treemenu li a:focus, .treemenu li a.active { color: #3e8def !important; text-decoration: none; } + +.treemenu ul { margin: 0 0 0 1rem; } + +.treemenu .toggler { cursor: pointer; vertical-align: top; font-size: 1.1rem; line-height: 1rem; padding-left: 5px; float: left; } + +.treemenu .toggler:before { display: inline-block; margin-right: 2pt; } + +.treemenu li.tree-empty > .toggler { opacity: 0.3; cursor: default; } + +.treemenu li.tree-empty > .toggler:before { content: "\2022"; } + +.treemenu li.tree-closed > .toggler:before { content: "+"; } + +.treemenu li.tree-opened > .toggler:before { content: "\2212"; } + +.mobile-nav-open { overflow-y: hidden; } + +.default-animation, #header, #header .navbar-section, #header .logo svg, #header .logo img, .modular-features.small .feature-icon i, .modular-features .feature-icon { transition: all 0.5s ease; } + +.pulse { animation-name: pulse_animation; animation-duration: 2000ms; transform-origin: 70% 70%; animation-iteration-count: infinite; animation-timing-function: linear; } + +@keyframes pulse_animation { 0% { transform: scale(1); } + 30% { transform: scale(1); } + 40% { transform: scale(1.08); } + 50% { transform: scale(1); } + 60% { transform: scale(1); } + 70% { transform: scale(1.05); } + 80% { transform: scale(1); } + 100% { transform: scale(1); } } + +#header { width: 100%; height: 4rem; border-bottom: 1px solid rgba(172, 179, 194, 0.2); font-size: 0.7rem; font-weight: 700; background: #fff; color: #454d5d; } + +#header a { color: #454d5d; } + +#header .logo svg path { fill: #222; } + +.header-dark #header:not(.scrolled) { background: #222; color: #fff; } + +.header-dark #header:not(.scrolled) a { color: rgba(255, 255, 255, 0.7) !important; } + +.header-dark #header:not(.scrolled) a.active { color: #fff !important; } + +.header-dark #header:not(.scrolled) .dropmenu ul ul a { color: #454d5d !important; } + +.header-dark #header:not(.scrolled) .logo svg path { fill: #fff; } + +.header-dark.header-transparent #header:not(.scrolled) { background: rgba(0, 0, 0, 0.05); } + +.header-transparent #header:not(.scrolled) { background: rgba(255, 255, 255, 0.05); } + +#header .navbar-section { height: 4rem; } + +@media (max-width: 840px) { #header .navbar-section { margin-right: 2rem; } } + +@media (max-width: 840px) { #header .navbar-section.desktop-menu { display: none; } } + +#header .logo svg, #header .logo img { height: 42px; display: inherit; } + +.header-fixed #header { position: fixed; top: 0; z-index: 2; } + +body.header-fixed.header-animated #header.scrolled { height: 2.3rem; } + +body.header-fixed.header-animated #header.scrolled .navbar-section { height: 2.3rem; } + +body.header-fixed.header-animated #header.scrolled .logo svg, body.header-fixed.header-animated #header.scrolled .logo img { height: 28px; } + +body.header-fixed.header-animated #header.scrolled ~ .mobile-menu .button_container { top: 0.5rem; } + +.login-status-wrapper { white-space: nowrap; } + +body.sticky-footer { height: 100%; min-height: 100vh; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } + +body.sticky-footer #page-wrapper { -ms-flex: 1 0 auto; flex: 1 0 auto; } + +#footer { color: #acb3c2; padding: 1rem 1rem 0; text-align: center; } + +@media (max-width: 840px) { .dropmenu { display: none; } } + +.dropmenu ul { white-space: nowrap; margin: 0; display: -ms-flexbox; display: flex; } + +.dropmenu ul li { position: relative; margin: 0; } + +.dropmenu ul li a { text-decoration: none; padding: 7px 30px 7px 20px; display: block; } + +.dropmenu ul li a:hover, .dropmenu ul li a:focus, .dropmenu ul li a.active { color: #3085EE !important; } + +.dropmenu ul li a:before { content: '\f107'; font-family: 'FontAwesome'; display: inline-block; vertical-align: middle; float: right; margin-right: -20px; } + +.dropmenu ul li a:only-child { padding-right: 20px; } + +.dropmenu ul li a:only-child:before { content: ''; } + +.dropmenu ul li:hover > ul { display: block; visibility: visible; } + +.dropmenu ul ul li a:before { content: '\f105'; } + +.dropmenu ul ul { position: absolute; top: 100%; list-style: none; background: #fff; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); visibility: hidden; } + +.dropmenu ul ul ul { position: absolute; left: 100%; top: 0; } + +.dropmenu > ul > li { display: inline-block; } + +.dropmenu.animated ul li { transition: background .7s, color 0.5s; } + +.dropmenu.animated ul li:hover > ul { opacity: 1; transform: translateY(0); } + +.dropmenu.animated ul ul { transition: transform .3s, opacity .5s; opacity: 0; transform: translateY(-10px); } + +/** Extra columns spacing **/ +.extra-spacing:not(.col-12), :not(.col12) > .e-content { padding-right: 1rem; } + +@media (max-width: 840px) { .extra-spacing:not(.col-12), :not(.col12) > .e-content { padding-right: 0; } } + +/** Breadcrumbs styling **/ +#breadcrumbs { padding-left: 0; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; margin-top: -1rem; margin-bottom: 1rem; } + +#breadcrumbs i { display: none; } + +#breadcrumbs span, #breadcrumbs a { padding: 0 0.5rem; } + +#breadcrumbs span:first-child, #breadcrumbs a:first-child { padding-left: 0; } + +#breadcrumbs span:not(:first-child)::before, #breadcrumbs a:not(:first-child)::before { color: #e7e9ed; content: "/"; padding-right: 1rem; } + +/** Blog Listing **/ +.blog-listing .bricklayer-column { padding-left: 0px; padding-right: 25px; } + +.blog-listing .card { margin-bottom: 25px; border: 0; box-shadow: 0 10px 45px -9px rgba(0, 0, 0, 0.1); } + +.blog-listing .card-footer { text-align: right; } + +.blog-listing .blog-date { font-size: 13px; } + +/** Blog Item **/ +.content-title { margin-bottom: 2rem; } + +.content-title h2 { margin-bottom: 0.5rem; } + +.label { font-size: 12px; text-transform: uppercase; } + +/** Pagination **/ +ul.pagination { -ms-flex-pack: center; justify-content: center; } + +.prev-next { margin-top: 4rem; } + +/** Sidebar specific tweaks **/ +#sidebar ul.related-pages { box-shadow: none; padding: 0; z-index: 1; } + +#sidebar ul.related-pages li { border-bottom: 1px solid #e7e9ed; } + +#sidebar ul.related-pages li:last-child { border-bottom: 0; } + +#sidebar ul.archives { list-style: none; margin-left: 0; } + +#sidebar ul.archives .label { vertical-align: text-top; } + +.modular-hero #to-start { bottom: 3.5rem; } + +.modular-features { text-align: center; } + +.modular-features.offset-box .frame-box { margin: -3rem -1.4rem 3rem; padding: 1rem 1rem; background: #fff; box-shadow: 0 0 75px 0 rgba(69, 77, 93, 0.1); } + +.modular-features.small .columns { margin-top: -1rem; } + +.modular-features.small .column:hover .feature-icon i { color: #3085EE; } + +.modular-features.small .feature-icon { display: block; -ms-flex-pack: left; justify-content: left; } + +.modular-features.small .feature-icon i { position: relative; display: inherit; font-size: 70px; margin: 0 auto 1rem; transform: none; left: auto; top: auto; color: #acb3c2; } + +.modular-features.small .feature-icon h6 { text-transform: none; } + +.modular-features .frame-box { padding: 3rem 0; } + +.modular-features .frame-box > p { max-width: 600px; margin-left: auto; margin-right: auto; } + +.modular-features .column { padding: 1rem; } + +.modular-features .column:hover .feature-icon { color: #acb3c2; } + +.modular-features .column:hover .feature-icon h6 { color: #3085EE; } + +.modular-features .column:hover .feature-content { color: #667189; } + +.modular-features .feature-icon { font-size: 130px; height: 100px; color: #e7e9ed; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; position: relative; margin: 1rem 0; } + +.modular-features .feature-icon i { position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); } + +.modular-features .feature-icon h6 { background: #fff; line-height: 1; z-index: 1; text-transform: uppercase; font-weight: 600; margin: 0; display: block; color: #667189; } + +.modular-features .feature-content { color: #acb3c2; } + +.modular-text { padding-top: 4rem; padding-bottom: 4rem; } + +.modular-text .columns.left { -ms-flex-direction: row-reverse; flex-direction: row-reverse; } + +/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGhlbWUuY3NzIiwic291cmNlcyI6WyJ0aGVtZS5zY3NzIiwidGhlbWUvX3ZhcmlhYmxlcy5zY3NzIiwic3BlY3RyZS9fdmFyaWFibGVzLnNjc3MiLCJzcGVjdHJlL19taXhpbnMuc2NzcyIsInNwZWN0cmUvbWl4aW5zL19hdmF0YXIuc2NzcyIsInNwZWN0cmUvbWl4aW5zL19idXR0b24uc2NzcyIsInNwZWN0cmUvbWl4aW5zL19jbGVhcmZpeC5zY3NzIiwic3BlY3RyZS9taXhpbnMvX2NvbG9yLnNjc3MiLCJzcGVjdHJlL21peGlucy9fbGFiZWwuc2NzcyIsInNwZWN0cmUvbWl4aW5zL19wb3NpdGlvbi5zY3NzIiwic3BlY3RyZS9taXhpbnMvX3NoYWRvdy5zY3NzIiwic3BlY3RyZS9taXhpbnMvX3RleHQuc2NzcyIsInNwZWN0cmUvbWl4aW5zL190b2FzdC5zY3NzIiwidGhlbWUvX2ZvbnRzLnNjc3MiLCJ0aGVtZS9fbWl4aW5zLnNjc3MiLCJ0aGVtZS9fZnJhbWV3b3JrLnNjc3MiLCJ0aGVtZS9fdHlwb2dyYXBoeS5zY3NzIiwidGhlbWUvX2Zvcm1zLnNjc3MiLCJ0aGVtZS9fbW9iaWxlLnNjc3MiLCJ0aGVtZS9fYW5pbWF0aW9uLnNjc3MiLCJ0aGVtZS9faGVhZGVyLnNjc3MiLCJ0aGVtZS9fZm9vdGVyLnNjc3MiLCJ0aGVtZS9fbWVudS5zY3NzIiwidGhlbWUvX2Jsb2cuc2NzcyIsInRoZW1lL19vbmVwYWdlLnNjc3MiXSwic291cmNlc0NvbnRlbnQiOlsiLy8gQ29yZSB2YXJpYWJsZXMgYW5kIG1peGluc1xuQGltcG9ydCAndGhlbWUvdmFyaWFibGVzJztcbkBpbXBvcnQgJ3NwZWN0cmUvdmFyaWFibGVzJztcbkBpbXBvcnQgJ3NwZWN0cmUvbWl4aW5zJztcblxuQGltcG9ydCAndGhlbWUvZm9udHMnO1xuQGltcG9ydCAndGhlbWUvbWl4aW5zJztcbkBpbXBvcnQgJ3RoZW1lL2ZyYW1ld29yayc7XG5AaW1wb3J0ICd0aGVtZS90eXBvZ3JhcGh5JztcbkBpbXBvcnQgJ3RoZW1lL2Zvcm1zJztcbkBpbXBvcnQgJ3RoZW1lL21vYmlsZSc7XG5AaW1wb3J0ICd0aGVtZS9hbmltYXRpb24nO1xuXG5AaW1wb3J0ICd0aGVtZS9oZWFkZXInO1xuQGltcG9ydCAndGhlbWUvZm9vdGVyJztcbkBpbXBvcnQgJ3RoZW1lL21lbnUnO1xuXG4vLyBFeHRyYSBTa2VsZXRvbiBTdHlsaW5nXG5AaW1wb3J0ICd0aGVtZS9ibG9nJztcbkBpbXBvcnQgJ3RoZW1lL29uZXBhZ2UnO1xuXG4iLCIvLyBTcGVjdHJlIE92ZXJyaWRlc1xuJHByaW1hcnktY29sb3I6ICMzMDg1RUUgIWRlZmF1bHQ7XG4kZGFyay1jb2xvcjogIzQ1NGQ1ZCAhZGVmYXVsdDtcbiRsaWdodC1jb2xvcjogI2ZmZiAhZGVmYXVsdDtcbiRncmF5LWNvbG9yOiBsaWdodGVuKCRkYXJrLWNvbG9yLCA0MCUpICFkZWZhdWx0O1xuJGdyYXktY29sb3ItZGFyazogZGFya2VuKCRncmF5LWNvbG9yLCAyNSUpICFkZWZhdWx0O1xuJGJvcmRlci1jb2xvcjogbGlnaHRlbigkZGFyay1jb2xvciwgNjAlKSAhZGVmYXVsdDtcbiRiZy1jb2xvcjogbGlnaHRlbigkZGFyay1jb2xvciwgNjYlKSAhZGVmYXVsdDtcbiRib2R5LWZvbnQtY29sb3I6IGxpZ2h0ZW4oJGRhcmstY29sb3IsIDUlKSAhZGVmYXVsdDtcblxuLy8gTGF5b3V0XG4kaG9yaXotcGFkZGluZzogMXJlbTtcbiR2ZXJ0LXBhZGRpbmc6IDJyZW0gMCAycmVtO1xuXG4vLyBGb250c1xuJG1pbi1yZXNwb25zaXZlLWZvbnQtc2l6ZTogMTZweDtcblxuLy8gSGVhZGVyXG4kaGVhZGVyLWhlaWdodC1sYXJnZTogNHJlbTtcbiRoZWFkZXItaGVpZ2h0LXNtYWxsOiAyLjNyZW07XG4kaGVhZGVyLWNvbG9yLWRhcms6ICMyMjI7XG4kaGVhZGVyLXRleHQtbGlnaHQ6ICRsaWdodC1jb2xvcjtcbiRoZWFkZXItdGV4dC1kYXJrOiBkYXJrZW4oJGRhcmstY29sb3IsIDE1JSk7XG5cbi8vIERyb3Bkb3duIE1lbnVcbiRkcm9wbWVudS1iZzogJGxpZ2h0LWNvbG9yO1xuJGRyb3BtZW51LWhvdmVyLXRleHQ6ICRwcmltYXJ5LWNvbG9yO1xuJGRyb3BtZW51LWhvcml6LXBhZGRpbmc6IDIwcHg7XG4kZHJvcG1lbnUtdmVydC1wYWRkaW5nOiA3cHg7XG4kZHJvcG1lbnUtY2hpbGQtcGFkZGluZzogMTBweDtcbiRkcm9wbWVudS1zaGFkb3c6IDAgM3B4IDVweCByZ2JhKDAsIDAsIDAsIDAuMSk7XG5cbi8vIE1vYmlsZSBNZW51XG4kbW9iaWxlLWNvbG9yLW1haW46ICRwcmltYXJ5LWNvbG9yO1xuJG1vYmlsZS1jb2xvci1hY3RpdmU6ICNGRkY7XG4kbW9iaWxlLWNvbG9yLWxpbms6ICNGRkY7XG4kbW9iaWxlLWJ1dHRvbi1oZWlnaHQ6IDI0cHg7XG4kbW9iaWxlLWJ1dHRvbi13aWR0aDogMjhweDsiLCIvLyBDb3JlIHZhcmlhYmxlc1xuJHZlcnNpb246IFwiMC41LjhcIjtcblxuLy8gQ29yZSBmZWF0dXJlc1xuJHJ0bDogZmFsc2UgIWRlZmF1bHQ7XG5cbi8vIENvcmUgY29sb3JzXG4kcHJpbWFyeS1jb2xvcjogIzU3NTVkOSAhZGVmYXVsdDtcbiRwcmltYXJ5LWNvbG9yLWRhcms6IGRhcmtlbigkcHJpbWFyeS1jb2xvciwgMyUpICFkZWZhdWx0O1xuJHByaW1hcnktY29sb3ItbGlnaHQ6IGxpZ2h0ZW4oJHByaW1hcnktY29sb3IsIDMlKSAhZGVmYXVsdDtcbiRzZWNvbmRhcnktY29sb3I6IGxpZ2h0ZW4oJHByaW1hcnktY29sb3IsIDM3LjUlKSAhZGVmYXVsdDtcbiRzZWNvbmRhcnktY29sb3ItZGFyazogZGFya2VuKCRzZWNvbmRhcnktY29sb3IsIDMlKSAhZGVmYXVsdDtcbiRzZWNvbmRhcnktY29sb3ItbGlnaHQ6IGxpZ2h0ZW4oJHNlY29uZGFyeS1jb2xvciwgMyUpICFkZWZhdWx0O1xuXG4vLyBHcmF5IGNvbG9yc1xuJGRhcmstY29sb3I6ICMzMDM3NDIgIWRlZmF1bHQ7XG4kbGlnaHQtY29sb3I6ICNmZmYgIWRlZmF1bHQ7XG4kZ3JheS1jb2xvcjogbGlnaHRlbigkZGFyay1jb2xvciwgNTUlKSAhZGVmYXVsdDtcbiRncmF5LWNvbG9yLWRhcms6IGRhcmtlbigkZ3JheS1jb2xvciwgMzAlKSAhZGVmYXVsdDtcbiRncmF5LWNvbG9yLWxpZ2h0OiBsaWdodGVuKCRncmF5LWNvbG9yLCAyMCUpICFkZWZhdWx0O1xuXG4kYm9yZGVyLWNvbG9yOiBsaWdodGVuKCRkYXJrLWNvbG9yLCA2NSUpICFkZWZhdWx0O1xuJGJvcmRlci1jb2xvci1kYXJrOiBkYXJrZW4oJGJvcmRlci1jb2xvciwgMTAlKSAhZGVmYXVsdDtcbiRib3JkZXItY29sb3ItbGlnaHQ6IGxpZ2h0ZW4oJGJvcmRlci1jb2xvciwgOCUpICFkZWZhdWx0O1xuJGJnLWNvbG9yOiBsaWdodGVuKCRkYXJrLWNvbG9yLCA3NSUpICFkZWZhdWx0O1xuJGJnLWNvbG9yLWRhcms6IGRhcmtlbigkYmctY29sb3IsIDMlKSAhZGVmYXVsdDtcbiRiZy1jb2xvci1saWdodDogJGxpZ2h0LWNvbG9yICFkZWZhdWx0O1xuXG4vLyBDb250cm9sIGNvbG9yc1xuJHN1Y2Nlc3MtY29sb3I6ICMzMmI2NDMgIWRlZmF1bHQ7XG4kd2FybmluZy1jb2xvcjogI2ZmYjcwMCAhZGVmYXVsdDtcbiRlcnJvci1jb2xvcjogI2U4NTYwMCAhZGVmYXVsdDtcblxuLy8gT3RoZXIgY29sb3JzXG4kY29kZS1jb2xvcjogI2Q3M2U0OCAhZGVmYXVsdDtcbiRoaWdobGlnaHQtY29sb3I6ICNmZmU5YjMgIWRlZmF1bHQ7XG4kYm9keS1iZzogJGJnLWNvbG9yLWxpZ2h0ICFkZWZhdWx0O1xuJGJvZHktZm9udC1jb2xvcjogbGlnaHRlbigkZGFyay1jb2xvciwgNSUpICFkZWZhdWx0O1xuJGxpbmstY29sb3I6ICRwcmltYXJ5LWNvbG9yICFkZWZhdWx0O1xuJGxpbmstY29sb3ItZGFyazogZGFya2VuKCRsaW5rLWNvbG9yLCAxMCUpICFkZWZhdWx0O1xuJGxpbmstY29sb3ItbGlnaHQ6IGxpZ2h0ZW4oJGxpbmstY29sb3IsIDEwJSkgIWRlZmF1bHQ7XG5cbi8vIEZvbnRzXG4vLyBDcmVkaXQ6IGh0dHBzOi8vd3d3LnNtYXNoaW5nbWFnYXppbmUuY29tLzIwMTUvMTEvdXNpbmctc3lzdGVtLXVpLWZvbnRzLXByYWN0aWNhbC1ndWlkZS9cbiRiYXNlLWZvbnQtZmFtaWx5OiAtYXBwbGUtc3lzdGVtLCBzeXN0ZW0tdWksIEJsaW5rTWFjU3lzdGVtRm9udCwgXCJTZWdvZSBVSVwiLCBSb2JvdG8gIWRlZmF1bHQ7XG4kbW9uby1mb250LWZhbWlseTogXCJTRiBNb25vXCIsIFwiU2Vnb2UgVUkgTW9ub1wiLCBcIlJvYm90byBNb25vXCIsIE1lbmxvLCBDb3VyaWVyLCBtb25vc3BhY2UgIWRlZmF1bHQ7XG4kZmFsbGJhY2stZm9udC1mYW1pbHk6IFwiSGVsdmV0aWNhIE5ldWVcIiwgc2Fucy1zZXJpZiAhZGVmYXVsdDtcbiRjamstemgtaGFucy1mb250LWZhbWlseTogJGJhc2UtZm9udC1mYW1pbHksIFwiUGluZ0ZhbmcgU0NcIiwgXCJIaXJhZ2lubyBTYW5zIEdCXCIsIFwiTWljcm9zb2Z0IFlhSGVpXCIsICRmYWxsYmFjay1mb250LWZhbWlseSAhZGVmYXVsdDtcbiRjamstemgtaGFudC1mb250LWZhbWlseTogJGJhc2UtZm9udC1mYW1pbHksIFwiUGluZ0ZhbmcgVENcIiwgXCJIaXJhZ2lubyBTYW5zIENOU1wiLCBcIk1pY3Jvc29mdCBKaGVuZ0hlaVwiLCAkZmFsbGJhY2stZm9udC1mYW1pbHkgIWRlZmF1bHQ7XG4kY2prLWpwLWZvbnQtZmFtaWx5OiAkYmFzZS1mb250LWZhbWlseSwgXCJIaXJhZ2lubyBTYW5zXCIsIFwiSGlyYWdpbm8gS2FrdSBHb3RoaWMgUHJvXCIsIFwiWXUgR290aGljXCIsIFl1R290aGljLCBNZWlyeW8sICRmYWxsYmFjay1mb250LWZhbWlseSAhZGVmYXVsdDtcbiRjamsta28tZm9udC1mYW1pbHk6ICRiYXNlLWZvbnQtZmFtaWx5LCBcIk1hbGd1biBHb3RoaWNcIiwgJGZhbGxiYWNrLWZvbnQtZmFtaWx5ICFkZWZhdWx0O1xuJGJvZHktZm9udC1mYW1pbHk6ICRiYXNlLWZvbnQtZmFtaWx5LCAkZmFsbGJhY2stZm9udC1mYW1pbHkgIWRlZmF1bHQ7XG5cbi8vIFVuaXQgc2l6ZXNcbiR1bml0LW86IC4wNXJlbSAhZGVmYXVsdDtcbiR1bml0LWg6IC4xcmVtICFkZWZhdWx0O1xuJHVuaXQtMTogLjJyZW0gIWRlZmF1bHQ7XG4kdW5pdC0yOiAuNHJlbSAhZGVmYXVsdDtcbiR1bml0LTM6IC42cmVtICFkZWZhdWx0O1xuJHVuaXQtNDogLjhyZW0gIWRlZmF1bHQ7XG4kdW5pdC01OiAxcmVtICFkZWZhdWx0O1xuJHVuaXQtNjogMS4ycmVtICFkZWZhdWx0O1xuJHVuaXQtNzogMS40cmVtICFkZWZhdWx0O1xuJHVuaXQtODogMS42cmVtICFkZWZhdWx0O1xuJHVuaXQtOTogMS44cmVtICFkZWZhdWx0O1xuJHVuaXQtMTA6IDJyZW0gIWRlZmF1bHQ7XG4kdW5pdC0xMjogMi40cmVtICFkZWZhdWx0O1xuJHVuaXQtMTY6IDMuMnJlbSAhZGVmYXVsdDtcblxuLy8gRm9udCBzaXplc1xuJGh0bWwtZm9udC1zaXplOiAyMHB4ICFkZWZhdWx0O1xuJGh0bWwtbGluZS1oZWlnaHQ6IDEuNSAhZGVmYXVsdDtcbiRmb250LXNpemU6IC44cmVtICFkZWZhdWx0O1xuJGZvbnQtc2l6ZS1zbTogLjdyZW0gIWRlZmF1bHQ7XG4kZm9udC1zaXplLWxnOiAuOXJlbSAhZGVmYXVsdDtcbiRsaW5lLWhlaWdodDogMS4ycmVtICFkZWZhdWx0O1xuXG4vLyBTaXplc1xuJGxheW91dC1zcGFjaW5nOiAkdW5pdC0yICFkZWZhdWx0O1xuJGxheW91dC1zcGFjaW5nLXNtOiAkdW5pdC0xICFkZWZhdWx0O1xuJGxheW91dC1zcGFjaW5nLWxnOiAkdW5pdC00ICFkZWZhdWx0O1xuJGJvcmRlci1yYWRpdXM6ICR1bml0LWggIWRlZmF1bHQ7XG4kYm9yZGVyLXdpZHRoOiAkdW5pdC1vICFkZWZhdWx0O1xuJGJvcmRlci13aWR0aC1sZzogJHVuaXQtaCAhZGVmYXVsdDtcbiRjb250cm9sLXNpemU6ICR1bml0LTkgIWRlZmF1bHQ7XG4kY29udHJvbC1zaXplLXNtOiAkdW5pdC03ICFkZWZhdWx0O1xuJGNvbnRyb2wtc2l6ZS1sZzogJHVuaXQtMTAgIWRlZmF1bHQ7XG4kY29udHJvbC1wYWRkaW5nLXg6ICR1bml0LTIgIWRlZmF1bHQ7XG4kY29udHJvbC1wYWRkaW5nLXgtc206ICR1bml0LTIgKiAuNzUgIWRlZmF1bHQ7XG4kY29udHJvbC1wYWRkaW5nLXgtbGc6ICR1bml0LTIgKiAxLjUgIWRlZmF1bHQ7XG4kY29udHJvbC1wYWRkaW5nLXk6ICgkY29udHJvbC1zaXplIC0gJGxpbmUtaGVpZ2h0KSAvIDIgLSAkYm9yZGVyLXdpZHRoICFkZWZhdWx0O1xuJGNvbnRyb2wtcGFkZGluZy15LXNtOiAoJGNvbnRyb2wtc2l6ZS1zbSAtICRsaW5lLWhlaWdodCkgLyAyIC0gJGJvcmRlci13aWR0aCAhZGVmYXVsdDtcbiRjb250cm9sLXBhZGRpbmcteS1sZzogKCRjb250cm9sLXNpemUtbGcgLSAkbGluZS1oZWlnaHQpIC8gMiAtICRib3JkZXItd2lkdGggIWRlZmF1bHQ7XG4kY29udHJvbC1pY29uLXNpemU6IC44cmVtICFkZWZhdWx0O1xuXG4kY29udHJvbC13aWR0aC14czogMTgwcHggIWRlZmF1bHQ7XG4kY29udHJvbC13aWR0aC1zbTogMzIwcHggIWRlZmF1bHQ7XG4kY29udHJvbC13aWR0aC1tZDogNjQwcHggIWRlZmF1bHQ7XG4kY29udHJvbC13aWR0aC1sZzogOTYwcHggIWRlZmF1bHQ7XG4kY29udHJvbC13aWR0aC14bDogMTI4MHB4ICFkZWZhdWx0O1xuXG4vLyBSZXNwb25zaXZlIGJyZWFrcG9pbnRzXG4kc2l6ZS14czogNDgwcHggIWRlZmF1bHQ7XG4kc2l6ZS1zbTogNjAwcHggIWRlZmF1bHQ7XG4kc2l6ZS1tZDogODQwcHggIWRlZmF1bHQ7XG4kc2l6ZS1sZzogOTYwcHggIWRlZmF1bHQ7XG4kc2l6ZS14bDogMTI4MHB4ICFkZWZhdWx0O1xuJHNpemUtMng6IDE0NDBweCAhZGVmYXVsdDtcblxuJHJlc3BvbnNpdmUtYnJlYWtwb2ludDogJHNpemUteHMgIWRlZmF1bHQ7XG5cbi8vIFotaW5kZXhcbiR6aW5kZXgtMDogMSAhZGVmYXVsdDtcbiR6aW5kZXgtMTogMTAwICFkZWZhdWx0O1xuJHppbmRleC0yOiAyMDAgIWRlZmF1bHQ7XG4kemluZGV4LTM6IDMwMCAhZGVmYXVsdDtcbiR6aW5kZXgtNDogNDAwICFkZWZhdWx0O1xuIiwiLy8gTWl4aW5zXG5AaW1wb3J0IFwibWl4aW5zL2F2YXRhclwiO1xuQGltcG9ydCBcIm1peGlucy9idXR0b25cIjtcbkBpbXBvcnQgXCJtaXhpbnMvY2xlYXJmaXhcIjtcbkBpbXBvcnQgXCJtaXhpbnMvY29sb3JcIjtcbkBpbXBvcnQgXCJtaXhpbnMvbGFiZWxcIjtcbkBpbXBvcnQgXCJtaXhpbnMvcG9zaXRpb25cIjtcbkBpbXBvcnQgXCJtaXhpbnMvc2hhZG93XCI7XG5AaW1wb3J0IFwibWl4aW5zL3RleHRcIjtcbkBpbXBvcnQgXCJtaXhpbnMvdG9hc3RcIjsiLCIvLyBBdmF0YXIgbWl4aW5cbkBtaXhpbiBhdmF0YXItYmFzZSgkc2l6ZTogJHVuaXQtOCkge1xuICBmb250LXNpemU6ICRzaXplIC8gMjtcbiAgaGVpZ2h0OiAkc2l6ZTtcbiAgd2lkdGg6ICRzaXplO1xufVxuIiwiLy8gQnV0dG9uIHZhcmlhbnQgbWl4aW5cbkBtaXhpbiBidXR0b24tdmFyaWFudCgkY29sb3I6ICRwcmltYXJ5LWNvbG9yKSB7XG4gIGJhY2tncm91bmQ6ICRjb2xvcjtcbiAgYm9yZGVyLWNvbG9yOiBkYXJrZW4oJGNvbG9yLCAzJSk7XG4gIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gICY6Zm9jdXMge1xuICAgIEBpbmNsdWRlIGNvbnRyb2wtc2hhZG93KCRjb2xvcik7XG4gIH1cbiAgJjpmb2N1cyxcbiAgJjpob3ZlciB7XG4gICAgYmFja2dyb3VuZDogZGFya2VuKCRjb2xvciwgMiUpO1xuICAgIGJvcmRlci1jb2xvcjogZGFya2VuKCRjb2xvciwgNSUpO1xuICAgIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gIH1cbiAgJjphY3RpdmUsXG4gICYuYWN0aXZlIHtcbiAgICBiYWNrZ3JvdW5kOiBkYXJrZW4oJGNvbG9yLCA3JSk7XG4gICAgYm9yZGVyLWNvbG9yOiBkYXJrZW4oJGNvbG9yLCAxMCUpO1xuICAgIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gIH1cbiAgJi5sb2FkaW5nIHtcbiAgICAmOjphZnRlciB7XG4gICAgICBib3JkZXItYm90dG9tLWNvbG9yOiAkbGlnaHQtY29sb3I7XG4gICAgICBib3JkZXItbGVmdC1jb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAgIH1cbiAgfVxufVxuXG5AbWl4aW4gYnV0dG9uLW91dGxpbmUtdmFyaWFudCgkY29sb3I6ICRwcmltYXJ5LWNvbG9yKSB7XG4gIGJhY2tncm91bmQ6ICRsaWdodC1jb2xvcjtcbiAgYm9yZGVyLWNvbG9yOiAkY29sb3I7XG4gIGNvbG9yOiAkY29sb3I7XG4gICY6Zm9jdXMge1xuICAgIEBpbmNsdWRlIGNvbnRyb2wtc2hhZG93KCRjb2xvcik7XG4gIH1cbiAgJjpmb2N1cyxcbiAgJjpob3ZlciB7XG4gICAgYmFja2dyb3VuZDogbGlnaHRlbigkY29sb3IsIDUwJSk7XG4gICAgYm9yZGVyLWNvbG9yOiBkYXJrZW4oJGNvbG9yLCAyJSk7XG4gICAgY29sb3I6ICRjb2xvcjtcbiAgfVxuICAmOmFjdGl2ZSxcbiAgJi5hY3RpdmUge1xuICAgIGJhY2tncm91bmQ6ICRjb2xvcjtcbiAgICBib3JkZXItY29sb3I6IGRhcmtlbigkY29sb3IsIDUlKTtcbiAgICBjb2xvcjogJGxpZ2h0LWNvbG9yO1xuICB9XG4gICYubG9hZGluZyB7XG4gICAgJjo6YWZ0ZXIge1xuICAgICAgYm9yZGVyLWJvdHRvbS1jb2xvcjogJGNvbG9yO1xuICAgICAgYm9yZGVyLWxlZnQtY29sb3I6ICRjb2xvcjtcbiAgICB9XG4gIH1cbn1cbiIsIi8vIENsZWFyZml4IG1peGluXG5AbWl4aW4gY2xlYXJmaXgoKSB7XG4gICY6OmFmdGVyIHtcbiAgICBjbGVhcjogYm90aDtcbiAgICBjb250ZW50OiBcIlwiO1xuICAgIGRpc3BsYXk6IHRhYmxlO1xuICB9XG59XG4iLCIvLyBCYWNrZ3JvdW5kIGNvbG9yIHV0aWxpdHkgbWl4aW5cbkBtaXhpbiBiZy1jb2xvci12YXJpYW50KCRuYW1lOiBcIi5iZy1wcmltYXJ5XCIsICRjb2xvcjogJHByaW1hcnktY29sb3IpIHtcbiAgI3skbmFtZX0ge1xuICAgIGJhY2tncm91bmQ6ICRjb2xvciAhaW1wb3J0YW50O1xuXG4gICAgQGlmIChsaWdodG5lc3MoJGNvbG9yKSA8IDYwKSB7XG4gICAgICBjb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAgIH1cbiAgfVxufVxuXG4vLyBUZXh0IGNvbG9yIHV0aWxpdHkgbWl4aW5cbkBtaXhpbiB0ZXh0LWNvbG9yLXZhcmlhbnQoJG5hbWU6IFwiLnRleHQtcHJpbWFyeVwiLCAkY29sb3I6ICRwcmltYXJ5LWNvbG9yKSB7XG4gICN7JG5hbWV9IHtcbiAgICBjb2xvcjogJGNvbG9yICFpbXBvcnRhbnQ7XG4gIH1cblxuICBhI3skbmFtZX0ge1xuICAgICY6Zm9jdXMsXG4gICAgJjpob3ZlciB7XG4gICAgICBjb2xvcjogZGFya2VuKCRjb2xvciwgNSUpO1xuICAgIH1cbiAgICAmOnZpc2l0ZWQge1xuICAgICAgY29sb3I6IGxpZ2h0ZW4oJGNvbG9yLCA1JSk7XG4gICAgfVxuICB9XG59XG4iLCIvLyBMYWJlbCBiYXNlIHN0eWxlXG5AbWl4aW4gbGFiZWwtYmFzZSgpIHtcbiAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gIGxpbmUtaGVpZ2h0OiAxLjI1O1xuICBwYWRkaW5nOiAuMXJlbSAuMnJlbTtcbn1cblxuQG1peGluIGxhYmVsLXZhcmlhbnQoJGNvbG9yOiAkbGlnaHQtY29sb3IsICRiZy1jb2xvcjogJHByaW1hcnktY29sb3IpIHtcbiAgYmFja2dyb3VuZDogJGJnLWNvbG9yO1xuICBjb2xvcjogJGNvbG9yO1xufVxuIiwiLy8gTWFyZ2luIHV0aWxpdHkgbWl4aW5cbkBtaXhpbiBtYXJnaW4tdmFyaWFudCgkaWQ6IDEsICRzaXplOiAkdW5pdC0xKSB7XG4gIC5tLSN7JGlkfSB7XG4gICAgbWFyZ2luOiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLm1iLSN7JGlkfSB7XG4gICAgbWFyZ2luLWJvdHRvbTogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5tbC0jeyRpZH0ge1xuICAgIG1hcmdpbi1sZWZ0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLm1yLSN7JGlkfSB7XG4gICAgbWFyZ2luLXJpZ2h0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLm10LSN7JGlkfSB7XG4gICAgbWFyZ2luLXRvcDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5teC0jeyRpZH0ge1xuICAgIG1hcmdpbi1sZWZ0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICAgIG1hcmdpbi1yaWdodDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5teS0jeyRpZH0ge1xuICAgIG1hcmdpbi1ib3R0b206ICRzaXplICFpbXBvcnRhbnQ7XG4gICAgbWFyZ2luLXRvcDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxufVxuXG4vLyBQYWRkaW5nIHV0aWxpdHkgbWl4aW5cbkBtaXhpbiBwYWRkaW5nLXZhcmlhbnQoJGlkOiAxLCAkc2l6ZTogJHVuaXQtMSkge1xuICAucC0jeyRpZH0ge1xuICAgIHBhZGRpbmc6ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cblxuICAucGItI3skaWR9IHtcbiAgICBwYWRkaW5nLWJvdHRvbTogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5wbC0jeyRpZH0ge1xuICAgIHBhZGRpbmctbGVmdDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5wci0jeyRpZH0ge1xuICAgIHBhZGRpbmctcmlnaHQ6ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cblxuICAucHQtI3skaWR9IHtcbiAgICBwYWRkaW5nLXRvcDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5weC0jeyRpZH0ge1xuICAgIHBhZGRpbmctbGVmdDogJHNpemUgIWltcG9ydGFudDtcbiAgICBwYWRkaW5nLXJpZ2h0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG4gIFxuICAucHktI3skaWR9IHtcbiAgICBwYWRkaW5nLWJvdHRvbTogJHNpemUgIWltcG9ydGFudDtcbiAgICBwYWRkaW5nLXRvcDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxufVxuIiwiLy8gQ29tcG9uZW50IGZvY3VzIHNoYWRvd1xuQG1peGluIGNvbnRyb2wtc2hhZG93KCRjb2xvcjogJHByaW1hcnktY29sb3IpIHtcbiAgYm94LXNoYWRvdzogMCAwIDAgLjFyZW0gcmdiYSgkY29sb3IsIC4yKTtcbn1cblxuLy8gU2hhZG93IG1peGluXG5AbWl4aW4gc2hhZG93LXZhcmlhbnQoJG9mZnNldCkge1xuICBib3gtc2hhZG93OiAwICRvZmZzZXQgKCRvZmZzZXQgKyAuMDVyZW0pICogMiByZ2JhKCRkYXJrLWNvbG9yLCAuMyk7XG59XG4iLCIvLyBUZXh0IEVsbGlwc2lzXG5AbWl4aW4gdGV4dC1lbGxpcHNpcygpIHtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG59XG4iLCIvLyBUb2FzdCB2YXJpYW50IG1peGluXG5AbWl4aW4gdG9hc3QtdmFyaWFudCgkY29sb3I6ICRkYXJrLWNvbG9yKSB7XG4gIGJhY2tncm91bmQ6IHJnYmEoJGNvbG9yLCAuOTUpO1xuICBib3JkZXItY29sb3I6ICRjb2xvcjtcbn1cbiIsIiR0aXRsZS1mb250LWZhbWlseTogJGJhc2UtZm9udC1mYW1pbHksICRmYWxsYmFjay1mb250LWZhbWlseSAhZGVmYXVsdDsiLCJAbWl4aW4gYnJlYWtwb2ludCgkcG9pbnQpIHtcbiAgQGlmICRwb2ludCA9PSAyeCB7XG4gICAgQG1lZGlhIChtaW4td2lkdGg6JHNpemUtMngpIHtcbiAgICAgIEBjb250ZW50O1xuICAgIH1cbiAgfSBAZWxzZSBpZiAkcG9pbnQgPT0geGwge1xuICAgIEBtZWRpYSAobWF4LXdpZHRoOiAkc2l6ZS14bCkge1xuICAgICAgQGNvbnRlbnQ7XG4gICAgfVxuXG4gIH0gQGVsc2UgaWYgJHBvaW50ID09IGxnIHtcbiAgICBAbWVkaWEgKG1heC13aWR0aDogJHNpemUtbGcpIHtcbiAgICAgIEBjb250ZW50O1xuICAgIH1cbiAgfSBAZWxzZSBpZiAkcG9pbnQgPT0gbWQge1xuICAgIEBtZWRpYSAobWF4LXdpZHRoOiAkc2l6ZS1tZCkge1xuICAgICAgQGNvbnRlbnQ7XG4gICAgfVxuICB9IEBlbHNlIGlmICRwb2ludCA9PSBzbSB7XG4gICAgQG1lZGlhIChtYXgtd2lkdGg6ICRzaXplLXNtKSB7XG4gICAgICBAY29udGVudDtcbiAgICB9XG4gIH0gQGVsc2UgaWYgJHBvaW50ID09IHhzIHtcbiAgICBAbWVkaWEgKG1heC13aWR0aDogJHNpemUteHMpIHtcbiAgICAgIEBjb250ZW50O1xuICAgIH1cbiAgfSAgQGVsc2Uge1xuICAgIEB3YXJuIFwiQnJlYWtwb2ludCBtaXhpbiBzdXBwb3J0czogeHMsIHNtLCBtZCwgbGcsIHhsLCAyeFwiO1xuICB9XG59XG5cbkBtaXhpbiB2ZXJ0aWNhbC1hbGlnbigkcG9zaXRpb246IHJlbGF0aXZlKSB7XG4gIHBvc2l0aW9uOiAkcG9zaXRpb247XG4gIHRvcDogNTAlO1xuICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoLTUwJSk7XG59XG5cbkBtaXhpbiBidXR0b24tcHJpbWFyeSgpIHtcbiAgYmFja2dyb3VuZDogJHByaW1hcnktY29sb3I7XG4gIGJvcmRlci1jb2xvcjogJHByaW1hcnktY29sb3ItZGFyaztcbiAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgJjpmb2N1cyxcbiAgJjpob3ZlciB7XG4gICAgYmFja2dyb3VuZDogZGFya2VuKCRwcmltYXJ5LWNvbG9yLWRhcmssIDIlKTtcbiAgICBib3JkZXItY29sb3I6IGRhcmtlbigkcHJpbWFyeS1jb2xvci1kYXJrLCA1JSk7XG4gICAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgfVxuICAmOmFjdGl2ZSxcbiAgJi5hY3RpdmUge1xuICAgIGJhY2tncm91bmQ6IGRhcmtlbigkcHJpbWFyeS1jb2xvci1kYXJrLCA0JSk7XG4gICAgYm9yZGVyLWNvbG9yOiBkYXJrZW4oJHByaW1hcnktY29sb3ItZGFyaywgNyUpO1xuICAgIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gIH1cbn1cblxuQGZ1bmN0aW9uIHN0cmlwLXVuaXQoJHZhbHVlKSB7XG4gIEByZXR1cm4gJHZhbHVlIC8gKCR2YWx1ZSAqIDAgKyAxKTtcbn1cblxuQG1peGluIGZsdWlkLXR5cGUoJG1pbi12dywgJG1heC12dywgJG1pbi1mb250LXNpemUsICRtYXgtZm9udC1zaXplKSB7XG4gICR1MTogdW5pdCgkbWluLXZ3KTtcbiAgJHUyOiB1bml0KCRtYXgtdncpO1xuICAkdTM6IHVuaXQoJG1pbi1mb250LXNpemUpO1xuICAkdTQ6IHVuaXQoJG1heC1mb250LXNpemUpO1xuXG4gIEBpZiAkdTEgPT0gJHUyIGFuZCAkdTEgPT0gJHUzIGFuZCAkdTEgPT0gJHU0IHtcbiAgICAmIHtcbiAgICAgIGZvbnQtc2l6ZTogJG1pbi1mb250LXNpemU7XG4gICAgICBAbWVkaWEgc2NyZWVuIGFuZCAobWluLXdpZHRoOiAkbWluLXZ3KSB7XG4gICAgICAgIGZvbnQtc2l6ZTogY2FsYygjeyRtaW4tZm9udC1zaXplfSArICN7c3RyaXAtdW5pdCgkbWF4LWZvbnQtc2l6ZSAtICRtaW4tZm9udC1zaXplKX0gKiAoKDEwMHZ3IC0gI3skbWluLXZ3fSkgLyAje3N0cmlwLXVuaXQoJG1heC12dyAtICRtaW4tdncpfSkpO1xuICAgICAgfVxuICAgICAgQG1lZGlhIHNjcmVlbiBhbmQgKG1pbi13aWR0aDogJG1heC12dykge1xuICAgICAgICBmb250LXNpemU6ICRtYXgtZm9udC1zaXplO1xuICAgICAgfVxuICAgIH1cbiAgfVxufVxuIiwiaHRtbCB7XG4gIGhlaWdodDogMTAwJTtcbn1cblxuI2JvZHktd3JhcHBlciB7XG4gIC5jb250YWluZXIge1xuICAgIHBhZGRpbmc6ICR2ZXJ0LXBhZGRpbmc7XG4gIH1cblxuICAvLyBGaXhlZCBIZWFkZXIgc29sdXRpb25cbiAgLmhlYWRlci1maXhlZCAmIHtcbiAgICBwYWRkaW5nLXRvcDogJGhlYWRlci1oZWlnaHQtbGFyZ2U7XG4gIH1cbn1cblxuLmhlYWRlci1maXhlZCB7XG4gIC5oZXJvICsgI3N0YXJ0ID4gI2JvZHktd3JhcHBlciB7XG4gICAgcGFkZGluZy10b3A6IDA7XG4gIH1cbn1cblxuc2VjdGlvbi5zZWN0aW9uIHtcbiAgcGFkZGluZy1sZWZ0OiAkaG9yaXotcGFkZGluZztcbiAgcGFkZGluZy1yaWdodDogJGhvcml6LXBhZGRpbmc7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cblxuLm92ZXJsYXktbGlnaHQsIC5vdmVybGF5LWRhcmssIC5vdmVybGF5LWxpZ2h0LWdyYWRpZW50LCAub3ZlcmxheS1kYXJrLWdyYWRpZW50IHtcbiAgei1pbmRleDogMDtcbn1cblxuLy8gSGVyb1xuLmhlcm8ge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcblxuICBwYWRkaW5nLXRvcDogNnJlbTtcbiAgcGFkZGluZy1ib3R0b206IDdyZW07XG4gIGJhY2tncm91bmQtc2l6ZTogY292ZXI7XG4gIGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlcjtcblxuICBoMSB7XG4gICAgY29sb3I6ICRoZWFkZXItdGV4dC1kYXJrO1xuICAgIGZvbnQtc2l6ZTogNHJlbTtcbiAgfVxuXG4gIGgyIHtcbiAgICBjb2xvcjogcmdiYSgkaGVhZGVyLXRleHQtZGFyaywgMC44KTtcbiAgICBmb250LXNpemU6IDIuNXJlbTtcbiAgfVxuXG4gICYuaGVyby1mdWxsc2NyZWVuIHtcbiAgICBtaW4taGVpZ2h0OiAxMDB2aDtcbiAgfVxuXG4gICYuaGVyby1sYXJnZSB7XG4gICAgbWluLWhlaWdodDogNTAwcHg7XG4gIH1cblxuICAmLmhlcm8tbWVkaXVtIHtcbiAgICBtaW4taGVpZ2h0OiA0MDBweDtcbiAgfVxuXG4gICYuaGVyby1zbWFsbCB7XG4gICAgbWluLWhlaWdodDogMTEwcHg7XG4gIH1cblxuICAmLmhlcm8tdGlueSB7XG4gICAgbWluLWhlaWdodDogOHJlbTtcbiAgfVxuICBcbiAgLmhlYWRlci1maXhlZCAmIHtcbiAgICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiA1MCUgMDtcbiAgfVxuXG4gIC8vJi5wYXJhbGxheCB7XG4gIC8vICBiYWNrZ3JvdW5kLWF0dGFjaG1lbnQ6IGZpeGVkO1xuICAvL31cblxuICBAaW5jbHVkZSBicmVha3BvaW50KG1kKSB7XG4gICAgaDEge1xuICAgICAgZm9udC1zaXplOiAzcmVtO1xuICAgIH1cbiAgICBoMiB7XG4gICAgICBmb250LXNpemU6IDEuNzVyZW07XG4gICAgfVxuICB9XG5cbiAgQGluY2x1ZGUgYnJlYWtwb2ludChzbSkge1xuICAgIGgxIHtcbiAgICAgIGZvbnQtc2l6ZTogMnJlbTtcbiAgICB9XG4gICAgaDIge1xuICAgICAgZm9udC1zaXplOiAxLjI1cmVtO1xuICAgIH1cbiAgfVxuXG5cbiAgJi50ZXh0LWxpZ2h0IHtcbiAgICBoMSB7XG4gICAgICBjb2xvcjogJGhlYWRlci10ZXh0LWxpZ2h0O1xuICAgIH1cbiAgICBoMiB7XG4gICAgICBjb2xvcjogcmdiYSgkaGVhZGVyLXRleHQtbGlnaHQsIDAuOCk7XG4gICAgfVxuICB9XG5cbiAgcCB7XG4gICAgZm9udC1zaXplOiAuOXJlbTtcbiAgICBmb250LXdlaWdodDogMzAwO1xuICB9XG5cbiAgI3RvLXN0YXJ0IHtcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIGJvdHRvbTogMTBweDtcbiAgICBmb250LXNpemU6IDJyZW07XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICB9XG59XG5cbi8vIE92ZXJsYXlcbi5pbWFnZS1vdmVybGF5IHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG4gIHotaW5kZXg6IC0xO1xuXG4gIC5vdmVybGF5LWxpZ2h0ICYge1xuICAgIGJhY2tncm91bmQ6IHJnYmEoI2ZmZiwgMC40KTtcbiAgfVxuXG4gIC5vdmVybGF5LWxpZ2h0LWdyYWRpZW50ICYge1xuICAgIGJhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCh0byBib3R0b20sIHJnYmEoI2ZmZiwwLjUpLCByZ2JhKCNmZmYsMC4yKSk7XG4gIH1cblxuICAub3ZlcmxheS1kYXJrICYge1xuICAgIGJhY2tncm91bmQ6IHJnYmEoIzAwMCwgMC40KTtcbiAgfVxuXG4gIC5vdmVybGF5LWRhcmstZ3JhZGllbnQgJiB7XG4gICAgYmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgcmdiYSgjMDAwLDAuNSksIHJnYmEoIzAwMCwwLjIpKTtcbiAgfVxufVxuXG5cblxuXG5cblxuXG5cblxuIiwiaHRtbCB7XG4gIEBpbmNsdWRlIGZsdWlkLXR5cGUoJHNpemUteHMsICRzaXplLXhsLCAkbWluLXJlc3BvbnNpdmUtZm9udC1zaXplLCAkaHRtbC1mb250LXNpemUpO1xufVxuXG4vLyBIZWFkZXIgT3ZlcnJpZGVzXG5oMSwgaDIsIGgzLCBoNCwgaDUsIGg2IHtcbiAgbWFyZ2luLXRvcDogMnJlbTtcbiAgZm9udC1mYW1pbHk6ICR0aXRsZS1mb250LWZhbWlseTtcbiAgY29sb3I6IGRhcmtlbigkYm9keS1mb250LWNvbG9yLCAxMCUpO1xufVxuXG5oMSwgLmgxIHtcbiAgZm9udC1zaXplOiAzcmVtO1xufVxuXG5oMiwgLmgyIHtcbiAgZm9udC1zaXplOiAxLjhyZW07XG59XG5cbmg2LCAuaDYge1xuICBmb250LXdlaWdodDogNDAwO1xufVxuXG4udGl0bGUtY2VudGVyIHtcbiAgaDEsIGgyIHtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIH1cbn1cblxuLnRpdGxlLWgxaDIge1xuICBoMSAge1xuICAgIGZvbnQtd2VpZ2h0OiAxMDA7XG4gICAgbWFyZ2luLWJvdHRvbTogMDtcbiAgICBsaW5lLWhlaWdodDogMS4xO1xuXG4gICAgc3Ryb25nLCBib2xkIHtcbiAgICAgIGZvbnQtd2VpZ2h0OiA0MDA7XG4gICAgfVxuICB9XG4gIGgxICsgaDIge1xuICAgIGxpbmUtaGVpZ2h0OiAxLjE7XG4gICAgbWFyZ2luLXRvcDogMDtcbiAgfVxuXG59XG5cbi8vIFR5cG9ncmFwaHkgSGludHNcbi50aXRsZS1oMWgyLCAudGl0bGUtY2VudGVyIHtcbiAgaDEgKyBoMiB7XG4gICAgbWFyZ2luLWJvdHRvbTogNTBweDtcbiAgICBmb250LXdlaWdodDogNzAwO1xuICB9XG59XG5cbmE6Zm9jdXMge1xuICBvdXRsaW5lOiBub25lICFpbXBvcnRhbnQ7XG4gIGJveC1zaGFkb3c6IG5vbmUgIWltcG9ydGFudDtcbn1cblxuaW1nIHtcbiAgbWF4LXdpZHRoOiAxMDAlO1xufVxuXG4vLyBUYWJsZXNcbi50YWJsZSB0YWJsZSB7XG4gIGJvcmRlci1zcGFjaW5nOiAwO1xuICBib3JkZXItY29sbGFwc2U6IGNvbGxhcHNlO1xuICB3aWR0aDogMTAwJTtcbn1cblxuXG4vLyBDb2RlYmxvY2tzXG5wcmUgY29kZSwgcHJlLnhkZWJ1Zy12YXItZHVtcHtcbiAgYmFja2dyb3VuZDogI2ZhZmFmYTtcbiAgZGlzcGxheTogYmxvY2s7XG4gIHBhZGRpbmc6IDFyZW0gIWltcG9ydGFudDtcbiAgbGluZS1oZWlnaHQ6IDEuNTtcbiAgY29sb3I6IGluaGVyaXQ7XG4gIGJvcmRlci1yYWRpdXM6IDJweDtcbiAgb3ZlcmZsb3cteDogYXV0bztcbn1cblxucHJlW2NsYXNzKj1cImxhbmd1YWdlLVwiXSB7XG4gIGNvZGUge1xuICAgIGJvcmRlci1yYWRpdXM6IGluaGVyaXQ7XG4gICAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xuICAgIG92ZXJmbG93LXg6IGluaXRpYWw7XG4gIH1cbn1cblxucHJlIHtcbiAgY29kZTpub3QoLmhsanMpOm5vdChbY2xhc3MqPVwibGFuZ3VhZ2UtXCJdKSB7XG4gICAgYmFja2dyb3VuZDogI2Y4ZjhmODtcbiAgfVxufVxuXG4vLyBJY29uIFR3ZWFrc1xuaS5mYSB7XG5cblxuICAmLmZhLWhlYXJ0LCAmLmZhLWhlYXJ0LW8ge1xuICAgICYucHVsc2Uge1xuICAgICAgY29sb3I6ICM5MjBcbiAgICB9XG4gIH1cbn1cblxuLy8gRm9udCBXZWlnaHRzXG5iLFxuc3Ryb25nIHtcbiAgZm9udC13ZWlnaHQ6IDcwMDtcbn1cblxuLmhlYXZ5IHtcbiAgZm9udC13ZWlnaHQ6IDcwMDtcbn1cblxuLmxpZ2h0IHtcbiAgZm9udC13ZWlnaHQ6IDIwMDtcbn1cblxuLy8gQ29sb3JzXG4udGV4dC1saWdodCB7XG4gIGNvbG9yOiByZ2JhKCRsaWdodC1jb2xvciwgMC44KTtcblxuICBoMSwgaDIsIGgzLCBoNCwgaDUsIGg2IHtcbiAgICBjb2xvcjogcmdiYSgkbGlnaHQtY29sb3IsIDAuOSk7XG4gIH1cbn1cblxuLy8gRXJyb3IgY29uZmlndXJhdGlvblxuI2Vycm9yIHtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIG1hcmdpbi10b3A6IDVyZW07XG5cbiAgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogNTBweDtcbiAgfVxufVxuXG4vLyBNZXNzYWdlc1xuI21lc3NhZ2VzIHtcbiAgbWFyZ2luLWJvdHRvbTogMXJlbTtcblxuICAuaWNvbiB7XG4gICAgZm9udC1zaXplOiAxcmVtO1xuICB9XG59XG5cbi8vIExpc3RzXG51bCxcbm9sIHtcbiAgbWFyZ2luLWxlZnQ6ICR1bml0LTg7XG5cbiAgdWwsXG4gIG9sIHtcbiAgICBtYXJnaW4tbGVmdDogJHVuaXQtODtcbiAgfVxufVxuXG51bCB7XG4gIGxpc3Qtc3R5bGU6IGRpc2Mgb3V0c2lkZTtcbn1cblxub2wge1xuICBsaXN0LXN0eWxlOiBkZWNpbWFsIG91dHNpZGU7XG59XG5cbi8vIE5vdGljZXNcbi5ub3RpY2VzIHtcbiAgbWFyZ2luOiAxLjVyZW0gMDtcbiAgcCB7XG4gICAgbWFyZ2luOiAxcmVtIDA7XG4gIH1cbn1cblxuXG4iLCJmb3JtIHtcbiAgLmJ1dHRvbi13cmFwcGVyIHtcbiAgICBtYXJnaW4tdG9wOiAwLjc1cmVtO1xuICAgIG1hcmdpbi1ib3R0b206IDFyZW07XG4gIH1cblxuICBzcGFuLnJlcXVpcmVkIHtcbiAgICBjb2xvcjogJGVycm9yLWNvbG9yO1xuICAgIGZvbnQtd2VpZ2h0OiA3MDA7XG4gICAgZm9udC1zaXplOiAxLjJyZW07XG4gIH1cblxuICAuZm9ybS1pbnB1dFt0eXBlPXJhbmdlXSB7XG4gICAgYXBwZWFyYW5jZTogc2xpZGVyLWhvcml6b250YWw7XG4gICAgJjpmb2N1cyB7XG4gICAgICBib3gtc2hhZG93OiBub25lO1xuICAgICAgYm9yZGVyOiBub25lO1xuICAgIH1cbiAgfVxuXG4gIC8qKiBSZXNldCBzb21lIGRlZmF1bHRzIGZvciBRdWFyayBUaGVtZSAqKi9cbiAgLmZvcm0tZ3JvdXA6bm90KC5mb3JtLWZpZWxkLXRvZ2dsZWFibGUpIHtcbiAgICAuY2hlY2tib3hlcyB7XG4gICAgICBkaXNwbGF5OiBpbmhlcml0O1xuXG4gICAgICBsYWJlbCB7XG4gICAgICAgIGRpc3BsYXk6IGluaGVyaXQ7XG4gICAgICAgIHBhZGRpbmc6ICgoJGNvbnRyb2wtc2l6ZS1zbSAtICRsaW5lLWhlaWdodCkgLyAyKSAkY29udHJvbC1wYWRkaW5nLXggKCgkY29udHJvbC1zaXplLXNtIC0gJGxpbmUtaGVpZ2h0KSAvIDIpICgkY29udHJvbC1pY29uLXNpemUgKyAkY29udHJvbC1wYWRkaW5nLXgpO1xuICAgICAgICBtYXJnaW46IGluaGVyaXQ7XG5cbiAgICAgICAgJjpiZWZvcmUge1xuICAgICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cblxufVxuXG4jZ3Jhdi1sb2dpbiB7XG5cbiAgPiBmb3JtIHtcbiAgICBtYXJnaW46IDJyZW0gYXV0byAwO1xuICAgIG1heC13aWR0aDogMzUwcHg7XG4gIH1cbiAgLmZvcm0tbGFiZWwge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbiAgLmZvcm0tZGF0YSB7XG4gICAgbWFyZ2luOiAxcmVtIDA7XG4gIH1cbiAgLmZvcm0taW5wdXQge1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgfVxuICAuYnV0dG9uLXdyYXBwZXIge1xuICAgIHRleHQtYWxpZ246IHJpZ2h0O1xuXG4gICAgLmZvcm0tZGF0YS5yZW1lbWJlcm1lIHtcbiAgICAgIG1hcmdpbjogMDtcbiAgICAgIGZsb2F0OiBsZWZ0O1xuICAgIH1cbiAgfVxuXG4gIC5sb2dpbi1mb3JtIHtcbiAgICBidXR0b25bdHlwZT1cInN1Ym1pdFwiXSB7XG4gICAgICBAaW5jbHVkZSBidXR0b24tcHJpbWFyeTtcbiAgICB9XG4gIH1cblxuICAudHdvZmEtZm9ybSB7XG4gICAgYnV0dG9uW3R5cGU9XCJzdWJtaXRcIl06Zmlyc3QtY2hpbGQge1xuICAgICAgQGluY2x1ZGUgYnV0dG9uLXByaW1hcnk7XG4gICAgICBmbG9hdDogcmlnaHQ7XG4gICAgICBtYXJnaW4tbGVmdDogNHB4O1xuICAgIH1cbiAgfVxufVxuIiwiLm1vYmlsZS1jb250YWluZXIge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIC8vd2lkdGg6IDEwMCU7XG4gIC8vaGVpZ2h0OiAxMDAlO1xuICB0b3A6IDQwJTtcbiAgbGVmdDogMDtcbiAgbWFyZ2luOiAgMCBhdXRvO1xuICB6LWluZGV4OiAyO1xufVxuXG4ubW9iaWxlLWxvZ28ge1xuICBzdmcsIGltZyB7XG4gICAgaGVpZ2h0OiA0MnB4O1xuICAgIG1hcmdpbi10b3A6IC43cmVtO1xuICAgIG1hcmdpbi1sZWZ0OiAxLjRyZW07XG5cbiAgICBwYXRoIHtcbiAgICAgIGZpbGw6ICRsaWdodC1jb2xvcjtcbiAgICB9XG5cbiAgfVxufVxuXG4vLyBIYW1idXJnZXIgTWVudVxuLm1vYmlsZS1tZW51IHtcblxuICBkaXNwbGF5OiBub25lO1xuICB0b3A6IDA7XG4gIHJpZ2h0OiAwO1xuICB6LWluZGV4OiAzO1xuXG4gIC5oZWFkZXItZml4ZWQgJiB7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICB9XG5cbiAgQGluY2x1ZGUgYnJlYWtwb2ludChtZCkge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICB9XG5cbiAgLmJ1dHRvbl9jb250YWluZXIge1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDEuM3JlbTtcbiAgICByaWdodDogJGhvcml6LXBhZGRpbmc7XG4gICAgaGVpZ2h0OiAkbW9iaWxlLWJ1dHRvbi1oZWlnaHQ7XG4gICAgd2lkdGg6ICRtb2JpbGUtYnV0dG9uLXdpZHRoO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICB6LWluZGV4OiAxMDA7XG4gICAgdHJhbnNpdGlvbjogb3BhY2l0eSAuMjVzIGVhc2UsIHRvcCAwLjVzIGVhc2U7XG5cbiAgICAkYmFyLW9mZnNldDogJG1vYmlsZS1idXR0b24taGVpZ2h0IC8gMztcblxuICAgICY6aG92ZXIge1xuICAgICAgb3BhY2l0eTogLjc7XG4gICAgfVxuXG4gICAgJi5hY3RpdmUge1xuICAgICAgcG9zaXRpb246IGZpeGVkO1xuXG4gICAgICAudG9wIHtcbiAgICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGVZKCRiYXItb2Zmc2V0KSB0cmFuc2xhdGVYKDApIHJvdGF0ZSg0NWRlZyk7XG4gICAgICAgIGJhY2tncm91bmQ6ICRtb2JpbGUtY29sb3ItYWN0aXZlO1xuICAgICAgfVxuICAgICAgLm1pZGRsZSB7XG4gICAgICAgIG9wYWNpdHk6IDA7XG4gICAgICAgIGJhY2tncm91bmQ6ICRtb2JpbGUtY29sb3ItYWN0aXZlO1xuICAgICAgfVxuXG4gICAgICAuYm90dG9tIHtcbiAgICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGVZKC0oJGJhci1vZmZzZXQpKSB0cmFuc2xhdGVYKDApIHJvdGF0ZSgtNDVkZWcpO1xuICAgICAgICBiYWNrZ3JvdW5kOiAkbW9iaWxlLWNvbG9yLWFjdGl2ZTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICBzcGFuIHtcbiAgICAgIGJhY2tncm91bmQ6ICRtb2JpbGUtY29sb3ItbWFpbjtcbiAgICAgIGJvcmRlcjogbm9uZTtcbiAgICAgIGhlaWdodDogNHB4O1xuICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICB0b3A6IDA7XG4gICAgICBsZWZ0OiAwO1xuICAgICAgdHJhbnNpdGlvbjogIGFsbCAuMzVzIGVhc2U7XG4gICAgICBjdXJzb3I6IHBvaW50ZXI7XG5cbiAgICAgICY6bnRoLW9mLXR5cGUoMikge1xuICAgICAgICB0b3A6ICRiYXItb2Zmc2V0O1xuICAgICAgfVxuXG4gICAgICAmOm50aC1vZi10eXBlKDMpIHtcbiAgICAgICAgdG9wOiAkYmFyLW9mZnNldCAqIDI7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi5vdmVybGF5IHtcbiAgcG9zaXRpb246IGZpeGVkO1xuICBiYWNrZ3JvdW5kOiAjMDAwO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDAlO1xuICBvcGFjaXR5OiAwO1xuICB2aXNpYmlsaXR5OiBoaWRkZW47XG4gIHRyYW5zaXRpb246IG9wYWNpdHkgLjM1cywgdmlzaWJpbGl0eSAuMzVzLCBoZWlnaHQgLjM1cztcblxuICAmLm9wZW4ge1xuICAgIG9wYWNpdHk6IC45NTtcbiAgICB2aXNpYmlsaXR5OiB2aXNpYmxlO1xuICAgIGhlaWdodDogMTAwJTtcblxuICB9XG4gIG5hdiB7XG5cbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgbWFyZ2luOiAwIGF1dG87XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICB9XG59XG5cbi5vdmVybGF5LW1lbnUge1xuICBoZWlnaHQ6IGNhbGMoMTAwJSAtIDkwcHgpO1xuICBvdmVyZmxvdy15OiBzY3JvbGw7XG5cbiAgJiA+IC50cmVlIHtcbiAgICB0ZXh0LWFsaWduOiBsZWZ0O1xuICB9XG59XG5cblxuLnRyZWVtZW51IHtcblxuICAmLnRyZWVtZW51LXJvb3Qge1xuICAgIG1hcmdpbjogMXJlbTtcbiAgfVxuXG4gIGxpIHtcbiAgICBsaXN0LXN0eWxlOiBub25lO1xuICAgIG1hcmdpbjogMCAwIDFweDtcbiAgICBwYWRkaW5nOiA1cHggMDtcbiAgICBsaW5lLWhlaWdodDogMS4ycmVtO1xuXG4gICAgYmFja2dyb3VuZDogcmdiYSgkZ3JheS1jb2xvci1kYXJrLDAuMSk7XG5cbiAgICBhIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgbWFyZ2luLWxlZnQ6IDEuMnJlbTtcbiAgICAgIGZvbnQtc2l6ZTogMXJlbTtcblxuICAgICAgJjpob3ZlciwgJjpmb2N1cywgJi5hY3RpdmUge1xuICAgICAgICBjb2xvcjogJHByaW1hcnktY29sb3ItbGlnaHQgIWltcG9ydGFudDtcbiAgICAgICAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIHVsIHtcbiAgICBtYXJnaW46IDAgMCAwIDFyZW07XG4gIH1cblxuICAudG9nZ2xlciB7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIHZlcnRpY2FsLWFsaWduOiB0b3A7XG4gICAgZm9udC1zaXplOiAxLjFyZW07XG4gICAgbGluZS1oZWlnaHQ6IDFyZW07XG4gICAgcGFkZGluZy1sZWZ0OiA1cHg7XG4gICAgZmxvYXQ6IGxlZnQ7XG5cbiAgICAmOmJlZm9yZSB7XG4gICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7IG1hcmdpbi1yaWdodDogMnB0O1xuICAgIH1cbiAgfVxuXG4gIGxpLnRyZWUtZW1wdHkgID4gLnRvZ2dsZXIge1xuICAgIG9wYWNpdHk6IDAuMzsgY3Vyc29yOiBkZWZhdWx0O1xuXG4gICAgJjpiZWZvcmUge1xuICAgICAgY29udGVudDogXCJcXDIwMjJcIjtcbiAgICB9XG4gIH1cblxuICBsaS50cmVlLWNsb3NlZCA+IC50b2dnbGVyOmJlZm9yZSB7XG4gICAgY29udGVudDogXCIrXCI7XG4gIH1cblxuICBsaS50cmVlLW9wZW5lZCA+IC50b2dnbGVyOmJlZm9yZSB7XG4gICAgY29udGVudDogXCJcXDIyMTJcIjtcbiAgfVxufVxuXG4ubW9iaWxlLW5hdi1vcGVuIHtcbiAgb3ZlcmZsb3cteTogaGlkZGVuO1xufVxuIiwiLmRlZmF1bHQtYW5pbWF0aW9uIHtcbiAgdHJhbnNpdGlvbjogYWxsIDAuNXMgZWFzZTtcbn1cblxuLy8gUHVsc2UgQW5pbWF0aW9uXG4ucHVsc2Uge1xuICBhbmltYXRpb24tbmFtZTogcHVsc2VfYW5pbWF0aW9uO1xuICBhbmltYXRpb24tZHVyYXRpb246IDIwMDBtcztcbiAgdHJhbnNmb3JtLW9yaWdpbjo3MCUgNzAlO1xuICBhbmltYXRpb24taXRlcmF0aW9uLWNvdW50OiBpbmZpbml0ZTtcbiAgYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogbGluZWFyO1xufVxuXG5Aa2V5ZnJhbWVzIHB1bHNlX2FuaW1hdGlvbiB7XG4gIDAlIHsgdHJhbnNmb3JtOiBzY2FsZSgxKTsgfVxuICAzMCUgeyB0cmFuc2Zvcm06IHNjYWxlKDEpOyB9XG4gIDQwJSB7IHRyYW5zZm9ybTogc2NhbGUoMS4wOCk7IH1cbiAgNTAlIHsgdHJhbnNmb3JtOiBzY2FsZSgxKTsgfVxuICA2MCUgeyB0cmFuc2Zvcm06IHNjYWxlKDEpOyB9XG4gIDcwJSB7IHRyYW5zZm9ybTogc2NhbGUoMS4wNSk7IH1cbiAgODAlIHsgdHJhbnNmb3JtOiBzY2FsZSgxKTsgfVxuICAxMDAlIHsgdHJhbnNmb3JtOiBzY2FsZSgxKTsgfVxufVxuIiwiI2hlYWRlciB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6ICRoZWFkZXItaGVpZ2h0LWxhcmdlO1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgcmdiYSgkZ3JheS1jb2xvciwgMC4yKTtcbiAgQGV4dGVuZCAuZGVmYXVsdC1hbmltYXRpb247XG5cbiAgZm9udC1zaXplOiAwLjdyZW07XG4gIGZvbnQtd2VpZ2h0OiA3MDA7XG5cbiAgYmFja2dyb3VuZDogJGxpZ2h0LWNvbG9yO1xuICBjb2xvcjogJGRhcmstY29sb3I7XG5cbiAgYSB7XG4gICAgY29sb3I6ICRkYXJrLWNvbG9yO1xuICB9XG5cbiAgLmxvZ28gc3ZnIHBhdGgge1xuICAgIGZpbGw6ICRoZWFkZXItY29sb3ItZGFyaztcbiAgfVxuXG4gIC5oZWFkZXItZGFyayAmOm5vdCguc2Nyb2xsZWQpIHtcbiAgICBiYWNrZ3JvdW5kOiAkaGVhZGVyLWNvbG9yLWRhcms7XG4gICAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgICBhIHtcbiAgICAgIGNvbG9yOiByZ2JhKCRsaWdodC1jb2xvciwgMC43KSAhaW1wb3J0YW50O1xuICAgIH1cbiAgICBhLmFjdGl2ZSB7XG4gICAgICBjb2xvcjogJGxpZ2h0LWNvbG9yICFpbXBvcnRhbnQ7XG4gICAgfVxuICAgIC5kcm9wbWVudSB1bCB1bCBhIHtcbiAgICAgICAgY29sb3I6ICRkYXJrLWNvbG9yICFpbXBvcnRhbnQ7XG4gICAgfVxuICAgIC5sb2dvIHN2ZyBwYXRoIHtcbiAgICAgIGZpbGw6ICRsaWdodC1jb2xvcjtcbiAgICB9XG4gIH1cblxuICAuaGVhZGVyLWRhcmsuaGVhZGVyLXRyYW5zcGFyZW50ICY6bm90KC5zY3JvbGxlZCkge1xuICAgIGJhY2tncm91bmQ6IHJnYmEoIzAwMCwgMC4wNSk7XG4gIH1cblxuICAuaGVhZGVyLXRyYW5zcGFyZW50ICY6bm90KC5zY3JvbGxlZCkge1xuICAgIGJhY2tncm91bmQ6IHJnYmEoI2ZmZiwgMC4wNSk7XG4gICAgLy9ib3JkZXItYm90dG9tOiAwICFpbXBvcnRhbnQ7XG4gIH1cblxuICAubmF2YmFyLXNlY3Rpb24ge1xuICAgIGhlaWdodDogJGhlYWRlci1oZWlnaHQtbGFyZ2U7XG4gICAgQGV4dGVuZCAuZGVmYXVsdC1hbmltYXRpb247XG5cbiAgICBAaW5jbHVkZSBicmVha3BvaW50KG1kKSB7XG4gICAgICBtYXJnaW4tcmlnaHQ6IDJyZW07XG4gICAgfVxuICB9XG5cbiAgLm5hdmJhci1zZWN0aW9uLmRlc2t0b3AtbWVudSB7XG4gICAgQGluY2x1ZGUgYnJlYWtwb2ludChtZCkge1xuICAgICAgZGlzcGxheTogbm9uZTtcbiAgICB9XG4gIH1cblxuICAubG9nbyB7XG4gICAgc3ZnLCBpbWcge1xuICAgICAgaGVpZ2h0OiA0MnB4O1xuICAgICAgZGlzcGxheTogaW5oZXJpdDtcbiAgICAgIEBleHRlbmQgLmRlZmF1bHQtYW5pbWF0aW9uO1xuICAgIH1cbiAgfVxuXG4gIC8vIEZpeGVkIEhlYWRlciBzb2x1dGlvblxuICAuaGVhZGVyLWZpeGVkICYge1xuICAgIHBvc2l0aW9uOiBmaXhlZDtcbiAgICB0b3A6IDA7XG4gICAgei1pbmRleDogMjtcbiAgfVxufVxuXG4vLyBBbmltYXRlIEZpeGVkIEhlYWRlclxuYm9keS5oZWFkZXItZml4ZWQuaGVhZGVyLWFuaW1hdGVkIHtcbiAgI2hlYWRlci5zY3JvbGxlZCB7XG4gICAgaGVpZ2h0OiAkaGVhZGVyLWhlaWdodC1zbWFsbDtcblxuICAgIC5uYXZiYXItc2VjdGlvbiB7XG4gICAgICBoZWlnaHQ6ICRoZWFkZXItaGVpZ2h0LXNtYWxsO1xuICAgIH1cblxuICAgIC5sb2dvIHtcbiAgICAgIHN2ZywgaW1nIHtcbiAgICAgICAgaGVpZ2h0OiAyOHB4O1xuICAgICAgfVxuICAgIH1cblxuICAgIH4gLm1vYmlsZS1tZW51IC5idXR0b25fY29udGFpbmVyIHtcbiAgICAgIHRvcDogMC41cmVtO1xuICAgIH1cbiAgfVxufVxuXG4ubG9naW4tc3RhdHVzLXdyYXBwZXIge1xuICB3aGl0ZS1zcGFjZTogbm93cmFwO1xufVxuIiwiLy8gU3RpY2t5IEZvb3RlciBzb2x1dGlvblxuYm9keS5zdGlja3ktZm9vdGVyIHtcbiAgaGVpZ2h0OiAxMDAlO1xuICBtaW4taGVpZ2h0OiAxMDB2aDtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcblxuICAjcGFnZS13cmFwcGVyIHtcbiAgICBmbGV4OiAxIDAgYXV0bztcbiAgfVxufVxuXG4jZm9vdGVyIHtcbiAgY29sb3I6ICNhY2IzYzI7XG4gIHBhZGRpbmc6IDFyZW0gJGhvcml6LXBhZGRpbmcgMDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufSIsIi5kcm9wbWVudSB7XG5cbiAgQGluY2x1ZGUgYnJlYWtwb2ludChtZCkge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cblxuICB1bCB7XG4gICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgICBtYXJnaW46IDA7XG4gICAgZGlzcGxheTogZmxleDtcblxuICAgIGxpIHtcbiAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAgIG1hcmdpbjogMDtcblxuICAgICAgYSB7XG4gICAgICAgIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbiAgICAgICAgcGFkZGluZzogJGRyb3BtZW51LXZlcnQtcGFkZGluZyAoJGRyb3BtZW51LWhvcml6LXBhZGRpbmcgKyAkZHJvcG1lbnUtY2hpbGQtcGFkZGluZykgJGRyb3BtZW51LXZlcnQtcGFkZGluZyAkZHJvcG1lbnUtaG9yaXotcGFkZGluZztcbiAgICAgICAgZGlzcGxheTogYmxvY2s7XG5cbiAgICAgICAgJjpob3ZlciwgJjpmb2N1cywgJi5hY3RpdmUge1xuICAgICAgICAgIGNvbG9yOiAkZHJvcG1lbnUtaG92ZXItdGV4dCAhaW1wb3J0YW50O1xuICAgICAgICB9XG5cbiAgICAgICAgJjpiZWZvcmUge1xuICAgICAgICAgIGNvbnRlbnQ6ICdcXGYxMDcnO1xuICAgICAgICAgIGZvbnQtZmFtaWx5OiAnRm9udEF3ZXNvbWUnO1xuICAgICAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAgICAgICB2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlO1xuICAgICAgICAgIGZsb2F0OiByaWdodDtcbiAgICAgICAgICBtYXJnaW4tcmlnaHQ6IC0gKDIgKiRkcm9wbWVudS1jaGlsZC1wYWRkaW5nKTtcbiAgICAgICAgfVxuXG4gICAgICAgICY6b25seS1jaGlsZCB7XG4gICAgICAgICAgLy9iYWNrZ3JvdW5kOiBub25lO1xuICAgICAgICAgIHBhZGRpbmctcmlnaHQ6ICRkcm9wbWVudS1ob3Jpei1wYWRkaW5nO1xuXG4gICAgICAgICAgJjpiZWZvcmUge1xuICAgICAgICAgICAgY29udGVudDogJyc7XG4gICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICB9XG5cbiAgICAgICY6aG92ZXIge1xuICAgICAgICAmID4gdWwge1xuICAgICAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgICAgIHZpc2liaWxpdHk6IHZpc2libGU7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG5cbiAgICB1bCBsaSBhOmJlZm9yZSB7XG4gICAgICBjb250ZW50OiAnXFxmMTA1JztcbiAgICB9XG5cbiAgICB1bCB7XG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICB0b3A6IDEwMCU7XG4gICAgICBsaXN0LXN0eWxlOiBub25lO1xuICAgICAgYmFja2dyb3VuZDogJGRyb3BtZW51LWJnO1xuICAgICAgYm94LXNoYWRvdzogJGRyb3BtZW51LXNoYWRvdztcbiAgICAgIHZpc2liaWxpdHk6IGhpZGRlbjtcblxuICAgICAgdWwge1xuICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgIGxlZnQ6IDEwMCU7XG4gICAgICAgIHRvcDogMDtcbiAgICAgIH1cbiAgICB9XG5cbiAgfVxuXG4gICYgPiB1bCA+IGxpIHtcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIH1cblxuICAvLyBBbmltYXRpb24gb3B0aW9uc1xuICAmLmFuaW1hdGVkIHtcbiAgICB1bCBsaSB7XG4gICAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kIC43cywgY29sb3IgMC41cztcbiAgICB9XG5cbiAgICB1bCBsaTpob3ZlciA+IHVsIHtcbiAgICAgIG9wYWNpdHk6IDE7XG4gICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoMCk7XG4gICAgfVxuXG4gICAgdWwgdWwge1xuICAgICAgdHJhbnNpdGlvbjogdHJhbnNmb3JtIC4zcywgb3BhY2l0eSAuNXM7XG4gICAgICBvcGFjaXR5OiAwO1xuICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGVZKC0xMHB4KTtcbiAgICB9XG4gIH1cbn0iLCIvKiogRXh0cmEgY29sdW1ucyBzcGFjaW5nICoqL1xuLmV4dHJhLXNwYWNpbmc6bm90KC5jb2wtMTIpLCA6bm90KC5jb2wxMikgPiAuZS1jb250ZW50IHtcbiAgcGFkZGluZy1yaWdodDogMXJlbTtcblxuICBAaW5jbHVkZSBicmVha3BvaW50KG1kKSB7XG4gICAgcGFkZGluZy1yaWdodDogMDtcbiAgfVxufVxuXG4vKiogQnJlYWRjcnVtYnMgc3R5bGluZyAqKi9cbiNicmVhZGNydW1icyB7XG4gIHBhZGRpbmctbGVmdDogMDtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgbWFyZ2luLXRvcDogLTFyZW07XG4gIG1hcmdpbi1ib3R0b206IDFyZW07XG5cblxuICBpIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG5cbiAgc3BhbiwgYSB7XG4gICAgcGFkZGluZzogMCAwLjVyZW07XG4gICAgJjpmaXJzdC1jaGlsZCB7XG4gICAgICBwYWRkaW5nLWxlZnQ6IDA7XG4gICAgfVxuICB9XG5cbiAgc3BhbiwgYSB7XG4gICAgJjpub3QoOmZpcnN0LWNoaWxkKTo6YmVmb3JlIHtcbiAgICAgIGNvbG9yOiAjZTdlOWVkO1xuICAgICAgY29udGVudDogXCIvXCI7XG4gICAgICBwYWRkaW5nLXJpZ2h0OiAxcmVtO1xuICAgIH1cbiAgfVxufVxuXG4vKiogQmxvZyBMaXN0aW5nICoqL1xuLmJsb2ctbGlzdGluZyB7XG5cbiAgLmJyaWNrbGF5ZXItY29sdW1uIHtcbiAgICBwYWRkaW5nLWxlZnQ6IDBweDtcbiAgICBwYWRkaW5nLXJpZ2h0OiAyNXB4O1xuXG4gIH1cbiAgLmNhcmQge1xuICAgIG1hcmdpbi1ib3R0b206IDI1cHg7XG4gICAgYm9yZGVyOiAwO1xuICAgIGJveC1zaGFkb3c6IDAgMTBweCA0NXB4IC05cHggcmdiYSgwLDAsMCwwLjEpO1xuICB9XG5cbiAgLmNhcmQtZm9vdGVyIHtcbiAgICB0ZXh0LWFsaWduOiByaWdodDtcbiAgfVxuXG4gIC5ibG9nLWRhdGUge1xuICAgIGZvbnQtc2l6ZTogMTNweDtcbiAgfVxuXG4gIC5sYWJlbCB7XG5cbiAgfVxufVxuXG4vKiogQmxvZyBJdGVtICoqL1xuLmNvbnRlbnQtdGl0bGUge1xuICBtYXJnaW4tYm90dG9tOiAycmVtO1xuXG4gIGgyIHtcbiAgICBtYXJnaW4tYm90dG9tOiAwLjVyZW07XG4gIH1cbn1cblxuLmxhYmVsIHtcbiAgZm9udC1zaXplOiAxMnB4O1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xufVxuXG4vKiogUGFnaW5hdGlvbiAqKi9cbnVsLnBhZ2luYXRpb24ge1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbn1cblxuLnByZXYtbmV4dCB7XG4gIG1hcmdpbi10b3A6IDRyZW07XG59XG5cbi8qKiBTaWRlYmFyIHNwZWNpZmljIHR3ZWFrcyAqKi9cbiNzaWRlYmFyIHtcblxuICB1bC5yZWxhdGVkLXBhZ2VzIHtcbiAgICBib3gtc2hhZG93OiBub25lO1xuICAgIHBhZGRpbmc6IDA7XG4gICAgei1pbmRleDogMTtcblxuICAgIGxpIHtcbiAgICAgIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAkYm9yZGVyLWNvbG9yO1xuICAgICAgJjpsYXN0LWNoaWxkIHtcbiAgICAgICAgYm9yZGVyLWJvdHRvbTogMDtcbiAgICAgIH1cbiAgICB9XG5cbiAgfVxuXG4gIHVsLmFyY2hpdmVzIHtcbiAgICBsaXN0LXN0eWxlOiBub25lO1xuICAgIG1hcmdpbi1sZWZ0OiAwO1xuXG4gICAgLmxhYmVsIHtcbiAgICAgIHZlcnRpY2FsLWFsaWduOiB0ZXh0LXRvcDtcbiAgICB9XG4gIH1cbn1cbiIsIi5tb2R1bGFyLWhlcm8ge1xuICAjdG8tc3RhcnQge1xuICAgIGJvdHRvbTogMy41cmVtO1xuICB9XG59XG5cbi5tb2R1bGFyLWZlYXR1cmVzIHtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuXG4gICYub2Zmc2V0LWJveCB7XG4gICAgLmZyYW1lLWJveCB7XG4gICAgICBtYXJnaW46IC0zcmVtICgtMXJlbSAtICRsYXlvdXQtc3BhY2luZykgM3JlbTtcbiAgICAgIHBhZGRpbmc6IDFyZW0gMXJlbTtcbiAgICAgIGJhY2tncm91bmQ6ICRsaWdodC1jb2xvcjtcbiAgICAgIGJveC1zaGFkb3c6IDAgMCA3NXB4IDAgcmdiYSgkZGFyay1jb2xvciwgMC4xKTtcbiAgICB9XG4gIH1cblxuICAmLnNtYWxsIHtcblxuICAgIC5jb2x1bW5zIHtcbiAgICAgIG1hcmdpbi10b3A6IC0xcmVtO1xuICAgIH1cblxuICAgIC5jb2x1bW46aG92ZXIge1xuICAgICAgLmZlYXR1cmUtaWNvbiBpIHtcbiAgICAgICAgY29sb3I6ICRwcmltYXJ5LWNvbG9yO1xuICAgICAgfVxuICAgIH1cblxuICAgIC5mZWF0dXJlLWljb24ge1xuICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGxlZnQ7XG5cblxuICAgICAgaSB7XG4gICAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAgICAgZGlzcGxheTogaW5oZXJpdDtcbiAgICAgICAgZm9udC1zaXplOiA3MHB4O1xuICAgICAgICBtYXJnaW46IDAgYXV0byAxcmVtO1xuICAgICAgICB0cmFuc2Zvcm06IG5vbmU7XG4gICAgICAgIGxlZnQ6IGF1dG87XG4gICAgICAgIHRvcDogYXV0bztcbiAgICAgICAgY29sb3I6ICRncmF5LWNvbG9yO1xuICAgICAgICBAZXh0ZW5kIC5kZWZhdWx0LWFuaW1hdGlvbjtcblxuICAgICAgfVxuICAgICAgaDYge1xuICAgICAgICB0ZXh0LXRyYW5zZm9ybTogbm9uZTtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICAuZnJhbWUtYm94IHtcbiAgICBwYWRkaW5nOiAzcmVtIDA7XG5cbiAgICA+IHAge1xuICAgICAgbWF4LXdpZHRoOiA2MDBweDtcbiAgICAgIG1hcmdpbi1sZWZ0OiBhdXRvO1xuICAgICAgbWFyZ2luLXJpZ2h0OiBhdXRvO1xuICAgIH1cbiAgfVxuXG4gIC5jb2x1bW4ge1xuICAgIHBhZGRpbmc6IDFyZW07XG5cbiAgICAmOmhvdmVyIHtcbiAgICAgIC5mZWF0dXJlLWljb24ge1xuICAgICAgICBjb2xvcjogJGdyYXktY29sb3I7XG4gICAgICAgIGg2IHtcbiAgICAgICAgICBjb2xvcjogJHByaW1hcnktY29sb3I7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgIC5mZWF0dXJlLWNvbnRlbnQge1xuICAgICAgICBjb2xvcjogJGdyYXktY29sb3ItZGFyaztcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICAuZmVhdHVyZS1pY29uIHtcbiAgICBmb250LXNpemU6IDEzMHB4O1xuICAgIGhlaWdodDogMTAwcHg7XG4gICAgY29sb3I6ICRncmF5LWNvbG9yLWxpZ2h0O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgbWFyZ2luOiAxcmVtIDA7XG4gICAgQGV4dGVuZCAuZGVmYXVsdC1hbmltYXRpb247XG5cbiAgICBpIHtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIGxlZnQ6IDUwJTtcbiAgICAgIHRvcDogNTAlO1xuICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGVYKC01MCUpIHRyYW5zbGF0ZVkoLTUwJSk7XG4gICAgfVxuXG4gICAgaDYge1xuICAgICAgYmFja2dyb3VuZDogJGxpZ2h0LWNvbG9yO1xuICAgICAgbGluZS1oZWlnaHQ6IDE7XG4gICAgICB6LWluZGV4OiAxO1xuICAgICAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgICAgIGZvbnQtd2VpZ2h0OiA2MDA7XG4gICAgICBtYXJnaW46IDA7XG4gICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgIGNvbG9yOiAkZ3JheS1jb2xvci1kYXJrO1xuICAgIH1cbiAgfVxuXG4gIC5mZWF0dXJlLWNvbnRlbnQge1xuICAgIGNvbG9yOiAkZ3JheS1jb2xvcjtcbiAgfVxufVxuXG4ubW9kdWxhci10ZXh0IHtcbiAgcGFkZGluZy10b3A6IDRyZW07XG4gIHBhZGRpbmctYm90dG9tOiA0cmVtO1xuXG4gIC5jb2x1bW5zLmxlZnQge1xuICAgIGZsZXgtZGlyZWN0aW9uOiByb3ctcmV2ZXJzZTtcbiAgfVxufSJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQWVBQSxBQUFBLElBQUksQ0FBQyxFQUNILE1BQU0sRUFBRSxJQUFJLEdBQ2I7O0FBRUQsQUFDRSxhQURXLENBQ1gsVUFBVSxDQUFDLEVBQ1QsT0FBTyxFZE1JLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxHY0x2Qjs7QUFHRCxBQUFBLGFBQWEsQ0FOZixhQUFhLENBTUssRUFDZCxXQUFXLEVkT08sSUFBSSxHY052Qjs7QUFHSCxBQUNFLGFBRFcsQ0FDWCxLQUFLLEdBQUcsTUFBTSxHQUFHLGFBQWEsQ0FBQyxFQUM3QixXQUFXLEVBQUUsQ0FBQyxHQUNmOztBQUdILEFBQUEsT0FBTyxBQUFBLFFBQVEsQ0FBQyxFQUNkLFlBQVksRWRYRSxJQUFJLEVjWWxCLGFBQWEsRWRaQyxJQUFJLEVjYWxCLFFBQVEsRUFBRSxRQUFRLEdBQ25COztBQUVELEFBQUEsY0FBYyxFQUFFLGFBQWEsRUFBRSx1QkFBdUIsRUFBRSxzQkFBc0IsQ0FBQyxFQUM3RSxPQUFPLEVBQUUsQ0FBQyxHQUNYOztBQUdELEFBQUEsS0FBSyxDQUFDLEVBQ0osT0FBTyxFQUFFLElBQUksRUFDYixXQUFXLEVBQUUsTUFBTSxFQUNuQixlQUFlLEVBQUUsTUFBTSxFQUV2QixXQUFXLEVBQUUsSUFBSSxFQUNqQixjQUFjLEVBQUUsSUFBSSxFQUNwQixlQUFlLEVBQUUsS0FBSyxFQUN0QixtQkFBbUIsRUFBRSxNQUFNLEdBZ0Y1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 */ diff --git a/user/themes/radiogarage/css-compiled/theme.min.css b/user/themes/radiogarage/css-compiled/theme.min.css new file mode 100644 index 0000000..036caa9 --- /dev/null +++ b/user/themes/radiogarage/css-compiled/theme.min.css @@ -0,0 +1 @@ +html{height:100%}#body-wrapper .container{padding:2rem 0 2rem}.header-fixed #body-wrapper{padding-top:4rem}.header-fixed .hero+#start>#body-wrapper{padding-top:0}section.section{position:relative;padding-right:1rem;padding-left:1rem}.overlay-dark,.overlay-dark-gradient,.overlay-light,.overlay-light-gradient{z-index:0}.hero{display:-ms-flexbox;display:flex;padding-top:6rem;padding-bottom:7rem;background-position:center;background-size:cover;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.hero h1{font-size:4rem;color:#242931}.hero h2{font-size:2.5rem;color:rgba(36,41,49,.8)}.hero.hero-fullscreen{min-height:100vh}.hero.hero-large{min-height:500px}.hero.hero-medium{min-height:400px}.hero.hero-small{min-height:110px}.hero.hero-tiny{min-height:8rem}.header-fixed .hero{background-position:50% 0}@media (max-width:840px){.hero h1{font-size:3rem}.hero h2{font-size:1.75rem}}@media (max-width:600px){.hero h1{font-size:2rem}.hero h2{font-size:1.25rem}}.hero.text-light h1{color:#fff}.hero.text-light h2{color:rgba(255,255,255,.8)}.hero p{font-size:.9rem;font-weight:300}.hero #to-start{font-size:2rem;position:absolute;bottom:10px;display:inline-block;cursor:pointer}.image-overlay{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0}.overlay-light .image-overlay{background:rgba(255,255,255,.4)}.overlay-light-gradient .image-overlay{background:linear-gradient(to bottom,rgba(255,255,255,.5),rgba(255,255,255,.2))}.overlay-dark .image-overlay{background:rgba(0,0,0,.4)}.overlay-dark-gradient .image-overlay{background:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,.2))}html{font-size:16px}@media screen and (min-width:480px){html{font-size:calc(16px + 4 * ((100vw - 480px)/ 800))}}@media screen and (min-width:1280px){html{font-size:20px}}h1,h2,h3,h4,h5,h6{font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',sans-serif;margin-top:2rem;color:#3a414e}.h1,h1{font-size:3rem}.h2,h2{font-size:1.8rem}.h6,h6{font-weight:400}.title-center h1,.title-center h2{text-align:center}.title-h1h2 h1{font-weight:100;line-height:1.1;margin-bottom:0}.title-h1h2 h1 bold,.title-h1h2 h1 strong{font-weight:400}.title-h1h2 h1+h2{line-height:1.1;margin-top:0}.title-center h1+h2,.title-h1h2 h1+h2{font-weight:700;margin-bottom:50px}a:focus{outline:0!important;box-shadow:none!important}img{max-width:100%}.table table{width:100%;border-spacing:0;border-collapse:collapse}pre code,pre.xdebug-var-dump{line-height:1.5;display:block;overflow-x:auto;padding:1rem!important;color:inherit;border-radius:2px;background:#fafafa}pre[class*=language-] code{overflow-x:initial;padding:0!important;border-radius:inherit}pre code:not(.hljs):not([class*=language-]){background:#f8f8f8}i.fa.fa-heart-o.pulse,i.fa.fa-heart.pulse{color:#920}b,strong{font-weight:700}.heavy{font-weight:700}.light{font-weight:200}.text-light{color:rgba(255,255,255,.8)}.text-light h1,.text-light h2,.text-light h3,.text-light h4,.text-light h5,.text-light h6{color:rgba(255,255,255,.9)}#error{position:relative;margin-top:5rem;text-align:center}#error .icon{font-size:50px}#messages{margin-bottom:1rem}#messages .icon{font-size:1rem}ol,ul{margin-left:1.6rem}ol ol,ol ul,ul ol,ul ul{margin-left:1.6rem}ul{list-style:disc outside}ol{list-style:decimal outside}.notices{margin:1.5rem 0}.notices p{margin:1rem 0}form .button-wrapper{margin-top:.75rem;margin-bottom:1rem}form span.required{font-size:1.2rem;font-weight:700;color:#e85600}form .form-input[type=range]{-webkit-appearance:slider-horizontal;-moz-appearance:slider-horizontal;appearance:slider-horizontal}form .form-input[type=range]:focus{border:none;box-shadow:none}form .form-group:not(.form-field-toggleable) .checkboxes{display:inherit}form .form-group:not(.form-field-toggleable) .checkboxes label{display:inherit;margin:inherit;padding:.1rem .4rem .1rem 1.2rem}form .form-group:not(.form-field-toggleable) .checkboxes label:before{display:none}#grav-login>form{max-width:350px;margin:2rem auto 0}#grav-login .form-label{display:none}#grav-login .form-data{margin:1rem 0}#grav-login .form-input{text-align:center}#grav-login .button-wrapper{text-align:right}#grav-login .button-wrapper .form-data.rememberme{float:left;margin:0}#grav-login .login-form button[type=submit]{color:#fff;border-color:#227ded;background:#3085ee}#grav-login .login-form button[type=submit]:focus,#grav-login .login-form button[type=submit]:hover{color:#fff;border-color:#1370e3;background:#1877ec}#grav-login .login-form button[type=submit].active,#grav-login .login-form button[type=submit]:active{color:#fff;border-color:#126bd9;background:#1372e7}#grav-login .twofa-form button[type=submit]:first-child{float:right;margin-left:4px;color:#fff;border-color:#227ded;background:#3085ee}#grav-login .twofa-form button[type=submit]:first-child:focus,#grav-login .twofa-form button[type=submit]:first-child:hover{color:#fff;border-color:#1370e3;background:#1877ec}#grav-login .twofa-form button[type=submit]:first-child.active,#grav-login .twofa-form button[type=submit]:first-child:active{color:#fff;border-color:#126bd9;background:#1372e7}.mobile-container{position:absolute;z-index:2;top:40%;left:0;margin:0 auto}.mobile-logo img,.mobile-logo svg{height:42px;margin-top:.7rem;margin-left:1.4rem}.mobile-logo img path,.mobile-logo svg path{fill:#fff}.mobile-menu{z-index:3;top:0;right:0;display:none}.header-fixed .mobile-menu{position:fixed}@media (max-width:840px){.mobile-menu{display:block}}.mobile-menu .button_container{position:absolute;z-index:100;top:1.3rem;right:1rem;width:28px;height:24px;cursor:pointer;transition:opacity .25s ease,top .5s ease}.mobile-menu .button_container:hover{opacity:.7}.mobile-menu .button_container.active{position:fixed}.mobile-menu .button_container.active .top{transform:translateY(8px) translateX(0) rotate(45deg);background:#fff}.mobile-menu .button_container.active .middle{opacity:0;background:#fff}.mobile-menu .button_container.active .bottom{transform:translateY(-8px) translateX(0) rotate(-45deg);background:#fff}.mobile-menu .button_container span{position:absolute;top:0;left:0;width:100%;height:4px;cursor:pointer;transition:all .35s ease;border:none;background:#3085ee}.mobile-menu .button_container span:nth-of-type(2){top:8px}.mobile-menu .button_container span:nth-of-type(3){top:16px}.overlay{position:fixed;top:0;left:0;visibility:hidden;width:100%;height:0;transition:opacity .35s,visibility .35s,height .35s;opacity:0;background:#000}.overlay.open{visibility:visible;height:100%;opacity:.95}.overlay nav{position:relative;margin:0 auto;text-align:center}.overlay-menu{overflow-y:scroll;height:calc(100% - 90px)}.overlay-menu>.tree{text-align:left}.treemenu.treemenu-root{margin:1rem}.treemenu li{line-height:1.2rem;margin:0 0 1px;padding:5px 0;list-style:none;background:rgba(102,113,137,.1)}.treemenu li a{font-size:1rem;display:block;margin-left:1.2rem}.treemenu li a.active,.treemenu li a:focus,.treemenu li a:hover{text-decoration:none;color:#3e8def!important}.treemenu ul{margin:0 0 0 1rem}.treemenu .toggler{font-size:1.1rem;line-height:1rem;float:left;padding-left:5px;cursor:pointer;vertical-align:top}.treemenu .toggler:before{display:inline-block;margin-right:2pt}.treemenu li.tree-empty>.toggler{cursor:default;opacity:.3}.treemenu li.tree-empty>.toggler:before{content:'\2022'}.treemenu li.tree-closed>.toggler:before{content:'+'}.treemenu li.tree-opened>.toggler:before{content:'\2212'}.mobile-nav-open{overflow-y:hidden}#header,#header .logo img,#header .logo svg,#header .navbar-section,.default-animation,.modular-features .feature-icon,.modular-features.small .feature-icon i{transition:all .5s ease}.pulse{transform-origin:70% 70%;animation-name:pulse_animation;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes pulse_animation{0%{transform:scale(1)}30%{transform:scale(1)}40%{transform:scale(1.08)}50%{transform:scale(1)}60%{transform:scale(1)}70%{transform:scale(1.05)}80%{transform:scale(1)}100%{transform:scale(1)}}#header{font-size:.7rem;font-weight:700;width:100%;height:4rem;color:#454d5d;border-bottom:1px solid rgba(172,179,194,.2);background:#fff}#header a{color:#454d5d}#header .logo svg path{fill:#222}.header-dark #header:not(.scrolled){color:#fff;background:#222}.header-dark #header:not(.scrolled) a{color:rgba(255,255,255,.7)!important}.header-dark #header:not(.scrolled) a.active{color:#fff!important}.header-dark #header:not(.scrolled) .dropmenu ul ul a{color:#454d5d!important}.header-dark #header:not(.scrolled) .logo svg path{fill:#fff}.header-dark.header-transparent #header:not(.scrolled){background:rgba(0,0,0,.05)}.header-transparent #header:not(.scrolled){background:rgba(255,255,255,.05)}#header .navbar-section{height:4rem}@media (max-width:840px){#header .navbar-section{margin-right:2rem}}@media (max-width:840px){#header .navbar-section.desktop-menu{display:none}}#header .logo img,#header .logo svg{display:inherit;height:42px}.header-fixed #header{position:fixed;z-index:2;top:0}body.header-fixed.header-animated #header.scrolled{height:2.3rem}body.header-fixed.header-animated #header.scrolled .navbar-section{height:2.3rem}body.header-fixed.header-animated #header.scrolled .logo img,body.header-fixed.header-animated #header.scrolled .logo svg{height:28px}body.header-fixed.header-animated #header.scrolled~.mobile-menu .button_container{top:.5rem}.login-status-wrapper{white-space:nowrap}body.sticky-footer{display:-ms-flexbox;display:flex;flex-direction:column;height:100%;min-height:100vh;-ms-flex-direction:column}body.sticky-footer #page-wrapper{-ms-flex:1 0 auto;flex:1 0 auto}#footer{padding:1rem 1rem 0;text-align:center;color:#acb3c2}@media (max-width:840px){.dropmenu{display:none}}.dropmenu ul{display:-ms-flexbox;display:flex;margin:0;white-space:nowrap}.dropmenu ul li{position:relative;margin:0}.dropmenu ul li a{display:block;padding:7px 30px 7px 20px;text-decoration:none}.dropmenu ul li a.active,.dropmenu ul li a:focus,.dropmenu ul li a:hover{color:#3085ee!important}.dropmenu ul li a:before{font-family:FontAwesome;display:inline-block;float:right;margin-right:-20px;content:'\f107';vertical-align:middle}.dropmenu ul li a:only-child{padding-right:20px}.dropmenu ul li a:only-child:before{content:''}.dropmenu ul li:hover>ul{display:block;visibility:visible}.dropmenu ul ul li a:before{content:'\f105'}.dropmenu ul ul{position:absolute;top:100%;visibility:hidden;list-style:none;background:#fff;box-shadow:0 3px 5px rgba(0,0,0,.1)}.dropmenu ul ul ul{position:absolute;top:0;left:100%}.dropmenu>ul>li{display:inline-block}.dropmenu.animated ul li{transition:background .7s,color .5s}.dropmenu.animated ul li:hover>ul{transform:translateY(0);opacity:1}.dropmenu.animated ul ul{transition:transform .3s,opacity .5s;transform:translateY(-10px);opacity:0}.extra-spacing:not(.col-12),:not(.col12)>.e-content{padding-right:1rem}@media (max-width:840px){.extra-spacing:not(.col-12),:not(.col12)>.e-content{padding-right:0}}#breadcrumbs{display:-ms-flexbox;display:flex;margin-top:-1rem;margin-bottom:1rem;padding-left:0;-ms-flex-align:center;align-items:center}#breadcrumbs i{display:none}#breadcrumbs a,#breadcrumbs span{padding:0 .5rem}#breadcrumbs a:first-child,#breadcrumbs span:first-child{padding-left:0}#breadcrumbs a:not(:first-child)::before,#breadcrumbs span:not(:first-child)::before{padding-right:1rem;content:'/';color:#e7e9ed}.blog-listing .bricklayer-column{padding-right:25px;padding-left:0}.blog-listing .card{margin-bottom:25px;border:0;box-shadow:0 10px 45px -9px rgba(0,0,0,.1)}.blog-listing .card-footer{text-align:right}.blog-listing .blog-date{font-size:13px}.content-title{margin-bottom:2rem}.content-title h2{margin-bottom:.5rem}.label{font-size:12px;text-transform:uppercase}ul.pagination{-ms-flex-pack:center;justify-content:center}.prev-next{margin-top:4rem}#sidebar ul.related-pages{z-index:1;padding:0;box-shadow:none}#sidebar ul.related-pages li{border-bottom:1px solid #e7e9ed}#sidebar ul.related-pages li:last-child{border-bottom:0}#sidebar ul.archives{margin-left:0;list-style:none}#sidebar ul.archives .label{vertical-align:text-top}.modular-hero #to-start{bottom:3.5rem}.modular-features{text-align:center}.modular-features.offset-box .frame-box{margin:-3rem -1.4rem 3rem;padding:1rem 1rem;background:#fff;box-shadow:0 0 75px 0 rgba(69,77,93,.1)}.modular-features.small .columns{margin-top:-1rem}.modular-features.small .column:hover .feature-icon i{color:#3085ee}.modular-features.small .feature-icon{display:block;-ms-flex-pack:left;justify-content:left}.modular-features.small .feature-icon i{font-size:70px;position:relative;top:auto;left:auto;display:inherit;margin:0 auto 1rem;transform:none;color:#acb3c2}.modular-features.small .feature-icon h6{text-transform:none}.modular-features .frame-box{padding:3rem 0}.modular-features .frame-box>p{max-width:600px;margin-right:auto;margin-left:auto}.modular-features .column{padding:1rem}.modular-features .column:hover .feature-icon{color:#acb3c2}.modular-features .column:hover .feature-icon h6{color:#3085ee}.modular-features .column:hover .feature-content{color:#667189}.modular-features .feature-icon{font-size:130px;position:relative;display:-ms-flexbox;display:flex;height:100px;margin:1rem 0;color:#e7e9ed;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.modular-features .feature-icon i{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.modular-features .feature-icon h6{font-weight:600;line-height:1;z-index:1;display:block;margin:0;text-transform:uppercase;color:#667189;background:#fff}.modular-features .feature-content{color:#acb3c2}.modular-text{padding-top:4rem;padding-bottom:4rem}.modular-text .columns.left{flex-direction:row-reverse;-ms-flex-direction:row-reverse} \ No newline at end of file diff --git a/user/themes/radiogarage/css/bricklayer.css b/user/themes/radiogarage/css/bricklayer.css new file mode 100755 index 0000000..4505480 --- /dev/null +++ b/user/themes/radiogarage/css/bricklayer.css @@ -0,0 +1,49 @@ +.bricklayer { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-align: start; + -webkit-align-items: flex-start; + -ms-flex-align: start; + align-items: flex-start; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} + +.bricklayer-column-sizer { + width: 100%; + display: none; +} + +@media screen and (min-width: 640px) { + .bricklayer-column-sizer { + width: 100%; + } +} + +@media screen and (min-width: 980px) { + .bricklayer-column-sizer { + width: 50%; + } +} + +/*@media screen and (min-width: 1200px) {*/ + /*.bricklayer-column-sizer {*/ + /*width: 33.33333%;*/ + /*}*/ +/*}*/ + +.bricklayer-column { + -webkit-box-flex: 1; + -webkit-flex: 1; + -ms-flex: 1; + flex: 1; + padding-left: 5px; + padding-right: 5px; +} \ No newline at end of file diff --git a/user/themes/radiogarage/css/custom.css b/user/themes/radiogarage/css/custom.css new file mode 100644 index 0000000..e69de29 diff --git a/user/themes/radiogarage/css/line-awesome.min.css b/user/themes/radiogarage/css/line-awesome.min.css new file mode 100644 index 0000000..49178de --- /dev/null +++ b/user/themes/radiogarage/css/line-awesome.min.css @@ -0,0 +1,4 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */.fa.fa-pull-left,.fa.pull-left{margin-right:.3em}.fa,.fa-stack{display:inline-block}.fa-fw,.fa-li{text-align:center}@font-face{font-family:FontAwesome;src:url(../fonts/line-awesome.eot?v=4.7.0);src:url(../fonts/line-awesome.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/line-awesome.woff2?v=4.7.0) format('woff2'),url(../fonts/line-awesome.woff?v=4.7.0) format('woff'),url(../fonts/line-awesome.ttf?v=4.7.0) format('truetype'),url(../fonts/line-awesome.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa.fa-pull-right,.fa.pull-right{margin-left:.3em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left{float:left}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} \ No newline at end of file diff --git a/user/themes/radiogarage/css/phone.css b/user/themes/radiogarage/css/phone.css new file mode 100644 index 0000000..cd7afb7 --- /dev/null +++ b/user/themes/radiogarage/css/phone.css @@ -0,0 +1,466 @@ +:root { + --main-color: black ; + --alternative-color: white ; + --interactive-color: grey; + } + + a{ + color: var(--main-color); + text-decoration: underline; + cursor: pointer; + } + + a:hover{ + background-color: var(--main-color); + color: var(--alternative-color); + } + + body{ + font-family: "covik-sans-mono", sans-serif; + font-weight: 500; + font-style: normal; + } + +#logoandcredits{ + height: fit-content; width: 100%; + position: relative; bottom: auto; + margin-top: 25vh; margin-bottom: 3vh; + + display: flex; justify-content: space-between; + align-items: end; +} + + #logo{ + width: auto; height: 20vh; + } + + #credits{ + width: fit-content; + display: flex; justify-content: space-between; + align-items: center; + } + + #logoandcredits p{ + width: 70vw; + line-height: 2.5vh; + } + + #logoandcredits p a{ + color: var(--main-color); + } + + #logoandcredits p a:hover{ + color: var(--alternative-color); + } + +/* +$$\ $$\ $$\ $$\ $$$$$$$\ $$\ +$$ | $$ | $$ | $$ | $$ __$$\ $$ | +$$ | $$ | $$$$$$\ $$$$$$\ $$$$$$$ | $$$$$$\ $$$$$$\ $$$$$$\ $$$$$$$\ $$$$$$$ | $$ | $$ |$$ | $$$$$$\ $$\ $$\ $$$$$$\ $$$$$$\ +$$$$$$$$ |$$ __$$\ \____$$\ $$ __$$ |$$ __$$\ $$ __$$\ \____$$\ $$ __$$\ $$ __$$ | $$$$$$$ |$$ | \____$$\ $$ | $$ |$$ __$$\ $$ __$$\ +$$ __$$ |$$$$$$$$ | $$$$$$$ |$$ / $$ |$$$$$$$$ |$$ | \__| $$$$$$$ |$$ | $$ |$$ / $$ | $$ ____/ $$ | $$$$$$$ |$$ | $$ |$$$$$$$$ |$$ | \__| +$$ | $$ |$$ ____|$$ __$$ |$$ | $$ |$$ ____|$$ | $$ __$$ |$$ | $$ |$$ | $$ | $$ | $$ |$$ __$$ |$$ | $$ |$$ ____|$$ | +$$ | $$ |\$$$$$$$\ \$$$$$$$ |\$$$$$$$ |\$$$$$$$\ $$ | \$$$$$$$ |$$ | $$ |\$$$$$$$ | $$ | $$ |\$$$$$$$ |\$$$$$$$ |\$$$$$$$\ $$ | +\__| \__| \_______| \_______| \_______| \_______|\__| \_______|\__| \__| \_______| \__| \__| \_______| \____$$ | \_______|\__| + $$\ $$ | + \$$$$$$ | + \______/ + */ + + #header{ + width: 100vw; height: fit-content; + position: fixed; top: 0vh; + + padding-top: 2vh; padding-left: 4vw; padding-right: 4vw; padding-bottom: 0.5vh; + box-sizing: border-box; + + display: flex; justify-content: space-between; + z-index: 100; + + background-color: var(--alternative-color); + } + + #name{ + width: 32vw; height: fit-content; + margin-right: 1vw; + } + + .nav-home { + background-color: transparent; border: none; margin-left: -0.5vw; margin-top: -0.1vh; padding: none; + box-sizing: border-box; + + align-items: center; text-align: left; + width: 100%; height: 100%; + font-family: "covik-sans-mono", sans-serif; + font-weight: 500; + font-style: normal; + + cursor: pointer; + font-size: 4vw; + } + + #navigation{ + display: flex; + } + + #archives-button, #apropos-button{ + width: 22vw; height: 2vh; + } + + #archives-button{ + margin-right: 0.5vw; + } + + .nav-btn { + background-color: transparent; border: none; margin-left: -0.4vw; margin-top: -0.1vh; padding: none; + box-sizing: border-box; + + align-items: center; text-align: left; + width: 100%; height: 100%; + font-family: "covik-sans-mono", sans-serif; + font-weight: 500; + font-style: normal; + + cursor: pointer; + font-size: 4vw; + } + + #archives-button.active, #apropos-button.active { + background-color: var(--main-color); + } + + #archives-button.active button, #apropos-button.active button{ + color: var(--alternative-color); + } + + #apropos{ + text-align: right; margin-right: 0vw; + } + + #player{ + width: 92vw; height: fit-content; margin-right: 0vw; + position: fixed; top: 5vh; left: 4vw; + + font-size: 3.7vw; + z-index: 100; + + border: 0.2vh solid var(--main-color); + box-sizing: border-box; + } + + #info-player{ + width: 100%; height: 3vh; + display: flex; + + background-color: var(--main-color); + color: var(--alternative-color); + + align-items: center; + justify-content: center; + } + + #info-player #second-title{ + width: 95%; + } + + #info-player #title{ + width: 57%; + display: none; + } + + #info-player .controls { + width: 5%; height: 3vh; + + display: flex; + justify-content: center; + align-items: center; + } + + .play-btn { + height: fit-content; + border: none; + + background-color: var(--main-color); + color: var(--alternative-color); + + font-family: "covik-sans-mono", sans-serif; + font-weight: 500; + font-style: normal; + + cursor: pointer; + font-size: 4vw; + } + + .play-btn:hover { + color: var(--interactive-color); + } + + .seek-container { + position: relative; + width: 100%; height: 3vh; + background-color: var(--alternative-color); + } + + #seekSlider { + -webkit-appearance: none; + width: 75vw; + height: fit-content; + background: transparent; + z-index: 2; + position: relative; + cursor: pointer; + } + + #seekSlider::-webkit-slider-thumb { + -webkit-appearance: none; + width: 75vw; + height: fit-content; + background: transparent; + margin-top: -4px; + position: relative; + z-index: 3; + } + + .progress-overlay { + position: absolute; + top: 0; + left: 0; + height: 100%; + background-color: var(--interactive-color); + border-right: 0.2vw solid var(--main-color); + z-index: 1; + pointer-events: none; /* important pour que l'utilisateur puisse cliquer sur le slider */ + } + +#home-box, #apropos-box, #archives-box{ + width: 100vw; height: fit-content; + position: absolute; top: 15vh; + + padding-left: 4vw; padding-right: 4vw; + box-sizing: border-box; + + font-size: 4vw; + z-index: 10; +} + + #home-box h2{ + width: 60vw; height: 2vh; + + background-color: var(--main-color); + color: var(--alternative-color); + } + + #image-text{ + width: fit-content; height: 80vh; + display: flex; + } + + #image-legende{ + width: 7.5vw; height: 100%; + margin-right: 0.5vw; + display: none; + } + + #image-legende img{ + width: 100%; + } + + #text-new{ + width: 100%; height: fit-content; + padding-bottom: 0.5vh; + box-sizing: border-box; + + background-color: var(--main-color); + color: var(--alternative-color); + font-family: "covik-sans-mono", sans-serif; + font-weight: 400; + font-style: normal; + + } + + #info-apropos{ + height: fit-content; + padding-bottom: 0.5vh; + box-sizing: border-box; + + display: flex; flex-direction: column; + + color: var(--alternative-color); + } + + #presentation{ + width: 100%; height: fit-content; + + margin-bottom: 1vh; + } + + #gestionmaintenance{ + width: 100%; height: fit-content; + margin-bottom: 1vh; + } + + #contact{ + width: 100%; height: fit-content; + } + + .title-apropos{ + width: fit-content; + background-color: var(--main-color); + } + + #presentation p, #gestionmaintenance p, #contact p{ + line-height: 2.5vh; + background-color: var(--main-color); + } + + #contact a{ + color: var(--alternative-color); + } + + +.audio-line{ + width: 100%; height: fit-content; + padding-bottom: 0.5vh; + overflow: hidden; + cursor: pointer; + transition: 0.2s ease all; +} + + .audio-line:hover .audio-text p{ + background-color: var(--main-color); + color: var(--alternative-color); + } + + .audio-info{ + width: 100%; height: fit-content; + display: flex; justify-content: space-between; + } + + .und-audio-info{ + display: block; + width: fit-content; + } + + .und-audio-info h4{ + margin-bottom: 0.5vh; + width: 70vw; + } + + #home-box .audio-info .button-box{ + height: fit-content; width: 30vw; + text-align: right; + + display: none; + } + + #home-box .audio-info .listen-button{ + all: unset; + width: fit-content; height: fit-content; + } + + .audio-line.active .button-box{ + background-color: var(--main-color); + color: var(--alternative-color); + } + + .audio-text{ + width: 100%; + box-sizing: border-box; + + display: none; + } + + .audio-text img{ + width: 7.7vw; + margin-right: 0.5vw; + display: none; + } + + .audio-text p{ + padding-bottom: 1vh; + } + + .audio-line.active .audio-text { + display: block; + background-color: var(--main-color); + color: var(--alternative-color); + } + + .audio-line.active .und-audio-info{ + background-color: var(--main-color); + color: var(--alternative-color); + } + + #archives-box .audio-line.active .und-audio-info{ + background-color: var(--main-color); + color: var(--alternative-color); + } + +#home-box .und-audio-info .date-desktop{ + width: 7vw; + display: block; + +} + + #home-box .und-audio-info .date-mobile{ + width: 70vw; + display: none; + } + +#home-box .und-audio-info .hour{ + width: 70vw; +} + +#home-box .und-audio-info .title{ + width: 70vw; +} + +#home-box .und-audio-info .autors{ + width: 70vw; +} + +#home-box .und-audio-info .duration{ + width: 70vw; +} + +#home-box .und-audio-info .button-box{ + width: 70vw; +} + +#archives-box .und-audio-info .date-desktop{ + width: 7vw; + display: none; +} + + #archives-box .und-audio-info .date-mobile{ + width: 70vw; + display: block; + } + +#archives-box .und-audio-info .second-title{ + width: 70vw; +} + +#archives-box .und-audio-info .title{ + width: 70vw; +} + +#archives-box .und-audio-info .autors{ + width: 70vw; +} + +#archives-box .und-audio-info .duration{ + width: 70vw; +} + +#archives-box .button-box{ + height: fit-content; width: 30vw; + text-align: right; + + display: block; +} + + #archives-box .audio-info .listen-button{ + all: unset; + width: fit-content; height: fit-content; + } \ No newline at end of file diff --git a/user/themes/radiogarage/css/reset.css b/user/themes/radiogarage/css/reset.css new file mode 100644 index 0000000..af94440 --- /dev/null +++ b/user/themes/radiogarage/css/reset.css @@ -0,0 +1,48 @@ +/* http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + License: none (public domain) +*/ + +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} +/* HTML5 display-role reset for older browsers */ +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} +body { + line-height: 1; +} +ol, ul { + list-style: none; +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} \ No newline at end of file diff --git a/user/themes/radiogarage/css/style.css b/user/themes/radiogarage/css/style.css new file mode 100644 index 0000000..ac15879 --- /dev/null +++ b/user/themes/radiogarage/css/style.css @@ -0,0 +1,514 @@ +:root { + --main-color: black ; + --alternative-color: white ; + --interactive-color: grey; + } + + a{ + color: var(--main-color); + text-decoration: underline; + cursor: pointer; + } + + a:hover{ + background-color: var(--main-color); + color: var(--alternative-color); + } + + body{ + font-family: "covik-sans-mono", sans-serif; + font-weight: 500; + font-style: normal; + } + +#logoandcredits{ + height: fit-content; width: 98vw; + position: fixed; bottom: 0vh; + margin-top: 12vh; margin-bottom: 3vh; + + display: flex; justify-content: space-between; + align-items: end; +} + + #logo{ + width: auto; height: 40vh; + } + + #credits{ + width: fit-content; + display: flex; justify-content: space-between; + align-items: center; + } + + #logoandcredits p{ + width: 70vw; + line-height: 2.5vh; + } + + #logoandcredits p a{ + color: var(--main-color); + } + + #logoandcredits p a:hover{ + color: var(--alternative-color); + } + +/* __ __ _______ _______ ______ _______ ______ + | | | || || _ || | | || _ | + | |_| || ___|| |_| || _ || ___|| | || + | || |___ | || | | || |___ | |_||_ + | || ___|| || |_| || ___|| __ | + | _ || |___ | _ || || |___ | | | | + |__| |__||_______||__| |__||______| |_______||___| |_| +*/ + +#header{ + width: 100vw; height: fit-content; + position: fixed; top: 0vh; + + padding-top: 2vh; padding-left: 1vw; padding-right: 1vw; padding-bottom: 0.5vh; + box-sizing: border-box; + + display: flex; justify-content: space-between; + z-index: 100; + + background-color: var(--alternative-color); +} + + #name{ + width: 10vw; height: fit-content; + margin-right: 1vw; + } + + .nav-home { + background-color: transparent; border: none; margin-left: -0.5vw; margin-top: -0.5vh; padding: none; + box-sizing: border-box; + + align-items: center; text-align: left; + width: 100%; height: 100%; + font-family: "covik-sans-mono", sans-serif; + font-weight: 500; + font-style: normal; + + cursor: pointer; + font-size: 0.9vw; + } + + #navigation{ + display: flex; + } + + #archives-button, #apropos-button{ + width: 6vw; height: 2.1vh; + + align-items: center; + } + + #archives-button{ + margin-right: 0.5vw; + } + + .nav-btn { + background-color: transparent; border: none; margin-left: -0.4vw; margin-top: -0.5vh; padding: none; + box-sizing: border-box; + + align-items: center; text-align: left; + width: 100%; height: 100%; + font-family: "covik-sans-mono", sans-serif; + font-weight: 500; + font-style: normal; + + cursor: pointer; + font-size: 0.9vw; + } + + #archives-button.active, #apropos-button.active { + background-color: var(--main-color); + } + + #archives-button.active button, #apropos-button.active button{ + color: var(--alternative-color); + } + + #apropos{ + text-align: right; margin-right: 0vw; + } + +/* _______ ___ _______ __ __ _______ ______ + | || | | _ || | | || || _ | + | _ || | | |_| || |_| || ___|| | || + | |_| || | | || || |___ | |_||_ + | ___|| |___ | ||_ _|| ___|| __ | + | | | || _ | | | | |___ | | | | + |___| |_______||__| |__| |___| |_______||___| |_| +*/ + +#player{ + width: 78vw; height: fit-content; margin-right: 0vw; + position: fixed; top: 2.1vh; left: 8vw; + + font-size: 0.9vw; + z-index: 100; + + border: 0.2vh solid var(--main-color); + box-sizing: border-box; +} + + #info-player{ + width: 100%; height: 2vh; + display: flex; + + background-color: var(--main-color); + color: var(--alternative-color); + + align-items: center; + justify-content: center; + } + + #info-player #second-title{ + width: 35%; + } + + #info-player #title{ + width: 57%; + display: block; + } + + #info-player .controls { + width: 8%; height: 2vh; + + display: flex; + justify-content: center; + align-items: center; + } + + .play-btn { + height: fit-content; + border: none; + + background-color: var(--main-color); + color: var(--alternative-color); + + font-family: "covik-sans-mono", sans-serif; + font-weight: 500; + font-style: normal; + + cursor: pointer; + font-size: 0.9vw; + } + + .play-btn:hover { + color: var(--interactive-color); + } + + .seek-container { + position: relative; + width: 100%; height: 2vh; + background-color: var(--alternative-color); + } + + #seekSlider { + -webkit-appearance: none; + width: 100%; + height: 2vh; + background: transparent; + z-index: 2; + margin-left: -0.1vw; + position: relative; + cursor: pointer; + } + + #seekSlider::-webkit-slider-thumb { + -webkit-appearance: none; + width: 0.2vw; + height: 2vh; + background: transparent; + margin-top: -0.9vh; + position: relative; + z-index: 3; + } + + .progress-overlay { + position: absolute; + top: 0; + left: 0; + height: 2vh; + background-color: var(--interactive-color); + border-right: 0.2vw solid var(--main-color); + z-index: 1; + pointer-events: none; /* important pour que l'utilisateur puisse cliquer sur le slider */ + } + +.audio-line{ + width: 100%; height: fit-content; + padding-bottom: 0.5vh; + overflow: hidden; + cursor: pointer; + transition: 0.2s ease all; +} + + .audio-line:hover .audio-text p{ + background-color: var(--main-color); + color: var(--alternative-color); + } + + .audio-info{ + width: 100%; height: fit-content; + display: flex; justify-content: space-between; + } + + .und-audio-info{ + display: flex; + width: 100%; + } + + .und-audio-info h4{ + margin-bottom: 0.5vh; + width: fit-content; + } + + .und-audio-info .date-mobile{ + display: none; + } + + .audio-line.active .button-box{ + background-color: var(--main-color); + color: var(--alternative-color); + } + + .audio-text{ + width: 100%; + box-sizing: border-box; + + display: none; + } + + .audio-text img{ + width: 6.5vw; + margin-right: 0.5vw; + display: block; + } + + .audio-text p{ + width: 100%; + padding-bottom: 1vh; + } + + .audio-line.active .audio-text { + display: flex; + } + + .audio-line.active .audio-text p{ + background-color: var(--main-color); + color: var(--alternative-color); + } + + .audio-line.active .und-audio-info{ + background-color: var(--main-color); + color: var(--alternative-color); + } + + #archives-box .audio-line.active .und-audio-info{ + background-color: var(--main-color); + color: var(--alternative-color); + } + +#home-box, #apropos-box, #archives-box{ + width: 100vw; height: fit-content; + position: absolute; top: 10vh; + + padding-left: 1vw; padding-right: 1vw; + box-sizing: border-box; + + font-size: 0.9vw; + z-index: 10; +} + +/* ___ __ _ ______ _______ __ __ + | | | | | || | | || |_| | + | | | |_| || _ || ___|| | + | | | || | | || |___ | | + | | | _ || |_| || ___| | | + | | | | | || || |___ | _ | + |___| |_| |__||______| |_______||__| |__| +*/ + +#home-box h2{ + width: 14.8vw; height: 2vh; + + background-color: var(--main-color); + color: var(--alternative-color); +} + + #image-text{ + width: fit-content; height: 80vh; + display: flex; + } + + #image-legende{ + width: 7.5vw; height: 100%; + margin-right: 0.5vw; + display: none; + } + + #image-legende img{ + width: 100%; + } + +#text-new{ + width: 100%; height: fit-content; + padding-bottom: 0.5vh; + box-sizing: border-box; + + background-color: var(--main-color); + color: var(--alternative-color); + font-family: "covik-sans-mono", sans-serif; + font-weight: 400; + font-style: normal; +} + + #home-box .und-audio-info .date-desktop{ + width: 7vw; + display: block; + + } + + #home-box .und-audio-info .date-mobile{ + width: 70vw; + display: none; + } + + #home-box .und-audio-info .hour{ + width: 9vw; + } + + #home-box .und-audio-info .title{ + width: 40vw; + } + + #home-box .und-audio-info .autors{ + width: 29.5vw; + } + + #home-box .und-audio-info .duration{ + width: 10vw; + } + + #home-box .und-audio-info .button-box{ + width: 8vw; + } + + #home-box .audio-info .button-box{ + height: fit-content; width: 30vw; + text-align: right; + + display: none; + } + + #home-box .audio-info .listen-button{ + all: unset; + width: fit-content; height: fit-content; + } + +/* _______ ______ _______ __ __ ___ __ __ _______ _______ + | _ || _ | | || | | || | | | | || || | + | |_| || | || | || |_| || | | |_| || ___|| _____| + | || |_||_ | || || | | || |___ | |_____ + | || __ || _|| || | | || ___||_____ | + | _ || | | || |_ | _ || | | | | |___ _____| | + |__| |__||___| |_||_______||__| |__||___| |___| |_______||_______| +*/ + +#archives-box .und-audio-info .date-desktop{ + width: 7vw; + display: block; +} + + #archives-box .und-audio-info .date-mobile{ + width: 70vw; + display: none; + } + +#archives-box .und-audio-info .second-title{ + width: 27vw; +} + +#archives-box .und-audio-info .title{ + width: 25vw; +} + +#archives-box .und-audio-info .autors{ + width: 26.5vw; +} + +#archives-box .und-audio-info .duration{ + width: 6vw; +} + +#archives-box .button-box{ + height: fit-content; width: 8vw; + text-align: left; + + display: block; +} + + #archives-box .audio-info .listen-button{ + all: unset; + width: fit-content; height: fit-content; + } + + #archives-button.active, #apropos-button.active { + background-color: var(--main-color); + } + + #archives-button.active button, #apropos-button.active button{ + color: var(--alternative-color); + } + +/* _______ _______ _______ __ __ _______ + | _ || _ || || | | || | + | |_| || |_| || _ || | | ||_ _| + | || || | | || |_| | | | + | || _ | | |_| || | | | + | _ || |_| || || | | | + |__| |__||_______||_______||_______| |___| +*/ + +#info-apropos{ + height: fit-content; + padding-bottom: 0.5vh; + box-sizing: border-box; + + display: flex; flex-direction: row; + + color: var(--alternative-color); +} + + #presentation{ + width: 100%; height: fit-content; + + margin-bottom: 1vh; + } + + #gestionmaintenance{ + width: 100%; height: fit-content; + margin-bottom: 1vh; + } + + #contact{ + width: 100%; height: fit-content; + } + + .title-apropos{ + width: 100%; + background-color: var(--main-color); + } + + #presentation p, #gestionmaintenance p, #contact p{ + line-height: 2.5vh; + background-color: var(--main-color); + } + + #contact a{ + color: var(--alternative-color); + } \ No newline at end of file diff --git a/user/themes/radiogarage/fonts/line-awesome.eot b/user/themes/radiogarage/fonts/line-awesome.eot new file mode 100644 index 0000000000000000000000000000000000000000..f13ae4a4efe61e68b715b82e226a77f344f63aaa GIT binary patch literal 213245 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


    A!3)rViw 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 literal 0 HcmV?d00001 diff --git a/user/themes/radiogarage/fonts/line-awesome.svg b/user/themes/radiogarage/fonts/line-awesome.svg new file mode 100644 index 0000000..21c3c41 --- /dev/null +++ b/user/themes/radiogarage/fonts/line-awesome.svg @@ -0,0 +1,2954 @@ + + + + +Created by FontForge 20120731 at Fri Nov 24 02:04:36 2017 + By www-data +SIL Open Font License + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/user/themes/radiogarage/fonts/line-awesome.ttf b/user/themes/radiogarage/fonts/line-awesome.ttf new file mode 100644 index 0000000000000000000000000000000000000000..afdb6877858f68ee790a2f11a56e8ebca9d9eced GIT binary patch literal 263504 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�|aTVc1Jz>+Zwc!6>IYm7T4 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%0D!Ef4E-=Qp|8ZL6Ww^DZ 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%0Dy`K@ePfBKQf>13XmRxQg;ctZCi#Z7M}PF@v1?*w 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 A#sB~S literal 0 HcmV?d00001 diff --git a/user/themes/radiogarage/fonts/line-awesome.woff b/user/themes/radiogarage/fonts/line-awesome.woff new file mode 100644 index 0000000000000000000000000000000000000000..8897d78325a47bc33a31f14267b6b5f2c9d80362 GIT binary patch literal 117372 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

    }VC>>`p6$(nP+)^SkmwNx}e?9uEs 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 literal 0 HcmV?d00001 diff --git a/user/themes/radiogarage/gulpfile.js b/user/themes/radiogarage/gulpfile.js new file mode 100755 index 0000000..74e7bed --- /dev/null +++ b/user/themes/radiogarage/gulpfile.js @@ -0,0 +1,43 @@ +var gulp = require('gulp'); +var sass = require('gulp-sass'); +var cleancss = require('gulp-clean-css'); +var csscomb = require('gulp-csscomb'); +var rename = require('gulp-rename'); +var autoprefixer = require('gulp-autoprefixer'); +var sourcemaps = require('gulp-sourcemaps'); + +// configure the paths +var watch_dir = './scss/**/*.scss'; +var src_dir = './scss/*.scss'; +var dest_dir = './css-compiled'; + +var paths = { + source: src_dir +}; + +function watch() { + return gulp.watch(watch_dir, build); +} + +function build() { + return gulp.src(paths.source) + .pipe(sourcemaps.init()) + .pipe(sass({ + outputStyle: 'compact', + precision: 10 + }).on('error', sass.logError) + ) + .pipe(sourcemaps.write()) + .pipe(autoprefixer()) + .pipe(gulp.dest(dest_dir)) + .pipe(csscomb()) + .pipe(cleancss()) + .pipe(rename({ + suffix: '.min' + })) + .pipe(gulp.dest(dest_dir)); +} + +exports.watch = watch; +exports.build = build; +exports.default = build; diff --git a/user/themes/radiogarage/images/favicon.jpg b/user/themes/radiogarage/images/favicon.jpg new file mode 100644 index 0000000000000000000000000000000000000000..594bf91da0062de5bf4a818a4954eca8e37617ea GIT binary patch literal 235481 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
    ?< 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⪻{Y6M6G$%!hL*iF_=DA1` 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 z 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

  • 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 literal 0 HcmV?d00001 diff --git a/user/themes/radiogarage/images/grav-logo.svg b/user/themes/radiogarage/images/grav-logo.svg new file mode 100644 index 0000000..845a994 --- /dev/null +++ b/user/themes/radiogarage/images/grav-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/user/themes/radiogarage/images/logo/.gitkeep b/user/themes/radiogarage/images/logo/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/user/themes/radiogarage/images/radiogarage_logo.jpg b/user/themes/radiogarage/images/radiogarage_logo.jpg new file mode 100644 index 0000000000000000000000000000000000000000..594bf91da0062de5bf4a818a4954eca8e37617ea GIT binary patch literal 235481 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
    ?< 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⪻{Y6M6G$%!hL*iF_=DA1` zHWNh7r$D-DrhDu~EY&~AMHa(L!neg1FaUKRW(D_HSZ=zopLvm$TDyevQTzMlr3bpb zTX#lBTC67o#xI8Od1J!<%|>~1^I#}3A(CvD0ZR$uh|xPLm=kdZaw)5`o_CF+q=Rr9 zMhdrO%fVK;v@X~dGgUkSLf8x-!WP8^KBB*x8d|{!-NtyY)WYxM^SiR$j1bvChF)aH5Hp@H&CIqe%LQj9busgV=g?MgCkp#HW7903pwT> zWp_^ieijn^eb-aa-D&r&L~df+q^AR@6LqCu+-%_m9dB}UzvY`5b{i3O6XV^;4g+i` z65iYQT6@5LaI~B3@k9T;x^f2j85hgo(_(g29ALoPNe2PJ{+u+OrjKX&!PG|ym#nTC zHR6@UStri2(B;iLWX0DDix1f|0>h5aJGOq4=km8O6e=Kq(Xk|B@Ch&mx9b^$JO;j> zq2maoJ%i++!`(jz9Yin2zTN+#i$IhQdL#3_$==BJF=T5bz#dv7zfBPEB_zdV!zp0R z{b~s8h9bX#Jdz;#mwwq>0p^dtO;ZEFIn`dCag;FT+!mBl>II2qgCz0Zj6)%QrWTdf zIVJ_qfo!6fOH2FX+*K4F!G<5Lu7hQP@rfgx`(tdo`7z=6g zd?AE)JBIjEwD5HY27Pk`z#gAMTZpe$OB!G z7QEu%|Af}K1Nd_1H3k23ROSd2{MD-dT0Ow{ih_?4lOfSqh03UU3VyuC$L;R3xt)&% z*k@*g5`_17+4w*1-qdwt$@cbWzwQx)j6q0~8e!1AVW5SSPlU%cz5!n>0ANPNl!oGS z1rKo!$|-*U^Su4KoFzmn*fZJfk7io47hY4@B{+L=%|W}`lRLyT z>nn3f8kS&T{7IzR%Dm`&aiRhc=k!auAJN>f(M(UGf!+;=9l*gkwtvu4zFZBu%SR^eS5Pru z2}PNf_&Dp>uDK^J2D7+9`>zZ*1dD|Mtxo@o>V81L zBJZ2QWE^|2xB7hK;Y0aUUTwdXGZC*(yXr4@BfRU={S$TQWSOe6P_>N zk=L#lsDjW@8WV44J{Uj;1uidiOF=jst-4DEBC91Uu(oSrJGyfagoS7e$x*!18=hCA z;{@C3V_26(-lFLK(~CyCYiLVVj#a2Bixj3lB<{@=`Zg6?nfk50F@9J0E~DCAKcAuY zUxO#oP%YeFIZi~I4>CqSN+}7jE6N>pKf>B`simjTK>WA{Y-Ct*TE^xU+#?&^$+}gS zd6Wy|tH8dpEY3;fix=5yS3Yk2@Ivp_mCSC6=2tksic#=zF0{ix;LHF6ZjhiUiLF)I z66QM--#MXLT(cn@F>xBS#w>ohN@8KWG<330BJObs0|H0#9M%=~MyWlLyd-38(G9^- ztK_UI*oloN6m;cy^@!$swJ%S>7dtAF>Oh0Ga!E5AVaPlj>k&&}+_cD{6EB(Ypf8}{ zT8J!zu%eob$B7%W_HX3zQU>QMtI-4OZGU(tJuo)5xI&NV={ zkHh(!+>Q2I&|lo5600}iW15yxCEd6u91WWRUBCO_rNOf`{9mcq0tvXGX+6=Z&(KgS zJ~##NZ$oVOMv_F(2vG|SVFXyzr}9$>H>^v6Z_`_bY<*YGn<%S>>AP?Y(`5StP8x4pzULDL{%3N>QFF+_%vs~oaF zK>80P!uk8LAu*?t0+nYtIz7T2hd=v$eFnG28VV%8ECZ&_EPq`R9Q*Sb7@(F3L5TDgG@XiZ`-?<1y(FntLg`0}si2(H8%x?{ z`j|5^zeml`2%kfH*PhN7$}6mDg%`uSSE*4TNS3Wli;UWH2|%#YWOkseKex5u%A!Tl z$RtLo;K3kVoLuk)Z}krUsh&p{5pdhJ=usFNHHA+qS4(g+(t}Ig02$Rmz{Ej3Q?n1- zuVAJLu6G|Ucaa8J-4>WQmXB9>Y>?Dt&BoSCO|5Dy3kqdA6Jmy_)&@TC!8MWgyLqh4 zn5k!njNPFG33~9 z!S=?}>u5%;oT*qC{u!1aRa(Yb$JO}JRa|_B%5(n{)sx)Fm|ZbB%cDFF6)xiKi9gqS z?n8?D@wxByaKUKTPv}pYKiiG=qtJ;+@P&H83mznRskZxp1r)5nr{$iIV~AIL-ZY%H zT~W6#f;P7GE8UNrMXUpKb8Icx4`h7$dwat#VCpeONm={%PWcgxIV25kt|Cc z6<*REjE-q0@C_fWa&d-AC8O5Htc{OELW0Asjs^TH=CtRhtvdm9l^mf>R=FHyJ4eOk zJQQyc!u4UwuXgXDv^@X9Q<0u)1UHIqtaj)=?gCg|B{OaLo9MT2_%t<82)NZ77#rb!+{UE6OiA&nyjC&I#<@d)D?^Q#QRt~|_ zC>T3?o|RNvNxfgpv>|G#7VdV^NPGYG=tqw0)wwBGhz~hJ&eB^d;lTlB!B;oc)MN*? znY1Eg^YMFkx8Lx#UtNA{>!bkT`{)Oov^ror-GI@W7|=V^Yk-Fc#S=h3qYr46WB=2? zO1N_euA#py1f>+7<|}H6CrmNa?$r{4S*TP%wMJy8;fzTWsMc|*Xte`G;UxS6s(~|i zKd%GnL?2Kg**|nf1a}Mioe8M!SU%u$GGjRVigm>r>Kvp9$`+zQlS)UF>kZH&4pVc% zx#Q2}rcd5UjJysFfy}`Vw`wCHD}VGGK%OK;bftybO>+k1$;vIXKHwL0;bac<&w16n ziI}gVx^gDAQRUa*>oS^{ag;LwU)AnLx|x!`bW zCM0p3S$R?mkfeemS}jbt;*MO35RX)w+Dr2v3l8VUSlwOXIDu$JCznswy0ZERG5E7K zJv~ut=?7G*2#bI(^6fjTF4r&}YAx1%kluo(eMGPc^dx#wgxkcC3NcXtZmR^I;DKEZ zQyw-Rx>8~?=F<=moOY$pHTbl`XF>-~)tz;Z377HAH$Qk-6)8u6m(p3acS)i3Y5Cn9 znFS|8cVArO@YOM-@eQt9kGq`=%pOMSXqGCM{pDcxKo&PyaOD4<_qUd>l=IEO8G3Kp ztGqw7X4E79X?_8g5ZuO}U0euxf8eRSA2)n*?DR<=gx=AO&xq1mgMYa($V7j}dB9mz zt_AvD2$BRf{9v`@Jsodz=`;6O82VvvP-UG}TWCYSP}4HDIg*L@dzDm-`zi5rYxLa> z_eO{*l9IfDpx)iWS;m?;2$JhzeXYmLi1ChED^{pf(!rr(Cp1UYf(-ef_=LjmKvCNE zPQpC&s95V?25}~7$1vUO;X@GAgxy{RvW5Nh2bN>^SbCh6WbDaDw}zJ;ExiQ$jz5&( zF{(w6z0v!f4S}4fl+d5izS8m0NJ>Y7#sqVTQ-hgIDJFoIOQ22wMC2@Mt>dKrB>}{( zi~Ye1)C-?AWMiS#915v6h*+_NwPu|GkLasI&xeajmxwndJ~`{^8L};Qm$AxIyB)3S z1F}_Ynm}f&${29ee#|nI`tIKac%Vy78CoYex;IAzSwKpxB`xo9xWJ_Heb5gNuwt!{ z@v0$Lw7Tv;?54E!&ya6Vn49ffaT7$omY&*ZpcBBmy9hh&Jg=CGno`3c;>eFE7Un2z*n zL9Wj}+BH&(s!r?9T4y(HGsI@0|CGc|XpMKHh2t3#;7Cm_;aT5DK9G}|o1eB^?$ ztUyIccD4kPiV)9>Y^NJA^g#DvzmsHeqer^>`TQnKa6G=4&uSHdn0?#N?r0_lyv>qH=$LDYyrUf|^*UY-FF4 za1twf-3=&J&x(7+<|i~ar~J~~HMfIKf(X3lz00T^Sr{=r^D#**tyHAx)2<~Ze- z-%!S9En>STW2h(Ryxn5|rxPE3H|Bp=2!YxMVfvltu(WGz%wcP!V}7f2CjsG4qt_4< zbON@8>_yiv!?VcZohcSocg<|sdaKQSkJMq&JvR>!gQ+?jZvJgBR$A@5Yel3((MCqu zRQsHQOBYxS{1QWNu)9eL&_*cPGJ}cy*9N=H1n9AOgsfMAj*6X}H!)&~xFHGmmhmTr zjV#$)k|;MdAq{r#Jp+T?NHExaKPKiq14KfS5lBf*kv*A)9e~wW)x?rqcrd9C-cv3aPI$yNt<=XT6{fy5?b{! z6yIV zQTvDAsPz9CKOrgGB(%dMp`FKXKszI&B#h?~2t5E5g&b#;g+d~r+(e3Wp+XEQ{?SWs zpwJ}$!J=Kz9!i+b#pZ+42C7;qOz2ul3V|g%I-}x^3gZS~R&ZQP+jkcAr@5_BuT4~2 zt=FAiIN)w)3K3+>0~W_;9D8h2!TFSD3~hSbPUbfM_O4Y9`7aIb{6N|X@--Q-lu~Pj`&UpsR(bWjjVqK{lFB}&)DWN=v zm*uH@?6q2WP~B*^1$`tA(e@1EWB$O&#_s2}^mCcy-qOpsd>jI55>DI)7McRk_Xwkd z{EymDBeRhPd#YG25eXwn< zg`SaN=`RhQB*DB0JSE1fr$m4ClnB?ip3-1i@c;0TFnCC~VbfFnLppK!Vb?E(`Q_gQ z2JS<>THk2Dq2o~1Ug)R_AW5rPt2+(>4UX`8Nj>Om-1xRuJ{LtNR7y2r;^aW$FzgI8pMMXm1ZjVc;mJR?W4dEG6b z`vFc@dcXI%Do`CKQBO;jE$Du_bOMEAN1QSXYV3n8wH!(ro)Vn{2uzSC)0?hPJkwI zdBbfgSMrV^f}TL9pkYYIbGbzlv4A}jyClP4Y8bpMBf>$Nb*MWF+{PeP=~*}&X;N!B zksrD%H$uENo5{G`BhJsMOB=4JcwDaX9GFJTlc>D87}T}O8aS-;)qpu^wqqxB*^rt* zE_m=9YRR^u3kGbj6|PA}qfT_+}sH_WIRC+%CNL zPZs%G_1iw=pQt63FQI@!0tmopqzXsulYXhBiVJlEytyxYI!;v6sMv@)P>xhnpe`~% z!+5C~G`lS15L);&TTNLDH-u7;Qlf)gJ}YMMQh3vynB)4y4=poSUJl>uccA>!_DNl| zYw?WyuqCsoPa0M_4!<;@J$ZXUA)Wt2n*cNX_br6C+K#WtYnAhXDFKm|WUr}1Yx1K& z@p@7OVSvS}O4kVhRv%^-VKBAX025tCw0S-BZ6YV#+Fz(7Z3bV~HY6(DE}{Jf^-R|_V|z`+QViap^l%ODKcyRmNF3Eg2`o*wA_z|tmzguNZ0{!_-g05{+| zuv*c`_*-{c-Gu|_HQi~BNOOw$WP+erh<%K}Kuz%=4AlIrJ2xQ zXK+?^5U>FJK$Bz}^*|<26S;@z6lfKgpeezVNr}od;5i&6K4gbtIWi=5)6Rs2Y_+RWEw!z*)%v8sk68*42xO9yh*sN83u zDwLEeYFV#N&z28P=?_Cs2`4{q-cmKiZ2M@wO^(*0NtI9i8flG9)@dxP#Lwm*{M%$?8! z^-OlTJ?P_wNlase7F&8P?ZC{QJq8|B^~ShtEJf^1-2{Syn{H)RPmkFgt?i_@jIPL% zTxu9{f-W45lvpY^lEYkvRYUL$5e~J?JFEnMP%{Rdq6#armSO8_8JE{OMg8XOuWOmi z_GkC{=0Pp2hS}#Ig}b_`hL*b=eI{IZwy|dOZr3~ zzBHH~3W3h;FS;)O1wp}Y1>7K3-tFK8ue=rMlUR%Ep{4Uqnp{ZE^aR|?mI0dNQ%9TG z8d=PxV5e$mvzwmo7>+cqwKUJ)X4-aAd8KKK_+jnw+P=Q&QLVtOh9sa06!v-$ERt&7 zL%qhsr@AU&=n}}lLMY*?7s~|u5Nmh03-J96sgKyWc30S_?_p#g=lx!@2)|&e$_J8n zE9`(c(sR`*FK@@{%6a9jR-d;FJ)*8pT73;N*1{@MXB3V!UIVpJq|z~TYxTUVZyl?J zo!z%HjRz#!9oX~RRO6QhJ5hjp;i8dNwZZSVmbu*xwx6nq#Pc0@ zWA?z|_cJ3Ng+N2JZbB_|A;2W_FHD8_%EspV?wUQ$sH`5i|F$D$ zI|Aav4Z$B>)t54oLgQMW1L^66Wl;;?d3rfn%B%#;(PG`rq%Yf|8CzAv2?aAHGrm24 z!51SRhOc|*#WZTGUK#0#UH_w;(4QYc#s^7_O&idd2{uwWg1n5rrUi}rgSfSHaD0!L zn~ZNF!Ab7=k|x|k1|BMLo+agN!-JC;WyQZODe?8a+6ZRP3p}SRzJ95@pHw0PY>QMP z(`zu3N@ND;C1`te%3}2`c*)g~Dtd~mUi;3BMz-J!eX1e5wK{zuAWz^1*1vU^P`l-G^Rv z1fCVl!qdmGzr?E4*$Thp7_U>_EAdSb;PwTZs6zL%t-sC=uDe|G%8LjI_ulQjcK*Q5 zopWy%T@AA9l_|*p7 zXpeBH5AOmYXaepEy?F5UUX10+t0 zm&h_C5T5u4U%u5;$_6wg%U(AZ?#LYom}nhBLAIje77Yjp_mA#8q5XpWmCCV(Ye=fG z1?QX#7w0AlwpW3DHh}q>PWQO4P z(W+}?<_Sa_)kbP(lHBhQRARzJFixR;z_~{sS82dXZ4f`^CB<;3V=lKdfy_IJRa#A( zfPs2lawSdW74Ax$&;d97uz45fGaAOfqw;gPn;mkI!uC&yX zYyNg-pMK?u2*}lIPekf#PsE9OPsG!DPsGoT)u*Hw81(!%w4N11!sochGtf{HNc*6= z%d4g9HIzKn6aa4c;Wm0td5H`e3lj8&7yB|}58(E3q=u5Zt@}{9T}WJ%M`@Bf601Nh z8Lq#k`!Y-m`@oR1V}(cSGXyl0un-8Dp8~%ba$DuF_Fs4e76@CqdcCRK|wk~sI}9YY5fQ@F1E_a z!;!524h90aARcAnwsgQp4~ZS0AQdw3*Rt98}oDVIq4hQIsd1Jn_6ORCg@crOO? z0U8d>XyoBeFAcJHVLqx6g?Wy&OQL4E)743`+yvUJhrPMP`A9H-cTVfp85A(jzBKqQ zPBbzC(wBeC?R^J`21H*b|Ahhdw%uQRRru100)Y^tMG?DVKs>zgr9tJfA^7E=ftu(> zqz#fZ&b0d+8X=(<=5+Do6+gQXl1Ak$B}T&kMv7 zHnc(O)_a2Y$MY8MbhuDbBna;=VdX2zi0S?MZlym5CT_>Vt|~$ceF68FRF0@ds;Ja* zM9q{^YQx#yj)_;IB{Rai?64?4t3k%E>5L4iRXJtSlimHb;L}m{UGMx0K8(wKnU_0z zzbm>E?*JZKqe|#YHK!PhXwVtF@-{D*`U6$vk367%4q-hRKEfyP4*4C8#3Uj11u^$7 z1ie5kRqGnqaYqV6%f8g2*qZnSK&FtqD^qo+(q?yTVWCxs>J;lhCowsQvHtl`2fey- zR@)9jvTfSK((zD7ciWrL}o4kTUT{7hGEriioZc9but9zesC@d!hh`AB0Lwhjv0o4v@of*=otrN;f-vnvXn<&&7>FS}zu#lQmhF5kmaj zH1yJ7B5|MQ2Hnfb_whMcsoYWN;QK^TYXQnL%VoL<#ahYNxhq2RSh?$;oo%bFoY@|I zYaeAO?i_Td;}N0sjiPfJoQBG6z%+x{!}9eL|6o&!%^xdO8^W z6&>ubJE|v~e!%OnnMK}NV#;K=0oUVi4OmFFJ};LP-YsqXilTl(<~`&P`Tt|=+XG_C z`~P!ENG5byrG~YHWGr2FQ!}iG(AFSIrDk_6-DK8NZ9~(XB@DHh#nQ8=K@z&m(p1zm zQ%#rMwM3~jskyW(-EaV`~CgX7IvCB=X2iI*QH*KFQ!ZvpzdjU zX|X)$z9I@{#fWLF3*i=ZwJoX<2WzB?v^SLEsn@Rec`$SqK~*eRuor}E`5`v9c^5?~ z4oy6+V*E0h^P-7bO@zNS0D#c?lKN-@=@>FijP9U}BA>EM6kLgF+2BT$kWa#|fpLZ6 zjRr=@Dg1gvEz3k^+r@I=)o*Osy|eMN##n-Nt%oJOa@g^Q#bA@Ve7lO1kA{8__&f}W zJ5Ah&2mP|z6lCut6pk1m;dBLN`b1*b0F@J09KbE83tG*fs; zd!td>caBc`StABY{KFIBe#k#n1$TeT^KAdwv{>=7;@ug>{{Zf%FBP;a>|_B@mefLR ztfowHXrpd8riP{9_S~!)SYCVPY&x}hXIK%7@c^B|fhSPblz1}pE=IRz(Phmq-`i1< z+A{LX6W?74sl4sSY>9jm&>0)yv@)wQR>d&?4e18jrq=;SjEsfO4%We|hAtFC9^pHLB43)TD~1u*1mI8!NWaRgrn z;R5CsqXW9p5YjK+V=x_T^BVN%e-ZnD#2^@-f516U2O(*ZDscdY^5e^l z2g&6j{MDFQZER?m@n1|UUWATTL$mRtRPcDBE{2kB5e(14?|XHzoVxE;>DWLUZt9{R z9BPm02#NEI9$s3}Z)+R)qINIi>AR~t=siHF6lrL}KY;GwG3!fjcVseI_u8biM7UFH z@DBYHtR)O{`0R&!5(ce3QlSEjDN8&iSk9kx^MP#X{SJISjfOAjQ;MfuemMA`-z|7g zf?;ANSCc;VobeguU^A=Fumn+VM5^qOsKI^_)GpO~VcnAmmxu+s(`3;Ms$+%#ix7+a zzGmRt!#!V{Y{1NfFJXIG%`z;*Q|dX`;tB&-B^!KczrJ`&ll~jzI|f`R@5mgcxXZY= zspnk{-nR)j|Ks-%Lm{e?rBBU>=^`zQV9@b}l73UPq+6RyEP)S|t(P0cEUg!wz)C^1 zpG9`g!GkaH*&zNecR{K-+L^8$;dcUYAHGWdjG#V{`Ag*=+{7lF?&7NQY8;)6 z60d;lKF{I92}bvNfBYJlcGCFoSD@d^tq*565-eRq+l$I@TI-iTK3p=G5b7PYMRvTW zU^^1g_S$6ie{iydr5}-sZfjyXQq`_C(Ck-TSWq+|4E{bm6D83cbx!nS^8bk+h|qTU)X3M0s65X);Cjw}(1zl98bO;!TvZZ24{i$=y`xmgD~#Wr z&CGcM6LY=u+L+r~sEK1m->^&s7J@sR339riL0mMbYyhMH?tw~H3YAQtWgNMf8Q(G2 ze|@*S{Pyi~`7IbisHq{u?{(RE(W>;?mc0Dl(nQZ5>W+~^D7-Zu~+1*C^gj&q=}^^XB3vQRp@Y?n$BN^p3=~iKX|#Z zQuE#DGozVKc=`prUKgZn&)lK38Fb8mlV>An$Qp~C_q-V$r|Jp0@_nh@mkrM9HBoWK zsjVnffo7G!{R&J$X?j!GWD}wT@_QN@`|z^6ONf^uYq%v{q49Zz(~+H$A^R^Y9Pak|g~&lj6SwH#^A z_li*m>?@5g3+&pwSUEhk?#ieGcEzuDTin3`JHc~(9HZCB2VoQ^su?}PF`i-V5`#hs zY)r`Zf78gbLAT6`lE8-G)%Oh|hCPQVX7DS+*udCzi9{@AE6>VP;LfDe>2fDx zL8-VlFv~{lkL}9VD1_p%f;lluT`d6@Dwr+3jYibOdVCsxrf=(m*ei;uXG%sc**9p8 zD{|EMiXAXRq9l7F$)!Bo8c#&n|5DT@(Y!XPq#evMz5O88%|6*D5G^c6yZw!qo((}R zNxt6e-r6}^1g9qr@?!EGynyaP9qpwxz+cFsT(Q)EurQSw=+J$X~vX7qePkIX1qph-2pZcYA)Qj#QHM$Dq9axcW(9O zP&}k*K(+R?jx~jMeYh@Ucf0n7I8q40_$<|SYU}#r@W4*PruJSn4UBU5Q=vcbsVCt) z9?nVD)5pdrtX_&IMI-1nzI9=LE8&uK4N_Sp{)79eiy=KF`_r?s^TMM)3=aOOl#)aL zmv4tP{4hSa~(2V!M%yK$7(RkM0eIfxgV_36fewj>Gc9udj zh6g)zq*+cCybXBGAdFB!=qbI{K!^qn?DX)3IJ}+lNGa+;*>}_0dgw(F11zjmBRR0g zHO6nPdQ-E^rLc`>t51_X^a^&<=Ur{*@D8%TvAe}($C-Q1_B$I3@^wpHv4*(4M*mhy z9BzUqu?=qbF=9$H2~qLEEn*vF_RY=5+X1<$Eua3yr4 zQO*#yNb^vNY!B~WQvfr=P2x$!n)?c^12#bdqC{WeIk}IJQJoY@AE9m}mttC>W%q|H z{#f_&S2nt_Zp!lZ?bIuZ!fH()2dtt$`A_Q9|20|=P#CA%3Un*yFtD~2?ZU0lMh#jR zi!_XSg|H9Zp<{_&vL^Bp!!dQ0M9M2wcFu)orsgga<2zp`{F-6sZ(H_{@9^Ae((z%w zqPYLroaT@_ArA@GrJkFhI0Uw@S`Hm(aHF=bd{!5GJl>!j`P25*F7c?$Mb}^sasq$a zzNW0ZEo)2whC$hy{!!akU(lUcwBG*a(jDaZAqsCjifVmDK2W0@M5%(As5l)8(Q#d( z{txr|(LoSAb$)F!y#t;&v>+aeooO-QAIN~L>ADRU1*R$C+yTZRYc{qv`fu{cQDM} z38=kI5BLGvYr3>;Xe(u8>p)j#xuZcx=Mz$k3;ht8|T0q&qAua5lxodtG<$k|G;DEGmJR|{TlK!(s1r` z3Eu%bu3~J zgh9VwfXUCnJy(zc5~YHseAZbN`^-`M8AuX;u85_^=EfXWEDgHyG}PsYB8TVHH3(U2 zxQmk_RoH~|v@jPo@m;V0U1^$E9Lx-+KkBh7thn5UA8c6P`uXwa&Y^wnk!LJHC zeu9QGBXnEunbyGjyp$?|JNiVN-{X;bsoTGKx68AE&J{=JoTygz13tw01d3WbBNB2@tR ztj`0sNRZv#D>-|w_JmvC&zHp+*0l9H&Ny4YwW%O~bhb1mQh(ETpT$s7RFKDsi8lLY z-!28;U(Tq4UANje0rKT5mJNuKRZ}+OV^zF!H8%1|z|djEz#j{%T2%M4%?`s{fXDDR zo_~pe6a$EL1}(fCEtrjFo$BiNy7g08*32clU5fMY3-P|?2b^AE@9uHoAut;Y>=Zr1#_24(DpRTixP7|Jc6AX@2qwZP?qQaIrj8T z9vypLN;o(Q@;$TYwaF?qY<4wMvlF!3NA~)h`{4eO?3!*?14ij41RIxd%?^WR1v6WB zcSRL4jX9q1Zi$G}fK&v*ii&}SrRvPTj#;;yzV!I6Ago}I+qzoyE0{UKj^Z7g*LNzb zx9h{deNVej!<}*ot3LhDa9lY=z(aDO;3uG#LkODg=mIrz;2m9tQZhZthUtO_V~A2d z9kXJ-4_N)K!HK=mD~vbm9AehpYV_Kg6QwH20W-5l$?~4xV1huMY#O}I!7apR)`+wObgHU`ky1T<8cH4)_qHD%?2vgYFSPwF=`6{I{4d%TJ}>m;KG zdKYecqJF6{$1C6}l*4hxLd7ncNbb=nVY&w{>O z=L9UgJg@Dk&Hj?|9WgHb-xWv`ZNFRFAdhTTRA&Ke8K#TjV=2Zm6-6L?guA1hqpq;j zT~WuJ(UJg^mfUIqpjESD^La@%ayx9QC@vx|k~#Z+am<3ke2L4h)F&-ZJ~-(Vw6PM5 z0HJN(!^$)xMg%~_hd1ra(hLIiwVpnK_!x!RiKqYRAvRL$m4yZc=#lGd~p`S|8R$`8P*NHe-PhCm>q(RxjSqiTo zqtFbn$KrRi5yup}xcCQy$M^{Cs8__3$Z)2yXix?M>mPa24!E(VK5Z>Mi}XLp#?z&u zV`c0bhw$M**#ij?P#8(lWoW&A_lro&u#V0i75Uv5=;6^gA()YBIYPNL4wcXNa$_3! z-Q!Iqxj~-S=N|iW|CG!C-0GCegF0BWqMNAgo?|Z+k3KHn%(cj zYR*MnX^KtcWfty4C9fK1WFZZ&O~O-1pWNPetEX}I1vZ2$W?M&dc#2GwIbFrat;fuc zDx?7M8KR}KY?wCuspvd~ey!+gOexZ?u#&s+?m#oHWSGAy@%-{ytT8uFm0W^dl9s;M z(|vH}$B>Re--+oBw-`z` zo`~I-7cNstUee`Mk>FX#t_kNQh zDHval-qf`!OF<*>hnIjpFT9b*Ljo!Pkdq_oR4(CdaV9gbuhgIzVemVkz zU4L(btYOPZDQx6&^iTevVR#wEAg_@}L?Ie2mGW_DG)&>`9Q=mYSEWLZy54nKg)4IS zRK#B(OSBCKS+IYMws{b>zoa-Clpgu9sAOYVezL`iq8PkKuzNM`WvXcf%X>YU96%;KUqW%-V+u9czJvG!|EC z8M8p=xYXS@(m2!h`+p2b~@+IxT`SKFbi=T154)cxN{D`3O*irx)ehsT>A z{O85^kBdW8Ayu8MSrB(O!-$+81EVHbN6v;8_X04-#}npc3)wy@JxV91856e{bKsvY zG??kv!Z(vVRPYlFU~UMM-P`sd?eyI*Kvj1qsOpZ+m{>;S#SW-U9RC4_E1%ea5|@3NfX^#mDK9y9`tdesTod^n!tYPs!m z_4?MuQrNQvU=vbcrLgp2?2y{pDOI*2H!>vghzgh7r8h!&^OMKbWq@AIKSy@H zsLy6Z%@kuY8{H^XMkdLLMQNB zo!}$lF1h{FbPY#AT4t`C-b~KsgA03ZG##w>Bzlnpu@@Y@SU@ryFz-L>D8AMS;TrIP z4M*+P{-DoIU)(PTf$NZ^Q^| zXcGtuV+1OS^iU`@lIo$QTaydga-e(7I4T|BC`S~O?)AAO(M@&8Gr{`CalD#7ybr!0XL7Ygv5*;AnUS)fjiN^1zUIr zL`v+(!?1DHh?HKbn9|A1_CbY0{=P27_#VLmG)tmkPwVsSOuP1ox}=_ z=tVxnj2C(>XzktHgY0Z*^MKP*&!F|HEkP&>p0Oki{V?g$Oxi>WRw&4-QwH-og^l8- zZWN?$Sazq@F8N7LLSeKjA?s9bSbb8`VjJN-6FPkprwIV2G}6Kcl1DmOCm4?>W44;k zGps!bt&`7s;KoSbkMv_&m(AVv$RxqSjy})%!t1z4wc317vHjpN#Vpwvm%*bKlbveH zCVW@+?U}Db(mP8p;DW}Mh0he{>8YGau-Tf5b(W*$T|r7VbX@p3t*E~NUoUU~`%3On z7*q`^740ERvChHXkXX%J+$06(F1kuJp&$l{)u-_Y!-}g{{2r|Pw$c%_G~aDVsh@p~ zNh8Pxf5qrUZXL;jfV~g8k50r2;-@b^;Ig2ZUd%iJXN9Z`H^;_fZNVQv5#SX7)L=L$ z-<~-u`9@}XJ!E}E-cy#@OP7#)z6=|@xKmW4?&WZ4Pz@R~Am zA%0jVNl~C%*zK#=VP+{zdmf|4(F(t9uqS4oO!iR<7DBlz0q$)0eAH}UT32hyNf@gL zV60Mn8U*lN7P|&Hy5CN9*wD>AVxs~d*-M%((F>zz5KGGdIaesb(bfZebFCN*M?k+C z_;4Uc#-rrOGPN*)WP_f;8_Z;kGTiaOK>o{2Gv$cQsh!pZr~kxE)}*Fd#asP7dcn_g zAg+#*-%ZAifP1Mmy=0iuC~p*(2nP}kYk9V8a5&S5MO0;151hZLjk4gFE06G8YJ|*6 z?R3T(g!x{6JF9_Y}kSYdcc4M${h$38JeR zY;m1889eIL?P}otAJ|VDaS|KT(fLZ>CPbS-S__&XR0%8-Ih}k! zw~{XeasB}ox=UUX) zvjE?wbT4xmc#@_EpH;J$=`)n`hSFBlllNM8mN!{k9&sZy^o~bALnYq}_afb8?0?sF zd>aS0x)T27Z-`h)c(OD(^x`MkhW&z0PBD9cyDtekY^N?3M9%4b9NHyp*I_N!f|s`j zcf07toQm6P88aeD^Rt7>ub_!S%)CCn7-f5MRf1sH!=3FqTv|HaH_>C13D69GP{TS3@~IJFFXCEfW`lm*hvaCiC9LEHOYu?d~{Yn1F=3 zfx-tKd=IIb$xndWc*K|uM`+4pJP(v;M-^Eu)zbt`^y#j5Ivm*!?N2*DEXT%zWI${6 zAg%X9b(-QReLAA0HD4-i9$eggU-ofCZU?8+<@aBrMwa|I#^?x-tyqDs*XsgeG2f?FPMSOVyP!IbE$EGl0g)K z*pjiKn*b`(WE}MLC|M1@n-*RYpZlMBdU%lXY-}Ou=~?hVPtUtJ>jdcO!6^B^>*>+o z2#$qd_K4n1YmF&yW>rHDlg{XO#u)n9PV0Dch`yfnT=r|Za z*Lmh1dM53oTSv)l@LWwr3_QCJy_P5EM}<5)1%cdUZrEAhkN4zrW3z8>iTdpHnDmN+ za2`Q%#{@aZt`$=;)*eR3oGSLec^rVy1s>f|`6!J;@`sXQO^E0a5q1&TjVEqwmRh_K zQmj>|cJFzX-~F8UY5tk{LCj>%{b2%f{+u55O%7o*uIu#hk$&*6#+~%nQE1=*vuqwY z;$E&RKsMcYC|DGZ3zceHEED^+tHv)}woA_Ye3EY&LkRvB3 z6**3gT}6dLB`GY(A0Yndh#n3ef+y-%7QSfkC~W4%meH?GtXN;r#zc<{3SY)XY(+iN zm`jMyfdqPR$RWVLL|%c4j};Q;1}|QFl?QV+`unc~5&Pzg^5LP%SXv$u-Vyq*?yqRS zrG8I^ACaPm)7nj}+6wXDQwIT4Q0dfz1?baWn>^iQJ;E|Ta<4i;TBrEmY-Mq|?erSE zE0TQ|Vp>!g)zq4Bb(7R(g)(aq$EwEb!~93Y*Z5tnXxd}EN%;bQzq#|Z$)~5ZEeGOk z@&wnci8J~Me(T1)g3o`@7G8EHKM{WEo5*ajo%cs%o=d)o%+p?uM&?!7c->%)GlUNz z$6RW$)_e5;2N)%A2_5p*aPvBY*%$DC-mC5-8LJzkZ?NJpp9xA30U!jBn^SeX40R;ypYdLT8aw3z`9IE8zcsBk6;!&*x>- zW-Y^xOLPoS_2AqpDK5Tw{6)}1Zegsn+}@jMd%O;WX6P)VjHS6Gz6q6hoTjB1JEzaX zi>T1As)DbUeN0n41~~2+oS6c*Ugj+EsvpZyaTQ1CQ6|sG`CtXKP~Ps?_LB!R)Z)ve0yHt!L)-@aV*o-R05#UZBS?wMkg}_l73H#05lxPKQ6no_q{@c6{Gj49 zhADn9{^rf~L)5fbUyQMZZVO%9*kf?>Ek!5qyeY{m&YuZ)!D7$<`1nrT6qU{4WxZ+F zqbVVW0Ldh()CRKP5dcpC3yE8McVKfyxh%v`n_-Z=rd$?qWGyOAkvV8x?ETTf!w_LO zQ=?i`EFrO6E1^Brx9s;ntTmdgFFMll%e|KO3JPK`t-G{l&1BEX@4(sqOt%YOUQ$d% zG_Xlf4f`9v1AS8fTDd(B#|12V!Gn>pf}fD7@yLwG@I@^z2d77~=(~&AH2#JgB^k=; zZS@!MluwLV{X|4zkH<)6v;4G8-sRBxWgW5`QE-``{0zq(^a>6_v{BweG}+>r0@y}u zG9Xn9v*dFcPX7b)n4aUIVJpLewv$yDdnEB7-&FSy(z8U@!41VEj}iy{!e_>w0H1TowLx=!;p{fy0`jJDG97ljgG2@bpWseaU}p) z1*=y739!1J{XC7FNCN{TySd~a_W`JtFbntu&_nQ7!OdA< zl(-H)V(2Z5*O8c{ay3YYswXflc^ScYvTd3x-I|wCt!l0FOPGTuR;nlA89wOt68Q&W zCFus>MsM?VvNPuAtcpu3_I1l{mL3niWy1P(203*v+?)fvJU!%xgW3Eq(8U3~6kq&f zgEgK~i`*<#(#)b8qun=x29hvqUd01=fY+3v&+(>Oxi#C8H>@kk*cZdi>p^>hJS8dd zjHy0XL)Ps3vRBbyLEU@f=j{YJ=`CtQ&?>44&aIa(qMBd}$f3NZx=vRhI{(=OXX{wj z)OKj@!&oUo<3%W$&;(1|ViRlZ^pbrR1(})o%eRMZ|K&u@xBVBsNj?BKqsN#cUxrZS zZj1;r^v&F=Oj}M?cU{)(#zOf#Uf)`jaD2Z>K8dg^Zh3i*epGEo1Vtf*c))rt4L4uc zJpP92ac@~%-~RlP5by5`u0;oK^d;}me=O~HF?z9B3L4vsr1(*+sa>u!ab@|I%UwyGcT9wK)bs2bsdR zDDb-&#dL2GSn{1qLUSHWEgOhSxZYb*sB@P-LTjC(+4uFZ=X z*xcKwLPqb<+@_bY^X~>1x;X@rosAtI+&cTw<8j1#3a$B()%UsZh>w)py({SGd=Y}8 zY-<#=D)TT-sGNDP#X2F00s z_7v`1cWLd{TOrL<(!XKNWJPnn71Ib4i!!K2JY(0W|cP5h&pc#poRdC2ylPXFx5 zljkEkc$$I!7UiC3cf24k+Qa5-V0uo-b`EEIXj^-O7t-qnhX?ktDRHt%@Liz+8JK2R z7Y)RzE<;?jx_!h}$PdA+OrvIu*J(PiEPn3IDxuTz!!&t;yMcmlG6o0et$*D}v0 zb6ycXtQVqY$MPAjnTa~G{BroxMq=LeP~TWh-abLowdzi%$XJ=P@gA+aL4t1tVB-*g z{cpePhw*2^AmQ+8UJSOGZ^A1K6Zn?K0%8TA#e4&e$K{O9$j%Q_)nRDiIc*qCqaIiQ z>UoJr`N8>5M`||mPSu3ZF2;Y>C`_X4zTEG9=jT{%A;&Lnr+1ls1&jEZ)&wX*qA2yX z$zI6yKK;U6K_~JfcOby0> znp=g$dNat9m`HinMv^qkrWJeK9_+Qe4P2&OE~`Ol|DGq%3}3!G5BeWwtE`KIxLbxU zu}X1-j)t(>u5$q+hZ>t(j}yTC)QYMZ4)An(*DD8BXxVifJO0P5`Ft0hd5rh{9@eP4 z>$G5|4m`8emn?V64X3^8dzAFr%`ToyF_yh(*|=}2p?`fFE`*}g88*#i_L@a>nECxI6!C!VrlY_q6}hskbW{X{DLtc+9D{kRAK%4B%c$*#i#@ zpgO%q5ji-Md`K@g`xcf(i|_+F3FFfT(y(RD1s;{+DPEIu!@?iqF0^Zfbt~K&a16%uOgH;&gWt*A-!=S*HrsA+`HvImbB^ z_hWg7&aPB5{$mA6*|39f0-cwq1iX+3>_I^|0dIOsI3eRG5%899g4lwGj0z_JXF)Y8 zobdG<;e<7I%WobW0~NlwyFnXXW$-4fF!q2GHVpn#J(?JRe)fdB<3T}rGpXX_ODGYw-VEQ zNQ)@rc?9n0;jH&?*vy&E2Inj|g6YOW8T)rUjkNYj4{6ewRf^lxYhinm|5Sk%O8EBr zJScZKvzW8j@6;_^;%4M*D{hgxcx)>!Vq07<`2m(R6N-&X@C^O?#xx=VJK3&J!$i<` zF>vV0i!hLv2#&zoYZNAOt3LHi7qFB0$TfyLj(4VAC&<$}E9|Ra9v=!PN3>q%`}?h? z>>o=*6Te;k-bz{>9iK-h?3Wv+!ZCCmO5>yn+;72~`Neo87P;y4K)#6o8D!TL^s$6X zi`Vk5a>-0QqE* z!uGh}zYWIU{F#t2yf*oe^TZrR*e6Mq0+k_}3t}2;M}hN7vH`ALKZ8=mD@o{By}>Xa zfaa-)RDFbL$KOP`IpoIbD*mE1d0AVC&gJyjrOV4yDqnrx>dzO!ZBY+cfV`Euh*QZp zP6yJ(Zm(6>aVL!}2!A1V#Eu-?ztvxk1?FfuhXv*>L;}cPO?lL3S9thxC#bcqzn^pb zo^xKGbJUVxn_%rHUvkh~ya<5xV1~Ac?~6BMKGc-y4>Po7(Bs+GTm%2Fc%Axx$ocumKDb$+l`GV{uz0b2cVPC!%x~_SJ%^ zXyT!lu|7573jz8m^SRm{NjjpfM`YgF?cvd?!J}>+AVEbiX#*Y_?smWQDbuC`+7<0*e7}sq z);-0}9WY*P=DN+4aOZ|zdjg*1U)sHkDgJxUdnuL1e$EQtyK-V&J5)TLuT2&Me6@?5 zd^?|P6PNg3Gg$FG%M7;t-G(XPg~>hSW}fa5gmvT+E@G8ur_v8?tp(W2o$CD{d(Zc# z6AK0{xAl@!(55Trk{2fxcdTs+Dg#Ff(+bH@IULa?@HxMTAH?Uw!4zHPTjFkAG#d10 zk%EULy#-p#yN=3QaHeF=fxq+6h0Ul9r(=l&t8#obq8q&`+oP^7A$Q{uQ+8b5)6KrR zDD{?`p68kN%~AlH%-{a+mWYHC+F z=6_CCKp>&}Y^_dTg0n^XLZYKlbyHAk5EdTzZR!P z4it7mJ^f&+85;lsuZV>U{r*k=vhHV@z@Yt0<2Cs*!rLfDBEb4_Hqh8bx-124bbMj4 zW?b|eX#2jsar-D}`-P`=Hm4%?UhP$tT-+Oz6R8TzsT~@st;m$UsPF3fV=)7S9!;}& z5)54sbUUZbK8PY3tt#vpRZy*}{T|$ih8KE~HnoKm}w@Jz?1e)adE9n#W~@c?==BNC3-FFV@Z& ztgEZG;QU~2lxJK+#C7pOvFX&j9Xs+o@(|ADE-NkOtt`^KP zK+rLTW^XHQi^YHxnUXQ!_eHlhqRyN%pdQ1^)iG*a+_zSsYACV}t7q`%EJ?q-t@kVT zl{oPE zh#O2cEcAH}-{xx18as{ODKzage6iU;^3^tPQU47ct*yRlI;g;-EfUOLFNZmwe&t{YmIjTJ_|&_2(J? zp+Aqa*N)02Tf@l;q4eirggLq>tLUUCTYm}A$E1M({elOX-_u`)QkPcqiwNEv3nX=m z^iPdfC-(+K4}l@{G^OKlw_DiRw6e_3F!1HGsIIBI~v*s;T=`Nc2OMx`7~oA zI*_R^=u*r|PT7Vr%d?T{Iy_rxwd$+%n7V!%ysIcr|Q%*y*S#fn17D0oIT~|tB;_`Kz&lYSf!8+S zJ2PDefVMl(pFdDgusC+mEg8l$&kFW&;i2}=Lh4nGV}%H>@RCoD^ixr0lX zPK0kGSkuzRMcE}6W;0J++`bLpN%+l?pX_`d%UUaD1Jg*VK)dQkF&BYxEa0ur#e~F$hyv9m# zU6HOWbZ$(4b{f$Y8xc6?c0sk;N^3m~$R~|Zb5Mz<5t1$NV7lU{ozTim)He6T6Rmmp_sz9rdAJ>XB65;{L z@mAFp$Y4_*Xyc5hyF`=mQh)Lu$mb?7?2^muy?3lVM_P*dlLH^G&aW*uhASGlpjYDBAP&~R6yv9^+6OvfPO8L61vmhDm(!c_>-<3W&$^v4;m?*o8slMg0PJXAhH}90S zFusWO-BfXwBZOPb>b^MmHhOgft3je&=>TV$OKnlRFgDfI9ahl^SdGnKGKiHZw|Y<* zPHjM**D85vzTJ{#CgEgb!3Mc-3AyJ7IAluY_tVU31B z>lg-0U&%qi82)TL3Js`I<)$rp*$47a(c#v3u%^PcveQw4xjhqIe(LGheU#yvK6xf% zUh$2h(v#ZE?1LY???%1{QMOS5R*ki+34qQ*&_I?dLP-7HGfeU&I_v5KPvjWMu)%W`7;em1$W3P5X*z$<{g&Z zWe2w;eC(1ycOd++&g_^Sv9SB%Sn+*hcjO|~Td{F(hO^aG+=!hKu`#((B_*C)(+?k( z;5&j0#Jh#@Tfcr(UXcS8c-02vOK%VTOJfQWEpB`N`5oo(+0r`XkmI}ua=I_f94K3s z!edy*C&wA@5f&KtSh2{oHbJ+}i=|O~E0_h8zMnKD^5aibKWnpo(RZ$obut{JSZ5|F zvM00GA!3<#41+JBttm=;}$R9LOdw+A%A@?Ke?jW zYc;lLM8%l0CSpFUl+5*qimnDM zt9YedoSGOH`c|O-Y4wd>PI=oyd=_MEZTYQf=gkNG#V+eF+{_prCMT8x_U;Chw{kBR z$O!t&#+&^0P^Gl$y|6(cv8Iqm2QcsL6klU5xg@HoNA(5Y3u`zMKWNLN*N_wOeP~K; zkY_<%PDDZPgJ`=erMW!|cE=v}aD} zVd$%!iB3Hb1CQUHK6l4i_xVmR{YXqtI1fM*&{TF~(QppC^r6hBup=7soBpHUD$29g zs8`Ytu}~ibcNgk?AfIu2IxX?Ln8F|4{=gAH9nn^ri^%+mfZNn_6sL|yDR`}yC%=KpE7sI}6i`Cb9?RU`BI8eEx^d=^IQnh(m1=E{)4#(|3pMCZKHYDdDoe=ado@X<3bXC-C_N06fCeeJ3>75A)Y(y9y#ZUZbR)gGm}5(p z6wW)>3MZvFhYhpQS(3u^2 zf^8M2%0T->mv}@1G!%TWQ34 zMZ>E;PA?oRv%{b|#;#W2bB*-}WUO3V@M4`2Za0i?4{}WT348NZ(H?fkPibQ(->K(F z!?G@FKh94G^HkN>Oy{+0Y(z01l%C*(x}T2QXL%svr1?4Ic@Cri4rr%UPJbJJ^1a~u zKW87w(1dJ)JD15qRV;MVT}Ibndc3-rKizncrJasxKy+!6+-ePuR046zOd0te%1_6C|F2cSX2-{riTnADaU_rMoE1d1)>S`=(SJG-u4aUj7-e&S z-z{Qw(ZStwCv?p!jy?kwO715SJKd+*x|mYjt!tIfDSIIJ}#M z-H&C08+)?*sAtXd*zemqsJjaN7oLdcK~)>5*Fi_ex|Q z19hAi4Na<+FPCDo8xvq7$zF#IrrOtky?R5LA7g9sqAItE3C<2lpO#RW4?cphG;Xvx z3V(+IwTVn3nQ&W7=-sStH=`V>k|@xXw6TIFau%GTgQ?_WHH}Fp*v9ii+yMtC{dRnz z&TsX$W{}4NhXG0I{shTUfh!JRN3B!S=AsjRM$2D9Onv8x+a1dF-mrsc2UEzg3X?V(Ch9)bltk#@h*0 zkW(%Pua4On5i^BSLH=OV`?? z_o|B`U|!<`DrJRk=fXTerHsE7RLZ*b-$I3cz9pnEI|0$+;NJG9O4-`H*nQLAsFaa; z3I7!<6FCl@@bAwCwNZpzL{o_%~ zu!TMd=;k!M8YYDbO&SOGjRUMVEf73PX>w0!o1h0813l3DqB@pzO4Cyt`666scEHWS zU0LHe4mZ{MeLgt4Tz@7>az9N^+atY3*k63yQ&xJ;J^Ol(i`H*1G{p80B-JI@l^aL-peHXJ*`?5>Gc9~; z_78MsUX0?zqz`gkx?;PG?h4Iu2u(4${Z$ay^bh%SpzqXYJ@jH3g2_jM_W*fMBx|^q zB^i>Z;t7ffu~mA%Aq#XWOCkMx;oR*2>lkE4Z*~;eHDDAMRt1PrxS7_0n^1C#dL)$im(V+bhUUg zPv`N5Ys~X_MS-`9k8c7@*ZgdkGoqbWdh$%a=X|wsY%)@h5(|O3^dGJB|FEB&yc#Fz zzd=_8OViR;Li7tAU+e>Vp44~@DhNynGmQ7}Q_2@aB9<#8I9hR=kJjem=d7bcuz{HA z694JbR!_;{c=dFiParpi9Me4H$28QH-HZy@K>^z20 z@L^+UX3(0FvxH|zd+*UbaH==xX)p$%3r5v21TYc+rcVunQp5Ne3#ggFJ69k6G3I)o znUmMc7;oc#rbU0oT_3Xc4YsKi1Pz@0OQns{*hP( zO^~x4%tjY*e<+uG{7tzW3MWds93E4}+tTHTPbmv4ObZB1W;&S7s35-PxKsq4Yt9rO}@=?_gi*n(_^~=|Xlp%n3rH+gLg9+z+lI=IJuAjsckyh+Omv3Wh)Q=L988zXy z*w(?6gawJpmKJWYguJ609_7Xutn3>D%dbLioJF-} zbyY2^oMFPMjy`83{-bDM!FC-7k!N90IM@WrjmS^Sn7Xx81I1{<9${T~F1G@(VBLBV zs^#wuzR`Bh)|gyOqAbRP8jLi-O(&X$ng)?N-H_Wo7%mLGj>|ydc|BgvxWPPx6|!o% zNmzb=-*edTVoqa!DEM4678)}a5c}U|oa-4$so3>O3g+xf{{D`aQZPIJA_YSVu_hj6 z0+o228Q(`chj5Z(9b)YnVwSS67ki4x#V1>-Az}=;4J@7ZD_vZIxu#cbSqgCDK zLW^CHT1Il#M82fV^L)?RFO}AeHO-ua)WoBUgzsAYVg#L@nI$!`7tg0AqPiJ^_w|R% zEqYM=7?com^;eY00nA+DW~Y!& z8vV2vSAwLxBym(Qgpbx{O@tsf`1`7VME?}R52#6im%X;?zvoO?$@tPUogR@vd%_%x zTD_m0IqW*e&L-}^#$3>4jrJits1^j?zakw(@6mRjSAsFX!V5wnicM#agUdQ97&Adi z&ST=|+3ymfKLleW68I{l(1}Lm9Kd8iF{WR5vuh7GIFt8p+0&=!2!&B4FAU~$3D-J# z5V?>`EJ{zMMUW?YlJ7C`CT2bW%c3-Ko9*&HHj|A%*JmIK3mvL0hu-0j#pI&$hmY>l zi^+k{X7q_euNhEZock|gGoy4WSk#t*t>caI@wk+xQ=xxDrxL%UQ;{^CDp(72DwvhO zq*L8$nZDBj=v1fwgH8n_rMBUhbgDquZhJ+i+75K87AMQNn2yrS%+l_@!Q;lTiFWw+ zsZt0`l{Wo3RiY$ZI@&smwOlwTTlh2-Q`2t^G6#fAC#0FwQ#@77_VFR)(nz30k_@(J@0g0El^j*^wQCpiZx zkdo6nZQX!49N_HwHEAoxa}dz!uJVfNwrKXs;33@K!7RU?h>Q^-QF!1rGTdpCrLt zB@6l}bJ9Qhh#8^1^h6eygdEWN%P)giTDS z-08X2C|Ac0_ypmjTpjFf!Ni=coezj0;Og|h{XiCq;3)zGFV_B`=Iv~J5D?J$;9;ms zYO^*s7DXfV4iGaQ!rr7L9xZ~%3nu8F>yJ?%1~cDbPZmmHr--r@cxhTIxyieU+j3bd z^`YRi_|;c&EJ;;x5A+4QQUI{`QFNv*D(ZZ%F*1CoYlvISg<$#pfGwflNy%Mr!g6a6 z35QEzgti}}8Kt?e7^TLF;}Bt%yrDF~oI-%o!~%`Q>F_gPD#)Hr6S-e0O~m~Cn$pC3 zpfoZ3F`!Y<5m#Kn3ZjzAT?Hoe_8L#kpv>W~lK{;1sp*f$u0mU?cHja1(6eQcoAoXg zWExX96ouCJfXlf48yvzLG2@kee8EF;eWz@FYoxuWM-wc+2ABAs@Hl6H`eFET^uFr` zI4Qf}hdE-~``b!ueVvmAC5J*3dQW9k-SY?@gYUPpX(#(b^7H1MWr0d}!@!z4!TEX1Q|Z*yAJ{x7nbdZ3=NI`FEyrZJgK_`dJeWdt@lqyQs9S72jMVoVO@==U7}i2 zsGRsz5F+V0hMAO^TqF`1Q$l3p*e1Tc(btEoL~&VWrI+ss7MyWTA`Q=kZeQS_E;zo# zYxky%fz8(s7TT}WhJ3=N;B`SA0!6}5!j73NN;)I1W`aKU@gRlXZsisI4`mZIc7Cl; z*4+UyN3e);;#dg2(M&sgM4rM+&6)+#prdL@RK|PJiK6gq{#Wgl%@Ml!L*tu<{5Rsz z@xC!)&IaVbjdEW}8|(gGB(x$=3gJ3G^jg@o)mmVRGpC3yfA?1@^mXGu(Ym1K=nPn z^(N#f?qQySqsAe(L%r(o6YxyI$|A@7Z-XMOzNMF{D0B_Tx$y`WXIjqfn->PJ^xO(5 zY!mf`7>_O{vz_Hk{lASWrJ#b^eqk^2-NM)F2@rp+!`8qw<#~5nu;Bag!umZIW-MPcvdx9R+DvI?J!KX28ws}IbqQc5!l+}uQ?^ll8#6h3_&gC`>FX&Hyq{%w z-6gLnI^e=co~|43@phS<9Zsdh1J9!5&A9a+m8sAcN2ArLRn*^&!6 z?S@Jwm>4bt2@^NCgK&3Fv8|V?`iV7&Vh+{1KZJ`PK&x2#BYnsh*Qk5cg8^ZExR&M6 zuMUR*VjXc-Z-2l~W7?CO$wX^EH zEgHI`*A;#P&cp&U(2gl=_$qiqd#raD|B`KC@g9dS;qkHxq+)_()|gcJ!#|J{<^w9C z-&xk+bB}qIwqOipw2QT&bp5jc&Kwi=Csc5mv3)3>0ahB|y#culCGEj=XeJIyv@rTd z!=5nl??B$1F2dTWDy@!H_?+$2KKtS0`9>qx(F*W1OGbgI8s$SQdh-Q$N1Y-LmilpfS|QWuZ=BE{RoL!p~cKU>lq%|o*e~0q^LB< zA$OPSmZc}VOPu?MfQT{l|D&~k^#sF1@yLf>2QkVOK6I%|5E$!V_UI-Ur$YMr316fg zD?rs|isNj=x*N>g$XYGFbDW>o#xx~v8T3HUFh@+D>trp zdaKCBD_4dFiVJD_>-)kAbi71}P{1CtBoRDN;Uzxc$eLKAwBCN3+Zt&d2I?7En+wpl z2^#FHCq3y3F)k*|FSBjYVCs^Q#~o`fUvHYXs&B`orw{~Z@(4R;(%h&9Y7I`uZB>ri zFZYhpm@}52Qf*YpeG44+COW-i3p%#O6}%-PysFAe(JQgy>sI6915WONv?7p?dL*_LT}RWmkgqW&kR zVZDSsC(LGgtHAD5D0@a@`Ivxi;cOx-cDLn0W!aGcoGR5V3*avXl@G_;eyQI6c0NCU zZ&9!+yJ-c5_Hj{Mv@Y9V#^r;d&SZOgab-wwN^osJC5-Yk=K2=)O~wG}eLON-mp z=v)41iq;q3R^aVbet1`fBq1ZR$tpy%LK-Kqlkkt!l$7w}>tOS78g(r<)c4rw3$mNj3eW%S z@4T+z;tm6ML)9>8X-Q4Gu3HL)L%b&QbA2fm%1DS}Bbu@8zj9542IL;13g^jXdj}uI zbyj)e=~c2M_GC@-u_GsgY1Z1flGTg-drDGH2lPaxj~uOesIL2M+#Bj3SQo~;yLW2& zUWhE)xb4o`Ux=JDq`5ww4a7?r!8?2F#sa!{h%o%5q#3(B7zWM96Sf)KL31hpKp6rT z=!VsQB9lAS%J88P2s~q4#yg2fD+t zgYep4QMEE0?m|L_xU#>EsYoK<<&O6Ic6&6QO4fm)lzvOWMgmhJ6NqmZle?++G{Y%F zAA+{vh_%_O;s$|zcBo5HHak6gb8PuxG#B(PXur#3 zw1xRzI%qo>4H+4#09Z14vn+azeP>8ZI3Y99!`v<-2!Um!F$8;5dsYtt5tc#M2wP#f zfG3BZ1_FNq`qgtL4y|~VE4d<`76U~qSL^e@w3cqio0wngEbrT6aHTGjvVyJp;@i-k zc;2EQT*-&U@crKjVKoZ|t&7~&YdOT{VkR|v^yk^>%%qeI*yIO@NF#Xp(TpR~1u*-> zga`aJow})IU4}CijPBfn1sCa<=@Db7e?_dPgjm<>c9QV>(pl^)dLX}=cKrn_mdO75 z7`Xl(w_oJ8l$ly?A#Ad;ti?=wikD=B^1TNtF=n|rz56-&a=qlM=CjS0+?Jm0fy5I~ zIxojuyF`1h!~edc*#o!YDeZ8zk5a*6e4D451vLz0EQKDbvTb*Kym45AgM;WP2geHi z3~H)fe_y{fP|?JFy-FEz7N{V-Y8U;{v_jgF_Z_#eOFbhyd}Fnzv_c!d`)7&@E@J~& zLx0u_gRY^EU*jtM%`mnc)n62j2lElQm<7ds^^gZSBwS*=o<=ZgIWU@fGeIW>%z2rh zQ{nypV}@qkGfyJL&rA%^z3b?j@xu2dObcRd4I8u`4+>0FVh{qPrDC}UoPc&(SJ7!- zUkKZ~xi7UIX<@G_P}R|12?xEN09xzu<2>G?rzew@?T>BKmV0`ym;QY<_5X~$oQB** zE3xKY%4Fdv_wz@nJ8WhU6-w@8pqY|h`h02@|A;CpmwgQf-#4ChH$3T%2NA_q5Njwp zskD2(trdjBkfuR~aVLMcvbACE*`F3sv+m4IDD`xe$@ZcgaT+R>d)dDc-~Rr$e7$yD zh3e59_mT|_%+})PaQb`i84&|$MJ-w^s^xZU1c5J**AA?6X+5w=Xbx^DmXxjVSDB&E z`~i_@!maEa*9Z^n58!5*pt82=tXqmVO8~%{Aqbc60hIE=L%)Zim;E?jo?d${VDpob z5D}h;T>EoTqgsZl4i$%Ek-l^U;-s`a(8~XzvAs;STT@md0wvBZo2yti-S$ zC$pkVYf$^g5(#K$6oysUCg(X=2jWo&3m>}JE!fr=S!(a>L4EW~9UQq{1~>}6t|BuD zk)n07K}knHF)N6idSnX(xr@RFY$nb*7|y<}`;Y{{eSZ*mGa`ARE}XPS_2gRlT82fp zcMEe&gw%}h(EADegWXD_x7T;OHs}h^g;`g@Xdu&i3Qo1`=3a8w|iUcdpb=xo-&_dXj@95B< zrFz=$G8X@u5q#Qb7bOK^2vqCy>h{5tBD)L>tG3K4Fa2qa;d&jbhSly`^Bw>6W{tN< z#f6Uproup0W49Ggy_MqP#idO#C$HTUb_S?7MEPq$evHNBIbx<3S5a|YHBWv76WuXE#sFe z!E}8Jv9{_6k@6YdwO24Fd!Oj}?kkzT&0P%wJ4i6)nc%<%;DNi;86 zXcF>1DAn}cc8}6>8y5-IX@T$ts7YvgQ=zk1H3kUTxv|Pen$+fu8H>)mj%yKQ#EQXHDYA zq_d*;k>)$jlxd|+q+M?Cz9u~}H+@rHyY{c&htZG6(85i2&%XjFqLP{f?BN`83Z<$Guz@jk&>7(!w9u%6nJRQC zZrM2mt}&bNOV_ulByD#asw)507UGhc2Wa3NO>x~ro1RsYd6$cj!LQbY8`FHS-wXQE~JdJ}!Pz)F(t8#V05!ZcIUgMaC1WX{#pYsp-us|9< zKG&qI*wp`%@BP+NjZoo;2WrD;X9f8Y42+eCd1Ad7;AS4pzr>YT$K(GxaiJ&RNc9YA z67&xXyx?veL)*Yqq>VXJ&z;gMpQPu)=eh;v8lM|5^QMg-ZMh?DR1gB?Y+>;4_5Hpn@d*gX8ktq zZ@aN*MkRRW(G1*;iku2gLWw0gmuV(^U+@|M_vNk}U=UNf!3jJqL7%U*)7yRm!F)&` z&?!?pw|-mnEfw^mTYdG#UW%^ZTES?Ex`P^&8&P+&#x*(VeJX&C#2^98{i>v(^6nL6-gEDcv#*=fIYHV>7!E{6(bpyo7m{ycUFBS@pD<5jXj+2^4 zvT4Van{&2w0`fDwixaZw-fF6D4mqsn-!ZWNV<+Sv@R>Kh?(-|N2vzTad~OU9?ku|B zVfG7_2H`pKyZg3XB;r^TpDZTQYkXTyOTtDFTFC@43D&F)3r9wG`KNTZulOOo)f*n` zJ3U@#%(g)5ng_HSs#0pfr-cqdVq5@XrVN5LDs-5yl)gjM)nwcSp~Fc8hZZ`#6e%(# z(yKdXw>az=Or^(5M}nN1fBUVe-p{vV`Lkbol7B^hO{a`cLws5aeODo>_=c+EURKw^ zR>=MI>hT>F0q+r2K%9fdvsgV_ahs*S&9Q3R(^_&g9sbE)cmO)W7+S-Se-XJp^#%Hj znumGE@-Gm+vVnNYcpM}MQhy1NUlcB6+kCGY1(C(CfygWXk?sBfk+~LvT^j4NhvhN6 z)bd%7P&=x;qcUbjC#Jp$B71Gb-D8*I3qD&RtvgKnjoCjpvHpwlZ1=z4c@1w3!B7dj>kRy;%lO%2akN# zG+6?Jt$29OVD?E{}uzrwhnxZ0U>_96FyU$Ai2J;^6X6ee$lU95lUlZ6&bb-RT3 zvGJIKsV@=&*cl8_It%Yg-6`x)B5jzQbHMH6oGq0+!L-PeZD{3H&{(#OE#2rZ@QMV9 zXCxsfzdloE@vOhbWmDY{@q1Iqea04N|3~07*uVr9sFZkaRM#((jfd_=63;cof?2S% zVwps}lz@6(=B1KY^D{yky&4>wvVcS$7Unu5<_KS2`FA*AP*#< z#!f|lWRVu7)Z}BT{cKv(*OlLR^6uk3?@EZDJ6y zLxK>())uB-x=*O4=$s_dl^3X6&0mL(BbURGF{x0QxNf}O>;#+O8I8VhZd19IB=bxv zd#(GD&f0;BBHzRdsTa7N4@0cPi4MqJOVw~)|4U}V0d4_PJr3wOP)&S50yCj=u11{d3Y?fZ6wtNYaQIE49;8oYud zexS#e&;Oi8nj64m>8BA?d=jv106Ax(KS88NyQ8QHkf6sa$*&6Ojkj`ye~J`2#;wY9wId=mEFs_&kOw7aAi=G!#lDKH^tO zIN|y0@JBW?o60t3`-K644rrUTV;clp&K4b!XPPXt-}u>)4aGl~99dU?Ot<;U3j-f9 zy%04uf0S_j8EMtZHWl6$&eV);WjksNiA*K0MtabB#P$G;6*o48?{xY=5yqRr&s~Oh z?H^2sN?>n6>IOd(#_Gn1hpuZbr}<@`+}RG`6_*=};zn}I3al+mE~|nuxHguEfpRDT zHKMhXnI?QNXtPR;Xe@|zviCe~7%Cq`?S_}12K4m{QMTYyW|GBg|66{)(BO{<; zrrdKz`w#j}f0^#n5-oOeP=U21Pu->_ZGnOa{1?$)7t&LL^}<^q78LI%H>n^gcai2G zV+6udFEvzz)kq<_pJdAWf2TwND?lW77DfD_n8S;FwUPyjIY%#k_<&Z-sXf$Zz86h$ zhXP|*A44ts{*BzuegV}$+`7N9!-4rHfB~ko&jHMEsEIkCGy@Fv8PKw=5PT%jKL77n z0}#Ta*DnPG={j&#p7)KRmScD%0;2N@>8PCdMLu->v+fm$Z3tA$(**4+^a@(p6miG3 zHp?Pk|6}HD6~D(ep`lLSV1xM{*yO`fv-?6!~d|gVbMqy1SABIKbi$osA`tDfi#r zwY2$di_Uj(J!k@0<{bC?6g(wW8yZq;3a?Y*U5lcMUKo5P*rI{$>V={N@l*;B$jWIN zLnVi_<0Szv6TV<4*-y=cOj)M{)nSDR{`9nxMJy|~;(Mw~z{VT~*_*&I)OyA`-E!v6 zrl3UT2hLBKm9rtWJ$_zCy7Wr)0l#$J2T1BYIFbhF1g?e9g6Ne;)gTACfz$EnlSLH|fK>Z=l z6kkOu(Ke3!Zi<4iF9Q%^VXx9Bt$@eiDDHTwf@;@ZH(Pa;NYzMcjzx_Or#NkEC1Z2D zzuK(c>EyrC-E2*=)br}mh=)sVO(>WDkBrD^yD4LTI!;y0B_~Eg zXgE?05ND>azWhC4=JQ+SIeo>7>8#8;t{MCG#SVVZnlg>$fpEw0FnD?;TX^Sz|K_7VEU)tzSgQ|wtG3&%_TkdAV)LzpZDq;uK{vl#$pJUG{JXfl8AaLWLtXO7!+yS* z35^lzg|$@!aepOCNVu;V@eR{Pd;<4TBR(;JHZP6%OgzAduly9gHQ?cc2c6ulTe__n z;G8$_rE}iO|8UM@k2>dtTY}M@t;KQY+7|{LM(c>Bx^+~$Wx%Yf7=G+Z*eQ;R6VJ^* zdtAXZZv&7yLsGG-d^UgM(q@T}1tP}N60bz6{PJwQnj^MMwP&qJyF0(o-GggD?t=$& zD%{TtHVb*v1dH`oG5L9b;Oe#@_p z3irBr9Zv+w;WX8TYt5G;-{})l>WAP?Lf%CzCmq-5YbB45f z1Kl6c0%xpJ_*~-X&0?&5TF-{c#mRiW00Y*DZ;$vb?>7fRzfce%F-<8=8Cj)clb{+7&wfX7J{ysO+z;ZZ~ z@~^N5Tx!xrT4ba+r*DStbLyt$u>fXSbNOO&mc}6kAK_Yrl`p_s6C${WN~W#=wXm#L zYGGxxTG+IgYGHf+RxM0uZt%ljM$Yuu8Qm?$1Bao9@5Pu1PtyM3Q-B?&5HbZ9-fNs} zoWMQ1!$0Jv!cRJhjMd~EB6q81=(pGUFAVopRa@}>v2sWg8LQx!baY6y zNRm}f;^UYfA6@&_nvsIYAA|J>E7i?T$u$aN7DpXeG$^v*qg(Kn+$aSS$IWN$E!z~9 z6V@JiH$8T@LOheOlw*lyJUM2%G(6%CXn(Y)Cg$dB9s6^^wK(NRkGRzg3j#DC!9MDs zAW|g(xr&#hJ}0pSzpj?OsHKoOO6psvvB};I^<#DCJk8`QyMHJ3-Ml1WIh+OiD5cLa zpP;X*4aKhwD-9%r5D(**qw=E}ygr5QeK0dv$+jbQS6gw_M!GEo>W8;h-uChZG}3pu z%@qCjOfG)+{HX^I`Ig?eEHOOk0DB2wr5Ykb<{dJmo6$eMLQ$Ic?&Dv%J@x)C46((-e3=>3g1v_pl8Nct% ze)e;t;Nz3Np)T57?Z@aAi>_3Q^myJ>SwTL%fZ*cliI6dr2$i1aIecOAU z1)klDaz=0_2OG2@)zjw7;{b+_Ad6PDb!6Ue%TU8Sq%f7@7wO=-t zdFbX+by@S_+YY%Is>BS3^C!Z@)6rm_ahT1*fkpkoIYe#U@-z^FNg5K54O#N7OH#bR z{+u-2G5T0xPEUL5fx+AN?bWC$NG%cbb4EMnImGRYIBk#SrI z$N`cTXzYIfMs{9L?WRD;;$MbjS0kxs5R?S+9$4k2fsQanPK#2(POUW_UuiQ7=id0Y z+fp=#^w)zOh{9xNuUuAn$F=G^K5v7@`)K&ZeP=^#+=&|*o+*wk4T5Q3o?8JlkaHam z{8#4$-;TYwnWEsO>2X5?>ku|$h&2J0hVYH0h^b%<;hY0r71X?XK!v91+(1;@mG3}D z82pFZ;hH(sLL1HJR#;!F;(1~0+O>^^Ci7ypYX+}Wg?H?>6i zm8R%=Q&MgpJo}v?G~#oE$SJZ>fMLDB3YW!GrhKG|awOD9Qhy)YfdXT1TzD`{b3~bS zTKO^g@p*pEnxYm@?InqvwcjL{&+!Vkt?;%w)V^tdbmaA##vYd{E{IFz4*qYz*gyXb z69g0fG5?>I5l)5*UK%wEtq6zkV!`)-g$MZMZ}h{{Uf@~7O7=|xW&1!lkk~#a-ag8i zSdi0;ecd!uw9ei5V3%b)e_V@p1j|7p_Ti8uYYVuiqTG>S1yYLYBQFB7MlO;=_ zw=X8p6V&~Zq{MRRMJC}vMuM~?bZMlmW@V!;XsZS}$fKo>C+1Yk5=XEULAC!9={hJm zL^_9tTXz0z%XIzDUJ^EbNMm_(5AVZ+qX&?a5-|S$SZ-+WTpKR*3yYhsfOLU##kUrZ{6jO?dK09DG$B zjh1gCR8BlUM776KCYIlwK8%E8+eT4iYV zTOz^SbwvM{rsg&D_|4{iwAF#~Z!epxFND4pLZ1*+n-TR4oe#gp4cT*sG$fX)L}s5EeceUiQb$la;Mhn&`0dv~m)%kvrK#}(J#%R4^wYx|}1Jd^9$&DDoH zZc@;77jo4sFyi<{f4Y1z)r4BX0yJ3P%oLy!LRVeB0!Cbt!Ej@p?-N>h&<^CVkA-#4 z*NmqzHwCqC+NC6z#i>3krEc9T=w18XcXe+C>K;J;g*z`lC$zxpDzHiLm^cVc`5jdw zt<}guY8KvAjkfo$t>+b}{WgHWgR~<5iOt7^J6=~)6bs6*)e@&Lo=*W`m<8F8RN|G<~)F#)P3%*BBK$!@f%4ounni!~? zhE|ngaxr>!xG!=yMDWV>N=7_{ksRko7vy8M)7j;~O+ zR_S;L%blA~;$0n%rT!}%-%(E;__cIPHf)Oh(GJ+bRAf?@j>pfTCe}eQ-=jZ^>;Pp* zW)&P%@RUq~1;ZjdDnYR2T&PP_LJqj0OOtJkh!wyDsLt`6m>UX5?5sp}KQip$hb=13 zwPy9jfLc4f`_pkl*b}|*3$!8(033SyH5H*IIVq3>Fs6GifZ2e2%}8UK7w8ckXLEy4 z3if!N6PnphqxjxT9|J~{z{AK~k`CC$JmD~N$#qPG)Rqx(H7eA!P57zP5Qfn2IgU8eHFpC*Lm z1iSdOKT5mRFri}`)IVk@J`G5b z#L>%jL()dhU@5%pdN{v^=$HM(+$EwgC2uSdLs=H9og(#z&-Ee&fZZ`n_-kmyVtUIQ ze6BQ(^g1gTce$t`8_KRJa>f+Em&2}l1qQ}|xolDN?ag6UkMqNWzOcu*uSSg%II^et{V0~NCCUdnXmDWKzMx~7zn9MP{neCvicB%i8 zP|9PrvmCblIJ|mJe)QiDj(^Wz|MVwHOCJ1FLw-$4e4vv{5+Y?HadE49dK9XhK=N=2 zoY@LqT)9ny`clCoJg+N3$R-+Vg&%8Dsr*2Pqf7F3DNUSx^qG$H2XB5+UR0FW-lGqS zQ~Xx^eXHJb9BP2#ftKWNmQ-Kn3j?7N!*2a?M(KC*cmLZFh7eb~&@M~va15e*GNh-3 zAH6Vm7n6c?VKR{|_u_((msv4wkroRgvQ?uMLsSjRlK*vgNj104W-JifSm0PdL|#I7 zNOS5GIsh0~36|onHA|pcD=f`;)~I9sT9WwArEnX$A>r|QY^6V@l?cUobk4kkR-BQI z14SPRHQ^c_Q^#gvFc6pM)(F0U1g??Pd5_#_Ile0=Bw)e4@;RYMe)jRCS8m}9#!b0s zudh?n;Q%j`b_?&zb?LY{t`Hl%&V?mFo@E8coE!ts9pq(%G=^*oJP6vHsafdM_J9cO z{hbA&nE^?rfV*#p!?tF};}*ZUEzRcJD$k0;a+hDeUSM_6d5WJja_8X(cXaN5BDQZ# z$p0+LM&%b#U=~G2k>*v}V)*f~!e4;D>1M547@Rc=_m`@<(EM;s$|7|>PeStQ&XE(q z6Z{lEYC{3e**BDF?;atZAm9?sXL?=ogEJnL?DxHNIGZ21`R95yR&dND&_k~$cI$Rh zH2}_oGni`~G64(2+TxWt;4@3a0??jWi>D;`u)0*_!{2q1+=0a$rq`eafw!{hoK%-m825g;3mr$ zWGs#ARNa(JMbwS)mY6EW7Lel&Q2Y*u9c(p zJ|6qw6W>htyuC(vol<7Or(GTBiT`dTtl+$Kbr_xa--e0*Y1-AHn09s8`RBx+=M)|T zvVoF4F!5J6H9UB@bZ}+U6tP^c$Gz zwBZ9o?yGmWd7SL_J&#|x+>kA*_SizBf${6Xp}|U2EjA~iEs6VCSpN+XOPLe4Tupdu z-(mdJT4WMYf*ydVNP<&#x}q}&9_M2t*~hMh$@PW`M(SXPN@2J8SZj47|MsdRzbz3R z)(dYCNqP%C=$X@tRL}bi;<4v13~Whl_G^dP14g;A<=7+iJrw76srTdv=#fnbEa~_) z_7_YPgzG{DT>NS3o|9oNmdTPxGdxT_Iq!skt7%Pfvz3H=)5iB%su`c4@oiLSGvA9Y zD4rV7?W>j-fdiL$d zzGA$P^t%)$bka@6f*h`#L@U?oMRTh!cjMs(VX8w0j~3v$k;i`aUycIj6vB5?;wmw+2z=D1vfdV zS~5kd@l;tH(dR^-xT(LU0ss^;)j51o=Za(JE#Zk%dbPG(1?ob`zzQlU9)it~z85#5 zOj7je2)*zvPsQ>XT5KO@A2mx@5Ap<1u$t~xqQq)U@jg7l#h2E?k&UY3KIxpL8K0t{ z!yB?42r8D;++*CYbhbyR%#g_!+7tU_J%1Zx|1R$S^>g%YJ^i`AgKt3@_k$Gb8#rO# z0$mE*#g+Z`e-!G;3Pe7{gC^|;qI;i_Ach{Ta1-=s=)Y}Ao4nDfp%Fbb#Pdg|h8IpS z9!+|)cR2A@IulC9*413F40L20bju1^q&Z7#3(%qmJ^+FV0yA(Q6BA%`mJIu2O#utT zJ$;BJ6#HJk&~fX7PX4?Y#2l1G?v|ShbA((Vi)ETHt6?h$&GQiN+hgQ3nN^@ZB{o2`xzqNhrd@u)&YaG#gqnuv&c$ArGesroX_PI$e|_PVB6{4F95AowN+b4iExqrFg;KusFLI6Nj2b&>LMZ49 za%q}I=X88HjvTdl0&-tee3>oqL9J;%C~flud{9ugb{eIFzV7n$2Oadn>65Poli{r^8&&u`$;D8cv6`{R zqL>BW=AS3RYKCR)TpU_7#cDK!_)6#35TRc-u)I~^e`;*lf=lXtH7w&!#j<6D3#QdH zVmnY`p>v9GI$`On8P{JazMoz-%*wxw-#HwMFM!mz(A^IqdlQN?OPBQ*R;(*NtAMyVK6)G~HeNjvERd z@z~_D#V;*mbq9iU9h3AN5YBO|Z zz!V&xsbrW3yxffFJjG)(VKbuS=GgQRzR}2W@JaWVbN0!M!Ggh@@Po9&8r5X4f}aUO zw2=z2+AGixqD0gUF@ya0EN}{~EVa@Dg(iO0Rv0+>4yMGQgW^^uGSBQ8+n)E`p0=EJ**#j7q>)x=(qUd?&?RYu+M-b zi+i)4uSh4&^Qm7AwNPHRL=vf=FqM;`8k%Xf=1m}o(Z8E|dk4gxi!^jJZV~PzJ6MK< zsd!TWYx`6alvHND`(pP!er^B`j2UM8;#C^aK@b(V{Y?q@R0Gb|)9HRMFVgjw+26O< zcKKdTi}EZj-h$lw7b-?U-|&UOT?X}bB4G*t(n#&4`6M(9?Qh@IHrd_oFss z;taSTiXf`MN4<&LJv2*SuqX~*uCk#BRA zdC|jlNWnJfHupci+8j9}7r>G_Fu^Wyy7+yk$CuwY`Gx&*Yc zSS+DcWD@9D@6#mwxTl0uJq{jTCa`y1qny9lq&c#_X!~T8dSR)53KJwgy*(DnU6GZ@CC4>``nh2Qq+y2n3 zs~RZi7T4)mwNh}^p2A9t9v%sL<*MBT7d*p_1p)!$8AMK{uShG}U$*f)zg2y??MXYx zhGYT|*HiR3+{%70v$0mdlv0z5Poou3_kG!K%5Sam;f8_? zyDNk`FFZ!et&hJhJW}S7`v4e+ zKnt**cQ-8ecE|Zs#f3!&e>;41+5wu*NI0~T(-^R~{5h}Vwlb*Nomt!YJ8iaAI8%7j zX7aW2Ca?oSs@&%es+k)JP-BYOh>P|)#m=c_7TDw|nl%AuosK&aiM8!dt2|0ee=fS$ zXJNpoHKPSFvqD~fHn{^&+5d0lJ+;>$q{04{1!)Jj|Em7qjv{N2L624F(2ikMRMO*@ zNqtUZ*&d`yX6)bltk=dIk~(7AJ>q|iRP4KcIRV>X@c6BF#^0%Nk+$eBW7nUZ3~0Uw{PV3f>`>D*b~Lg8_@~2{tLY z#$nv)PEAP_GDCr_(w|xJO*`>D${<=*%mah=?>^h?uwz3@=TKMHvs;}X@09CM8Uui+ z02Q1YLb!9a-St3X#M+Kf6IF5+q|Fet@)FgoKZ68|O+qw;nRor5%$mscghy(vR#-pe zwY@>NUIXW?d={|Ctwbr2e)_48try17>1R1O>3IK zOUba}chqLhYJphGe22*2LR%2PycirsQ}2S8j~PF`+N!1o90+^r27or4ldX) z4D^zd=r(>`B}B>Z02!{lK-fVg9?mzuAv1M^P1P)eET)=c(u=k;@3UQ7+`P1|$BIg~ zLLZ6Zp$KV~L(T96FM({}AzaGTO5(VeJz*_)=8$XL@){1u~N;lV^g$p=G$J|tG+WWyyI;6akcHR3=xYqyX^C-RA`_C-Zzo)OB zU}(m_-V|O+qFshKBEcqw_$^{a6?>K@=dUh9LfU0WFzPbI{L^J<_?63$o!v{9p?7JQ zp@C*S6RpUhtnqop5Rwb^KNYep1uNj!x2?7@rD<6F6a_C4Q%q@bgFImzUl)ZKl01dG zhoV(`_eZxSw1#&+dpiGgwa}hwZSwZ}7*kkKw>McvAI(2u^pceiwKWqBfd+A|tO9HI zspA$_f=4Vi4Go3a!}~=k^6jErP&4xtRWXbO#$x65G|@$(7@+tv4+${`1fHt>BnQ)- z*N2oWZ!KyMI2yEV(QtokOw`$Kq)Gk1SoY*TGKLiAiQb9?acZ8fh^GhN3N6;!gZ%>Y zwX_!oKlFkq?J(>O)rnzmNNDh8ke?4iw&bo)n4n|3te*f&V7D%Kwg51&JTTZ_OhS3w zF8r8+jNXlI8z>)3E@^h;ys{>^!L}Ds7FbH;9kUAV&U>u6EsiW=HCi;M_?WdzEY>%O zFl({z5n{1OyR1<-3A)F!jk*n?76D9fqbSO$0gydxN%YgyOT>lY^~m`0F`*@pKp1Zk zoSKaB=S|WR3YezB$h3>pte*8Z&(!Rm`}F9gw#?GDfcX~(fl~a<8?5C2s0rw}{5w!$ zKO0h~JH{N4T{e0K@xus(yY`7-lg?gPku^^LL-|ap(!>m^vf`Wr;F7_bN>r^mvcB<) z2KE@iyPWa8OiOYxcwHIS3ay&~r#2O=X(o3o^2RG~#ky{;FBFgOB+_b!X79=Kfse7- zi1thct%y!wM$yKcd7}zfApF65WmR0r`kf4O`lVIzsKQlDZf_^})yMn-3RihwW<2hB z{COI!aHabct$@y2o@p}{DkUFbmCOX&&NFe=imFXK`Y>}exZeUsB7rr&NGcZGKMnMR zqn)esqAHzT$`8UGrYvdXUwGazk>d8|!Pte|KI?@IVZ`?4?M&o z6dwS~W?4Z}B}dKLk4Y|b@BQ9Cq`0Mhc>ful^N9P~!@X*1#hV*Wvqx0Vs1vQfF!9eMgfEKUz=|2< ze2f;REJYRHAt5|sBZfoNR6u8*kOS|ELz&m5q6#ir3HN(HLM>{{$is#kl0+wm8@Ac!C4xS1XPQr__!*l(5ymK#X?w00o!=g_Z4eE8P(2AXiJcD~R zr&`+1k#lNf?VeR53?Lub3z*I2AM%IgiP<@!os%^_$q~J*r1BZWk0<#?3f3X^ympYw z>#AWKvT?^{hayg%Ah>HZZtZ#c8U@GUgK&XXrn;@$B!r7;4(1Y~c2^am_S8tcsa7Hr zmPp5ADySQuTXxRD>IYfsnA7@HxdgIUCAf5+uC@w-#wv+oCN?g^A7}157l3~K#5Xeg z`&IQf{;fv(?Dx)fvIa=igFXN=KR74#rbJZB$CAK*e0((Bx#^sJjyJE4xf5Q^e=Y%GzsfRAuV zN(4wJSP(uNG&vn7^IIH4FvSF_t~tEg`X znPd>!$}W<6@6Cq$ug%2&@OQ@OzUklRR9Ff5`!D=8*-D!GiP<@7M8Uh?OHHcRO&0Jq zxA;QV*lzTl8H&0?k(dR)aUHQo!5z!@QT6W^fVEmRVpis*)PDt`a&-eV=DDkgK*g4K4T~*C+iJhDN%lmi+={IV!Q6`M0Rl7 zV(K6lf#pMd_R^F5VYLlxaN}2pH@83_vODrAoI>Bt4XZ$?jxhl2yg{b?HCn4bcyHQ*>lKk(6+kQK6&u%2{Rh+jFBj_M=7;ZQnt@#PI;s7w^!#)0i4RTsVWTZ8C>xNY8;q@A9F#90Cs zh$!xZ>jx6gH7N7UiH%nU9TGNb8nx*!4A$y=j%qrT-sy1lczi#-Q7y&Be-OVk8z`To z`*zd+$S3D}0e)6smMc03dJN3*lu*^O$XbR^P6GaUrH=$@OcgwUnU4Bu3s}@i4lU`+SxW zD_qGmZT|&TeDP)9j;+K->CYM;&3N#l!8YD8FdBS8vmCpp7|1vaNXBY9}WB^39J1w9V6?)^~i|3}-K2Q+o3d*irL zr4Uq>3PP+_5fK?HOJzx1s;CUcrHX=(wk~X9t`#Io%ux|R5K^_u6bexRQ4u1tL?I?X zSlU{Q>=J~Kq>3z&6M=9fC#SzBs2!a<^WOKJxxarTf&w|`d!F^P6pzAJK4Qj-$)#i! z2uL~#R&~?KOe!?Mi6EXH>%UNxFJpShYcigK@0e?YV3m4n`>@Omdq{gAXbQ6an{%Mu z=7s|$G?S;a$O$?U`&Vv}ca`LcOmhfx0?!olM&vGKHf{n4E~cS)bqvX5XSjQh#`nfJ zRRzv9a8;b-I-0_;nq=w|RlwwI2g4-5V0YQ*b>`GYQupdG;1}eA90PCjGe7WFzrk!pqfrmW@B!3QhL=BVlE8q zxw@Ow{aTVWiw$&^h|hxTF88l3E?1Mz9@zh&Ig)B5eNvm|n_xJ4pZ>Gu_)cWeUCeNN z^Ppdf>}u28;`K#q;;=S3qn+1nSx1sCuk%L|Tw@}^09`CazS0@!0$ z9&1YxtjWc~9{RNuJ1!imwk%s0=X~T)AbnTIhVOp9OPg+S9(e?(6&OabaiVYG-a0r9 z(9t?gq%MOpo83eh0doyRiAhuN@D>+ZGJ86<1&GiRKkGLNXI{PAPz#;jtcnnc3*RJws7KytSqrr&>KwdN$m7E#z^{(t% zfVw4)=)UW(?3#gJ*>v=!0`XOHj9gq3jU&iQFX6Q1m8d(o9{? zA5!L5%!u1j1n0?+*L12+)CA7nlObwJWgx&A>IYW=(`evr{+kToi43V3=E%MY8|^__b+J z!mqi(3>)3qSnTLOBpxj*jdQ;IUFXjBr@tKdxv_HAMJr5a@Xw-0-;mbsUqlb=ZS*)? zO?-S;?ezEPkuc)pQ@=;+F|gy@!Jas>7HYKEQ`GJgGW4&cCnRFpX7(5CNB%T?F^NN; z26l@k=revYdmg?WZgDazTI&b%i(lMMc=~mJ1p0XNv&X!}j&^lp4=(el)yLN{rZcxv z7fLG2PP-n9NcnNWZ2D(@G?yl!r6kg3`S^YcY>WM}s@4Mx$x z$EP-PZf0xitC(#h6hTMJ-+!##YbV|GjfGAk_H!Q z1L1=C=_Nl7caNTAd3^&Y{s556tb}XRotsh+^~T;ru&n@J*9@pouQgSNclMPf*Fz1h zL}?)U(Yk^0>7Dyl`6a*mObV!*QeQV*P6xTq*~aQ7z1(N8rW+RSAPlZo`-Cc&L~%zz znY^S23h7ngm^lM|3A^DcCkX5^&0p#5bTl63KTbNHO2oLY7yNuBltgH#pM&7%|BzT= zZ@_uB)@%ZNXEWg}97_0Z-)MPsE$#QZiC3rn?Y1(|D~6>sw{UEh!jT94f&GBnJ)h6?k&nP7QOOe@O4 zR|3OrT0fh55ki755U^Qmfz2kGfO{wy12M;q2vehc>Nd4o5;cTl5Zbl0{6R^2#A$HH z>`Gpk?g&J5w~N)bF6#Xy zN^-ohLUw|(SY4MW{It*2y$(pBU@}cL@bp3Jc3^o5Q{&!-tgCh1Vnc4(|X68V4rez@IW2FmxPPUnu;CWJA4Z71H?rT zB?tb=__30F=S7)OW>LI$;tB`VjC7mX&t=zoA(a{S7;T0`*h z_}_Gr_Wsvm{kO#y2kYk3V6F>%CO6$R(d(y9uXQUa2A{y#RWDYoTPW&or-K}O4gGFV zPPYiNw^S8nGh?f`#U(xQBe}YtAQwKoIbvhD1+c&jTP)x!^!k0JEZLv+xql~3JucL5 zql)95<{7pN=I79V9V`BvnG#uy@}H1V1`UV)OG8IV18!PNb`!U_XTV$zjUgcu8bME3 zlVRxJD)hh?fjJyyAqXazu%E~**mGfvF1(2rDW+t=(3Zoi*7jOTFFndXbb}wq%Wk^3NxksWEoAar6AObkb>xEg#)2C`c4xwCdu~~i%JEiD{kk(j0EMWGmLx*kW!x)ZbUD7(7?gWZ!ct9}110yV$ z(HpIAnOx|W)n)J44}URNlA>KT8>(axdzZi@l04d z?ql8xa)NMy8jy)!O2fu1D|LoDiqb*S<7M&R4n{=o%v1!djSBG|)R)))RLH~{^OL^@ z^OZM3CY#2EOsw@nCX1Zjpxg3e#!Yd#jHo|NaqIP_xWpX5wQ%aFZzPg0j|)G;;nHg) zlc8p*rKNB|Dl>vJ6SBdl5DUUV78FMy7x3}VkajEmdgTp3W`G-^osufWxo!jK%U8{l zbO({{Zb?U$=8!H~)cqr9RK-zTu-|qv;d#BQ;}TwM$WR7s>yRxSVW5^2s}!B3f9%4Y zB)Q!?Hm6M*-OeWCF7S)gHf>dJ;vf3#$gzDF#RtzQw>LXyxNU~z8$&Pc0x-4#Qb#V> zG-rvruR-4weNJE6N@Hv3=nnusr=?yGkuLqwrj^@GJ42b=bdXoTT8{EzEMMRhH39q| z2y>zlly850$#7yUU0UL}@ws-pP$VkDhz}e8VbW=tksu0&S6nge6!&fMhJTHne1}=M zne~E;zQHUE17^W{HS{Fr#6`KzP75%A2MXS#VH-v665NX&Q4DVc}i*he10{?0)8=GM@~y{FD)2tA|y{EPzC&wMhk3Ik+F` z;R~k)t9Y12?E>12U42%n=lq_fsfhfcUzq_RL%yay>8}81JkTia(8TCC6q_I_HcpTue`i)P_bra9CGL1NACbP#E*?UFPg` zcJ-DqJ^vxk%NYmd6oG;P_WHx0Qrmcz=PANq*p5L6v z%==1hcv=YCM1@J#!i(8Yk49T1DW${(@r!- zxt26X6nFX!jQUwv#R;IiMeeleCmYkFwAM)FW{O1^VutKRU{dkM1PGq`{L~sJ&|qyC z6wC*MVZ#JGK>oAm+Fa~#9bwvBS%(XEit|H8tweEAf!^zzuQrZAIJ~pF_-iuq;a=#y zCj9+|{Qvqjxd$RUm$)q<4(gW|B`1GJ=df zs@WF03j#-lm#fDEr@Bn9#=-f5Mwh{JRxi&VwHZ7uSa8&=wIRUAq`aU?8W4Ic_$&?k zVh>^R2?~oUpQA)A+urE&U7=Q^ zwZ_rw1u3IdK{Ex3;UW1s@qumML^u{dSY9o9mZV21=eh)kZ)mpZJ%&$^U>TS!|E z@sT0a!EBU=&pfPIf5yp_m*7MVCrP)7p4>mRt(|JG# znN)3S)-vcx`BWD>Y`m@7KPC2NAT(`43pG8C_>9F?(@x|MKMc4DHyae=6CE8YE`<4? zENw2%)A{+ifAzhuJULYKpc2lDq~ycB4Wy!RT`&>If&mE@WWh-9WWjbpHucq8nSm@A zWYga>yMAqyN*im9>H`AxvS3{Sy;6_`>*(zJKo%^<@HLD&XwT?9@lXa7L7U)FhUID( zL5V|+)KUi|XZ)SSfTggkk)FKQz(eG&YFVP^TD5m~t~if+w_bjphcO8AgD2%AGtrL` z`7W1Xvpnt0(%YAP7dJ*5;1F<5K~}CjB>Wuy3=)1`lhb<$DEf35@bIcF`N#xfQefB0 zw99!nvMtlrV=e02p>C;Z>&n%!fsIafXBr!4zZ~XG?e+VvH*GI}*6wikNB6Nc8$lv% z*zEmL4zP^gfDY^(21ri=G!}oR*H~mfsXexmi(X;h{{^jUs{DBe1tf#BwTIgOr@mzHc`8s6U z@8Oo0Gxt5`>(1W{l`hPki4;nzkhreNm1=scmnsa+KA+L?3`RG0egoEMIQY|O=i_#| zOO%ga2=yZM$EK!60U8yAa&tjaNX=6&Xg!;~i?t4GQ9J}RYE4=hrWdKde77d_a9)`G z)!r?;LNr?o(sOsMv3&ZU#=!CaKjDwJEM4NiknVmefSax66CZV`bF1BtT!iA))=`&A zK)<8Q0i$>3M6uRSg*>rR)m6z7%J|8V_nd7Q+wP%;Cxz2k0cu*ph`nlW6QB~Pg-TIb zS%8txz5Ra}e71)^7@-cAGfq;zz#U-OwoQ=&=X)B6TAd@4@O>y>;dDk+Jd$h)3X&5+ z=kj@uoN5_@bWm)dSkq%RQG#~}Fq_up0Y7`zqrPUh3aC}Nnls>D%WLN;2kS`fO?7@_ zQ}dO`2|8flaWnPhJh?~yI&D=MH&JMgH3gtf2~nhvW#Lvk;_`yPK6%IEoC}Wv@~jlhM8znv-7%yj`^r_rFLOz*Rz*7#%A^&%15bS)njdc}aBb1z6 zO0mZsQywb0X9VGD%P;S@6+g5`F*$k#%O{V#ues#0eCY-}D+5KQ}Rh<6w!P|q5`_rU-(yuPt?cHa0<%4Er;{UMz z``2F|mo*yEK#2R^K=dX9^It*KH~bi>6x%}Epl6Br=`KOLb(}6HTy!EGrkgS)wP4dTwd9>PDCmQkGslzS zxHf2dHQ@U6IXLG)HY+Piuj zSS0Yi@$~Pq)LmiHabS@qAg|-$&7AvX_b>f^sr^Y|&x;S8Uo77WC4d2e3_Tc)&+sN} zbG6=KLJBCRaLMg#F?GVS<7#qsnicX5yt~=##Q~knBSUa!iq>(Jt8VvN5$AQ_)*d** zGm~M*tUJ9oJkFOFg${?yzzXa({RdF;n>pwAGxFz+`0VGx8~ztBZSEiT@gmQ`}UC9>!5c>CLcx6h=03k?hj z6cQ}8e__qlU7#53VxE%7X_XvO*NZM&aPb%>7N~cW+~_YO3diAc)n(O%{vEV&6kYYP z6y8yrOZjImMI1hc_G)(QSk@t3Ibo1^A8jxEZ}Q7}xV>I}Spf3O?r-4spuRlsjr#JH zUJFoPZkGbwzNC1=ob?I+0Jq1flHRqDW~n`GILxsCMy@K?T4GMh1$@vlc9ITizDBt! z!=no5(7?RU`>c?H19kB8PN?YagtWmvw1qD=-d0oE<;JbHbuLxgau;6QU+Q@HMvksL zAo~^Vhy@UkEx!u8~dt*`R%AUczt7u)6^#+ zqeZ<9eWO-6HInCsH5`s;HpM+uW>_qO-^LV{a3&qymQ}{Hx=B^`EZ-%T($rYCF}A0M z^0}H5$F}Y0pW5kioVIdYv|yvn0;is`i$0BMvcHxvi#x2XeZD4<-w(al61NQh4Am$U zT$lk2yei1Rai;>uojcBPe{1mgKF58L^_G?q%To%?tLM*Oj>Y)CF#&(eao_!x<9_`3 zVc@ts|3Zktfsu?YAfKdmUjSDs{u#EhF15mTfi8;`@eC7bvaq)9{Q0{|pnd&OSt@Kj z2#s=wmtXa$o9)~Os9`0HxceaoPCRPml_5(#nvd)aElc6w1O|{PWQuztbWJksGdG}& z8W{xa5PKH&HX$V!Bk}mMaAk&_PZ3(c&t*fTCq>?TIg&>`m1%*U+_xt>uV1J)7kCIu z0^7h|X*x4_OG{+(;?`P+pCi9;sSg+n{9g*gZ{5%J9W+&=VP2oI%dy^ zL&AJ1536S~?KI8UDtYJrp}^KC+4Qd7I;B&Eqr*y2V&F}~Xe%2PMe0p)S3>C14-n+A ztsC;z9~LF$uM9Sta;Cq2os(zwuIaPsPMxI+1bn~4J>L5I2kQaPpMNa z&kcNv#Z(nBbGKn`SDC^75E4S13`4ry)h6Zg4(=3;O`6=fMwz@x+UnDzo+3GM+Zh|y zruQz{TM7f?g&XZ@&s4q8!rlEl;%p=3UN#7fwS^PL-|2WRWN8!e5j3E#b=9fDxh;YS z?P6vu+^V~liBZYHtI>j!x%5!k^Z|jFf_!>M(5$4YyV=Kb<8eDJg*jR|W|le%+C%xz z^KybVMDmv+#ZJ_#edBok<>4CW?Bi@;$}ky=*V=@Y8EWF8syWDs?}Z6S@0g!-ghOI& z)BWhV3@E9bGf44>2iLsU!k;GA1;{V+lsg%Md?&x=gDx!%Go9{Aja~=nDDkf~#Of0k z|8|D`lUf0nKN{908}U!o!T6j8Xt>-_dZNImTeU~?64kxr$*HE{6ss1!6pxQ4O+6TQ zP(MSz-#AzRPNckvxP{v8lxMK~^~;D|w?`t#TSSc|*59UDq|RFP*>}{TxHn0=o?cX^ zB59rAk`%hZ%B(hXF2>1bAt-Jk0$t!w(wu5Ur%jnY@`0eaDS;4dP7Kq`LlF~J1P?sp z_m!qZcm_lvd-bED({7v7H>@uS9ZBLpUP(5Kw(V`yJFIO)MmKi?vy_VY6OOGTA}d`Iy(o3(W04#LjxH#6Mq;kS z%B@@)Z3w(k@vR?D=3ao+X{6%DOmmvfZZUl>mD>@($?t#*t~H7_N7vee9#y) zBBfp>&v^wHP|$dvmfS5WITN0g_v6+@4V{;0JmNPvT|AYIb}#FzM)q{}L+(^hL@ieA zf8%^$g_?l#0WcF@jOwiq?4S;gPLBF%Eks>7J)~iYDKm@4Zx(nLboNRuE@|#{y?Xgk z$8jX54Y!7WGqnd2H0sOIdjTEbN;%u%%4KPKAfo?aU;#3s1xxBqdisJy+JOe)T%>BL zti5Xv0OaSV6^Qa!2&gG!_gPW+iVRX<$z!BQ;C<`GktO^Ra}8p_tmVP0FsmcE@`yd#@1(T|TkndsG1_lom{};oXF)=_jLbj|P^Fget}0ZM z{Dz>!wraxH9zCAN?5`t#-O5^awV#R>2raNpb#&}UHJO-^E}PxUf!p?VuN6n*l_Bly z(q#gIpV%ux|H}=ZV{{X#+&w~`h?6jKH_epgpi3ewn6cj2#jIZP%t&N<9mp*O*M5nX z7Rq~B5z0_7+h&T_qqKN@RyHOANp~-jcgstqz^6Q8+gD}x)0CTgpfsbAQCK=J}IrR4RvUhq}uguTd`^O#CO#_Y+p)~jOBhng?3lM!J7lV%(RWbFjF_nvUG8XGJRaK3vC=C8a?gReV7>Jw zwdEU5Y;T)8HG$=#V35Ks+S1lNkn3QMm)5HJwa-4HAU}us`?__Dk6GzG##WN$94(t& z7vv649742Hi|q!Esx1a#*iW7$oEyZ9rj28(NSH4^E$_(_tVqt#L#vFciRE|EHhc-p zWIu)J<3N1#%Ry&EMJ^1yQ+{eMozt&{2Pn1)`C8>uh0LY~%dka~*kU?K%ABvLiyt0r zPgj0f2EuxdSHkSosg?i5&QNN@8{Lp{T_A}qs2Z={Ts5UcR57|bUJ>dF3a zcB1PL67GE+E2?rI)VL)S>*(S!zJ`|IoF2m|qDupJNuCX)+0Wm<4uE*vCnQY`3hl%s zjjIk8rw6Fvqa@Gss)Mgh4F1Cw4Szv9Fr%{Cm6*derFhAM8B0dz6ff3#0 z7o%(Ej`iTWDUKiFfZtOV`v4#OFFtRskL-qaL>s6&LYAG3=xz>P9u=#x4h;t#WB-hp zL~>@n2wL1aJUF9|N(QVOiM6q?G*vvaz3wVAc8!j^1P?CgbsNiQ5ni&$%MPgfyi-sZ zI*OF%_JX*6+v{yer3CB}MH~^|ua*|eoq(^=F4eoQ6w(2F!V$k>ZAJk^D&O99CNV9=a4M2LBa~Frkgm5p=dhspYQH4U?Fz4TZbzR~ZY@$whD)VKV0bI$rl6}EbcR;FM-KmswBS;Vvm_+9y`9#o`JVCiUh zwH0U%X;*~UI${~!NCJ5VVX^8a_?7RQtQz@R>;(Z#2G&WC#YkL--Ljl!{~pT`E$% zmG^+8KbQMgq~;ql{R zqIIi2Y}Kc)8H4wfv3w)UmirF_atHG96h}C&=c$13MmN#1jW~R2+8_=%5|s-iFqLXP z0p(M-Nlp$1Dg($Ty;L+aMD&Df#dbK#r-CU9=%nK-QL4r%VOZp`Q{5G-yBZM<1E-pn zqJwkE&!PICQj6)-shU`bL_Bt9S#B*OA!x2z*H$HxB1%aG`AlK>@|9`PCkSH@Ru(IH zhO8A}F5qQb)g{qW(7{e2V#(Qv$&4F){OGid{@r1Iqx@*{59V(q$<5gyNe&1tkR)#! zHnyvU5f|GD_W|aejZ@W;vSdzNq|6MgBQi^rJkwBOc3~^5oc->iy3G87dYd2o{Mz`- zIuKoG7!-ZN7y`C$0Ig89j;20x?vH`dm(-8$D5o}FGMkTUY zdc`SQ;oRfp6=|{r++I;nTTRqrS!$nJf?TTgg9;|+>GA8<>j!5Ibop;A{AKZmF}4Sk zM3C;o{Y9NY{h(mC4oL_L`7vZ%N4J;x{cVj1Yf zz+iEgIiP`%bE4@ZK$~P9hTfg0G>)k%^A-=9vUY(2z?zB+%=0B4UkoQZ)cDV;tmnyco=GOv|94GcM6gM<&n462+GzwcDQ+f<|KBgn+n5;DiTUlJbnyBO43Oy z=g*llW!`+$uI9$em#l4Bn75c>P}oo`nFtGNr`k?(4Fva>XAkE->Dn3MZ*#@ru+bWX zIRT4(-%OCck`0z)q8b|DeN#ZrY71@#R1L~P!26!O!qkd`j)ThIZRg{MwF_S$2Qa4^ z8G5$A%d%~R3YE91^R$9u>Wt9RvAA4KY21y@_6>6rZ##A*YinxTc=K--i^}GoIq+S6k6Er6=<`o*qvFEALmN z0C+HZh=1Lo3HYjzD{iLcGt^}^pZPLb#MB|LH3 zTm5>YWFzn+3LnenXPWE7A-+R^#a^$oz33>o>>m`jf9XKh(QgIK)O_iGv{HAF5cVt( zD^u51r1ezEk`cXF+1J=U1!q8lZD8B5wt`q0WiEKmQJ<96autr&+UP3ElBOuIK9jXm z<~BMy<+B?YcIS^qnEj&1);)%4!?Spe8e$l{4p2+%-mr41G|c}x|7cNR=!`&cH{va z%oziA|3zZDIb6aT-Cd+R6_A0$paD@L5tFblMRJIor*Dnw3n!B>4aE`jQ^$%kXR7BA zHqD;i-DJz&z2w(J!t}MRj>8=DQ2!&m>-D!ncaRySyQm${1&DIAf*eaPajFz0(2E9D zhUlmmO#3J%tZgXXWu*p30pE`YbHl9;OBgYsha-;e@w(2tg2k?GQ8|v-*!eXTIJyJ^ z8H6t^yvG;tPlZ%aE3?#+*JI!ixd5TbP=7M!8ms{l*;j6*A)2-{VY$K>%wfhAmuDY5Sg>IIwRK0fdt$T4G`2z+eP~3lj@#Wz$L4cY zd$gak+bMH&_b9*s#*lpWBf6RBYvcKVz-&-=fyAk?AW)Z~6iFA?X=31M6w4(>^u8@D zI(A$=>8}`7!7;~z{hI?;7v9|+2AW@S&$-Ct(QaE2+*!y~v0n-tP~H|aUIi1iDYSbi zpamHTX`}?tPnC>`#4ol+ZIOd!EbGRv;~{57r`f5fH@mPv726(*U8ff2e|#8Yi20K4 zCcF5JoqcTkMwhe0T0}Jj^~kszq#U#%t;H0*8zev|b=FluCMfKjBRs^gK>=l!6}bT~ z2r|IS1=Oq#(D}Cno&R}{tOFc8c7CfT^v_G4Vg6MlxR;F*qMrNjaj$_&0e#8v6&Q!j zAL%j2A>36y6rnqlJ&0+Q+WCFt$rNLzSlpv|tb+w~KA2OadBrE;+pe%yV*pRAF0)I7 z$<&}Uc4KNKdCwbGUP;;uVtQte-{b7m>L%gMy-{DV-10(yn}9(G8ixyt%${MnN*QJc z_Tg=HB2$V{FLw$tH!O&x-)Ds)hJ8Wvuqe>Hl$ilKF3|@FB0YM7NCZUL$*{}w49I%G zPhhP%peajDaBUzWa={H(H7+8FQUq7v-izkxWDN=o>UvL9e8J(w8}_yy-S; z+jT5JksIp*=jjye_x#FgFBSA!u;&&vMzv?(z1&y(O6qZG-Q{VUoexYPK898Q5PpOA zweBjADDnW5tyPOPk!r{Y@gsC=(3q}NFYnGh7e$}e+2=-BG~?S*o*sJ7(nIgHdgy)7 z=t@D$uzhwBeCuDI`|MwL;iKKf;mYB^b5x*3(;b9U_Y+d`JO}k7rUxjv?TpP2)RV!r zzJy}ROSR(4RLhcyO0o|f>;*p4l2OQH9i3Y@aVEV$Z8`3kt z0gbwS4V2~VhsaC;6@t*~`(@}@h-?<*{iNUVbW_dr(=h&;9p`M z+4y|5L8Ifd(zba`{>qK5zo$rtceVG?rTntGZp#`3TkfNgqHO?yjp>$Dk&@VC?51`p zvras=v`8JTsaLzj2}r1D6Sn+@kgr^XZ60!D8VQAdlC3R0Yj|K&N*Y?i(X`I>0c_ z15--BHb1vi+o0FaE^K{teCj`rX1<5UheJ($O`MoxSi?;W(qk}q3VN+5(SH!12ZAzs z5QZAyV+q2A#Bbvu4AvVE1}DigumITu1CtiPDm}m-S%2@I)+IT={&yni=Wj2p`;w}t zhqMt4cmE_P0#6Us9>pVdc~M94RiWM78O#$Hu$N;6s}^QWhPHt{f$8|Xf%t?OD)5R@ z(#WB)^y#> z+ubXi)3U!5upqflLvvrl+otLcKK}q7_-?yCWfC>F%~sX}?u<4P3fE_cn%l z&hWcPZVv-8ZgrwRz&XLXU`We{*5s&L~)_3?k7(Qx1>j$v8TFhG%?cG0~Qb!4vyQZsWW-` z*U)Oe^Zg)9fCN93%zokTdnPyhP|k*1eVSK)ZRMEx$K_%}}(* zqN|ocNO9KP0J_z;@KYDSIzYm)b*GtbP)2N%Phx$cPT?ygR((`c(466bAiFyHEMdTm zS45u`d~XmaUS1=;v$jlOKk z;on``Tw?w3_s7(8v_v}koh4Y~Dh*FYN#cW+=pGPrL#+%G*8Ql_tpQK=!BgZ(f@nj{ zrlQ>bQtlJF8Bibof+1?RDkAFTk23?2{e2p4L{VtOQqTTfJ!e*us%MQz`iWzWTYowN zmxn0Z_)ptBDs&fZWB-4s7Qgr_4A@m(m;e_SK6y$>YnK4c@PJ|LJw+dzCSyNZf#m33Ha0?-j|{4j4a?uChNhEoAp zZw%&3YS#=oCzfvRoNuRq2Mn3EyT8lzENjb6EVc?{>|(Nd%ZgJkbcrPe*J$a%MfrT7fF%#<{Z6^$M_xikw3CsPo1XplF6s$?k3D?&*# z=(SzaHvC{gY7knJS#;C;TBXv_(py-*Vdii4xGaYV1mwh=$A;Q|%%>*P0#>`MH+U~)1Ue03fKXy?mQ!Ei)hdEkHjT8KV7Q&@oP z_2&*SrZByUne|9j7r7bGk1N%aThlD#oja0OH);I>nZ6VxjdI@6 zTH4@w*Zo=%=~WG+=QGr9IR_4ek6>FK@hc>zQl5e|g{TNJQcorwKmM6jYCI$je`cOI z?FYYO02zzP>GBTF3!xegI|e=SkW6E4)GR7ka6i!|IxsG3d*iUg7=%BmdTYq{=CI?| zkPMDYkCl9D4Y?7lA%hdyiY4crzj(!DWoy93~k#UOS8V}Cm61lAFox9HPv=Wj5r z_=b4=)da2Xy@KHV;^5zXZ8%O2d2b`AR{&caJ@6H^`x+IcNu;qFcRm!za!WP%9vJA; zg~feJp6+bcF4i_U)3C7Gq6c73JCaL|^JK(CphQ1Z$&r6!d21Y(_HQ{p)u;IGtC!N* zd$hzwc)Afup8>VvGiBj>GoGkAy(HQvs9_lP6mCRaWBzaM&gID8<`Xe&iY(t?!FxH? z_9U9F0NGhX_^m_LdGdo0EdRnW!|`h(PMD^7@BhlK|o41>|yb);7K_9ytIOCMbuf7R^G6MRFQ;v9=UQ+W^v( zsXMA|=Qr`@xn;VRw;d44cd-nxbWP`$l0OXGn>IJV;LbPrHdW)8Axn%3I6)fLUi&^+ z^qTmp`28OEKYqQ{_9euw#8T~?w2lq220i3m^ZL%G)J|bb0 zYA!<^uixo!>jvacYK71pGM}fVk}(B~9pCAbVW+#pic2D4|GVA!bcb3=09H+HKYDMDeR$ zx4Ru!u6Ik6%^JT8G}E2!9R|oJU;Se(@dG=9q&cAOWRzgm z3S$QaO-w)I?^gSonAm%VwHHm{XZOnh`lXPW?PR%Nsd*UK@JwkLFv+oqkFZEfOUavZ z{=t2&Z{q02W>HHp@zFylH6*&9knTHOlhuLzGm&I$3%$5a%qZ2Ow3KETE|`s)7sv1#GR1AZF-N zVbIs+*XoGK_cMEW!{KyOEOBTfTAyDlI*P(HT|fB~sdUG2mF=U!UyB;3CBvQG0Zj}3 ziv%4H_C+0G)DHAL9=h<7){T%@*!k)16JOv|#wSc#wfkT^A?v2MYvucSx0y**7P3!D zK5|J~!2(-p#nfB{>Ep1=;8dmQc;MbOv?+aS+vE0t_E1}BofhpGk-WmGKlA9Y2i7W` zR6god1z9yky9!_Zr|GSm-ouhR%XdI}F&LGE+74bj6;Q=)n$6lA1FRuccu$4eJ41;?wx9U`Q!41EIqU`qY;K2W30l zhKbna4h0~_9B7jz@;?l$0+}2dXM-T%IlnoG=#1!E zzJ5%nUOy&tZ)2TRIZyi=IIF^$vWydqyN!kGOJHv(fwP#j$}ST$Gg)5(1G++DcXy0 zG?cjlY@3=Z*7&<6EI==pQ_rxrU+Z(X5M^O?m0e5FM}=m7NA7^9B-<5znUU9Cb37c$ z3EaKwGdE3i>F2xseMhFiqpIf>jCN1L=YdmLdzJ!P6|FZbSeHt12?a%hS!_er$~Jt0 zf-$eIdWXB~ecky;q)-qpCu2U&BqL@lRJH0!;#bmep-ppvb3auTXtbsH!TQz}O;l=| zb_s;8?bL4YiiS;n3>ZC}V>`W|fQ_cg+ptngJ}vr46v{CMha5|PPSpc9ai+bRoFZ_v zX{*|%bX+b6Wn4<;V)g#)vXT-F*CG$e33Id1lwHsGuGCFK{XJP5!v2{)oBB1NN?<{A zUQIk)S%l@Id#WwqlI%k>%MH)69P&e@FHgR`B&~&JJ5rawuw9PQ5{6aK-gE>Q?~rzl z%xzwBo0oO3`1GV_WA6_aG~k9u7JkltNT1ENB_7j@da8lpz67fSa-%7hULjn8{`Pob zPIj36WR2gEHrLeF(Xw^rSHjDDpVemMg}Nt~bX~gL>lba|);ektJ*(1=1KKSEP#;a+ z3gR7E81h57Sht2{^ogrr!h*(nlPWD0A7oBE!cOLb3B|tK%7YvmVaBmG-?Gp(=SG*r3A!HK5@gf@)!Xz8Wp8-oK~{Q2BlR2ZNl-2F`9`|} z#OZhnN9sBZV6joRu*|G35e-$#TKXj4`Pd@da*^GF*C-yRM0XaGYv0$E4EmFDC+RywN@T?ZyJok zI#dL)?HBDab`!Lj)V;_F&`cJ9C>s|Phuq?G)cYSWiPO$q|C3E{?PfsAYV|1~fDMdat|9=?it=uwb|)6D z%MS;HIgFk|u&5Y${hn%q+yoF9s(SJkah|L%D1G@;S$?%@-_-c)FJz+T39k%s zGrREyoUPaHtrf+Ujqj{xu}Q?wHg^o?M*1FoC4fOy_ zqN=UdKB#MFT18rV~sKst*l>$a>V0RT#1lf!)D3X%)1 zAZ+IbeN{%SZgr>RT@4$}B*R8}(H=o!>zIBc9hJ!3eLIO5ge{uhUP!M`rFRy3?D+;l zy-sf{v~S#22fj>{jQ70eL-m8#i(1_rgFJ1W`p2N-y==yEL!?#D)!J6*m z7h}OvQF}09tN`mC9!G|*l{}eL7qkq1)9YbUQl)NNcTNWXOn#KLmpg4byptIMhSr^F zz4?C9S1nQLsUU&e&5b*DyfuIEZ=`qvJx zp>&KbpmzUo%uV&9);f$^DiY_>3)v0aJ0hs+EU@y;{H9{gM1Q2JUH4POV6kK-z6BjT zC)ic68;h=9hE%1Xx-&c_)p%Z*UxRmfP*c8hQoeV!>24UZ`4z|GLmZe&nUc_H)YL*f zwfIgp??nt@;tT0)M;Iu1@j4z>XD&mX&fwIm>|bOhqY0je)O5{v#i$Mz_7PW5cGf<- zxDi@1-4LMfv(cW|eAXl=kmCqf^;3I!64)6>EOwgO=kFyrmi#;`{8mjUt|kw4s5QDb z=%aUU83Z5eL>q}NIQx&mjO!@20q`gA3y`I26fzB?ik^h*gUWXg4=f32zcZsN$ual*_y%@Dj z6zCaDSUMf0Cxfw&v2{(Ri8}uDNQO65ENE^bYsHO@a9dlo(;2~9G zc^)0RuH7%WcXmN?OY>h0{xCR>)akqWp%;Ei5^kDGOplk-vBge+Es-c}3zZB~KedEh zB_h3`n^40M!w!1rFN%D!V*iD-6wY^CiW9v9@#iXPSXg`zpS1Z@FF5ANU z<)X)`r7xF8dZKQ*DROjMnT| zQ%`t;hTLD_b72tMBx(XGZS-QlCDjbKRu(CI$(oR+L8sz<5S+kqz%QIIZ5WZ5(O+n)2oVFcJ#6|{^`RF?{g7A+&O#LGd_P~v546Fl&T!S5fl z??Z_je|Y5tojYkrlE2{Z3u65Ycp?E{D!3uEVL0BgUy8a@#yC}?=}(c$ZBQ(U46)c% z*jY7MJk|q^_+Dfp)=^2AC(1TrZi-|Nv0E8ewd!hTA0idHHo){S@p2=b86)0SXBoej zVjQtawW%fO@?&t$3s|7kcO_+o$)-?9n0SZ#X#hjljBwBKB6ap{K81HnT81UFI{q-o zk%9iPoIZi+Ck`4<$?uAvKlP8J<5`a5#m}bqQgTsaBtRjd_}NjqAu(cPf#<46PaW`2fX>T@BIMX6y4NUrrSOS1}!$tJi#vI+Gk@kxv;n zkKLh58)BData=CLm;uVg-Zb}yw3f6}iNz)iMc+cRga*8>lx%*5<(gmZ&I0p1Xv zrvatfr;0M$>R_Q0I3>abPf{A5Cg$~XJN^>-ipdreGXSW32rUt{A1sgy%8BM7$8XXc z!ufo7uGjp!2tQ2tntkwQpqu+o{ystPsP!(|{o_Zx0s?LYQt9eB4c^FBUA*u!_HSJa zk%7Skt7xgvp8bfjgj-`(7Z-_4VK;P{qp3;Gj5B3DNd=L~vufy4ia|3Xw|~%puZ>v9 zx%E&NcdN7hn~&XZyB}Baup*3K6{HV)P|breQSf-!n+@UtRqSPGbmDM?w^(S8a`j>F z=?mghv<>XFZU^l8|A>3@fF{oEeH=wZM2tI%LTp`75ooJOMaXEqib@r!RRn~zbzzA} ztsqfCMnMEYj7yaYg{TN<5u&mwA|rcU5CI_)gltt52qX$&B$M%bCe~K1y`S6L-rw&J zn@DO%X5RO_=RD^*&(r>E*kgI!UT{tq_TVtKJ-Np>R#I4L+Jd&wuj8-{3zQr`Xx#Jv2vh_vG z4%ykTpC{E=Gfdn|3e2+4hi=bg$N%z!K7QuR_f%-Dc-zcJ$EeXqB$9eg>adF9Dab%a?`c(0U1ZtWr#|LNEGmdI zF}usQ7Q;#cX(IkZ9h+v6e9>;T`27!w6!uq=wePn5~LF$nm&9`2ZHcC>r5ZeQ@zfzq0jpoHeMy6+;!EUIu$$X&l45$)Ty5Z;55vbk65klbF`ioyW0( zblVb%>OqHgSPX^d)}WigLQH}YQ!jrrVJwylB8`ahxKD@0l&i<+aOT0&6SpBklp6;P z<(Bu`#s!ANa2#3}D1DPcR5W$8s|m|ubUwARz)eBewRNuRAlACX%G17Q*_ke?VV9d0 zW%>0l(ef!P7I2P_)M+IxgK07p*2?9KlH`fyqaWfRSHD(RE|>%|6p`hgp(U=7I}2Nn zZB|W`Gvlmnd&NWjP2e*O@HhM6!~(Bm_f^Nd8aC(DcBX~9xLuB5LN%$cG?WNC^OP)U zcc(_fAe`V6m12?np#(zP&oPlOhm|?_i><n@!@KuB0~yz{z-yoqtw z-8~w%b=eBCZES5UQx?*`qPJm>K*CGMFc^gV0*hU(7AR*zqXYD?K#l}5xcToiI?QD) zZ!|jWe;;0K++7Tf4&!ydHafDcv%g{g@~@E1^lkxDW&-z|sv^> zK&f+>e%+fynHZ(apJorr{683iFu$Jwg!vE8A`>u4T~IvGv)$pXQgJ6q5bXh*`+S); zjX@(&e5O1zev8oU%Kc!0u^)4I2wh}z7p@K^OdOII9Wzyh-LN*JbcwP2z*&#g)Anwg z8u9p{zIMwwO3)gtyZ=rkfA`-Gc#~xOZe+KDl_&yVJ={aHiF+4;$g;U6-qTf$mDwI* z=m`mZSi`r`*-JvpP0$+_)1S?DbpATE18cH()=aD{ zhQ7$YoJC3y`_>J$I3jlGSEbb}1%C+nn?q;rg9FrfT^5`RYlvsPKPL4nvXZjC-m?y`6Zfk z1*{(ZOX3`oubysxVdVe zZlZH#W&GEGm{;w!V@-rdYIIbalZ|hzT*rWm8pTuI1|i8vZFb`3mdBKkWb+cQYiw^W z0$v`3Y9YNlh-!gT0#mbfE%2RJ;Y~o5n-Z9sKsAP-1#TBVnjD4b1g3s(f%ou6_|rwL z^oFc1#%zK&PJ6s)k-utzWOG_g z49EIwS(cYXT$zQI_h*#TX-`@QU%EG!KZ?bm!??+z`FT#R<)Q9{T%r~Sz@FGV!3 zifz+uptp&smHO>#I_H1>XvJ6g#yMI^Y=`1WRSXA}eKcVzfiX7JL*;vrvr$&9faS=yFNpnJ5HfY9#q*`sT<%oj_M3|?Qk8;-+$j#dI-qe)fA$~?tUoJCT46S_7I_HSTa zh?v$VU@r5tfaB(TB4$OS!X@ zk5hM~LW7?%U8%kl=$rY(XY#!~*8HrX*jQ!Gmomq8Q4?#yv0C>A4 zF?t7NNUnglPXN5#peBM?lqMopC~e{aZ=avR*^1kTWIeUVMivicUw-ydZ;{I9C^P`O zj-|z(OYZ@Bx~++y-VY3XBTZ6}S+>k1w3-3uN1lsE5!F6b%rx_|uzVrYok0J`OFN zBKM|$0>m=IJ$6oLX@7WSs7_y@(MO2b60T zL+(65%ExB}m7qLwmNva;_Ecr}0q#_8HED=L;2bS0j!zdg*~F_%*Fz#1$FL^g^x9`w z)h|8j*L!`+ikz$W5}!2*deoQli&vV09*g!cgi=Tn@hQNK49oDCmY{Gu1&hQ!p{&2} zKnNO*X_dQ+Gi{E4TfaPT zv?ySt#~yCCn=@qSj*0&%i-P9*4Ds2%a7b7aG+K#&becD?1h3oS~gND1u*{UDZSTgi;Za@s&?p|6}imhmyny$@oTDQ)+1?1s_K zb(kG1*&Y_UV@GJXQ~IxVxLtPUUhD2}v!0tZaYgQx;^Hd>IRz;&k0$aZjeuh?s8`q5 zz_jtj%5FShL~a#lsk_;Eo=YgC~;VtEF>^C4Pa%sW#S z9-7(i;2sqmZ{?Eo1*RGJ@FsB&4!N@k9CG%O=#oqj>~B*TN?&|CX zXtQa*njyTUZ}nayP*ia9=cjP`!Z8(v9tA`bRThAL2&~wAer`~lBlEOQYgNvJyWJ#~ zC6u--2JS*JtoYO$iLN)`vT(-Sw-aCXPmEG@9Z;hOFhgQVdU%4{p*lF!bBga>vOBA; zzcYZ4z6txd1HVnVT>N515HZ@71YlKd4>vOw-_F!?zem3u3NrVb;llIP{@OG+gU7+I zlamv~a=2vJA(Ya&hpb}`B%UZ(p~MtVQuR@jOUfhgSpoT^w2XcoNoZoUsEx&!ceMsJ zJ#Kz<(NI(5=G;c^`2Bo-yIuO<{TzLlNB{28rjz4jU~QN&%#IC1mFzYO>?yXy?I@Vr zzLYkIjV{5Xl~v^ylkn{t?|?$PL&;}hD5ZD;eoMYkXniRsRu-iq9ACdu zxsSE+OhC#94Z(u3O~#p5a(TnNstjM$K}@?T==FqzqLj1)Y8sOmNw(c+rC$UO`6HSY zR4Z{11oL*eNACS>J8P@b!m$a5(BJH6Lh^V}^%dN(*16FX=Lgz6e)hq@nyIEx?LTtC zDIhX@;i&hJ9BEe^r$J?72NC56Zd?j#kG6YJ$tjplgP-WYl_x+?35_hW)U4<1Qnpcv zbI@@A##e*T0@@Q20o>JEe^K35X$cWeOxdnPCL)q6t;R~hevWx6 z+0r_>sLs(6CWy-%yv1=0BkrAIC)L`m%!W9Cl#p5o`#|%RkXbgJ8+S=gxx+uhZ*NRn<>lE<_eYAA=qV=!Od z-hS7;j&5oNeRaJxS`b2uNErf-U-QJ8acVUPsA%lVJ$H88UUouWlk2ZY?+0tSDeK@{ zL)BiZuib+v8^~Iwc5EuWO-U|1cM5dpOHt+SK4Q$FnhGDYB9*YSK?CEVCG%1y*Jg7z zO1q8N&T=@4*9h3_OqPmVM?3)*@S#hZg>21oB|pZ_Y1)>E+iME%^(L{5PmbEP)pn#= zt1D!BviWz=yO6U!-{}wrW*{mOrAdaz!a?U;vlmr{)pX{_X!r_L3R~*yZjrv!vIzl@ zdMJELQ_V_Ok!lOI+&3qBv|H^Z2mD-PNfNN9Y ziaT0Snt!S_6`s-2MLV`@R&%R&FG+~*%1c7cIV^n2#%#9xS_t9R(<^O_9(Z!^g0$Hw z$3S|FZC2g{!G}jXmgd(*UEkL+tuxewWl*K#RVwBv*O12W83%E3jnsQ_CBp!&Wej=8 zZ1}Nsc0@;+`#6w4`rrXs&7GCtmQ$ab^@Ue5azmW^4Pm9q&yx1#H-5c7j|KfQo3QUw zS{FoL$-8>UwgD~+xyz2!>+LbTfr+Zr>DmNL3Mcn|KW!QpAwj9apZ9YFx|Q7vAtF zCFpiJ80?fe0bpvqn(YEHo7Tx0aGJeXeFFD5&4!!U#C)*YpKI4p{2^go2))4qD3?Y| zuAl3i$EVZ@Lih?>g>hyk-qkIdcm)mR!s;neGR74GCGH8DXW3~2Sk-b@T3MiqDT}^A zk2edA3zyIHI5Z;x}wn6zCW$v+@Vf= z&BHU;VOu;NwC}b!5c*n-R}bYaoItgna6e)iFmT80SqS1(05jX6IT=8K4$(uIx$Y`M zFv6nk(w^WTz=tRx<~VmcX%=$4G)y&c1u*4x#s?e+>LN(#&ydTA?#6kMBVdIF(DBca zJP!Phf^dO`1_JMmqp%)x-oCi31_Gn*2A5we(+N7 z*@|o!W>Ru8qJkXPN|Puh^tr?$Y0aP((00gI@nSfZ8jq*o46rUr>d`yVuW0cF+_ywj z1;kA2DHUM6)02=G=JZL2cWt1c%Wd)rvf4a*iXPcV$(_YH4&^DTfOFbe>N%>Xdaf2PNwlHP87`Xf+MSQ!co)l9WmWg4I5h+KGxFDN5t zD|t792D9D0RiB%M+$pxG1?hZqx_XZaR4T3Y*EBSaw+&g~ZR~mFVnJw%)x@erL6+34 zj6o8FUr1v8x^XLHuj5SRlrm&EB0Yv}@uFQ~@kcR6;i0lXVR`aKx%;7>>zjLRA&D8u z*ss#NpaIz2A{0sW= zh8$m&ekD3!GnG_Jg*R^V=~Wl}`Clt7%TPUbXqjgbIaHZa5WXW!!iy&7;Ynb$Io7{0 z_@aLS9Q#It5)z}LPGp3JZQ~!Fn*qoVZ(Hv7Zvl;|L?03UQg4Npgl`p!Ne+u)u&sF- zCiQ#57a^CbI-9kTpdTFF$#sN}U|Y_e1`p{~m2~B~;?a1J#-#+goLk7L?Hf7^k0SNK5CDA0!+!r-m2};#*IZIiwM) znaKG_djy0V(N~TiT7e9S!Nvq}tfVlR6bF@91u{-NF9V*?ao#GW0)T^zaQc${{mmB;kY+b^9N&;Wn%# z`61+2eC6%}fHNd?fSXHe0B#ojvrIj%JV(T`_oNE{IRy8c%Ia^!e6)8bjo!_* zsK4Vt@e6&Ou^TLejNOv_Sv&?Zc1o&-{8?pLCWxKqGgjFh2ZA_|vF{TktWolKgnb4c z`|zb+eI+le?Ca380S*OGA>r;W(O+EDgl(uIIea=MsYW1WD|1=^6d`gL-lzUbd$xy9 zV@I%pqJfB8!y{ajLb+{u(9nnMpG@e>8nfQ593`H>2})ykmp_J?llq=(f==tja%M?)qJ=->utJ@Vx8JILIK+H-K2vSbClz7&vd>R&Zyz8gd)NITSN{&+feL7)O7Q zw(%yMl}igw<6cz`yt3*QRW7Rdnlie%%cfQ%JVUBA>sWVrVW1K}3W37rgDXc{ z+gm*tObRjEt7U0>!LtT2X7`mAPgB|+;>>~1Z^pI+lbA-1rJQca&RJStv_uLFGxu`O zkh?q?eHflpCc2*Y_*gcM`qTwY&nwC)+|OcV`uogxJ95(Xd70)LIL$H<<#L*+yJ{yo zGFTjqj6gQ=M%arG=`{FW8bq*ytBzt1p;0^HkWE2pB$ z1O671$l9X&f^EI73gh!%_`#hU2N<6#hDT(QMi9A{bVGiG^sPmFH*oov69In~z9@kN z076HJpqK)qHgbll>=n^UTX`EX*R=DIlovzGAQmZw@f_<^Twlg7K?bthDjn?ik+gt> z#A-pT0H|?QcRF2zONiNNSBXghj8rCjEzMnO7)dHyemb~4@d$+;? z7@vF-SbX<&-QQCo>ES=G<2~oQKJP)~+Ewtuv-wc00=hF&Z+0YnGBis=bM?1-ZHf+tkKgX0iYbr5N$AeE%OMDG37PB1@-?Q9m)R5HUj8R%w#k?~H{o%|j$T+_ zP4HA@N4dBu@$LaQFm)e&b8%jNQRJOxZL#ym z9^P&68xsBA`}_vL{GYszzBVy=U(|iy&#azBlExWI_fm|GO5l7}y3q&XkaCurZ98(B zdxt)fVJF&v2Xw5;xxWdd*@T--6{Zp|HVaH}?nD@53olv;5+L2>N!p+?{$O&Pzi@TH;!<_1 z9hDAZ;{tBWXcq0F4fzfh$1*^_{ybN;p~X0)K3MTZf7SB{>{1OrCrquv?KO7PL<$|w zeAl@CnrN_*)og`{R1-m|EsQ*u&w1*wGYxQ4b%8v|)|fLUKi9#e@+fDKYR7WC>b%R@ z7IC|1({}-dCdE9~STZeZ{f$#}sN@U~$MiRo@SjRxi7@O>1Yy>gp zUhx=WfHIFC#avaFdZ{)K1UEZMp#_>PIM0p{uiM|hE9BGOW*7gg?8$q#ei*jP#)cOU zDkx|tGaFx5S`TK`mw+k)H6(W)uY6pALq-hO?g?`!7h!uoFFl_Ta7pYZLL-ZerD#*8 zdp&2-_RN(V9X)?cRJ7#IYkYpAan$wl&~cckTTU5-^?(qG8(>do#XvS_jwX$~<+-5Z zW2bD^ES8d~koA`{Mr%`x$BAGfoSDOm&*P8v>%S`qlA6vDj}1w-fTmwFJc_Ia(3 zZ7WNxNI9MzlY2hsbZ)|m#G2KG6hX-81-X{&Z?y)&F~A&w@NQb=GXV;gc*oIT7uLZT zt>Q%%d4M^^6r}(ffHEhCHfI%31zerQ=*-*}O)+ft_m%U}DUuP4yRg&E3C@Z36+=&New3 z#WiZ+EbQ~VbJHd(B%}JLnyrVuZhxy*=hyyg06F)*yJivrWqo82DmlP3BtlPfmMHn1 zBjFRT1G`i-mn_MEE^ef%OwQYDGdL@?-OOC929=R`bPQuM0dBp=HlM#aO`tw;Bvfrx zzQ0R+t1!YSwVyysEOoV3Jn}#vsz9+igv3lVtAX8D%TzoE+99-$BRtT$xiDr+BNn4g zLa@YuiC-oS&mm0`;KfOJeTC0-3Y!>0O|Pqbp+7M?;6%!3yjio7ZCsjPc;foGhwTZC zz-YDI%bm*(DzPwD5~lW_=kHz>pRwNGGvta(n2Vpa{E!_~nic_8+HJ)%(UNm?<-Y_m z7K4PGDN>~Aw#@KG_lN*-6aOnb4TdzLacL&I8y4wTjdQiDIyAR^7ZCiTf%8C1D>F9Rq$hA$%Am`@5+ndGo= z+(5w2bS=^*BSHLw^r1zg>Cp;nO7@q9+e$EA@vI`%7Xc0z3Pjbw5i*wBHWe(dpKBaH zoi+Z$`lo>8%JJ_gCSK|1dmt?={L;BYDu(w7_;|#CQ%1f zr`VP7UoO%m18fhqDwihyIK>8#rX{8J+?T_5a zobObFU%_Fq$QaCzcgW275aFiQZd`p|fffYAIw-co7b$N&d~(A5($hw)sd!R-frsc{ zLb_j}f7fQXu~X49q^*4c%6CQa2^vf8eQ};4F^#UQrh_Nb0L{Mu5~1k?W&{LiXrm*G ztx?Lv)W}|q5mQi|(2Twm8-bR>l`;a6eTdHAXqd;;*rg4-yoi(YU{}?YLaPD#Syqxz z!pemogGyks z_ZwHQ5`Na0J=;3DEw)ru8~BSJIpm4pBC?JDfT>f}3A1FZ>)L42hQ0&%d zX9=z}U6d=03`R3@0i?>gaz7-{%k4^TU2fp4I$3|eto3f|F1eltC5_-N4N9e~^0Jt@ zA%YTS#0kDK4g_!oYH;Aw$h)qcZE0r=0*8T>OS>MAw=?;ybz<@YaukH5S>)Yo1hNd^=@DI(ET4K3uoki*jSaNn9sI^h#& zQiy(2+cz$=c%`<_OziMhjf1LRga&jJ#8Qj428QpWcje3{I*%F}?y6gu$m*ZW{~ek&E_ZDs=h}Qg-prvY~KogrSn{prm2!;`OOx_2G(10q0IxpzkOp7-~4MnckzS0O$`> z4-UUS>Mg)4|ESg${e4rb@5_^4|IA8hNDe;)jK4A5hvL4i;{FF{j)Ds#CK4K9ZVm(F zGqhK+t|qMaBE$$0Y?R5KuS*Fvt*Jxq9*b?M;bCx``(Xp0lJo{npwd_d>L0H0KEvw> z5C3yw-2DrcduffCU&?%CZ}fo+!Qt+ofo&(UEAz?fs$FBVdXw**=G-_a@AYA-2KuwYo*Swqn(wdE@ z1BWO4)G@CHX09s5Lwk+0rn{fC@vTcQI3Y9kiasH-ZD@b5u-5A<@#fKTylSaaKkCkvuD5~70Wq96)#2@DC@ zIIZi*xuy*dpSt%Ia%!fL>zwmaFKLeEYbfAFL%zXK=+NAt<59QC zA&`nLef8ouXwM?|W*DBM5u@giM$kTT~9_!XPAR7I;0Ps01wDf!X8P99$s-tX)=c_A<_EXmj?=%}Rjh3XPVf(Y@c2qC51?8a=ZqQ{hxNq}y zgPpfo6WGw;&9ZcUNal)TPIt_{v>(-667ua4FBful9+?T9NG4T7S-}yGY`{&+)E4xj zI>g^q1Pae3O!Ez_d5Om>Q`6Y)pIuhfC`^6Nu~)Io-B;yb0#Va>xIwDuru8rOjn!!z zTK_fK~*;QB6h_LeJ!LvlG}8iDD)62N#W<3c52RXKu+QSwfEKh`<#`&67MZRW0_CICJYnK zRwZp;H^(?oy5Ra3Ek)L8I9kCUTV$XzbUU`ZE_>LC{!AaScXMg~k84`sOv@v;Qq>-a zT0LRrM=N+52M-7<2_^I~z$`N{mb=G~FF!$#rbs+u2o7Y#r)casa z2R?}MBc)Bj(eH^}FctKi+|n-NA3h*gpL^FgKwtZ(Q!H;TuD|m9-%ZB6?|mqh zE?^~|xlIoBfZI7hvkC2RAe;qQ$NOJ6MNeH%7}pQx;R{7ioPnIv|($4KnqL-ZI}w?3IM!0(@6HX;dF1_m6g-Z3cuHl+_6 zu7^~alEW8M%Lg(iFV|*q1%EiCHp_~TvrsLBD+}E2BfyWI(n&4=-QC5~=n`hEgK3jp zHS+oO1aK8Oz^Co2*xQczxOE9D+;_*c9EU2$ zRsV_|K#u95q_3O@AAK7!*TQ#*(5FXc!51X@eZrzUv5L4%-9 zn1C)8qW(enl8R_`am-h+S>@zdTeWR-Q5&R9_cXpuT}8ahw_glkVqztWM`SS76TkrG zB#^-zwWrSMYq`!s2AK;Jmv2qG{LM8+|G#L+?_PK-DJ=h)Fb}pC#QvwZ5o0FaC^mTQ z@4zib^3Z(*UD9pzM8u0JS}Ows2%f~A7mU)_zGV!HT18MuIAuqiwaX+c`S^uTC_CaK zl?OY=XiI<(wr7#fg4GAa>(0Irlr+F1GFtFbZzfch5l~h)!QTNm@2_PJx6&4~h((y> z820RY_&j_qAEq>eU{GtUQie4@e*1>~w@DGzL#=><<1+mE6KK;OZWF!#E;cf=yPtp$ z9C;XgTDl<`6C-WaeJbCwtQ{oGfd-IzRE%4VQ5p=0pluy1H_DYKO}=Px`F?L2=DoMznl;}KtMU<*(uLxqj?5Ahx4ranfh^qkb? zySChWSbRLw$8%0n*m*hnODuM^2Fz6@4)GJ{{J}LBJn%_|BZq z8-oK^SpjB+>M*MZ5Ah^vP=)QVW@Z3jR$!JTP#-kezRmJ#&h?zDdG~{xGZnM?OUVx6 zu`e>4^~g#1>3n2>{Eq@e}u7V|+{$@c~_uE_cv6F>MwNLOYSk74)86ZRCb z()|**T~B9o0dxbc(XtnFubI27$+=%#ahlEZ$}c!H(@uZ;c*FkdI_@;`54b-GpjLEP zKuN6bKwEN95Lm6r(`c!TC^(2Xm8u5J6|l8t5aQX$!Yz+N@c+-lX;i%J4Wj|QpU%g6pA?6dyq zVe74&tfIqSUVBiN`+u>E_V?479U%e>sHe4RFQOpn%gdC^){xbq6E;99{h>&J(j3CV9Hmw}iw+#{X^Sk*_s zlT5L4W%b6A*6Aw4eZ65d&8T{#GWqd&X_hYxG)xo>#rt3)UpFQ4Q0yN%uK-k{D^rYA z7N=7K8n;$9yVVK0tZhcQ?D{1h`_!tP_8?Bqj6%0y&5PCl(w-qgz816tQ_BDZ76!hy ziVLB{{*5_Sc$O5Igzql{jfLXOQ=lphtlQw3sX4Lj{kKFeCzhOGAI>>vsJYug|bacgrLBa8y^apQK%}rtF64iGvsk9 zJr?tKnTh&g=IgyyrakqvyUa#cs4(ae3zr`_9rnZAbAhreDeb{WA2U^31bq*bd>9R< z<^p}GJOFyNujT@EK2PT0^R(&}y%}hGI(qXQozGL_>$yPidAi#;J_~4j%g!uWvR2Rh zpUiEj_oDyRF8$2m&aQxoz944$5!*?~NsfZD>i=XApqh}nQw4)z5tTyjLxF}HjX{FA zg4@Wj2EAb*#E>KSoy^xkF6J;>LyqF%%Ro3I{m+9Ozuf#So&$jfy_EW#4WKHjmMvc&$(Etol*s{ojcQCO&9I1JfaRV2ZJEG z3W!~$Eujiei__^o0C)_+%Ef@vXQ(}_ztRVWbtP(q4SX2d>f67kt%QmL&fW7xMj4kSSE4IZ(nbRBs5fNTg7I}L|s0oDm=NAXz?Cn=p*$&kONU#* z{Sc-x3jDj> zr-u29F|z{}r=c_GdL!F{H2Fc=tw@s^`+3}3W!OJ;^Y)PVZU8%>EvretT*OFga(!*2aUm`3bx z@AFq7&EIbnM%^ggH1%6IYAK*GaHp8R->LCHbyUGU>|OnP(}IK`RpeRnnUDq3@ffGA+lN66YO&m}Ghg%q&cmpdad; z4Inx=X4P?!vw(}>k?uOnthB6T?Bt`eVQxR2(hS5tMI?uSoL>+R0(BtO2Du(N4Hyb> zbK{T)kyNtRnhD9?Dq(O3a|~`Q>DyOiA{Ur!fMm~o=e<`#wvTnm-fd74%{LvFU}RqY z$x?pm`+K~vn+N~Nqq`E)FvGjx{%M1CsnNdL4h{L-od5f;s5OZ4E02DU@<~j(klqmjz{e>tg0(EC;U6-A zB#aDU@kOnamWRGN2KQ3AxKgbMlxjs}smcHz(zPOXr|>s#e%*>_hgQVdYe2JsRzzl~ z!JQE>4wgp%gj~WCn-#6ih5?*n%-7`_jaCIRjp%rWF(*JtW(Km(WyA^`*Q)wTxO0{E z2e;Z~J`M56P2$m>7P@veonD^4#2`NJj=jCR!m-cDx@f2P;iJDDrpM~~H_x%>aRSYC zzP4vK358vaupgZTdM60()F#g$rqc6}PDC>oSSD&$fGYGD9}qx6+9%Wm!Bz!rBC{#7 zsTO+h)QcQh)A<8-8I#fgtz>GL&Bfv!+SA&rkHS-$JGq-57^>b`wyO>M!{NdlN1nym z^7s^73tg_>WOTD9iLodyZ{#eBGeD=5c*vOmfIE=4^0eHyX6ye_x%2j}`K^3<%cJez z9ZA2x7Fkd5gg>q}R64_cy#?&Zb=xp@tkADaNHDg1p%V5Lz#HEL z$7NwLd~jS>ieoqM;dTq;^80I--w3RU6~9n56R zu~c?I7Q=T7f4pKLJg9|>U7Py^rNC$#Y?@q&K)GXKT=GP$RlXj4cx0^L(xmUk6fu*_lqQ` zb?@jyshjJrSj&9c$9!xAw;>a~wT27XNYft9Y-(;=`_no77X#nP)%CRuC^sOTT9N?i z6jUjYPu;~JpJL__d(rnVa=-s3ssDHXM*sgBjsATFzdrL1^J@xTJcY6z3dHw()65qG z1yB3P;VK;NlW`DfJOzBZAQ(V31GnsxKG>Q{O9@k5pcbnIge9Up?B|*B3Q2pg>PR}@ zB>Wg@M%S2j`s_UY7~QDNQ5dVS%gyLVU%p9*0*fSACRhHTwjyk&rsz$!14E~SEJONs zApKSR+_9*j;co{&n9Bfr*ORD3!Kd`P&I7!ZikC^4Bi2J|y-b%{LlZ*c6>lc|Ewv8r z7TG+5S+8S0?S=86DGOSVRW08%&fhB4rPg<+@69+Amc;8#{EsANsLYu2o^-!h zg(<3E>g|L-7j|hFLWv0%3iuKhh+KBd4Ph9H9BL=4i4g(Y6Rgxx7Su3w<6yu;K_+Rr z2HDFnWQ)JVXDSO8Yiy!3{7-xVRW*QzQu0W8_<4EQZSf`TnJ$m6M~S=8k7m5N0rdMc z?_D0~VOyO^*G!@Il}Q&5p**^nKmC^J{&6R~-Vy))kp^i4Bad{%lslZ`9IfT9xQ(r% z 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

  • 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 literal 0 HcmV?d00001 diff --git a/user/themes/radiogarage/images/test-image.jpg b/user/themes/radiogarage/images/test-image.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7e391bd3839b79a77130e8d841843ed708542a0 GIT binary patch literal 715800 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

    YY08?tp1u1Ay?gkeZWl7dNKkNE8`aFGsq8gJ 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
  • n_t5?pmg_MZ&uWnQRyuS6)BZ5|ky|?9=#jm&w7s;nV@_%LOfi{E-1?V5ZOW-d zDhn`(c;!E*imGzxo4ije&A;sTE9Vw(G)`d~v@ z{szK|U-3gUYE>F~1zPR$zttcW~SHSB;0eE~QN27Ig{b8N*tpbw9F3Jer7$BkIJxh`BHV*ZQI@ zkw}lKs&XZpLt~VwT1|$U?Lq&zo^&L_ab4kXFc}I({C+i%jzpu8wCeZ!CNr55$3-G( zxO2T)Xbz>L5w9R+qR}2+5O^=o3x!YS?k@G9Pm6+9cSMww;%Im>n`}V1d zDM!`)`;Y0BWBd2J&d3ka`)5zXf7#^^&`x8`to0l_lVTsC51&p?x_t?79b)?i#l zy~Nhp)|^-ytbL)coU#1G0{xplzv=UV{>JEsad3}*_=wdsdd1gWe%H_g7}OnmK=Hxm za^X(2BkX_6gWMAx{c|nP`PFnuhooc8dHeYeA;)?>hbE6-e~)Qt0-g1(ZbxH&i)>}cjTr*8A? zY`&n{CMw6LqrpLeMA=#6{sW=x+`+}!+4zAk&AqsEYWp|iv$Kl_=R(;7_aE82H_x@UU)!qb7DQ=B9^-XIrUg+>_e5H-o9X8X8sV^&Ln9 zGAPwb#!Tl@m4zMkx)K{=S5bv*UyY`733fF~?K_?N9kaE^Syr>Gh8Zu<;&WScYHKcJ z`eDw4TB{{4Gx2m;8-EiJlH0cJ3HI#egsxragI6CJk(W;G__i@LRQ5*@wo9*+>Uw3d zUY~n$_Ov$Q)BH;#WY zdn1egs8`rNbJI9Eef594`oHaK{+y{I*;V}Q^AIlMDZ_mE47_ubT?_WQaKU#v7G3sA z%2DV;#_cv%S}(yLFcysS1&-1V-)ZCT;1AIZ8>d*adnBr3Sb;Kap(qU3c&_)n0db^h zom5Aej|AJ>qqVii)@topYgzj~ybF0Gig-?+g=IB_IF?webhE@-^9}lX{&k0KJo+{TvLV>wHB7>rD0lK(6&SRCE-t= zbmDwCe&#C(hwB)2&=6Z^UM=FJ0|43r{zSmfPBTt7_~ivKCIcP1{I#%Ie~J42S6jCi z#rV8bdx2NltFgJ32U%z0tFkdz4{>#kI!BDYUr-;M4KSzeVp37Z%CLn8z*b3|zpS;? zwt*Y3_pR*-L}#&%DCjPm!dBFCP84+_dPAHSJ|xO<2%?ynN4P{H#bCqzkzR>x@n>_l zAeofA#h;CAX)d9lNBR(2$P%%%GW0;}h@AEY2k!$GW;3D|%5l_^_>xitqnUGFbD9j^ z=M6sAY?#yjZ0{ii-^wjRo|`|!T@l_GrYH-j|0x|~^=cir)fL9%xs_pOT>SgiuAjbF zS<5k6pC{M+;LI8owBy2+nx^%KBuMbYTxk#&2aEt`w1yJykOS=rafSGe}Ub-HW)bR_WdU zFI0Y3g4bGp%O}t()tX;`rN+|ZSJ&mp$O zkWJ}WULqET7e=2$7N}Iu$3>N3?_4ztz*-N~%9JrXawEea%3>4CPZV+kq=bQR6)&Q4^5exCWOP98HWrYBT*4lq=-DOIv4@&>-8<0 z&`bZS?1kpaRdvbf7ymr&`)gFoVn^MP(-;51HS49V>TKCYnZFU}!a>R*xa)w%%WG+5 zT{9hi9h>8EPOCCsIE$Ba`L`kV8MCG(Q9&srlWAEc!tg`G-BCWaK};qypK5*<=a24d z>!0AeM?ZWm=S_&QA<3ujdR)n1%tnsqB~j6v2rka6U0u0}qN2!pKH1~<-~OFkBtikP zfi?XEnXW!|bMssA+rG<_fTE%W0!H#6N<6RqwG;G-_k0}f%xR1m>w8y4smrx|w#MDZ zOxEmJ1&_MC10fAj6rFgm-0Z#FJDe|**8cdlKh>Ol@Y=`WYY|S7`ar{{iR~YL+jrr^ z8}Zw}!}Ds#my(%x-OO!h#kjIC=?TVg?SuL0I#|;_@z| zbYq5TFwT6HZCS46<;|=****Q1jeW~{o@$e;7G?+LMPo<6y%e(;{UFh6!-@)m+v=DT z3#2zUYG13mQIQ=x2YOFz)jP5OwUyk;ufO2UweB3ZbEdu7dWL;Th2;{nYrv$EDoPpI z$R^fo7FTm}REns%K)*j5_^o&_sOc$+%XX)dCPWkkQB>0Kg9g$>`GDy4VhUnjYxf+4 z-XI9cWMTQ}-M84s2R|T+futDh7L>Fg4E>291mJ?GsHUR${jd=s<+CZn(DhVC*YPUP z%aCZ)1zm4GD9Ey=YO*W@xcwzq)_)bwS%)<>Y38_?m zqS2VJKcYUG6!mOYrgsCqG!j&JVpK-%i1SkZCOI72A`BX3nc_iw>tYM@wjkIAJ zdd}+?1g}p=A1>V=6O2MyH_+0;@cTtUhM!RTm>`VZDzah;McC!%6#OWmv`AnpDxxZA zir4$Ae*dd}|Nql|&wIWGyv!ufG?xQK^J}j4JQuO7y?a{-OtzgB_8J%qBd8mw^utJi zzEZalkwz@L?^tDoKn|5rl=jv7VLQ&Geas?_MJB)q(lqh_c_wyQDjpOd1r)gTE zXLD3jAH()ROwQLn&*Nnl0u9u) zwBDY|e6nsGAzKgK*CB=6IrKoFAO7En@x`XTs5CD7jvT%0FQwiqekdqc{Ga@Lt$2Hu z+v4#n|C!_AKezCcEB}SpXP)yVxBi*$I&>6<|I7Kq!NL4t?UwL(aLA|!dl5><5`cf% z3(TUR>66IIdp#e4es_p`3chHI=k;6JfFU+agqC=`XoMqaay`)iIjQ~NL1DmCXudU2>U z=V!}9tsg6oyR77>&lfTxk*=;tBxLwx*=K~K6<&}e zxKmL@pN#Mo@C4kcsv+Iyqqu;&8jyW{Kg-D{OMbuN^NEs|p!XPOFXP-_w|`0eXVQT z;!&s~+2@m?ilT9=imdAE&t#JcEfCNW$!w;-0B2TxWiuc4NwO#*QlBKs51V`wz8MF@qWf#lqa_64KP zq7clx;M9NaI)2a{V{0js$#576l{_2>M30=AdvW(mOjLEmicZjMxB=7MTke!Q%Gg}S z`UCo+;W=W(kH~s9uW!NZj;Y~wY*Q?r$g)MT?7-K(*0PqRHnKDVNAuJ~Igm_Q5qdMJ zK(ahRF~_+3*SUZKoqL<_#B8qoN#*@=@lDO&c@uXhgDqP`QO%p#5PzBV_DI(|I1HU22|wYg*T{YE<`l*v<_PM;e+ zkYbyy5qBe#`7!q$*fig$=7SsbVRWks4*HU69{-0o@;>~pq;>9O{;)6U&#HO78XCdd z{Mp`Hn@@|nKkMagMW?LD79>}qYe(zI&{!Rr%!jza%+qL(l-{4-Up|g<@$4J2Z$MtO zd>qj|&>2iCX{GW~a40w+M}0~3^;Gkoj(SCJi|eRA{i~?gmZY>5ReP0p1+|>BBcxI) zxORb>`w;b;reI}Ys66*dEox4ep+qYL%s|6*zatTVciCVsyW*S&sVEzFdnyj7=x8({S` zG*~$kA^3YM-6rC=Z9XN(;Z)Ny{>U<#*>N*SBT=)Cq0+dgIw$*UGf-))wBJ=t}vSGxb zU<7w)@Q+(T*W*SwjI@7hF}x8Ca=Nee2BfezAV<*UK~S|}e0yV| z8dZs)m~y=OSh+Br^T%NMiccTIC<16_@~b*~4RywG#q+O_7cYkA+Ue~;@mzDuY7P>0 zZ>Vy@-`jiWB(+;Co<9ruy-f3K`DUQsq2tYM=i=l`UKVvo%H@_J+mqZs^d9o}G9PWu zbKLVNzd~lM{47MvHq_Gn{$6;H`}>p4bnhXjNMyF{6_$@YVgx+O-{a)hvf!mQs#)~v zeya6RtpcfJ)?EQKU+P=*TjzhszlGllE8N>Wo<6ai!?QWX^*BD8b98XhTe>fL&YK-44y5aLFdUJ<;4&j&}4XCM#?1%rWjGTEI;b$4}zbg~#U zLSfT@!YMw=G!(MAWGWo?Q~raq*eGK8)ye!4d4b9n`aK({rJmqyibl+pBVeNlHT%FDx;!yfaDjR?Uq-mjptGst-vhej;#Y{ zluEI50&O#o`;5&&w8zAl-FIQNFX`y&mE5uOpnJAXn~Vc#i-Fxr!MUnJP}Znts*{sd zJtN3OCwgXICLYhgf1ELJpV_Bp$d@O}Wo7vVrCh$-72N3&*KzX^YCA#gR+?y^ZJ|rz zeu4Z#jtv0;J}eSl6kn*!oB;v8mqg!e4wrR3#(BuTBxVi`~h?4@f&UkhZD6z zVV|hzx}MU@mD_ghVvh4S+>oEj=cjh$;weHhbB%rb8gm&!Qt{l5oTlr9M2X6(Ovu5X zz>ZZ&Cc3WW;GW2!u1(KXip9zt-9C}7MuC3iy>fhbCY?&DKnIc2H{5W1@2BB?(GtA( zn$O(1TNM?a*U|}n*RI?4ei{lF8H7S!^BIh-QK?LoCMOGo%GA81IvlrKv_L zQOcXRSVftajH1c1rm*9v2FsY4FC|iN7i>?Z;wk6fupyuhNGql!NhD%`**@9+sK~tz zIdaI=Ua3sJTkukA3~LW*(6Vrh(S4}Qm)%#uYtRlIUaE!MOl`5Qs|U_|W;blm9{WIz zo7J@G{kmK$&rXo$H=cTG{_c+|pH7!b#^LzH^A8@~cX(z}@9=Q z5Lf3SYb}}e1~EL>@{T*@`1WtsCMIeJz67N|@~5BMcU+vjQxs=SBa_*?J8no)WN@~y zXFjfr^2Fr){Nx0j%VgtQ#HHyyQhNlvgz`C2^RbQme zGg#+Rc&;>&X_#ipoIQAOHkvS^jm+MCAA5LuMo{&XtaH2>jjOdCJ8Eh?Y9hc+O85Fp zdX&Uv)DNH$fToezXeu%Yxuh5BGSTFZuG0B(Paa{R$`8d&H zu?vOHLL7rwEEhL94kK2W33wFdEXA3#m|n2oT92=E@K7m*+HYz5`W&s_#iE3@Q@Gw$ z&s+A})Q#np)Lu20TJ)2x{w#W^cmE-aW8scwLAT8`x`dIFxNX+p#%tgK?kqf$g)IJp zIl90_GqngA?nQA8+|rwpoy@Go$H~+3N75gm1%O;=mW%!^kPBN=-U0RVex3t*^u3I4 zbVuc(^Hm2g80#Ei9lU1Sv+iHTiJGuRjx0C(3^@`$6V!sik)ff1QYIUR8Ac1F>VxH6 zZzv>5S|Du1V##EtCztIl^yPbdySpFgDio@t;}e@o#bTi^n@uI7Q9Xo1Ef|bM63L!S zKHuLz!1-m_D-g~XGeQ9sCMzXuCX(4)K3~kF(`mm?kp+S}ocF=lP}O)mn<4E%XVM7Z@k}QYxSbQgxE|UfR0?wk*WD2!{#Ud1@zpoEcCHk7j#0*5)}Lyj z0_D3YU&HM)>ciFQaJ+(UigWoy4eb+@Oe1-fYGxWrI<|f9-FNTp*{r1FbEcY~i_a zY6}Z@>~5oDMi^gs;kfCmqozv?C7jtCnRcYRafV!1cVUB496I-CX13A2&M1~do9jee zjGS8#op{mFz)`2w9n5xE;NzLoyc&{%wB#Iob zXolY}!*fIwHR!4d=&A0q48LyoKf)0%+K|Qy^Z~8_2Tvm`t1OD5t||c%=7d=yg>w_M-*YWikc<^+o`~`AOYBDI$+zKHN^FG>H>5w7Lk%^oTqu zPM7KtGt;9$6AFI6x-d0u5J^%A?~@fl*r%tb6_Q9Ks?d;vnn)BEcI?==asMrEzD*>V zbYD;paRj|FOhJqjUXpx7_%xA6H%xlH(}grqMu#UvZ@sT?N>Gt;H_H)K(uzhn5^YQ? zULM}6;G|BBxZ)RtpooCQSTR9SKpmyWvs>_xhdq9vP#*aQ28{FPTOO-1(@(|6;QJZZDU z%h$ee1CW@Lx$bTQSbPEKbiY57OWd8ysKXPJdEnYLtx$;17KJ?uOi&6>&cYO+s=**+ zP_NER?as#$5|9XiKqj3^DKNl=J##m}Dvvh4vS|i`np!l-my{^XGA2PB7Sq&Vq#*Gj zXt(WHglVn6e*(sYAgYO_a&>rTK9|$IRPKEKNy~qcd3GP_To-J=7F*-fyK0@Fv;bWn zybfL9?A?(P?3IE^8FO3))^Qdq#_LP(Ltht;M;i$z{0vYC;c((Z%@0u^mIbzjl%-R0 zJiHMfkRo^+h0uJg`CWLh=Xw}(@x(kNOdQ$qZ3`R|0V?3elV}aXHuM~Wc$m{fhC3J@ z#jB4Y-KJZyunyLjMBLpL5Bg^`M)U=Q5s$iqP1Eqx9#034bSXH)E!!R1hU@Z0Pa-e{ zhE2EtC)B{O-OxyGxk!&SqqHbTY9WNOqt;tPwb(jx6Whk-q($k`xNOWR)lRZV!NxK- zv5dqa+Vs$y*!2h7NW~&tfg4{t{!SZ;^;&p0`#J!u*TuW(M6Z4gZP$tExK7(0cUeDO zp!v?YEu?V#|1p#&Nc(#XDCgH9vg+zGF+GaCe$zP?5j(0eTl1OgZF|Dv+U!}>6*Wfc z_&&1Yw%W>MGA{_cu7`Rvfq)w5${S`eY8XPWTdyb?B_l8vbbNe|o-roOslb3arKbyr z{n>QNAK^p(n_b*4jacO5-ay;0eX?Tes1uk?7d0)q^*#hCHdV&kE^gVPl=mYfu^jKY zJ|PIRnHvNZ$aOKOcz@f?^)mfx2HNpUC=cY?HKDDw!=hgx4Xyd1hWHiniH{zh9abX| zIaicxYJ94;yRhGkDv5NwQW4~-M7sWj*L#GdkNoNBdrI^3>3j0Qo?2x_kdHr-d+YAq z#ToUBs2hfKkVsf2hVJ~>7HA{7@h2Qc+Z}c6woW) zVBwBC9zv`f_9JIY_k_muic!-mY`^!sN8PqFabYd=vF#u{;qR8H;mf$=$5PK80;vsa ziW%9Q=;~6GKp>Ht&`OalDL50PKq@sMMdUyrg;#yy;@wgN?n(JoEtrrm`cxuCpBi|( z6vKN|h4&Wk4h+D5UKPsjtQBM6Z7gfmAJo>%+ADWvZ51d%$vJq+oL-|q&C^-EF??LVre?~b*xoGwSSoX#%14mxViTP_uHS1#dhxQNxu*% zJkI@@S_t$#-rN)@kpD3KrOkh^^Va6qZsjH)HO;MC)7_k=74K`lLmSWrGB+-9y#Z=Z z>|UoZ2FRN{Z@;9~s?wVqaddH5UW^Kh++i=}`q5IKtr<=__51c(mP-=z{f>rho}&_B zHhmo{-xIgP-xF-RaswgpU@(&aGB3SfNuxJYE#JLSM&+q&7@@3DhxC*N>Ghlx9KQT= z?#^PlyfeEkaqijvyB4ceZa%TQI$0@a+m}wmc?WC@i)iass|*e{`Yzwc0j){`0bs&; z;Phl*={HGXuD9B%$mabaO;?%<9WfST9UC2Nem zOm#h7R-8joYH?vU7hMZ6&IIx5afH+e%xKRpFCRSk#KA3FW@qottQ_4NEeq=A-w%ye zr^(qbocmF52({EpyLOq$F{4&%%++f8x49>SUo~LW8G3hMz?V#G37ivUE0)(Qp3NQc z>gkyGGQ1W>$00@M!fN{L?|BRC6>{?=Fi=sC--qO%ZtdxqujQh>w8`g zcR=cT+a^VMg7K+(cJn_ak9tNun<#=Ot0BuD%PrR!qkdGb(Sj*12q&Sy+z`b)T$ zY$lJw(sEFa;&0&X`IMoj)4Gw$*YEHK8>h@XgSgI{*Z-lQO0n$C+*b6mg5T}=+XPux z5(!0@g$=KdY{u9PCgZ<<1pOpRo&ib`=A}_4A;rDOL(lBRv0M02!VLCoc<=DTW+K=# z^+h7$IT5GGGa?b@U%ujpu)DeWtzCaF^WI(mc#vU=FP%R{{r$3z_GA^U(2CsH7Bj9r zLL{}*XBa9GXV2DKXueZ~uBNl!h-^h-Jlfd)pQ%a~-N!Jn2kslEo^2ihu9V4`VM{Ta zpRusSqBBVCM`swqSaGGfLd5X6F+s!?Ze_`hk-~YNJ^!zKk=zF(%F`#d;+VMNJHr=^ zSdvgj+S&4q%8fEhOG-CNA~|u{RX*STo#VNj=1UD8-ZmHSx^btL?;GB+9oJ4>uU5Ct zY?|^X)7`0LS65`Krd^A!LAQKe>KV%Pd53#Ps}qI(ZQE`e%L>{|ptpBe5c0i^EnB8b zCBow)w(a z=;6#WtIqVQe5b~XMwet3MdO8R&fyp;V+HR;aQ9>OsDs?dVq#{v9IaTER%nzyQP*q7 z59TK(^Bk8VO6}O)Pd|P4v6@0s9G9D#$R9kO%jF+izUijr$LO{xrt}~uD2cjGzG&+8 zgd%W3{oI-L0R40N@bJ{+h7EdS`7k*f*GY*Pk_Cft!7yw2Ie9WyEDQw#n{z09zI*S& z!rr^_D7QHf7%CKVlX8A;xVN`?X2;CFeHbPVw;7$|!f{zLwTWR_9-h!lNsfn!-dGRH z|Je$1IOW=}+V6kz_H)Y!Hm->hU2R!5wjyWu=4|WA7P^DiN}<>AdFN_7H3ctbTyiF( zS1j)-53DyC%`h}}-cA^u$)KTz6198@RxoI-UUAN-S{mxGswiC}G_^x+^}o`0kv6^B zMYU=X3k8nJK#|Ag8bHx7;lj#!4?BR&=U%LwU^{ZU?b5=`*Wjo@i!}G5wL?12df3xv@DfqMr7A&s~o)ZMG$fGrZ;HBOie9OU}qwe8^V`#2aUq<(1Hp!rw>|Exh#TUG|j$lh-d8w%get>`_ z6jhF3DG}`eYF0*zFTv@TP)Cv+hTNbgWJ#uP^&)Vf76_;+;z;Pw^&{axz{?4|lne&( zgRD1THnJ$uuH@t316hU9hUPjuJ+z!4D1sL{I?q}P`y!{qsVD(e9mDa4K3ggl&`Y5h zugHI#T<-pj1bK}viUn&HxYDd-+Y>1;!RK1bDifd&j;NW5}lSiM7CbAdl}|jEILl@Ytg%htzKc59S@_^TY5jB;aj%UE(_;Tnm_k~Kdb7pAKH!_ zU07gB?%CPHx-Q59x@@^pY1fS2qQMR!QyOluVwaGN$O}zsAB+N08aN~`~ zn3ny{0|#%oaGih`K1u(eXiGEQusaCo$7RJgZZlGT)%Mq1Sre>G^G-@NDmrx}`rY zxTAH%97+jS^_aE3*)#_8$g;Jo4!$2<_q?u_?iVc|jkYKs{mvS1ucbB(#3&J4U+DA* zx(c7_>dFI0EX+@Ed~gHj)uK@y+YH#DYH&knR3GO3lks#o{AIn0@Y_=hBJj}puC8b_ z6QAOEy~26nfoN32XF?-7w>yJ~H~DltF7BCHH&fr_!z{yzc{vtKLx$mS%A8yyL$WuI z06J-7f)KdK>pEr!7l$z;SE(Mfj^nHV_*Hu*VF=+fkezNn^J#&7foZ0!FW_}eXL+&$ zj_AXJGC^RE1vFCOFn&-hCeKee`N1QCOh3l0Q|Sjj5p7f-K$~b6wZ8^7_*lEVlSbfk zX-O#pWk0iMDxh}_JtdCa8lU6l;X1dF|EL^=59gRsIJAQl!`Q(D84b*bW@sJ4 zYtZXu*FWa(XdoLhSu%@4J~Aj2>QO@$(-XjwEbsn@zBfX?Q?YH86R2rHBzBZXQzUjE zb1EmI$EApbn4K%|^NV5$!m2ME20n&@}BKts*3`&pH*AHbry z#O$RZ8{4>=GJ?<=RJegLdT7(z!7R{6U({dVh`Swns+GsvW&?u@!LNKxpm^ z4Z?G>xrBBHr<_f5<+Yr1bn6N~!UDFq!;sioEeuDpPQzU6*p71wZ8Ze*(pxC*t*r6h56mw zx9`q7_w6%Tu!}DL5%`JnMe!Secu02%<<~Zxo^7y-u<*K_}xxI z3el1r-?3vUI-Q9|l{fE(zc(wekm1=aJ9n!2$XzotONzk;loVM)>!BrI*gn6hF>~JI z4vE(u9*_DAF`e%wN8ie9QQiS7f=#zkw7ZzCdu_>2T5^R(xz6QG>pkQ9B8s^iiV+U$V#FN0V#2Edbl__SsZ5D6VB0a@gXx> zC`8TG+mr4m+}p-_Pc&+ZssbBByk12Xbu&?bvZL$(zNV0hY9e(bsnr?+3?0N!R8=$+ z5foX`O*9Wj*KEXAQUv7w6}$l+LMaB-DLi=or<7Jq+E&Q+{EKq{4|F_d+f7;C7Ie0# zws}mvWSYaNl3>hC&)2K>o>TL%h8Kv?XdH+`mF=jNfUOxOWVlpQg}C5tR&?_IS`d)rj)^J{POe0yW~ z?S0M+FrX;KN!qvGTDPDyzh}>MV zS>HFmpbJewsg*D}=t8C1QYtx;(L{onx{tl_oBaLcD1Fe7F`oQ6f@8|f^!JV&PxZ`V$dvE*SoA2We6c0?CaJJ88OE=y5jj>zrp#AHu zZ~PYj3G&;a4E5KZpvd;UG=|;V7+N#JqHCfyggqxk{0`B64=qXl6MI-SGsWH{;2-2}HO}yo%|E+YR7+bq=!*g5TB}AI7{e{)S>W2yG+sa3J z_bmOy@V*`IcMmRqY~|zJ-|Tp#bko*%4c)l#0Y1F=?>;oVZ+Kr~_eaN%?|5W{+q&}f z?k9OJwf|?G?UN^+=8i{h{EXJW{l^o1BL|!BEuSf@&fY(;Q|%jW4Q_kS$iXcSjNPvn zifd|ato7^J>G>Zwii_Mk68*VGEaSAks}F6tKjG+uqu(9et@f1;jU1T&C#_P-k&Mi~MEs6fH^Q6nP6GgxkE5UUa+QtT)PP$&Tl0hb7HtgEwd!ot)Yr zNBI3#nj$7U*EvhyXo4CJJ;9o3nudv7bFK@0$?d;Ro|yUc%%@-f?!a639T_2GcUDTb ze|g=_WCW*KdNP~K<@1)Ms@2J5OV{B$6Sh7mn8xeJ+&kBgjgzMmiCi|7${s3+s_MGc z%HW`mWS!&`H&MAUJ{%7ZzI}Odc4@~=k;qBtVm=g!=*HOCLUDAoSUQLwEc7}>%Q!Of z?zKaVgY)0Y>dlsw(6*WSe5Ew{5pqmSGhd|6?8AmRj$tUTH;eKE zVN8dH$l$JKxja6;(5zI1%-CFEM5*Bh_7UP>@VXv6F*3c^UHC{YtD~ z73xDn`Fzc+2$f26VSKz?ZVv7ulgYs&cLq`DPSE0inXNRPBWJLdYe06q@cJ0{EJiMT zIG{dpK~1goLi3VrC#M9Z^j-m@5R;3kls$POoJ@>~T5<{v{*4zgbb-!hJuIsI!GV=$ zh(OE=OE`3|ok}&W%2B9@%X$rgi^*x{TFTqHr)qcV;tKVdd3zV9h~MA;i1mRU)scU> zI=O(_TxQn~R4x76!f*MPsG2KU^@pw;ZS4oI9TuMrV|BeozmjH$Pv&G4j@NQ!k*W(`%b!WZcq=wb9Qy9HT&JDdIs~g4GK;O;l=YR6}@C~tn#F(C) zcuSPLhDtaBnPs_p9H~}iarg$@FR1Q2Vn$qe3&I9ADmCb8E! zt`a^BnzmY6#T&uUFUhuj#C3=F%Qhbszngk69=n|bt{PT+FXat zu=K8CF0kc?ZiC;4=<+{aJZlJ!e(IB}O(Ke-BFom&(Vx6alO#owk3G6j z#SO_^Ub*j>Dj1@?cBxf`&Y{;u}}UKSTN482YKM*=9dlY5+Cg74skv3E7LH8pPBG zq8DVkuVM4pomSnA)abCZcG@yx>sR?0PET@t?~TShel4}NvB^Bd5x4sr%1Yn1z-jYRR{sZ^)waf(Y418kPn>B6*!hs7FZ zXX#aNG!r<&YGClH6oLD|eq=-XYw!E%1Be;V_S${^`qz^O4mX>km8~JAcdhjTQIx`} zKxot}fha20I~Nv&JRHONpyqctEr`M+94}+9A=71*;}z)B!-|YXcb=?BcvQkbQ^I2k z%Ptnf)dhBy$hsVtrStYyMLxnuL=ksff#43JZ0Wf}67EJKxbuLB9u6Y$@(^$(&?Q-! zojokWyPyE8e2|ODqG}7$?O)FBQHg7Zg=mdOUYflJYCH zPfA6pafa=b-Yd-sg_Yg|u(O;y1SObX?%gkngS&eVh=Mq{D|b*7^DEhXqAK)n%j^_I zdoHsJiaIrJl1jgZUlB7X;Z+K+{PA@pZlx`Vvvj$N}k3URvD z{TDzQ!q*)R%-?o!d7U)Dd0eXbTr(ZWn8x(R`=d-+yLR5waBj0}rhlkw$e)=>U5z8q zDX!{Cvotd^zkOz=bk))A^D{H8kLhtWicC9#6jkGTesXGd%hY84s-s(GrzYRNc_KNk zsQyh<1!SOq!BpfwM={1uGMUQC(Q(a8+ry2<4Jl;lk15eqOqOG*s1l6v4Ptz!|XiAR7sv>cm z?pQeijTaaiA(0RjMKmp(zgOj0M0P;?5J)tNfYB^QwUgyI>7j5vSRh|G3_159y9*Ab z-+?}cBKss2#3)S1_4C$*RoFpfaolWTocw0C5)I%qPEk4(lDEUWBhGK>!dL3H7;R)yl@IE3?Equ4HM)%uJ)@#()#fuS->*{$-*?7@1ZG`92nt*K4 zQ_FCmZE0*DvTj}SGJyxHZfH}x-h2fvpeR>8ZWZ67%n!@9?&8@4NrYX`?=fp`D;CW8w-T3;VK4~NKkTPmMGt{ z@AJ)22WPaugK*q=JA_TGoj2ywy=XO*k@qkf{idkvb@=pkQMZmmr| zB3kMBsOQ(wd3z7(RY`9%z7Ql~t%Vb*8QH-p0-9wb){onI17u#vG922__cIF{;uzjU z&HB6^K29nfTz7d(`>ZpY)H6~LH5wfpOEW<6a;=J{yp#R~An`4*dFKTybAUz#3wan? zznyM-lP%S+MI%_p(0UmZmev}eFI?Rt;@EH(wLD(dx5wI|HQnS15$ zu!rB+UU!4u`$M+Za7Ux)ikbTT+hyx7lzj25;>HG%)w`LTO1`<)_sK}wTE=J9z+@z@B&w zA1m*V&M6JLSNRtCx?xbh3i>nANS%XjSN`>&H&eHsg0dMuY^KxcxUNGEsU*nJa#G{C zq>dnX5Oy(gF#Hq+*RmYN2$LfE%C!~^x1v6zD!0>#+0zk z$<&VpZVFO;LQ5HzmCfe*2HfIsX=H4Cv@|^Ix_y1w9)z8x^X1VgEn_)Oey}*=4)pe@ zaV2JE9B0Jsw{sMxPaPV<5z|QNDR^}mJqlv6L?SiP@0b}S#=^c(?v1bV7kJI%-`yJ8 z;pzF^+#C2-w7m`ma9=bM4AsbIm}Xw^(OpCIi>3NI!+v#;UIh{oRBYZcK}HUKP^@7^ z_c$kq#Z}DpYmw8QBMPIR}1ypDL>g|3EkAoy*)Qw7!LN+w7v4p1_obQ z`&{dDYmG)WTNd*9nyflIcOE>mfB&Z#xvM)ks48NjuUKQmuK5!MXbNtQon4+w^cO4a zOaafhE_cD0n3!kL^J-&bR&8*QERT)t+t+$ep-`(83W#t)`{)%9cd?SQ zYjxGj!#Ia|x=Ze|_cSZ->Dfbwvmh{D6IQN&1>azxrEO&4Y2)T+RWd5BV$e?z^94Py6KEcbjI(yycer82R3Px7=c;nSFmbr0`$jg;3Iq_C)W> zp)P@A7?dzq&xriwKw)Tulte<2G<>EwN`jD}mb|@#-+h6*aj*;dEeD-C*{AZ8D#PDFit*em+#ei726j@N6|7% zQR$YB3X>BInO2}aqKx+j?eL5RF!bW-)2u{KpMDX_YxnNc4;ykOQx?U1CL@SND+fBT zid4>w=)@ z(WDJ3weC(fa(#V7nwXePlnz6O95qup0hw6^tFGvvwF`1ACgf6PR90Dk z-|_XH4!tAvemZCJ8=*hMHgGL`HS48@&_3DWGWW*oRBf2m1(jU}U7yuF!jK{X=5yNf zwOP%%U_RcQF3+|L9{+i}?!t_@h~34j^`YRt-!J$Q0XxRFz$o`u(_ z%*m$8k*vdqZA;echLV*?I7TF^HAzGpN-19`EKzKs#@k%=f1*?PvwmnxM~9xNO5wwkLLujo;@imP+*m1p($bDXZfzx9Tm&C->A`T`h?+40xol zDoJe|5cKyx>y<-NLp%Qq5*NTfzTB0|Iga4=@n4e!$gG)~QA-3alcd5bX~T*n$ywO` zD;@5uqhB=gvZxmpev7%ctp8hC1k0kEzjNx%Xv5*o%$SFz*o?We^$j1|M0q){#of7% z)VYlpaVm*&`4TP!x?mIPW)Rs#17jAA2^@$shyC70q=5+9pf=;h*ExF#erIbnMb8)7 zflZXG=E6~?UgxZf>CxX3b2+{Y#~{67XO(ss6zE)><}w_;#58g3h1M6iyS}6=NUBRh z_q_2ce}cRkdJyNsxh_0DmF3M$HHge-Gofu;UYk9??Kcy^?0c=xn>R#h1ot=7^fD9? z9=R%Fnm4j|y4-XZR|aA&8l@6)9|_bD45KWxQRo2UXe%WgufP@&)MQfT(Gwcs?(^uM z#)l*6ebv&y0D|!)Q9&+EL(6I!^r6h5SwOdWg42eYW*9?5mCKWcKuBX&93S6TJ6Jt5 zUn=REh|cbylqlsRcz2w|cAPC+$VkdZj`atO8KHnC@ z{Cdb=I?LB#M5Qbo-O&{Nqn=KV8qQ`c&>Q`vg2u=a0V1!|DgE0W?}K^-ZK+mE4dFC%IN?+( zOQNlq;e=Ys>{?vDZ{J#Te*VyWO%Me+J|w6dJaA52o1PXF<0Yui@$4HfK%M>?XjyxxKSSUETtK70+nS=uriAw)SUk=;+?Gc4VB=+LQKZ*AB~o&Pwp z8AL&b#6BS=MY#W?b$4O!`#FC3qbuZBzuPjA#pnH@~UV%+P;(12Lqv9M!wWF)_HwEThA|5S79zy7ZOt3UX@tZ!|o!yR{=oSvL2-&mXG_>arbOyKdtvB=eL6pbs2o=_)F zn0(G7Cz{ReuH)ot11`M9+`j$$O2b9BIWiJ_13!Kt%GML19UF9-4b}sy4Y%zy z)65!J&s>`)KRwzeQ9rV0PigoDG;V0s+D$htY{Hq}W?LT}UBSj&J>Pp^tx`GHrp^yM zE8^+CFOsfX#}333=+=&%VC(>omkfs2& z?MBb%3(ZUTrWn70&b4>#Q41VyGJ6%>A}=%QaXbVgKCark+)J7U$IzV?O-``yZ(`Y9 zg7*r+d-a7zDgK$g2l`TYYd=awuq0^&;Bz3__*$~F&ZcIV#c1><2OkIo5gMGzS$h>u zL4qbT5H&A_#Lz=;{CoZ>@|U5V6y^8xp}z_J50A?M**ZJA8sqNV5Dm-w>u7lGV=$_3 zXq~*D!-hQl{3fc`%BvH1D|}U+SEreJ)A!lzDIbbT@#)I=yCN_)YYEFN#0NF))`>lP z?ubVvDH>ggXDnTCv_68H0v3(E_ZjjPVbgSoRj zHs&s8dtJ9TTM1^wtwIV*PfFpKF#;*$(WsTwrLdA3iALk?WRP%2M%ST3Gm23^RYX+$ zz5YPT*YCn(Qk3S3`AC?;!HL7|?ZSvFL0detef*GCkMD2IcymUI5EuHbH~x|@lV8Vp z!{Ih#$gtQgU1aKhjOea8STW+;654EOl-Kq@mHYc)KwNz`0iP*s_xG1ABdxAJEATvQ zm-}tIzig&b>J6Wud_Mf@b5OA+J>Clm(0VX&A}Px(F^CisCt$o(*oBax6jdkQ3QYjx z%0(wmsFKugm&;E72L0y2H>2OAYHbe_7!7GeVLB5(VP-aJAVwRn+dcd2+kM-Zh|M&l z?dfzsv;?U-;EscQFjuQd@Sgo>d+4{*X^!hjr4qf#WEx&HZl_H%ZG#*eopqcN$EDLY zq`a0^)f%(SbXbTurrA%4vCWn|pU6j}dL)h^^t4KPyQp&@M#1>de;dLG=`AAU4Cc=mPTvZ4+vGjynt(KC52%b%h zBWhXH(;MRr?L<$nt0aM-zrtpW3PB$QueEj8L%?e1X?TIyM1{3_q7NPH`)(4;)%9?a z3&#dZrBVTpihBNZSscD094A6-puVrLiU!HPiEtu+8gbr;(-gI_52H&yZqwu4(Tt8c z&B{?x6Xf*v!%N}B;M-)Way*<|I+UB`W8s8*=e(0^V9%4@!$*4$@KI48eV?d>lcjT_ zPLEI-uNCnx=9}yS~ie=z_Bw z8`%&%zFqbmcwz}L+59>trja*zSXih_#WAbuuZ>iMVYulCVVUC;nM5zL|tJl|Z zxwU#79;8;;{=Q?`ifuO`XBql9Y1J&7!^89C^8E0yWmX7*AwfX06o!MskZG{hx}41x z332Vf9Xrc)4?Dy73Z5XZQL7}51p&*0k8<+l0MAp?lOCuIqB9dld$t0(6dUNjz3(Px z9oMNDB`@kD@6L^k*hX>dFDm)DFC@ltxtVu}IzpbDgCp;j<@#x)Vw-u#G<-Ax_5ETD9(LB$#4C|#F#xYlB?f?7pG?W_rS$)AzUuk@0q6dITjD&3iQaVw`p@a zrx_0(vuy+rsnZ_*hmLz4%MIOPSRfWfE6wbttS#0$u>hzowZ`JBUeBwK3!&VW%TY-B+Q(&e5h^k>qf{{C#E>3r_% z`5yS?>5|jhJ64ulfvb-G`>dWVm5j-TJ2d3Fgczm^9e1L5)&FEY2$f;i>b4-oPiXTCUgXf@EBB! zkcdShvGhtf3?ltG#WIMI9DGRBki3-evdoD(TKDhiHD=|!yqh4CdgBS z^i0$>5fUGXCPi{ZRIA_R`QZq0UXyq}7E^Wo&pD3BY{X zlp!BtiK1LkrEFYHXNFbv2|{3Bj3_*@Diw+6MB#y0MnW)sUXW58(ev+-6hSw1Q9@Es z@h;gwd~VE>0Wj9!1mzODy^G^*6BfN7UWBsev1rD=#|7Fdy1nuOv8|^9u`3xf+eTin zjjeCv{(bXRIUUes*B|>1PlXow=h|^%>D&tT z-7KbE=DOSHFaPRi6aCM8^PA5k`ak>X=O0e=-TBm0cP9EC{`~3HMBnVegR_ag)zc*# zjp;Ud;-Y3h_gtd?;)VBW_UY4!{`X#3OZ3gnsrK3h2a`CVco!aX%cdN1Z_Xxl-Fn_w zb3ZIY+-4}xtLypl^=bMx?q3TI+GK)3Co1}-H^KHsWvgeQZ+i&7qfr_Y`kkSteQ#B- zKk{*e9o>N|n}(!&qRHdR_~#q%OSPIB?se-2_KQYp zOC_rbAeEJRCLpl{X=cK4DXXPY0ue+t`MS`_neeg9uC83t8hN?lRMhhLb}M_V(HOoz zl9Fw6LAD>`o)s%+Th9(ZDC))HN?I@X=BsX|H=f|QQZ6UkL-&fHO=_A>!eL32a+=^> zkKAMQ8Z%Ys)mi+bU**q`?}c_lkM_~fCy*gFsDUs^74?<26jku?n(bMaju#Bn;zWC& zX*^y2XkD_FkKhb@>F}OcpB*mvR_>X?kn7nj>y)#=*U2v}IQv%YWy`F~M97+X2SM42 zViLtZJ}-lCP^>IzS~!*k)!23mHX&qXNmb2wykzARMT2pI+7qRkz(;gRag@bWN>L=W z^%YgscwTPIMo3tf)ttJ7m@XK|)F(BPH8dgDT6J`BZnY>mO%2Y;8j$`wq`HG_zbTlH6LeB<9g*TawjSrZ_g1H7t;5YA0*CV!3RpO%e1kUCCsY7MBI| z*b$z22&axxl8}4$ONZ9hvN_#qN(v-8a^FLz6$O2xMC(1zEG{e{AFZIAUtF-P(&Ez6 z+OnglLTPfYRDjoQ6wwqS{4eWcBegM|J(LLJg=;xH`0-?m2m@U(x+y#kA< z8jnkSn2(rxab#p*z%?`t{fH&gEkIM&6veXsNUN9&T2;wU+8nRGH!&9Nh5y_w$gL3{ zCPHe4k0wT~*S}*fAdMW9Q$o(??I?MRWGQ)pT!i~Q)B2_tdggu2-=OlfS-!pXXO8nU zH|jh=3D}jqW=W>$I++a8tSfniGF*$AhIGur%%{sA$}URk@Vk)xY39?BjAYJy8Y#(z zp1noeR)j`+dm8(oVBPGb9H2jFtpsN|HnU_Q`W#0R7E20CA9|B1mmw7V-sU=`{!dG@ zvr7zr(b-~}=v>8+GvgBJ+bRfsTZxnzmyOC-N`-2*P@*Zme{nj+B7=AM>n781Asr$~ zRb4UcY|)(Cw{On$qX36ON>{nse1xv>3 z>5X)7Hkrl7WSYU%3@{!0Q(HL7HWCT2P|!QdKGPtyJ#zY>oZWv0VU*50~KZMFW; zPz6bnHQgq$m~KJWFKL>QljVmr`i;nNR8>?pn}pv(beXkq+4_uRWzl)jiKXwv8Aomb zeYYhG6!roiRSs%Z*_LzBKH1i)`#|E&Dpn*N$&hf;YebHoc z0+YoC2H)O#QPg4sVeak5oH3W)j`RTL_pg!{5%gsrwU3q`MW4fgw+_4&d0xwp#)sp> z$O)^K)KYmpF_svS%xG`4CqAs?gSIl{FMeN}fhEAVhtej>q!R)AX8_9=#A6kv3qBgl zvp)oK%a{>QLQRQ`jg#S_#FnNNP+EEEjGvNWk_LaWsV2Gr+2ba+-)HQ|ACaj3DP zL=zPPXTYYnHYN!G5ZM0`~sL@s5E1EUUThQao`HFO({ z;2)<5=C6f*JM^bN_(=2l@XZ@*L=te5l`g2hb z1>H*{Rq%`83L1&`kk3l8C@C|jh+>zl)Eyb1Xk3MCQcz;aaJc08KfLh;{!4s5G#r|yv4&Zc>-tP>qHQZld-{sU-ACm; zt{!G~FlME38Mj)5Npr!L&Ny#|{_OZiRHeGW>r|f>JwMAEK0%4?xez*N=BrQYN>%ej+@H=URbZ03)?JBt*6=~5fk+*h6ToUY^K8a&XsH$pV* zLiN0^=U^myBLt6kjtjv%ooT(=JxN2ZP;&`&&S$UlS?(~ZLy#Q}IlK-hn0qyxSl<|2 zdZQh%Iv-^@awkS zHiKxg3;q3*(c}sPL#;%Ull}b+ABDD`_jy>h{n&0fZ#I0QTT}JDqWzh;jah;5S#!BgtSEo=!M+?A%i)PFVWhy>~u- zSG@P_kL3E^bL*{U`1S`r&!^f32+Jf_$UENgEGYQ!8k3Wdhl6=pl7>bE=(JKPcwIj7 z-dk@a(x#R1QW>B)s#bU!Y`?hBHnG2R_{?Y2U3mOb8idc}el59GLnl0V&^QAF3TD2p4nAwTJ|hvY}&SIeRB2N#jI*L zrc#o$f+&kH$Q1ARdY1NgC!x(eLceY1)!i;7uH(y0`@e1^Ew`auI6vZn&lTex=d&fp zwjXP~Dkx%><4!$g6eY_wk^h7S;>r~w@jJK)r=(%0Q`+-~NL=|S2)bkN|ECFWCS=g~ zj?5XlL9RIV=&19d)^`P^n1j5OLTyz@CUMx4WXTpq^(0qzn#%gGB}RAufvP4FO6x_% zO^hmewW-OA<%%}1_x5T!_G#3%$S;O6lvCmzp`W4gS=-j2ZX0$c5VOXcSq;Vp@?&dx z=uGN$$4U>rKJRz}jNNRj#+XN`JcYa@{ufRCK1D;^CVYjCWWDtItCHowH`F|bz)!+)njj#anbJ%knq1I0&V??t^^G?7MtXGfH7qZ+ zE*EAM;{tctP-Y8-S^A$}lyjDCnzqimULCgeeDr_f+!oxrnqPbjyWpu$9Lr^-V4$iQ0#bifJ);u?PkbdMX5CxmNresx81 z^8bST9}NA(tj7MD`EvW`Yv~R@h|j`C>w-V$l`yh)RvzOce01!?L-)pe5JrRBcubJ{ zZ|%Qr?1O^L$3{Qko`Q2RK`B2v_F+L5l)jsxEXjA06P3r4Q(6@UBZjfXX{-EcoLiSn z`xu6wlgz%G<&){{e1t?Y{kJ0NkUsDh7~PLjNYiNV0VFu)qg+@m<1sEA8^k~%`)T=H z^5OsuhNj?K_vbsi88SDIW$U3crrjx@d(OS&1uDX-MBGteMiW6uXXqrShLe`d-@<}` zE~oW-c&07_2k6I4xXVl8$KlRZ;+3+aZg{vHrB>d1V@H|&%1~D>fkQijcGcF&8Yxhp^dQd zS&V&DXK;*ar{iiH(2X1R!yEQDrk}3yZ{+%lNM)81gdU`9h^KUmCj`FbfoxXlC1fg| zOlA}_lLN&?(K)V9lI6I-^Kjj8t`E}1Bq^?QeGxbuhQqm{+nbHp9GOs(T1LrOeeoFR z(}G}$p!cXr-4uDDFE?E5%YE+=3ec4pwD+4BqZ4}s1$MZ-44KQ&x?FGY9GM)+<)FJr z34B(RqV$oYQ3=f)M%oT@GKK=pBvir^owMi;2|zjC6xE+IjET;XesmHvPl&c8DhoDR94wRDZlJ^kaw@;X2l8 z8a)wbvj;cx;`Qy|-7U(uR{P^q&Es3I(Vmh?sP15QOJcfdVW{n+-{s-6E?N20$fagE znl`W#L}>HyHuxQe<(-lE@PmkR&g_!5Zav73J2{LXBPa`BL5p?k0wPVS=U+;1ch;x> zK*?7vt6JK}bfZSGC{Dk9=hxEQj}a|BqLz{q3vig8Bp2b1aNqQ(rcHcYU^j&2**VRb zy(q|_8?j?j@gN^dZ9&>)g295T+L`K;;~#aBQ~5@dMr@!sFn z`c04b9uF1@HH4{h=Rl2oy7hGPQu7=}S`1msXSqAix6X9J@sTT#wtknjjHr$dgS~97 zy=pBN&%#ZbY)a)^<3;w@x{TnmW*dmXBgPf_t1HwJdUqS&+OgOK?3$f+Hx--<2!1ym zdwu&Gnxb(7_%1Ib4@G$SzT?L$13Q`U+cTxS^PSIMedN*O$JL+aX4s*Rwf?lUXU`FO zto1eT7&i#VUR!&W?cV(g^X0rUKYx-*_>-0A-}%n&J!IObmDvI4+Pe2zmxDBP@ZDa9 zGUA|&cEeYDZ|K)?ewp)obH9JiX!SJx>0(}<6tt=_LrWTj8rG84B4CUm_o6n z!#+2=uU}Sq#;VH@5p7#S+gq1j)yDSu(RRHVjV_D4XO$lC@WkF_nt-n8hp{!fJqi;)OqV}n>D5suH6(e`}>o*=(uTDG)M%qglU+D5Ll)Ld5L zaaE1S%HO%osWU&OoA?N_j&>7FRf&72BTnm{o-Gwf@dKNB# z-o56zreuACoWYLc8?RF@Nz%O3y3{DgdvlIwSjfeD%MAwie&iY_$VJI|U+V*y&Hlfy zepD*n+xn$@xf`1K!3;6G6;oFvBAaU6e{njN}_B_F*BXUNBHX}pL^DmB5x($=!$ zlny)ij!%Wk{Ap-sLm%;KsAy$^$<#ASFjs48|xtZH^U z=Thsx8(QVqz#UpDrD|H^3dG_D6WaJ~?kN_Y z2Cl=aFpqYOFSJ(=gtpSign^hL$u7SoZ{%;!6!{T${TRFWZbOqD3sI)?g$Ar3@5gX^0p{V*T>L!l;rkvtn3Moo?LkX*yw zEbg%H9l2p{d?@JARv7N^SatDuV!U9S^;Yt-U3-4|XN>v5w;>}b&VoDZIAh(sgxm0a zaKRn@Iv0^=akd*yI@3RcC*4zc5-)MqJC_HuV%vC4tiSer?fLY!u50l7&xS1iui*Qi z@+>AEc8d8C&|bjzVGH<=`m@`qwqD2AS>Ko`@Lj1R{(KGOL&qO1nbqTm4ioZ#MJsp7;XB9`9Wv7wh#z0tsKlaQu&-b00)*$hl_qnbtQ;^?K=PZnO&N1PSNAYSprAL^6)_uD=r}E7k+wai}ej z>2Oy-W9(qSz5XR_Ol;(btabD>FIHkeukXy{4RkQBzMaL>7KX2}CQTU9md3^w7LHwN zojbO$unyls&T*HP4zF(AYN9liwc$G;7z*bgoCAFVK9k|$Sr`HZvSWwcZ9DV~h%g9} zaM+xkU16}cdzNGZmno~&YIAICDbXhyI(%9na;bc@a@<3`jg5gE6UnF=44#*lzqR}< zs2Y#Kr*@`zw#Ybv|C$G7g~nt>3+mf9NHoFk%$s#hGu_EZ(%IJJRTzx`pTZ=aGZ7Eo*FIpHuFIo_d;a+R`G70ga;c|B(PxQJu9k94|=k7SkyoWJ%zK+19w0pOFqecRw|+c&xKoB|AeTaTew&==%3cq zbz4_-C2PdeIYYNV#s#@CYsh8}c@RO?I7gnK@#zn+IE!uDvfuAs3(eBuv+iQS$ZROD zjUHT=oOSFEFZr&XuzscGZ9s7$s2`O|XFU*Wkt+sv$P8g@CC7r#+jwx#hlNy zUIIPWCxw407+^8Dr1OHI&^&xo&-!1IhyQQ)MM3`5jk97Cliv7QxO$eY;|D+J;<;{? zV0LV#PG+;NTPXDOaGdQJ*(@xKxw(bq?c1xBN@ad->0q@wJ-ym&G~mq8(85CV^qxJ- z%cs_M?W#hGdSkwUNP()B%}O~@j7AN;SgaNM`*q|$*UM${tSnn5WTlvhWzmL)sz)o8 zk&)TCty_zw$;sxS@o}7Q(R9bLb7cGWdrt1$SuD=NuT&fuC{F`%#)eDu=cJGh z@9zm%UjKBH7V|rp9?Ho%Z~TEs;q9NzFYtDWraQ2zg`L9yw8tX zKE<<`OR;sfT{e->**Ct$KL)ZupJ#X40{!$ZCJhb*;=6Gy;!-CHA=L$@7?-an`-f3( za4G83okCf`<*I_R&N&DmES|+t{z&UJltW;Jd&RS)(0gF;ZDzCY>GTfw&fWukA5TuX zr;@E-nEu(+7WZU&M|%6{y{RqJKkJfyXoe_!sa`4L}c zd{(0N+P9AnGCxs%@e?Su`nI=pmlj`RCH0v!~cS-ak{r zB%B)Jc$OKKv|BP#DG4Jvc5mxh4AKY5)swAfv3;)7I08%o2lewIc$SfoLf;l>0%-FF zVKhg7vMlovC9g=+cc*t0Mn+^J4nN2)(&z}1JA@R%xkGsD&p}Ly2|`2!?N{Itl1^2b+#FjyCQRL@cH++9}u@*h3}v`HRe$+{Zs|k3X`~0c`_bJ1+RXvwi3NYsBX5Fn7b0s3oS4Aa~>fIks zpy~xmc6?aW!-?#gXoTa{d4ZI2#hP2kOYEYoz+hwwI4MYoW>?lv6>~brxr(AGvXIMX z&2(B-pSKM|GfO9)eDXxe)J)xm5wTRg^JJ}LTFV@-Rm+V=xvFuzD9fUtX<2BQ7_X0p z`6JMpvzjKrIqng-jZrhKft@&yAZk5(O08_MIIts}#1N0!eK}*&#AmsJ;8Mpdm)A7Y zDHm*{UUU~^Jsii_Bp4h5K7qQRM$!xLtg2}j%8se6mCBaWR5Z7EkmDp46-mGVN@p!c z!`Pef`?jngv!t##4lG2BY-K76&g`kmbK%5Vy;iHQi7L;Vnnq%=Y&I4nnr8BRh2xIR zTAHAW1|QQvw#=5yvLGW^U$+`Z3Drw|8`0gNpYeLA&Fn#e_}f&*!H7~pR2PlZewD4r z*Uq3#!2YBcn~II-^@y*zvDS1gyHUsb?vig9bMfKCm?|>@Ggz)g;(5j#4@*K6_+XP$ zvOK$_SRAJphxW?#`Vvc>wWFzmZ6TYs6iLr6HXHfn+L6L4A8}6&yj8vjBLwqdv^Mn~ zi1tqEneoCh%eU;h%E*m-|4geFl=^EBwf;Y+d4P1>Fg6@z)yFvzf61M3Vh8*dSlN}n+~)E62cc;7E}b)q1>*x z;rMcqS&`bDCWwrJ<60Hd<#Mgp)`y2zSC1ZDT^$}?zi|Kk&pmhl{nVUPD^?GU-h>P* zqTYJ|2iV>NI4Os-5QnP8TF0p5(W!t?kzZyhSga6sCEV~&l2f*8AY~~uf75Vnvrpbc*68LYZDa0y1}rLrbi7d5SAdqb>I27)J#cbq z2{|d^hg&TaIbdZN#igZ_%e7iAmOk*02mW!cR$H#mZ5wD#PX2EB1J-Wmc5`vZSGIi4 zJ=uS2yg2onT*PD z8190onap)2GB5SQFOzXCgX5-tYVuhl3zvpEbKp-cKvhB`#cz9v0O_WHN+~a{A@&x_z^NWl5*%N+0;B4Er z((az{Cfl|-^la0=Y~!-S@f-qqaR?dj+Q`{Wb)o6PwPuy?+Pinhj^iwN87`0S*s-#D zSKx7YW$)g**7xjD%7^_RXU+*_&z|+WR#4+yYbWiR(;j5Fu&GW=I5E=Il4x%a$N7y< zCyV)$jHVb92r@x2cMTOGu>us(%!y(6-#qq zhhLi33YO;T_U-oM(W}byGCX?|>Uay~*4?B$um9wJDQ}EmLe?28>)_kVGcyM}O6|d! znT3U8D|6$w_uYIUFzdwP-Syp^ziV#g(Dv=JyWp#@J$vQt+YcRESSVMHYcB;Sl)Bo( zZJ~E~HZxCJm@(U|@cy{{gS}gaAIY;@aU0(89DC%Ry=qCxtL0dKv05!||M9+?*{fHc z$ma8n&Z{@_`K+2_X?yl)RqkAHD(MQm=^nKVCrh#ZYH$l=rs3USvw_M*T7VL#DYEHkGSfPgdHz#IDgU zxOMnm99vV{4X#qsv*iZ1$n|FPsx$LTkiOYm?=*6@gtRNGw1-%nH66FmZoFpJ%!%bA z&{HfgpSb#50j@Z)yxi_n+WiWohJJ-%@%-|6XQ1U@qenrn!KtJ%l-L#%8$4% zo~qJ3{Zq{K8WL#uo!$Ay@6)o{g6y1|_7hkxU9HQHRo&H3bmlTUJ{VrCx0&{+Iz!_I zbVd5XS;|Z7!|FXyUQm!ho^=D&LS5DcsZm;>JxhMM@20Q#J9-|8DREw3$@|Or@FthD z{wH_1_rToBF*pq}c`je{x|&K+v<)I^B~~K&W$j!3w(bVAW;ctETr-buZtSVh&a2DP zx4~UCmiZ-goiQzc5Aw6=b+s5A+w?p;n!jiBF>dG`NX(`;)M9X~)AM*VHIu*RI%8hL zdk5ck*y$ZMdQfzF2rsr~>MBV=)T`%}yn70JIT+&DbHKod`)IeTo)`7tkk`N&FSy{& zp?5&1I6*}Q`uI5fnPn^vv>#T_hg&yrr~z*Ayvk7%01y`v$B#0m2qI8P&7@62%1*NB#CT5 ze>CydLyODj*#I3)X%#7*E^05{Z!Xs9G}Stc()d^YLn9 z;;qn=NERrB7#Kl7WRF@Vk%+3qVuaGadaw~=jwlgH;LC>La@_b&6z(fzG7>ycQLzL; z8tCbjqf>V@UWD!opN5JIvW`@{JHJ+NU6~N4r$-_S1RldEHZKYC_Fq>c5drs)eF@_! z_U<=k)lz!9nNgIOvV6V@9o)(@98ZSdMfhkmhEc7R#u+}k=Z{s4iVY9Raf>fw+g|-E zqKILr=XI~1r~P<&ZQt;E(9X9>-3F}5X}{mB4Z7E>&15ZzOzLctkdw_y20Fe{@7Js9 z2;E@~DVudD6zQt!V28CTmbD{6;&_k999B0L?%J#9!s-}C(=kg;82TOO?pLy_SC`{C zG--_9L?ssI@MqUvb(pO3b0M9-jr=y{Q(#h;7ahU3g9iVYwY2-M%{dkL^Q}A+OnzaQ zrkX#4J5?WanMCJ%wXpIgnT%;#_O>(sRg1xcYY!g2dA{lnW>cyf8<6FshA~C7Uc*pl zIWA(`+XQ)ViSSY+7L!YAe8lRpEO?q^3LVdWVsQ7-UuKzXA0Hg-NvVmLLo=aS-+Xhk zI+)L<5~?x~jVf^T)-U9j%rUqFd?AE$w(}ezBpTK9Y<6HP;ganbf>(n6o|K)SzEOf> zt%UhCUd;|X)3!Bq($c=9;QRGnI0L^6vkmmTmwS40hqr9mwd>?Vi;Je|Dg+%I1-n|^ zw_Gl}ZVf49G48ymC{`|==6QkR3Zg8XUR*qLhFpP+AUl1oXwMt*_|nqJ z(v*qAi)uGmoj}>EJ%7P(EDt;fZ#on}*dmW+=R53J1@PR2?=4JwXkLR7dH%%VogY?< zld$#t^N-#JzeizN<-?MN9N{Y*Qd&xaX=+L=rQ6oQg9S%X6;Tt3L~*f#D5$b%I%ZuJ zEu2#(?}4n&oT=#fiKmaAg00sVS*EZ&woj1yZjNM#Q2u-9_CzJ4sVX#$h@`mp)GFn? zqKT;# zJipF7}Kf=JwG4CuOpc z(b?0Xexx#aR#mQyo&qbp0cO}Wk#iu0cE_~d^ofFU(E@PxVp8+b!~ zbeYF49z+UtaLOK&{GjJ+-Pxboupc}>9ptd}&R@E~U4~KIVYXuW8R3QlBR+Lop=e`7 zFjLGi{Z3wKp(jT5JZz4BuD#WYd5$Vxun9Q!x0Ehs`Mg~^{8>EY|E0E!eYj*VBlfuo z$ZVYqtZPxy5x>oG5aAY*Yyw1#gr z=vWUt4=I1me5t;w*9PA<^@+i^>-F^Z{@V)oMbcv*u6=Uo-u&sQPm~`OjiGn;-qTa zzDs%Py0N$!*KZSO^BX8I+V_fPgtr?zNSS-$%f zSx%3pwit7h{r%9a6MflPhnmQGdgL#2?}icINsmGU7;Sx>f$4^Z>UY0V9~wG;K45p^ z75p+D`p)e5xYawYRZWy4$H!;;wl4e@!r~B+-e#D;MA?O{Wi}Jj=bY;oTA-}XwJx+Bx!NVwx@4#fl?^}c zfxr&Ag5vNSp^fEMTw~?N%FO2qKmSIkQ)*2=kBv*#H-9`d17-LOv^qq>{9KSFAl=~( z?~aw?$v+$A?3sEHC4qkv9gm{IaBYZMLo=J_T2C1rq;Th`muDx}YNm=te;z}g2t3aZ zW_waIpa;?&j-n1gn#3sg!?|2)YeYstdZ8{!=kbL z(QHp`%C@6@rkPNpl9+<)%ZGU}9N`I1Mr_+?N|MHrpda=ZLO{4;gNcbu+vI1Q#TmPgxrrIj4 z?do)$UB~p`8K%)f&)9xC%6!z;4c(yt4r#hd&(pX_6CDf`Ln8T4Tb=3jww-U>^BC=5 z=EA-=Bb%Y4B?b2~B5ge@!sfaPJ|5yau}<1OG3}SVIb#-qh_R1$#l!I!OgnuzJzFQa za&Ir;_{xf&O34_MQ?xAiPgXP;`W8^cFlKBzJ&%5T5-1O{DIzsAMi&qw5m~V;OO{nQ zqG+H@A^Hay6$^z@$@tZS$1ci-A(sjT?6v4QQPva@x$fA7a6id_3{467oCWy$`S849 zB$Jwj#6Tt?hGkWyM50!o*D@J39IZV*IS9YWNf&-q*D@JsCbUV$md0ygpDH0JdUM~Fb^y_z)1R)-Wn+xzF1XSyXWX0gPqAZ-$g-9HVK!6VI^}p0r z4R%G9DFH)MhS)t6(s2OxIJ=?Pz_%s zrLr|RXj$U=K6Q==3Q=T^hbP1+ysD~8q6m2kbMOiR9ABu&f~pw?_k~HPP<&5~n0(aY zBalx^gZhEOhgT9LlN>r+vz$kr{(jfZnuek4TOPmM(S`qaE_bI%oW zYUQEX$L?Ia(8y(f%dqXd+SeC}ynaE%4mFVgDKkY5%c+zFg$?5b)Q+UiQdAHUC1}ep zVuuga=jL*5HH+LlL`UaUNa zO9~XaDiKje{}Y)gv5Wy1#^X?q$aby3+sQDT2t7R&x34d+LUkGn5#Y&kIf)h)uQ}KT zSW6fjJd`&22(e+fGaX6NV=*-=2|6?@!$qtbbvDJhQ4MYgH^5rQ(s$EoK`d%>IME6} zSJgBL8l>bn3Uu`Iq*5n}t*H2@@EVp;;<$=Sgp(YX*ECg9WoVyL!4^fNeik)Jb9AFV zFkoR^W(mF~e2!PQ@6}rjduAVI~rmrRI8jRYj2v5F3q5 zMw1AL0um8iMX@p&10+d9R+Q%d%ify+$Z=KY!hLJsy1Kf$y1RO>-g|ns?w*;RMI&iE zlBKa0OSWZM7RJacvJpmrF}A^20mpH$0VgamAq0gGaKItXi<7Vgl%0S{9KVDmKyd!- zFHS-d!k+}(`p>zys+ZA7vJ?1U0C&$+*K+Ib%Q@$s^Bvm4mZn)+1U?#`Ilj&dtYh47 zQ{SzZghJ8&+&N5@_;c2JiTu8MD-tcU+k^&9|XMJXG<7=?>@8AkPYzsML2Ur@ld-Y=<+&lOF z$vr&3G&T;cYh<&vN-BkCV`I0!fJ7MV=^g(JeOi`n=>4dx`Tm4yx`rBqS<*bm*30tP z_;NU97-qHxBRrF-;f0Z2ZZ@BQseZ>B8Bpnk_iM83Dyy#-gbUuFWKA=XH!aUFEYHkC zIzU?^PJlQoD{B16acliV>XJ)BMgwp7oW9@}&GPCvz8#k;`m%(FdrGSJ2!@R4*@ z_EQ^R*Y&mFiDx!nMP6i7qV2IeB9pu-$5R(6KxSAS@7i#EC3A_K6wK(H=0)3*rI#zm zUdX%Q`fa_RHcHIV3kD9?1w&4H*Jdu!i_w{f$-l?0xu3*QC9O1Y56M1 zC|L;^9O}6G+747UN9)BO)qYL+Sh^)fFArhl_VH#I_d!;y*8Wy&e|+3(p)hRCUCU-0 zc(u`8?(vlsUp9wMt*KJzCxEd+P2K&-Bn;Dvo&O9(u|` zGyL0Ok4GDMK03n#QgUE5L$6PII1mH>LNFlN>4~6!;7{)f=7)-TnhMTVumiK#EM#Fv z-e$CHY!?*p~X`vkUj)HpJ{WTObwN{9<-b-)O9f29k`4h zh#*kC3xf7m;+vf<|3mYnjbPMorZ^(63H?~;1EF6I{l;_lwGdEJ1L^P3o#1--&VY-a zVR)&5)FP012790VJ`~@dUVfUg(J#PBWm-rwO444lTIUJ=l^y_#v<-1 z4^syI>fx^>0cCL3on}TcoTLt)a2h(=`!q9i3~s?s?;#kXN6Erb9GbWZNdvLx_xaD+ zRRf+tK*sy9z3;~<=E-%`{|VhmNCrC8zBNu?V&~gD0BS&$zm*XoHkh4p=BU-r6`Jam zBz+5D=Fh3>+sHz@mWuSqg;w3Y@6?N&Um!8DZ5)aW|Pm*pJ!f?SY1tQBKOlDAOftGU@Sb0)^v=h$Fqfp1*2)bsrNTXh}}ds zTg{EbAjN<-!Y2b&;uZL?b>NoMkMj@k2Hm;*d8j>Kem}6WAIJ-3I=hTmG5WUFzV-eH zR_44tkGhh8x&aad9moT^L%_;|_CEUO6vKAk4K28?dH zSgh6ZoI(~p2;8qEB@&s;)Wob}7?ldD$zG4{@MTa=f=bKPEz)jF|KqUY_uF#{&!0v_t#^5p8T(r>xq?9Y*sz-Unn39aW*T* z|82OWKX@{U;dcFRw<^C*w_;eQ;yLuzpp?K?{8xHy(6otWzyE%}j6;sn3M)W6jiU{d zZvon!StmPW_Om|Hg0BO+p$2SVNpOZn^Dt6ha7Lb*&AKlBGxgVn<2SCRW=dQ(ISG`I z>t<(t6<1gUoz%?Ku7%@6dav9g6UGEO9XN98s@2s!*`?YH&rer!o6rsx&21-8xq()O zht|csn!7?tO920sVg;6R7!0cwf;Gog=$zR=%M z?rSIb7V$%vwm3!toR^$gJOe99)X*h zD%~r+*|eRRW6CP?FP(A~E1%AroaP9)Q>kfow5%vD@L7@pR0O=CMp3Upu^Q5Q5oMvV zUzQ}%kOUHM>=!sk5e$jrMKiZak_drI5(m=6(>#fLfHS(lS1ky73<)NK0_#K0fnu>M z73gNr$Fd9Yt-F?&6N;s+W*3UrDSF)VF zX4;w>6WrOOmLl-HrfM9|aog|XIL*vTz5nB739<45;Y34~qpIb-p5p{VlqA`Z43~58 zCWR3ZM(vaqnSFn;&tLof#z#qJ{fq8?pQ)eM#{n6!>K~wH`ZQ^v7sF^;pL6hWHRnp? zGdGa7;%*ldtz4eiejg$kOq9zS;gwh{zx}?ctI^U;aTAL#pSr4>U3{g{dQftj@B253BTh>#a;bf$@cC-dnm=-l8EGBWwlzF3=psRRB9<( z*?|wjjiq0hs2%yu{VT0&ej|}R@UXikIYd-|M3oH0Xkg$&@o{(uenlO|KdZ;*ZCZXX zY+7Cq?R*biw|=CLhuB}s&sfn%TNv6n+Lw4l&)R~4p8jBz4c$58irS@}q$?Qer9wkW z3A>id?cIBeT{*Ny$m;K=(^y-)C`OnXD>ToRL_*gOKC-ZCR}L&K!K`AaD&ZrOgl9V6 zfd;tM(iDCIUYop9a@}}5kE`5)_aEE4x657dTM%tJo90Eyx|(Et_0@-ZPhu^z6d;Wc zHWwEUT=oH`x{9P7JHsVzaJKNUsc3Ya`xLcRp9pOYy(n~7=v|>dAJj6|?@<3ArJDwR z7=kh6qe;yN+M`3Gh~bdW`;-=)yIOIl+`)0zrrJb(Y@%BKDZVESxb3-CoB9dE8BuQ4 zH(1f2ZE(fJvEK@))e)TZz6^ot9J3XoD^UuKEe|Ts786_naWNt2Y-O-gn5bxxnWqcL zjgDe@9M1ltiqks}3xM;muF7 zWjNjCup6?q8}mD~a<9O8%*);PnW&M2<6OkG+Og~!{@>Nn~%{=MOMfK5V{p1n4E$hba`0}v;CCfb#h#e7q0^{`WThi9VH9cbaU^S zdk^FgMeNs*^4xpSh40*ZuIYUhcWEf!KI)%v@A>r=#32tGeeK{OH16cEEWC79e}%n& z#619X-R0J7YDt~B#A>ZjUyVRnji1YBA@FWZppvH!GXYw#yTp`uhwy}0nO^j4%ET~N z%Dy%QMca@DS{B9gJU^>`Meo}bbpz#n@$nJd&-FLY1t>$s&@iR>K=JXuXnNhfP)O~U z9euE%{n6ggWx%&nWJb~%=-QmECJ?81#<#&A*sM`{x>lvQ_w_Dqb;NFlBb8y)<{3&O z!}jZvlMmlbbqSU+C}xX&00tx){j0`-Nx8#v*Y0M~LqPzfLM_cR8W3bc0mUWMrH z1l3Na(xLVKj?S)myRmNDfA@VZ^yxP*zPzb*cJDrV=f$zA)wuZ1qq}!^v}X6%o1b{| z@tb$;T3b8%ir$?Emf>^YARfuXLl@6{a28boXX%lfokh9XYzHrTok|Km6?!CJ0dg>% zF42o;K5rvIX49QWj{Vs57WdHAo!RY|LaJA#XT8?dyLR1t>Gs*q)y)o^9o@By>s-6M ze2^x*{aUV5Ec$1 zGV?}UlFYCJ(UnSuC^})FhT=y42e{nd2fiiH7v2t4m(KFBk^B59&8}?zHPmFU?=8F#_-XFa_nA#iTfGMe_w4xHiPh`@ z$hi<_XcJL+t7>ul}n_-i0uGph_-%{nu!xsFKv zIwUcC3%-mhVv-NWE4Jp*UW8fKvfWfaE@t84r$BAEXW02{ovo+Lf+I+&EBgFs5_fO$ z4L>xZSyJEdDA9-X=AZ?|AS9FXcSMHEg(2xWEC#8Lrp~UYzbpEr)ut&>`yoH1JP6mC zqjI?v6v7&2b8XTJt{&{G=sl;x9`U zW&I>Mj)n^yK>%CeJTn9h$9Sdpc`eIPSXtCPG6?Bi&O{m!@;fMKg8$yVG%`M1N81L%o8*mp8S!`Z0%V(vDQQ7dT>i`b z!a*fSHutL{H4Jr&5GGX19FHNX&;I7LZI_NHHI9@VnEs%H2C;=@8U zOIUK5mt(Bz5u%jiCZG(g&@$#)pkz1vSJ++1JiJUf`6#~5N(M)zCK$o1P<(t9+ujh9 z!02j9n&(+?Y-nhDMMA|6PSDHrcG0hJ6r&5!kRqpML~KhQQIN5Z;L&Q}z7duC4CarV zuSK@etiU8}RH7^fQXIPCRRe^wR^La@IkAd<{77w2Yk#G*_F!Z0-rhsAyLKH9XBO&p zsY1R{f0ePlvIa9Nv|aC1A8oJcu507twOuRL{#NV9_g{VMl~*Qak1Ath-K~pyF`vJ* zv-K`${BE-k*EdTQQ2EfWhL-pjaeo2j93Mv99I@nDw}VIZa9T56)Q*d?9X+{-o)n7o zNS?f|R4U)J`?B)Qr5pHK@8-&}$}#RQ;4yP=34y*azi{-x2j<^@`>S@p{pI9xYkIfw z^4^EC2QO!`>xV)be?9m4&~>4=Qtg&Ne`N55^y5R8dVQ^vK(8f`Cy&_C4s=-7B`bh zyM=VhiD^3OdZkhYHNGyit{6!BMs!}c&i#aGqEEX|kS&|GR8tpw*t5!;-d@gOslBz`Y zq+2eJHKryTW971&)T4?jOW{;LS1MI1&+8=pfa)YM{mTcaE%ey4@s>z@3y=-HAD%cu zyd%A*xCi96n~1j1ttGV@D#UQLi8T$sJRvR5S`LsTVH} z385!W{{#0e?pH!vLmwdTB!9@fSD%Rk5O7eVcK^fkSzsYo?~j#st8X_)cimY`^2l5o zq%<_D`f2*}{G(PFb3`Xu?XC;{96N69# zgs`A&bKMb?gfq~{0{^Xnmzlx0UXn|&q6DdptP_J$)d$#AL+x`$UG{5|wH5d8vln(3 zt?1gy)`qGo62&Os3CGLm=Rg$DyN4j>Hg8$0)$3);ikQ@R6#Zrh;@nyJ~BUl zS=?EkUn_7T^#Os%W*8Q;3302c4eNHfoXbTbKrKe|xw5Kis-&qLg?E5y69!4d3Ww#W zB4=P`N{7)#naHvbwPUebwVIjZxLG$}zzHF1hQm7KQdU$|0z#dbQCn5hnepa$Gh#+e zOjf0IEZSJ&K%!5qNCb<31r(s7CC$){OfH+7o1V(T`(YrMMVeiRI$}lbYGZ5+*GsGe zEQg4OnXtf0wI=W!rSV4N;@NbJ$c_4zh-KNh?I$TvAw1SFCr9D4ZE{kD3W_MIri+q@ z6$aUcmExbF$kei%0}7Nj2@my2kn@EqBuIwRCZ=B+BeW1<6_0;#PRk*%F!TXhG>brE z^F)D6qzDDq&3wJd{8pW_E7x#q;TiCGd*uXy~s`#NGmZ2T^Ps{Od8oJ z!U%8`ZK}~~9yk?AjXSs>;p?t5Of=>r9POcA9eAZZ!;YzMzck~oD&luI+zIB_fgRCz z_k*{Sqqp}SIvskh4^TzE|DfS}0e|pW-eY>R{}ehV*!(eS&2k5&i$_+1cpqsoSO@%B zaYQ%D|MvIn**r|?qG4~*G#)vN~I*hD(`dzYsZe;@3rlGC+pw@C6K8pO;Ah^ z$BDpIbp0w|{7cVViUaSlFaFfqG+^;p4jnr1*Y6hze{2D*kb%0jEK#&=o=+sWrB}F# z1W-Pjtccku;1F9=(dfj)f!B8wiGed9j>58&w{6dX-fACiGN0TxE?} zhO+Mo=0|X42pK)JK{+q^PL?yUkA2qV>OFyQU(cyPr`Uk{?zY$2aPppQx&Ah>npia| ziS5a4a2%XJr;;8@ZcA(*d7Yh~QT8jp!(|`Y+k4h!RstkycMXC1n$M}MYXS5%z8srx zhP1vd)I8nO#&zWG(2r2*?|VjlEyqV`K~`EePX@Fg`(-OcVAVJ~$GB4V%W92%DWAi7 z^88tT#q&JpPB0{WTnD@(joYmjUZKN2bjM~?paO?4aCo9`L3hpVxf}SG?VZ@*<`Bdb zx(GBm#a)x*W>d>YXV|aVtQ*lr^wZo^&=!ar z-hQ^o;rKK_sN_(8d4B#qZWAMLlRU(35)p4Ewu}2--FuhaeKolOiZ}!3a3D7X zXKcOr{wa$XI&%6H#qC8bgewBv&{3I3IVjb@$`b7sNAJZr{n*HrJQDI9l6K}Z zjqSO;Rx`>3ptekX$oap`e2CvF~w5tD1qdAZf<_mZ~n!YBVz$}gg+rY^i#*S zPZ{yJQfer(hPynwr*_y$Xz9G$Y6;46I^TUr6pwTHno>_phMaKe$R##xstnL%g1t8&|~QN zb@(~2!~YZgzCG_h>e>5`5_}sq#^>xt{ocMd&&d9Oj}cK?uiq0OMa)qf-QsM3?mR=! z0;`!K)%0cIPBJ|oikF?uHcs_U3|)ENDRRPtF8L7oG@PQTo*sw$Cwr&p6N~En&|4=? zhuAw>0!j5)!MK;&Qwcsulc;$!H0*~b&EITQRRfc7X1dYdfq zr84SEjsDh7zMFhuf2StoHZ^WXCeB?O{cm z@aO&g`eEzaVT;qj4q4x3Wk@r>Z^=4@7YLa`YaVZfVp)0KiWeNSS?(x>xMJW|7Dc&& zMb%2yl0zX|B{jPAh*3dk)x=8n03oa&DC}b`KjthE zKDKH3G0ua)H~+CD%dy4S;$`1@aqn|ClGy|QiC40WPZTA#xa-e${aK9KN%;6CW3a+* zrkaxjp8)=xGrTt%Wf(%N)_wW2h;t9p0t}&MW7*#+?+C28wBmh_9kl*oX$7*NchY;5 zv%EjKf7sy!_c%PH)5|-0pT}h}z3(6)^nHkl(x6AY`+I+Xlq_H$9Puq7j_A`(Q~CU} zvz9m)l6xTSIIC5})5AFJvqKlXzoe4CbJ#+h4UPSDi0&hQ5BpCYU=ZM5$-Y4k8(65b zenmN&KpHiSu|L4D8XhzK6_A{4`Mv~JPOx8Ksu7EzTJ5f!=vJ#%i{cx3zPZtUBw-*F zEKe->34$jpY~vo*tRoCZ0Y>!^2phDz;R-J*hlx_*-ROChA=@&sKYhzHb%b#UkC}(M{s0o2k|YGg6~G@W7x8T zwv~L>x1fY|9A>Lgy&-9x22;0sp6C1(VJjI8n_9z)Y~lqcldVi|*?L(rV)9hmlCTYR zkrPB@mW|B()a1&_5({)WvMx(f|##1Xt8oYPeg>Nk6o8$QcxkDfV^?raV z0Rk^rMp&&GMoCdM!?dHx>dfp8e2Z{uj5;tQzf5j~tKN@L1p$HWF0**)IlW@pI@{Bo z0-v%S$4>Err|VVK&?B*wTWHMAZZk9$xBtqLxNBt+J}WS}Mch1u(sTnuc@T;`=B+jh z`Fx?NJIQDMa*L|1MiYr#wcS}2cv>q&`0?JCXVNKD>O_r*HweS|5Jq!#j%PRqwuLnQ zPk9IUxkb8j#e9+=P3-%i;c;C?T7q$!@Pw3#z#pyCBk9IG93Ab}y8E-_=NtPUBGZli zR$<{~6Ni%1$*Bi>U%T*)i7B_$Ix>GeLVo8@dY8v)@l?8-E0=3)yLT-rKt#lD>3!>& ze^WBe{mq$~?oBT_c0kuOjr+^`zWP4PTX@;(8{XJ^`i;bCUgoyuk6XR>z4C8wB}bhx z$JduU{Wbm=_wmsEbYGZh*>rqQ0k~5e-08Gi?ExAGy)!dO*8MKuEpscCOcvG z>H#WDht@!FuQqgtNzf9!|CIcS34OsxUUD*=;uY24c#daximRN7`eo+W{-`(g0zyp0 zvo~jM45y&!(JV)nMEYVHE)_+T!jKz1ncEbB3Q{$b<4QX$uf88IiH6schiM`@41-;l zyw@sTax%(&lsAk>`}+A?5Dx$b5WRxX@YaquYPtz|=)M%YdRT%!V}`@+YlCadDqge5 z4OQbVyq{=l#MCw7$Jd+KasLkJU;ldgC%Mn@d6@BZ=wqQO_2W%_E->x?fJb3{Zgvjt zaawMPeXZqJAAYQJy|=0X>RUPxsUKJ7FlZ=-#M_;OG23`-ikE05UH zusM{BggkpVUN?9my}$R%BGBzPGa0<}ezM2E>it}^xxA?fpH0in=9l7$d?B7l#0&XE zocn2ZlLhz^-o!^3fcpo<6nIVjc27ec8IJca$v5fcJKEQ=_v~t6%ck*Wb9__hI*1Ws zhu?T2p6DG9f((9HfcAAX1C)+4fQS1A_cq{lH-#=^bteWE9V6OxbI1V?uh%{@PPLo# zEiOeTKy6@p%X7Ybn+tKu^<)CYg~@Fdck1wKUwe4UtpJ(H+&g*UdU6{C;N{(aPQSf^ z=6Dz1dh5lWqiy*JFLTOf?rnrGU9TkYJNBAN*0%C_%g$E1x1g=0Q(;73#d+b!5udqu z1Gylzn|@zXxmi#U7)P@dVfsb!&8Thf&sm|6A%uWWeo5%vzSNIe8?EzFx85&&t6XXi zY-Df-WAoOiq$*g0nGboGgJuR^#kzg{$C7W!1T+4Kowd||W47p}|=C6k?xNm6r6TK7t2DC5!>G;;ey>AR|+)E5O zPIzG7*Wz2P7X0_#G3=l1$cVExA$0HQ|K#t6Ir&FJKOg!#;_rNn>fhscu7$Iyuea*Y zGw~LkuYuZO8o2GQKL-u%U&WnadVFp`OAk<%I)izrFUO~P6ZOHGu;E@0=+|S+^IS$nqe7`D5vsL_ggM-xj))L0gf|2} z3PBUJ(Hf-M4eC6_vPV45*M1|x%_x@0iVMS)D(T6q5wC>84YSoub zKh1}zZ{zB--96(%OxA3*uD;-cU3*3(!TYx$N5 zq;``{PY@#$2nZy0`cL>b@vTrSbW`Z=&@VF^uf7*mUn(8z>(^7BURpP{1C9f~bk8e^ z-vs4dhUEprIZ$;?v){}x!E>`2ks^50GBi}FF+Vt-|dn4g#2R8iN%~8A*q-X za~^Iq8d+0QIRS2>sq1uRgT^hg@`C-WK}U@ z=?wQl5_7T{%w2|%Ow8$hVq$VK7f~Q{$)wx8MUkXB45L(Wa&oyK1J4B`JGyl7-aR`X z$jrq#(ooH?T_hws`2ysgr{@=(7$1&JPfvNNv~GnpCEEL?v5ARsVA>F_b9OGJD+y$* zUdTgUcupX?qKum{CtYr}F2He)H#4d_ZA2``o1R7*P(IxY{Q}IUIp8D;p;w1~k*MT4 z@=>~%fva<0o`N+WAm>v_i@y&rf(uxh>8~ttXRhxRFStL~n(NMY*U$f>k|S}$*f#RL zxnANl$VvZ;xo*vL*RNRZ)|`)#Hu6PV#Pzl_&=1cVbLotjyYc4`^Bl%3Z4`5PgFMGu zRAYR0?tC#jUrWuT$xooElogHJGEYP$61S+?;pq@F`o+0_4gH?s`bfz5LDj-__AqpN zCU4^B8}*EBhSfMOr|>B2#3PfCJzS8{jN^FN%w{Xq33w%lg?S_8(ZaC;YtLk*lFgdt z4jf$=g(#wH11&1^f+|DjXZ8*3MP>^DD>E#fY6P95DT*Xh$q|eC(m>V*5yJpeqqJBk zwV|sw^@TbdkEGCe(4~Sbqxp%S(k1gR{nk%%K-QA~~~!x6zOvQ*#K zD8;M@R_f9#B^efF>tlJCIks^fZptwH{B50{E~jITIj#Vm!_n-A4c9FdC#c1bqUeU9>u?B%4Oo=%H*6RN zuF$xzMw=LDA{1e15GoQ0n_&!P8uUF})G^eviHjO9oj)=N_MM3>s_Q?v*e5@r1X)Av zk^I&TcBRv+u>VXqU@nu4k*hy5tVq;?S(Vz~JGg+^whf~#y!XF%cGYCpeoH;TLL<&zI zqmrK%&W5%!(@L{FuIp&yYxyXdEc1H-S_vmFkUB2?@fX z6w#Pi)U8V-N;T$z0>y9^#8l1CKciAI4{lShLh@CM2w zGU;So*B?eglBWU?zi6BZlob_)5R{vsi)JAH>bdMOZXkA2f!K_B-b6o~ATcpZr&>vk zR>??y_xhRGs4PE$=Eu2e%}7_*!lkoEBD^828P)j)95e`u`k;lXt?7^wGEV;u{}0?Rk!|D}@*46^?yKCl_!K`6Gh=OZ z?wPOQSe%*dOEyZ$1RIZWX>@jxOYiVE&`@Ua|`@FiQ%&>L7vw%!S=D++{wU;{z}BQk$mD zI7*aO&m_vhximNH&s9TnU=@!N&A%@l?sKlSKn8^A)7>)(JtNO|*5@AP*`Tal_O_S^ zYQn#t7%C^tbHMf1Ym5S7tp;;+M=lL~3iS0%Bpnqv^hoNr!zH`z0XMfJ*j@L znCZ0rnha`mlrNWC>~~m>HT-RlT(efjoHDr?tq;cU<5dgFg3>gp-9agQAomE?0qjBT z5~J#|_q03Z;JjZm!)uF3+a6nazAwQEYBTBY9L-SOns^^mWL}cjN&hMDvF_=;gy*HD zPP^7jBoLNHGLfMmL#L|C>W zHgDTy-~lxm@fHM`mlZ8yMaqr+d?K!@FkwXDVU6dakW$f#FqIe)Mcss0wk;?zJIup8 zD8s-n)Ejw`%D$1AMybD*bQ3UxYRIC76k6Cy#n9YSJM`XGwOP>3Lj5`|kcR8`Ir0&hu> zTY-EG$|Nt2w1Ff;K}BeUR0JA<*wG4tjXSPF-hB zpm2(;MH~m3fb*Nc3L9z_S`0E&ibSYd(r^=~cFce#P$j~9^+o|{fxc8mu#!o1u%HQ0 z2w7Ca5LMVPHBHHrBqCQxXH-8NVbO_HiRmxWQ1=>8Oc-N^Xm%pbRtX060Z+#%+y|?C z6XQTQ7Sj7V7meyoo{RalALB*br9oMREDF1kd)QU?~r;B8CgO@WI zOivJTZAN^Q7`nSagD%|o!QzRO-k{29$cXZS2CqSztArnKwGDVE&vm)#9%cG z-B3Y!r^srSWDJ9svKe)#X4M!Bd_hsEcuo}u^@`mH0&#+_VZ|B>5ysnXgX;Lv*@MdS zh=dhuMZyr5t!fyNteYk<&q|S`L?TF#!7}0eYK4CjtCb(F)i8`wgvE?zvZj&7+@Z8G zVlLChg*uH|L7o17p4O?Xu{sq+T2YV&tx}bUtVVUnMGD6_R;v)DQcJ8>#Ku@xtsy@2 z2d6*Jd)yyU3CpV)$`xH_YsuE!(7JpE=YzY^8_6a5`&sOHUnb?R{W8;bV(1IZo{pk2 zaEB66OR}aW7YHfmvYMXGRCi2_tEyF)o87u~cD4{z)yat2s@J!c8ujt(e3BTI_;RNcd$P%OV%&E4J*F4cgMfEnd!7*r@bh6uWy)#W`Emr@l%IPB%KSxtk}OV_Rj zzDH0nOAaExHEix9TH;|OMbHkxaZEuI5bIAcZ{BghFtmDo0mix@8R;VvovB@wQppl= z|Mz;R)7L|t)+vVZ5DF>j*BRpLuGf_&%mWssuc$t^uO}u4w3vUNPdB}M{=VMV1w%>` za^u^ahT@hI$R$x!s%%XT-$2@4(=v~oGMg8D35_rAF)EQs_d-CbW_^0^_lzUTX8XR@+Sd{5e;HL7cp2#T7BRqPrTs6- zd{*E&)Iqfr+(DF9f_E5Y+W)=1``*I`_w3m-JKJhmwkC(g$hB|WexFh4zR#RU?ap4B zy2z+>-eHhOmRA!KS@f-u$S*IKj(kk1UAkkb_pqdxSy(lCziW#l4prm5cvA zap9G{_e)Xl+Qe#`uXNw*xvrP5*P-Jnreq!2vHf17GXHatNq1M~vea&)(tfM)$4+7b zjR3uDVe{(2E!~N$D&C&e)|O@H#92iGg7yYAb4~ASy!PUM)Jtn$62gamRkYLlA`{b8 z$MDvW%Rk1Q3dKSxYLk`-bPPqtZPc({lAU4=udAh7&E}(=g=XiEKJ#_6$*VZn`F(ov z<>a#0_CBH)UrTO%Id@93*1m}9fNNirtjOe!CwDv<*);RcnODO9JDHv8|AKydG4$JQ zLz)tU9RiwzfvxGlI<HT2-{nrO&CGPJ|1|Wld_MnzUo%SE|G>};%QCM2wC8z~ zliu~8?#_01?dop(VWZS}$Jz}ytgWqG|LG3*^vulK8orr_ce7VP5ia~gd{5J^|8xo7 z^We?d-MhQ9v#a;&MR;=!-rWKBn4aRPkimzz$0-VMi1^+j z4YQMGUM2$1UA~P;;K55|)n?Vk~*i8of5zdRq?6Tdf+O zSZ@vy1=C=Ox@*0sm@yG;6S5MT;Lz_ou6I;-6x*Tyi@0kocH|!E*YQcToestMf8st6 z`uicRxaab%4Rh)EE!WoXmQys#R+w0-Lh!s^Gy{P0tI)AH7xVVJqG-f*WdWPdo!!*Od?o!w_%F1S{ z)hSfBs?=%?O0lBEmwqM2kD*i#iElyVfB?4$lZuLTcO4bvG))IK+Q7|SUDYI@O}P&s ziX+`CN034)*@h*AIU$wAMf2ADL z@`+U~e;;{Bn!3IBQ2kYs-DvEJ+Y^~etCY-yBZM@8YRgw&CQZe+LI+2NM^dtu;JFG@8& zfz%n{#fW6x)w`dQIA!7e3GLkO73(f*nD8ktP`rvHrv&mO>nqjS!E|B!7M+Kc~?SIy?de+zW>GY4)a z%U0{6ubv<$=(5T^P3>@Rev-YQm$L`3WbopOcJvRBtl9f_DEQZ4l{nEmanV<;*3G@& zM)VX)Gkt%QgA0kLzs3JM_d`H~y%0I>avu|a$Wt;(hiiRbt_g}MJ!A{X?Aqo!%-0)X zG{UGoG__DCf3@=xMSa1p`BKSLv*X9Mt+}adFET6DsT~($*SDhW&guor%UULv&t_7o z_)5gQLV?-v#?Q+6De`;yWp8VKnI65WI8~nMEY#}Tw%t5e6wK9dxjZEZmGa8gty`K+ zj;~a<*LGLRJGZ=$RFiQhpWj?qE^N(j&TnQk+Y3*BhT6JrWj=)adnJKS1~$$*qY?!w zjUVigRaY^GS#IgPMS(-y(1`XcH-lug@s-5F+w2E z4&HX0;su118nM_H-*$3ME~j=wIF}QO7nt1YL-&0~Q=*aL1speVNDwk}f+0o@?c#(= zHfsn95e3azmT>L$jtIO#mz&~sc(ijlC(*pP+buaw&bB!SfGL(%^U}c|fA42vcB8 zb-au6WjBRB1c?H_Q7yHhcbvH+F{~j}Z>^(yg73iUlJ!l7T>^bA=F_fKMx#=jUa{|O zaP-@*4RCBW{?7RNOx4-BASeAi(s2=_(mit@fA~ww*J%$?Z0%NCn(y1u`|%EOH9oG6 zPrc!e4&U;fo^ZUX8E&OotCuTj1?dQhzs?^M zkSv1FmOHQctsQ1!GBNq>N0SqYNpgtFv8g-`Xs-y)-w+iNA%?7QyufxaM9GiZ2rDw( zOM8etCGYDqL)gwTB&3! zWXec3EWb-%}b$p;_kPh5+=}VU!neb5Ol*d71RkrQ%)YYSAi;& zL=`Oo;7?_ec*1MpaOC2jDs0UzQSvIcc*~y>`=Yn)daGTVzlE1~{D;5<`51?w>gdkR zP!+V(3yt zouNxYSB733x+C;M1XrsB?nu@L`-4=9Ti@_5j3=B4T4)0hr}oNa-0P(K%Tx|Y-yyh* zh*n)A?-FVyD>H75?nutF{qZi98$0FovlyoC417t*rFf|gGfsPC7D8!Uyfi<2Zx-*t z{IH(m8|?7nTr!wne4ht&hunekw2*4VyYW`spPA~lB*w}leH8t(!*T;8F+4u?-^ys2?Q=LY#_%?yd;aIB?>YPcNf zJ(=^0mKJO550lU1T2<)%2eLJ5ULp5aB;(;eI$iJ7LB z7bpxq@nDGJJv7j%p=A|b*uX31AOKLoI^2j6#nCi^=0YmnQOy%Q8!-tgq39fXJ1D2q z_B=3!xcdp*X+sn>8WBZRsFAQ;fnU3X_c9zY;K4SS7O^~z8Bq&7-D4wMpnx6G4aEf} z7J{$jx0JT$H<#Xr50aUzUfxmIT={Ha^YqoZrOA(DXg8aarmxB_wr?;JrR{o>?Umst zN+iwURE@OVlxwX1aH_qv_u|rOa=LV(`wa{hPp73VuS-sE>wUGj%^9=u;S9c4<2Y5G z@>XJ%;svpyY(|S5W=dCF)Zm69aAK1B7Q>n>04Gb!p%rj9G@sjqsT)MJq0X{#Co(RI zVa!j2NO42wYMD%INs?_Wu&$_*>VZl^k3X;8V?J;>*DA!yAr_rmUnv3=K#actMGH z7^J}qGP3d(IA>* zyr(0z96iHxhmW5Wge=udMQ0?`>=6G&JunYjJI&WNwv^(J8Y%YGwCK~l#(dOXH0@Y2 zSF5+TUUKQpQB8w~*Zp4am2SP>x$5}KkHBiB^uDk>F=5;JrE)ZM(DMg4x-WQ!G|Dk54pdyq;GWhcp;&PEfzwVD5ZX=!d@}^*dU( z-{pEuHJfwS-u~)qzN2+otT(FvmHL!J$3r##gWT&VR_BHOj>AjO?$;`Kf1q2bS1h;9yNvE2LaM&v}fkunR zb9p@eM(Zup4+j6->lF9i-Ypna@rLWkl+w7Z_tUqLYuBLUX*U_MtJUdFrChFbrmIyu zl62FMN)e-S;=olwv;{S*E~puG5&oaApYzm@5PH48S2q?~3~==apeD$`<51yZeyxaNvc+u=TZv`+b^77NRgN$CMwnGM$%nc+`rTq8*3~rjx`!% zTZYU#Uq58_$z1{AS`*`Gr&OG9bcJj}(qxecLVBWHcGBY$t^JEj3p5(|EJBoT8n*ac z8MXyw^V0M6a3-!l)WHZT3AxqbfUGM8nj%mi_GJ?`-U>-M>iSMtAN|nXx*86(%z5NMF*0nw!2Bt199(G^13!F@aP387D%zwYL!af){2|zy}Q28 zj=HWLB~3*!ysdlR)s*EDaPXR;C`3_>yiW8b(~k!3eHJCgg4S>g(Xy^vdToB8YD6@n zVz=5?>@8P#NsWjqryHh}tJiaqX#nNVYnIAON!1`>3N|K7C@mm0BVxE{UpkQ&h%6qI zQ8`?uz(22`M+O2k&AlO_Nv3M(rsLjPZ>$Zp8FnKiSD9G3Qtx5p;O$H(itW@iOML9t9+*F4QM?Nq5a z1<^p}z{)`1YW@AjJ|96N*nnUbd8zP{g4^56(Z&g+f~BD6G){VL+b0KjW{_ zh(Wp-x&XN9kB2@R`tq|`spYe*x&a>GpkF@wzC5#0U+!$!mrHDy>A%vKk1Fmb8C~#6 zN*8>X(?9$ph<+G+dmnuZdE_m<18?J?C&?KrZn(0dDXCgDt!R?!8pYzKxnv6X8J(Ai zqNrjlopuD^XMkCfHHi}}Xc(356e9mBi6o`yiiOTq^A5JoCPc8{+1}k=D!^jH_Si-^mM)f>UOF9j?3iV# z%C9>$RLaJ=T2;e_jTUE7%Q7QjgTem5$4#Zu)pDg=Ld2SQ0R{NU>(1WGXO<%tPHKnm*$TF4^E$2;{7Zlkv zV~*<<@|8-xHrA}yE7g2Hm5Rm82qYk=N;n*iI!-c~Nf+{-SDYGe)@nsBZG}zL=|}wu zO-DLeJpEUEk9#lBct1jZmV;Z#{=87Gl{aX|k$pR9v~MNP*!hX~Z9|7C!vVs_h_=lL zvIl=AqEx9qY$NG^`&!E_xfNfx|JBDj?2e*yAc{x1)t1^V^k#l$dCn*oep~3JcC?Rg zWVbq;&XAwuGru&qI1l6T%w4kKxYoxbZjjfr*~5;Yl5DVRH*BLin%B7VIp5DL&O@ec zC)%l$o19h=zCqU%?8Pu^$+8)bT6#Jh4x1T05{cn};~07^lk0Mq`1Xl+9lX3-MnxXp zhl~yE2&H3t_RLh$DZ7C%qwL9xWF;a}g(IfBPh(_unG6LNx8Tr($G7;wZ7%vGBFnxh z2WlM&0Y-`7zbs09Z6ppAiC_ZJDR?i3ARQ8&0aS%Sh0yr{)uQNZE3x?SB^>mq@Py{B z)K6@Xzu@Di>Kn`W+hQVf%?Xo7gqnKu0@)ggpvjDcNvTYYO2+sQ`4Z@EoVG-XYd8+R zjea(5+ePaHx<2#;=Y9#{6M<Baq6oQRHukrK*zKgV=w7JlUvFtlIru9jbd^(k&xtCs&Kf=CnDYqUHfPg%2cn6>ZMU{z0~kE z5w%V9s>Djq&{R|_5>L2p#t0iG10R8c;yIpakOK@)I|5>$QD4lc_D1b!Wd*wd+ta01 zJj}X?>7{Yhum}4VG>3*dXdKWOk!aM8+D^Q(d48cI)7FFOS%ErWDWD1)+S{t=Z&~7I zHZ5(-rPGO|n{?AKj)KX*% zWx6m_Qq#BcTR(%fM&_^%+x_lapbx%u#*s_&{tCR_qW?ML`P~;a!g7RT#<|ks#6&UU zI1vP<&S_d1ooG`_I}vwRJdW6VenMoZ(+D|aK#gStKF@q~0 zcm;%w8*9|+)oQ_mbvtfFaIi+;X$GHG>h(qgf#tkH@bpuc%r8{7MS0$UDT7NyqhSp> zR!CPD1e4+hB3K|a9$E?U8WE?D@NAsH${NP47gyjj#qBWBl!@WCMI!v(P#O`7`mcaq zn9dZuYPE(rfR))pYv;ISVNb@~XVRXB`3r?4a{1}s=1y_{4z&JDL$9I8k$-{+?HkPL z0UlP@m!p&hh;4zNc37YKlzCqQ(x>i5q$koqf`pXUOsU;!Q<)7zU75kF4%?4CCkD$p znanW0aF7ol+bzMJs?`=@DAMt`SgS>&c|r<>iEch`k9&n&G`iKYGDy7WTG+LtX)97H zwILtx#}^dBX{ve%M;RJWK_r%j`W1*D4YPu%!xdg?8qU&nbbJQufGlZ5ljS?MwpteT zfX!R&)|O_a;zBo^M`-riTzA(vw%=@N+qR3Ky~?RdX^fC!CS$ppHVt%OzOk^dmuk_9 zq8&{EJ>H2XlZD38;$AD0E-dPFfTm6 zR``7(Bxl2L=0q)p^##R>#&X##(3BEgBg75*!uL>5`2Vw&|K~I-w3`z8?CF03Lh~;| z#n86U3qr39y*>0RBuT2!dab}dson8w&6kNV|4OJUPIcgFaldZcP9POw;o7tH;gQuE z_;8pTx*s39KcMoNo;vL(EnhN2r@dVAcQ;4&4TF6? z_FmiR_ZPpXGW_?rzf(w_1kMQ|e`GY97i8pRB@TZ0B66=XeJao!@GtT(x_^inIEf+* z9&z~m1cz+~%o?(ivdAkOhwLf7NHV-cc^G^G%qFCU&v;IOXa9s41Clg5x3-fbj%7u; z3uiiVBbyZw4$n|KVPjsmET~;6n`_FOHy?QI$_jsI%a-0XrKH<^Nz(mSUJ%nNRkj7D zL(ZVlK3?o+#X+W)m(qx&fF&R_h-D;I_y}dF)Od?_AjKOiXN5^7*kS$8BL% z7ZEwKrRjO%#dCAZ%Qq$xg+wzxUPvU6SAFT}FYxzs-weGZbU(9)?@M_HTKi}07*i`J z^c*oe-`7hR#Q>h^Yo@ck;hFWb)2uig8=aeGMs|ol_)YTnJYTj8h3Ql~lGouJb(v7s zpHbv?7#Os4sWgESfa11DK0;Ek^6I;%r)#yj$x>O5R_1PQrqc!0vSL}s;eIBTh|gvl zjfL$;u6ct#*WKwh#FVp7dH+k7?G}{el!@N*ajj%;3Yi8CW8Cg}0 z%+4KGIEq|HM6^u3KDXFt{dynIDxNjAHK%%L>mW3q?08OiLE!m()J3HL!50`!mQo$!KT2 zjNp98d;@F(nc*VQPy=iGjdMH5<4}FH%ELJukzEYuio2fU1S%V}tZc@LQlvE)Ag(*z za^1f+&0Mxto#K3vkS}*D0qgIeE_*BnD?zbRsbx|r*LC6uNvFY3(sUF_lm@av|7|am zbzM6aHYAv+Wat!8$8p_EHkZrmdNNt^pwlFiF&lyH{+i+3Au1bQj-uY(DIzRn#Nn7Z zD9Wnf)IeiKUXUe>IUY|Y+??yi9YaR}hb+VDh?8U=Wd_Yi5o8jDT&5X|CEZjyD~YLO zHj_rthOGR)9gn+{rD8mWzQ<$nVrkNi$L)$8joJ^+OihiA!Lsd(J<ITEhpc6tm~Gn;3*BaMD8=;UtyV1NCR2$N$7RzHE5vCc7NR7Xk(iTCWwWC? zNLRo-c=wq)NU=b(D#6y^zNatTO$+A0U}wxf8wux+%NX5#WB&5m%qo;pVlwkfL~T%+ zM}&uu9b?)_$BsRG&(&A&+K#lW>K(V< z_6%x7z2eXzcgH!EM=HK`?AJnm5g~UFs~rSm2a)d+DAX z?x91kfDDuO+J*t6DiO;H)DFb$8n){Sf~M<2HkME|lgUaiJN*p*LGGP&Cp{#3=t24n z-P<9GrH-Dafx6&7*!zoTem9oO*LEIx(Tgv?{PNufBy;swdTU?d4}9Q$l0b3p;_~L@ zmmj?;c6aaY9^x%r77Fnn3cVo|4~2@D(r_BohT#8W?_I##IL<@SePgj$EEbE!g8&FF z9t1%UBq0!dh@vQnqGXz)C0e0n*_LJ6k!4wy9ocbH#Yr3{RUUO5S4|v6N!>(E-PW~z zQnz(;+_XuVCMVZzbkCPZo$K57_9{I&ZIY_3>X$_KTqV|1-Ob1xQME)83PNT7X>a z&dkov%+CDtzkgb**<KR#xHB~v~^TZxaPU4@xQw3!(VS6f&=@R+0Qh;@bLErfASZaUzmFP-LKvL`3L_? z?ajA;{ui6g+dnVseS3#)YkvRs&v(^kKM2p<%2fF;aA%kHAr3D*48Z0Iah7#zh+AxX+C+ic5=*#E8pcm zz+Gm7=qtvxbs^FIeq?_7^$6U1dNPIOFAd(h%wBOh$vrlox!4O3G)Xw!KFWoTVx$(D zTcliQ%A@xEJz^7+n>RP!^vmzEZ$uccQ}(sXUhlXugx>Hy4=obC?L$|-!GD^^nY*2N zkoj5WJKS#WLnNw5uBCYpwI%x_uEgRh`@T(K#=YZ|8?BGHCA~Td)NAGI@s>TlX576v zN-J6ty)s=(PMxYPwT+nM!fh@8&2n$cU33el;e+JoZ9LV>?M8;$x=Wn>9I|QCi!+_BfF9A9d~g7Rr9n8y}HPqEAOk;j!EoN#qDui0WLyOOeW7~8tbj(XwBWq;cjRME2)9}3E-Eyxouc_=CM`OqX1 zg}zksM{cBOm)MjYXQ2QkOEucknB+ z>X(D4N*0yT;T=mvo@mUErJv^g9Gk~D%3aCVkjUASK zLDn|0rLOpBOb|OxhfLz`5HnTOPvu=fD)B)bjwfQ!C{2@1JxsVS=w~EhMnXXCKPdb4 za4eQiXS039{{C{g)L-n&X4C0dEUf#f=1)A8&Se4o^_K@wg6HJIyQ&M+;WZ8k;-}<_ z$divb5`XGM)Se8qZyeVv1}JwZ$kTvZ*rlND35L^1uQ74bQ;Qu;gmoNa4ut#)>N@y| z&XWSI;nBgfB1t%{c)+?`nKGSHEUkw6Vx?xeM4tcWRL;!1i5yS7%dHxZe)3hKe3J9_sL}%AJ&-+5KcSRyPdFePIefFebSuz9hxQ)YgTjl>T-gDA`Z?TH07>@8ID9P_Dq}m>0%w zs`g>*T3WjciAU=`Z_8ZmE}F~U+f@szst;%;IY_k51YTjeU<%)4FvZIxu8%AS!ns@> z!6Lv)jD1sf6m;;7poejhPDQ*QO)%9s(F}o!+1-_dk=OmR!^4?zAhkE$sb}FywkL3V zdLWZe>s2@1dE4hwh2FuIm8hB!06t*@0@_5eFEQkkU037x-t;Vmc_P}Dmx1={U+RBT z*i(CdcXxE!=QBeAm4a7i|KRCV^7;JR1R*FVy86qhluFwpXi45jJfO?Iz;G^?xZdwK z_iURUR%JiVInKvvNnE2+FcRqkdelH3oo;1N!H}#Q4plt??|S^oKk*N8f5r?mKLM2G zFEIZn>t}DH(Ka0({ieFBnM-LB5{-HUa2vw40bFJi?9Qkm(z4`mxV)6#f-$o&Y8K@b z5k4%@2i_F3?Y-d(PpOKo7qd7$v**}I&Gj0Aa|bQitK;>xT4;Itb!MbZ+qAUcuqE+& zM;t7Q_tZ(mF?z??xCfhvtkFzxIoNBo5U&^R@9x-h-tBO+vZbF^uZt zvoU1z@NRTh|d}QMhEVi}i8ou;8wNg2qrJh1CibyDgC~h#Q1p|st zFr$S~D&1Ec8vKW@I@$ekUitk-MAOiP!6@RSh_JAJnS0LX3u$H~(be6Z&E@mGxvbUG zlTLS`wr4P`n-K#L9ugWU=+`8lVTYZ=N!p!CCZH)$Kt~TRgl&n+sDLT?y1UaDlmk&1 z3}_+;eNvdBQe^(ZNw7LLHf0rh%YMM*b)EQuL66dY%_kX&xGZPVgS~}Rx2EMVxbT}>B2%4Od0jip~q0x-~)>3kD5KGH&2jL*wT9Q`CK+H%c*p4zK|Q~E2ff) z)JJtsdD%zQErS>-1U|S@O&hhv|wP^P$(QWQKFg>#XsmR z*#`ACYvtjLO;@3krD?;Yamw+fE)3RXhzfBW>iCef+A6? zB?_dXpD4AmcD$Onrit;8E{iZQfYC(^Wc#A-tt6sPHdI9P$Ftc=rCQz9)0Hr)rIMBH z?oJ^Mhq5}BHO*3gZDg9I{sW=k=nM=a-NDrKE4p7LA)UhbenUWmg=~FVj)p~~WDOx~ zs3#l58YDy{I6#+jxh&DxPj+?1iR&R4f5fCP%7GXN7|FiA`p9@LA7cpodg97|w#Fttlk+LD$m^)^G0}-#H9pClrVSF96bI*$`hD;8_)Cg%R z$0>4vDl7vC@Dbuw6nwY>eYSeDK&TGEW*@X9Oz=6Y=phn+rz@FE8{vSGPNkACJ7Uxx zB|z{`TkD!ctOx)JXBb^wJsGrL>BYZ%CewwFKP;d=g-QiTW;BY^-$XbT2>5BlXFp&N zAstt&31qZMg-&V!P*mY3(NHCkOm?Tytfa@vWV*YPsdzjR2~q)wB8dQHFdC#53L6n* z{lybqiLNf$XBf#u7n0@(ILR891U|`YT2D`Zf1Rjs^I|fAMm7dKPoVlyV z28)93W0N9=5!Mmp15SKO2IN{Z!l95Vqn^I4<2Nf+~r~_9s}s3 zDTZHM&dfD@SY9QmZ%B1mpvK67~<5g zpd%pIE(1YT4;e-*nus&Rf7K&bp5_05`ycE*>~FF*?b@>F%fFGUwqF84{-v(kehEJR zFLl-SYum8@%Urent{tzwdW*(xeSK0i)}r4WtN6}ur)B)LVrTNl5}W*pKKn7G!qv{= zF-uDU5QFPr7y1Z>tve1hH~a>ZNZw1B?p%{!EoH@HT_XqpBwyFa8$XN1oo9-{r03bN z{_Sfqm_W;s*0Z%#4*;Sy?eDrJ5YX$I){FZ!ASSu;=E>c903eDQ&?hxP3UvWu5sGwm z<@z^oUI3D1(XSGO(@<{N#eLw_usR5Ju>bT^NQ6ZeZ@boBf6s}RCUTsr+RBUciy2RKTwaTEEgI#)9K>K&Rxy-IfF!^0sHBg z`^iO+`l|n#E5FbG3_r}iLi~a|JFvaGdT6kiCwhhV>-cK(?8i38s@UhD`rVoCMjhJ# z$Ec5X)Z)+1N2qa%S=0%G##4rE0)OgR7M1p?tw)LHe z5ukc_E(l}>Q5WzbBMvPeM8Mm{%7NT0v6Mq@h$v7~L7^Xm{)oixS0wgBEIM|i3|q=i zCqx+TTm^v-R1So*JbEWbL<4qz*xp2F2W2cG`yS8%3Aam&;{&NNpXeH$5$!G!4N*9(u7~3^yIV+?K(`=A2(zq=-6D2?yiLN` z-C|Xa^h@#~vy=3zAlThP8b=`gLYH&hyx@2GMT`$gzc?YYmC$l_zXV=#8j^;75!ZDD zDWX0=S)h(W6#yTV1C;|KcN5gJWpBp@CB?`iYKkLezcys=hdI`ltYgS;iAF^8r%Y2T zBN(cU94YRxBwP@4Ze;J+A;++%gn;eT&IJ) zpoVk8+780B@k0lxxgw8#3&J*3{KvSzV|JkaB|El8 zRt>ARgMKliYpl1uvV@4I>`2=RZ~tyGM_j159@WL8uNB2l`2-mJH7UzRxC@!xNQJ8^ z3_nKw3aa5&fmByE)6>;uMik{|5nT@h5n#olGETuDknEfqFr%qdHrLx*dfVdS$Q@xt z7&)3Uqro6f*MMr8sZ!3L%g8U)fr9Fe#*#p0<$%WOFBbFpbayPKX;LVl_%N7Q{T?T` z?8y~nFS;=GjK$xHG}$nwqhmjaRA$^qkd z@;gJ_@c;4jxSB|ftA7oYvt}6aIGS>1v-w;$i&`l0IJ_*3;t9gmOPJ#zQhaZ&MUp>A0dSRcy*6z1?{s0PTf;Hg7>A(xiz&4QP5v3mOrWB==a^Y%ZS#Vl8Fo0%-MVLAwK(+gB{o zHkfFq>hsAV-Hawl3$gvZc5c+PZCpc9Hy7v6t}DMm^bALc$G3Zk9SBCMz&ByKd$_Y+ zTW`_X`CC{(D^{qTg0xSk_ZBgicOxl`Q(Y@NW{|@L!QC)w$G-wvW6GbB(HFa@)k-hN z3|MFN)Tm-{vKY=BOzjQ!`MdO5X(rN(MiOU+YLAsQ(>hTopRo>Rcf_7pt>jP=qI@!m ze8prk0-xqn9M>HQ#G#gGR23EjS>3D|p>C@Y=_5Y=l?2<+(`jB*G70V??7pz-D%Hnp zrB52FQJ5*kD*mouUve>X5Oy{xkTs|37&%!{l&@Cms?ZRWTxGTLNOrq%{K<0ep>p{I zKAJYbG{2Y7lAM%I>%Xk#^g6(Y?p#b#I7uxeGc%GJjl$L|Cyj2N6Bw1b<;t({7x)Ns zneAn7V1I)Bc`nOc&ppU}g8LHpeLl=Ez0N9KgH76cLU#1s5s5~vwQ(-TJ4DXCJ4a+` zDBJbu1=;VEUgcVTJ=)_9yYSnE4QpfewpO}>p+{Sh3)U^^;ly>oo0cw-NN`oVjgH)< z?r3L?IR5BKY+Ij$dA9IQx1{5TnQezyYw{gDn5DXAYam=_#P*11r*o+X$E*H2u(6F7 zx|U+-Fst#;qWTe$gEMhM2pGv@1*bK!a0bJwF}>|U^KG(qP( zY{kv)yH-E!Cv)FoZGRg+f`$^^4?n6D`7wNtrX>UD+)0!IjvUhcx(Ut?<%^2w_KDCR zoE%D#r6An=5QoTzc8z4xiewfyUm{c7o})Z{BhIA7tB0KV zDA_ZVgc+wP^hF3frAL;poF_4Sd`zC%%iPPnhxr7J^+){r;jW4H`ow}Fjxov5x(egD zjP*KJ6{wLfd41H9NJT9i67qYo2CNH@h?Qb3xDz?MA#(N{Y_&Ry>1Mn-V)Ogx9i#X^ z#xba*f7lo0B$LcgUj(KdV0DJjEMcrfy*fWIaL+v-`N%!@=+#FadH(rF9(l6w2JWDs z0*Ru-NcaL-R^-GW41wx@2PeUt3}R#`JQEPDI|{E5<9iFCK~CZ%jaT)mo+FZCqzMK% zqz!>aNK8CaezbPO4F};-@IWOdC*Wc5$gjK;7aTqikwlpCDkldAuug1%7{owc05ddr zjIsyC&%Ov$9T9_)iCyuL*oziZ;VtfYpc1#VBGGvy1#9C&Ilpx>&NV0g9J`DyrC~7} zE2WdAlTNTqz1parrjarm-19UvCJmx#Ez|tDSLIS;l}5{CMB=-6nLAHxGe)V$>1*3( z*gnaDp0&OH0-g}xIL)Oz&dG^$>;-(==bDzBXq;wWINiK->d+x6R*`q_K9eI8T$sOo6dKoTsEpS%Rv&U0Y9rOrnn>+xuzVH1a8EDg7f{Nh zioOO!hl@ZhMI1gB;V9To7!zB&MIE^pb}b~jI(gEVXxk6PQKuR2uuF?bonRi0KRj;~ z=q}MINokcDDN89r!W$8tr?x+xULoZ|bE=!j6OeXsTJ39K3_FO#|Fob=x}b=^DUk?tKz~GuqX1SSJCZ+z zhyWln&2KAdjwmGn))xgt;T^uHznhcQ0w-C^!yn@0Ko)Z1{;u*nxBNfBKHeAX<=8(b zJKg|lPWS`OtX9SfLW2}1?S^E%%JTZlDznl~lIl=#l+c|XLZE&AM#yE!m z!a-o)4*xv)$CM=wcUj>ozW6O@SC!K%*hIam;HD0ncOPjYuT`L)7*PNdU<^1;%h1LN znlBEQF(m^H@d4rhTx@e z72Z#=dY(Fykl`PCArxpTG#+jyI9wQSr#*wCTohF2R_H$7itk<(<8lJyi}E}zjxQQs zy(|T?a3TcqBspsjI8i@>7b$Z7l!)&VGGQ<{deln@*@%AuXP@g~u48Uy?r?WG2RB=H zuN$E@tM+b)`VCU!a#&uojtKwD=>BFcvG$4}bXf=J#VUdM6w$s}a90 zL(dzUmJnojCvW~m?aBUk$P4YM496V3@<#;Mk21Y&aNo9@T@U(m%XBF{bl|36RSS*P zIXI`WB*>9h=`x$!|EyZr_It!^yWwQwk?0V4pF8+^pX_)zzeWpw&{%D(Ub7h&U>-1Q z+OqWxwPhV#;~H&y3@378jvlYs#ucX|94T!Ec!t2hzMdyB`|bql>_Ml+QFBwwX?Zr+ z^5{-xt;5?ddSZ0C6k4|CdeazdAL+gge!0fUrKMeigEKP+SDPybXJ(d%hiB4OZr85; z3tP6t1lgZTW=iQahvAC%LEb96GBZ5f*Ebo60({@TJ%g)orTxHNTv|E_L~U$xavrLL zx*yo3aB!QtP^~rw2X}?KCDTZ!OR|Eo9EJ|jU?o$7gEA-h;+lSF`}PZSug;x?wf({B z>FNo<=+Lh|iMI%AJPy#Tj~QpS*)Z)M<|jAC-VsyG!dn&X9`|-iL4L%1Ks{Hv20|q_ zoZ}14D$ZQa(vZ)ok>lmhzR?Wsc{u^#4{HW&UoIiYvv7Ew0(d<422zQh&I;@Yk8@uk zP=ew%bZx+R*|P}am)TG<3pw1$#;O<+Lyc9nP&<2n^LOaWqVM%*+3d*2RqiW|RmqSH zQsfK`I}(u^t=e#4$YFn{5-)-m) zX|%04>m`ig(q1;(3G2OjDKlHcC{OW2Y zn^gru78LGUWhazarQSd_H>0RDFFn0rSqo3Ix>Dr05?TMpuUzDx1pMX}*zbOa`7-l0 zo15!!Yn@+5r-$kV){q+azy(KIhg3SzL?jTx#`s6vU!Q~TV=YwPNHnM^_TQ#`f+gvb z+AKFa&*QEfk>V&~Eo$a-qxG!)i!Tw01N`?z%Z3pP=hZ+!-~=U8ovl|Yb>~0R-K~j! zC1WImeKEr*`y=$O#9RXpW1m6tdh9cpRITp*jwW(qq?hGsWw@wvWit|yd0*$bkp#-I z48^s>&9jzevCF8NuhPi{bjRDEE&ct)?#-o>Xv@s01;CB)qbLgRQwyp*dS7&VvAA*U& zao1L$lZTdHGg=s331+eVd)63>g~LL6;vj2=2JdhFwxGVB{YZ415Dv$Jskv8`49zyi zD3&)wW>AS7U-O)oaQZQD;2sYKV<#?5Jfl|^z8eb$$rZ)unhm#f$FX7AAB1tMHV-k5 z6k3FGG>Pvi>a8DMwxdD|Pi8u1cWEfu`5107%&rfoyc^?QGYf=J(9$ zKsI+&3`=^RyEymi#50gT@yy(-tL!oq+NM{d+n~S^+@f+$JC3)tquAGK2U?ZWc6fG2 zo42~Q9h{oK7gucl-ayuz-t)a1z8~Eh;4UId!CHoVWDhh}p(Xb7kGL(OwBk8v3$7a< z6N2^-I2tA~w&-uKLm!<3`s4H!rgh{l0-g``ez1A;gD)*!T15YF%mR$><4ixZ9jLiG zof+n}458Oy4^2lkOB~5UzJt5cDM83~T(4TofYCHo0kavniDEdfH0=`@Dr=eYSgd8w zykNbPgnJxH2BLC;-gBn;ZF(|sV%ImZ<`c~qPOt=WA;fxNqj^U5r3S3ARoK%%K)BMM zW`4!to!g$-a*hQ|+b-qpue0}f%l&imTjlKZxXqPf?cb4(Uv>qyh|{!_bFWf>-AcjP zbhT?aG50DS8$fL}k>t8y|D((X3t=YNg-$!SAyIa;N%)jY*=)I*%lZ9DDHhYsR4S7}k7v4O$kC`7gLUu7Q+k-a zRJ$_nM6vVIPdGMhdm**TBBMmsvNKxL6E_(nvSWDHt%pOiCTgB{#O-}%xm+t|&K^H5 zCjf)@p2Hqza?&lgJeo@joGcegoe2+5)M~1#8?ZB&MawW6snKHt1N-(34h90c0SJT= zjaoU=Eai6|u2#8=3HkW(vzcP840M9`9Jkd{L6$iooqP0_TO`h0lW-W8y{;(4-A^!< z)+9A?a02~-79lkd&{WjBj#-LqB$uXXOmL1_zVbD~mwOBHX;_c0TuVpQW7A@%_c@j* z9#5HlcDk*RXJ556^u`?>Jojp(7NJila`hoiF{4|PU0sS23?|bPS~VJnXj%8E@keWw={qWDLLd9FPV)VbAR*jk{ z8&xgJomJZnN~&szG{~G@r$Np0TB-l-@Lc3CK6T~);2-3^2pHjB=A+CnqKpvsCC6iY zOGD4~s_aT$Ti=#$pN$udo9%FdckZ?|Je~TSx;9nUtEYu$QT|$IoomaCv_Ge|@pIN| z(r#BzslP74?4@NkWx4^Km;diT zAQVCyIXr&Z(zJ#C>8(pXD5iy?(Oh8D(9nBmHGShyNm2@v9DIl@j|Po!EDZpRlwjWt z%aPWl2LdB&^3{&ou@N1$`x9N6o&vb}=fE7zp=bWHDKe!IhvGc%=tmUDCpA zo}{w@k`bWAL~?~*XVPwsfxzWop%t}P+YRv9*zAr*AON_}GQiVw08e)iF6;*oqEcKX zIyOT0nwaB_$kwNA+4JSvSMMlN6?F%vMmiSXB6-^$zxa>_S8KJ|J251d0aOt%lp#*v zvSk8bVh47%$z6oIZvBm_P`tZxvxp+L6i^n^Uu>|!I;nfEiCae3} z5z((PQX-bLW6C4ezj37Wi>3x2lN{N)=c4&%6AwHvVHB(_TXyZ*vc)p4BDP(1Zt6T< zSY8f9C-d-`REX^I#VZ&11@1K_3>bPp^wzPZq1=7S*F>5HdPpc<53Nh~fE>plb1c{w z*$k9JWOJ|&`DK;&0|hzQ9EL>JO(f;sI`}@w zUil%shx5>?oy>07*&K}5(Ria=5yV0f>LD-2#z>*nRpf#Y{+45J;qqfx=+6jBZ5$jI zb15z2V7g;e=Y*AzQWnFk2L|)B6TTIZnp&+`1jM))}B(S0B_2 z89&7C*X?a}z46(8?Qy*uMi3~`6&NR!)%yrHhid!mB%@_Zp4Oc)8$^q4{nDt>R5G_t zpD!c9vW%oHilBg^y|l~%-EjdGlh*GMyB%^CJN~cMe%gY6Zu{x)iruPpdw{LR)?+Um z)qpqJevWyVInO`N9U$;#Ls)|_W$_ZilyglB!N=ky$(Z`w+u8fJatFlF;w6L}i zJd^PaAxy7}H+k2cW3}OM_=vY>JBKwTLkuBVS{^GTB$Z=dSZC!d%88+DcFLIDbSJJc zQ%y^SLLviHLLeFo2K8z-i|c0Y)satBq60ZKDH-domTY!ts;K4&&lENVArjHd1Z8_k zilD+X81EQtVy<(>;EnYvdo}p7W-M9#+TCOSY@K0Q>KHrj{Ixr{?zprK9pVD$^X>_O z;pSl;3^O;tC_Ko#hxu9N7nomXzQlZk`402nP@R!*2wIWat$Y!=z~e35Hl*xn|A~i4 zf>+rZbT*DqB~eD|G#9Wsl1uJ_)VL>w@(lB9N_d_F*S?PO8(%x+;~wk;{o-}zU;TdW z;r)$ zUgZQa?Q(_Dl1se2US{KAb>yT=v@+rKU|KMv#%B;)FqQ7yvUL8MCeJB<}Jy1 z>GR>m!%&Ws(McJpL%<(_9J%?)$^8oS1$xA(?_&dsq-6y8jxQwlsA@PL?A!H6P?SqR z4{rVsi8&7KhtRm;2zS$SEDt#uWzQ#5H!4bDZt}CTpe&q8?N#Ao;#pbQ{V|#`@eItx z>wgw9)ckd0Ppg`|>#_7cSuV`ipOQ=R#0h#)epH?kiu0)(;bJbm1S43OOYN1U{B@}t zB|*yXOz)GV!hCX%qzOG+<2xiNGZo(nLmlbW%7S1N;Ye@<=E_BA<3-pr?q=?1exfBC zbiW=OW`|3fcVa7e^@6D;kAq)$b#xs&K99z(v->#O9SvBN`yV;L^0_08)%VWh8<>CZ zP0!`;-T%(wg2Nuvt3=k>$xKbP>C&E^Tn#C6LY1L$m>hYQ7&NVY)Md0IX`AxFl;Ve*cB9JL~5d4}19Y9{Pp-3$Mn@ z#Y_}F8FJ)4rK^N#gvZN&g7N`;H8w>^j$vhJOhuG^9(%x zp;s+H_tGHyormBNc~>8Vu||3;<;aH}J{5AKcz`dg!*|M2i73HJZJ)Q4yT^UkG>6h< z!I+ueGgf=|WwijPOpy~Bje`k8*LKy*T&Xm~aYN<0DkQX|%3Tzc^uW$o;$Wj8aK)7? zj9R#Z?XHdOnVvC(hM?BVSiDr?%Jp55aDQBvxK7$|9A?EmuSWwMdB^!GBV!E8=d|_Hx&SL_@j=$geC#-9EsZ_f ziUBzmRIK@2^ErA#r}=a2P4)@*JS5)t3e6n7uXGXxppbFjE409|Zxf*m%7vdM@~wWL zxwbRc)47oKNTKqM&9DPY*R~L)a-?Oh4qWTk@lWQ;{$1~6Io3MCE>dMy(VscM`visM zQG=JJ!IFakgSGdu=Etb4m>wZzc~wqCHscMxC>G-`LisbzZ^Ml}xAT5Ek=z3bD564j zqm}^c9FY%`1G$zHp+TUmWGJB!-ym?1TS1r(O*7OueWyu6sp}UH2_t{)X=h$_; zi+{8CZ+U&@EB@5>|Kz`={*+pP|D%QDp@G72?MP%iG-!;4@^i1wy^8WYIkEV85s*zm z(t4C;mGH>a=WhJF?A^J;H?n^` z{)>y3N{{rveeu%R({gh6cXofrPwV0ss4IZJ0K;xQ9OK^2mww~&MfWzG^Ytq)@#lGq z=_4Aq-n|-sZJxc)*?DbzJdU~tG?(V&s2&Zx^*xPMV@xX#e>m7DsCsq$m&Shyx~m5J zhCi&8jj_gRa*r=6sFhQJEMRJC@kH&c804fV4|L&{UzZFt%Nuylw%;-8{uEMz{#1B$ z`gaH3gBB8~+^-)$**wchUAs4ZR1ER{+z~Ov0n*LTzN|uDO3;_RZ=f%99nmsQen;=} zZ>V=Lb0tBmo#}lG8W9Atl~bq&;`F%pEwwYW$EEP5Ex(3F3DDzrZ~H=c#O?9Owl9=d zNRQ3Q7xZJp9}oVL=;evlT#?aXpn|XU#B1u!5eo zWQZ+_%GHrtqZPaEKI6#6Y}pr%&pA|ny?iM#&-M0>Av&Ai*{DjBDW&V9^t~xdxv6-`oPG8p6NJH)e>T}@U3Uj{~dH#fF z=|heW19M(E%1#7()#B0S%X|P8`1bwdzJKJ-Fa3~{=U$bQp+VRYLW6R0?p01+`r!-g zlbfI0{Mv$pYL^NP+Eu#zctyreIXWza(s%aaHmUPQBfz;IXYPCvj8f`NY zTP=vbLTU$D9U6-HLY!opmdBxBW+5Nz#;poJ?BFtGpkGT3t`4 zrT8ElmGI{Itt;Af7mM>rS3`Q~D4K&GEYcI=7f3xIPFo1@an)4DkwMcfTiF#vQxi@&pa z8cma07#vVwXr9z;M7NsLKc;O${FU0vBK~p}dj}VLMYDl~ZA8!j+;XMUq=4#EG2R%L zs3&(D^A4ACXwBqyjT?7fZeUfDb7>(batP(@lbJ5s+7u4dBoRS8>jAdnVzD$QXn{QH zFv$ruCkE$A6nS((63jPDM{FpNPp6x&E%)^;EZlnQ!a`r)^0~LZ^^>1`>stv1Sua(W z25v&LJ;_Mjh`mqUh?s&HvX+;srMitwx^=I@G%n215{OhfcftezG(3{YnXwp>h_RTN z%fyB%2j&OhGk<{S=3KDfQID%>x1lBT1$YOIRcft_$Hpr6Jk>EmRyH}K>!U^2ZN?at zYiPO}z9WPRUMPb4I(94<7xsvD3dzI!-Q0GWpM@c73H%4Fik>0Rwk*vsG!? z)toY?1Qm%JByl>f(+-B4dXr)WdeZxx>-4@rk7A|X)Vu&ySJS%1aY#W;Sh^+amPPds zeL(A;w`pA}ak`1Q8##zxde@G<<><9g4~%W}F3NTsTDMI@(4}=Lb$cyoI*affFsh!O zT52@1S+6R}eXl4=bRe?XoT~No0RCombtzw9-=TDMSu4$Ru-I4NzsbOMdfzLst)6bK zdgbg7doH+(aQn&?W^#Bqks8&jv9dXp7#^N1EzW$EszRsJhOvTTFsiYdn4|l&)o5%a zcBe3g@Gf|ja0_l}$y3M}*fs|1Yp{;AO4u5$blgN@M;u1%4EH1Qi#sDrRaemzQm;~w z`&Z2YdV-59F^71~vehI4OF}d2)fafxruO9ooIKZjj^5B%S-eE(ef*-@D*i6Rwsw*| z3UnSl(k%|{2VH+S$OCXJ2=`LEXonN*_$cUgDg0|`SG1(Fgp<7Hewxk_U~wtEU(KbL z0^IgM7Jl;Gze5dr=+UDt-^}2az@5WmvknDsf*aV2a8DMh_(QCVS0U3(FF}R-1KB_p zisaL>TbZrU=hnGmd&GExGyrNLRW1d#5$j3U=MFm6cb$IXJ%@8~rY3gxNvxqm8uU?Y%zi;gN`YljiO=qgp6&rul7q3x9XxOGp(#Zme=g^Eb#*RmjCEoFXU|%+u%hlyN1?ZPlB>WH>)$BNH*I&8C+Ap>l*n4M>@cZ zg8IScQS@PP;KW0y_BHdX?3-o|9XjP1zK1;Ltme6BzTnMSl@o&>a4~9KpK3nseFtqf zR=qd=VcV+$9PF`Ug3SAmJ@%;+51|s-(E|sLqUR6qyUBSkyvIY{3$2{o16w0)l$@K~ z=%$s8GGP8beB}aJuia$tXt!}d-=2=071HTrajJKWwsLF6oA=-Fmq-;JZ2mwDOUA-? zQN!aPYw-D{A8!9L{P%dr0an}%e+d+#?_l$9u;9XXB|{7!WMkZ#%8OIKD2 z&jQ> z3ZW+_Ej6*Tp}{~_$t-+VPON%6c@gy+i0NeWHN1cBRjdnY;U?``K4&@Ou=Gz@La)+_ zwtrdIJJ+h@!d8dZ@AZA+T90HsRwA~I|GN1O1ie;%2Si;3?B&GeOYMmq1F-ROM@e>h z?$tSb(Mar)Bk|y}dd&pV*ZlyOo`rY47by38nYS}PZTtBna!6YrJ{G5blbmRuPRt(I zVY9YJSPFeNpMZ@cu`dAL0FpIe3r0U}#tjg@)lR1ESosRlGAH2UCx;Pow9a4>f-VY4Z=V zXHhBf5ih>{_g=l!ryHwECOjgjIgy}v72Wq9 zxA*xCcJ@(^It4&7{?s397!pvRYEI%rjAPw0?7SUy6 z8NhWLe1+&-dMRsor(WH7>Nl%H;wy!7d7bigIP2sRd`{Nus!=Gqh^3m;bC61R(RAYZ z=)hN{begX~8k9FPN!3L|bA_DMn1j?+N?_|xH(z9ry=16Jy*WM&92^KSple`0w(TnQ z$LF;bM9-3ruArO%ya0#h1zdg&SZc7$$noX$5&{o2$BoU#cc{NhZ2Hz9HN=+*wSha3 zUP4er?wE}xjKp1*{oG!yLbu`=97Bi%zSc&_GYWj#FeT6pN|&F}QI;>9%)rY>JAVO@_Z zUWE0U2~-DvE#CeHu=P$$#7->SWe32u0eMss{d!pUA-8Jk3^sC zbA1hr7rE1tG4&#@_34Af1w9?NEpT+Q@#K6sa>hiu) z4zN`pROM&+*w}&3E*_LrtcnkCf}EVfz2MV?SA~Ac&>Efas9JBw(aCVFV!Y>VUdl#V zQQ)Z`24czY@>piy&AtoAzx(E~&!9R*F_p^5Dkls*Hq;&CqS66j?8%dIEuC-_Av&jl_Mg@Vu(1O2!yN zxe%u$3K}=_{=3;>x)ag8@84Q~QATqoueSQ@>LnwmqjfHMV1#YihLl~HP`i#i(B_u7 za%G#Rmg8dUckx%7|G^!F?vYR2%!=!Gx_J(I%&YC)yzdq0CJX|*NCsiLcINKpHxkFb z&2zzyUjMP%;eTuWSM5-9&r6;tf3G_J>F_vn#0j0q%hX8g#&2Y!u!%_ za+gNNC&2()35{|JK4sVtos-8=s3<2W3z(j-Nhu{4RE&n4&8oTCt{YnCM0WKOQ{d;g z7m1}pi)NsnTx|^Nd%M25>zis}*B@Q?EjYH$xfied)~-KlOQPq5w`}uWsb1o>?bSAT zHpfsO-1JC2bCYB9AJH#}TF4yixebo3b6$0e!?EF%$Ky*qw`C5t6{hF^e{AoCD;If- zYceU=_qVh(m%MFuzH!%YPs{q8NB{4(|0%R?nQ2UADmUHqwzu7MQzbK%&Snish25`Q z&lM$I8RQ1a>gYg22F9$}^*AC*;U$9ByEr?J>Ts{cHSjj^G_$U(l$1NQst@HD9Te z6@7AGz*JR1P7DuEsd^^8ztK>(Z$ETsJAC#ZKYq(^lCwj%aF0{+#V*Q~D$d=UAT=f@ zmlTbbgya6l9@|gP046y7h}igfTQ6v&rS>szZzDP3CfvHWZ+BWkj}0f8JdWs@J`Ong zahRW5TKcQ7j3$JX-VCA5{YmRaI+RnRy&`({8_d}5I5xo6*utnloc z^(uE*U4=|dDCPv)O~f4T&O!aNxai~WOLC0 zIbjVnzed$lUFqCuj}8K_qKM^fKj@Ulb#I~axP}#oI^fqL{O}7ciCmj<713+D@;uP& zD$y{b{JK^Q26v}eN0*@G%Y#@tbo%e(mZ_tW{JoX&@qI0?rTfOmVO`Eo4d2my^Er>` ziC5A6NcYW!V^i}>+qNmW8OL{N*KTFowk254m7zoW3tr(8rH5^K{_V{Du8k-9PIsWA z+rrT|+P4-|we7dqjy|r?CU@=D%4$KY1bRx$M7GmIFP>?G8XCR>e+znX!53H3i;tmdie8-_8%y{?N=A-#-xTaa-f8|ma}s}t zKP(y6a?y(PX%(wDaFdemy+3J~r9ig(=H=5LIn;MUAR8JqlAG@IqfI=HuozO5>LED> zzf#`~cwN+TGl@B?(Y0F&1{L(8hxoXliXmS-e;<DjC4lmFiu7kKWx?d8I8s<>71bQP#3gDE|vJ>QM&EFb(2MsRt;SEzEA_Hs(I& z9n6QApJSdQm><%eUN6$Fcc4D9Kat%A@sncb9^dIT^_pDrAMt*UdHIRW50;hM?%hWp z*%Rs2OM4zUx_fs`DUTh0;_FYGI5s~&H+S@*<|9i}@LAfANA?-d#pP$~1^Cp-k*iZ{ z$r@fXYhDK!e~Qj5k~wm5`P&Bi0Wl1;tm5d8L6W$$hidiNeel$S$+}fNG(UfA-)y~h zs9b}yqx17z?XIb*{p7)&$3^G4HBTGxyaa9VJiL&@Bc4~_sXAKF>a+#a&Dwch`w6JTsUiH z2DposWfdnYWuugf$1Oz{{c29pVR+?3byF95duvE{)_QvdEjD(LOD7Wka3C)zx?;uS zxsp+?Oct$%ZbF8hE5sgNmgVJ>$wE#~B+{mCed^3&wNe?{clIgN8$frOh!-;OE>_`P zY+-IBSmFB^ChUzg;E7BSb$LX#?;x)ip%!-);eg{62q6N>FgwyvO4W%mbgnNFwg8Fb zmM(61M9t+Ym0V6e@Pcy|9|YLqPdS(4_n&y7b)_aM@9k}lZ0z0`{ku8Jz$i4Ov^zb@ ziDT@xp`VsZxg$rK|Cy!%pi0cG0Nzb6r#?6EQ_Z%>KArxJS%%Pp7j5}8Y9S++)cp-R z98$-U7RM1K2grA@e_0?291XJL`}U=MLA?rq{(%P`!+16H%UvwLGYkl?Q3o7|{O-TP zs5^EXP1FQ6via1~lAO4O4fs=fwe>&D$UwWOWGxN@PH<1B_C(8GuB8E=w<$hPYQ4?g zvZY(>cvf>Yj&W^vQtuNFmg9&~(WVv_rZmO5wygS-XHGwsfwN^n zH4BXc2O5!HR7Z+LGLJW3@Vvu6-r&6X$=6YcyI9f7<+02ZO-oM*f?)_kdV*eOrpC%; zz0xQt$)p8^_MlEP!fI5@7emQCu~{pbR7%Zr8_ljZ1?ksQh}woE8I}7B*w1$}?`p#V zJ+_gqE^l?zjE~v26D=!<)?0_WHrX)M=46;Yk3UG;HGz(f#9)%DYLa7FS%?|+Kp>|~CK5^@D<_QPuEXUb5D-8aB^OhB0ng&j zLlvb(*!utks%qa)$ch$&dsRhE7&*8_9Xni`oHzjm;=@T*5L9glpWaxk#Z*pEOn|Is zD#htsAP%%dV){`zp%zfC|LpDlwxn`OeV958fE|M9mY$PPc zr5MJ{&`?cDPh=$K$G?3o+l3LpWA3%*9Nl|RM~doJY;fjS!jK)z!BL#ui~ibNS|^mL(+)}sSvW@sp5wyvckN1m__FD>OV)>v6mSXPrOQ&WH=D^hvP z%H)=oPC3>ONFs6aTej?z6F{;Fu^5yS67s&u zspf@-ZGVUXGA-*S;!mHh!xTn3AT+v*V-X#2w?}+!#MW|w4mpAOXtbP0>EucFC^~t* zxZJ!zjmUt8hjSWGXQkP&bud`w6wx2~3b6#F9;`d!33$C(vu81u!oBR~gEKRFb$EE@ zL(T7xd>o_u5ch7}S1^vk%*;WI8!$6GTswnV#5o-CyFuxQOUzbg2f*ex0j>CEpeNo+ zseaLmv*J45KnjF3tJl|Auj9kcrDw1H%i4TT)FNDFEu^oVFHwtdzG4V+dH?S3oMC@| z_vI_=c)YrN8VyXjOPl~mua8!Ap!pj0K}?STG-zF%Tsq0_=()Y;j!rg6`>{#1(>(TM z2<>eCk4tIUJPwbYtexWM&O6>-Ja)A%eL;i_6rKU}0%#p*l3?@aD73rWKyd@tIUUVzZot=ki~_2eCsHyn9G{ea`r0yL>s zE*oYkxq0*4>*)&|u>-@ynM_sIXZrh_SM3SqyCckcjftYw9_vJWbR;Gea!?8tpcQi5 zCZ16X=hv4wUZBC&#{z*IEVVvv;vqM9=WAK|?SjtTg4b8Sv(MC5tzu&@C9@QYn z#&#iXPtAj?mYK<=tBbqF#+3LV%|(FjX z5>xV)Q>mc?V`I?)`d*>~V`B$~QmJ+;816h=Pt}vlH#mhRxnN+U6(D_Amu|F_BXd>ywS5!(GjWpUh)T3nm^`k=3Fh6*>6}T2Ax7WD8O*5YN7k54J`9M@N zX#WjOPQ2~@`>VPo)J@CUzkj*Wc=~uP)9_SxsVzQ4yT-J@G+;fi@)bKy#@%i2wUg$3 z9dCH;N?(5**%dky(#GsQca2U=G&YXMb$MUCXj%ooSqq4K2k~>ESm#LP*sFbd}V?0excX5CC=cc8Zc zN$e*5}nFptXq$&r1` zbHP0hnRiVVW@ihNchUacHEC_#I`0|A#rdsUEt1=CZtFbS{#dS@=NTI}Yt4_V>JF@l z4a>mW*uMP`b*78QL)*8{FC6nUhgab}Enk1VTG{W!Q@8F?ufKlz*gQu6XuTyur#U)R zZ*f}$v&xI}*gnW9Z^~(x$G47M7Va9^s7D+0ja`PmSQ%Y&8#Poml9dT;GwhRVa;A47 z4cb_4^_?D}?EC`h_3UKK$`#!X#*(qLR5<{>pPRdDZC(-Q^W2;}PVQJiX&5VtQ#r9~ zH#?d#YxE;<1lmT-@m$-c`_a<-TC;}7-Pu1*>^|DCN%ZrzN|hy2H&$j;Nf1oB`>^cCmAD4-PNrSqlr+wui!|5AU< zFB|pzJtLpU-)oFTxAoj!e8?9a{6PJw-nSHvk9?wXN-}#N?72Pq96+4SMeccYK3zRc zv8<&ZF8z?6RWDUeRZiLVKgR(U9baqTLOkcWUXuDcxdkn+GW1LBu3~Yt3nH@a!UKW4 zn!}jbEf0n4BF-=FIC|1E#&CyTZeGA0+8B#$ZnGAOY(}BJ7>aDJ>($~zdUY4!yIDZD zzl5@P*2ONIl}9ia7teq+)Y5|a#;-_cpE^D}q(-B1t|Zsh#8iEuc&iyxl9@!cD#%mG z%-C5`Ji%p7{QmiOmiO$*yt5GMsaIzN`P37+w=FD`X4DtC$9#;<`}_AcFm1XJo0wnk z^xwGFUV5#yw2#WvD2)xdt{x@Pz(x&ZSEnB8^!VD1+1C1Qzin9?wQiPd%@qnuYU3^@ zjCJ?fayNuYY~cZReyk5ZV;^n)2|Y=h@JWA^?X^#CG!R&D9O6!jqRBcZ@M3tx5Lj5B zJ^?w9_+eQ=;CVT%L1CE_v}?GTg^W zlE$e@($Aguwq@wHh5rI)4QxmAPiTWa!WQA=8IFUeNs^>%N>PI6t7CbmdqS>OLtctV=rjs;)(8?h|2i>-Uqc9hA}|P zN}!bd7}Vf}YBki8$%MF9Bb(9t=H_5u@gcM^loQ2=f^SXjML9JmrS{(Y{fW7`3Ee7G zDh1tXCx6s#=XL*_c5Z-UUbD^LBL;ZXaIfGwzjhz~TYN`sw(TBz&d|8Z3{S_s4|a^} zh%ch6^hxxLv(Izh_eS3dyXT$n40Rtp8rr&lf2e16HuP6->?MWY`y0RUUM+Lt?Aa6A z)WJs|Js9elzw55~P<+FeCoppWQ(oc)5|02a#R$KP^-!#63(nWFMaQ3s6Mq5yS1z*_ z2EbUoysDM$t9}3YG<$Jh^9K%_ffv-mFE=#|cKXZge^(Da(cJ&UH>;CU)1Yno1Tr=*Cv&ktjme%l-GMP-EkTLcWiwgPUoHM z>ZwDAgsDQIfQoEd+21|gSlY3}*fpIR4fY|uSv_><)baWGGA{y!DG(DBwKlEn+<7pT z;O6K5*g*SWgB-tSpuQ44e`J0HKJ(L6F(4>#r<|_WKB+12(KOVh`mB!Uy6p{M@7{-E zvBaiL)Af3!7u6NTkTo>4OUkG*F{G8_J7?z}+Oyc0o?e=+3qYC%dj*Y!2B)RP(NRHF zm!_v@omO-nFANM!PL#_Q@8cv^#5q_fO_nQVYzb{o`;j63mmFDLmf6YN!TcoiGt8%% z-*R*zz0sf0uO;!EZS&lyg^*7gsf~`&v$d8BqH`^^?zivGt;-cD`f833#@3TJ_EFb) zH}}Q;6GcT(gn;A|MFpUIa$;hiswjf!Qxkt92$qosbXc7l9yUx9Aiq*dr4Ao{^3l8Q zdgv&7sGLrTk}iq~SvHMy0!C3%)K}Byp~ef*WTlCTQxc$LL(za@R#Ry+ zIuw=z)-eSp5$C9QH7ilorpr+o8YnqH&braH;E-!^|_b7nxkG#9y7I#!~utwXqqvpXhrA<-` ze~ia?{ltkApSo-Rjt^+18k~LVQ>W1F`zbh9c~MSeZsq;+tfV8(7>ns@AYx<^`}P$r zRZ}Hh;s7DU(AkopDN@XejcHN>d2if1p{f%nhK$0dkKK9%&Mwc=O5u2Lk05v7?2B_k zs^i1)1Ae%`CqI@`Tcbh55nxN7LWX05T@R`k& zG%dFMJ%YOFqozuYywF^vaw{kG+$JY_ZchrrtaV6GySMnHkRtwCyTORS9ARepPjZhl z0T?%w6XU2sk1356zv?+!*Ijxx)N|(B-#!!SdG^w09|1(_$tRD7x*z%M@r6+L4#Tjv7`jWhhhYyHki8Tb_OR|2Y(as&4ei6U{XZ|Z zTsOcT_7Gq(;X|Io!^4Zt<-dOa!Qpt@#KKnKyR@oBF0ZQA@^U=8x^h9a78c^!3oDcH zwviFVnq0|Yl^pPV^-wSH>1SN5d>y$T-kYWTRRkkbA|2?(MMt#Bj#R?K_uf?QN@G4= z>i&j_4dwj1qL$zBHil>^?av;A$($VgrUGMf>=_Jf(EXLvm^sCCQS5s}6r(LIeTgA7 z4R+>4QA(Oq>0Ld~VC~^Wk?a<~+BnbH#PaYeV{dRrMM1+$#1oC*bv-roy&#)E({VO9 zF2A(>>&LmGmkqED1mHPuHsJ^~(ZU70+eHy4iRr|x;3J$9G}`rBFRN=Hj*T%o!lo_!Kk&bZA*ys zft#nlYK{kT#6|D;@+Zwqn>3kDhuyap_Za6OzUon49j+t*>iTomTDi+Pgaf}m&v!eO zaA$k?ZVnb4B1|Ei5+J3D1+7V9ji+7hw-`#bPr!x~1TjzdxUriSm8b9ltoSYj! zx%(y|M3v`4Yxv+W|9817WdE8T(5GP5`(|nfkNk+I-c?O{{=jR~TMHbR@mK2A z*cQRC=VOJAN6{U}+PCivHIBaNjEy;tbM$Qj`N>+1z&a?7zh|0Osbqcb=SZ^%hFcDQ zT@NC5g)xo>PS#8uRxm3P6H*XERCSg4l`RMq2 zRC3g0xdXY9IcfSq=VjQ)qS}aj$^0nYQXwz zvYNi%j71pv^w+XSfiTKsccc_i=$R%`QV`Tsc1K1LfTFTSlujaJFEp~Fx+)6y5z;#g zHH`14x*jBnf;oklQNrj`@y0PZkA~LqZZfWEd6FPEl9DV*Wbsz*+lHabqCEK;rFu~j zWL=I)a^-aTeq!iweM(`<0%I`a3v#{j>*B=K$}1eN$zS-x1$_j_8%6~}oVjPs>?pbS z4gV+Ku-U(?{NF?Ya?#7YwZyl^`J}i&7@!MrlvKx@g8w^(30kt}?Rn=#bOd%jF5|r$ zo`(zFhBYJQ;s}Kjsj{at!ad`GZ|iVr{@WQno<#sOJrmE4{D?5j6E;Ftf$To;xBY*I z-KoZJ_x(}e!~6bx@@{<3yX|?xq2I%I&%;`s4h;YgaW-_xNAPp4N}Ht^u+F+zZNZs< zw+d`a!hs(R+bI3;Bq`13O7=QO7GSlk$@snN)>`Fmh)kuTn5HzTze+ht86M_zo`h*C zmm@O0m{BN=OOc3_+#3!zCWR##MyKA=@g=6h8qN`36uB=_iUk7A=XJ)S5n((M3rEHC zgpUX*f(+f3zN*Tg@^rL?kq?;S{FCQP5t92*;CV>`Hug`zLW|qCXLzDSh|MU+X<{@g zDAqjBFIAWb?GS@85hjXEOi89oigK9{$g_yd6Qj3R;5kMYrL+*0WF=391V^;|lfcz! zy2b<)=Cd=RF1Tai7W9z}^pR~oZR!5{e4ul_1FAn#lD85=<(DhViJ`%7wLjwF-+B=L zo#%4L2g!|xK6>b*>Bfg1(dM1SZ5lYCz<#JsNa%^sH$p!S{gq2_C2qj)6B~Nr zV3Su!;2o82vK1WkEC>AvDPEmYQv|Xg{ut1G{ei9sdlb~P{T_fEdo^NvX#AcXx{J#1 zrIil59Gt^^s<~Cy_S3DC-gHk~oi;pqe}MHLw%2P81}*!z5AHSIn>b!8>EH`^5kOt5 z>T;76IP_jawuMwADciA<)E@f|P@0Nrx^ey%MT;Q!1%1YX4Hg=O39~F5#u8L4DNmj( zwzg8*+FCq)?)-dkeDVrou~rsuqoPIWwqH;hgA+`Yfmf3x9nF+z>DxO7! z5~W&|s%qmR6$C|AfL4laVH^i3#e2e|#NI@m7jvVN680io5lQkq`JnA^+u^MjtQqrA z_l|hnDDKTD@c5bhUPDz_*Ar-}PlbWA1J{|Rz@rQL@FBQiX+PeR3B?0Y;V;xQ^R;@t z7Q94ttX|8TCf!Mu3?2C)r4L+pU*qAQAlVJmxGWpR17A>fi_gJ(OcKLA(l}hN=DWE>#TQQj`B2b4Y z3kYxrv#w?I1A#waGk#Q)&auh=Zn4d9IHrMga=FaJAF2(5=C;IM<~_yYPW2W}2O|r%%sznkGwa%++h{_gg74Q~&5=Nf`UP{tSw1_c9x6+uOiVom2I!7B92v_2_# zh4mEjoy4DzT<1%I1(kITyB=Dr5U2VwBN)M+M!r9CnNC!KtVVVe7s-~zrI;n22HBEv z`)kJA1zaYkX3VrN}4hfD0Hj}_6ql&f9fY~h(|I;9TMK4eyx!KV9Z9skAC#XaI zL*U6LtD#~Vxlq|M>K)Tw7GzjS?w{8c;<{DGeK>QC9P^*RT{IU+grO7W6<%Rszvt;KW)#aMq5^h1~n!#&E4aWu#d zq3s<`eKFT5bfPV$^ZoXXnH0n9n1C!`sjsEs-z%8GhaR(c!ca!S8N4|ajQoOzB5#93%`Wm11>TdLn zzQ1*!zi$a_^4ZdNWy}|Q?}N{JUoj2L1IRZt>g!QJ zZH$9kbFtTF-%Qs8cd)K=eW%X*R?l(mnxI-WYf~mzjFk@HKAglji~QB8=CRMuf^sbp zXN~&FchnZY??K{KlZ_!-epG~f9m;8VC54&8XxOkjZmVH>y=N`x3_kCv?d6>0n zTb}bALdbK7g%BFC=3$=l5Fry{oyl~_G`fg|5JJe2c~}>*j&ay@cHuOf$yvzO+1h4X zn{4N0{~g!$zP{h@{r%kU&-?xU+~549KmYamf4E%9e^*U?djh>Me2|v1q1?mb!1;B^mpbO=noR5EBkZUs^hd30|D@YVzE zJ4)zAXzh>Z0dRz{9zx#`_y>~f zK=K$!7K7+NhqhofU8d5=QJXmmz+0QyJZ zHG*Da$bT%lBAIC<`HUme@w^{Tmamgb6kaCKeE6PeJEYa+yYk)0xk7 zW-YS*$S1rO`c zyN#vHbxZ#(zf(Y*uS9n5J5 z9GRSnO!V*Kc{h8r@V$q%y=1bNdFe?!MH zp7Y2ok8|}QYbTiHDQ0t;dFIpm3_8y+i?jGVOYZ`5DB$@Vp3jlPIeMLE|9SeJXYa@O zEu^N9x&ECjFW~zE=j0RaFOuCQdR{`yKd8OTxx9jhPx1a4xm-p6RnA)x_1ECMP98Vt z`7b;alVvgI=8HMfP3mqk-&^Rs#d-M>4|m9?1dVq&e|M?>3NNMTya&g9a(KYrGO~RL z-`Di~1|8*S_!hn2lGS%yE9hClS^FMuKk)uXvVDZspUCTH&hanks$?#e^!$|>|Ay|z zWc!%?Rrsr7UQh7*gxcTH@q3w!TFIEYAX&!xf*cvw3*46Rh?l9xeYGnx&jf>OGS#bO zJWFJ11j^LRmhob(7Hf54W$Ffi3Yq5~$<(Wqc^-c6Vww6yGB010@%55v5H8a&M5a-x zOyhhRza*LFxiT%XWLm=0nwqxs^oOq`Arb~oOSGc={ z0(1qz-<^Fu!vK7}@zjSted!a7-u~$_A(=7*qh$uM{wm%==@p9J!5K0``~mAj=^KXs zVLpINhT|g~&T#yWLf@zYnbGAk5omdhY{qy4d`70qj7P)k6uC~|{RFg6M?-XD znOVG>&3z2qa|>l+$!$J-ad=t8o<(rHMgH-gGE2yLDSXTDntAoa^bc9<8a=zfV3J=(mx&G&nY)e>1((x!*$Ht@Pi@3^MS(o#!2J zWa4)x?{{%F_%mkqz_l0NefY^nQ#Lv7C%66h&xr(F51o`bjD}qJk4};~hVJ8NJWehr z$bfIxoSG_g8a*GeC!bu;u+BGY&XLJ^_&>(S1$2CZ-izdWnRi#1`KQ!>#`P*%iqP~= zG<;4SpOU$b*X!)PLC<1l`vrS%qWuuGS(iV@oW5jgP(HnUo!lT9u@fdp7Zo0H9yhs7kX5Z+pqNa4X=;ke9RfFij#Rl z%@e+bKfGk+FKZ%YZI-Nymi1@_%4DlWfdbj;*|MI+vNb$pYf|qOAX_U=wsx{?om|=H zd_j(Ey%Je(KiL<`WnWB?Z4e^cklIFxvW;Uwg=`b9O}IAY+Vr+;vou-1Ub4+6$+n<( ziz?Zcsj{u(W!u2t7HxcMw*6Gu4%`QL%XUOZM|yP1lkHq68~8}JTbOJRTs`R96W%_- zpj5W+N!eiP`q8sLbptA82l9T>I}O@O;@3;j$y)A4T2hIkFLG8;6ha z^p9daioS2aHv!)h**Cc{;Q3AVO(BOV1=(9Xfb_LvT(>D>` zm1sy}cB{yKHSgCJ$);SCUB@g_$#;{F><;FX3CB*jc2T=KLN+Tyb`SaPA)mcG??b~r zdLH2YLGn99?IE}hqyGrKa>+A~-g)Rf&h-?$rJU>U*HG1A)PcfXgBzv2=-Jwqj9!t@6ACCJ;0G zx}TZTV`lV6oSZ9=d)7y;Mxk6S54qY|a`hwRe9GlsN|bv!R_>Ka;E|kfvRngdn?%Yr z4VG*66es2ULO_KazfoPwXiy^8n)^1~x8c4m^=-@K{Nv^Led;;{$px_1F$$E*b)rY7 ze7Vk`i@#h~_I0~0*F9XWC;Yuz$@TFDxpIA3?}yHQ=G;_a2H^UDyfe7ZKpx6mFuc?uA>pRxg-hgple9 zQbdSJ0TRZX6vAR&W*tvVN1>jiQLKX`&UI+#QS6v5R59yA?07nMZwhs2<7l{xT(aS1 z%*=wiEo&G@3%h0fF)Ct)B_$etcrc6uvHxRm;T|N}GSYp|=z;!abjUI@W-``n>96T$ z&?|jS>5W;GIh(}Vn4V{h(T9!w|4Xi@&DlMG&)=~lV_(Xg<9fxyYsUR!`Sb}m7ppu^ z2fpv-nN4%&IlK1wIQ}FE@eSSVbszu$0C=2j)l=}K_Y#Nk?e1T)+1R$Z`FHm)+Ss-? z!(@ZqU^ljH+qP}nwr%s|oIJTZ@5Owp-kYaqs-`}JbkP5vzy2H~gZ|HByZrqjgLIII zib;{NWNaBM_qon;rQxlk^Wi{%ozR4$XtzzLKxy8~IkglkepR z`B8q7pXC?%ReqD-o__@$JOz4e4Rii)QNOrokSrZDL+8}FbZ(tT=hgXieqBI^>Vi6;uA!+F zt!ho{+R&yhqzmgJx~MLu!*p?7LYLH~bZK2im(}HTd0jzQ)RlB)T}4;b)pT`TL)X-` zbZuQn*VXlOeceDe)Qxmw-9$Il;kuc&w5=WOYES#Rxo)8&bW7bzx7KZRq>j>UbvxZ& zchJ!~Mt9VmbZ6Z~ch%i=ciltx)V*|X-ADJ;{d9jlKo8V|^k6+i57oo;a6Lkg)T8uh zJw}h!-2iPL2uNX^k%(9Z`IrMcD+OI)VuUMYsW-V)5$GX*a+Lwwz92l8yjh(Y+KvTwznN@w2iSHZ718=cClS;H{0Fzusv-r+uQcBeQiJ6 z-wvLQ-cGO+?Ib(dPO($%G&|kSuruu}JKN5& zbL~7k-!8BV?IOF_F0o7PGP~Tauq*8>B{tFhB9NBsmzN>)7(7m=BYQSeMadsSD%S}ruli=&r^R=8;!Q;M6h*D*ND_w z8kMy)PHJhSm=^bR*Hep9HyW+ciJPY3J#Fc!OQ|zA;8WKZFvcagt@$CH@TuyvvcO= zZt&f9blXk7+o>*K ztNmRv|I6gMOa8w+?O&?HIikDp!O&g!py@7ruyhwb$h!+4^xcII>h8h^b9aHD?7i}e z`#-d2N$~Z79YI$79YI)7B~EVxwNJPC;ZY_zx)4= zhZZmKK|lK!kC%}T)ocHh;DKMbYGq3Cz^_`hHl=vrSE<^VQatdhRc%cv9{825c1|fC z_*JcTPbnVwRjl?-DG+`&`-=nC)|BIc-}!3il;eTl^=kK&{ed=_u)tRLwzz90K{uNApigX literal 0 HcmV?d00001 diff --git a/user/themes/radiogarage/fonts/line-awesome.woff2 b/user/themes/radiogarage/fonts/line-awesome.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..f825cfbef34b78e04206ac7d28551ad6fe3cfe8d GIT binary patch literal 76372 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