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 | 03.05.2022 13:02:19 | -7,200 | cc08c9c8874d94fdb0d70d0617f6f859c654bbe8 | Split list in two tests | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "tests/cypress/integration/edit_record_1_fill_filelist.spec.js",
"diff": "+/// <reference types=\"cypress\" />\n+\n+describe('As an Admin I want to fill in an filelist', { retries: 0 }, () => {\n+ it('checks if an admin can fill in an filelist', ... | PHP | MIT License | bolt/core | Split list in two tests |
95,144 | 03.05.2022 14:12:32 | -7,200 | e37aa2a26f3759a9fd5749d0241d323620620fe3 | Disabling two problematic tests | [
{
"change_type": "MODIFY",
"old_path": "tests/cypress/integration/edit_record_1_fill_filelist.spec.js",
"new_path": "tests/cypress/integration/edit_record_1_fill_filelist.spec.js",
"diff": "@@ -31,23 +31,26 @@ describe('As an Admin I want to fill in an filelist', { retries: 0 }, () => {\ncy.get('but... | PHP | MIT License | bolt/core | Disabling two problematic tests |
95,168 | 05.05.2022 16:15:39 | -7,200 | f861dee6e52a5c386a3205df763ceb24e4031ea3 | Add edit link to relationship records | [
{
"change_type": "MODIFY",
"old_path": "src/Cache/RelatedOptionsUtilityCacher.php",
"new_path": "src/Cache/RelatedOptionsUtilityCacher.php",
"diff": "namespace Bolt\\Cache;\n+use Bolt\\Configuration\\Content\\ContentType;\nuse Bolt\\Utils\\RelatedOptionsUtility;\nclass RelatedOptionsUtilityCacher ex... | PHP | MIT License | bolt/core | Add edit link to relationship records |
95,168 | 05.05.2022 16:16:47 | -7,200 | c01439ebc75e188d0159f6fae748b910dff60016 | Add assets to build edit link icon component | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/Select.vue",
"new_path": "assets/js/app/editor/Components/Select.vue",
"diff": "</div>\n<!-- eslint-disable-next-line vue/no-v-html -->\n<span v-html=\"props.option.value\"></span>\n+\n+ <div v-if=\"props.option.link_to_record_u... | PHP | MIT License | bolt/core | Add assets to build edit link icon component |
95,168 | 05.05.2022 16:17:36 | -7,200 | 325d7eebab413ab62dc08bb4078c7ee75e689160 | Update contenttypes.yaml with link_to_record option | [
{
"change_type": "MODIFY",
"old_path": "config/bolt/contenttypes.yaml",
"new_path": "config/bolt/contenttypes.yaml",
"diff": "@@ -310,6 +310,7 @@ showcases:\nmultiple: true\norder: title\nlabel: Select zero or more pages\n+ link_to_record: true\ntaxonomy: [ categories, tags ]\nshow_on_dashboard: tru... | PHP | MIT License | bolt/core | Update contenttypes.yaml with link_to_record option |
95,168 | 11.05.2022 09:01:38 | -7,200 | 141b2e4c89315bfb30b98e355899d8b6d899b97e | Add edit icon link to single select field | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/Select.vue",
"new_path": "assets/js/app/editor/Components/Select.vue",
"diff": "<span class=\"status me-2\" :class=\"`is-${props.option.key}`\"></span>\n{{ props.option.value | raw }}\n</template>\n+\n+ <template v-if=\"props.op... | PHP | MIT License | bolt/core | Add edit icon link to single select field |
95,168 | 23.05.2022 14:45:38 | -7,200 | 0d92fe1d55936c82b2d24b6bd930208211cdacc2 | Use normal font wight for file name in image/file modals | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/File.vue",
"new_path": "assets/js/app/editor/Components/File.vue",
"diff": "@@ -256,7 +256,7 @@ export default {\n<input class=\"form-check-input\" type=\"checkbox\" value=\"${\nelement.value\n}\" id=\"flexCheckDefault-${key}\">... | PHP | MIT License | bolt/core | Use normal font wight for file name in image/file modals |
95,168 | 23.05.2022 16:22:01 | -7,200 | cf4544c54fb600e48cac278b63818b9bf3fc68f8 | Make file/images modal bigger and use breakpoints number of images | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/File.vue",
"new_path": "assets/js/app/editor/Components/File.vue",
"diff": "data-bs-toggle=\"modal\"\ndata-bs-target=\"#resourcesModal\"\n:data-modal-title=\"labels.modal_title_files\"\n+ data-modal-dialog-class=\"modal-xl\"\n@c... | PHP | MIT License | bolt/core | Make file/images modal bigger and use breakpoints number of images |
95,168 | 23.05.2022 17:27:58 | -7,200 | cab9ad8aaeb221495aebf3852095d40ca526bd6d | Style click to select image/file | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "assets/scss/modules/base/_modals.scss",
"diff": "+.modal {\n+ .form-check-input {\n+ position: absolute;\n+ top: 0;\n+ width: 100%;\n+ height: 100%;\n+ background: transparent;\n+ margin-top: 0;\n+ left: 1.5em;\n+ border-color: transparent;\n+ b... | PHP | MIT License | bolt/core | Style click to select image/file |
95,168 | 23.05.2022 17:29:36 | -7,200 | ef3d302a376de541014099be6a4369b8d5a585dd | Change amount of listed image/file cards in modal | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/File.vue",
"new_path": "assets/js/app/editor/Components/File.vue",
"diff": "@@ -241,7 +241,7 @@ export default {\nrar: 'fa-file-archive',\ngz: 'fa-file-archive',\n};\n- let modalContent = '<div class=\"row row-cols-1 row-cols-sm... | PHP | MIT License | bolt/core | Change amount of listed image/file cards in modal |
95,144 | 24.05.2022 08:50:30 | -7,200 | aa985b6267c894313fd8a813d46b53105bb5bf07 | Stylelint fixkes | [
{
"change_type": "MODIFY",
"old_path": "assets/scss/modules/base/_modals.scss",
"new_path": "assets/scss/modules/base/_modals.scss",
"diff": "left: 1.5em;\nborder-color: transparent;\nborder-radius: 0;\n+\n&:hover {\ncursor: pointer;\n}\n+\n&:checked {\nborder: 2px solid rgba(24, 99, 175, 0.3);\nbac... | PHP | MIT License | bolt/core | Stylelint fixkes |
95,168 | 24.05.2022 11:20:20 | -7,200 | 0649f2e6863122c9a62e4d625fe6fdc53ae6e36d | Remove Bootbox related code in File.vue and Image.vue | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/File.vue",
"new_path": "assets/js/app/editor/Components/File.vue",
"diff": "@@ -308,7 +308,6 @@ export default {\n{ once: true },\n);\n- $('.bootbox-input').attr('name', 'bootbox-input');\nrenable();\n})\n.catch(err => {\n"
},... | PHP | MIT License | bolt/core | Remove Bootbox related code in File.vue and Image.vue |
95,168 | 24.05.2022 11:21:14 | -7,200 | c7cd8c4075239c78f8ddfa532c66fcbd2c0475e8 | Runn npm remove bootbox | [
{
"change_type": "MODIFY",
"old_path": "package-lock.json",
"new_path": "package-lock.json",
"diff": "\"@vue/cli-service\": \"^4.5.13\",\n\"axios\": \"^0.21.1\",\n\"baguettebox.js\": \"^1.11.1\",\n- \"bootbox\": \"^5.5.2\",\n\"bootstrap\": \"^5.1.3\",\n\"browserslist\": \"^4.16.7\",\n\"caniuse-lite\... | PHP | MIT License | bolt/core | Runn npm remove bootbox |
95,168 | 24.05.2022 11:22:33 | -7,200 | 4a28600e32d20d020955bfdf9b418086fb92efd7 | Remove unused Jquery import in File.vue | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/File.vue",
"new_path": "assets/js/app/editor/Components/File.vue",
"diff": "import field from '../mixins/value';\nimport Axios from 'axios';\nimport { renable } from '../../patience-is-a-virtue';\n-import $ from 'jquery';\nimpor... | PHP | MIT License | bolt/core | Remove unused Jquery import in File.vue |
95,168 | 24.05.2022 11:24:57 | -7,200 | 97890db8c557b1354e9c540c41665d4d0eff2e93 | Remove unused Jquery import in Image.vue | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/Image.vue",
"new_path": "assets/js/app/editor/Components/Image.vue",
"diff": "@@ -175,7 +175,6 @@ import noScroll from 'no-scroll';\nimport baguetteBox from 'baguettebox.js';\nimport field from '../mixins/value';\nimport Axios f... | PHP | MIT License | bolt/core | Remove unused Jquery import in Image.vue |
95,168 | 24.05.2022 11:26:53 | -7,200 | 4f1804012cfd44fe172fc121bc57452402b0fb90 | Pass err variable to catch statement in Image.vue | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/Image.vue",
"new_path": "assets/js/app/editor/Components/Image.vue",
"diff": "@@ -352,7 +352,7 @@ export default {\nrenable();\n})\n- .catch(() => {\n+ .catch(err => {\nwindow.alert(err.response.data + '<br>Image did not upload.... | PHP | MIT License | bolt/core | Pass err variable to catch statement in Image.vue |
95,144 | 27.05.2022 14:31:38 | -7,200 | 50ceef05ef985ddf6ac91b5a5cbe4a447d4faeba | Ensure `PublishedAt` gets set correctly when publishing a Record | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Backend/ContentEditController.php",
"new_path": "src/Controller/Backend/ContentEditController.php",
"diff": "@@ -358,15 +358,14 @@ class ContentEditController extends TwigAwareController implements BackendZoneIn\n}\n$this->contentFillListener->f... | PHP | MIT License | bolt/core | Ensure `PublishedAt` gets set correctly when publishing a Record |
95,144 | 30.05.2022 13:37:24 | -7,200 | eacb090f43b43918d896a8214701e478c89e2c4c | Cherry pick into 5.1.x | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Doctrine/Functions/JsonUnquote.php",
"diff": "+<?php\n+\n+declare(strict_types=1);\n+\n+namespace Bolt\\Doctrine\\Functions;\n+\n+use Doctrine\\ORM\\Query\\SqlWalker;\n+use Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\AbstractJsonF... | PHP | MIT License | bolt/core | Cherry pick #3135 into 5.1.x |
95,144 | 30.05.2022 18:11:23 | -7,200 | d4214dd7d7d92dbf3826ac195bd82580ef8e7767 | Backport missing part of | [
{
"change_type": "MODIFY",
"old_path": "config/packages/doctrine.yaml",
"new_path": "config/packages/doctrine.yaml",
"diff": "@@ -35,6 +35,7 @@ doctrine:\nJSON_VALUE: Bolt\\Doctrine\\Functions\\JsonValue\nJSON_GET_TEXT: Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Postgresql\\JsonGetText\n... | PHP | MIT License | bolt/core | Backport missing part of #3101 |
95,144 | 31.05.2022 15:00:04 | -7,200 | 88698d8c88cc776d0297e70e4f9fa603d56fe003 | Fix `where` with Checkbox Fields. Hopefully this time for good | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "public/theme/skeleton/custom/setwherecheckbox_1.twig",
"diff": "+{% extends 'partials/_master.twig' %}\n+\n+{% macro isbigger(a, b) %}\n+ {% if a >= b %}[yes]{% else %}[no]{% endif %}\n+{% endmacro %}\n+\n+{% macro issmaller(a, b) %}\n+ {% if a ... | PHP | MIT License | bolt/core | Fix `where` with Checkbox Fields. Hopefully this time for good |
95,144 | 07.06.2022 14:12:52 | -7,200 | e323d3b69cc0a6f5c2758fb47b8a5543ae4e2288 | Don't break when login-form is sent incomplete | [
{
"change_type": "MODIFY",
"old_path": "src/Security/LoginFormAuthenticator.php",
"new_path": "src/Security/LoginFormAuthenticator.php",
"diff": "@@ -47,9 +47,9 @@ class LoginFormAuthenticator extends AbstractAuthenticator implements Authentica\n$login_form = $request->request->get('login');\n$crede... | PHP | MIT License | bolt/core | Don't break when login-form is sent incomplete |
95,144 | 07.06.2022 17:40:46 | -7,200 | 3cf27ad221ad0a9a4d849720c072f4f5f17d277a | Allow "Create Content" as regular editor | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Backend/ContentEditController.php",
"new_path": "src/Controller/Backend/ContentEditController.php",
"diff": "@@ -114,12 +114,16 @@ class ContentEditController extends TwigAwareController implements BackendZoneIn\n$content->setAuthor($user);\n$co... | PHP | MIT License | bolt/core | Allow "Create Content" as regular editor |
95,168 | 08.06.2022 17:24:51 | -7,200 | 92fe762e5906068633e26379d42a1f6432df983c | Add very-light-border color variable | [
{
"change_type": "MODIFY",
"old_path": "assets/scss/init/_variables.scss",
"new_path": "assets/scss/init/_variables.scss",
"diff": "@@ -13,6 +13,7 @@ $danger: #db2427;\n$light: #e0e0e0;\n$dark: #333;\n$disabled: #c8c8c8;\n+$veryLightBorder: #e8e8e8;\n$bolt-blue: #255687; // Nice and bright, pretty l... | PHP | MIT License | bolt/core | Add very-light-border color variable |
95,145 | 09.06.2022 14:12:56 | -7,200 | 1cee7f7db7e88177166f90dab04759f7d526b6c4 | Improved the twig filter "current", which did return false on matching routes with parameters | [
{
"change_type": "MODIFY",
"old_path": "src/Twig/FrontendMenuExtension.php",
"new_path": "src/Twig/FrontendMenuExtension.php",
"diff": "@@ -60,6 +60,6 @@ class FrontendMenuExtension extends AbstractExtension\n{\n$uri = $item['uri'] ?? '';\n- return $uri === $this->requestStack->getCurrentRequest()->... | PHP | MIT License | bolt/core | Improved the twig filter "current", which did return false on matching routes with parameters |
95,168 | 09.06.2022 16:23:03 | -7,200 | 519d090faf64c3714f0f8a3a50a0c81dc1645a84 | Keep save and cancel buttons for modals that need it | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/modal.js",
"new_path": "assets/js/app/modal.js",
"diff": "export function resetModalContent(labels) {\nvar resourcesModal = document.getElementById('resourcesModal');\nif (labels.modal_button_deny && labels.modal_button_save) {\n+ let deny_button... | PHP | MIT License | bolt/core | Keep save and cancel buttons for modals that need it |
95,168 | 09.06.2022 16:23:35 | -7,200 | 3b66e6a30ae6316df3eecbc838d79dfc1fab8f05 | Import Bootstrap spinners and fix card height | [
{
"change_type": "MODIFY",
"old_path": "assets/scss/modules/base/_modals.scss",
"new_path": "assets/scss/modules/base/_modals.scss",
"diff": "text-overflow: ellipsis;\n}\n}\n+\n+#resourcesModal {\n+ .card {\n+ min-height: 209px;\n+ }\n+}\n"
},
{
"change_type": "MODIFY",
"old_path": "asse... | PHP | MIT License | bolt/core | Import Bootstrap spinners and fix card height |
95,168 | 09.06.2022 16:24:43 | -7,200 | 6c3535995e4434a07009a6161a91b3842919feb8 | Clean up Image.vue | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/Image.vue",
"new_path": "assets/js/app/editor/Components/Image.vue",
"diff": "@@ -367,24 +367,24 @@ export default {\nthis.files = inputOptions;\nvar resourcesModal = document.getElementById('resourcesModal');\n- var resourcesMo... | PHP | MIT License | bolt/core | Clean up Image.vue |
95,168 | 09.06.2022 17:18:25 | -7,200 | c9de5147315989aa3f694511c1416eb369693edb | Remove unnecesary code from Image.vue | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/Image.vue",
"new_path": "assets/js/app/editor/Components/Image.vue",
"diff": "@@ -364,7 +364,6 @@ export default {\nAxios.get(this.filelist)\n.then(res => {\nlet inputOptions = this.filterServerFiles(res.data);\n- this.files = i... | PHP | MIT License | bolt/core | Remove unnecesary code from Image.vue |
95,168 | 10.06.2022 13:10:38 | -7,200 | 5be7d09655d19b8e563c19157e609adf6d0e497c | Implement navigation on modals for file modal selection | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/File.vue",
"new_path": "assets/js/app/editor/Components/File.vue",
"diff": "@@ -148,6 +148,7 @@ import field from '../mixins/value';\nimport Axios from 'axios';\nimport { renable } from '../../patience-is-a-virtue';\nimport { re... | PHP | MIT License | bolt/core | Implement navigation on modals for file modal selection |
95,168 | 10.06.2022 14:03:03 | -7,200 | 4d5fc55c3a5c0aa28b7f8ac0ebbfb6803670ada6 | Run npm run lint-fix | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/File.vue",
"new_path": "assets/js/app/editor/Components/File.vue",
"diff": "@@ -148,7 +148,7 @@ import field from '../mixins/value';\nimport Axios from 'axios';\nimport { renable } from '../../patience-is-a-virtue';\nimport { re... | PHP | MIT License | bolt/core | Run npm run lint-fix |
95,168 | 14.06.2022 09:04:57 | -7,200 | ff2c6ad174e19d2a9568c8cf3bfb56df41fa2388 | Replace window.reEnablePatientButtons() by reanable() | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/Image.vue",
"new_path": "assets/js/app/editor/Components/Image.vue",
"diff": "@@ -355,7 +355,6 @@ export default {\n<input class=\"form-control\" autocomplete=\"off\" type=\"text\" name=\"from-url-input\">\n</form>\n`;\n- modalC... | PHP | MIT License | bolt/core | Replace window.reEnablePatientButtons() by reanable() |
95,168 | 14.06.2022 09:06:18 | -7,200 | 0ab35e4508f580b64e69475e89f33fc84e957ba0 | Delay when adding content to the modal | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/Image.vue",
"new_path": "assets/js/app/editor/Components/Image.vue",
"diff": "@@ -530,7 +530,10 @@ export default {\nvar modalBody = resourcesModal.querySelector('.modal-body');\nvar modalBodyContent = this.generateUploadFromURL... | PHP | MIT License | bolt/core | Delay when adding content to the modal |
95,144 | 14.06.2022 16:51:50 | -7,200 | cc2f77fb0ad7373736cedd6da6d1bccdac56f92a | Remove old `conlfict` | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"xemlock/htmlpurifier-html5\": \"^0.1.11\"\n},\n\"conflict\": {\n- \"friendsofphp/php-cs-fixer\": \">=2.19.0\",\n\"symfony/dependency-injection\": \"5.3.7\",\n\"symfony/security-http\": \"v5.3.0 v5.3.1\",\... | PHP | MIT License | bolt/core | Remove old `conlfict` |
95,144 | 14.06.2022 17:14:15 | -7,200 | 9fc0c8e8603dd5404a070a9141d05f23b2fc86b9 | Update assets/js/app/editor/Components/Image.vue | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/Image.vue",
"new_path": "assets/js/app/editor/Components/Image.vue",
"diff": "@@ -533,7 +533,7 @@ export default {\nsetTimeout(() => {\nmodalBody.innerHTML = modalBodyContent;\n- }, 1)\n+ }, 1);\nsaveButton.addEventListener(\n'c... | PHP | MIT License | bolt/core | Update assets/js/app/editor/Components/Image.vue |
95,168 | 15.06.2022 09:04:00 | -7,200 | c093cdb5ace08006795ded001a7f17e9bbe39a73 | Fix rendering of save button on every tab-pane | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/Image.vue",
"new_path": "assets/js/app/editor/Components/Image.vue",
"diff": "@@ -531,7 +531,10 @@ export default {\nvar modalBody = resourcesModal.querySelector('.modal-body');\nvar modalBodyContent = this.generateUploadFromURL... | PHP | MIT License | bolt/core | Fix rendering of save button on every tab-pane |
95,144 | 17.06.2022 15:09:42 | -7,200 | 8ae531c799aea31de6b8e5c966ae10f4cb77c6ac | Fix the Canonical even Better! | [
{
"change_type": "MODIFY",
"old_path": "src/Canonical.php",
"new_path": "src/Canonical.php",
"diff": "@@ -105,10 +105,14 @@ class Canonical\nreturn null;\n}\n- $this->setPath($route, $params);\n+ $path = $this->getPath();\n+\n+ if ($route) {\n+ $path = $this->returnPath($route, $params);\n+ }\nif (!... | PHP | MIT License | bolt/core | Fix the Canonical even Better! |
95,193 | 20.06.2022 13:23:20 | -25,200 | b392c41ecb97b1083714a67777d4e874d0b1e406 | add isTranslatable condition in get method | [
{
"change_type": "MODIFY",
"old_path": "src/Entity/Field.php",
"new_path": "src/Entity/Field.php",
"diff": "@@ -184,9 +184,13 @@ class Field implements FieldInterface, TranslatableInterface\nreturn $this->getDefaultValue()->get($key);\n}\n+ if ($this->isTranslatable()) {\nreturn $this->translate($th... | PHP | MIT License | bolt/core | add isTranslatable condition in get method #3249 |
95,144 | 21.06.2022 15:22:02 | -7,200 | 6e10b8516bb9544e5cdc212a9eac1b8ce43d756f | Additional fix for `type: number` field, set default to `min: 0`. | [
{
"change_type": "MODIFY",
"old_path": "src/Configuration/Content/FieldType.php",
"new_path": "src/Configuration/Content/FieldType.php",
"diff": "@@ -54,7 +54,7 @@ class FieldType extends Collection\n'maxlength' => '',\n'autocomplete' => true,\n'values' => [],\n- 'min' => 1,\n+ 'min' => 0,\n'max' =>... | PHP | MIT License | bolt/core | Additional fix for `type: number` field, set default to `min: 0`. |
95,144 | 21.06.2022 16:56:40 | -7,200 | e805e4b65150cd8ec9e2b75eb2616c767148d4d0 | Add a flag `ajaxy_saving: true` to Config to turn Ajaxy saving on or off. | [
{
"change_type": "MODIFY",
"old_path": "config/bolt/config.yaml",
"new_path": "config/bolt/config.yaml",
"diff": "@@ -253,3 +253,6 @@ reset_password_settings:\n# Adds sorting and filtering of users in backend\nuser_show_sort&filter: true\n+\n+# Use Ajaxy saving (\"Stay on page\"), or traditional sav... | PHP | MIT License | bolt/core | Add a flag `ajaxy_saving: true` to Config to turn Ajaxy saving on or off. |
95,168 | 22.06.2022 09:03:31 | -7,200 | dea51c92466c447580acb5e54671f3e807f13fd5 | Add Fixtures for SEO field | [
{
"change_type": "MODIFY",
"old_path": "src/DataFixtures/ContentFixtures.php",
"new_path": "src/DataFixtures/ContentFixtures.php",
"diff": "@@ -398,6 +398,13 @@ class ContentFixtures extends BaseFixture implements DependentFixtureInterface,\n$data = [json_encode($data)];\n+ break;\n+ case 'seo':\n+ ... | PHP | MIT License | bolt/core | Add Fixtures for SEO field |
95,168 | 24.06.2022 13:09:08 | -7,200 | 61306781679a61f8d54788fb3a486307d0664305 | Add non-supported SVG HTML element to HTML Sanitiser | [
{
"change_type": "MODIFY",
"old_path": "src/Utils/Sanitiser.php",
"new_path": "src/Utils/Sanitiser.php",
"diff": "@@ -60,6 +60,10 @@ class Sanitiser\n// Allow src tag in iframe for embed fields\n$definition->addAttribute('iframe', 'src', 'Text');\n+ // Create non supported elements\n+ $this->createN... | PHP | MIT License | bolt/core | Add non-supported SVG HTML element to HTML Sanitiser |
95,168 | 27.06.2022 10:18:37 | -7,200 | 53820981f833f91264cc8395c58157fb17445dc9 | Use different class Type hint to pass PHPStan tests | [
{
"change_type": "MODIFY",
"old_path": "src/Utils/Sanitiser.php",
"new_path": "src/Utils/Sanitiser.php",
"diff": "@@ -77,7 +77,7 @@ class Sanitiser\n/**\n* Handles the creation of non-supported HTML elements by HTMLPurifier out of the box\n*/\n- private function createNonSupportedElements(?\\HTMLPur... | PHP | MIT License | bolt/core | Use different class Type hint to pass PHPStan tests |
95,168 | 29.06.2022 13:42:34 | -7,200 | 0b2bd5b6b1363136bc5a1a75a6f437cb0ff51dcb | Fix aside menu displaying on page load for small screens | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/common.js",
"new_path": "assets/js/app/common.js",
"diff": "@@ -23,12 +23,14 @@ $(document).ready(function() {\nif ($('.admin__sidebar').hasClass('admin__sidebar--is-collapsed')) {\n$('.admin__sidebar')\n.addClass('admin__sidebar--is-expanded')\n... | PHP | MIT License | bolt/core | Fix aside menu displaying on page load for small screens |
95,168 | 29.06.2022 14:22:11 | -7,200 | 0df5ccfa82020e5d926bba38c2ca4ac06c35826b | Use d-none class instead of d-xs-none | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/common.js",
"new_path": "assets/js/app/common.js",
"diff": "@@ -24,13 +24,13 @@ $(document).ready(function() {\n$('.admin__sidebar')\n.addClass('admin__sidebar--is-expanded')\n.removeClass('admin__sidebar--is-collapsed')\n- .removeClass('d-xs-non... | PHP | MIT License | bolt/core | Use d-none class instead of d-xs-none |
95,168 | 29.06.2022 15:21:06 | -7,200 | 3b84a25cd65deed9faece8350e7836fbc42b3ff8 | On small screens hide text of collection buttons | [
{
"change_type": "MODIFY",
"old_path": "templates/_partials/fields/_collection_buttons.html.twig",
"new_path": "templates/_partials/fields/_collection_buttons.html.twig",
"diff": "<div class=\"btn-group ms-auto me-2\" role=\"group\" aria-label=\"Collection buttons\">\n<button class='action-move-up-c... | PHP | MIT License | bolt/core | On small screens hide text of collection buttons |
95,168 | 29.06.2022 17:08:57 | -7,200 | e261cfc5c850907e332c83c56c7e2651cc03964a | Enable the hash functionality for tabs instead of pills | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/common.js",
"new_path": "assets/js/app/common.js",
"diff": "@@ -35,7 +35,7 @@ $(document).ready(function() {\n/*\n** Hash on tabs functionality\n- ** When there is a Bootstrap data-toggle=\"pill\" element, append the hash to the link\n+ ** When t... | PHP | MIT License | bolt/core | Enable the hash functionality for tabs instead of pills |
95,147 | 29.06.2022 20:33:47 | -7,200 | 7a04a5607474cbe129df293c408ba17eda82d727 | Replace manual copy to clipboard with tiny library | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/common.js",
"new_path": "assets/js/app/common.js",
"diff": "@@ -3,6 +3,7 @@ import { DateTime } from 'luxon';\nimport { Popover } from 'bootstrap';\nimport { Tab } from 'bootstrap';\nimport { resetModalContent } from './modal';\n+import Clipboard... | PHP | MIT License | bolt/core | Replace manual copy to clipboard with tiny library |
95,144 | 30.06.2022 14:34:56 | -7,200 | 606c9a98b521158f83f62ffeadfbdbf7c9057699 | Update assets/js/app/common.js | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/common.js",
"new_path": "assets/js/app/common.js",
"diff": "@@ -3,7 +3,7 @@ import { DateTime } from 'luxon';\nimport { Popover } from 'bootstrap';\nimport { Tab } from 'bootstrap';\nimport { resetModalContent } from './modal';\n-import Clipboard... | PHP | MIT License | bolt/core | Update assets/js/app/common.js |
95,168 | 30.06.2022 16:12:47 | -7,200 | 7c3166d43c04783d9ce31c39f921dd58bd42a910 | Remove collection item if the user clicks ons accept | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/Collection.vue",
"new_path": "assets/js/app/editor/Components/Collection.vue",
"diff": "@@ -162,7 +162,11 @@ export default {\ne.preventDefault();\ne.stopPropagation();\nlet collectionContainer = window.$(this).closest(vueThis.s... | PHP | MIT License | bolt/core | Remove collection item if the user clicks ons accept |
95,168 | 01.07.2022 11:22:07 | -7,200 | 7aac054eb506ba1f203b6c83630ea81518d9c28f | Use event.currentTarget instead event.target | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/common.js",
"new_path": "assets/js/app/common.js",
"diff": "@@ -180,13 +180,12 @@ $(document).ready(function() {\nlet saveButton = document.getElementById('modalButtonAccept');\n- let title = event.target.getAttribute('data-modal-title');\n+ let ... | PHP | MIT License | bolt/core | Use event.currentTarget instead event.target |
95,168 | 01.07.2022 11:49:05 | -7,200 | 0e764c31563fa229ba45e4f5cb1a079093a05984 | Use the window.document to add click event on modal togglers | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/common.js",
"new_path": "assets/js/app/common.js",
"diff": "@@ -175,7 +175,7 @@ $(document).ready(function() {\n// Reset the content of a modal to it's default\n- $('[data-bs-toggle=\"modal\"]').on('click', function(event) {\n+ window.$(document)... | PHP | MIT License | bolt/core | Use the window.document to add click event on modal togglers |
95,144 | 05.07.2022 14:13:29 | -7,200 | 0215e2cf7dff3ceb2d2acfb8d58fd66b2f8fa8e1 | Create an empty stub for `postLoad` to make updating smoother | [
{
"change_type": "MODIFY",
"old_path": "src/Event/Listener/FieldFillListener.php",
"new_path": "src/Event/Listener/FieldFillListener.php",
"diff": "@@ -67,4 +67,12 @@ class FieldFillListener\n{\nreturn preg_replace('/([{}])[\\x{200B}-\\x{200D}\\x{FEFF}]([{}])/u', '$1$2', $string);\n}\n+\n+ /**\n+ * ... | PHP | MIT License | bolt/core | Create an empty stub for `postLoad` to make updating smoother |
95,168 | 06.07.2022 10:48:35 | -7,200 | f3d27afa52b1c603d3cb44547ecdae446d5cdc2d | Set relative path for files on async request | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Backend/Async/FileListingController.php",
"new_path": "src/Controller/Backend/Async/FileListingController.php",
"diff": "@@ -62,8 +62,9 @@ class FileListingController implements AsyncZoneInterface\n// Do not allow any path outside of the public ... | PHP | MIT License | bolt/core | Set relative path for files on async request |
95,168 | 06.07.2022 10:49:26 | -7,200 | 73a30dc4f379c9050da57c23ed789ad228176db7 | Fix navigation of files in modal | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/File.vue",
"new_path": "assets/js/app/editor/Components/File.vue",
"diff": "@@ -251,8 +251,8 @@ export default {\npathChunks.pop();\npathChunks.pop();\nfilePath = pathChunks.join('/');\n- baseAsyncUrl = `/bolt/async/list_files?l... | PHP | MIT License | bolt/core | Fix navigation of files in modal |
95,168 | 06.07.2022 11:45:55 | -7,200 | 9fcc476d367e3b3cf79c12c7f322c0da00ea2330 | Remove extra double quotes from Image.vue | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/Image.vue",
"new_path": "assets/js/app/editor/Components/Image.vue",
"diff": "@@ -300,7 +300,7 @@ export default {\n</a>\n<div class=\"card-body px-2 flex-grow-0 border-top border-very-light-border\">\n<div class=\"form-check ps... | PHP | MIT License | bolt/core | Remove extra double quotes from Image.vue |
95,144 | 11.07.2022 11:13:18 | -7,200 | a3bb5af704d84b0fbe657eb0e76390f98118da74 | Tiny fix for the `|image`-filter | [
{
"change_type": "MODIFY",
"old_path": "src/Twig/ContentExtension.php",
"new_path": "src/Twig/ContentExtension.php",
"diff": "@@ -235,7 +235,7 @@ class ContentExtension extends AbstractExtension\nreturn null;\n}\n- private function findOneImage(Field $field): ?ImageField\n+ private function findOneI... | PHP | MIT License | bolt/core | Tiny fix for the `|image`-filter |
95,145 | 11.07.2022 19:26:27 | -7,200 | 5af4111fd4b813116bbcde40cb8e83dd79f6cb42 | The services_bolt.yaml file now keeps the binds after regenerating it | [
{
"change_type": "MODIFY",
"old_path": "src/Extension/ExtensionCompilerPass.php",
"new_path": "src/Extension/ExtensionCompilerPass.php",
"diff": "@@ -36,11 +36,14 @@ class ExtensionCompilerPass implements CompilerPassInterface\npublic function buildServices(array $packages): void\n{\n+ $filename = $... | PHP | MIT License | bolt/core | The services_bolt.yaml file now keeps the binds after regenerating it |
95,145 | 20.07.2022 12:41:29 | -7,200 | 4598c7d99c55cb28a0110f6be42f9bb4a4dede0e | Made the checkbox template recognise a false string as a value, to be able to include it without the value being overwritten by the base template | [
{
"change_type": "MODIFY",
"old_path": "templates/_partials/fields/checkbox.html.twig",
"new_path": "templates/_partials/fields/checkbox.html.twig",
"diff": "{% set mode = field.definition.mode|default('checkbox') %}\n{% endif %}\n- {% set value = value ? true : false %}\n+ {% set value = value and ... | PHP | MIT License | bolt/core | Made the checkbox template recognise a false string as a value, to be able to include it without the value being overwritten by the base template |
95,145 | 22.07.2022 16:31:24 | -7,200 | 24dd4b0665db6692f9a59ea329a22de4f49bf1d5 | Added the option to not print the postfix on a checkbox | [
{
"change_type": "MODIFY",
"old_path": "templates/_partials/fields/_base.html.twig",
"new_path": "templates/_partials/fields/_base.html.twig",
"diff": "{% if variant == 'inline' %}</div></div>{% endif %}\n+{% block postfix %}\n{# Print postfix #}\n{% if field.definition['postfix']|default() is not e... | PHP | MIT License | bolt/core | Added the option to not print the postfix on a checkbox |
95,145 | 25.07.2022 15:40:59 | -7,200 | 440f7aa748dab1fd9386763bf7fed066341e14b9 | Added the option to not print the label on a select field | [
{
"change_type": "MODIFY",
"old_path": "templates/_partials/fields/select.html.twig",
"new_path": "templates/_partials/fields/select.html.twig",
"diff": "- multiple: A boolean to set whether or not we allow multiple selections\n#}\n+{% block label %}\n+ {% if not hideLabel|default(false) %}\n+ {{ pa... | PHP | MIT License | bolt/core | Added the option to not print the label on a select field |
95,135 | 04.08.2022 11:27:11 | -10,800 | 689f7f7027d421814717835fe6cb05c7640b3144 | Update HomepageController.php
Fixes when i try open homepage which is not singleton (listing) with locale specified in url, ex: default is pt, which is root and i set to /en in url locale is always default. | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Frontend/HomepageController.php",
"new_path": "src/Controller/Frontend/HomepageController.php",
"diff": "@@ -39,7 +39,7 @@ class HomepageController extends TwigAwareController implements FrontendZoneInte\n// Perhaps we need a listing instead. If... | PHP | MIT License | bolt/core | Update HomepageController.php
Fixes when i try open homepage which is not singleton (listing) with locale specified in url, ex: default is pt, which is root and i set to /en in url locale is always default. |
95,144 | 08.08.2022 21:42:54 | -7,200 | d175cadad32df27ada6c5f22c57eb3bfbd938a43 | Update src/Controller/Frontend/HomepageController.php | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Frontend/HomepageController.php",
"new_path": "src/Controller/Frontend/HomepageController.php",
"diff": "@@ -39,7 +39,10 @@ class HomepageController extends TwigAwareController implements FrontendZoneInte\n// Perhaps we need a listing instead. I... | PHP | MIT License | bolt/core | Update src/Controller/Frontend/HomepageController.php |
95,144 | 10.08.2022 16:12:57 | -7,200 | a101b5c4dc5520ddf863f38428acfbc97c4fb81e | Fix icons in ContentTypes in Menu | [
{
"change_type": "MODIFY",
"old_path": "src/Menu/BackendMenuBuilder.php",
"new_path": "src/Menu/BackendMenuBuilder.php",
"diff": "@@ -6,6 +6,7 @@ namespace Bolt\\Menu;\nuse Bolt\\Configuration\\Config;\nuse Bolt\\Configuration\\Content\\ContentType;\n+use Bolt\\Entity\\Content;\nuse Bolt\\Repository... | PHP | MIT License | bolt/core | Fix icons in ContentTypes in Menu |
95,144 | 10.08.2022 16:32:10 | -7,200 | 0e6f431fe21cd69789dc072f2ddf4b9aec9a8226 | Fixing hardcoded asset name | [
{
"change_type": "MODIFY",
"old_path": "package-lock.json",
"new_path": "package-lock.json",
"diff": "}\n},\n\"node_modules/colord\": {\n- \"version\": \"2.9.2\",\n- \"resolved\": \"https://registry.npmjs.org/colord/-/colord-2.9.2.tgz\",\n- \"integrity\": \"sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42... | PHP | MIT License | bolt/core | Fixing hardcoded asset name |
95,144 | 24.06.2022 14:09:07 | -7,200 | 102a1f0302fa650e0ef7c21279064358f43255d3 | Prepare release Bolt 5.2.0-beta.2 | [
{
"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.99.1';\n+export const version = '5.1.99.2';\n"
},
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "p... | PHP | MIT License | bolt/core | Prepare release Bolt 5.2.0-beta.2 |
95,132 | 17.08.2022 14:53:43 | -7,200 | 5a3e642f3cc6794ab3bffbe7843a8112c97b3a67 | Add extra fields option for `image` field | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/Image.vue",
"new_path": "assets/js/app/editor/Components/Image.vue",
"diff": "/>\n</div>\n<div v-if=\"includeAlt\" class=\"input-group mb-3\">\n+ <div class=\"col-sm-2\">\n+ <label>Alt:</label>\n+ </div>\n+ <div class=\"col-sm-1... | PHP | MIT License | bolt/core | Add extra fields option for `image` field |
95,144 | 18.08.2022 15:27:22 | -7,200 | 12d11e96791e2adfa302e601055465aac5bf2e16 | Prevent injection when filtering records | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Backend/DashboardController.php",
"new_path": "src/Controller/Backend/DashboardController.php",
"diff": "@@ -22,7 +22,7 @@ class DashboardController extends TwigAwareController implements BackendZoneInte\n$amount = (int) $this->config->get('gene... | PHP | MIT License | bolt/core | Prevent injection when filtering records |
95,144 | 18.08.2022 16:43:09 | -7,200 | 07a0f1ed309de770c3ea80683d1e9af03b8d43a5 | Prevent upload of SVG's with embedded javascript | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Backend/Async/UploadController.php",
"new_path": "src/Controller/Backend/Async/UploadController.php",
"diff": "@@ -16,6 +16,7 @@ use Sirius\\Upload\\Result\\Collection;\nuse Sirius\\Upload\\Result\\ResultInterface;\nuse Symfony\\Bundle\\Framewor... | PHP | MIT License | bolt/core | Prevent upload of SVG's with embedded javascript |
95,144 | 18.08.2022 16:53:02 | -7,200 | 46ce8da15ff22ec6653d70fa465be06ae3b5d174 | Ensure uploaded SVG files have no embedded Javascript | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Backend/Async/UploadController.php",
"new_path": "src/Controller/Backend/Async/UploadController.php",
"diff": "@@ -167,7 +167,7 @@ class UploadController extends AbstractController implements AsyncZoneInterface\n$uploadHandler->addRule(\n'callba... | PHP | MIT License | bolt/core | Ensure uploaded SVG files have no embedded Javascript |
95,144 | 19.08.2022 12:04:02 | -7,200 | 7264fc55ef0efde727ffdfb0b86fec1c4809bb10 | Prevent renaming or moving of files on edit | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Backend/FileEditController.php",
"new_path": "src/Controller/Backend/FileEditController.php",
"diff": "@@ -4,6 +4,7 @@ declare(strict_types=1);\nnamespace Bolt\\Controller\\Backend;\n+use Bolt\\Common\\Str;\nuse Bolt\\Controller\\CsrfTrait;\nuse... | PHP | MIT License | bolt/core | Prevent renaming or moving of files on edit |
95,144 | 22.08.2022 14:15:49 | -7,200 | 9539b9f3222384027e6741ea24f1153d12888a42 | Proper default for `$filter` | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Backend/DashboardController.php",
"new_path": "src/Controller/Backend/DashboardController.php",
"diff": "@@ -22,7 +22,7 @@ class DashboardController extends TwigAwareController implements BackendZoneInte\n$amount = (int) $this->config->get('gene... | PHP | MIT License | bolt/core | Proper default for `$filter` |
95,166 | 23.08.2022 14:55:29 | -7,200 | acbe484b9e1759abd40b274a03553abe79d1900b | Update bolt.yaml
Correct filename 'routes.yaml' reference in comment | [
{
"change_type": "MODIFY",
"old_path": "config/routes/bolt.yaml",
"new_path": "config/routes/bolt.yaml",
"diff": "# All route definitions, used by Bolt: Bolt Control Panel (\"backend\"), Async and\n-# Thumbs, unless overridden in `../routing.yml` or another location.\n+# Thumbs, unless overridden in... | PHP | MIT License | bolt/core | Update bolt.yaml
Correct filename 'routes.yaml' reference in comment |
95,132 | 23.08.2022 16:03:24 | -7,200 | 2ccbe30b6a5395de8fa3e4e8ac8b63b7c6644ff9 | Apply same changes to `imagelist` | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/Imagelist.vue",
"new_path": "assets/js/app/editor/Components/Imagelist.vue",
"diff": ":is-first-in-imagelist=\"isFirstInImagelist(index)\"\n:is-last-in-imagelist=\"isLastInImagelist(index)\"\n:readonly=\"readonly\"\n+ :extra-fie... | PHP | MIT License | bolt/core | Apply same changes to `imagelist` |
95,168 | 24.08.2022 10:52:02 | -7,200 | cbd5c354c2ba9892cc4de592c34d845cd0e2f3e5 | Add new $baseUrlPath to support dinamic routes in async images/files | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Backend/Async/FileListingController.php",
"new_path": "src/Controller/Backend/Async/FileListingController.php",
"diff": "@@ -62,9 +62,10 @@ class FileListingController implements AsyncZoneInterface\n// Do not allow any path outside of the public... | PHP | MIT License | bolt/core | Add new $baseUrlPath to support dinamic routes in async images/files |
95,168 | 24.08.2022 11:08:53 | -7,200 | f78b2d506244b038000c8e87f1d6d5f9795764c8 | Update FilesIndexCacher with $baseFilePath and $baseUrlPath | [
{
"change_type": "MODIFY",
"old_path": "src/Cache/FilesIndexCacher.php",
"new_path": "src/Cache/FilesIndexCacher.php",
"diff": "@@ -11,11 +11,11 @@ class FilesIndexCacher extends FilesIndex implements CachingInterface\npublic const CACHE_CONFIG_KEY = 'files_index';\n- public function get(string $pat... | PHP | MIT License | bolt/core | Update FilesIndexCacher with $baseFilePath and $baseUrlPath |
95,168 | 24.08.2022 11:42:30 | -7,200 | 52646eadd3fb54c1c999709abf12ab43fbaa64ca | Set dinamic base async path | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/Image.vue",
"new_path": "assets/js/app/editor/Components/Image.vue",
"diff": "@@ -280,8 +280,8 @@ export default {\n},\ngenerateModalContent(inputOptions) {\nlet filePath = '';\n- let baseAsyncUrl = `/bolt/async/list_files?locat... | PHP | MIT License | bolt/core | Set dinamic base async path |
95,168 | 24.08.2022 11:52:52 | -7,200 | f08e23c822f497b1d13e5fad4c5a3c53827f6001 | Set dinamic base async path for images | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/File.vue",
"new_path": "assets/js/app/editor/Components/File.vue",
"diff": "@@ -217,8 +217,8 @@ export default {\n},\ngenerateModalContent(inputOptions) {\nlet filePath = '';\n- let baseAsyncUrl = `/bolt/async/list_files?locatio... | PHP | MIT License | bolt/core | Set dinamic base async path for images |
95,168 | 24.08.2022 13:46:18 | -7,200 | 75d468fbc297504f99b36902df4811713d735a1f | Add Dutch collection.confirm_delete translation | [
{
"change_type": "MODIFY",
"old_path": "translations/messages.nl.xlf",
"new_path": "translations/messages.nl.xlf",
"diff": "<unit id=\"JpJFIFq\" name=\"collection.confirm_delete\">\n<segment>\n<source>collection.confirm_delete</source>\n- <target>collection.confirm_delete</target>\n+ <target>Weet u ... | PHP | MIT License | bolt/core | Add Dutch collection.confirm_delete translation |
95,144 | 24.08.2022 14:29:13 | -7,200 | 8f4cb0ad50c418fad9b83ebbffd64fab70d2dbc4 | Add example to contenttypes.taml | [
{
"change_type": "MODIFY",
"old_path": "config/bolt/contenttypes.yaml",
"new_path": "config/bolt/contenttypes.yaml",
"diff": "@@ -21,6 +21,12 @@ homepage:\nin the webbrowser, edit <code>sitename:</code> in the configuration file.\nimage:\ntype: image\n+ extra:\n+ title:\n+ label: The Title\n+ placeh... | PHP | MIT License | bolt/core | Add example to contenttypes.taml |
95,168 | 24.08.2022 15:26:12 | -7,200 | 8959a8433868a5c60a242fa8effa0ff9418d88ec | Remove repeated entry in CHANGELOG.md | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "@@ -15,7 +15,6 @@ Released: 2022-08-24\n- Fix some NPM bitrot [#3286](https://github.com/bolt/core/pull/3286))\n- Made the checkbox template recognise a false string as a value [#3279](https://github.com/bolt... | PHP | MIT License | bolt/core | Remove repeated entry in CHANGELOG.md |
95,144 | 24.08.2022 16:49:17 | -7,200 | 2d07820434fc1f7d9f85247d81055064c81005e0 | Fix setcontent with `where { }` clause filtering on a foreign `id` in MySQL | [
{
"change_type": "MODIFY",
"old_path": "src/Doctrine/Version.php",
"new_path": "src/Doctrine/Version.php",
"diff": "@@ -159,7 +159,7 @@ class Version\ntry {\n$query = $this->connection->createQueryBuilder();\n$query\n- ->select('JSON_SEARCH(\"{}\", \"one\", \"\")');\n+ ->select('JSON_EXTRACT(\"{}\",... | PHP | MIT License | bolt/core | Fix setcontent with `where { }` clause filtering on a foreign `id` in MySQL |
95,144 | 26.08.2022 14:47:54 | -7,200 | 9a341365cb64fcb6a547395c350e521f42f0ca96 | Tweaking Beta | [
{
"change_type": "MODIFY",
"old_path": "package-lock.json",
"new_path": "package-lock.json",
"diff": "{\n\"name\": \"bolt\",\n- \"version\": \"5.1.99.3\",\n+ \"version\": \"5.1.99.4\",\n\"lockfileVersion\": 2,\n\"requires\": true,\n\"packages\": {\n\"\": {\n\"name\": \"bolt\",\n- \"version\": \"5.1.... | PHP | MIT License | bolt/core | Tweaking Beta |
95,144 | 31.08.2022 14:40:18 | -7,200 | 4dd14d3e8c43e461bbda2c605751d2f1cee06a5e | Catch more broad Exception in `Locales::getName` | [
{
"change_type": "MODIFY",
"old_path": "src/Utils/LocaleHelper.php",
"new_path": "src/Utils/LocaleHelper.php",
"diff": "@@ -7,7 +7,6 @@ namespace Bolt\\Utils;\nuse Bolt\\Configuration\\Config;\nuse Bolt\\Repository\\ContentRepository;\nuse Symfony\\Component\\HttpFoundation\\Request;\n-use Symfony\\... | PHP | MIT License | bolt/core | Catch more broad Exception in `Locales::getName` |
95,144 | 31.08.2022 15:14:30 | -7,200 | 6f0b87024150271fd41844e6dc4cb917c5b24020 | Prepare release 5.1.14 | [
{
"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.13';\n+export const version = '5.1.14';\n"
},
{
"change_type": "MODIFY",
"old_path": "package-lock.json",
"new_path": "... | PHP | MIT License | bolt/core | Prepare release 5.1.14 |
95,202 | 04.09.2022 08:41:56 | -3,600 | 927b267b1c63a5c97cbf65b0de18c7e37c86e18d | [RFC] Add the about field in the User Entity for a user to have a brief bio about themselves | [
{
"change_type": "MODIFY",
"old_path": "src/Entity/User.php",
"new_path": "src/Entity/User.php",
"diff": "@@ -120,6 +120,9 @@ class User implements UserInterface, \\Serializable, PasswordAuthenticatedUserInt\n/** @ORM\\Column(type=\"string\", length=250, nullable=true) */\nprivate $avatar;\n+ /** @O... | PHP | MIT License | bolt/core | [RFC] Add the about field in the User Entity for a user to have a brief bio about themselves |
95,202 | 04.09.2022 08:51:32 | -3,600 | c8067e68ec500bd427c1340a4779bc8fda02f8c5 | Include the generated migration | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "migrations/Version20220903132955.php",
"diff": "+<?php\n+\n+declare(strict_types=1);\n+\n+namespace Bolt\\DoctrineMigrations;\n+\n+use Doctrine\\DBAL\\Schema\\Schema;\n+use Doctrine\\Migrations\\AbstractMigration;\n+\n+/**\n+ * Auto-generated Mi... | PHP | MIT License | bolt/core | Include the generated migration |
95,144 | 16.09.2022 13:52:13 | -7,200 | 1e52ce84f0e3415554e9398aa687593df3ed44f5 | Prepare release 5.1.15 | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "{\n\"name\": \"bolt\",\n- \"version\": \"5.1.14\",\n+ \"version\": \"5.1.15\",\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 5.1.15 |
95,143 | 20.09.2022 21:45:52 | -7,200 | 4dd36f0a408c36e6c228a07ed51debd13dbfc566 | Ensure PHP72 compatibility. | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Backend/ContentEditController.php",
"new_path": "src/Controller/Backend/ContentEditController.php",
"diff": "@@ -574,9 +574,11 @@ class ContentEditController extends TwigAwareController implements BackendZoneIn\n$currentRelations = $this->relati... | PHP | MIT License | bolt/core | Ensure PHP72 compatibility. |
95,143 | 20.09.2022 21:50:41 | -7,200 | 2e42c0f863300139c118972954b1ebd61a44e575 | Call with the relationType set, too... | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Backend/ContentEditController.php",
"new_path": "src/Controller/Backend/ContentEditController.php",
"diff": "@@ -388,8 +388,8 @@ class ContentEditController extends TwigAwareController implements BackendZoneIn\n}\nif (isset($formData['relationsh... | PHP | MIT License | bolt/core | Call with the relationType set, too... |
95,144 | 21.09.2022 09:49:36 | -7,200 | 9f35c1c5f739f5520732bcb3f0636f43c4051627 | Make `Request` parameter optional. Prevent breakage in extensions that don't have context (yet). | [
{
"change_type": "MODIFY",
"old_path": "src/Widget/Injector/RequestZone.php",
"new_path": "src/Widget/Injector/RequestZone.php",
"diff": "@@ -65,7 +65,7 @@ class RequestZone\n/**\n* Get the current zone.\n*/\n- public static function getFromRequest(Request $request): string\n+ public static function... | PHP | MIT License | bolt/core | Make `Request` parameter optional. Prevent breakage in extensions that don't have context (yet). |
95,144 | 21.09.2022 15:58:52 | -7,200 | 858c149e9eec9bcaa27886671f060b9d58c0ec7c | The `|excerpt`-filter now also excerpts fields inside Collections and Sets | [
{
"change_type": "MODIFY",
"old_path": "src/Entity/Field/CollectionField.php",
"new_path": "src/Entity/Field/CollectionField.php",
"diff": "@@ -17,7 +17,7 @@ use Doctrine\\ORM\\Mapping as ORM;\n/**\n* @ORM\\Entity\n*/\n-class CollectionField extends Field implements FieldInterface, FieldParentInterf... | PHP | MIT License | bolt/core | The `|excerpt`-filter now also excerpts fields inside Collections and Sets |
95,144 | 21.09.2022 15:59:50 | -7,200 | 0ec88abc7fc73477eb69e236f399ead100fb0cec | Make `LocaleHelper` throw the correct Exception | [
{
"change_type": "MODIFY",
"old_path": "src/Utils/LocaleHelper.php",
"new_path": "src/Utils/LocaleHelper.php",
"diff": "@@ -7,6 +7,7 @@ namespace Bolt\\Utils;\nuse Bolt\\Configuration\\Config;\nuse Bolt\\Repository\\ContentRepository;\nuse Symfony\\Component\\HttpFoundation\\Request;\n+use Symfony\\... | PHP | MIT License | bolt/core | Make `LocaleHelper` throw the correct Exception |
95,144 | 21.09.2022 16:13:04 | -7,200 | 2422f59a6507d04aed14319b6e49e4913a5f7c5f | Prepare release 5.1.16 | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "{\n\"name\": \"bolt\",\n- \"version\": \"5.1.15\",\n+ \"version\": \"5.1.16\",\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 5.1.16 |
95,143 | 21.09.2022 16:43:26 | -7,200 | 6de180e1aa9af684ec2045b880354f0aba3e7ac1 | Fetch and store relation position properly. | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Backend/ContentEditController.php",
"new_path": "src/Controller/Backend/ContentEditController.php",
"diff": "@@ -571,17 +571,16 @@ class ContentEditController extends TwigAwareController implements BackendZoneIn\nprivate function updateRelation(... | PHP | MIT License | bolt/core | Fetch and store relation position properly. |
95,144 | 29.09.2022 15:30:37 | -7,200 | 2ca1be2fe96d399d267c0d731bb6fdd0d83b3d7c | Allow editing YAML files through the Bolt Backend
Fixes | [
{
"change_type": "MODIFY",
"old_path": "config/bolt/config.yaml",
"new_path": "config/bolt/config.yaml",
"diff": "@@ -207,7 +207,7 @@ htmlcleaner:\n# Define the file types (extensions to be exact) that are acceptable for upload\n# in either file fields or through the files screen.\n-accept_file_type... | PHP | MIT License | bolt/core | Allow editing YAML files through the Bolt Backend
Fixes #3306 |
95,144 | 29.09.2022 17:24:04 | -7,200 | e8034a380b22300f70b9ede74a01b656540b6d86 | updating browserslist | [
{
"change_type": "MODIFY",
"old_path": "package-lock.json",
"new_path": "package-lock.json",
"diff": "\"baguettebox.js\": \"^1.11.1\",\n\"bootstrap\": \"5.1.*\",\n\"browserslist\": \"^4.16.7\",\n- \"caniuse-lite\": \"^1.0.30001249\",\n\"clipboard\": \"^2.0.11\",\n\"codemirror\": \"^5.62.2\",\n\"drop... | PHP | MIT License | bolt/core | updating browserslist |
95,202 | 30.09.2022 10:10:11 | -3,600 | 6cfade9ec1f33faeb46c812fd775d45e1e4ce591 | Apply fix for the coding style | [
{
"change_type": "MODIFY",
"old_path": "src/Form/UserType.php",
"new_path": "src/Form/UserType.php",
"diff": "@@ -13,13 +13,13 @@ use Symfony\\Component\\Form\\AbstractType;\nuse Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType;\nuse Symfony\\Component\\Form\\Extension\\Core\\Type\\EmailT... | PHP | MIT License | bolt/core | Apply fix for the coding style |
95,144 | 04.10.2022 11:20:03 | -7,200 | 5c43a0d1c4db0f71f9e6577cc0e6e85c1bba31b4 | Clean up migration for 'about' column in User Entity | [
{
"change_type": "MODIFY",
"old_path": "migrations/Version20201210105836.php",
"new_path": "migrations/Version20201210105836.php",
"diff": "declare(strict_types=1);\n-/** Do not change the namespace. It has to be identical to the configuration in `doctrine_migrations.yaml` */\nnamespace Bolt\\Doctri... | PHP | MIT License | bolt/core | Clean up migration for 'about' column in User Entity |
95,144 | 05.10.2022 17:07:43 | -7,200 | d9d723659165b665033c528b4a86d0445f77b63d | Ensuere we return the found ImageField, and not the surrounding Set or Collection | [
{
"change_type": "MODIFY",
"old_path": "src/Twig/ContentExtension.php",
"new_path": "src/Twig/ContentExtension.php",
"diff": "@@ -243,8 +243,10 @@ class ContentExtension extends AbstractExtension\nif ($field instanceof ListFieldInterface) {\nforeach ($field->getValue() as $subField) {\n- if ($this->... | PHP | MIT License | bolt/core | Ensuere we return the found ImageField, and not the surrounding Set or Collection |
95,144 | 28.10.2022 12:58:26 | -7,200 | f8ba14cb1db4b92ed60e16df1f9abdcc2b1a06a5 | Pass other `_route_params` into a forwarded request | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Frontend/ListingController.php",
"new_path": "src/Controller/Frontend/ListingController.php",
"diff": "@@ -69,7 +69,10 @@ class ListingController extends TwigAwareController implements FrontendZoneInter\n$route = $content->getDefinition()->get('... | PHP | MIT License | bolt/core | Pass other `_route_params` into a forwarded request |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.