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
29.11.2021 11:31:57
-3,600
e3e52533fa5420ee030099c331b752239b48507c
Remove PHPSpec (because it's black magic)
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"php-http/httplug-bundle\": \"^1.19\",\n\"php-http/message\": \"^1.12\",\n\"php-translation/loco-adapter\": \"^0.11\",\n- \"phpspec/phpspec\": \"^6.3.1\",\n- \"phpspec/prophecy\": \"^1.14\",\n\"phpstan/php...
PHP
MIT License
bolt/core
Remove PHPSpec (because it's black magic)
95,121
03.12.2021 14:31:15
-3,600
42fedf2154ce75c15925eb4371c320da2edb96a3
Date issues in Bolt 5 * Fix the format and fix typo * Fix Ivo's suggestion :D * Revert changes back The database doesnt store date field values as Zulu therefore this was not actually needed * Fix the format the date is saved in and update the query
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Date.vue", "new_path": "assets/js/app/editor/Components/Date.vue", "diff": "@@ -105,7 +105,7 @@ export default {\nwrap: true,\naltFormat: 'F j, Y',\naltInput: true,\n- dateFormat: 'Z',\n+ dateFormat: 'Y-m-d h:i',\nenableTime: fa...
PHP
MIT License
bolt/core
Date issues in Bolt 5 (#2986) * Fix the format and fix typo * Fix Ivo's suggestion :D * Revert changes back The database doesnt store date field values as Zulu therefore this was not actually needed * Fix the format the date is saved in and update the query
95,144
10.12.2021 13:06:17
-3,600
dbb668c912dfa9f8bbf99ffbe9efad5aab41933b
Don't set "linked media", if we don't have a proper filename
[ { "change_type": "MODIFY", "old_path": "src/Entity/Field/ImageField.php", "new_path": "src/Entity/Field/ImageField.php", "diff": "@@ -85,6 +85,10 @@ class ImageField extends Field implements FieldInterface, MediaAwareInterface, C\npublic function setLinkedMedia(MediaRepository $mediaRepository): voi...
PHP
MIT License
bolt/core
Don't set "linked media", if we don't have a proper filename (#3004)
95,144
10.12.2021 16:51:41
-3,600
1510a34fba91b67167444b3ec4f2d40c68a21f7f
Prep 5.1.0 b2
[ { "change_type": "MODIFY", "old_path": "assets/js/version.js", "new_path": "assets/js/version.js", "diff": "// generated by genversion\n-export const version = '5.0.99.1';\n+export const version = '5.0.99.2';\n" }, { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path...
PHP
MIT License
bolt/core
Prep 5.1.0 b2
95,144
12.12.2021 11:41:05
-3,600
657d98a83926e7deb6cd66ba6582c3dab85ef982
Splitting into two separate files
[ { "change_type": "RENAME", "old_path": "yaml-migrations/m_2021-12-10-security.yaml", "new_path": "yaml-migrations/m_2021-12-10-security_1.yaml", "diff": "@@ -10,12 +10,3 @@ add:\nmain:\ncustom_authenticators:\n- Bolt\\Security\\LoginFormAuthenticator\n-\n-remove:\n- security:\n- firewalls:\n- main:\...
PHP
MIT License
bolt/core
Splitting into two separate files
95,144
12.12.2021 13:44:53
-3,600
35fc41b8dcf611c8f9dd9d334d24ac93c08a0ce5
Minor cleanup on services.yaml
[ { "change_type": "MODIFY", "old_path": "config/services.yaml", "new_path": "config/services.yaml", "diff": "@@ -88,7 +88,10 @@ services:\n- \"@knp_menu.factory\"\n- !tagged_iterator bolt.extension_backend_menu\ntags:\n- - { name: knp_menu.menu_builder, method: createAdminMenu, alias: admin_menu } # ...
PHP
MIT License
bolt/core
Minor cleanup on services.yaml
95,147
21.12.2021 10:59:46
-3,600
b41035f4a59ec378ca6cc80ce220b56e6ad62e4c
Make `LoginFormAuthenticator` compatible with Symfony 5.3
[ { "change_type": "MODIFY", "old_path": "src/Security/LoginFormAuthenticator.php", "new_path": "src/Security/LoginFormAuthenticator.php", "diff": "@@ -16,6 +16,7 @@ use Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Badge\\CsrfTokenBadge;\nuse Symfony\\Component\\Security\\Http\\Authent...
PHP
MIT License
bolt/core
Make `LoginFormAuthenticator` compatible with Symfony 5.3
95,144
05.01.2022 16:05:54
-3,600
e86afc003d5059d9ae700602068f982e201dc38a
Update doctrine_migrations.yaml
[ { "change_type": "MODIFY", "old_path": "config/packages/doctrine_migrations.yaml", "new_path": "config/packages/doctrine_migrations.yaml", "diff": "@@ -2,4 +2,4 @@ doctrine_migrations:\nmigrations_paths:\n# namespace is arbitrary but should be different from App\\Migrations\n# as migrations classes ...
PHP
MIT License
bolt/core
Update doctrine_migrations.yaml
95,127
07.01.2022 22:27:53
-7,200
76f135276e01e5d5203b45aba2d850bc1b111f8d
Allow empty value for select form controls, based on user setting.
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Select.vue", "new_path": "assets/js/app/editor/Components/Select.vue", "diff": "<multiselect\nref=\"vselect\"\nv-model=\"selected\"\n- :allow-empty=\"allowempty\"\n:limit=\"1000\"\n:multiple=\"multiple\"\n:options=\"options\"\n@...
PHP
MIT License
bolt/core
Allow empty value for select form controls, based on user setting.
95,144
09.01.2022 10:07:26
-3,600
e015fa5f71bbe2fa985a251cb19d2120f8c271c8
Fixing logo alt
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "<h1 align=\"center\">\n<br>\n- <a href=\"https://boltcms.io/\"><img src=\"https://boltcms.io/theme/boltcms-2021/img/logo.svg\" alt=\"newsinproduct\" width=\"350\">\n+ <a href=\"https://boltcms.io/\"><img src=\"http...
PHP
MIT License
bolt/core
Fixing logo alt
95,144
09.01.2022 10:32:37
-3,600
0fbbdcf15b7b86f6a1c23b3e52cc283037982229
Typehint QuestionHelper
[ { "change_type": "MODIFY", "old_path": "src/Command/WelcomeCommand.php", "new_path": "src/Command/WelcomeCommand.php", "diff": "@@ -5,6 +5,7 @@ declare(strict_types=1);\nnamespace Bolt\\Command;\nuse Symfony\\Component\\Console\\Command\\Command;\n+use Symfony\\Component\\Console\\Helper\\QuestionHe...
PHP
MIT License
bolt/core
Typehint QuestionHelper
95,182
12.01.2022 12:43:36
-3,600
6532e4930d1570ce7cfcefb6f4ad89d1cba43fca
Fix wrong subtask called in makefile for docker
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "@@ -88,7 +88,7 @@ db-reset-without-images: ## to delete database and load fixtures, but no images\ndocker-install: ## to install project with docker\nmake docker-start\nmake docker-install-deps\n- make docker-db-crea...
PHP
MIT License
bolt/core
Fix wrong subtask called in makefile for docker
95,168
13.01.2022 17:37:52
-3,600
cb2ffcbfb7da5b02d549ab274c287a6ac82a297e
Make a label for the heading Current sessions
[ { "change_type": "MODIFY", "old_path": "templates/users/listing.html.twig", "new_path": "templates/users/listing.html.twig", "diff": "{% endif %}\n</p>\n- <h3>Current sessions</h3>\n+ <h3>{{ 'listing.current_sessions_header'|trans }}</h3>\n<table class=\"table\">\n<thead>\n<tr>\n" } ]
PHP
MIT License
bolt/core
Make a label for the heading Current sessions
95,168
13.01.2022 17:39:05
-3,600
5ee3aabd5a0978f9ef7892ebbbcd6d52cf985224
Add dutch translations for the /bolt/users overview page
[ { "change_type": "MODIFY", "old_path": "translations/messages.en.xlf", "new_path": "translations/messages.en.xlf", "diff": "<target>Remember me? (%duration% days)</target>\n</segment>\n</unit>\n+ <unit id=\"eJG2.4P\" name=\"listing.current_sessions_header\">\n+ <segment>\n+ <source>listing.current_s...
PHP
MIT License
bolt/core
Add dutch translations for the /bolt/users overview page
95,194
14.01.2022 15:23:12
-3,600
5f3544dba0d92a3a293f748d4300c17ad469c743
Add filter & sort
[ { "change_type": "MODIFY", "old_path": "src/Configuration/Parser/GeneralParser.php", "new_path": "src/Configuration/Parser/GeneralParser.php", "diff": "@@ -119,6 +119,7 @@ class GeneralParser extends BaseParser\n'extensions_allowed' => ['png', 'jpeg', 'jpg', 'gif'],\n'default_avatar' => '',\n],\n+ '...
PHP
MIT License
bolt/core
Add filter & sort
95,160
15.01.2022 21:49:56
-7,200
00c2fb7643e6a68eef9f60e80ea2200a91c73195
Bugfix Fix maximum_listing_select in config.yaml for Relation
[ { "change_type": "MODIFY", "old_path": "src/Twig/RelatedExtension.php", "new_path": "src/Twig/RelatedExtension.php", "diff": "@@ -140,7 +140,7 @@ class RelatedExtension extends AbstractExtension\npublic function getRelatedOptions(string $contentTypeSlug, ?string $order = null, string $format = '', ?...
PHP
MIT License
bolt/core
Bugfix Fix maximum_listing_select in config.yaml for Relation
95,160
21.01.2022 13:59:35
-7,200
e12029dc5513bb5fe028a1d3d9280e3aeda62235
Bugfix Fix autocomplete for Relation because it looks like searchable not used in vue
[ { "change_type": "MODIFY", "old_path": "templates/content/_relationships.html.twig", "new_path": "templates/content/_relationships.html.twig", "diff": ":options=\"{{ options }}\"\n:multiple=\"{{ relation.multiple ? 'true' : 'false' }}\"\n:taggable=false\n- :searchable=true\n+ :autocomplete=true\n></...
PHP
MIT License
bolt/core
Bugfix Fix autocomplete for Relation because it looks like searchable not used in vue
95,144
21.01.2022 14:46:57
-3,600
53a418990e8e96fe20724ea9527e20b6ae89b0f1
Set default `values` in FieldType
[ { "change_type": "MODIFY", "old_path": "src/Configuration/Content/FieldType.php", "new_path": "src/Configuration/Content/FieldType.php", "diff": "@@ -49,11 +49,11 @@ class FieldType extends Collection\n'pattern' => false,\n'hidden' => false,\n'default_locale' => 'en',\n- // 10 rows by default\n'heig...
PHP
MIT License
bolt/core
Set default `values` in FieldType
95,144
25.01.2022 15:05:34
-3,600
1cdd48681433aafdb9f7346b601dfe9fd8b9cb49
Remove ignore of false positive in PHPStan
[ { "change_type": "MODIFY", "old_path": "phpstan.neon", "new_path": "phpstan.neon", "diff": "@@ -36,11 +36,6 @@ parameters:\nmessage: \"#Offset '.*' ([a-z ]*)on array#\"\npath: %currentWorkingDirectory%/src/Log/LogHandler.php\n- # False positive: `id` on Entities\n- -\n- message: '#Property Bolt\\\\E...
PHP
MIT License
bolt/core
Remove ignore of false positive in PHPStan
95,144
26.01.2022 17:11:08
-3,600
cfc2b2086057a1887a77acb65d6c6e8c354ca871
Show "404" image for missing thumbnails
[ { "change_type": "ADD", "old_path": "assets/static/images/404-image.png", "new_path": "assets/static/images/404-image.png", "diff": "Binary files /dev/null and b/assets/static/images/404-image.png differ\n" }, { "change_type": "MODIFY", "old_path": "src/Controller/ImageController.php", ...
PHP
MIT License
bolt/core
Show "404" image for missing thumbnails
95,144
28.01.2022 15:00:15
-3,600
027ea1274217f625721cdf4bd14b844ed403a3c5
Tweaking Cypress defaultCommandTimeout
[ { "change_type": "MODIFY", "old_path": "tests/cypress/cypress-ci.json", "new_path": "tests/cypress/cypress-ci.json", "diff": "\"video\": false,\n\"supportFile\": \"tests/cypress/support/index.js\",\n\"baseUrl\": \"http://127.0.0.1:8088\",\n- \"projectId\": \"54gs3j\"\n+ \"projectId\": \"54gs3j\",\n+...
PHP
MIT License
bolt/core
Tweaking Cypress defaultCommandTimeout
95,122
02.02.2022 12:11:30
0
3ed866191e6ce7c2d985399f54529c2f7792d47a
Update AuthSubscriber.php Prevent error on logout when user is not logged in
[ { "change_type": "MODIFY", "old_path": "src/Event/Subscriber/AuthSubscriber.php", "new_path": "src/Event/Subscriber/AuthSubscriber.php", "diff": "@@ -53,6 +53,8 @@ class AuthSubscriber implements EventSubscriberInterface\npublic function onLogout(LogoutEvent $event): void\n{\n+ if (is_null($event->g...
PHP
MIT License
bolt/core
Update AuthSubscriber.php Prevent error on logout when user is not logged in
95,122
02.02.2022 12:16:40
0
fb85799e6f5193ebce0dae30ae3f02497de942d7
Update AuthSubscriber.php Additionaly prevent error when logging in already logged user (different browser)
[ { "change_type": "MODIFY", "old_path": "src/Event/Subscriber/AuthSubscriber.php", "new_path": "src/Event/Subscriber/AuthSubscriber.php", "diff": "@@ -35,6 +35,10 @@ class AuthSubscriber implements EventSubscriberInterface\n$user = $event->getAuthenticationToken()->getUser();\n$request = $this->reque...
PHP
MIT License
bolt/core
Update AuthSubscriber.php Additionaly prevent error when logging in already logged user (different browser)
95,122
02.02.2022 12:38:17
0
7f694b9a5c14ff6f148cd8cfaef4945c9845b168
Update AuthSubscriber.php not necessary database upgrade was necessary
[ { "change_type": "MODIFY", "old_path": "src/Event/Subscriber/AuthSubscriber.php", "new_path": "src/Event/Subscriber/AuthSubscriber.php", "diff": "namespace Bolt\\Event\\Subscriber;\nuse Bolt\\Entity\\User;\n-use Bolt\\Entity\\UserAuthToken;\nuse Bolt\\Log\\LoggerTrait;\nuse Bolt\\Repository\\UserAut...
PHP
MIT License
bolt/core
Update AuthSubscriber.php not necessary database upgrade was necessary
95,115
05.02.2022 21:36:27
-3,600
70ceb0d29750e8b93faab85d8f70d8995c2eb6c8
Make it possible for GlobalVoter.php to vote on non-bolt users.
[ { "change_type": "MODIFY", "old_path": "src/Security/GlobalVoter.php", "new_path": "src/Security/GlobalVoter.php", "diff": "@@ -45,12 +45,8 @@ class GlobalVoter extends Voter\n{\n$user = $token->getUser();\n- if (! $user instanceof User) {\n- // the user must be logged in; if not, deny access\n- ret...
PHP
MIT License
bolt/core
Make it possible for GlobalVoter.php to vote on non-bolt users.
95,191
07.02.2022 17:13:49
-3,600
b609de45185ecb430a7411860b0760fcf9160dcb
Update chief_editor_permissions.spec.js
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/chief_editor_permissions.spec.js", "new_path": "tests/cypress/integration/chief_editor_permissions.spec.js", "diff": "/// <reference types=\"cypress\" />\n-describe('As a chief editor I should be able to clear cache', () => {\n- it('c...
PHP
MIT License
bolt/core
Update chief_editor_permissions.spec.js
95,191
07.02.2022 17:20:24
-3,600
625349fc4ecd3e3e9b731a9c6fe4c96ed9802071
This ones funny :smile:
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/display_taxonomies.spec.js", "new_path": "tests/cypress/integration/display_taxonomies.spec.js", "diff": "@@ -12,7 +12,7 @@ describe('As a user I want to see taxonomies in records and listings', () => {\ncy.login();\ncy.visit('/entry/...
PHP
MIT License
bolt/core
This ones funny :smile:
95,191
08.02.2022 09:42:19
-3,600
09002417e74da3f0d3b25a821c9576135b4eeaac
Update edit_record_1_field.spec.js
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/edit_record_1_field.spec.js", "new_path": "tests/cypress/integration/edit_record_1_field.spec.js", "diff": "@@ -41,9 +41,9 @@ describe('As an Admin I want to be able to make use of the embed, infobox and im\ncy.visit('/bolt/edit/40');...
PHP
MIT License
bolt/core
Update edit_record_1_field.spec.js
95,191
08.02.2022 09:57:03
-3,600
afa23ed9cf14d3888cac0df320aa08e4891265a2
Update chief_editor_permissions.spec.js Temporary cache disable
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/chief_editor_permissions.spec.js", "new_path": "tests/cypress/integration/chief_editor_permissions.spec.js", "diff": "describe('Check permissions of a chief_editor', () => {\nit('checks all permissions of a chief editor', () => {\ncy....
PHP
MIT License
bolt/core
Update chief_editor_permissions.spec.js Temporary cache disable
95,191
08.02.2022 10:30:10
-3,600
cef535e35136f59acc8619334fc939132087c585
Update display_taxonomies.spec.js I want to see what the taxos are
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/display_taxonomies.spec.js", "new_path": "tests/cypress/integration/display_taxonomies.spec.js", "diff": "@@ -12,6 +12,7 @@ describe('As a user I want to see taxonomies in records and listings', () => {\ncy.login();\ncy.visit('/entry/...
PHP
MIT License
bolt/core
Update display_taxonomies.spec.js I want to see what the taxos are
95,191
08.02.2022 10:58:08
-3,600
d3084f3ff33043e98186be1382a564addce9016b
Update create_delete_user.spec.js This deselects the current locale which removes the english one and causes an error
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/create_delete_user.spec.js", "new_path": "tests/cypress/integration/create_delete_user.spec.js", "diff": "@@ -16,10 +16,6 @@ describe('Create/delete user', () => {\ncy.get('input[name=\"user[plainPassword]\"]').type('test%1');\ncy.get...
PHP
MIT License
bolt/core
Update create_delete_user.spec.js This deselects the current locale which removes the english one and causes an error
95,191
08.02.2022 11:16:48
-3,600
f7f146c933184d3ff83a5088ab19aa09b43c3ad8
Updated editor_permissions.spec.js Disabling backend menu cache for the test
[ { "change_type": "MODIFY", "old_path": "config/bolt/config.yaml", "new_path": "config/bolt/config.yaml", "diff": "@@ -15,7 +15,7 @@ caching:\nselectoptions: 1800\ncontent_array: 1800\nfrontend_menu: 3600\n- backend_menu: 1800\n+ backend_menu: ~\n# The theme to use.\n#\n" }, { "change_type": ...
PHP
MIT License
bolt/core
Updated editor_permissions.spec.js Disabling backend menu cache for the test
95,191
08.02.2022 12:05:10
-3,600
f702f8b1cbee682567c6dc61e76f46bf48fe1847
Update view_users_tables.spec.js
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/view_users_tables.spec.js", "new_path": "tests/cypress/integration/view_users_tables.spec.js", "diff": "describe('View users and permissions', () => {\nit('checks that an admin can view users and permission', () => {\ncy.login();\n+\n...
PHP
MIT License
bolt/core
Update view_users_tables.spec.js
95,191
08.02.2022 12:40:39
-3,600
ee9ee337c9f329da982a4f62c07e6b1874356eaa
Update display_record.spec.js
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/display_record.spec.js", "new_path": "tests/cypress/integration/display_record.spec.js", "diff": "@@ -5,20 +5,20 @@ describe('As a user I want to display a single record', () => {\ncy.visit('/entry/this-is-a-record-in-the-entries-cont...
PHP
MIT License
bolt/core
Update display_record.spec.js
95,191
08.02.2022 14:41:09
-3,600
d5036dcd9f22e44c141c0d8bcf0b95c995e615df
Update display_taxonomies.spec.js Gotta keep making changes or Cypress wont test -_-
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/display_taxonomies.spec.js", "new_path": "tests/cypress/integration/display_taxonomies.spec.js", "diff": "@@ -16,5 +16,5 @@ describe('As a user I want to see taxonomies in records and listings', () => {\ncy.findByText('love').click();...
PHP
MIT License
bolt/core
Update display_taxonomies.spec.js Gotta keep making changes or Cypress wont test -_-
95,144
09.02.2022 10:21:05
-3,600
558e721f2a46c5aac39e23c497fa4020327184a0
Update src/Configuration/Parser/BaseParser.php
[ { "change_type": "MODIFY", "old_path": "src/Configuration/Parser/BaseParser.php", "new_path": "src/Configuration/Parser/BaseParser.php", "diff": "@@ -77,7 +77,7 @@ abstract class BaseParser\n{\n$projectConfigDir = $_ENV['BOLT_CONFIG_FOLDER'] ?? 'bolt';\n- if (empty($value) && getenv('BOLT_CONFIG_FOL...
PHP
MIT License
bolt/core
Update src/Configuration/Parser/BaseParser.php
95,191
09.02.2022 10:27:21
-3,600
263a4360af66baad0f4623a618cff0967c463dc6
Add username to the cache key This will prevent that a editor will see the same menu as an admin after an admin logged out.
[ { "change_type": "MODIFY", "old_path": "src/Menu/BackendMenu.php", "new_path": "src/Menu/BackendMenu.php", "diff": "@@ -5,6 +5,7 @@ declare(strict_types=1);\nnamespace Bolt\\Menu;\nuse Bolt\\Configuration\\Config;\n+use Bolt\\Entity\\User;\nuse Symfony\\Component\\HttpFoundation\\RequestStack;\nuse ...
PHP
MIT License
bolt/core
Add username to the cache key This will prevent that a editor will see the same menu as an admin after an admin logged out.
95,115
09.02.2022 14:09:54
-3,600
48fe9d68a1560741b461f763f2b6d2cba4147e52
update doc to match actual use
[ { "change_type": "MODIFY", "old_path": "config/bolt/permissions.yaml", "new_path": "config/bolt/permissions.yaml", "diff": "assignable_roles: [ROLE_DEVELOPER, ROLE_ADMIN, ROLE_CHIEF_EDITOR, ROLE_EDITOR, ROLE_USER, ROLE_WEBSERVICE]\n# These permissions are the 'global' permissions; these are not tied...
PHP
MIT License
bolt/core
update doc to match actual use
95,160
10.02.2022 12:13:00
-7,200
81ad7392073254f595e8e3bdc24876eb68267eb1
add some changes suggested in PR
[ { "change_type": "MODIFY", "old_path": ".env", "new_path": ".env", "diff": "APP_ENV=dev\nAPP_SECRET=!ChangeMe!\nTRUSTED_PROXIES=127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16\n-BOLT_CONFIG_FOLDER=bolt\n+BOLT_CONFIG_FOLDER='config/bolt'\n#TRUSTED_HOSTS='^(localhost|nginx)$'\n###< symfony/framewo...
PHP
MIT License
bolt/core
add some changes suggested in PR
95,144
16.02.2022 15:31:47
-3,600
7ab10082e01564f67a22eeff9fc007054da563f3
Refactoring deprecations in Symfony 5 -> 6
[ { "change_type": "MODIFY", "old_path": "config/packages/api_platform.yaml", "new_path": "config/packages/api_platform.yaml", "diff": "@@ -10,7 +10,7 @@ api_platform:\njson: ['application/json']\njsonapi: ['application/vnd.api+json']\nhtml: ['text/html']\n- collection:\n+ defaults:\npagination:\nclie...
PHP
MIT License
bolt/core
Refactoring deprecations in Symfony 5 -> 6
95,144
17.02.2022 16:26:47
-3,600
9e24e1c40ae37ecb8ea80d028cad87c97a75f8db
Fix custom homepage setting: allow singular ContentType slugs
[ { "change_type": "MODIFY", "old_path": "src/Controller/Frontend/HomepageController.php", "new_path": "src/Controller/Frontend/HomepageController.php", "diff": "@@ -29,7 +29,7 @@ class HomepageController extends TwigAwareController implements FrontendZoneInte\n}\n$homepageTokens = explode('/', $homep...
PHP
MIT License
bolt/core
Fix custom homepage setting: allow singular ContentType slugs
95,115
20.02.2022 14:43:42
-3,600
c7c33e50392f6dabacf8c54990dec7a793f12e87
added seconds to dateFormat to fix issue with date-compare between database original and edited version
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Date.vue", "new_path": "assets/js/app/editor/Components/Date.vue", "diff": "@@ -105,7 +105,7 @@ export default {\nwrap: true,\naltFormat: 'F j, Y',\naltInput: true,\n- dateFormat: 'Y-m-d H:i',\n+ dateFormat: 'Y-m-d H:i:S',\nenab...
PHP
MIT License
bolt/core
added seconds to dateFormat to fix issue with date-compare between database original and edited version
95,191
25.02.2022 11:25:19
-3,600
b7cdac6ad8bc92bc240ae14f3fe44462cd545e6c
Update cypress tests so it retries on failure For more info see:
[ { "change_type": "MODIFY", "old_path": "tests/cypress/cypress-ci.json", "new_path": "tests/cypress/cypress-ci.json", "diff": "\"supportFile\": \"tests/cypress/support/index.js\",\n\"baseUrl\": \"http://127.0.0.1:8088\",\n\"projectId\": \"54gs3j\",\n- \"defaultCommandTimeout\": 8000\n+ \"defaultComma...
PHP
MIT License
bolt/core
Update cypress tests so it retries on failure For more info see: https://docs.cypress.io/guides/guides/test-retries#Global-Configuration
95,191
25.02.2022 11:41:21
-3,600
3bc24c223fe4b09a44ccc8f45480fc554922fcfd
Only need 2 retries
[ { "change_type": "MODIFY", "old_path": "tests/cypress/cypress-ci.json", "new_path": "tests/cypress/cypress-ci.json", "diff": "\"baseUrl\": \"http://127.0.0.1:8088\",\n\"projectId\": \"54gs3j\",\n\"defaultCommandTimeout\": 8000,\n- \"retries\": 3\n+ \"retries\": 2\n}\n" }, { "change_type": "M...
PHP
MIT License
bolt/core
Only need 2 retries
95,115
25.02.2022 21:23:30
-3,600
ca14fdd6c7eb3e8aebce9b3db5c6661b197084f3
update tests to include seconds for date/datetime field
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/edit_record_1_field.spec.js", "new_path": "tests/cypress/integration/edit_record_1_field.spec.js", "diff": "@@ -96,7 +96,7 @@ describe('As an Admin I want to be able to make use of the date & datetime field\ncy.get('.flatpickr-calenda...
PHP
MIT License
bolt/core
update tests to include seconds for date/datetime field
95,117
02.03.2022 11:49:03
-3,600
b5741d4c4615233aec9d8d4abc0dd95105b516f7
fix wrong copy paste in comments
[ { "change_type": "MODIFY", "old_path": "config/bolt/config.yaml", "new_path": "config/bolt/config.yaml", "diff": "@@ -99,7 +99,7 @@ forbidden: [ blocks/403-forbidden, 'helpers/page_403.html.twig' ]\n# handled, and you'll have a bad time debugging it!\ninternal_server_error: [ 'helpers/page_500.html....
PHP
MIT License
bolt/core
fix wrong copy paste in comments
95,200
03.03.2022 16:03:17
-3,600
4d7b2f1cfad77a1c702582287a5e2bb368041490
Add map to htaccess Web inspectors return a 403 error because css source maps were not allowed access Add map filetype solves this.
[ { "change_type": "MODIFY", "old_path": "public/.htaccess", "new_path": "public/.htaccess", "diff": "@@ -49,7 +49,7 @@ DirectoryIndex index.php\nRewriteRule ^index\\.php(?:/(.*)|$) %{ENV:BASE}/$1 [R=301,L]\n# Deny access to any files in the theme folder, except for the listed extensions.\n- RewriteRu...
PHP
MIT License
bolt/core
Add map to htaccess Web inspectors return a 403 error because css source maps were not allowed access Add map filetype solves this.
95,144
03.03.2022 16:56:26
-3,600
9967bff022b32a3cbfeddd3d2efe3af626350c41
Tiny fix, as per PHPStan
[ { "change_type": "MODIFY", "old_path": "src/Form/LoginType.php", "new_path": "src/Form/LoginType.php", "diff": "@@ -68,7 +68,7 @@ class LoginType extends AbstractType\n$builder->add('remember_me', CheckboxType::class, [\n'label' => 'label.remembermeduration',\n'label_translation_parameters' => [\n- ...
PHP
MIT License
bolt/core
Tiny fix, as per PHPStan
95,144
04.03.2022 12:52:01
-3,600
b100943a3f752d2468b71494459ca6f77a5c68f3
Set `api:get:` to `PUBLIC_ACCESS` for public access to the read-endpoint of the API
[ { "change_type": "MODIFY", "old_path": "config/bolt/permissions.yaml", "new_path": "config/bolt/permissions.yaml", "diff": "@@ -48,7 +48,7 @@ global:\nlist_files:config: [ ROLE_ADMIN ] # should probably not be used?\nlist_files:files: [ ROLE_EDITOR ] # get list of files (images?) available for use a...
PHP
MIT License
bolt/core
Set `api:get:` to `PUBLIC_ACCESS` for public access to the read-endpoint of the API
95,123
11.03.2022 12:34:04
-3,600
32ca88e58750c7f6fdb878ecf26b7d1c63293c36
Fix : Select field with empty value
[ { "change_type": "MODIFY", "old_path": "src/Entity/Field.php", "new_path": "src/Entity/Field.php", "diff": "@@ -464,12 +464,12 @@ class Field implements FieldInterface, TranslatableInterface\n*/\npublic static function settingsAllowEmpty(?bool $allowEmpty, ?bool $required): bool\n{\n- if (!is_null($...
PHP
MIT License
bolt/core
Fix #3106 : Select field with empty value
95,144
13.03.2022 14:40:04
-3,600
dea12e65d3d0abb017d30dd4c8eeaf5ec33d30b0
Fix YAML migrations
[ { "change_type": "MODIFY", "old_path": "config/services.yaml", "new_path": "config/services.yaml", "diff": "@@ -93,8 +93,6 @@ services:\nmethod: createAdminMenu\nalias: admin_menu # The alias is what is used to retrieve the menu\n- Symfony\\Bridge\\Twig\\Extension\\AssetExtension: '@twig.extension.a...
PHP
MIT License
bolt/core
Fix YAML migrations
95,144
13.03.2022 15:22:06
-3,600
c11b6105613c3ae9b48c38247daeaf13a78c2ef6
Update m_2022-02-16-security_2.yaml
[ { "change_type": "MODIFY", "old_path": "yaml-migrations/m_2022-02-16-security_2.yaml", "new_path": "yaml-migrations/m_2022-02-16-security_2.yaml", "diff": "@@ -6,4 +6,4 @@ since: 5.1.4\nremove:\nencoders:\npassword_hashers:\n- Bolt\\Entity\\User: auto\n\\ No newline at end of file\n+ Bolt\\Entity\\U...
PHP
MIT License
bolt/core
Update m_2022-02-16-security_2.yaml
95,144
14.03.2022 15:06:37
-3,600
80fcc62479838a847c68087a0478500ab51d0412
Bugfix: verify setting correct tags for caching works correctly
[ { "change_type": "MODIFY", "old_path": "src/Cache/CachingTrait.php", "new_path": "src/Cache/CachingTrait.php", "diff": "@@ -53,6 +53,10 @@ trait CachingTrait\npublic function setCacheTags(array $tags): void\n{\n+ foreach ($tags as $key => $tag) {\n+ $tags[$key] = preg_replace('~[^\\pL\\d,]+~u', '-',...
PHP
MIT License
bolt/core
Bugfix: verify setting correct tags for caching works correctly
95,144
14.03.2022 15:18:44
-3,600
deca3ef819d05e8e2537afeefc5d552c9795ac39
Better regexing
[ { "change_type": "MODIFY", "old_path": "src/Cache/CachingTrait.php", "new_path": "src/Cache/CachingTrait.php", "diff": "@@ -54,7 +54,7 @@ trait CachingTrait\npublic function setCacheTags(array $tags): void\n{\nforeach ($tags as $key => $tag) {\n- $tags[$key] = preg_replace('~[^\\pL\\d,]+~u', '-', $t...
PHP
MIT License
bolt/core
Better regexing
95,191
15.03.2022 14:04:19
-3,600
7ab2374834b6075e51131a845b51e336808b4c8d
Update float field so it uses step='any' This way you don't have a fixed amount of numbers after the comma
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Number.vue", "new_path": "assets/js/app/editor/Components/Number.vue", "diff": "@@ -26,7 +26,7 @@ export default {\nid: String,\nvalue: String,\nname: String,\n- step: Number,\n+ step: Number | String,\ntype: String,\ndisabled: ...
PHP
MIT License
bolt/core
Update float field so it uses step='any' This way you don't have a fixed amount of numbers after the comma
95,127
25.02.2022 18:14:59
-7,200
fd0aadc0d39457ccf6aef0773a9c90ce657f0740
Add helper to render a themed twig template.
[ { "change_type": "MODIFY", "old_path": "src/Controller/TwigAwareController.php", "new_path": "src/Controller/TwigAwareController.php", "diff": "@@ -87,26 +87,7 @@ class TwigAwareController extends AbstractController\n$parameters['theme'] = $this->config->get('theme');\n}\n- $this->setThemePackage();...
PHP
MIT License
bolt/core
Add helper to render a themed twig template. (cherry picked from commit 248d1741730ecb3844799c24bdd88287618d6593)
95,127
25.02.2022 09:00:19
-7,200
ddfd49c14b93578f3e0f1faa4c53fe5b5f2a168d
Move reset email build to separate method.
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/ResetPasswordController.php", "new_path": "src/Controller/Backend/ResetPasswordController.php", "diff": "@@ -15,6 +15,7 @@ use Symfony\\Component\\HttpFoundation\\Request;\nuse Symfony\\Component\\HttpFoundation\\Response;\nuse Symfony\\...
PHP
MIT License
bolt/core
Move reset email build to separate method.
95,127
28.02.2022 12:30:30
-7,200
eb3f40eef8d261d2859a2f5fedc0f88a237f9c02
Use existing translation.
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/ResetPasswordController.php", "new_path": "src/Controller/Backend/ResetPasswordController.php", "diff": "@@ -109,7 +109,7 @@ class ResetPasswordController extends AbstractController\n$user = $this->resetPasswordHelper->validateTokenAndFe...
PHP
MIT License
bolt/core
Use existing translation.
95,127
28.02.2022 22:55:11
-7,200
b329e9247f4b90f3bfbe8efd9d1a9314ec031688
Allow overriding security templates.
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/AuthenticationController.php", "new_path": "src/Controller/Backend/AuthenticationController.php", "diff": "@@ -35,7 +35,9 @@ class AuthenticationController extends TwigAwareController implements BackendZon\n// last authentication error (...
PHP
MIT License
bolt/core
Allow overriding security templates.
95,127
03.03.2022 11:04:49
-7,200
16362bc84d513ac2dbcc6c7680b249a35b0e5475
Throw exception if content type doesn't contain field.
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/ContentEditController.php", "new_path": "src/Controller/Backend/ContentEditController.php", "diff": "@@ -476,6 +476,10 @@ class ContentEditController extends TwigAwareController implements BackendZoneIn\n$definition = empty($fieldDefinit...
PHP
MIT License
bolt/core
Throw exception if content type doesn't contain field.
95,127
03.03.2022 17:42:02
-7,200
418ed5700fbaa20b88b5ccfb917a6877fa5fbe01
Translate login required message.
[ { "change_type": "MODIFY", "old_path": "src/Security/AuthenticationEntryPointRedirector.php", "new_path": "src/Security/AuthenticationEntryPointRedirector.php", "diff": "@@ -7,20 +7,24 @@ use Symfony\\Component\\HttpFoundation\\Request;\nuse Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterf...
PHP
MIT License
bolt/core
Translate login required message.
95,127
04.03.2022 05:51:06
-7,200
c9021030cbcc5c41eb425abd4e16262e1731b4aa
Use correct URL paths in Admin toolbar.
[ { "change_type": "MODIFY", "old_path": "assets/js/app/toolbar/Components/Toolbar.vue", "new_path": "assets/js/app/toolbar/Components/Toolbar.vue", "diff": "</div>\n<div v-if=\"isImpersonator\" class=\"toolbar-impersonation\">\n- <a :href=\"backendPrefix + '?_switch_user=_exit'\" class=\"btn btn-warn...
PHP
MIT License
bolt/core
Use correct URL paths in Admin toolbar.
95,127
04.03.2022 06:50:09
-7,200
a6644f09e4a3e0745da9d4df054f53170ee46855
After determining field value, restore original current locale.
[ { "change_type": "MODIFY", "old_path": "src/Entity/Field.php", "new_path": "src/Entity/Field.php", "diff": "@@ -199,12 +199,15 @@ class Field implements FieldInterface, TranslatableInterface\n$result = [];\n+ $currentLocale = $this->getCurrentLocale();\nforeach ($this->getTranslations() as $translat...
PHP
MIT License
bolt/core
After determining field value, restore original current locale.
95,127
10.03.2022 22:22:19
-7,200
2a46b5b59ad6deb833f7507dcffed13ced1fd818
ResetPasswordRequestFormType: Specify label and placeholder.
[ { "change_type": "MODIFY", "old_path": "src/Form/ResetPasswordRequestFormType.php", "new_path": "src/Form/ResetPasswordRequestFormType.php", "diff": "@@ -25,11 +25,15 @@ class ResetPasswordRequestFormType extends AbstractType\n{\n$builder\n->add('email', EmailType::class, [\n+ 'label' => 'label.emai...
PHP
MIT License
bolt/core
ResetPasswordRequestFormType: Specify label and placeholder.
95,127
10.03.2022 22:22:46
-7,200
c9701cfb3704d9f3bba4f94454297b55e5f0281d
Put reset password templates under existing reset_password_settings group.
[ { "change_type": "MODIFY", "old_path": "src/TemplateChooser.php", "new_path": "src/TemplateChooser.php", "diff": "@@ -186,10 +186,10 @@ class TemplateChooser\n$templates = new Collection();\n// First candidate: Theme-specific config.\n- $templates->push($this->config->get('theme/reset_password/check...
PHP
MIT License
bolt/core
Put reset password templates under existing reset_password_settings group.
95,127
14.03.2022 09:40:58
-7,200
c14e01f251fdba0055992db4bfec7304fab0ffdc
Translate reset password errors.
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/ResetPasswordController.php", "new_path": "src/Controller/Backend/ResetPasswordController.php", "diff": "@@ -111,7 +111,7 @@ class ResetPasswordController extends TwigAwareController\n} catch (ResetPasswordExceptionInterface $e) {\n$this...
PHP
MIT License
bolt/core
Translate reset password errors.
95,127
19.03.2022 11:53:27
-7,200
eed64ddbc4a7faca65212c9878c3dbf4cfdf42b9
Use requestStack to access current request when needed.
[ { "change_type": "MODIFY", "old_path": "src/Canonical.php", "new_path": "src/Canonical.php", "diff": "@@ -24,7 +24,7 @@ class Canonical\nprivate $urlGenerator;\n/** @var Request */\n- private $request;\n+ private $request = null;\n/** @var string */\nprivate $scheme = null;\n@@ -44,27 +44,39 @@ clas...
PHP
MIT License
bolt/core
Use requestStack to access current request when needed.
95,127
19.03.2022 13:08:17
-7,200
188f126538c1f2b8787dffa70ece8881d1e30663
Must listen to kernel event for guaranteed proper setup.
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Event/Subscriber/CanonicalSubscriber.php", "diff": "+<?php\n+\n+namespace Bolt\\Event\\Subscriber;\n+\n+use Bolt\\Canonical;\n+use Symfony\\Component\\EventDispatcher\\EventSubscriberInterface;\n+use Symfony\\Component\\HttpKernel\\Event\\Re...
PHP
MIT License
bolt/core
Must listen to kernel event for guaranteed proper setup.
95,127
20.03.2022 11:52:39
-7,200
7fe24b03cb9c8ff2ce20006e3849db59828067bd
Ditch init(). Use request setter for clarity.
[ { "change_type": "MODIFY", "old_path": "src/Canonical.php", "new_path": "src/Canonical.php", "diff": "@@ -58,23 +58,29 @@ class Canonical\npublic function getRequest(): Request\n{\n- // always try to use current request\nif ($this->request === null) {\n- $this->request = $this->requestStack->getCurr...
PHP
MIT License
bolt/core
Ditch init(). Use request setter for clarity.
95,156
21.03.2022 14:17:06
0
a86b9ae3e1fe7a19aed254dfef8096e962b737a3
use routing to create the link to the content type overview for items on the dashboard
[ { "change_type": "MODIFY", "old_path": "assets/js/version.js", "new_path": "assets/js/version.js", "diff": "// generated by genversion\n-export const version = '5.1.3';\n+export const version = '5.1.4';\n" }, { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "pa...
PHP
MIT License
bolt/core
#3128 use routing to create the link to the content type overview for items on the dashboard
95,115
23.03.2022 22:30:37
-3,600
593eb0acfc2171810f25f98f6d692e4390f7452c
handle 'double wrapped' database connections, this fix is needed when runing tests using dama/doctrine-test-bundle db-rollback support
[ { "change_type": "MODIFY", "old_path": "src/Doctrine/Version.php", "new_path": "src/Doctrine/Version.php", "diff": "@@ -26,11 +26,29 @@ class Version\n$this->tablePrefix = Str::ensureEndsWith($tablePrefix, '_');\n}\n+ /**\n+ * @throws \\Exception\n+ */\npublic function getPlatform(): array\n{\n- /**...
PHP
MIT License
bolt/core
handle 'double wrapped' database connections, this fix is needed when runing tests using dama/doctrine-test-bundle db-rollback support
95,144
24.03.2022 09:12:46
-3,600
08e6ecc80af30ca6ce5c73be4b57b1d6b1a38ab0
Remove unused method Fixes thanks
[ { "change_type": "MODIFY", "old_path": "src/Repository/FieldRepository.php", "new_path": "src/Repository/FieldRepository.php", "diff": "@@ -123,18 +123,6 @@ class FieldRepository extends ServiceEntityRepository\nreturn $field;\n}\n- public function findParents(Field $field)\n- {\n- $qb = $this->getQ...
PHP
MIT License
bolt/core
Remove unused method Fixes #3140, thanks @simongroenewolt
95,115
24.03.2022 23:59:43
-3,600
86ed2971de51160b2d8005237c57e9cc24ff8d9a
move postLoad code from FieldFillListener.php to ContentFillListener.php
[ { "change_type": "MODIFY", "old_path": "config/bolt/contenttypes.yaml", "new_path": "config/bolt/contenttypes.yaml", "diff": "@@ -439,18 +439,6 @@ tests:\nlisting_records: 10\n# This contenttype is here to use for (automated) tests.\n-simpletests:\n- name: simpletests\n- singular_name: Simple Test\n...
PHP
MIT License
bolt/core
move postLoad code from FieldFillListener.php to ContentFillListener.php
95,115
25.03.2022 00:02:32
-3,600
22fa5f3d8e9421cc067c14d0de0cdf25684bf13d
trigger test (I hope)
[ { "change_type": "MODIFY", "old_path": "src/Event/Listener/ContentFillListener.php", "new_path": "src/Event/Listener/ContentFillListener.php", "diff": "@@ -34,7 +34,8 @@ class ContentFillListener\n/** @var string */\nprivate $defaultLocale;\n- public function __construct(Config $config, ContentExten...
PHP
MIT License
bolt/core
trigger test (I hope)
95,122
25.03.2022 10:08:19
-3,600
b0287f7ceca7864e258b2911da37807648b09a24
Multiple EntityManagers prefixes Update TablePrefix.php Update TablePrefixTrait.php
[ { "change_type": "MODIFY", "old_path": "src/Doctrine/TablePrefix.php", "new_path": "src/Doctrine/TablePrefix.php", "diff": "@@ -19,7 +19,8 @@ class TablePrefix\npublic function loadClassMetadata(LoadClassMetadataEventArgs $eventArgs): void\n{\n- if ($tablePrefix = $this->getTablePrefix()) {\n+ $enti...
PHP
MIT License
bolt/core
Multiple EntityManagers prefixes Update TablePrefix.php Update TablePrefixTrait.php
95,144
25.03.2022 17:16:51
-3,600
a38c926853719a0cb239c159808ea50f0f9ffca6
Adding cache decorator for Formatter
[ { "change_type": "MODIFY", "old_path": "config/bolt/config.yaml", "new_path": "config/bolt/config.yaml", "diff": "@@ -9,13 +9,23 @@ secret: '%env(APP_SECRET)%'\n# Set the caching configuration for various areas of Bolt.\n# The expires_after is counted in seconds.\n+#caching:\n+# related_options: 60\...
PHP
MIT License
bolt/core
Adding cache decorator for Formatter
95,144
25.03.2022 17:17:55
-3,600
432fe45fcab17e0979bd4df10584c40fcf90eb29
Create m_2022-03-25-services.yaml
[ { "change_type": "ADD", "old_path": null, "new_path": "yaml-migrations/m_2022-03-25-services.yaml", "diff": "+# Adding the new services for Bolt 5.1.6\n+# See: https://github.com/bolt/core/pull/3143\n+file: services.yaml\n+since: 5.1.6\n+\n+add:\n+ services:\n+ Bolt\\Cache\\GetFormatCacher:\n+ decor...
PHP
MIT License
bolt/core
Create m_2022-03-25-services.yaml
95,115
25.03.2022 22:52:34
-3,600
dcff2b9620a75bef374b4ca10919c5f8e87d5543
try to work around entrypoints.json requirement during phpunit by disabeling strict_mode
[ { "change_type": "ADD", "old_path": null, "new_path": "config/packages/test/webpack_encore.yaml", "diff": "+webpack_encore:\n+# Disable strict mode for phpunit to enable ContentEditControllerTest to run without\n+# having to invoke webpack first to create public/assets/entrypoints.json\n+ strict_mod...
PHP
MIT License
bolt/core
try to work around entrypoints.json requirement during phpunit by disabeling strict_mode
95,144
28.03.2022 17:23:18
-7,200
ccc5e7164f225198b6955952296520cec81f475d
Ensure correct links in menu, when changing `backend_url` in `services.yaml`
[ { "change_type": "MODIFY", "old_path": "config/services.yaml", "new_path": "config/services.yaml", "diff": "@@ -29,6 +29,7 @@ services:\n$projectDir: '%kernel.project_dir%'\n$publicFolder: '%bolt.public_folder%'\n$tablePrefix: '%bolt.table_prefix%'\n+ $backendUrl: '%bolt.backend_url%'\n$rememberLife...
PHP
MIT License
bolt/core
Ensure correct links in menu, when changing `backend_url` in `services.yaml`
95,144
29.03.2022 11:25:49
-7,200
4aab4e20e1c45ddde6a372b12b13a6bf97ac507e
Add `cite` to `allowed_tags`
[ { "change_type": "MODIFY", "old_path": "config/bolt/config.yaml", "new_path": "config/bolt/config.yaml", "diff": "@@ -196,7 +196,7 @@ filepermissions:\n# the allowed tags. For example, if you set `images: true`, the `<img>` tag\n# will be allowed, regardless of it being in the `allowed_tags` setting...
PHP
MIT License
bolt/core
Add `cite` to `allowed_tags`
95,191
29.03.2022 15:26:19
-7,200
8a0568779315e9bc0d5aef1e03713717d7472098
Update User Edit Form so it has a unique ID This might help the Ajax Saving PR
[ { "change_type": "MODIFY", "old_path": "templates/users/_form.html.twig", "new_path": "templates/users/_form.html.twig", "diff": "{% import '@bolt/_macro/_macro.html.twig' as macro %}\n{# DONT TOUCH THAT ID! #}\n-{{ form_start(userForm, {'attr': {'id': 'editcontent'}}) }}\n+{{ form_start(userForm, {...
PHP
MIT License
bolt/core
Update User Edit Form so it has a unique ID This might help the Ajax Saving PR
95,191
29.03.2022 15:47:23
-7,200
e3e583d3ec0d451e5435966ed9fafab858d9b2b9
Update Cypress tests to look for new ID
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/create_delete_user.spec.js", "new_path": "tests/cypress/integration/create_delete_user.spec.js", "diff": "@@ -25,8 +25,8 @@ describe('Create/delete user', () => {\ncy.get('#multiselect-user_roles > div > div.multiselect__content-wrapp...
PHP
MIT License
bolt/core
Update Cypress tests to look for new ID
95,191
29.03.2022 14:26:46
-7,200
5b2238c195ab83fedeef1edbf4e79921e081a3d5
Update create_delete_user.spec.js Cypress fix
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/create_delete_user.spec.js", "new_path": "tests/cypress/integration/create_delete_user.spec.js", "diff": "@@ -25,8 +25,8 @@ describe('Create/delete user', () => {\ncy.get('#multiselect-user_roles > div > div.multiselect__content-wrapp...
PHP
MIT License
bolt/core
Update create_delete_user.spec.js Cypress fix
95,144
30.03.2022 19:15:32
-7,200
b2f0f11341657af6da5a984026d2cc7749c256d1
Refactor Composer scripts to work with Composer 2.3.0
[ { "change_type": "MODIFY", "old_path": "bin/composer-script/CorePostInstallScript.php", "new_path": "bin/composer-script/CorePostInstallScript.php", "diff": "@@ -21,9 +21,9 @@ class CorePostInstallScript extends Script\nparent::init('Running composer \"post-install-cmd\" scripts, for `bolt/core` ins...
PHP
MIT License
bolt/core
Refactor Composer scripts to work with Composer 2.3.0
95,144
31.03.2022 11:25:15
-7,200
b038812ed82b1525513786c63a1d798008de1769
Tweaking default config a little bit
[ { "change_type": "MODIFY", "old_path": "config/bolt/config.yaml", "new_path": "config/bolt/config.yaml", "diff": "@@ -45,7 +45,8 @@ 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 and dislike th...
PHP
MIT License
bolt/core
Tweaking default config a little bit
95,144
31.03.2022 13:18:36
-7,200
64ad2495ebc91728e719114c8c42815864c7221b
Prepare release 5.1.7
[ { "change_type": "MODIFY", "old_path": "assets/js/version.js", "new_path": "assets/js/version.js", "diff": "// generated by genversion\n-export const version = '5.1.6';\n+export const version = '5.1.7';\n" }, { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "pa...
PHP
MIT License
bolt/core
Prepare release 5.1.7
95,141
06.04.2022 14:15:36
-7,200
f5b9f8bb616f8173ebdd403b5bc3c87f4931395c
clean(file-system): remove '.history' directory
[ { "change_type": "DELETE", "old_path": "assets/js/app/editor/Components/.history/Collection_20220406134859.vue", "new_path": null, "diff": "-<template>\n- <div :id=\"name\" ref=\"collectionContainer\" class=\"collection-container\">\n- <div class=\"expand-buttons\">\n- <label>{{ labels.field_label }...
PHP
MIT License
bolt/core
clean(file-system): remove '.history' directory
95,141
08.04.2022 14:53:16
-7,200
1085fdf969585b11e34f50ff075a8f6203847ae6
fix(backend-menu): parent menu items use wrong icon
[ { "change_type": "MODIFY", "old_path": "src/Menu/BackendMenuBuilder.php", "new_path": "src/Menu/BackendMenuBuilder.php", "diff": "@@ -364,12 +364,13 @@ final class BackendMenuBuilder implements BackendMenuBuilderInterface\n}\n$label = $contentType->get('show_in_menu') ?: $t->trans('caption.other_con...
PHP
MIT License
bolt/core
fix(backend-menu): parent menu items use wrong icon
95,144
10.04.2022 12:33:02
-7,200
39673005800216bca7630e03a865c425266f8bb1
Feature: Add caching for the file listings
[ { "change_type": "MODIFY", "old_path": "config/bolt/config.yaml", "new_path": "config/bolt/config.yaml", "diff": "@@ -10,13 +10,14 @@ secret: '%env(APP_SECRET)%'\n# Set the caching configuration for various areas of Bolt.\n# The expires_after is counted in seconds.\n#caching:\n-# related_options: 60...
PHP
MIT License
bolt/core
Feature: Add caching for the file listings
95,115
10.04.2022 16:09:46
-7,200
a84c3873a3ec5d2d445e28c18171d3a9258eefd6
fix record_listing.spec.js by taking into account the newly added content-type
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/record_listing.spec.js", "new_path": "tests/cypress/integration/record_listing.spec.js", "diff": "@@ -92,14 +92,14 @@ describe('As an Admin I want to use record listing', () => {\ncy.get('.admin__sidebar--menu').should('contain', 'Con...
PHP
MIT License
bolt/core
fix record_listing.spec.js by taking into account the newly added content-type
95,156
12.04.2022 04:32:49
-3,600
6def7db8b4c2af111e9d5b992a54fc3d7ff3fbb8
FOr replace JSON_VALUE with JSON_UNQUOTE (compatible with earlier versions of MySQL)
[ { "change_type": "MODIFY", "old_path": "config/packages/doctrine.yaml", "new_path": "config/packages/doctrine.yaml", "diff": "@@ -32,9 +32,9 @@ doctrine:\ndql:\nstring_functions:\nJSON_EXTRACT: Bolt\\Doctrine\\Functions\\JsonExtract\n- JSON_VALUE: Bolt\\Doctrine\\Functions\\JsonValue\nJSON_GET_TEXT:...
PHP
MIT License
bolt/core
FOr #2088, replace JSON_VALUE with JSON_UNQUOTE (compatible with earlier versions of MySQL)
95,191
12.04.2022 11:40:43
-7,200
2e23f15ab29597ae6a50ea7bcedc9eaca8fc78e6
Lets see if we can add videos to cypress evidence
[ { "change_type": "MODIFY", "old_path": ".github/workflows/cypress_tests.yaml", "new_path": ".github/workflows/cypress_tests.yaml", "diff": "@@ -66,5 +66,5 @@ jobs:\n- uses: actions/upload-artifact@v1\nif: failure()\nwith:\n- name: cypress-screenshots\n- path: tests/cypress/screenshots\n+ name: cypre...
PHP
MIT License
bolt/core
Lets see if we can add videos to cypress evidence
95,191
12.04.2022 12:06:01
-7,200
5740fffc4bbd1af9ff4b1c6032928d2a8ebf966c
Update widgets.spec.js Make cypress fail so we can actually see the evidence
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/widgets.spec.js", "new_path": "tests/cypress/integration/widgets.spec.js", "diff": "@@ -4,6 +4,7 @@ describe('As an admin I want to see the News Widget', () => {\nit('checks if News widget exists', () => {\ncy.login();\ncy.visit('/bol...
PHP
MIT License
bolt/core
Update widgets.spec.js Make cypress fail so we can actually see the evidence
95,191
12.04.2022 12:33:38
-7,200
fa924e91afbe9705aaea947f92acb16eee5fb260
Update widgets.spec.js It works
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/widgets.spec.js", "new_path": "tests/cypress/integration/widgets.spec.js", "diff": "@@ -4,7 +4,6 @@ describe('As an admin I want to see the News Widget', () => {\nit('checks if News widget exists', () => {\ncy.login();\ncy.visit('/bol...
PHP
MIT License
bolt/core
Update widgets.spec.js It works
95,115
14.04.2022 00:09:59
-7,200
8e65732d12b24b18d2cfe6c3439d4e4b5c129a98
improved locating "Uploaded files" link + text in it in the test, to make it less brittle
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/editor_permissions.spec.js", "new_path": "tests/cypress/integration/editor_permissions.spec.js", "diff": "@@ -46,7 +46,8 @@ describe('Check all editors privileges', () => {\ncy.login('john_editor', 'john%1');\ncy.url().should('contain...
PHP
MIT License
bolt/core
improved locating "Uploaded files" link + text in it in the test, to make it less brittle
95,115
14.04.2022 00:13:45
-7,200
9d6e542041167f9d02eabc5036ff297fc229c1a6
added way to use 'preset' system to specify parts of the taxonomy as well as 'normal' fields, to make sure the test doesn't depend on (seeded)randomness.
[ { "change_type": "MODIFY", "old_path": "src/DataFixtures/ContentFixtures.php", "new_path": "src/DataFixtures/ContentFixtures.php", "diff": "@@ -131,17 +131,29 @@ class ContentFixtures extends BaseFixture implements DependentFixtureInterface,\nforeach ($contentType['taxonomy'] as $taxonomySlug) {\nif...
PHP
MIT License
bolt/core
added way to use 'preset' system to specify parts of the taxonomy as well as 'normal' fields, to make sure the test doesn't depend on (seeded)randomness.
95,121
25.04.2022 14:10:08
-7,200
33779dc8a9e20c809bcc1e4a5793465da96d364e
Update Cypress readme This update is to give a more clear explanation of what cypress evidence is and where to find it.
[ { "change_type": "MODIFY", "old_path": "tests/cypress/README.md", "new_path": "tests/cypress/README.md", "diff": "@@ -14,15 +14,22 @@ Usage\nTo start a server on this port you can use this command inside your project folder:\n```\n- php -S localhost:8088\n+ php -S localhost:8000\n```\n- To run all t...
PHP
MIT License
bolt/core
Update Cypress readme This update is to give a more clear explanation of what cypress evidence is and where to find it.
95,168
01.03.2022 17:39:29
-3,600
c19ccd2258af7576f18af40fed5c0654e332bcac
Upgrade to Bootstrap 5 and update PostCSS
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"axios\": \"^0.21.1\",\n\"baguettebox.js\": \"^1.11.1\",\n\"bootbox\": \"^5.5.2\",\n- \"bootstrap\": \"^4.5.3\",\n+ \"bootstrap\": \"^5.1.3\",\n\"browserslist\": \"^4.16.7\",\n\"caniuse-lite\": \"^1.0.300012...
PHP
MIT License
bolt/core
Upgrade to Bootstrap 5 and update PostCSS
95,168
01.03.2022 17:42:00
-3,600
87e23259a57fe3cd989c71009d5e60f7c0fd9813
Function hover() is deprecated, use :hover pseudo class instead
[ { "change_type": "MODIFY", "old_path": "assets/scss/init/_mixins.scss", "new_path": "assets/scss/init/_mixins.scss", "diff": "background-color: var(--#{$color});\nborder-color: var(--#{$color});\n// hover\n- @include hover {\n+ &:hover {\nbackground-color: var(--#{$color}-600);\nborder-color: var(--...
PHP
MIT License
bolt/core
Function hover() is deprecated, use :hover pseudo class instead
95,168
01.03.2022 17:45:37
-3,600
9784c2023c08e0e765296f32dea1d08843d2e1ba
Add colors variable and use those instead of custom CSS variables Some Bootstrap mixins do not accept $color variables as custom CSS variables. The hex value of the color needs to be passed instead
[ { "change_type": "MODIFY", "old_path": "assets/scss/init/_variables.scss", "new_path": "assets/scss/init/_variables.scss", "diff": "//** Init | Variables\n+// Colors variables\n+$background: #fbfaf9;\n+$primary: #255687;\n-$body-bg: var(--background);\n+$body-bg: $background;\n$letter-spacing: 0;\n@...
PHP
MIT License
bolt/core
Add colors variable and use those instead of custom CSS variables Some Bootstrap mixins do not accept $color variables as custom CSS variables. The hex value of the color needs to be passed instead