author int64 658 755k | date stringdate 2012-06-12 08:34:29 2024-07-22 14:51:21 | timezone int64 -46,800 43.2k | hash stringlengths 40 40 | message stringlengths 5 490 | mods listlengths 1 16 | language stringclasses 20
values | license stringclasses 3
values | repo stringlengths 5 68 | original_message stringlengths 12 491 |
|---|---|---|---|---|---|---|---|---|---|
95,144 | 28.02.2021 13:10:57 | -3,600 | d1454c9543922cc7fbd1b6aaeb2dd75c2ad83f14 | Fixing broken XML | [
{
"change_type": "MODIFY",
"old_path": "translations/messages.en.xlf",
"new_path": "translations/messages.en.xlf",
"diff": "<segment>\n<source>maintenance.activated_warning</source>\n<target>Maintenance mode is activated</target>\n+ </segment>\n+ </unit>\n<unit id=\"CvNi3GD\" name=\"action.refresh\"... | PHP | MIT License | bolt/core | Fixing broken XML |
95,144 | 28.02.2021 12:49:51 | -3,600 | 06e7891a1c520dbe5e245affe9e18134c5266ac9 | Backport `warnOutdatedComposerJson` to 4.2 | [
{
"change_type": "MODIFY",
"old_path": "src/Command/InfoCommand.php",
"new_path": "src/Command/InfoCommand.php",
"diff": "@@ -5,6 +5,7 @@ declare(strict_types=1);\nnamespace Bolt\\Command;\nuse Bolt\\Version;\n+use ComposerPackages\\Packages;\nuse Symfony\\Component\\Console\\Command\\Command;\nuse ... | PHP | MIT License | bolt/core | Backport `warnOutdatedComposerJson` to 4.2 |
95,144 | 13.03.2021 13:24:41 | -3,600 | 809d8500afd97f6e712cd42103ac10b488b6febc | Ensure `slug` has a `uses` set | [
{
"change_type": "MODIFY",
"old_path": "src/Configuration/Parser/ContentTypesParser.php",
"new_path": "src/Configuration/Parser/ContentTypesParser.php",
"diff": "@@ -187,11 +187,9 @@ class ContentTypesParser extends BaseParser\n// Make sure title_format is set\nif (isset($contentType['title_format']... | PHP | MIT License | bolt/core | Ensure `slug` has a `uses` set |
95,144 | 14.03.2021 11:15:29 | -3,600 | e55b3d99eb0c805b4b890573bd2c04b339a83e0d | Update simple.css with latest changes | [
{
"change_type": "MODIFY",
"old_path": "public/theme/skeleton/css/simple.css",
"new_path": "public/theme/skeleton/css/simple.css",
"diff": "@@ -66,6 +66,9 @@ body {\nfont-size: var(--base-fontsize);\nline-height: var(--line-height);\nmargin: 0;\n+ display: flex;\n+ min-height: 100vh;\n+ flex-directi... | PHP | MIT License | bolt/core | Update simple.css with latest changes |
95,144 | 14.03.2021 11:36:53 | -3,600 | 8b1da2e66313b95978d86b50d69056d8a09cdf9c | Updating version numbers for 4.2.0-beta.9 | [
{
"change_type": "MODIFY",
"old_path": "package-lock.json",
"new_path": "package-lock.json",
"diff": "{\n\"name\": \"bolt\",\n- \"version\": \"4.1.99.8\",\n+ \"version\": \"4.1.99.9\",\n\"lockfileVersion\": 2,\n\"requires\": true,\n\"packages\": {\n\"\": {\n\"name\": \"bolt\",\n- \"version\": \"4.1.... | PHP | MIT License | bolt/core | Updating version numbers for 4.2.0-beta.9 |
95,144 | 14.03.2021 11:40:51 | -3,600 | 85b55f5413b2df484e937631fc91600d1ed9f7c9 | Updating version numbers for 5.0.0-beta.2 | [
{
"change_type": "MODIFY",
"old_path": "package-lock.json",
"new_path": "package-lock.json",
"diff": "{\n\"name\": \"bolt\",\n- \"version\": \"4.99.1\",\n+ \"version\": \"4.99.2\",\n\"lockfileVersion\": 2,\n\"requires\": true,\n\"packages\": {\n\"\": {\n\"name\": \"bolt\",\n- \"version\": \"4.99.1\"... | PHP | MIT License | bolt/core | Updating version numbers for 5.0.0-beta.2 |
95,144 | 14.03.2021 12:23:33 | -3,600 | 7e579b9a7ae360afc1af2adbee832deabec125b6 | Create m_2021_03_14-permissions.yaml | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "yaml-migrations/m_2021_03_14-permissions.yaml",
"diff": "+# Adding the new services for Bolt 4.2.0\n+file: bolt/permissions.yaml\n+since: 5.0.0\n+\n+add:\n+ assignable_roles: [ROLE_ADMIN, ROLE_EDITOR]\n+\n+ global:\n+ about: [ IS_AUTHENTICATED_A... | PHP | MIT License | bolt/core | Create m_2021_03_14-permissions.yaml |
95,144 | 23.03.2021 17:00:11 | -3,600 | 4a30229925ad19ac6fe4a6188d265650588d8231 | Properly apply fix for master | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Frontend/ListingController.php",
"new_path": "src/Controller/Frontend/ListingController.php",
"diff": "@@ -80,7 +80,7 @@ class ListingController extends TwigAwareController implements FrontendZoneInter\narray_merge([\n'contentTypeSlug' => $conte... | PHP | MIT License | bolt/core | Properly apply fix #2469 for master |
95,168 | 24.03.2021 09:09:15 | -3,600 | 4500ede007b399265a5ca71ed197532fa075a964 | Add missing aria-label attribute to datepicker and date reset buttons | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/Date.vue",
"new_path": "assets/js/app/editor/Components/Date.vue",
"diff": "type=\"button\"\n:disabled=\"readonly\"\ndata-toggle\n+ aria-label=\"Date picker\"\n>\n<i class=\"fa fa-calendar\">\n<span class=\"sr-only\" aria-hidden... | PHP | MIT License | bolt/core | Add missing aria-label attribute to datepicker and date reset buttons |
95,168 | 24.03.2021 09:10:35 | -3,600 | 8a1dd4debe6d0565d13bcecd7d664eea611f7440 | Add role="presentation" attribute to tablist elements | [
{
"change_type": "MODIFY",
"old_path": "templates/content/_tabs.html.twig",
"new_path": "templates/content/_tabs.html.twig",
"diff": "<nav>\n<ul class=\"nav editor__tabbar\" role=\"tablist\">\n{% for group in groups %}\n- <li class=\"nav-item\">\n+ <li class=\"nav-item\" role=\"presentation\">\n<a c... | PHP | MIT License | bolt/core | Add role="presentation" attribute to tablist elements |
95,168 | 24.03.2021 15:31:18 | -3,600 | d6b09bf7b9e587fa4418c621813fd19fc18f41e7 | Offset margin of listing filter to see last item focus | [
{
"change_type": "MODIFY",
"old_path": "assets/scss/modules/listing/_filter.scss",
"new_path": "assets/scss/modules/listing/_filter.scss",
"diff": "padding: 0.5rem 0 0.5rem 0;\nborder-radius: $border-radius;\noverflow: hidden;\n+ margin-right: -0.15rem;\n&:last-of-type {\nmargin-bottom: $spacer;\nma... | PHP | MIT License | bolt/core | Offset margin of listing filter to see last item focus |
95,168 | 24.03.2021 16:08:31 | -3,600 | 80506b79efff08268a6107a75947617db34d3e27 | Add focus-visible class to sidebar toggle button | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/sidebar/Components/_SidebarToggler.vue",
"new_path": "assets/js/app/sidebar/Components/_SidebarToggler.vue",
"diff": "<template>\n- <button class=\"admin__sidebar--slim\" @click=\"slimSidebar(!slim)\">\n+ <button class=\"admin__sidebar--slim focu... | PHP | MIT License | bolt/core | Add focus-visible class to sidebar toggle button |
95,168 | 24.03.2021 16:09:05 | -3,600 | 99169d243ae5704a75d4e299914024d86a3cf4cb | Add outline to sidebar toggle button and recenter it | [
{
"change_type": "MODIFY",
"old_path": "assets/scss/modules/admin/_sidebar.scss",
"new_path": "assets/scss/modules/admin/_sidebar.scss",
"diff": "}\n&--slim {\n- width: $admin-sidebar-width;\nbackground: transparent;\nborder: 0;\ntext-align: center;\ncolor: var(--shade-light);\nfont-size: $font-size... | PHP | MIT License | bolt/core | Add outline to sidebar toggle button and recenter it |
95,144 | 27.03.2021 13:10:24 | -3,600 | 69a627badf1ffe6ebcc55bc54d0bcfb48b001f02 | PHP 8.0 support for Bolt 5.0 | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"ext-json\": \"*\",\n\"ext-mbstring\": \"*\",\n\"ext-pdo\": \"*\",\n- \"api-platform/core\": \"2.5.3.*\",\n+ \"api-platform/core\": \"^2.6\",\n\"babdev/pagerfanta-bundle\": \"^2.5\",\n- \"beberlei/doctrine... | PHP | MIT License | bolt/core | PHP 8.0 support for Bolt 5.0 |
95,144 | 29.03.2021 15:34:22 | -7,200 | 4e4f44007da1d5487398cd73a9465f0b7a1c649e | Upload behat textfiles. | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/behavioural_tests.yaml",
"new_path": ".github/workflows/behavioural_tests.yaml",
"diff": "@@ -106,5 +106,5 @@ jobs:\nrun: ./run_behat_tests.sh && make behat-js-quiet\n- name: Upload Behat logs\n- run: ./vendor/bin/upload-textfiles \"var/log/b... | PHP | MIT License | bolt/core | Upload behat textfiles. |
95,144 | 29.03.2021 16:10:56 | -7,200 | 363ea4ecaae27a710fd68757a116905315eaee75 | Fixes a PHPStan check error, introduced in Symfony 5.2.6 | [
{
"change_type": "MODIFY",
"old_path": "src/Command/ListUsersCommand.php",
"new_path": "src/Command/ListUsersCommand.php",
"diff": "@@ -73,7 +73,7 @@ HELP\n)\n// commands can optionally define arguments and/or options (mandatory and optional)\n// see https://symfony.com/doc/current/components/consol... | PHP | MIT License | bolt/core | Fixes a PHPStan check error, introduced in Symfony 5.2.6 |
95,144 | 30.03.2021 15:53:24 | -7,200 | 89404c6ac4394ffb201a4e9499f07c2e921372cd | On `Forbidden`, only redirect to the dashboard if the user is granted access to it. Otherwise show the `403` | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/ErrorController.php",
"new_path": "src/Controller/ErrorController.php",
"diff": "@@ -19,6 +19,7 @@ use Symfony\\Component\\HttpKernel\\Controller\\ErrorController as SymfonyErrorContr\nuse Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpE... | PHP | MIT License | bolt/core | On `Forbidden`, only redirect to the dashboard if the user is granted access to it. Otherwise show the `403` |
95,144 | 30.03.2021 20:07:13 | -7,200 | 27eed2df710bd28037b99e97df5cd67e909c7410 | So so tedious | [
{
"change_type": "MODIFY",
"old_path": "templates/users/listing.html.twig",
"new_path": "templates/users/listing.html.twig",
"diff": "{% endif %}\n{% if is_granted('user:delete') %}\n<div class=\"dropdown-divider\"></div>\n- <a class=\"dropdown-item\" href=\"{{ path('bolt_user_delete', {'id': iterat... | PHP | MIT License | bolt/core | So so tedious |
95,168 | 31.03.2021 09:05:03 | -7,200 | f9bc2de5a7e969de51ffa134fd74713edcaf814e | Add visually hidden label to global search input field | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/toolbar/Components/Toolbar.vue",
"new_path": "assets/js/app/toolbar/Components/Toolbar.vue",
"diff": "</div>\n<form :action=\"backendPrefix\" class=\"toolbar-item toolbar-item__filter input-group\">\n+ <label for=\"global-search\" class=\"sr-only... | PHP | MIT License | bolt/core | Add visually hidden label to global search input field |
95,144 | 31.03.2021 11:17:33 | -7,200 | 83214abf48fb2b13b5bce0650e55bcc981e29eaa | So, so, so tedious | [
{
"change_type": "MODIFY",
"old_path": "tests/e2e/users.feature",
"new_path": "tests/e2e/users.feature",
"diff": "@@ -5,7 +5,7 @@ Feature: Users & Permissions\nWhen I follow \"Configuration\"\n#Users & Permissions\nAnd I wait 1 seconds\n- When I click \"Users & Permissions\"\n+ When I click \"body >... | PHP | MIT License | bolt/core | So, so, so tedious |
95,144 | 01.04.2021 09:09:34 | -7,200 | 2c5152bc03c7eccd7dfa763cb874b72d2e019adf | Tweaking users and permissions | [
{
"change_type": "MODIFY",
"old_path": "config/bolt/permissions.yaml",
"new_path": "config/bolt/permissions.yaml",
"diff": "# List of roles that are presented in the list of options when editing a user.\n# Roles that are not in this list are left 'as is' when editing users.\n-# Note: ROLE_USER is as... | PHP | MIT License | bolt/core | Tweaking users and permissions |
95,144 | 01.04.2021 11:18:01 | -7,200 | a9af3562a82068479f262fcb32aad6e30d3aeb44 | "This time the tests should be trivial to fix" | [
{
"change_type": "MODIFY",
"old_path": "tests/e2e/users.feature",
"new_path": "tests/e2e/users.feature",
"diff": "@@ -33,15 +33,15 @@ Feature: Users & Permissions\nAnd I am logged in as \"admin\"\nWhen I am on \"/bolt/users\"\n# \"Disable\" button for given user\n- And I click \"body > div.admin > d... | PHP | MIT License | bolt/core | "This time the tests should be trivial to fix" |
95,144 | 02.04.2021 12:28:56 | -7,200 | 6dacc31427ee7f12c5a26a5972b92e52ef114eb2 | Use `CompletePackageInterface` in BaseExtension | [
{
"change_type": "MODIFY",
"old_path": "src/Extension/BaseExtension.php",
"new_path": "src/Extension/BaseExtension.php",
"diff": "@@ -7,7 +7,7 @@ namespace Bolt\\Extension;\nuse Bolt\\Widget\\WidgetInterface;\nuse Bolt\\Widgets;\nuse Cocur\\Slugify\\Slugify;\n-use Composer\\Package\\CompletePackage;... | PHP | MIT License | bolt/core | Use `CompletePackageInterface` in BaseExtension |
95,144 | 04.04.2021 14:33:23 | -7,200 | 4a59666b1e6aa28d8dca19fbb44751a058108b91 | Fix typehinting `PathExpression` -> `Node` for property | [
{
"change_type": "MODIFY",
"old_path": "src/Doctrine/Query/Cast.php",
"new_path": "src/Doctrine/Query/Cast.php",
"diff": "@@ -5,16 +5,19 @@ declare(strict_types=1);\nnamespace Bolt\\Doctrine\\Query;\nuse Doctrine\\ORM\\Query\\AST\\Functions\\FunctionNode;\n+use Doctrine\\ORM\\Query\\AST\\Node;\nuse ... | PHP | MIT License | bolt/core | Fix typehinting `PathExpression` -> `Node` for property |
95,144 | 25.03.2021 17:44:36 | -3,600 | 26001639c69f09271184466cd72db195825122d9 | Working on updating dependencies | [
{
"change_type": "MODIFY",
"old_path": "package-lock.json",
"new_path": "package-lock.json",
"diff": "\"version\": \"4.99.2\",\n\"license\": \"MIT\",\n\"dependencies\": {\n- \"@vue/cli-service\": \"^4.5.11\",\n+ \"@vue/cli-service\": \"^4.5.12\",\n\"axios\": \"^0.21.1\",\n\"baguettebox.js\": \"^1.11... | PHP | MIT License | bolt/core | Working on updating dependencies |
95,144 | 04.04.2021 13:58:58 | -7,200 | 26d0055090a94764c93b275cdc05705de962d9a9 | updating postcss-loader | [
{
"change_type": "MODIFY",
"old_path": "package-lock.json",
"new_path": "package-lock.json",
"diff": "\"jest-serializer-vue\": \"^2.0.2\",\n\"node-sass\": \"^4.14.1\",\n\"pa11y-ci\": \"^2.4.0\",\n- \"postcss-loader\": \"^5.0.0\",\n+ \"postcss-loader\": \"^5.2.0\",\n\"postcss-preset-env\": \"^6.7.0\"... | PHP | MIT License | bolt/core | updating postcss-loader |
95,144 | 05.04.2021 11:14:02 | -7,200 | eeea39fe603c27ab8a5b534628e53403e20d26d3 | Update m_2021_03_14-permissions.yaml | [
{
"change_type": "MODIFY",
"old_path": "yaml-migrations/m_2021_03_14-permissions.yaml",
"new_path": "yaml-migrations/m_2021_03_14-permissions.yaml",
"diff": "@@ -3,15 +3,15 @@ file: bolt/permissions.yaml\nsince: 5.0.0\nadd:\n- assignable_roles: [ROLE_ADMIN, ROLE_EDITOR]\n+ assignable_roles: [ROLE_DE... | PHP | MIT License | bolt/core | Update m_2021_03_14-permissions.yaml |
95,144 | 07.04.2021 19:31:41 | -7,200 | 9ea63bda82d59d5edff84fe87da38b499b66776d | Assert User's email is not blank | [
{
"change_type": "MODIFY",
"old_path": "src/Entity/User.php",
"new_path": "src/Entity/User.php",
"diff": "@@ -44,7 +44,7 @@ class User implements UserInterface, \\Serializable\n* @var string\n*\n* @ORM\\Column(type=\"string\", unique=true, length=191)\n- * @Assert\\NotBlank()\n+ * @Assert\\NotBlank(... | PHP | MIT License | bolt/core | Assert User's email is not blank |
95,144 | 07.04.2021 19:45:00 | -7,200 | 1b14d8dec937a27b31faa886786304b00cef8c55 | Allow parsing of `localdate`s like `now` or `today + 1 week, 21:00` | [
{
"change_type": "MODIFY",
"old_path": "src/Twig/LocaleExtension.php",
"new_path": "src/Twig/LocaleExtension.php",
"diff": "@@ -169,7 +169,7 @@ class LocaleExtension extends AbstractExtension\n} elseif (empty($dateTime)) {\n$dateTime = Carbon::now();\n} else {\n- $dateTime = Carbon::createFromTimeSt... | PHP | MIT License | bolt/core | Allow parsing of `localdate`s like `now` or `today + 1 week, 21:00` |
95,144 | 08.04.2021 17:14:40 | -7,200 | 0e9ed82fbec7fc83e1d2ec0b6a1c6549c31c6f60 | Suppress unneeded notices in ECS | [
{
"change_type": "MODIFY",
"old_path": "ecs.php",
"new_path": "ecs.php",
"diff": "@@ -46,6 +46,11 @@ use Symplify\\CodingStandard\\Fixer\\ArrayNotation\\StandaloneLineInMultilineArrayFi\nuse Symplify\\CodingStandard\\Fixer\\Commenting\\RemoveSuperfluousDocBlockWhitespaceFixer;\nuse Symplify\\CodingS... | PHP | MIT License | bolt/core | Suppress unneeded notices in ECS |
95,144 | 09.04.2021 13:31:46 | -7,200 | ceb3db41d180b888d983785faa21a7cea08f6a86 | Don't run migrations in composer scripts, if the Database is not initialised yet. | [
{
"change_type": "MODIFY",
"old_path": "bin/composer-script/CreateProjectScript.php",
"new_path": "bin/composer-script/CreateProjectScript.php",
"diff": "<?php\n+declare(strict_types=1);\n+\nnamespace Bolt\\ComposerScripts;\nuse Composer\\Script\\Event;\n"
},
{
"change_type": "MODIFY",
"... | PHP | MIT License | bolt/core | Don't run migrations in composer scripts, if the Database is not initialised yet. |
95,144 | 09.04.2021 13:35:13 | -7,200 | e6f89040ffd8415e53b19bbdafcf58e6c1190f61 | Add `--tablesInitialised` flag | [
{
"change_type": "MODIFY",
"old_path": "src/Command/InfoCommand.php",
"new_path": "src/Command/InfoCommand.php",
"diff": "@@ -8,6 +8,7 @@ use Bolt\\Version;\nuse ComposerPackages\\Packages;\nuse Symfony\\Component\\Console\\Command\\Command;\nuse Symfony\\Component\\Console\\Input\\InputInterface;\n... | PHP | MIT License | bolt/core | Add `--tablesInitialised` flag |
95,144 | 09.04.2021 14:25:12 | -7,200 | 3c117ef394dec3f67b232165be15e810fd167f9c | Initialise Doctrine Migration table, make command less noisy | [
{
"change_type": "MODIFY",
"old_path": "src/Command/SetupCommand.php",
"new_path": "src/Command/SetupCommand.php",
"diff": "@@ -9,6 +9,7 @@ use Symfony\\Component\\Console\\Command\\Command;\nuse Symfony\\Component\\Console\\Input\\ArrayInput;\nuse Symfony\\Component\\Console\\Input\\InputInterface;... | PHP | MIT License | bolt/core | Initialise Doctrine Migration table, make command less noisy |
95,144 | 09.04.2021 15:34:29 | -7,200 | f31c5e0daf64d76cd71c504808c7966f0baa04ec | Show 404 instead of error when missing secret | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Frontend/DetailController.php",
"new_path": "src/Controller/Frontend/DetailController.php",
"diff": "@@ -56,7 +56,8 @@ class DetailController extends TwigAwareController implements FrontendZoneInterf\n$this->contentHelper->setCanonicalPath($reco... | PHP | MIT License | bolt/core | Show 404 instead of error when missing secret |
95,144 | 12.04.2021 14:49:45 | -7,200 | ec8065d8d84f16199f2610c2f882e14052dce4a1 | Ensure installation of Bolt Assets on `composer update` | [
{
"change_type": "MODIFY",
"old_path": "bin/composer-script/PostInstallScript.php",
"new_path": "bin/composer-script/PostInstallScript.php",
"diff": "@@ -10,9 +10,10 @@ class PostInstallScript extends Script\n{\nparent::init('Running composer \"post-install-cmd\" scripts');\n- self::run('php bin/con... | PHP | MIT License | bolt/core | Ensure installation of Bolt Assets on `composer update` |
95,118 | 14.04.2021 12:21:22 | -7,200 | fa809692329c15d40f699d39ea47267815593201 | Corrected the filepath for getsvg() function | [
{
"change_type": "MODIFY",
"old_path": "src/Twig/ImageExtension.php",
"new_path": "src/Twig/ImageExtension.php",
"diff": "@@ -31,18 +31,24 @@ class ImageExtension extends AbstractExtension\n/** @var Packages */\nprivate $assets;\n+ /** @var string */\n+ private $publicFolder;\n+\npublic function __c... | PHP | MIT License | bolt/core | Corrected the filepath for getsvg() function |
95,168 | 14.04.2021 13:45:02 | -7,200 | 933a84d42b7458380e84b75e9ca9bbd234520797 | Remove hardcoded color style and use --body-dimmed color | [
{
"change_type": "MODIFY",
"old_path": "templates/finder/_files_list.html.twig",
"new_path": "templates/finder/_files_list.html.twig",
"diff": "{{ file.getRelativePathname|shy }}\n</a>\n</b>\n- {% if title %}<br><small style=\"color: #888;\">{{ title }}</small>{% endif %}\n+ {% if title %}<br><small... | PHP | MIT License | bolt/core | Remove hardcoded color style and use --body-dimmed color |
95,148 | 01.04.2021 16:19:59 | -7,200 | 9fe5755b39c85e9f39f5ef7784e817d7708534d0 | not remove reverse relation when save | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Backend/ContentEditController.php",
"new_path": "src/Controller/Backend/ContentEditController.php",
"diff": "@@ -484,7 +484,7 @@ class ContentEditController extends TwigAwareController implements BackendZoneIn\nprivate function updateRelation(Co... | PHP | MIT License | bolt/core | not remove reverse relation when save |
95,144 | 20.04.2021 17:04:37 | -7,200 | e7cdfa5885abfeec115d20d43cdd986de935ab10 | Fix datepicker to only attempt to use existing locales, ensuring Time Picking still works | [
{
"change_type": "MODIFY",
"old_path": "templates/_partials/fields/date.html.twig",
"new_path": "templates/_partials/fields/date.html.twig",
"diff": "{% endif %}\n{% if not valueonly %}\n+ {# Ensure we use only locales bundled with Flatflicker, otherwise default to 'en' #}\n+ {% set locale = app.use... | PHP | MIT License | bolt/core | Fix datepicker to only attempt to use existing locales, ensuring Time Picking still works |
95,144 | 20.04.2021 17:40:18 | -7,200 | 393daf7cd3d9b4f823e47e64ca1e3419b1597fdc | Escape password, to not break the page's HTML | [
{
"change_type": "MODIFY",
"old_path": "templates/users/_form.html.twig",
"new_path": "templates/users/_form.html.twig",
"diff": "{% set suggested_pw_postfix %}{% apply spaceless %}\n<div>\n- {{ 'password.suggested'|trans({'%password%': suggested_pw })|raw }}\n+ {{ 'password.suggested'|trans({'%pass... | PHP | MIT License | bolt/core | Escape password, to not break the page's HTML |
95,144 | 21.04.2021 12:18:20 | -7,200 | f9c127a15666bca07220b33137a552e65f8ef456 | Fix edgecase where Excerpt could start with `. `. | [
{
"change_type": "MODIFY",
"old_path": "src/Twig/ContentExtension.php",
"new_path": "src/Twig/ContentExtension.php",
"diff": "@@ -294,7 +294,7 @@ class ContentExtension extends AbstractExtension\n}\n}\n- $specialChars = ['.', ',', '!', '?'];\n+ $specialChars = ['.', ',', '!', '?', '>'];\n$excerpt = ... | PHP | MIT License | bolt/core | Fix edgecase where Excerpt could start with `. `. |
95,167 | 22.04.2021 12:45:29 | -7,200 | 93725b249e08b9ba091cba27b3657334a8494c8e | 2177: Add sr only text to select all checkbox | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/listing/Components/Filter.vue",
"new_path": "assets/js/app/listing/Components/Filter.vue",
"diff": "<li v-if=\"type !== 'dashboard'\">\n<div v-if=\"!sorting\" class=\"custom-control custom-checkbox\">\n<input id=\"selectAll\" :value=\"selectAll\"... | PHP | MIT License | bolt/core | 2177: Add sr only text to select all checkbox |
95,144 | 29.04.2021 14:03:47 | -7,200 | 8642eb6f26215a46162a72c893b36e80db27fbc9 | Use `text-overflow: ellipsis;` instead | [
{
"change_type": "MODIFY",
"old_path": "assets/scss/modules/listing/row/row.scss",
"new_path": "assets/scss/modules/listing/row/row.scss",
"diff": "@@ -171,7 +171,7 @@ $checkbox-row-width: 32px;\n&.is-meta {\nflex: 1 0 68%;\n- display: flex;\n+ display: block;\nflex-wrap: wrap;\npadding-top: 0;\nmar... | PHP | MIT License | bolt/core | Use `text-overflow: ellipsis;` instead |
95,144 | 30.04.2021 13:12:52 | -7,200 | f2968756c7a21c5fd2c72e0fd0843df87cc8c1d2 | Require opt-in for FLoC header | [
{
"change_type": "MODIFY",
"old_path": "config/bolt/config.yaml",
"new_path": "config/bolt/config.yaml",
"diff": "@@ -25,10 +25,15 @@ date_format: 'F j, Y H:i'\n# You can set a preference to omit background images on the login screen.\nomit_backgrounds: true\n-# If you're a party-pooper who wants to... | PHP | MIT License | bolt/core | Require opt-in for FLoC header |
95,145 | 01.05.2021 20:08:03 | -7,200 | b238ce7c0fb331f02d6df83819c3bde79a348c93 | Made the canonical link widget use a overridable template | [
{
"change_type": "MODIFY",
"old_path": "config/bolt/config.yaml",
"new_path": "config/bolt/config.yaml",
"diff": "@@ -37,6 +37,9 @@ omit_powered_by_header: false\n# If you include `https://`, it will be included in the canonical urls.\n#canonical: example.org\n+# If you want to override the canonica... | PHP | MIT License | bolt/core | Made the canonical link widget use a overridable template |
95,145 | 01.05.2021 20:18:19 | -7,200 | b69a5cd6aeb0377353e12e7f3862f56f541b5df7 | Added the option to get a relative path passed to the canonical template | [
{
"change_type": "MODIFY",
"old_path": "config/bolt/config.yaml",
"new_path": "config/bolt/config.yaml",
"diff": "@@ -40,6 +40,9 @@ omit_powered_by_header: false\n# If you want to override the canonical template, from the theme:\n#canonical_template: 'partials/_canonical.html.twig'\n+# By setting th... | PHP | MIT License | bolt/core | Added the option to get a relative path passed to the canonical template |
95,145 | 02.05.2021 13:23:02 | -7,200 | ad257657a98973ada97dc37f5e41781af832e810 | Added the missing additional targets widgets to the backend | [
{
"change_type": "MODIFY",
"old_path": "templates/content/edit.html.twig",
"new_path": "templates/content/edit.html.twig",
"diff": "{% endif %}\n<form method=\"post\" id=\"editcontent\">\n+ {{ widgets('editcontent_below_header') }}\n<input type=\"hidden\" name=\"_csrf_token\" value=\"{{ csrf_token('... | PHP | MIT License | bolt/core | Added the missing additional targets widgets to the backend (#2558) |
95,145 | 02.05.2021 14:22:54 | -7,200 | 556f562960328dfce33a5911d8b6d1b351b84f3f | Ran csfix to resolve the code style errors on the canonical template | [
{
"change_type": "MODIFY",
"old_path": "src/Widget/CanonicalLinkWidget.php",
"new_path": "src/Widget/CanonicalLinkWidget.php",
"diff": "@@ -38,13 +38,12 @@ class CanonicalLinkWidget extends BaseWidget\n{\n$template = $this->config->get('general/canonical_template', $this->defaultTemplate);\n$absolut... | PHP | MIT License | bolt/core | Ran csfix to resolve the code style errors on the canonical template |
95,144 | 03.05.2021 13:54:15 | -7,200 | d784316714108258c93850c6be690f8dcf249565 | Update src/Configuration/Parser/GeneralParser.php | [
{
"change_type": "MODIFY",
"old_path": "src/Configuration/Parser/GeneralParser.php",
"new_path": "src/Configuration/Parser/GeneralParser.php",
"diff": "@@ -87,7 +87,7 @@ class GeneralParser extends BaseParser\n'upload_location' => '{contenttype}/{year}/{month}/',\n'maintenance_mode' => false,\n'head... | PHP | MIT License | bolt/core | Update src/Configuration/Parser/GeneralParser.php |
95,147 | 10.05.2021 12:35:48 | -7,200 | 1b7eb6e4754af9b38a3c3b5357d256356db15199 | Fix ecs breakage with `friendsofphp/php-cs-fixer` | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "},\n\"conflict\": {\n\"doctrine/common\": \">=3.0\",\n- \"doctrine/persistence\": \"<1.3\"\n+ \"doctrine/persistence\": \"<1.3\",\n+ \"friendsofphp/php-cs-fixer\": \">=2.19.0\"\n},\n\"config\": {\n\"preferr... | PHP | MIT License | bolt/core | Fix ecs breakage with `friendsofphp/php-cs-fixer` |
95,144 | 11.05.2021 14:51:11 | -7,200 | 714f60ccba4b2c9feff4b6d4ab924ec2e78b3c2b | Several fixes for handling Relations | [
{
"change_type": "MODIFY",
"old_path": "config/bolt/contenttypes.yaml",
"new_path": "config/bolt/contenttypes.yaml",
"diff": "@@ -97,6 +97,12 @@ pages:\ntemplate:\ntype: templateselect\nfilter: '/^[^_].*\\.twig$/'\n+ relations:\n+ entries:\n+ multiple: false\n+ order: title\n+ label: Select an Entry... | PHP | MIT License | bolt/core | Several fixes for handling Relations |
95,144 | 11.05.2021 17:05:42 | -7,200 | 0acca3e3ad1204d99627fe15a244fc923e4b1b02 | Fix relationships showing in backend, allow bidirectional deleting | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Backend/ContentEditController.php",
"new_path": "src/Controller/Backend/ContentEditController.php",
"diff": "@@ -584,7 +584,7 @@ class ContentEditController extends TwigAwareController implements BackendZoneIn\nprivate function updateRelation(Co... | PHP | MIT License | bolt/core | Fix relationships showing in backend, allow bidirectional deleting |
95,115 | 11.05.2021 17:39:55 | -7,200 | d99effe5e77d63fecaf045a6ebf68bc8acdd2051 | fix issue with migration that wouldn't run on MariaDB 10 by specifying a primary key | [
{
"change_type": "MODIFY",
"old_path": "migrations/Version20201210105836.php",
"new_path": "migrations/Version20201210105836.php",
"diff": "@@ -45,6 +45,7 @@ final class Version20201210105836 extends AbstractMigration\nif (!$schema->hasTable($this->tablePrefix . '_password_request')) {\n$resetPaswor... | PHP | MIT License | bolt/core | fix issue with migration that wouldn't run on MariaDB 10 by specifying a primary key |
95,168 | 19.05.2021 11:02:46 | -7,200 | 0962ed0c2368f2304a2252136296e8e1e4409181 | Make "Edit permissions" button link to permissions.yaml edit file page | [
{
"change_type": "MODIFY",
"old_path": "templates/users/listing.html.twig",
"new_path": "templates/users/listing.html.twig",
"diff": "{% endif %}\n{% if is_granted('user:add') %}\n{{ macro.buttonlink('action.edit_permissions', path('bolt_file_edit', {'location': 'config',\n- 'file': '/bolt/config.ya... | PHP | MIT License | bolt/core | Make "Edit permissions" button link to permissions.yaml edit file page |
95,167 | 19.05.2021 17:10:14 | -7,200 | 66956e1a95f18c3d515eb1693c69aaa63492de8f | Fix some accessibility issues
Add correct ID's to fields
Change color of code to be contrast compliant
Remove space from aria-selected
And some more minor changes | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/File.vue",
"new_path": "assets/js/app/editor/Components/File.vue",
"diff": "name=\"file-upload-dropdown\"\ntype=\"button\"\n:disabled=\"readonly\"\n- ></button>\n+ ><span class=\"sr-only\">{{ labels.button_upload_options }}</spa... | PHP | MIT License | bolt/core | Fix some accessibility issues
- Add correct ID's to fields
- Change color of code to be contrast compliant
- Remove space from aria-selected
- And some more minor changes |
95,144 | 30.05.2021 12:21:57 | -7,200 | cfe65104af011b74a5cc07424ce5b65da24fc7c2 | Keep in-memory copy of `currentLocale` | [
{
"change_type": "MODIFY",
"old_path": "src/Utils/LocaleHelper.php",
"new_path": "src/Utils/LocaleHelper.php",
"diff": "@@ -36,6 +36,9 @@ class LocaleHelper\n/** @var string */\nprivate $defaultLocale;\n+ /** @var Collection */\n+ private $currentLocale;\n+\npublic function __construct(string $local... | PHP | MIT License | bolt/core | Keep in-memory copy of `currentLocale` |
95,144 | 30.05.2021 14:06:01 | -7,200 | a78f6c68ca0a639cb6f6b0750c9e2bfc94d348c4 | Fix CSS for 'meta' block on overview pages | [
{
"change_type": "MODIFY",
"old_path": "assets/scss/modules/listing/row/row.scss",
"new_path": "assets/scss/modules/listing/row/row.scss",
"diff": "@@ -186,11 +186,11 @@ $checkbox-row-width: 32px;\n}\n@include media-breakpoint-up(md) {\n- flex: 0 0 155px;\n- max-width: 155px;\n+ flex: 0 0 175px;\n+ ... | PHP | MIT License | bolt/core | Fix CSS for 'meta' block on overview pages |
95,144 | 01.06.2021 17:36:34 | -7,200 | 25bae9b33b3af7fb1068ce8a8722c8d36411d7b1 | Looks like we've had a minor PHPStan bump! Typehinting some arrays! | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Backend/UserEditController.php",
"new_path": "src/Controller/Backend/UserEditController.php",
"diff": "@@ -72,6 +72,8 @@ class UserEditController extends TwigAwareController implements BackendZoneInter\npublic function add(Request $request): Res... | PHP | MIT License | bolt/core | Looks like we've had a minor PHPStan bump! Typehinting some arrays! |
95,144 | 02.06.2021 12:16:09 | -7,200 | 3fbd5fb167b57ff2fa9b4843762bf186a33a8bc1 | Cleanup of Symplify dependencies | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"symfony/webpack-encore-bundle\": \"^1.7\",\n\"symfony/yaml\": \"^5.1\",\n\"symfonycasts/reset-password-bundle\": \"^1.1\",\n- \"symplify/package-builder\": \"^8.0\",\n\"tightenco/collect\": \"^v8.0\",\n\"... | PHP | MIT License | bolt/core | Cleanup of Symplify dependencies |
95,144 | 03.06.2021 14:40:33 | -7,200 | 6d5ef01e1c2799256ca2d2004e78f760be02205e | Refactoring out `SymfonyStyleFactory` | [
{
"change_type": "MODIFY",
"old_path": "bin/composer-script/Script.php",
"new_path": "bin/composer-script/Script.php",
"diff": "@@ -5,8 +5,12 @@ declare(strict_types=1);\nnamespace Bolt\\ComposerScripts;\nuse Composer\\Script\\Event;\n+use Symfony\\Component\\Console\\Application;\n+use Symfony\\Com... | PHP | MIT License | bolt/core | Refactoring out `SymfonyStyleFactory` |
95,144 | 03.06.2021 14:52:40 | -7,200 | 494a973d9add0792129e92831f33cd03d954cfc7 | Get rid of run.php | [
{
"change_type": "MODIFY",
"old_path": "bin/composer-script/post-install-cmd.php",
"new_path": "bin/composer-script/post-install-cmd.php",
"diff": "@@ -6,12 +6,12 @@ declare(strict_types=1);\n// @see https://github.com/bolt/core/pull/1918#issuecomment-701460769\nuse OndraM\\CiDetector\\CiDetector;\n... | PHP | MIT License | bolt/core | Get rid of run.php |
95,144 | 04.06.2021 12:18:02 | -7,200 | 623a86fe0d08612636091cfd9560ff025acad94a | Pin Chromedriver to version 90.x | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/behavioural_tests.yaml",
"new_path": ".github/workflows/behavioural_tests.yaml",
"diff": "@@ -68,6 +68,9 @@ jobs:\nextensions: json, mbstring, pdo, curl, pdo_sqlite\ncoverage: none\n- uses: nanasess/setup-chromedriver@master\n+ with:\n+ # Pin... | PHP | MIT License | bolt/core | Pin Chromedriver to version 90.x |
95,144 | 04.06.2021 13:49:51 | -7,200 | 7d2a4c65a18d18fd3f4fc4b390e065effb84482b | Adding Jasny Twig Extensions for Bolt 5. | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"embed/embed\": \"^3.4\",\n\"erusev/parsedown\": \"^1.7\",\n\"fakerphp/faker\": \"^1.10\",\n+ \"jasny/twig-extensions\": \"^1.3\",\n\"knplabs/doctrine-behaviors\": \"^2.0.3\",\n\"knplabs/knp-menu-bundle\":... | PHP | MIT License | bolt/core | Adding Jasny Twig Extensions for Bolt 5.
https://github.com/jasny/twig-extensions |
95,144 | 05.06.2021 14:59:08 | -7,200 | 8d373834e177679ee7fd4d25551743c60c437cec | Add restriction for (global) Composer 2 to `composer.json` | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"ext-json\": \"*\",\n\"ext-mbstring\": \"*\",\n\"ext-pdo\": \"*\",\n+ \"composer-runtime-api\": \"^2\",\n\"api-platform/core\": \"2.5.3.*\",\n\"babdev/pagerfanta-bundle\": \"^2.5\",\n\"beberlei/doctrineext... | PHP | MIT License | bolt/core | Add restriction for (global) Composer 2 to `composer.json` |
95,144 | 06.06.2021 16:41:30 | -7,200 | 05fdaf266cb2d0fe22d4ffe2f2f2c11d96b443d0 | Use `localdate`, in preparation of this being the standard in 5.0 | [
{
"change_type": "MODIFY",
"old_path": "public/theme/skeleton/partials/_recordfooter.twig",
"new_path": "public/theme/skeleton/partials/_recordfooter.twig",
"diff": "{% endif %}\n{{ __('general.phrase.written-by-on', {\n'%name%': record.author.displayName|default(__('Unknown')),\n- '%date%': record.... | PHP | MIT License | bolt/core | Use `localdate`, in preparation of this being the standard in 5.0 |
95,144 | 10.06.2021 13:26:51 | -7,200 | 15e33b433af385bf2b3cf3231ef3cc16c2747be7 | Don't use Jasny's DateExtension | [
{
"change_type": "MODIFY",
"old_path": "config/services.yaml",
"new_path": "config/services.yaml",
"diff": "@@ -125,11 +125,6 @@ services:\nTwig\\Extension\\StringLoaderExtension: ~\n- twig.extension.date:\n- class: Jasny\\Twig\\DateExtension\n- tags:\n- - { name: twig.extension }\n-\ntwig.extension... | PHP | MIT License | bolt/core | Don't use Jasny's DateExtension |
95,144 | 10.06.2021 13:27:49 | -7,200 | 40a816a6bd78453b5cbd006e92d4782106a1b026 | Update m_2021-06-04-services.yaml | [
{
"change_type": "MODIFY",
"old_path": "yaml-migrations/m_2021-06-04-services.yaml",
"new_path": "yaml-migrations/m_2021-06-04-services.yaml",
"diff": "@@ -4,11 +4,6 @@ since: 5.0.0\nadd:\nservices:\n- twig.extension.date:\n- class: Jasny\\Twig\\DateExtension\n- tags:\n- - { name: twig.extension }\n... | PHP | MIT License | bolt/core | Update m_2021-06-04-services.yaml |
95,144 | 11.06.2021 14:27:21 | -7,200 | 744f6c3472b60fd55233dc39111e4aa2c4581d65 | catch `LoaderLoadException` instead of `Throwable` | [
{
"change_type": "MODIFY",
"old_path": "src/Kernel.php",
"new_path": "src/Kernel.php",
"diff": "@@ -10,6 +10,7 @@ use Bolt\\Extension\\ExtensionCompilerPass;\nuse Bolt\\Extension\\ExtensionInterface;\nuse Bolt\\Repository\\FieldRepository;\nuse Symfony\\Bundle\\FrameworkBundle\\Kernel\\MicroKernelTr... | PHP | MIT License | bolt/core | catch `LoaderLoadException` instead of `Throwable` |
95,144 | 13.06.2021 14:49:07 | -7,200 | 341318f6317f025ca37247885385283daa60f27f | Pass around `BaseExtension` instead of string in `ExtensionsConfigureCommand` | [
{
"change_type": "MODIFY",
"old_path": "src/Command/ExtensionsConfigureCommand.php",
"new_path": "src/Command/ExtensionsConfigureCommand.php",
"diff": "@@ -5,6 +5,7 @@ declare(strict_types=1);\nnamespace Bolt\\Command;\nuse Bolt\\Common\\Str;\n+use Bolt\\Extension\\BaseExtension;\nuse Bolt\\Extensio... | PHP | MIT License | bolt/core | Pass around `BaseExtension` instead of string in `ExtensionsConfigureCommand` |
95,144 | 14.06.2021 10:16:28 | -7,200 | 69345d815600eaef2b15a49561f86f59ee062a76 | Remove unneeded `security_checker.yaml` migration | [
{
"change_type": "DELETE",
"old_path": "yaml-migrations/m_2020-12-06-security_checker.yaml",
"new_path": null,
"diff": "-# Adding the new security_checker settings for Bolt 4.2.0\n-file: packages/security_checker.yaml\n-since: 4.2.0\n-\n-add:\n- services:\n- SensioLabs\\Security\\SecurityChecker:\n-... | PHP | MIT License | bolt/core | Remove unneeded `security_checker.yaml` migration |
95,144 | 16.06.2021 09:14:09 | -7,200 | 627067b7710293c92ab75ad8f5800a7bd2019870 | Adding `twig/extra-bundle`, `twig/html-extra` and `twig/intl-extra` | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"symfony/expression-language\": \"^5.1\",\n\"symfony/flex\": \"^1.9\",\n\"symfony/form\": \"^5.1\",\n- \"symfony/framework-bundle\": \"^5.1\",\n\"symfony/http-client\": \"^5.1\",\n\"symfony/mailer\": \"^5.... | PHP | MIT License | bolt/core | Adding `twig/extra-bundle`, `twig/html-extra` and `twig/intl-extra` |
95,144 | 16.06.2021 09:22:31 | -7,200 | 7927b455034c9c8d24272dc2fdc04b06cfd724e6 | Actually, we should declare these explicitly | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"symfony/expression-language\": \"^5.1\",\n\"symfony/flex\": \"^1.9\",\n\"symfony/form\": \"^5.1\",\n+ \"symfony/framework-bundle\": \"^5.1\",\n\"symfony/http-client\": \"^5.1\",\n\"symfony/mailer\": \"^5.... | PHP | MIT License | bolt/core | Actually, we should declare these explicitly |
95,144 | 16.06.2021 11:19:54 | -7,200 | cf0fbc93e37e41c6d28318fc0d55a4e2628d222f | Use `nelexa/zip` because it supports both PHP 7.2 and 8.0 | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"knplabs/knp-menu-bundle\": \"^3.0\",\n\"league/glide-symfony\": \"^1.0\",\n\"miljar/php-exif\": \"^0.6.4\",\n- \"nelexa/zip\": \"^3.3 | ^4.0\",\n+ \"nelexa/zip\": \"dev-support/3.4.x\",\n\"nelmio/cors-bun... | PHP | MIT License | bolt/core | Use `nelexa/zip` because it supports both PHP 7.2 and 8.0 |
95,144 | 16.06.2021 17:40:16 | -7,200 | 27ce1730df9396b3ad5681cbb4ff08dd48df80dd | Add inferred_slug values to parsed ContentType, if applicable | [
{
"change_type": "MODIFY",
"old_path": "src/Configuration/Parser/ContentTypesParser.php",
"new_path": "src/Configuration/Parser/ContentTypesParser.php",
"diff": "@@ -88,8 +88,13 @@ class ContentTypesParser extends BaseParser\nthrow new ConfigurationException($error);\n}\n+ $contentType['inferred_slu... | PHP | MIT License | bolt/core | Add inferred_slug values to parsed ContentType, if applicable |
95,144 | 17.06.2021 15:00:03 | -7,200 | 94bc3c0c508e716c4d31ec7b734e4a484ee72b15 | Adding missing methods to ExtensionInterface and BaseExtension | [
{
"change_type": "MODIFY",
"old_path": "src/Extension/BaseExtension.php",
"new_path": "src/Extension/BaseExtension.php",
"diff": "@@ -55,6 +55,24 @@ abstract class BaseExtension implements ExtensionInterface\n// Nothing\n}\n+ /**\n+ * Called when initialising the Extension from the Command Line only... | PHP | MIT License | bolt/core | Adding missing methods to ExtensionInterface and BaseExtension |
95,144 | 18.06.2021 08:58:26 | -7,200 | 24f866a4d75ac658765f50386d9b18400fd5d30f | Don't allow `symfony/security-http` 5.3.0 and 5.3.1 | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"conflict\": {\n\"doctrine/common\": \">=3.0\",\n\"doctrine/persistence\": \"<1.3\",\n- \"friendsofphp/php-cs-fixer\": \">=2.19.0\"\n+ \"friendsofphp/php-cs-fixer\": \">=2.19.0\",\n+ \"symfony/security-htt... | PHP | MIT License | bolt/core | Don't allow `symfony/security-http` 5.3.0 and 5.3.1 |
95,144 | 18.06.2021 12:31:09 | -7,200 | e61e160caa3968fdfcfbaf7d0d6f7bafdc0a8725 | Prepare release 5.0.0-beta.9 | [
{
"change_type": "MODIFY",
"old_path": "assets/js/version.js",
"new_path": "assets/js/version.js",
"diff": "// generated by genversion\n-export const version = '4.99.8';\n+export const version = '4.99.9';\n"
},
{
"change_type": "MODIFY",
"old_path": "package-lock.json",
"new_path": "... | PHP | MIT License | bolt/core | Prepare release 5.0.0-beta.9 |
95,173 | 21.06.2021 14:53:53 | -3,600 | 028469893ddb45d5fedb8682b10b456ed2b1dc66 | Issue 2620 Filter / Order By Number Field Types Fix
Fixes issues with number field types in query parameters showing as a json array and issues in cast detection. | [
{
"change_type": "MODIFY",
"old_path": "src/Storage/SelectQuery.php",
"new_path": "src/Storage/SelectQuery.php",
"diff": "@@ -324,6 +324,8 @@ class SelectQuery implements QueryInterface\n$dateFields = $this->getDateFields();\n+ $numberFields = $this->getNumberFields();\n+\n// Set the regular fields.... | PHP | MIT License | bolt/core | Issue 2620 Filter / Order By Number Field Types Fix
Fixes issues with number field types in query parameters showing as a json array and issues in cast detection. |
95,144 | 22.06.2021 17:03:09 | -7,200 | cae14b9cb4b9dbcc5bce8911afa8b29f7354f953 | Remove unneeded line and fix rogue quote | [
{
"change_type": "MODIFY",
"old_path": ".env",
"new_path": ".env",
"diff": "###> symfony/framework-bundle ###\nAPP_ENV=dev\n-APP_DEBUG=1\nAPP_SECRET=73fd814e2c9fbf61dc5f87a62967d829\n#TRUSTED_PROXIES=127.0.0.1,127.0.0.2\n#TRUSTED_HOSTS='^localhost|example\\.com$'\n@@ -20,7 +19,7 @@ DATABASE_URL=sqli... | PHP | MIT License | bolt/core | Remove unneeded line and fix rogue quote |
95,144 | 23.06.2021 17:00:19 | -7,200 | fc315e7bc7e31808fa92fe23c740f03ee8f1f10f | Allows running `bin/console` from other folders than just ProjectDir | [
{
"change_type": "MODIFY",
"old_path": "src/Command/InfoCommand.php",
"new_path": "src/Command/InfoCommand.php",
"diff": "@@ -27,9 +27,12 @@ class InfoCommand extends Command\n/** @var SymfonyStyle */\nprivate $io;\n- public function __construct(\\Bolt\\Doctrine\\Version $doctrineVersion)\n+ private... | PHP | MIT License | bolt/core | Allows running `bin/console` from other folders than just ProjectDir |
95,144 | 25.06.2021 10:58:44 | -7,200 | d5624597f586b5b4bef864a4e2c5b6022d210078 | Clean up composer.json, remove `roave/security-advisories` | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"ext-json\": \"*\",\n\"ext-mbstring\": \"*\",\n\"ext-pdo\": \"*\",\n- \"composer-runtime-api\": \"^2\",\n\"api-platform/core\": \"^2.6\",\n\"babdev/pagerfanta-bundle\": \"^2.5\",\n\"beberlei/doctrineextens... | PHP | MIT License | bolt/core | Clean up composer.json, remove `roave/security-advisories` |
95,144 | 29.06.2021 20:02:32 | -7,200 | 3f14673dda1c7cc92024a69be134d5bf669a503e | Fix incorrect error when uploading an allowed filetype, that isn't an image | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Backend/Async/UploadController.php",
"new_path": "src/Controller/Backend/Async/UploadController.php",
"diff": "@@ -116,8 +116,11 @@ class UploadController implements AsyncZoneInterface\nif ($result->isValid()) {\ntry {\n$media = $this->mediaFact... | PHP | MIT License | bolt/core | Fix incorrect error when uploading an allowed filetype, that isn't an image |
95,139 | 02.07.2021 12:44:36 | -10,800 | c88adc8ed76e033f9e41dfc9987734670d05d672 | Created cypress test for the homepage | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "tests/cypress/integration/homepage.spec.js",
"diff": "+/// <reference types=\"cypress\" />\n+\n+describe('I want to display Homepage', () => {\n+ it('checks that the homepage exists', () => {\n+ cy.visit('/');\n+ cy.get('h2').should('contain', '... | PHP | MIT License | bolt/core | Created cypress test for the homepage |
95,139 | 02.07.2021 14:04:44 | -10,800 | 04eeecb30d35123f21a2779c8314f9d6ee1298cc | Created cypress test for the dashboard listings | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "tests/cypress/integration/display_listings.spec.js",
"diff": "+/// <reference types=\"cypress\" />\n+\n+describe('As an admin I want to see Dashboard page', () => {\n+ it('checks that the dashboard listings work', () => {\n+\n+ cy.login();\n+ cy... | PHP | MIT License | bolt/core | Created cypress test for the dashboard listings |
95,146 | 02.07.2021 14:22:33 | -10,800 | ff4b9df027ef3b56e098dfd069114342b7699c2e | Created cypress test for widgets | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "tests/cypress/integration/widgets.spec.js",
"diff": "+/// <reference types=\"cypress\" />\n+\n+describe('As an admin I want to see the News Widget', () => {\n+ it('checks if News widget exists', () => {\n+ cy.login();\n+ cy.visit('/bolt/');\n+ c... | PHP | MIT License | bolt/core | Created cypress test for widgets |
95,139 | 02.07.2021 16:10:48 | -10,800 | 1e5bc369990700ef4bb9ddfa3e77d73b9f15d2b5 | Created cypress test for display records | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "tests/cypress/integration/display_record_test.spec.js",
"diff": "+/// <reference types=\"cypress\" />\n+\n+\n+describe('As a user I want to see how the record title is displayed', () => {\n+ it('checks that the record title is displayed as a use... | PHP | MIT License | bolt/core | Created cypress test for display records |
95,144 | 07.07.2021 16:58:06 | -7,200 | e73b024edf200965161423c6fd36a97b0da2cd44 | Ignore two more PHPstan false positives | [
{
"change_type": "MODIFY",
"old_path": "phpstan.neon",
"new_path": "phpstan.neon",
"diff": "@@ -21,11 +21,21 @@ parameters:\nmessage: '#Call to an undefined method Knp\\\\DoctrineBehaviors\\\\Contract\\\\Entity\\\\TranslationInterface#'\npath: %currentWorkingDirectory%/src/*\n- # Parameters in Stora... | PHP | MIT License | bolt/core | Ignore two more PHPstan false positives |
95,144 | 08.07.2021 07:38:53 | -7,200 | 3111d4f7d2904b5f4ff90e7eabdb8307bf6ee772 | Don't lowercase values in queries, allow for booleans | [
{
"change_type": "MODIFY",
"old_path": "src/Doctrine/JsonHelper.php",
"new_path": "src/Doctrine/JsonHelper.php",
"diff": "@@ -18,9 +18,11 @@ class JsonHelper\n* Older SQLite, Mysql 5.6 -> [ 'foo', '[\"bar\"]' ]\n* Newer SQLite, Mysql 5.7 -> [ \"JSON_EXTRACT(foo, '$[0]')\", 'bar' ]\n*\n+ * @param str... | PHP | MIT License | bolt/core | Don't lowercase values in queries, allow for booleans |
95,139 | 08.07.2021 15:38:57 | -10,800 | 30938aeddb2b34516d14890031551fe0945ef81e | Fixed a formatting error in edit.html.twig | [
{
"change_type": "MODIFY",
"old_path": "templates/content/edit.html.twig",
"new_path": "templates/content/edit.html.twig",
"diff": "{# The 'title' and 'shoulder' blocks are the main heading of the page. #}\n{% block shoulder %}\n- {{ (app.request.get('_route') == 'bolt_content_duplicate') ? 'caption... | PHP | MIT License | bolt/core | Fixed a formatting error in edit.html.twig |
95,146 | 08.07.2021 16:16:57 | -10,800 | 5d58cc7a3bbd8adc50f368cf42488ce6d26ab8d6 | Created cypress test for edit_record_1(changing titles) | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "tests/cypress/integration/edit_record_1_change_title.spec.js",
"diff": "+/// <reference types=\"cypress\" />\n+\n+describe('As an Admin I want to change title of a record', () => {\n+ it(\"checks if an admin can change a record's title\", () => ... | PHP | MIT License | bolt/core | Created cypress test for edit_record_1(changing titles) |
95,139 | 08.07.2021 16:55:16 | -10,800 | fb89243eb73bddf5e34242dc9cc062b56d694f65 | Fixed the first record localization test
My local database had doubled an element so the test wasn't running as intended. I've fixed the issue. | [
{
"change_type": "MODIFY",
"old_path": "tests/cypress/integration/record_localization.spec.js",
"new_path": "tests/cypress/integration/record_localization.spec.js",
"diff": "@@ -4,7 +4,7 @@ describe('No localization link for contenttype without locales', () => {\nit('checks that there\\'s no localiz... | PHP | MIT License | bolt/core | Fixed the first record localization test
My local database had doubled an element so the test wasn't running as intended. I've fixed the issue. |
95,144 | 18.07.2021 12:48:38 | -7,200 | ca633952e39e76443f625d768cd53b6f56ba5f64 | Replace `_` with space in Field labels | [
{
"change_type": "MODIFY",
"old_path": "src/Configuration/Parser/ContentTypesParser.php",
"new_path": "src/Configuration/Parser/ContentTypesParser.php",
"diff": "@@ -97,13 +97,13 @@ class ContentTypesParser extends BaseParser\n}\n}\nif (! isset($contentType['name'])) {\n- $contentType['name'] = ucwo... | PHP | MIT License | bolt/core | Replace `_` with space in Field labels |
95,144 | 18.07.2021 12:57:40 | -7,200 | e0bdfff7ddfebb01818d2925918e72f4e458051c | Allow whitespace in `orderby` in setcontent queries | [
{
"change_type": "MODIFY",
"old_path": "src/Storage/Directive/OrderDirective.php",
"new_path": "src/Storage/Directive/OrderDirective.php",
"diff": "@@ -153,7 +153,7 @@ class OrderDirective\n$separatedOrders = [$order];\nif ($this->isMultiOrderQuery($order)) {\n- $separatedOrders = explode(',', $orde... | PHP | MIT License | bolt/core | Allow whitespace in `orderby` in setcontent queries |
95,144 | 18.07.2021 13:30:50 | -7,200 | ef366616bd454941a15b95a0fbccf5d482c7e510 | Prepare release 4.1.23 | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "{\n\"name\": \"bolt\",\n- \"version\": \"4.1.22\",\n+ \"version\": \"4.1.23\",\n\"homepage\": \"https://boltcms.io\",\n\"author\": \"Bob den Otter <bob@twokings.nl> (https://boltcms.io)\",\n\"license\": \"MIT... | PHP | MIT License | bolt/core | Prepare release 4.1.23 |
95,144 | 25.07.2021 17:16:26 | -7,200 | 39078a7f678117b507c94c64ed1e21bd5614c54a | Prepare release 5.0.0 beta 12 | [
{
"change_type": "MODIFY",
"old_path": "package-lock.json",
"new_path": "package-lock.json",
"diff": "\"version\": \"2.2.0\",\n\"resolved\": \"https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz\",\n\"integrity\": \"sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHd... | PHP | MIT License | bolt/core | Prepare release 5.0.0 beta 12 |
95,147 | 26.07.2021 10:50:13 | -7,200 | bf309bfdd20df1e9bd252f945ea5e38f65ac9ac8 | Update edit_record_1_content.spec.js | [
{
"change_type": "MODIFY",
"old_path": "tests/cypress/integration/edit_record_1_content.spec.js",
"new_path": "tests/cypress/integration/edit_record_1_content.spec.js",
"diff": "@@ -21,7 +21,7 @@ describe('As an Admin, I want to see default values on new content', () => {\ncy.login();\ncy.visit('/bo... | PHP | MIT License | bolt/core | Update edit_record_1_content.spec.js |
95,147 | 03.08.2021 13:33:49 | -7,200 | 528808a653177b6b1dc9718256db34c9fc11122a | Exclude partials in the `templateselect` default filter. Move methods to `FieldExtension` | [
{
"change_type": "MODIFY",
"old_path": "src/Twig/ContentExtension.php",
"new_path": "src/Twig/ContentExtension.php",
"diff": "@@ -5,7 +5,6 @@ declare(strict_types=1);\nnamespace Bolt\\Twig;\nuse Bolt\\Canonical;\n-use Bolt\\Common\\Str;\nuse Bolt\\Configuration\\Config;\nuse Bolt\\Configuration\\Con... | PHP | MIT License | bolt/core | Exclude partials in the `templateselect` default filter. Move methods to `FieldExtension` |
95,147 | 03.08.2021 15:15:34 | -7,200 | eb314f44db851c4e9ac3f5fb061c769ee95ba484 | Create a new readme | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "SETUP.md",
"diff": "+1 Install\n+---------\n+\n+To install a _**development**_ version of Bolt:\n+\n+ - Check out this git repository\n+ - Then run:\n+\n+<!-- If you're reading this, and you're curious about the echo statement below:\n+We've fou... | PHP | MIT License | bolt/core | Create a new readme |
95,134 | 04.08.2021 18:45:21 | -3,600 | 3e22fc853516fcf4ae9356a2aeea692b2b1401d6 | Unlimited select field options
Allows the number of options displayed in select fields to be set by the limit value in the contenttypes.yaml | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/Select.vue",
"new_path": "assets/js/app/editor/Components/Select.vue",
"diff": ":limit=\"1000\"\n:multiple=\"multiple\"\n:options=\"options\"\n- :searchable=\"taggable\"\n+ :optionsLimit=\"optionslimit\"\n+ :searchable=\"autocom... | PHP | MIT License | bolt/core | Unlimited select field options
Allows the number of options displayed in select fields to be set by the limit value in the contenttypes.yaml |
95,168 | 05.08.2021 15:39:17 | -7,200 | bf985a55729533b5ce6ff4bb08c3caab23686140 | Update postcss-loader to version ^4.0.0 since Webpack Encore does not support v3.0.0 | [
{
"change_type": "MODIFY",
"old_path": "package-lock.json",
"new_path": "package-lock.json",
"diff": "\"genversion\": \"^2.3.1\",\n\"jest\": \"^25.5.4\",\n\"jest-serializer-vue\": \"^2.0.2\",\n- \"postcss-loader\": \"^3.0.0\",\n+ \"postcss-loader\": \"^4.3.0\",\n\"postcss-preset-env\": \"^6.7.0\",\n... | PHP | MIT License | bolt/core | Update postcss-loader to version ^4.0.0 since Webpack Encore does not support v3.0.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.