diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..77deb22 --- /dev/null +++ b/.envrc @@ -0,0 +1,2 @@ +PATH_add vendor/bin + diff --git a/.gitignore b/.gitignore index 37d63b5..d2e5cd5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,7 @@ # Ignore configuration files that may contain sensitive information /web/sites/*/*settings*.php -/web/sites/default/settings.php -/web/sites/*/*services*.yml +!/web/sites/default/settings.php # Ignore paths that may contain user-generated content /web/sites/*/files @@ -29,7 +28,6 @@ /web/modules/contrib/ !/web/modules/custom /web/profiles/README.txt -/web/sites/development.services.yml /web/sites/example.settings.local.php /web/sites/example.sites.php /web/sites/README.txt diff --git a/composer.json b/composer.json index f2c9cf1..e980592 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,7 @@ "composer/installers": "^2.0", "cweagans/composer-patches": "^1.7", "drupal/cer": "^5.0@beta", + "drupal/config_ignore": "^3.1", "drupal/content_as_config": "^1.0", "drupal/core-composer-scaffold": "^10.0", "drupal/core-project-message": "^10.0", diff --git a/composer.lock b/composer.lock index 92946b4..f029d26 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d5d4122da2b7a3502081e8d79d06641a", + "content-hash": "185dc0d2be2be9514fc2dad73c4205d1", "packages": [ { "name": "asm89/stack-cors", @@ -351,25 +351,25 @@ }, { "name": "consolidation/annotated-command", - "version": "4.7.1", + "version": "4.9.1", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", - "reference": "fd263e3e9341d29758025b1a9b2878e3247525be" + "reference": "e01152f698eff4cb5df3ebfe5e097ef335dbd3c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/fd263e3e9341d29758025b1a9b2878e3247525be", - "reference": "fd263e3e9341d29758025b1a9b2878e3247525be", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/e01152f698eff4cb5df3ebfe5e097ef335dbd3c9", + "reference": "e01152f698eff4cb5df3ebfe5e097ef335dbd3c9", "shasum": "" }, "require": { - "consolidation/output-formatters": "^4.1.1", + "consolidation/output-formatters": "^4.3.1", "php": ">=7.1.3", - "psr/log": "^1|^2|^3", - "symfony/console": "^4.4.8|^5|^6", - "symfony/event-dispatcher": "^4.4.8|^5|^6", - "symfony/finder": "^4.4.8|^5|^6" + "psr/log": "^1 || ^2 || ^3", + "symfony/console": "^4.4.8 || ^5 || ^6", + "symfony/event-dispatcher": "^4.4.8 || ^5 || ^6", + "symfony/finder": "^4.4.8 || ^5 || ^6" }, "require-dev": { "composer-runtime-api": "^2.0", @@ -401,9 +401,9 @@ "description": "Initialize Symfony Console commands from annotated command class methods.", "support": { "issues": "https://github.com/consolidation/annotated-command/issues", - "source": "https://github.com/consolidation/annotated-command/tree/4.7.1" + "source": "https://github.com/consolidation/annotated-command/tree/4.9.1" }, - "time": "2022-12-06T22:57:25+00:00" + "time": "2023-05-20T04:19:01+00:00" }, { "name": "consolidation/config", @@ -569,41 +569,36 @@ }, { "name": "consolidation/output-formatters", - "version": "4.2.3", + "version": "4.3.2", "source": { "type": "git", "url": "https://github.com/consolidation/output-formatters.git", - "reference": "cbb50cc86775f14972003f797b61e232788bee1f" + "reference": "06711568b4cd169700ff7e8075db0a9a341ceb58" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/cbb50cc86775f14972003f797b61e232788bee1f", - "reference": "cbb50cc86775f14972003f797b61e232788bee1f", + "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/06711568b4cd169700ff7e8075db0a9a341ceb58", + "reference": "06711568b4cd169700ff7e8075db0a9a341ceb58", "shasum": "" }, "require": { "dflydev/dot-access-data": "^1.1.0 || ^2 || ^3", "php": ">=7.1.3", - "symfony/console": "^4|^5|^6", - "symfony/finder": "^4|^5|^6" + "symfony/console": "^4 || ^5 || ^6", + "symfony/finder": "^4 || ^5 || ^6" }, "require-dev": { "php-coveralls/php-coveralls": "^2.4.2", - "phpunit/phpunit": ">=7", + "phpunit/phpunit": "^7 || ^8 || ^9", "squizlabs/php_codesniffer": "^3", - "symfony/var-dumper": "^4|^5|^6", - "symfony/yaml": "^4|^5|^6", - "yoast/phpunit-polyfills": "^0.2.0" + "symfony/var-dumper": "^4 || ^5 || ^6", + "symfony/yaml": "^4 || ^5 || ^6", + "yoast/phpunit-polyfills": "^1" }, "suggest": { "symfony/var-dumper": "For using the var_dump formatter" }, "type": "library", - "extra": { - "branch-alias": { - "dev-main": "4.x-dev" - } - }, "autoload": { "psr-4": { "Consolidation\\OutputFormatters\\": "src" @@ -622,26 +617,26 @@ "description": "Format text by applying transformations provided by plug-in formatters.", "support": { "issues": "https://github.com/consolidation/output-formatters/issues", - "source": "https://github.com/consolidation/output-formatters/tree/4.2.3" + "source": "https://github.com/consolidation/output-formatters/tree/4.3.2" }, - "time": "2022-10-17T04:01:40+00:00" + "time": "2023-07-06T04:45:41+00:00" }, { "name": "consolidation/robo", - "version": "4.0.3", + "version": "4.0.6", "source": { "type": "git", "url": "https://github.com/consolidation/robo.git", - "reference": "d655b79c8e916f9f9947df0ddc1040967ddc5a28" + "reference": "55a272370940607649e5c46eb173c5c54f7c166d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/robo/zipball/d655b79c8e916f9f9947df0ddc1040967ddc5a28", - "reference": "d655b79c8e916f9f9947df0ddc1040967ddc5a28", + "url": "https://api.github.com/repos/consolidation/robo/zipball/55a272370940607649e5c46eb173c5c54f7c166d", + "reference": "55a272370940607649e5c46eb173c5c54f7c166d", "shasum": "" }, "require": { - "consolidation/annotated-command": "^4.3", + "consolidation/annotated-command": "^4.8.1", "consolidation/config": "^2.0.1", "consolidation/log": "^2.0.2 || ^3", "consolidation/output-formatters": "^4.1.2", @@ -695,22 +690,22 @@ "description": "Modern task runner", "support": { "issues": "https://github.com/consolidation/robo/issues", - "source": "https://github.com/consolidation/robo/tree/4.0.3" + "source": "https://github.com/consolidation/robo/tree/4.0.6" }, - "time": "2022-12-07T14:13:05+00:00" + "time": "2023-04-30T21:49:04+00:00" }, { "name": "consolidation/self-update", - "version": "2.0.5", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/consolidation/self-update.git", - "reference": "8a64bdd8daf5faa8e85f56534dd99caf928164b3" + "reference": "972a1016761c9b63314e040836a12795dff6953a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/self-update/zipball/8a64bdd8daf5faa8e85f56534dd99caf928164b3", - "reference": "8a64bdd8daf5faa8e85f56534dd99caf928164b3", + "url": "https://api.github.com/repos/consolidation/self-update/zipball/972a1016761c9b63314e040836a12795dff6953a", + "reference": "972a1016761c9b63314e040836a12795dff6953a", "shasum": "" }, "require": { @@ -750,22 +745,22 @@ "description": "Provides a self:update command for Symfony Console applications.", "support": { "issues": "https://github.com/consolidation/self-update/issues", - "source": "https://github.com/consolidation/self-update/tree/2.0.5" + "source": "https://github.com/consolidation/self-update/tree/2.2.0" }, - "time": "2022-02-09T22:44:24+00:00" + "time": "2023-03-18T01:37:41+00:00" }, { "name": "consolidation/site-alias", - "version": "4.0.0", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/consolidation/site-alias.git", - "reference": "103fbc9bad6bbadb1f7533454a8f070ddce18e13" + "reference": "b0eeb8c8f3d54d072824ee31b5e00cb5181f91c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/site-alias/zipball/103fbc9bad6bbadb1f7533454a8f070ddce18e13", - "reference": "103fbc9bad6bbadb1f7533454a8f070ddce18e13", + "url": "https://api.github.com/repos/consolidation/site-alias/zipball/b0eeb8c8f3d54d072824ee31b5e00cb5181f91c5", + "reference": "b0eeb8c8f3d54d072824ee31b5e00cb5181f91c5", "shasum": "" }, "require": { @@ -809,9 +804,9 @@ "description": "Manage alias records for local and remote sites.", "support": { "issues": "https://github.com/consolidation/site-alias/issues", - "source": "https://github.com/consolidation/site-alias/tree/4.0.0" + "source": "https://github.com/consolidation/site-alias/tree/4.0.1" }, - "time": "2022-10-14T03:41:22+00:00" + "time": "2023-04-29T17:18:10+00:00" }, { "name": "consolidation/site-process", @@ -1266,6 +1261,66 @@ "source": "https://git.drupalcode.org/project/cer" } }, + { + "name": "drupal/config_ignore", + "version": "3.1.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/config_ignore.git", + "reference": "8.x-3.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/config_ignore-8.x-3.1.zip", + "reference": "8.x-3.1", + "shasum": "5e60f312e02735060d5e5b1724330bb243face4c" + }, + "require": { + "drupal/core": "^8.8 || ^9 || ^10" + }, + "require-dev": { + "drupal/config_filter": "^1.8||^2.2", + "drush/drush": "^10 || ^11 || ^12" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-3.1", + "datestamp": "1699302168", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Tommy Lynge Jørgensen", + "homepage": "https://www.drupal.org/u/tlyngej", + "email": "tlyngej@gmail.com", + "role": "Maintainer" + }, + { + "name": "Fabian Bircher", + "homepage": "https://www.drupal.org/u/bircher", + "role": "Maintainer" + }, + { + "name": "tlyngej", + "homepage": "https://www.drupal.org/user/413139" + } + ], + "description": "Ignore certain configuration during import and export.", + "homepage": "http://drupal.org/project/config_ignore", + "support": { + "source": "https://git.drupalcode.org/project/config_ignore", + "issues": "http://drupal.org/project/config_ignore" + } + }, { "name": "drupal/content_as_config", "version": "1.0.10", @@ -1333,16 +1388,16 @@ }, { "name": "drupal/core", - "version": "10.1.4", + "version": "10.1.7", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "443b8e72b4dff11cd0d6b40de5cd887c7a9bd94d" + "reference": "54415049a721ede65318e3980b402af59bc35913" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/443b8e72b4dff11cd0d6b40de5cd887c7a9bd94d", - "reference": "443b8e72b4dff11cd0d6b40de5cd887c7a9bd94d", + "url": "https://api.github.com/repos/drupal/core/zipball/54415049a721ede65318e3980b402af59bc35913", + "reference": "54415049a721ede65318e3980b402af59bc35913", "shasum": "" }, "require": { @@ -1487,22 +1542,22 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/10.1.4" + "source": "https://github.com/drupal/core/tree/10.1.7" }, - "time": "2023-09-19T17:57:50+00:00" + "time": "2023-12-06T09:22:56+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "10.1.4", + "version": "10.1.7", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", - "reference": "1ccd7db5ff8a5425b5bbba9b9a05e366363c0a51" + "reference": "6a2d817ccb59fdb7e6b3720a1478b0d00b475445" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/1ccd7db5ff8a5425b5bbba9b9a05e366363c0a51", - "reference": "1ccd7db5ff8a5425b5bbba9b9a05e366363c0a51", + "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/6a2d817ccb59fdb7e6b3720a1478b0d00b475445", + "reference": "6a2d817ccb59fdb7e6b3720a1478b0d00b475445", "shasum": "" }, "require": { @@ -1537,13 +1592,13 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/10.1.4" + "source": "https://github.com/drupal/core-composer-scaffold/tree/10.1.7" }, - "time": "2023-04-30T16:15:32+00:00" + "time": "2023-11-15T23:23:43+00:00" }, { "name": "drupal/core-project-message", - "version": "10.1.4", + "version": "10.1.7", "source": { "type": "git", "url": "https://github.com/drupal/core-project-message.git", @@ -1578,22 +1633,22 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-project-message/tree/10.1.4" + "source": "https://github.com/drupal/core-project-message/tree/10.1.7" }, "time": "2022-07-01T08:32:39+00:00" }, { "name": "drupal/core-recommended", - "version": "10.1.4", + "version": "10.1.7", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "c0306542c1e9377a47ce5f6084e1bd03c32d4817" + "reference": "e4726a4a0173a4b9acdac8cab5d4009d6085fd2e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/c0306542c1e9377a47ce5f6084e1bd03c32d4817", - "reference": "c0306542c1e9377a47ce5f6084e1bd03c32d4817", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/e4726a4a0173a4b9acdac8cab5d4009d6085fd2e", + "reference": "e4726a4a0173a4b9acdac8cab5d4009d6085fd2e", "shasum": "" }, "require": { @@ -1602,7 +1657,7 @@ "doctrine/annotations": "~1.14.3", "doctrine/deprecations": "~v1.1.1", "doctrine/lexer": "~2.1.0", - "drupal/core": "10.1.4", + "drupal/core": "10.1.7", "egulias/email-validator": "~4.0.1", "guzzlehttp/guzzle": "~7.7.0", "guzzlehttp/psr7": "~2.5.0", @@ -1659,33 +1714,33 @@ ], "description": "Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core.", "support": { - "source": "https://github.com/drupal/core-recommended/tree/10.1.4" + "source": "https://github.com/drupal/core-recommended/tree/10.1.7" }, - "time": "2023-09-19T17:57:50+00:00" + "time": "2023-12-06T09:22:56+00:00" }, { "name": "drupal/gin", - "version": "3.0.0-rc1", + "version": "3.0.0-rc7", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gin.git", - "reference": "8.x-3.0-rc1" + "reference": "8.x-3.0-rc7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc1.zip", - "reference": "8.x-3.0-rc1", - "shasum": "d9a9ed97a5f8741e6edf48ef03721b3a278ef167" + "url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc7.zip", + "reference": "8.x-3.0-rc7", + "shasum": "9f91862fc82ef8b0adbf34b26caa3c42d4f1f6b2" }, "require": { - "drupal/core": "^8.9 || ^9 || ^10", + "drupal/core": "^9 || ^10", "drupal/gin_toolbar": "^1.0@beta" }, "type": "drupal-theme", "extra": { "drupal": { - "version": "8.x-3.0-rc1", - "datestamp": "1669708679", + "version": "8.x-3.0-rc7", + "datestamp": "1697193234", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -1727,26 +1782,26 @@ }, { "name": "drupal/gin_toolbar", - "version": "1.0.0-rc1", + "version": "1.0.0-rc4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gin_toolbar.git", - "reference": "8.x-1.0-rc1" + "reference": "8.x-1.0-rc4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-rc1.zip", - "reference": "8.x-1.0-rc1", - "shasum": "90516f6aa22f4f60f1853bdceb757940f411ec7e" + "url": "https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-rc4.zip", + "reference": "8.x-1.0-rc4", + "shasum": "4f5fa958362b02804564302b0dfceb39e1b38119" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-rc1", - "datestamp": "1669666957", + "version": "8.x-1.0-rc4", + "datestamp": "1697192878", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -1962,29 +2017,26 @@ }, { "name": "drupal/single_content_sync", - "version": "1.3.13", + "version": "1.3.9", "source": { "type": "git", "url": "https://git.drupalcode.org/project/single_content_sync.git", - "reference": "1.3.13" + "reference": "1.3.9" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/single_content_sync-1.3.13.zip", - "reference": "1.3.13", - "shasum": "e1db23df460b5a92c7347f8e85629d7e2fbeeb11" + "url": "https://ftp.drupal.org/files/projects/single_content_sync-1.3.9.zip", + "reference": "1.3.9", + "shasum": "1975bd88bbd0fd9ada8f53a9c4c3296445da0f85" }, "require": { - "drupal/core": "^9.3 || ^10", - "ext-dom": "*", - "ext-zip": "*", - "php": ">=7.4" + "drupal/core": "^9.3 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.3.13", - "datestamp": "1680707225", + "version": "1.3.9", + "datestamp": "1679596906", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2019,17 +2071,17 @@ }, { "name": "drupal/token", - "version": "1.12.0", + "version": "1.13.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/token.git", - "reference": "8.x-1.12" + "reference": "8.x-1.13" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/token-8.x-1.12.zip", - "reference": "8.x-1.12", - "shasum": "cefe1b203b793682f74ea43e18d0a814cf768763" + "url": "https://ftp.drupal.org/files/projects/token-8.x-1.13.zip", + "reference": "8.x-1.13", + "shasum": "f2a074b51726de3727c1d900237d6d471806a4d2" }, "require": { "drupal/core": "^9.2 || ^10" @@ -2037,8 +2089,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.12", - "datestamp": "1688015262", + "version": "8.x-1.13", + "datestamp": "1697885927", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2046,7 +2098,7 @@ }, "drush": { "services": { - "drush.services.yml": "^9 || ^10" + "drush.services.yml": ">=9" } } }, @@ -2088,11 +2140,17 @@ }, { "name": "drupal/yaml_content", - "version": "dev-1.x", + "version": "1.0.0-alpha9", "source": { "type": "git", "url": "https://git.drupalcode.org/project/yaml_content.git", - "reference": "9f39fa762fda3285d091b276b787b4f6247b43c4" + "reference": "8.x-1.0-alpha9" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/yaml_content-8.x-1.0-alpha9.zip", + "reference": "8.x-1.0-alpha9", + "shasum": "21854b567ef6b9a17883da061c03850f136cc9d1" }, "require": { "drupal/core": "^9 || ^10" @@ -2102,12 +2160,9 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.0-alpha8+4-dev", - "datestamp": "1690395239", + "version": "8.x-1.0-alpha9", + "datestamp": "1690397386", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -2145,22 +2200,22 @@ }, { "name": "drush/drush", - "version": "11.4.0", + "version": "11.6.0", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "d1f7809ceaf580c9e0bf4725e005975956af5629" + "reference": "f301df5dec8d2aacb03d3e01e0ffc6d98e10ae78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/d1f7809ceaf580c9e0bf4725e005975956af5629", - "reference": "d1f7809ceaf580c9e0bf4725e005975956af5629", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/f301df5dec8d2aacb03d3e01e0ffc6d98e10ae78", + "reference": "f301df5dec8d2aacb03d3e01e0ffc6d98e10ae78", "shasum": "" }, "require": { "chi-teck/drupal-code-generator": "^2.4", "composer/semver": "^1.4 || ^3", - "consolidation/annotated-command": "^4.7.0", + "consolidation/annotated-command": "^4.8.2", "consolidation/config": "^2", "consolidation/filter-via-dot-access-data": "^2", "consolidation/robo": "^3.0.9 || ^4.0.1", @@ -2278,7 +2333,7 @@ "forum": "http://drupal.stackexchange.com/questions/tagged/drush", "issues": "https://github.com/drush-ops/drush/issues", "slack": "https://drupal.slack.com/messages/C62H9CWQM", - "source": "https://github.com/drush-ops/drush/tree/11.4.0" + "source": "https://github.com/drush-ops/drush/tree/11.6.0" }, "funding": [ { @@ -2286,20 +2341,20 @@ "type": "github" } ], - "time": "2022-12-14T16:02:30+00:00" + "time": "2023-06-06T18:46:18+00:00" }, { "name": "egulias/email-validator", - "version": "4.0.1", + "version": "4.0.2", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff" + "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/3a85486b709bc384dae8eb78fb2eec649bdb64ff", - "reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e", + "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e", "shasum": "" }, "require": { @@ -2308,8 +2363,8 @@ "symfony/polyfill-intl-idn": "^1.26" }, "require-dev": { - "phpunit/phpunit": "^9.5.27", - "vimeo/psalm": "^4.30" + "phpunit/phpunit": "^10.2", + "vimeo/psalm": "^5.12" }, "suggest": { "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" @@ -2345,7 +2400,7 @@ ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/4.0.1" + "source": "https://github.com/egulias/EmailValidator/tree/4.0.2" }, "funding": [ { @@ -2353,30 +2408,30 @@ "type": "github" } ], - "time": "2023-01-14T14:17:03+00:00" + "time": "2023-10-06T06:47:41+00:00" }, { "name": "enlightn/security-checker", - "version": "v1.10.0", + "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/enlightn/security-checker.git", - "reference": "196bacc76e7a72a63d0e1220926dbb190272db97" + "reference": "68df5c7256c84b428bf8fcff0d249de06ce362d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/enlightn/security-checker/zipball/196bacc76e7a72a63d0e1220926dbb190272db97", - "reference": "196bacc76e7a72a63d0e1220926dbb190272db97", + "url": "https://api.github.com/repos/enlightn/security-checker/zipball/68df5c7256c84b428bf8fcff0d249de06ce362d2", + "reference": "68df5c7256c84b428bf8fcff0d249de06ce362d2", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/guzzle": "^6.3|^7.0", "php": ">=5.6", - "symfony/console": "^3.4|^4|^5|^6", - "symfony/finder": "^3|^4|^5|^6", - "symfony/process": "^3.4|^4|^5|^6", - "symfony/yaml": "^3.4|^4|^5|^6" + "symfony/console": "^3.4|^4|^5|^6|^7", + "symfony/finder": "^3|^4|^5|^6|^7", + "symfony/process": "^3.4|^4|^5|^6|^7", + "symfony/yaml": "^3.4|^4|^5|^6|^7" }, "require-dev": { "ext-zip": "*", @@ -2417,9 +2472,9 @@ ], "support": { "issues": "https://github.com/enlightn/security-checker/issues", - "source": "https://github.com/enlightn/security-checker/tree/v1.10.0" + "source": "https://github.com/enlightn/security-checker/tree/v1.11.0" }, - "time": "2022-02-21T22:40:16+00:00" + "time": "2023-11-17T07:53:29+00:00" }, { "name": "grasmash/expander", @@ -2601,24 +2656,24 @@ }, { "name": "guzzlehttp/promises", - "version": "2.0.1", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "111166291a0f8130081195ac4556a5587d7f1b5d" + "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d", - "reference": "111166291a0f8130081195ac4556a5587d7f1b5d", + "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223", + "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.1", - "phpunit/phpunit": "^8.5.29 || ^9.5.23" + "bamarni/composer-bin-plugin": "^1.8.2", + "phpunit/phpunit": "^8.5.36 || ^9.6.15" }, "type": "library", "extra": { @@ -2664,7 +2719,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/2.0.1" + "source": "https://github.com/guzzle/promises/tree/2.0.2" }, "funding": [ { @@ -2680,7 +2735,7 @@ "type": "tidelift" } ], - "time": "2023-08-03T15:11:55+00:00" + "time": "2023-12-03T20:19:20+00:00" }, { "name": "guzzlehttp/psr7", @@ -2998,16 +3053,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.15.3", + "version": "v4.17.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039" + "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/570e980a201d8ed0236b0a62ddf2c9cbb2034039", - "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", + "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", "shasum": "" }, "require": { @@ -3048,9 +3103,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.3" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1" }, - "time": "2023-01-16T22:05:37+00:00" + "time": "2023-08-13T19:53:39+00:00" }, { "name": "pear/archive_tar", @@ -3185,21 +3240,22 @@ }, { "name": "pear/pear-core-minimal", - "version": "v1.10.13", + "version": "v1.10.14", "source": { "type": "git", "url": "https://github.com/pear/pear-core-minimal.git", - "reference": "aed862e95fd286c53cc546734868dc38ff4b5b1d" + "reference": "a86fc145edb5caedbf96527214ce3cadc9de4a32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/aed862e95fd286c53cc546734868dc38ff4b5b1d", - "reference": "aed862e95fd286c53cc546734868dc38ff4b5b1d", + "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/a86fc145edb5caedbf96527214ce3cadc9de4a32", + "reference": "a86fc145edb5caedbf96527214ce3cadc9de4a32", "shasum": "" }, "require": { "pear/console_getopt": "~1.4", - "pear/pear_exception": "~1.0" + "pear/pear_exception": "~1.0", + "php": ">=5.4" }, "replace": { "rsky/pear-core-min": "self.version" @@ -3229,7 +3285,7 @@ "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR", "source": "https://github.com/pear/pear-core-minimal" }, - "time": "2023-04-19T19:15:47+00:00" + "time": "2023-11-26T16:15:38+00:00" }, { "name": "pear/pear_exception", @@ -3292,7 +3348,7 @@ }, { "name": "phootwork/collection", - "version": "v3.2.1", + "version": "v3.2.2", "source": { "type": "git", "url": "https://github.com/phootwork/collection.git", @@ -3341,22 +3397,22 @@ ], "support": { "issues": "https://github.com/phootwork/phootwork/issues", - "source": "https://github.com/phootwork/collection/tree/v3.2.1" + "source": "https://github.com/phootwork/collection/tree/v3.2.2" }, "time": "2022-08-27T12:51:24+00:00" }, { "name": "phootwork/lang", - "version": "v3.2.1", + "version": "v3.2.2", "source": { "type": "git", "url": "https://github.com/phootwork/lang.git", - "reference": "f6687cb0e5453ceb7b4a2c4f9fa81273758eedd0" + "reference": "baaf154ae7d521ebeee5e89105f5b12b0f234597" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phootwork/lang/zipball/f6687cb0e5453ceb7b4a2c4f9fa81273758eedd0", - "reference": "f6687cb0e5453ceb7b4a2c4f9fa81273758eedd0", + "url": "https://api.github.com/repos/phootwork/lang/zipball/baaf154ae7d521ebeee5e89105f5b12b0f234597", + "reference": "baaf154ae7d521ebeee5e89105f5b12b0f234597", "shasum": "" }, "require": { @@ -3390,9 +3446,9 @@ ], "support": { "issues": "https://github.com/phootwork/phootwork/issues", - "source": "https://github.com/phootwork/lang/tree/v3.2.1" + "source": "https://github.com/phootwork/lang/tree/v3.2.2" }, - "time": "2022-08-27T12:51:24+00:00" + "time": "2023-05-26T05:37:59+00:00" }, { "name": "phpowermove/docblock", @@ -3810,16 +3866,16 @@ }, { "name": "psy/psysh", - "version": "v0.11.12", + "version": "v0.11.22", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "52cb7c47d403c31c0adc9bf7710fc355f93c20f7" + "reference": "128fa1b608be651999ed9789c95e6e2a31b5802b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/52cb7c47d403c31c0adc9bf7710fc355f93c20f7", - "reference": "52cb7c47d403c31c0adc9bf7710fc355f93c20f7", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/128fa1b608be651999ed9789c95e6e2a31b5802b", + "reference": "128fa1b608be651999ed9789c95e6e2a31b5802b", "shasum": "" }, "require": { @@ -3848,7 +3904,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "0.11.x-dev" + "dev-0.11": "0.11.x-dev" + }, + "bamarni-bin": { + "bin-links": false, + "forward-command": false } }, "autoload": { @@ -3880,9 +3940,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.11.12" + "source": "https://github.com/bobthecow/psysh/tree/v0.11.22" }, - "time": "2023-01-29T21:24:40+00:00" + "time": "2023-10-14T21:56:36+00:00" }, { "name": "ralouphie/getallheaders", @@ -3996,16 +4056,16 @@ }, { "name": "symfony/console", - "version": "v6.3.4", + "version": "v6.3.9", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6" + "reference": "0566dbd051f8648d980592c7849f5d90d2c7c60c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/eca495f2ee845130855ddf1cf18460c38966c8b6", - "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6", + "url": "https://api.github.com/repos/symfony/console/zipball/0566dbd051f8648d980592c7849f5d90d2c7c60c", + "reference": "0566dbd051f8648d980592c7849f5d90d2c7c60c", "shasum": "" }, "require": { @@ -4066,7 +4126,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.3.4" + "source": "https://github.com/symfony/console/tree/v6.3.9" }, "funding": [ { @@ -4082,20 +4142,20 @@ "type": "tidelift" } ], - "time": "2023-08-16T10:10:12+00:00" + "time": "2023-11-20T16:36:29+00:00" }, { "name": "symfony/dependency-injection", - "version": "v6.3.5", + "version": "v6.3.10", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "2ed62b3bf98346e1f45529a7b6be2196739bb993" + "reference": "51383a1d9d7e93d5c3c76ddc32672de1b3e82c77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2ed62b3bf98346e1f45529a7b6be2196739bb993", - "reference": "2ed62b3bf98346e1f45529a7b6be2196739bb993", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/51383a1d9d7e93d5c3c76ddc32672de1b3e82c77", + "reference": "51383a1d9d7e93d5c3c76ddc32672de1b3e82c77", "shasum": "" }, "require": { @@ -4147,7 +4207,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v6.3.5" + "source": "https://github.com/symfony/dependency-injection/tree/v6.3.10" }, "funding": [ { @@ -4163,7 +4223,7 @@ "type": "tidelift" } ], - "time": "2023-09-25T16:46:40+00:00" + "time": "2023-12-01T14:25:58+00:00" }, { "name": "symfony/deprecation-contracts", @@ -4464,16 +4524,16 @@ }, { "name": "symfony/filesystem", - "version": "v6.2.5", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "e59e8a4006afd7f5654786a83b4fcb8da98f4593" + "reference": "952a8cb588c3bc6ce76f6023000fb932f16a6e59" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/e59e8a4006afd7f5654786a83b4fcb8da98f4593", - "reference": "e59e8a4006afd7f5654786a83b4fcb8da98f4593", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/952a8cb588c3bc6ce76f6023000fb932f16a6e59", + "reference": "952a8cb588c3bc6ce76f6023000fb932f16a6e59", "shasum": "" }, "require": { @@ -4507,7 +4567,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v6.2.5" + "source": "https://github.com/symfony/filesystem/tree/v6.4.0" }, "funding": [ { @@ -4523,27 +4583,27 @@ "type": "tidelift" } ], - "time": "2023-01-20T17:45:48+00:00" + "time": "2023-07-26T17:27:13+00:00" }, { "name": "symfony/finder", - "version": "v6.3.5", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4" + "reference": "11d736e97f116ac375a81f96e662911a34cd50ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/a1b31d88c0e998168ca7792f222cbecee47428c4", - "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4", + "url": "https://api.github.com/repos/symfony/finder/zipball/11d736e97f116ac375a81f96e662911a34cd50ce", + "reference": "11d736e97f116ac375a81f96e662911a34cd50ce", "shasum": "" }, "require": { "php": ">=8.1" }, "require-dev": { - "symfony/filesystem": "^6.0" + "symfony/filesystem": "^6.0|^7.0" }, "type": "library", "autoload": { @@ -4571,7 +4631,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.3.5" + "source": "https://github.com/symfony/finder/tree/v6.4.0" }, "funding": [ { @@ -4587,20 +4647,20 @@ "type": "tidelift" } ], - "time": "2023-09-26T12:56:25+00:00" + "time": "2023-10-31T17:30:12+00:00" }, { "name": "symfony/http-foundation", - "version": "v6.3.5", + "version": "v6.3.9", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "b50f5e281d722cb0f4c296f908bacc3e2b721957" + "reference": "49a04fd3a21edc9ce503ab78e9f342805fefe780" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b50f5e281d722cb0f4c296f908bacc3e2b721957", - "reference": "b50f5e281d722cb0f4c296f908bacc3e2b721957", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/49a04fd3a21edc9ce503ab78e9f342805fefe780", + "reference": "49a04fd3a21edc9ce503ab78e9f342805fefe780", "shasum": "" }, "require": { @@ -4610,12 +4670,12 @@ "symfony/polyfill-php83": "^1.27" }, "conflict": { - "symfony/cache": "<6.2" + "symfony/cache": "<6.3" }, "require-dev": { - "doctrine/dbal": "^2.13.1|^3.0", + "doctrine/dbal": "^2.13.1|^3|^4", "predis/predis": "^1.1|^2.0", - "symfony/cache": "^5.4|^6.0", + "symfony/cache": "^6.3", "symfony/dependency-injection": "^5.4|^6.0", "symfony/expression-language": "^5.4|^6.0", "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4", @@ -4648,7 +4708,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v6.3.5" + "source": "https://github.com/symfony/http-foundation/tree/v6.3.9" }, "funding": [ { @@ -4664,20 +4724,20 @@ "type": "tidelift" } ], - "time": "2023-09-04T21:33:54+00:00" + "time": "2023-11-20T16:36:29+00:00" }, { "name": "symfony/http-kernel", - "version": "v6.3.5", + "version": "v6.3.10", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "9f991a964368bee8d883e8d57ced4fe9fff04dfc" + "reference": "8d8e7aa60593fd0a2e3c1cea08cc687314841b61" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9f991a964368bee8d883e8d57ced4fe9fff04dfc", - "reference": "9f991a964368bee8d883e8d57ced4fe9fff04dfc", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8d8e7aa60593fd0a2e3c1cea08cc687314841b61", + "reference": "8d8e7aa60593fd0a2e3c1cea08cc687314841b61", "shasum": "" }, "require": { @@ -4761,7 +4821,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v6.3.5" + "source": "https://github.com/symfony/http-kernel/tree/v6.3.10" }, "funding": [ { @@ -4777,7 +4837,7 @@ "type": "tidelift" } ], - "time": "2023-09-30T06:37:04+00:00" + "time": "2023-12-01T16:57:27+00:00" }, { "name": "symfony/mime", @@ -5829,16 +5889,16 @@ }, { "name": "symfony/routing", - "version": "v6.3.5", + "version": "v6.3.10", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "82616e59acd3e3d9c916bba798326cb7796d7d31" + "reference": "cb7404232d49dd11cc971b832fcbd49e7c22b049" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/82616e59acd3e3d9c916bba798326cb7796d7d31", - "reference": "82616e59acd3e3d9c916bba798326cb7796d7d31", + "url": "https://api.github.com/repos/symfony/routing/zipball/cb7404232d49dd11cc971b832fcbd49e7c22b049", + "reference": "cb7404232d49dd11cc971b832fcbd49e7c22b049", "shasum": "" }, "require": { @@ -5892,7 +5952,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v6.3.5" + "source": "https://github.com/symfony/routing/tree/v6.3.10" }, "funding": [ { @@ -5908,20 +5968,20 @@ "type": "tidelift" } ], - "time": "2023-09-20T16:05:51+00:00" + "time": "2023-12-01T14:25:58+00:00" }, { "name": "symfony/serializer", - "version": "v6.3.5", + "version": "v6.3.10", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "855fc058c8bdbb69f53834f2fdb3876c9bc0ab7c" + "reference": "6eee0fd95f5caa1e77cab29552620ebf8e5b1a5f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/855fc058c8bdbb69f53834f2fdb3876c9bc0ab7c", - "reference": "855fc058c8bdbb69f53834f2fdb3876c9bc0ab7c", + "url": "https://api.github.com/repos/symfony/serializer/zipball/6eee0fd95f5caa1e77cab29552620ebf8e5b1a5f", + "reference": "6eee0fd95f5caa1e77cab29552620ebf8e5b1a5f", "shasum": "" }, "require": { @@ -5986,7 +6046,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v6.3.5" + "source": "https://github.com/symfony/serializer/tree/v6.3.10" }, "funding": [ { @@ -6002,7 +6062,7 @@ "type": "tidelift" } ], - "time": "2023-09-29T16:18:53+00:00" + "time": "2023-12-01T14:25:58+00:00" }, { "name": "symfony/service-contracts", @@ -6088,16 +6148,16 @@ }, { "name": "symfony/string", - "version": "v6.3.5", + "version": "v6.3.9", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339" + "reference": "56427887aeaf540e9bbd121ad6c43f14ad3ce136" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/13d76d0fb049051ed12a04bef4f9de8715bea339", - "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339", + "url": "https://api.github.com/repos/symfony/string/zipball/56427887aeaf540e9bbd121ad6c43f14ad3ce136", + "reference": "56427887aeaf540e9bbd121ad6c43f14ad3ce136", "shasum": "" }, "require": { @@ -6154,7 +6214,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.3.5" + "source": "https://github.com/symfony/string/tree/v6.3.9" }, "funding": [ { @@ -6170,7 +6230,7 @@ "type": "tidelift" } ], - "time": "2023-09-18T10:38:32+00:00" + "time": "2023-11-28T20:40:29+00:00" }, { "name": "symfony/translation-contracts", @@ -6252,16 +6312,16 @@ }, { "name": "symfony/validator", - "version": "v6.3.5", + "version": "v6.3.9", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "48e815ba3b5eb72e632588dbf7ea2dc4e608ee47" + "reference": "c118889931856af47b0732b609f3ac2ddccd1da6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/48e815ba3b5eb72e632588dbf7ea2dc4e608ee47", - "reference": "48e815ba3b5eb72e632588dbf7ea2dc4e608ee47", + "url": "https://api.github.com/repos/symfony/validator/zipball/c118889931856af47b0732b609f3ac2ddccd1da6", + "reference": "c118889931856af47b0732b609f3ac2ddccd1da6", "shasum": "" }, "require": { @@ -6328,7 +6388,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v6.3.5" + "source": "https://github.com/symfony/validator/tree/v6.3.9" }, "funding": [ { @@ -6344,20 +6404,20 @@ "type": "tidelift" } ], - "time": "2023-09-29T07:41:15+00:00" + "time": "2023-11-29T07:44:47+00:00" }, { "name": "symfony/var-dumper", - "version": "v6.3.5", + "version": "v6.3.8", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "3d9999376be5fea8de47752837a3e1d1c5f69ef5" + "reference": "81acabba9046550e89634876ca64bfcd3c06aa0a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3d9999376be5fea8de47752837a3e1d1c5f69ef5", - "reference": "3d9999376be5fea8de47752837a3e1d1c5f69ef5", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/81acabba9046550e89634876ca64bfcd3c06aa0a", + "reference": "81acabba9046550e89634876ca64bfcd3c06aa0a", "shasum": "" }, "require": { @@ -6412,7 +6472,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.3.5" + "source": "https://github.com/symfony/var-dumper/tree/v6.3.8" }, "funding": [ { @@ -6428,20 +6488,20 @@ "type": "tidelift" } ], - "time": "2023-09-12T10:11:35+00:00" + "time": "2023-11-08T10:42:36+00:00" }, { "name": "symfony/var-exporter", - "version": "v6.3.4", + "version": "v6.3.10", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "df1f8aac5751871b83d30bf3e2c355770f8f0691" + "reference": "7bfcf232a9c7e4acad00e96774e340eb86d10bf0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/df1f8aac5751871b83d30bf3e2c355770f8f0691", - "reference": "df1f8aac5751871b83d30bf3e2c355770f8f0691", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/7bfcf232a9c7e4acad00e96774e340eb86d10bf0", + "reference": "7bfcf232a9c7e4acad00e96774e340eb86d10bf0", "shasum": "" }, "require": { @@ -6486,7 +6546,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v6.3.4" + "source": "https://github.com/symfony/var-exporter/tree/v6.3.10" }, "funding": [ { @@ -6502,20 +6562,20 @@ "type": "tidelift" } ], - "time": "2023-08-16T18:14:47+00:00" + "time": "2023-11-29T16:00:50+00:00" }, { "name": "symfony/yaml", - "version": "v6.3.3", + "version": "v6.3.8", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add" + "reference": "3493af8a8dad7fa91c77fa473ba23ecd95334a92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/e23292e8c07c85b971b44c1c4b87af52133e2add", - "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add", + "url": "https://api.github.com/repos/symfony/yaml/zipball/3493af8a8dad7fa91c77fa473ba23ecd95334a92", + "reference": "3493af8a8dad7fa91c77fa473ba23ecd95334a92", "shasum": "" }, "require": { @@ -6558,7 +6618,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.3.3" + "source": "https://github.com/symfony/yaml/tree/v6.3.8" }, "funding": [ { @@ -6574,7 +6634,7 @@ "type": "tidelift" } ], - "time": "2023-07-31T07:08:24+00:00" + "time": "2023-11-06T10:58:05+00:00" }, { "name": "twig/twig", diff --git a/config/sync/config_ignore.settings.yml b/config/sync/config_ignore.settings.yml new file mode 100644 index 0000000..4498068 --- /dev/null +++ b/config/sync/config_ignore.settings.yml @@ -0,0 +1,5 @@ +_core: + default_config_hash: IgOVnECx6lbVt6JVFnadoEEugneDf3UblPZnOzov43Q +mode: simple +ignored_config_entities: + - etherpad_api.settings diff --git a/config/sync/core.entity_form_display.node.concept.default.yml b/config/sync/core.entity_form_display.node.concept.default.yml index 72a0ef6..3c8435e 100644 --- a/config/sync/core.entity_form_display.node.concept.default.yml +++ b/config/sync/core.entity_form_display.node.concept.default.yml @@ -6,7 +6,6 @@ dependencies: - field.field.node.concept.body - field.field.node.concept.field_media - field.field.node.concept.field_related_concept - - field.field.node.concept.field_tags - node.type.concept - workflows.workflow.concept_workflow module: @@ -52,16 +51,6 @@ content: size: 60 placeholder: '' third_party_settings: { } - field_tags: - type: entity_reference_autocomplete - weight: 4 - region: content - settings: - match_operator: CONTAINS - match_limit: 10 - size: 60 - placeholder: '' - third_party_settings: { } langcode: type: language_select weight: 3 diff --git a/config/sync/core.entity_form_display.node.page.default.yml b/config/sync/core.entity_form_display.node.page.default.yml index ed0cda8..53f3967 100644 --- a/config/sync/core.entity_form_display.node.page.default.yml +++ b/config/sync/core.entity_form_display.node.page.default.yml @@ -4,8 +4,11 @@ status: true dependencies: config: - field.field.node.page.body + - field.field.node.page.field_media - node.type.page module: + - content_moderation + - media_library - path - text _core: @@ -31,6 +34,13 @@ content: region: content settings: { } third_party_settings: { } + field_media: + type: media_library_widget + weight: 5 + region: content + settings: + media_types: { } + third_party_settings: { } langcode: type: language_select weight: 2 @@ -38,6 +48,12 @@ content: settings: include_locked: true third_party_settings: { } + moderation_state: + type: moderation_state_default + weight: 100 + region: content + settings: { } + third_party_settings: { } path: type: path weight: 30 diff --git a/config/sync/core.entity_view_display.media.remote_video.default.yml b/config/sync/core.entity_view_display.media.remote_video.default.yml index 8728a0b..2265079 100644 --- a/config/sync/core.entity_view_display.media.remote_video.default.yml +++ b/config/sync/core.entity_view_display.media.remote_video.default.yml @@ -20,6 +20,8 @@ content: settings: max_width: 0 max_height: 0 + loading: + attribute: eager third_party_settings: { } weight: 0 region: content diff --git a/config/sync/core.entity_view_display.node.concept.default.yml b/config/sync/core.entity_view_display.node.concept.default.yml index 0f4609d..545104e 100644 --- a/config/sync/core.entity_view_display.node.concept.default.yml +++ b/config/sync/core.entity_view_display.node.concept.default.yml @@ -6,7 +6,6 @@ dependencies: - field.field.node.concept.body - field.field.node.concept.field_media - field.field.node.concept.field_related_concept - - field.field.node.concept.field_tags - node.type.concept module: - text @@ -23,6 +22,11 @@ content: third_party_settings: { } weight: 101 region: content + content_moderation_control: + settings: { } + third_party_settings: { } + weight: -20 + region: content field_media: type: entity_reference_entity_view label: above @@ -40,14 +44,6 @@ content: third_party_settings: { } weight: 103 region: content - field_tags: - type: entity_reference_label - label: above - settings: - link: true - third_party_settings: { } - weight: 104 - region: content links: settings: { } third_party_settings: { } diff --git a/config/sync/core.entity_view_display.node.concept.teaser.yml b/config/sync/core.entity_view_display.node.concept.teaser.yml index 5cf4b85..66c79a4 100644 --- a/config/sync/core.entity_view_display.node.concept.teaser.yml +++ b/config/sync/core.entity_view_display.node.concept.teaser.yml @@ -7,7 +7,6 @@ dependencies: - field.field.node.concept.body - field.field.node.concept.field_media - field.field.node.concept.field_related_concept - - field.field.node.concept.field_tags - node.type.concept module: - text @@ -25,6 +24,11 @@ content: third_party_settings: { } weight: 101 region: content + content_moderation_control: + settings: { } + third_party_settings: { } + weight: -20 + region: content links: settings: { } third_party_settings: { } @@ -33,5 +37,4 @@ content: hidden: field_media: true field_related_concept: true - field_tags: true langcode: true diff --git a/config/sync/core.entity_view_display.node.page.default.yml b/config/sync/core.entity_view_display.node.page.default.yml index 72933c5..14486d9 100644 --- a/config/sync/core.entity_view_display.node.page.default.yml +++ b/config/sync/core.entity_view_display.node.page.default.yml @@ -4,6 +4,7 @@ status: true dependencies: config: - field.field.node.page.body + - field.field.node.page.field_media - node.type.page module: - text @@ -20,10 +21,21 @@ content: label: hidden settings: { } third_party_settings: { } - weight: 100 + weight: 1 + region: content + field_media: + type: entity_reference_entity_view + label: hidden + settings: + view_mode: default + link: false + third_party_settings: { } + weight: 0 region: content links: - weight: 101 + settings: { } + third_party_settings: { } + weight: 2 region: content hidden: langcode: true diff --git a/config/sync/core.entity_view_display.node.page.teaser.yml b/config/sync/core.entity_view_display.node.page.teaser.yml index 50e8b24..2249c00 100644 --- a/config/sync/core.entity_view_display.node.page.teaser.yml +++ b/config/sync/core.entity_view_display.node.page.teaser.yml @@ -5,6 +5,7 @@ dependencies: config: - core.entity_view_mode.node.teaser - field.field.node.page.body + - field.field.node.page.field_media - node.type.page module: - text @@ -28,4 +29,5 @@ content: weight: 101 region: content hidden: + field_media: true langcode: true diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index a42ca64..083257a 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -10,6 +10,7 @@ module: ckeditor5: 0 comment: 0 config: 0 + config_ignore: 0 config_translation: 0 content_as_config: 0 content_moderation: 0 @@ -18,6 +19,7 @@ module: dblog: 0 dynamic_page_cache: 0 editor: 0 + etherpad_api: 0 field: 0 field_ui: 0 file: 0 diff --git a/config/sync/field.field.node.concept.field_tags.yml b/config/sync/field.field.node.concept.field_tags.yml deleted file mode 100644 index fd9b0b9..0000000 --- a/config/sync/field.field.node.concept.field_tags.yml +++ /dev/null @@ -1,29 +0,0 @@ -uuid: f5fade64-73dc-420b-8c1f-ab4fe3355a52 -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_tags - - node.type.concept - - taxonomy.vocabulary.tags -id: node.concept.field_tags -field_name: field_tags -entity_type: node -bundle: concept -label: Tags -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: - handler: 'default:taxonomy_term' - handler_settings: - target_bundles: - tags: tags - sort: - field: name - direction: asc - auto_create: true - auto_create_bundle: '' -field_type: entity_reference diff --git a/config/sync/field.field.node.page.field_media.yml b/config/sync/field.field.node.page.field_media.yml new file mode 100644 index 0000000..e51141b --- /dev/null +++ b/config/sync/field.field.node.page.field_media.yml @@ -0,0 +1,33 @@ +uuid: 4b96f193-d32d-4d67-80cd-992d2ec02e6b +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_media + - media.type.audio + - media.type.image + - media.type.remote_video + - node.type.page +id: node.page.field_media +field_name: field_media +entity_type: node +bundle: page +label: Media +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:media' + handler_settings: + target_bundles: + audio: audio + image: image + remote_video: remote_video + sort: + field: _none + direction: ASC + auto_create: false + auto_create_bundle: audio +field_type: entity_reference diff --git a/config/sync/language/en/views.view.content.yml b/config/sync/language/en/views.view.content.yml new file mode 100644 index 0000000..3e939be --- /dev/null +++ b/config/sync/language/en/views.view.content.yml @@ -0,0 +1,69 @@ +label: Content +description: 'Find and manage content.' +display: + default: + display_title: Default + display_options: + title: Content + fields: + title: + label: Title + type: + label: 'Content type' + separator: ', ' + name: + label: Author + status: + label: Status + settings: + format_custom_false: Unpublished + format_custom_true: Published + changed: + label: Updated + operations: + label: Operations + pager: + options: + tags: + next: 'Next ›' + previous: '‹ Previous' + first: '« First' + last: 'Last »' + exposed_form: + options: + submit_button: Filter + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + sort_asc_label: Asc + sort_desc_label: Desc + empty: + area_text_custom: + content: 'No content available.' + filters: + title: + expose: + label: Title + type: + expose: + label: 'Content type' + status: + expose: + label: Status + group_info: + label: 'Published status' + group_items: + 1: + title: Published + 2: + title: Unpublished + langcode: + expose: + label: Language + page_1: + display_title: Page + display_options: + menu: + title: Content + tab_options: + title: Content + description: 'Find and manage content' diff --git a/config/sync/language/hr/block.block.olivero_syndicate.yml b/config/sync/language/hr/block.block.olivero_syndicate.yml deleted file mode 100644 index 4061ce2..0000000 --- a/config/sync/language/hr/block.block.olivero_syndicate.yml +++ /dev/null @@ -1,2 +0,0 @@ -settings: - label: 'RSS feed' diff --git a/config/sync/language/hr/core.entity_view_mode.node.rss.yml b/config/sync/language/hr/core.entity_view_mode.node.rss.yml deleted file mode 100644 index cd77ee8..0000000 --- a/config/sync/language/hr/core.entity_view_mode.node.rss.yml +++ /dev/null @@ -1 +0,0 @@ -label: RSS diff --git a/config/sync/language/hr/views.view.block_content.yml b/config/sync/language/hr/views.view.block_content.yml index 22009ff..bf9492a 100644 --- a/config/sync/language/hr/views.view.block_content.yml +++ b/config/sync/language/hr/views.view.block_content.yml @@ -1,13 +1,13 @@ +label: 'Custom block library' +description: 'Find and manage custom blocks.' display: default: display_title: Zadano display_options: + title: 'Custom block library' fields: info: label: 'Opis bloka' - separator: ', ' - type: - separator: ', ' changed: label: Osvježeno operations: @@ -19,9 +19,15 @@ display: exposed_sorts_label: 'Rasporedi po' sort_asc_label: Uzlazno sort_desc_label: Silazno + empty: + area_text_custom: + content: 'There are no custom blocks available.' filters: info: expose: label: 'Opis bloka' page_1: display_title: Stranica + display_options: + menu: + title: 'Custom block library' diff --git a/config/sync/language/hr/views.view.comment.yml b/config/sync/language/hr/views.view.comment.yml index d937c97..d4eb091 100644 --- a/config/sync/language/hr/views.view.comment.yml +++ b/config/sync/language/hr/views.view.comment.yml @@ -9,22 +9,14 @@ display: action_title: Akcija subject: label: Naziv - separator: ', ' - uid: - separator: ', ' name: label: Autor - separator: ', ' entity_id: label: 'Objavljeno u' - separator: ', ' changed: label: Osvježeno - separator: ', ' operations: label: Operacije - name_1: - separator: ', ' pager: options: tags: @@ -63,22 +55,14 @@ display: action_title: Akcija subject: label: Naziv - separator: ', ' - uid: - separator: ', ' name: label: Autor - separator: ', ' entity_id: label: 'Objavljeno u' - separator: ', ' changed: label: Osvježeno - separator: ', ' operations: label: Operacije - name_1: - separator: ', ' filters: subject: expose: diff --git a/config/sync/language/hr/views.view.content.yml b/config/sync/language/hr/views.view.content.yml new file mode 100644 index 0000000..bfad416 --- /dev/null +++ b/config/sync/language/hr/views.view.content.yml @@ -0,0 +1,49 @@ +label: Sadržaj +display: + default: + display_title: Zadano + display_options: + title: Sadržaj + fields: + title: + label: Naziv + type: + label: 'Vrsta sadržaja' + name: + label: Autor + status: + settings: + format_custom_true: Objavljeno + changed: + label: Osvježeno + operations: + label: Operacije + exposed_form: + options: + submit_button: Pročisti + reset_button_label: Poništi + exposed_sorts_label: 'Rasporedi po' + sort_asc_label: Uzlazno + sort_desc_label: Silazno + filters: + title: + expose: + label: Naziv + type: + expose: + label: 'Vrsta sadržaja' + status: + group_info: + group_items: + 1: + title: Objavljeno + langcode: + expose: + label: Jezik + page_1: + display_title: Stranica + display_options: + menu: + title: Sadržaj + tab_options: + title: Sadržaj diff --git a/config/sync/language/hr/views.view.media.yml b/config/sync/language/hr/views.view.media.yml index c9bd553..d090b5b 100644 --- a/config/sync/language/hr/views.view.media.yml +++ b/config/sync/language/hr/views.view.media.yml @@ -7,25 +7,15 @@ display: fields: media_bulk_form: action_title: Akcija - thumbnail__target_id: - label: Thumbnail - separator: ', ' - name: - separator: ', ' bundle: label: Vrsta - separator: ', ' uid: label: Autor - separator: ', ' status: - label: Status settings: format_custom_true: Objavljeno - separator: ', ' changed: label: Osvježeno - separator: ', ' operations: label: Operacije exposed_form: diff --git a/config/sync/language/hr/views.view.media_library.yml b/config/sync/language/hr/views.view.media_library.yml index 8e216fc..c01aa5f 100644 --- a/config/sync/language/hr/views.view.media_library.yml +++ b/config/sync/language/hr/views.view.media_library.yml @@ -6,11 +6,6 @@ display: fields: media_bulk_form: action_title: Akcija - pager: - options: - tags: - next: ›› - previous: ‹‹ exposed_form: options: reset_button_label: Poništi @@ -36,8 +31,6 @@ display: fields: media_bulk_form: action_title: Akcija - name: - separator: ', ' edit_media: text: Uredi delete_media: @@ -60,8 +53,6 @@ display: widget_table: display_options: fields: - thumbnail__target_id: - label: Thumbnail name: label: Naziv uid: diff --git a/config/sync/language/hr/views.view.taxonomy_term.yml b/config/sync/language/hr/views.view.taxonomy_term.yml index 4c814cd..0b61907 100644 --- a/config/sync/language/hr/views.view.taxonomy_term.yml +++ b/config/sync/language/hr/views.view.taxonomy_term.yml @@ -3,11 +3,6 @@ display: default: display_title: Zadano display_options: - pager: - options: - tags: - next: ›› - previous: ‹‹ exposed_form: options: submit_button: Primjeni @@ -19,7 +14,5 @@ display: tid: exception: title: Svi - feed_1: - display_title: Feed page_1: display_title: Stranica diff --git a/config/sync/language/sl/block.block.olivero_syndicate.yml b/config/sync/language/sl/block.block.olivero_syndicate.yml deleted file mode 100644 index 4061ce2..0000000 --- a/config/sync/language/sl/block.block.olivero_syndicate.yml +++ /dev/null @@ -1,2 +0,0 @@ -settings: - label: 'RSS feed' diff --git a/config/sync/language/sl/core.entity_view_mode.node.rss.yml b/config/sync/language/sl/core.entity_view_mode.node.rss.yml deleted file mode 100644 index cd77ee8..0000000 --- a/config/sync/language/sl/core.entity_view_mode.node.rss.yml +++ /dev/null @@ -1 +0,0 @@ -label: RSS diff --git a/config/sync/language/sl/views.view.block_content.yml b/config/sync/language/sl/views.view.block_content.yml index 22009ff..fc1f408 100644 --- a/config/sync/language/sl/views.view.block_content.yml +++ b/config/sync/language/sl/views.view.block_content.yml @@ -1,15 +1,15 @@ +label: 'Custom block library' +description: 'Find and manage custom blocks.' display: default: display_title: Zadano display_options: + title: 'Custom block library' fields: info: label: 'Opis bloka' - separator: ', ' - type: - separator: ', ' changed: - label: Osvježeno + label: Posodobljeno operations: label: Operacije exposed_form: @@ -19,9 +19,15 @@ display: exposed_sorts_label: 'Rasporedi po' sort_asc_label: Uzlazno sort_desc_label: Silazno + empty: + area_text_custom: + content: 'There are no custom blocks available.' filters: info: expose: label: 'Opis bloka' page_1: display_title: Stranica + display_options: + menu: + title: 'Custom block library' diff --git a/config/sync/language/sl/views.view.comment.yml b/config/sync/language/sl/views.view.comment.yml index d937c97..2d5e1b2 100644 --- a/config/sync/language/sl/views.view.comment.yml +++ b/config/sync/language/sl/views.view.comment.yml @@ -9,22 +9,14 @@ display: action_title: Akcija subject: label: Naziv - separator: ', ' - uid: - separator: ', ' name: - label: Autor - separator: ', ' + label: Avtor entity_id: label: 'Objavljeno u' - separator: ', ' changed: - label: Osvježeno - separator: ', ' + label: Posodobljeno operations: label: Operacije - name_1: - separator: ', ' pager: options: tags: @@ -34,7 +26,7 @@ display: last: 'posljednja »' exposed_form: options: - submit_button: Pročisti + submit_button: Počisti reset_button_label: Poništi exposed_sorts_label: 'Rasporedi po' sort_asc_label: Uzlazno @@ -63,22 +55,14 @@ display: action_title: Akcija subject: label: Naziv - separator: ', ' - uid: - separator: ', ' name: - label: Autor - separator: ', ' + label: Avtor entity_id: label: 'Objavljeno u' - separator: ', ' changed: - label: Osvježeno - separator: ', ' + label: Posodobljeno operations: label: Operacije - name_1: - separator: ', ' filters: subject: expose: diff --git a/config/sync/language/sl/views.view.media.yml b/config/sync/language/sl/views.view.media.yml index c9bd553..496e52f 100644 --- a/config/sync/language/sl/views.view.media.yml +++ b/config/sync/language/sl/views.view.media.yml @@ -7,30 +7,20 @@ display: fields: media_bulk_form: action_title: Akcija - thumbnail__target_id: - label: Thumbnail - separator: ', ' - name: - separator: ', ' bundle: label: Vrsta - separator: ', ' uid: - label: Autor - separator: ', ' + label: Avtor status: - label: Status settings: format_custom_true: Objavljeno - separator: ', ' changed: - label: Osvježeno - separator: ', ' + label: Posodobljeno operations: label: Operacije exposed_form: options: - submit_button: Pročisti + submit_button: Počisti reset_button_label: Poništi exposed_sorts_label: 'Rasporedi po' sort_asc_label: Uzlazno diff --git a/config/sync/language/sl/views.view.media_library.yml b/config/sync/language/sl/views.view.media_library.yml index 8e216fc..017cef9 100644 --- a/config/sync/language/sl/views.view.media_library.yml +++ b/config/sync/language/sl/views.view.media_library.yml @@ -6,11 +6,6 @@ display: fields: media_bulk_form: action_title: Akcija - pager: - options: - tags: - next: ›› - previous: ‹‹ exposed_form: options: reset_button_label: Poništi @@ -36,8 +31,6 @@ display: fields: media_bulk_form: action_title: Akcija - name: - separator: ', ' edit_media: text: Uredi delete_media: @@ -60,14 +53,12 @@ display: widget_table: display_options: fields: - thumbnail__target_id: - label: Thumbnail name: label: Naziv uid: - label: Autor + label: Avtor changed: - label: Osvježeno + label: Posodobljeno arguments: bundle: exception: diff --git a/config/sync/language/sl/views.view.taxonomy_term.yml b/config/sync/language/sl/views.view.taxonomy_term.yml index 4c814cd..0b61907 100644 --- a/config/sync/language/sl/views.view.taxonomy_term.yml +++ b/config/sync/language/sl/views.view.taxonomy_term.yml @@ -3,11 +3,6 @@ display: default: display_title: Zadano display_options: - pager: - options: - tags: - next: ›› - previous: ‹‹ exposed_form: options: submit_button: Primjeni @@ -19,7 +14,5 @@ display: tid: exception: title: Svi - feed_1: - display_title: Feed page_1: display_title: Stranica diff --git a/config/sync/language/sr/block.block.olivero_syndicate.yml b/config/sync/language/sr/block.block.olivero_syndicate.yml deleted file mode 100644 index 4061ce2..0000000 --- a/config/sync/language/sr/block.block.olivero_syndicate.yml +++ /dev/null @@ -1,2 +0,0 @@ -settings: - label: 'RSS feed' diff --git a/config/sync/language/sr/core.entity_view_mode.node.rss.yml b/config/sync/language/sr/core.entity_view_mode.node.rss.yml deleted file mode 100644 index cd77ee8..0000000 --- a/config/sync/language/sr/core.entity_view_mode.node.rss.yml +++ /dev/null @@ -1 +0,0 @@ -label: RSS diff --git a/config/sync/language/sr/views.view.block_content.yml b/config/sync/language/sr/views.view.block_content.yml index 22009ff..bf9492a 100644 --- a/config/sync/language/sr/views.view.block_content.yml +++ b/config/sync/language/sr/views.view.block_content.yml @@ -1,13 +1,13 @@ +label: 'Custom block library' +description: 'Find and manage custom blocks.' display: default: display_title: Zadano display_options: + title: 'Custom block library' fields: info: label: 'Opis bloka' - separator: ', ' - type: - separator: ', ' changed: label: Osvježeno operations: @@ -19,9 +19,15 @@ display: exposed_sorts_label: 'Rasporedi po' sort_asc_label: Uzlazno sort_desc_label: Silazno + empty: + area_text_custom: + content: 'There are no custom blocks available.' filters: info: expose: label: 'Opis bloka' page_1: display_title: Stranica + display_options: + menu: + title: 'Custom block library' diff --git a/config/sync/language/sr/views.view.comment.yml b/config/sync/language/sr/views.view.comment.yml index d937c97..d4eb091 100644 --- a/config/sync/language/sr/views.view.comment.yml +++ b/config/sync/language/sr/views.view.comment.yml @@ -9,22 +9,14 @@ display: action_title: Akcija subject: label: Naziv - separator: ', ' - uid: - separator: ', ' name: label: Autor - separator: ', ' entity_id: label: 'Objavljeno u' - separator: ', ' changed: label: Osvježeno - separator: ', ' operations: label: Operacije - name_1: - separator: ', ' pager: options: tags: @@ -63,22 +55,14 @@ display: action_title: Akcija subject: label: Naziv - separator: ', ' - uid: - separator: ', ' name: label: Autor - separator: ', ' entity_id: label: 'Objavljeno u' - separator: ', ' changed: label: Osvježeno - separator: ', ' operations: label: Operacije - name_1: - separator: ', ' filters: subject: expose: diff --git a/config/sync/language/sr/views.view.content.yml b/config/sync/language/sr/views.view.content.yml new file mode 100644 index 0000000..bfad416 --- /dev/null +++ b/config/sync/language/sr/views.view.content.yml @@ -0,0 +1,49 @@ +label: Sadržaj +display: + default: + display_title: Zadano + display_options: + title: Sadržaj + fields: + title: + label: Naziv + type: + label: 'Vrsta sadržaja' + name: + label: Autor + status: + settings: + format_custom_true: Objavljeno + changed: + label: Osvježeno + operations: + label: Operacije + exposed_form: + options: + submit_button: Pročisti + reset_button_label: Poništi + exposed_sorts_label: 'Rasporedi po' + sort_asc_label: Uzlazno + sort_desc_label: Silazno + filters: + title: + expose: + label: Naziv + type: + expose: + label: 'Vrsta sadržaja' + status: + group_info: + group_items: + 1: + title: Objavljeno + langcode: + expose: + label: Jezik + page_1: + display_title: Stranica + display_options: + menu: + title: Sadržaj + tab_options: + title: Sadržaj diff --git a/config/sync/language/sr/views.view.media.yml b/config/sync/language/sr/views.view.media.yml index c9bd553..d090b5b 100644 --- a/config/sync/language/sr/views.view.media.yml +++ b/config/sync/language/sr/views.view.media.yml @@ -7,25 +7,15 @@ display: fields: media_bulk_form: action_title: Akcija - thumbnail__target_id: - label: Thumbnail - separator: ', ' - name: - separator: ', ' bundle: label: Vrsta - separator: ', ' uid: label: Autor - separator: ', ' status: - label: Status settings: format_custom_true: Objavljeno - separator: ', ' changed: label: Osvježeno - separator: ', ' operations: label: Operacije exposed_form: diff --git a/config/sync/language/sr/views.view.media_library.yml b/config/sync/language/sr/views.view.media_library.yml index 8e216fc..c01aa5f 100644 --- a/config/sync/language/sr/views.view.media_library.yml +++ b/config/sync/language/sr/views.view.media_library.yml @@ -6,11 +6,6 @@ display: fields: media_bulk_form: action_title: Akcija - pager: - options: - tags: - next: ›› - previous: ‹‹ exposed_form: options: reset_button_label: Poništi @@ -36,8 +31,6 @@ display: fields: media_bulk_form: action_title: Akcija - name: - separator: ', ' edit_media: text: Uredi delete_media: @@ -60,8 +53,6 @@ display: widget_table: display_options: fields: - thumbnail__target_id: - label: Thumbnail name: label: Naziv uid: diff --git a/config/sync/language/sr/views.view.taxonomy_term.yml b/config/sync/language/sr/views.view.taxonomy_term.yml index 4c814cd..0b61907 100644 --- a/config/sync/language/sr/views.view.taxonomy_term.yml +++ b/config/sync/language/sr/views.view.taxonomy_term.yml @@ -3,11 +3,6 @@ display: default: display_title: Zadano display_options: - pager: - options: - tags: - next: ›› - previous: ‹‹ exposed_form: options: submit_button: Primjeni @@ -19,7 +14,5 @@ display: tid: exception: title: Svi - feed_1: - display_title: Feed page_1: display_title: Stranica diff --git a/config/sync/node.settings.yml b/config/sync/node.settings.yml index 6fcede9..3a9d97e 100644 --- a/config/sync/node.settings.yml +++ b/config/sync/node.settings.yml @@ -1,3 +1,3 @@ _core: default_config_hash: 2OMXCScXUOLSYID9-phjO4q36nnnaMWNUlDxEqZzG1U -use_admin_theme: true +use_admin_theme: false diff --git a/config/sync/system.action.user_add_role_action.admin.yml b/config/sync/system.action.user_add_role_action.admin.yml new file mode 100644 index 0000000..d70cac6 --- /dev/null +++ b/config/sync/system.action.user_add_role_action.admin.yml @@ -0,0 +1,14 @@ +uuid: 8e67cfee-ac5f-46c9-a0a1-3fd6126e00eb +langcode: en +status: true +dependencies: + config: + - user.role.admin + module: + - user +id: user_add_role_action.admin +label: 'Add the Admin role to the selected user(s)' +type: user +plugin: user_add_role_action +configuration: + rid: admin diff --git a/config/sync/system.action.user_remove_role_action.admin.yml b/config/sync/system.action.user_remove_role_action.admin.yml new file mode 100644 index 0000000..930fee0 --- /dev/null +++ b/config/sync/system.action.user_remove_role_action.admin.yml @@ -0,0 +1,14 @@ +uuid: 57d93d75-2b6c-42d7-bcfe-eb104ca9a8f4 +langcode: en +status: true +dependencies: + config: + - user.role.admin + module: + - user +id: user_remove_role_action.admin +label: 'Remove the Admin role from the selected user(s)' +type: user +plugin: user_remove_role_action +configuration: + rid: admin diff --git a/config/sync/user.role.admin.yml b/config/sync/user.role.admin.yml new file mode 100644 index 0000000..9452a30 --- /dev/null +++ b/config/sync/user.role.admin.yml @@ -0,0 +1,9 @@ +uuid: 121b382b-91b2-40dd-a104-abbbcaca7c7e +langcode: en +status: true +dependencies: { } +id: admin +label: Admin +weight: 4 +is_admin: null +permissions: { } diff --git a/config/sync/views.view.block_content.yml b/config/sync/views.view.block_content.yml index 70845c4..2ce24e3 100644 --- a/config/sync/views.view.block_content.yml +++ b/config/sync/views.view.block_content.yml @@ -209,6 +209,15 @@ display: date_format: short custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 operations: id: operations table: block_content diff --git a/config/sync/views.view.comment.yml b/config/sync/views.view.comment.yml index e6cd561..0caf7fb 100644 --- a/config/sync/views.view.comment.yml +++ b/config/sync/views.view.comment.yml @@ -394,6 +394,15 @@ display: date_format: short custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true @@ -1272,6 +1281,15 @@ display: date_format: short custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true diff --git a/config/sync/views.view.content.yml b/config/sync/views.view.content.yml index 342daa7..70591e0 100644 --- a/config/sync/views.view.content.yml +++ b/config/sync/views.view.content.yml @@ -8,7 +8,7 @@ dependencies: _core: default_config_hash: 12Bd0mJQFIaXAkRfMVCAAcZ0oaxm94PoK8oHR9hkLmY id: content -label: Vsebine +label: Sadržaj module: node description: 'Find and manage content.' tag: default @@ -17,11 +17,11 @@ base_field: nid display: default: id: default - display_title: Default + display_title: Zadano display_plugin: default position: 0 display_options: - title: Vsebine + title: Sadržaj fields: node_bulk_form: id: node_bulk_form @@ -198,7 +198,7 @@ display: entity_type: user entity_field: name plugin_id: field - label: Author + label: Avtor exclude: false alter: alter_text: false @@ -230,7 +230,7 @@ display: settings: format: custom format_custom_false: Unpublished - format_custom_true: Published + format_custom_true: Objavljeno changed: id: changed table: node_field_data @@ -238,7 +238,7 @@ display: entity_type: node entity_field: changed plugin_id: field - label: Updated + label: Posodobljeno exclude: false alter: alter_text: false @@ -270,7 +270,7 @@ display: group_type: group admin_label: '' plugin_id: entity_operations - label: Operations + label: Operacije exclude: false alter: alter_text: false @@ -324,13 +324,13 @@ display: exposed_form: type: basic options: - submit_button: Filter + submit_button: Počisti reset_button: true - reset_button_label: Reset - exposed_sorts_label: 'Sort by' + reset_button_label: Poništi + exposed_sorts_label: 'Rasporedi po' expose_sort_order: true - sort_asc_label: Asc - sort_desc_label: Desc + sort_asc_label: Uzlazno + sort_desc_label: Silazno access: type: perm options: @@ -474,7 +474,7 @@ display: default_group_multiple: { } group_items: 1: - title: Published + title: Objavljeno operator: '=' value: '1' 2: @@ -497,7 +497,7 @@ display: exposed: true expose: operator_id: langcode_op - label: Language + label: Jezik description: '' use_operator: false operator: langcode_op @@ -660,7 +660,7 @@ display: tags: { } page_1: id: page_1 - display_title: Page + display_title: Stranica display_plugin: page position: 1 display_options: @@ -668,14 +668,14 @@ display: path: admin/content/node menu: type: 'default tab' - title: Vsebine + title: Sadržaj description: '' weight: -10 menu_name: admin context: '' tab_options: type: normal - title: Vsebine + title: Sadržaj description: 'Find and manage content' weight: -10 menu_name: admin diff --git a/config/sync/views.view.media.yml b/config/sync/views.view.media.yml index f988ac5..4784f5e 100644 --- a/config/sync/views.view.media.yml +++ b/config/sync/views.view.media.yml @@ -448,6 +448,15 @@ display: date_format: short custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true diff --git a/config/sync/views.view.media_library.yml b/config/sync/views.view.media_library.yml index 8908b74..f8e8112 100644 --- a/config/sync/views.view.media_library.yml +++ b/config/sync/views.view.media_library.yml @@ -1172,6 +1172,15 @@ display: date_format: short custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 access: type: perm options: diff --git a/config/sync/views.view.moderated_content.yml b/config/sync/views.view.moderated_content.yml index 228b536..4538076 100644 --- a/config/sync/views.view.moderated_content.yml +++ b/config/sync/views.view.moderated_content.yml @@ -344,6 +344,15 @@ display: date_format: short custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true diff --git a/doc/dodajanje_pojma.pdf b/doc/dodajanje_pojma.pdf new file mode 100644 index 0000000..17ad881 --- /dev/null +++ b/doc/dodajanje_pojma.pdf @@ -0,0 +1,140 @@ +%PDF-1.3 +4 0 obj +<< +/Type /Page +/Resources +<< +/XObject +<< /PAGE0001 7 0 R >> +/ProcSet 6 0 R +>> +/MediaBox [ 0 0 594 840] +/Parent 3 0 R +/Contents 5 0 R +>> +endobj +5 0 obj +<< +/Length 40 +>> +stream +q +594.4 0 0 841.0 0 0 cm +/PAGE0001 Do +Q +endstream +endobj +6 0 obj +[/PDF /ImageB] +endobj +7 0 obj +<< +/Type /XObject +/Subtype /Image +/Name /Page0001 +/Width 1651 +/Height 2336 +/BitsPerComponent 1 +/ColorSpace /DeviceGray +/Filter /CCITTFaxDecode +/DecodeParms +<< +/K -1 /Columns 1651 /Rows 2336 +>> +/Length 15775 +>> +stream +MfMʀʓqPW. n#8jʈe"&lj"2 v"'#Dj8A +G*C!Z+JErWMd"A:W(; PP HJ{|}+a},?a*ndtE0"mAC1AAoӋx7Ʉ޳C}N/`;vv3󱁇"B8p;u[.WӿۿD}._EWG}z" |bj 'ᡬLl3ǩp٥A6E~ĖA~R _0;TG  Br-{Q} K k(Mu_"]Ț_Ȣ-u]zkwk-]w%i|5iW`0p/l/!U̦/KzzZ!%,DqKʥHUq9ܨ(q!,qpG5@(6DNɆphD@JY ̎nu@#&ěn6I^M$8$&x I$,$Lb^M6 I$jlě`bM@ܐ< 2-E T +?3;N}-tta󰪲,e}W]/ėgS#C +RoRa"=[t׃(wu@o?p6} H"ont jq` *~B;I*{tNQ{0k/ik{[{kUT[yavSAUA~kiaCoTтT/oMoDxUo}pM^[KuO:]K]}_[_iX}gM6N}VZ]+*vQz5oh}Z_]t k߮֒n=j~w YrDIX(Y^hJPm!K+e5}%EALphd ޯG2 wvk&AZ I. +_j.E Lm6+Āwa,s=D^:xZHj eaqR-Akeu@ӕC^ˆBdJ \CUPlU Rс^vӒ, iS̹ L papa I{pᲺ2@ݰA7nĴ̶l w]0׫V[:/Mm+oO?W|+kY^;!yf$3L~Tgmֻ}qU+~nf/ooi}rw~ﴯ[=TX]~ZKm/};ֿz%]_^/Ʉ_ר[K,u_^aV~W^ x\`XwOo&Y^akz؆Nn)QP] x#e0V}> aB) ?aqհol$P{Jǫ*Lx:Ƽ0 +E[4=Izm7I+j?o[׬7*6Ia*a8K++S(o+$Aukt]#](">U_[J9prJ70[Є)*(NI_BILCJSђ24 +uz%K!]z2*JD)UҺ[?^VkKKT<&m*PE92=$jcJ+I*GҺKI+u_Z@uΥ]%֒uA*uad%h|a"'o#ta&ӱHRH! /KKH QUn=uXA~lu 1]U*r*vlVL.*XKT +tI6b0HzpB^Av5']X% ؅ v p,~Z + ɋU2 #&_e% %@Z pv+P-䝪3% X (P}v[b]5]-/ѝ ޵[ Z]'H=v  YXKb }:\>d̴źOz@ݤ߯A *7.,B[F6"!+i>!WI;vR_uH7[v33J=%]/a?Ka-JNt2tKa=WL'.H&R3+ R}V}F0WkbJ/[OE *"O`~A$i1 aG5IVؠ¾"X }}VʚW&GQ^cy^XZ^W[/IRPG~?ZDWuڻzC (uc)̊f-cG5ّJ;# +k]W?k7_R{׶ؠ^PM'2pM>gwo{/+H苳]LC2, M bo Vm <7loɹXeoorn4FY7I{d@MӷMFMQ3ЯrlL5n@*QEqH.!tG_Nr$Qs;ET!"`! Jq!4o=Lr 0ÉV"6L=Tʰm.# .Z5K}G%:IZm&: OtvZaJ.d{X3~~ += k+Gޢ`~J>!\cYmBÆZ=8DЂMB 'F::(u ozKץkB.C:IA/W7ԛj@њ\ .p_i_&Ŋġ0"b Ua7"?&Fq}z$Gi?ل֕L_B p eEGtIWiv)2U7Y%#?Y;;aϡS輻OȌ+07%YRż+!!&\A%]/m(G!v7m%T*Џ#wI4Co),RPA_?dW@v;;Qipė?Y"?,H ,AK)@4 8(DVM#:PEOH!8a 9zH.Jޗ.$_kЅ ++4j2 ]Ym7ʍſJ$c!e[Q-o.[ 8h?TwRftݖ<2 w ȥ?V;Nh ["_iﮐ?}yߝa?m._on_Vޭ/U~ܲܓݺ}Qnbk('PoI?DnO'3{s~%@ۍCPHv~7Z +כuDX +hX% ˛~ؤ$Db\ -H4mO_L ҬH= DM޷~D&ok-ߢ=VMTŏCb٩oۣD/JJEA }hW^A\ ҫ >ܝ}.@^}i7D{hܐo%CGPOQelazJOHi*Y/tk˗>Q '%44k y>&SH^4)_-jT~LzHúYi:O֘ S&zCe ,*arzZzi =Uwk!HxA0It1XK&:KTjK}U|ZI*^P-׷^,I=Hץ[kKD\ji&JUi}#{v¦+QAu^+K޾*T]V5A]-.I%jy x i i%JK/z"UI[ޗ]%Hk-DRKL*z߭.zcw;@uZzUU;IgjR%{ji};jcҷ&bk_+X`H i-.ࡾZVaJbx@ ֯)!i}*4/.O 6*K &IfCQ81$BK;!ý BU:xl-׈eҏOw TXr4 ^ =viR*/n'-h}/Si%0! VW ]7)@ M|-,WJUQ-Uko E1}k uG|_B봟/5F\Fk*!$A~Ի}kMƷvvյժ5 /z^׼{ 1`~ޓ$qV;1O+Ď岝Ӱ}kv5o z{{(?iګgjl2 C)ikWm_J;T$M]ΚHIEzI "ZIKTs7m*nJ9 + 꿮(I$&O]>YOԌvW~_=Ji"kzRue ?K^,%⯥;iҖUruQVUҶKw8"+V:T+鴫]a}~~kWZ◤}|KL}'*Zl+џ,ՠ]*`A$l5_KIUMK7ImrKz[i=~].mngw~x6kקq‹xgoM$Ưܼ::Wj[O[IqA_}74&Aa! 6k`7iv6 ;(k J'ja o3[!eqʊ#bGQB`!څttB,QvNwKEY5٥U!a?(JKi +>u9.~q⡵Ua/_WWH0UK 5^#{$Ib["L4 +9M@GbE@ Ct0?5^ZŹ]>̕UX\r P)S]>6 aYNII*G[NUi(h RW]W -ivx__-ZN?+.VmG6yX;&r~T$, W‚)'!񤉅jITX+0uEW~?߫kx+LXUTH5ƆRp-1CaFM]ygV28*K@r\GbZ $55ig&) lJYECP@\Jurn$5DʠHܙ(f&#y2>E$5VyEAŠ(s!xR5 l  DحBK忇Cƒ!-+8gp) :A٫:TrIOHzpAI8"&H(i6B tK# vz.ܳmBl7 ZҴџ.1ۥIPZi.~tTihzu5uuknm˷7d̀MAG]m-|0:@^h6*uנBF4竤p#aا*MAꖪE鸒$ 醿]艱?SۊJrAFwI` h,Ch< ҭDMΖaCҖzVT=[6;h--J<%]V-Z2_v'fuVTLV]kz:PD}UKo:JP% PaRuT 6)B]طMBkY +O}IWXb]pA_VuGZF%]/$Wuz-R ^_ *'AjC?IIʚ,0Y$.j+'CUO/%(mL+_ M$~z}Z= uJiݭ_+`#pA5pA*!LwqMlBSd\]ZIm 0a1C*[І +҆8&KJMQt+UKH$<0MҶU1E_(@/Ja_x_/:{2(B LCUݢygQXTO-L_G'}3@HmaA[N=RwyTM!.MT*[NM _UX.B YHT!+_PtRH6`-Zf?3Bx a\E%ZY'jzZק[ѱu(uH^\(05 ^aZMD.kFq]rʧ[}R_֡ZUt)tdzR=5}l`$j_:ҧ;UUYsi% +Y L$HKUBUUcK ~ׯWwZ >X{,hM^+__wR/޿cTפ0_o&+_ vߤ ?{;e +d(]*U%$I-UTg;_ 8 ҾװX;J~ (!v4 +M̢AdF%O F/U~D gxN Ak*}(~jz^i %oօv E mJ ,\ bG0 k^1j؎CrK)TI6Di%$j- Q H0v$*4@HRGz[us[뤤!Zn;; V!Y,'}a/aꙢM-vUiinAK^JOUU~.:ă#-.iuPLF\֠I$Ėt04 BPQiHA%Y6VĤNҥ<jݥts;J|@nY#hAoK%wGoHt*QU&4[O^QQ):k +-G{N}cҭUG^%Oz {QiN +5[{_kءk'_QT~IQTGZz%Zc^Z kKjQץJ (twz:_S ZR<aGPnaauZ.+}Kkl-ӆƯB=,hhBIacҷGWava*+k m+gaaJgt/Y? i a!ٞl@HdSZ$ȨZ5ISJaT:wՃF! ,tEXE]'M{r*i0#Y0ĺ}Jm$[J`7oAL8:' .+uK*Oi;Q]5ӏڻuץ#Z^xi7c[DO~g,^_Ԃ]TLZ%-Jr3UBEVBSkI ]% Dw_󹇒KĈGk#?=Sxo9][#B C%Ub U"~Q}dk#KK ƴupR 1_ɘ!NI`uH?mZ^8RޫQu2:@jq(HLx;m(A!F*}RZTg)})gtZ+ R[pU Q@L=*B0ڥ[v"ިчWޭi&WҖ꾖}kܘz +Wd ]a-=N0׭zI%yH J+=Uӳ" #TEץBOrjȨo~.p-V"I4kJJABҢG[@7;%QZtw{j +$֖ u/i}@U\Bk෱.#MN譿פ,57$P=,#B +j3zz{9ڡP߅XOVKW|W--ꨃ@$_di'qnkǤ]_D %fv[_Iz,W%_X`i1Gf +{a `X+J\ KIw~aZ 3<% VFwoVKR\ZMce.iCTۈ_JRN!3 ֖_IDAu?^b]&iz-㝍 LT=UprīI>UU [M;5 Q H}3P~ҏ8^!)T 8삂TU /K]&!=KⰹDs%ҭ/Ki@C޾CKQ[K_D?DmT< ?ֽ}$wׯ1:1UH2 +%vB7k E + נ!(kI._Qx_U)% &~؇~꿭l0mW mBe?K;+CSK$S D$ƅka2U_u] V菉#^[oIid6T?ˏbn]$oaXaM$lu-e 'U^}+KJmRӏIoעsbI{KwKzի"'C vP,Ԫ4 $S c@LʿVSeU5_\ޒJ뮵̍=iRђ"]f"J +"N jDwZaOĉ\T^ wZfKKZӥ_JF%2$|?޾*^>*ʎKnbt0 =ߥ}R/6pE:ԣ3U׷A%HI$ RPFU+H HAIztŪGz vۢBPXn.+v[@ߵu&H%^=֤jI$vT +X~^ zI*}y>k_CIx/_;PBʹxx]'؁ZZ&]*-"J8; ށ/lSKU eOH{z [CR/J$z"gI}qA'Tz|88ItaP_?c%VA=2! t?&u½-p@ RZU]7v tkoo EK%*‹lKӤңU%At[NV4;T6   %M6-֫ 4+a*PgpXczV4LVK !ۊ-Nj m҄B }PA>pB \xhJ_c&y.)B8W&āG E].a@1ED&' Q":\EЈgL"9d Ј(U 9Kde峙.[#- UPk8+C-rhiC-zDpjk%YKX-a00Z0e7yjEĵJ3-T򖡀\H^6YDFZATi+n@᠎2YVQG@4)e,\,̉1喁%kWUdZ+Y&ˇ#b#8Mր7+ˆa.|>>""+n2Mjq ʤT ?l8kF\62sx6(uU87]yeI}i~V#o2pS]tM9&@տH>Zz^O ;+i'=v( RujR;7 WY3;T@Kۤk;u +4_R(ӫџ: |k Dy/TJT,D+F?U~),T$i K]{A/6}KtzUK^FX\"a_]=-/" ;m/OtCqO9 ZWz>W) 8֑xkpZB8"[gjk IGf==WipJfHTVS;i)CF8MztE<'VDc Zi&j@[VѱDI$ҠaT *C I˯.5A]+Be^?¸A/4AuzE.0/HZ붟s[KZ־TkOIt!WIu-%PЦ_뤥;X60oOaUmގadtK7X5t' 4WM +[j#]z _u_IRtR_=:l%^zz-  }tLP٦?0`,BV5N4!8DˈVQt_ZiU[e;oO@ў䮹H mЄ_E֕'W&۪ܞO?޵u +CÕ"V.S\k#}| +ʕ Q״HONq-$I:I'I<${BǠ@ ;d[ + , 5-"OVx҆r}%!U߅Pפ4;ʹ(cZ;ZM+"ǐr[n +M._$HӯY1n_zZT=-T~ %O[I`YmZWJޒ^wZ tKKV+$| R^0*D"c{ۧM^Ԗ!z^tH uaZu 7NE/Luد(-i8 +-u[A:nӊ?AgeW#ZcI!L?IzZU?: [,9 [7ׯm[UX0~26iW=VkW{{?zvr!1`"nJBE: l; +1/Hkw߸ ǥUo܏bM va{O\WYuB;K骴 %>KjZ҄5]:|H_WHk^A_\ ]WQU_`_ɤ_'NioH'h,Z-*ߦEKZIoT!]?ZY @j}z^0$J-:.?jki#ҭ$m:<(]R L`#.ޒi~0?EK%$?D1פ]kVT_A 4YWk'/꽇O>禿m*Hz{ ]KuA$*Qڇ\?5Gl6?봜#J4PiW_O&u* +Fjkz" 6u]?)פ"΢kJ駥ZqV]U.wwťz MGന=ґ[A*Dtޔ%ISZZm#vi;C0iz]kO=0[sZ۪0~!IKD}m =ҮICTJg]b_ ?ߺw vkNUKoJ\7o ސKKq j6Vmz%V6Ԇi-7WNܒ%뷲$H +^vJVo9Hxׄ*oAzul?#Оmz%;\0{tqKס ;!ci0zKii!l9ʷIcèeB’z]B# [ &׭/Hu_%v[i9F kJbjNiHkSJcKQ$AzX&T 0 XQ  +endstream +endobj +1 0 obj +<< +/Producer (MFPImgLib V1.0) +/CreationDate (D:20231113001946+01'00') +/Creator (TOSHIBA e-STUDIO) +>> +endobj +2 0 obj +<< +/Type /Catalog +/Pages 3 0 R +>> +endobj +3 0 obj +<< +/Type /Pages +/Kids [ 4 0 R ] +/Count 1 +>> +endobj +xref +0 8 +0000000000 65535 f +0000016299 00000 n +0000016415 00000 n +0000016464 00000 n +0000000009 00000 n +0000000160 00000 n +0000000249 00000 n +0000000279 00000 n +trailer +<< +/Size 8 +/Info 1 0 R +/Root 2 0 R +>> +startxref +16523 +%%EOF \ No newline at end of file diff --git a/doc/etherpad_api.rest b/doc/etherpad_api.rest new file mode 120000 index 0000000..b5c9422 --- /dev/null +++ b/doc/etherpad_api.rest @@ -0,0 +1 @@ +../web/modules/custom/etherpad_api/doc/api.rest \ No newline at end of file diff --git a/doc/yufu_concept_api.rest b/doc/yufu_concept_api.rest new file mode 120000 index 0000000..3894aa6 --- /dev/null +++ b/doc/yufu_concept_api.rest @@ -0,0 +1 @@ +../web/modules/custom/yufu_concept/tests/local-emacs-test.rest \ No newline at end of file diff --git a/nuxt/.env b/nuxt/.env new file mode 100644 index 0000000..aed8778 --- /dev/null +++ b/nuxt/.env @@ -0,0 +1,5 @@ +BASE_URL="http://yufu-manifest.ddev.site" +JSONAPI_PATH="/jsonapi" +FILE_PATH="/sites/default/files" +ETHERPAD_URL="https://pisi.kompot.si" +ETHERPAD_PREFIX="yufu-" diff --git a/nuxt/.env.dist b/nuxt/.env.dist deleted file mode 100644 index bb7a59d..0000000 --- a/nuxt/.env.dist +++ /dev/null @@ -1,3 +0,0 @@ -BASE_URL="https://yufu-manifest.ddev.site" -JSONAPI_PATH="/jsonapi" -FILE_PATH="/sites/default/files" diff --git a/nuxt/.env.production b/nuxt/.env.production new file mode 100644 index 0000000..7c71ea4 --- /dev/null +++ b/nuxt/.env.production @@ -0,0 +1 @@ +BASE_URL="https://yugofuturism.kompot.si" diff --git a/nuxt/.gitignore b/nuxt/.gitignore index 438cb08..78d5f54 100644 --- a/nuxt/.gitignore +++ b/nuxt/.gitignore @@ -4,5 +4,5 @@ node_modules .nitro .cache .output -.env +.env.local dist diff --git a/nuxt/app.vue b/nuxt/app.vue index 00aee22..960c249 100644 --- a/nuxt/app.vue +++ b/nuxt/app.vue @@ -1,14 +1,66 @@ diff --git a/nuxt/components/DodajPojem.vue b/nuxt/components/DodajPojem.vue new file mode 100644 index 0000000..f964720 --- /dev/null +++ b/nuxt/components/DodajPojem.vue @@ -0,0 +1,28 @@ + + + diff --git a/nuxt/components/EtherpadTextarea.vue b/nuxt/components/EtherpadTextarea.vue new file mode 100644 index 0000000..c19fcf3 --- /dev/null +++ b/nuxt/components/EtherpadTextarea.vue @@ -0,0 +1,25 @@ + + +