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,190 | 04.10.2020 00:41:01 | -7,200 | d9c23121fd39640c226d5f68ad23639334d6b165 | Fully postgres/mysql compatible | [
{
"change_type": "MODIFY",
"old_path": "config/packages/doctrine.yaml",
"new_path": "config/packages/doctrine.yaml",
"diff": "@@ -31,7 +31,9 @@ doctrine:\nalias: App\ndql:\nstring_functions:\n- JSON_EXTRACT: Bolt\\Doctrine\\Functions\\JsonExtract\n+ JSON_EXTRACT: Bolt\\Doctrine\\Functions\\JsonExtra... | PHP | MIT License | bolt/core | Fully postgres/mysql compatible |
95,144 | 04.10.2020 14:05:13 | -7,200 | e8637a179f3ad6eea469f89c5d895a699692f328 | Add missing `json_decode` Twig Filter | [
{
"change_type": "MODIFY",
"old_path": "src/Twig/JsonExtension.php",
"new_path": "src/Twig/JsonExtension.php",
"diff": "@@ -36,6 +36,7 @@ class JsonExtension extends AbstractExtension\nreturn [\nnew TwigFilter('normalize_records', [$this, 'normalizeRecords']),\nnew TwigFilter('json_records', [$this,... | PHP | MIT License | bolt/core | Add missing `json_decode` Twig Filter |
95,144 | 04.10.2020 14:38:39 | -7,200 | daf3799f1c0222a912997cb24ae5459b2d654c0f | Ensure we have an array of records in "select" block | [
{
"change_type": "MODIFY",
"old_path": "templates/helpers/_field_blocks.twig",
"new_path": "templates/helpers/_field_blocks.twig",
"diff": "<p><strong>{{ field|label }}: </strong></p>\n<ul>\n{% if field.contentSelect %}\n- {% setcontent selected = field.contentType where {'id': field.selectedIds} %}... | PHP | MIT License | bolt/core | Ensure we have an array of records in "select" block |
95,190 | 05.10.2020 09:59:06 | -7,200 | fea65d4910db636428b601be2c3d41495c43e801 | Further cleanup & fix of showcase editability in postgres | [
{
"change_type": "MODIFY",
"old_path": "config/packages/doctrine.yaml",
"new_path": "config/packages/doctrine.yaml",
"diff": "@@ -31,10 +31,8 @@ doctrine:\nalias: App\ndql:\nstring_functions:\n- JSON_EXTRACT: Bolt\\Doctrine\\Functions\\JsonExtract # Why have a duplicate of the Scienta version?\n- # ... | PHP | MIT License | bolt/core | Further cleanup & fix of showcase editability in postgres |
95,144 | 05.10.2020 13:02:49 | -7,200 | 9a401e9ab650775713144665e5883765134d2080 | Delete Version20200219064805.php | [
{
"change_type": "DELETE",
"old_path": "src/Migrations/Version20200219064805.php",
"new_path": null,
"diff": "-<?php\n-\n-declare(strict_types=1);\n-\n-namespace Bolt\\Migrations;\n-\n-use Doctrine\\DBAL\\Schema\\Schema;\n-use Doctrine\\Migrations\\AbstractMigration;\n-\n-/**\n- * Auto-generated Mig... | PHP | MIT License | bolt/core | Delete Version20200219064805.php |
95,144 | 05.10.2020 17:16:34 | -7,200 | 492c45649f096d2a5318c1bcbbede6825304a88e | Ensure the "Titles" in collection blocks are plain text only | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/Collection.vue",
"new_path": "assets/js/app/editor/Components/Collection.vue",
"diff": "@@ -204,8 +204,10 @@ export default {\nconst input = $(item)\n.find('textarea,input[type=\"text\"]')\n.first();\n- const title = $(input).va... | PHP | MIT License | bolt/core | Ensure the "Titles" in collection blocks are plain text only |
95,144 | 06.10.2020 20:28:52 | -7,200 | 4a10c68e4a529c29338d6fcb8767501dbda5d4be | Allow default values for Fields in new Content | [
{
"change_type": "MODIFY",
"old_path": "templates/_partials/fields/_base.html.twig",
"new_path": "templates/_partials/fields/_base.html.twig",
"diff": "{% if value is string %}\n{% set value = value|replace({'{{': \"{\\xE2\\x80\\x8B{\", '}}': \"}\\xE2\\x80\\x8B}\" }) %}\n{% endif %}\n+\n+ {# Set a d... | PHP | MIT License | bolt/core | Allow default values for Fields in new Content |
95,190 | 06.10.2020 22:26:42 | -7,200 | 89fa4b7979983c5ee964271eedb4a22b3f7856ed | Fix for returned bug: SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for integer: "a voluptas possimus aut libero doloremque."") in "helpers/_field_blocks.twig". | [
{
"change_type": "MODIFY",
"old_path": "templates/helpers/_field_blocks.twig",
"new_path": "templates/helpers/_field_blocks.twig",
"diff": "<p><strong>{{ field|label }}: </strong></p>\n<ul>\n{% if field.contentSelect %}\n- {% setcontent selected = field.contentType where {'id': field.selectedIds} re... | PHP | MIT License | bolt/core | Fix for returned bug: SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for integer: "a voluptas possimus aut libero doloremque."") in "helpers/_field_blocks.twig". |
95,144 | 07.10.2020 11:07:41 | -7,200 | 4b4e6b0c98cc037c992c9ee5d488dcab7b0407b1 | Add `|default` | [
{
"change_type": "MODIFY",
"old_path": "config/bolt/contenttypes.yaml",
"new_path": "config/bolt/contenttypes.yaml",
"diff": "@@ -45,6 +45,22 @@ homepage:\nicon_many: \"fa:home\"\nicon_one: \"fa:home\"\n+dummies:\n+ name: Dummies\n+ singular_name: Dummy\n+ fields:\n+ title:\n+ type: text\n+ slug:\n+... | PHP | MIT License | bolt/core | Add `|default` |
95,144 | 07.10.2020 14:05:18 | -7,200 | 0ec56d4d38e332ec6d45bf67d3e5b600f1f96be7 | Don't overwrite `$searchTerm` | [
{
"change_type": "MODIFY",
"old_path": "src/Repository/ContentRepository.php",
"new_path": "src/Repository/ContentRepository.php",
"diff": "@@ -6,6 +6,7 @@ namespace Bolt\\Repository;\nuse Bolt\\Configuration\\Content\\ContentType;\nuse Bolt\\Doctrine\\JsonHelper;\n+use Bolt\\Doctrine\\Version;\nuse... | PHP | MIT License | bolt/core | Don't overwrite `$searchTerm` |
95,144 | 07.10.2020 17:54:44 | -7,200 | 5b16b5a56e17bc4faa08fea7c7cc8c1d8ab08353 | Preparing release 4.0.2 | [
{
"change_type": "MODIFY",
"old_path": "package-lock.json",
"new_path": "package-lock.json",
"diff": "{\n\"name\": \"bolt\",\n- \"version\": \"4.0.1\",\n+ \"version\": \"4.0.2\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n}\n},\n\"@types/express-serve-static-core\": {\n- \"v... | PHP | MIT License | bolt/core | Preparing release 4.0.2 |
95,115 | 07.10.2020 22:30:58 | -7,200 | b70fce9f61207cdb339a2143d9571762927b4a86 | $this->viewlessContentTypes should be a normal array. toArray() would return an associative array, and this in turn messes up the parameter substitution in SQLParserUtils.expandListParameters(). Using values() instead of toArray() fixes this.
fixes | [
{
"change_type": "MODIFY",
"old_path": "src/Api/Extensions/ContentExtension.php",
"new_path": "src/Api/Extensions/ContentExtension.php",
"diff": "@@ -30,7 +30,7 @@ final class ContentExtension implements QueryCollectionExtensionInterface, Query\nreturn $ct->get('viewless', false);\n})->map(function ... | PHP | MIT License | bolt/core | $this->viewlessContentTypes should be a normal array. toArray() would return an associative array, and this in turn messes up the parameter substitution in SQLParserUtils.expandListParameters(). Using values() instead of toArray() fixes this.
fixes https://github.com/bolt/core/issues/1953 |
95,144 | 08.10.2020 07:39:07 | -7,200 | fb81b35407d2eb5f5de3061c58b9556c55c07362 | Use `id` in `{% setcontent %}` for Select in Blocks | [
{
"change_type": "MODIFY",
"old_path": "templates/helpers/_field_blocks.twig",
"new_path": "templates/helpers/_field_blocks.twig",
"diff": "{% block extended_fields %}\n{# Special case for 'select' fields: if it's a multiple select, the field is an array. #}\n- {# I dont know what is going on here, ... | PHP | MIT License | bolt/core | Use `id` in `{% setcontent %}` for Select in Blocks |
95,144 | 08.10.2020 13:31:35 | -7,200 | 733ae7b6c0959382908f1a0b9a54b082732b46fa | Let's go for 4.1.0 instead! :innocent: | [
{
"change_type": "MODIFY",
"old_path": "package-lock.json",
"new_path": "package-lock.json",
"diff": "{\n\"name\": \"bolt\",\n- \"version\": \"4.0.2\",\n+ \"version\": \"4.1.0\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n\"dev\": true\n},\n\"@fortawesome/fontawesome-free\":... | PHP | MIT License | bolt/core | Let's go for 4.1.0 instead! :innocent: |
95,115 | 09.10.2020 10:45:26 | -7,200 | b4862fbf14f9d8b0e793ef8a78edcff7715e122e | Log.php had an incorrect repositoryClass specified in the Entity annotation. | [
{
"change_type": "MODIFY",
"old_path": "src/Entity/Log.php",
"new_path": "src/Entity/Log.php",
"diff": "@@ -7,7 +7,7 @@ namespace Bolt\\Entity;\nuse Doctrine\\ORM\\Mapping as ORM;\n/**\n- * @ORM\\Entity(repositoryClass=\"AppBundle\\Repository\\LogRepository\")\n+ * @ORM\\Entity(repositoryClass=\"Bol... | PHP | MIT License | bolt/core | Log.php had an incorrect repositoryClass specified in the Entity annotation. |
95,170 | 10.10.2020 11:18:59 | 18,000 | 3f8d2c6ccc764a2f92a325d73e171d5b02bfc3df | Force path separator to / in ImageFixtures relative paths | [
{
"change_type": "MODIFY",
"old_path": "src/DataFixtures/ContentFixtures.php",
"new_path": "src/DataFixtures/ContentFixtures.php",
"diff": "@@ -275,7 +275,7 @@ class ContentFixtures extends BaseFixture implements DependentFixtureInterface,\ncase 'image':\n$randomImage = $this->imagesIndex->random();... | PHP | MIT License | bolt/core | Force path separator to / in ImageFixtures relative paths |
95,154 | 09.10.2020 22:48:02 | -7,200 | e0c700957509d24445fbbcc1960f509d20e8cc78 | Feat: add .gitattributes file for release | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".gitattributes",
"diff": "+/.babelrc export-ignore\n+/.editorconfig export-ignore\n+/.env export-ignore\n+/.eslintrc.js export-ignore\n+/.git export-ignore\n+/.gitattributes export-ignore\n+/.github export-ignore\n+/.gitignore export-ignore\n+/.... | PHP | MIT License | bolt/core | Feat: add .gitattributes file for release |
95,144 | 12.10.2020 20:54:15 | -7,200 | 8c18220c679d9e8c486fb8663f05e59810cf9a8c | Fix url for 'bulk' operations on Listing screen, for sites with modified Backend URL | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/listing/Components/SelectBox.vue",
"new_path": "assets/js/app/listing/Components/SelectBox.vue",
"diff": "@@ -57,6 +57,7 @@ export default {\nplural: String,\nlabels: Object,\ncsrftoken: String,\n+ backendPrefix: RegExp,\n},\ndata() {\nreturn {\n... | PHP | MIT License | bolt/core | Fix url for 'bulk' operations on Listing screen, for sites with modified Backend URL |
95,156 | 12.10.2020 21:02:15 | -3,600 | 0b6d28c614472ed1eb7c0eb96a81788c689b84ce | Replace getDriver()->getName() call with getDatabasePlatform->getName() to avoid a deprecation in Doctrine | [
{
"change_type": "MODIFY",
"old_path": "src/Doctrine/Query/Cast.php",
"new_path": "src/Doctrine/Query/Cast.php",
"diff": "@@ -20,7 +20,7 @@ class Cast extends FunctionNode\npublic function getSql(SqlWalker $sqlWalker): string\n{\n- $backend_driver = $sqlWalker->getConnection()->getDriver()->getName(... | PHP | MIT License | bolt/core | Replace getDriver()->getName() call with getDatabasePlatform->getName() to avoid a deprecation in Doctrine |
95,147 | 14.10.2020 09:51:06 | -7,200 | d5d3bd564f911e19571c695a8bc7394c5073704d | Any field that has a localized field down the line is considered localized | [
{
"change_type": "MODIFY",
"old_path": "src/Entity/FieldParentTrait.php",
"new_path": "src/Entity/FieldParentTrait.php",
"diff": "@@ -4,7 +4,7 @@ declare(strict_types=1);\nnamespace Bolt\\Entity;\n-use Bolt\\Configuration\\Content\\FieldType;\n+use Tightenco\\Collect\\Support\\Collection;\n/**\n* Im... | PHP | MIT License | bolt/core | Any field that has a localized field down the line is considered localized |
95,147 | 14.10.2020 10:07:08 | -7,200 | eebc94638ee0b17c05d7c61de096a43833a662da | Depracete `default_state` for collection in favour of `variant` | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/Collection.vue",
"new_path": "assets/js/app/editor/Components/Collection.vue",
"diff": "</div>\n<div v-for=\"element in elements\" :key=\"element.hash\" class=\"collection-item\">\n- <details :open=\"state === 'expanded'\" class... | PHP | MIT License | bolt/core | Depracete `default_state` for collection in favour of `variant` |
95,147 | 14.10.2020 10:19:48 | -7,200 | 30980b62bfa1e9a98350aaa1cbcba5c2d745b191 | By default, fields are not localized | [
{
"change_type": "MODIFY",
"old_path": "src/Configuration/Parser/ContentTypesParser.php",
"new_path": "src/Configuration/Parser/ContentTypesParser.php",
"diff": "@@ -316,6 +316,10 @@ class ContentTypesParser extends BaseParser\n$field['sanitise'] = in_array($field['type'], ['text', 'textarea', 'html... | PHP | MIT License | bolt/core | By default, fields are not localized |
95,144 | 15.10.2020 15:35:17 | -7,200 | 3fcc8638421c26d11aea829ede7cd0381fdd8b58 | Don't break if slug is `null` as opposed to "empty string" | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/listing/Components/Table/Row/_Actions.vue",
"new_path": "assets/js/app/listing/Components/Table/Row/_Actions.vue",
"diff": "@@ -101,6 +101,9 @@ export default {\n},\ncomputed: {\nslug() {\n+ if (this.record.fieldValues.slug === null) {\n+ return ... | PHP | MIT License | bolt/core | Don't break if slug is `null` as opposed to "empty string" |
95,144 | 15.10.2020 16:27:43 | -7,200 | 1b86721dcb01b1ac339a8f445a6c1d9543fe3af5 | Updating the system font stack for 2020 | [
{
"change_type": "MODIFY",
"old_path": "assets/scss/init/_variables.scss",
"new_path": "assets/scss/init/_variables.scss",
"diff": "@@ -11,7 +11,7 @@ $bolt-saturated: #003e7c; // Very saturated. Use with care\n$big-z-index: 1000;\n// Typography\n-$font-family-base: -apple-system, BlinkMacSystemFont,... | PHP | MIT License | bolt/core | Updating the system font stack for 2020 |
95,144 | 17.10.2020 12:16:47 | -7,200 | 1118b920a52528410a7280cdc3c1bbeccfd98ce7 | Enable twig namespace 'theme' by default | [
{
"change_type": "MODIFY",
"old_path": "config/packages/twig.yaml",
"new_path": "config/packages/twig.yaml",
"diff": "@@ -7,7 +7,7 @@ twig:\npaths:\n# Since the name of the theme folder is dynamic, we shouldn't set it here, but dynamically\n# See TwigAwareController::setTwigLoader()\n- # '%kernel.pr... | PHP | MIT License | bolt/core | Enable twig namespace 'theme' by default |
95,115 | 17.10.2020 15:53:37 | -7,200 | 5a3b3113aeeaaf7ea2102ef0f0940ee79885cf7f | Show actual error message from upload response if available in {error: {message: "the error"}} format (instead of [object Object]). If response contains just a string this will still be displayed as well. | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/File.vue",
"new_path": "assets/js/app/editor/Components/File.vue",
"diff": "@@ -264,7 +264,14 @@ export default {\nthis.progress = 0;\n})\n.catch(err => {\n- bootbox.alert(err.response.data + '<br>File did not upload.');\n+ cons... | PHP | MIT License | bolt/core | Show actual error message from upload response if available in {error: {message: "the error"}} format (instead of [object Object]). If response contains just a string this will still be displayed as well. |
95,144 | 18.10.2020 15:18:41 | -7,200 | 391c48ea263d41469eb230c8939bb71fc22ffde1 | Update .gitattributes. We most certainly _do_ want `/assets/static` | [
{
"change_type": "MODIFY",
"old_path": ".gitattributes",
"new_path": ".gitattributes",
"diff": "/run_behat_tests.sh export-ignore\n/symfony.lock export-ignore\n/webpack.config.js export-ignore\n-/assets export-ignore\n+/assets/js export-ignore\n+/assets/scss export-ignore\n/bin export-ignore\n/confi... | PHP | MIT License | bolt/core | Update .gitattributes. We most certainly _do_ want `/assets/static` |
95,144 | 18.10.2020 16:20:19 | -7,200 | b4acd7081ce4f56eaeff78e5c1f77901339ff36a | Put back some more files that we really do need. | [
{
"change_type": "MODIFY",
"old_path": ".gitattributes",
"new_path": ".gitattributes",
"diff": "-/.babelrc export-ignore\n/.editorconfig export-ignore\n/.env export-ignore\n-/.eslintrc.js export-ignore\n/.git export-ignore\n/.gitattributes export-ignore\n/.github export-ignore\n/.gitignore export-ig... | PHP | MIT License | bolt/core | Put back some more files that we really do need. |
95,157 | 18.10.2020 21:50:48 | -10,800 | e170e888b86ec7197b6dbc6917f35dd0205ae8ae | Fixed Extensions List Command issue with package name | [
{
"change_type": "MODIFY",
"old_path": "src/Command/ExtensionsListCommand.php",
"new_path": "src/Command/ExtensionsListCommand.php",
"diff": "@@ -37,7 +37,8 @@ class ExtensionsListCommand extends Command\n$rows = [];\nforeach ($extensions as $extension) {\n- $rows[] = [$extension->getComposerPackage... | PHP | MIT License | bolt/core | Fixed Extensions List Command issue with package name |
95,197 | 20.10.2020 12:32:13 | 25,200 | 87598db2eebbc8eb28e02d91aa14be2caac353b9 | Update _collection_buttons.html.twig
Aligns button group on the right side of its collection header.
See comment here:
Fixes: | [
{
"change_type": "MODIFY",
"old_path": "templates/_partials/fields/_collection_buttons.html.twig",
"new_path": "templates/_partials/fields/_collection_buttons.html.twig",
"diff": "{% if in_compound is defined %}\n- <div class=\"btn-group ml-2\" role=\"group\" aria-label=\"Collection buttons\">\n+ <d... | PHP | MIT License | bolt/core | Update _collection_buttons.html.twig
Aligns button group on the right side of its collection header.
See comment here: https://github.com/bolt/core/commit/492c45649f096d2a5318c1bcbbede6825304a88e#commitcomment-43284379
Fixes: https://github.com/bolt/core/issues/2014 |
95,165 | 20.10.2020 18:17:28 | 14,400 | 5dfd91c55c93c16b9011a09dfd7eeada171e1415 | Changed name of generic taxonomy config file identifier | [
{
"change_type": "MODIFY",
"old_path": "src/TemplateChooser.php",
"new_path": "src/TemplateChooser.php",
"diff": "@@ -125,7 +125,7 @@ class TemplateChooser\n$templates = new Collection();\n// First candidate: defined specifically in the taxonomy\n- $templates->push($this->config->get('taxonomy/' . $... | PHP | MIT License | bolt/core | Changed name of generic taxonomy config file identifier |
95,144 | 23.10.2020 11:37:12 | -7,200 | fed9cccd7c66ba4f31710a7761d9f1dc56080ad3 | Yeah, let's change this back. | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -37,8 +37,8 @@ Follow the progress on the development of Bolt 4, at these locations\nTo set up a running **development** environment of Bolt 4 please perform the following steps 1 to 4:\n-1. Install\n-----------... | PHP | MIT License | bolt/core | Yeah, let's change this back. |
95,157 | 22.10.2020 22:02:20 | -10,800 | e7cffb9a7039abe95929161bd57d18d3de320065 | Project specific extension bug in ExtensionExtension.php | [
{
"change_type": "MODIFY",
"old_path": "src/Twig/ExtensionExtension.php",
"new_path": "src/Twig/ExtensionExtension.php",
"diff": "@@ -48,8 +48,9 @@ class ExtensionExtension extends AbstractExtension\n$rows = [];\nforeach ($extensions as $extension) {\n+ $packageName = $extension->getComposerPackage(... | PHP | MIT License | bolt/core | Project specific extension bug in ExtensionExtension.php |
95,144 | 24.10.2020 11:41:48 | -7,200 | 4e0642a0df614bf3b85bbe61681670700ed3ceb4 | Fix PHPstan breakage | [
{
"change_type": "MODIFY",
"old_path": "phpstan.neon",
"new_path": "phpstan.neon",
"diff": "@@ -36,3 +36,5 @@ services:\ntags: [phpstan.rules.rule]\narguments:\nforbiddenFunctions: ['d', 'dd', 'dump', 'var_dump', 'extract']\n+\n+ - Symplify\\PackageBuilder\\Matcher\\ArrayStringAndFnMatcher\n\\ No ne... | PHP | MIT License | bolt/core | Fix PHPstan breakage |
95,144 | 24.10.2020 11:51:52 | -7,200 | 93a33a1418fd51740546686decbe12626749afcf | Force composer to stay on v1 for now | [
{
"change_type": "MODIFY",
"old_path": ".travis.yml",
"new_path": ".travis.yml",
"diff": "@@ -18,7 +18,7 @@ matrix:\nbefore_install:\n- mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{,.disabled} || echo \"xdebug not available\"\n- - composer self-update -q\n+ - composer self-upda... | PHP | MIT License | bolt/core | Force composer to stay on v1 for now |
95,144 | 24.10.2020 13:57:22 | -7,200 | 5171498c3fd2448009e55fdd080faa092c2b91a7 | Composer 2 compatibility | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"beberlei/doctrineextensions\": \"^1.2\",\n\"bolt/common\": \"^2.1.6\",\n\"cocur/slugify\": \"^4.0\",\n- \"composer/composer\": \"^1.10\",\n+ \"composer/composer\": \"^1.10 | ^2.0\",\n\"composer/package-ve... | PHP | MIT License | bolt/core | Composer 2 compatibility |
95,144 | 25.10.2020 10:57:03 | -3,600 | 4411f6590ddd5f6411d3b7eae7d0281fff71dbb8 | Requiring stable release, not `dev-master` | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"behatch/contexts\": \"^3.3\",\n\"bobdenotter/configuration-notices\": \"^1.1\",\n\"bobdenotter/weatherwidget\": \"^1.1\",\n- \"bolt/binary-chromedriver\": \"dev-master\",\n+ \"bolt/binary-chromedriver\": ... | PHP | MIT License | bolt/core | Requiring stable release, not `dev-master` |
95,144 | 25.10.2020 11:54:27 | -3,600 | aa82090f7b96b16489e6af356e045724228953f1 | Keep track of assets version on "About" page | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/common.js",
"new_path": "assets/js/app/common.js",
"diff": "import $ from 'jquery';\nimport { DateTime } from 'luxon';\n+import { version } from '../version';\n+window.assetsVersion = version;\n+\n$(document).ready(function() {\n// add a js class... | PHP | MIT License | bolt/core | Keep track of assets version on "About" page |
95,144 | 25.10.2020 12:45:39 | -3,600 | 15709749c8753ec3abc738527c3240165dc4a10a | Add `Carbon` to `scanDirectories` | [
{
"change_type": "MODIFY",
"old_path": "phpstan.neon",
"new_path": "phpstan.neon",
"diff": "@@ -5,8 +5,9 @@ parameters:\n- src\nscanDirectories:\n- # In order to 'recognize' Twig functions in global scope\n+ # In order to 'recognize' Twig and Carbon functions in global scope\n- %currentWorkingDirect... | PHP | MIT License | bolt/core | Add `Carbon` to `scanDirectories` |
95,144 | 25.10.2020 13:12:01 | -3,600 | 8eb1cc38385b59ddbfd0035108fd270a2d3af0c8 | Pin `drupol/composer-packages` to `2.0` | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"doctrine/doctrine-bundle\": \"^2.1\",\n\"doctrine/doctrine-fixtures-bundle\": \"^3.3\",\n\"doctrine/orm\": \"^2.7\",\n- \"drupol/composer-packages\": \"dev-master\",\n+ \"drupol/composer-packages\": \"^2.... | PHP | MIT License | bolt/core | Pin `drupol/composer-packages` to `2.0` |
95,144 | 25.10.2020 14:33:42 | -3,600 | f1724c3827cf0e44d26cbbbef8b9390a39d1597d | Ninja-edit Travis to do less verbose `composer update` | [
{
"change_type": "MODIFY",
"old_path": ".travis.yml",
"new_path": ".travis.yml",
"diff": "@@ -21,7 +21,7 @@ before_install:\n- composer self-update --2 -q\ninstall:\n- - COMPOSER_MEMORY_LIMIT=-1 composer update -v\n+ - COMPOSER_MEMORY_LIMIT=-1 composer update\n- ./bin/console bolt:info\n- nvm instal... | PHP | MIT License | bolt/core | Ninja-edit Travis to do less verbose `composer update` |
95,144 | 26.10.2020 10:58:34 | -3,600 | c121660d5cb08e253c86bc8b139556d03ca7ac4d | Cleaning up `composer.json` | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"sort-packages\": true\n},\n\"extra\": {\n+ \"public-dir\": \"public\",\n\"symfony\": {\n\"allow-contrib\": true,\n\"require\": \"^5.1\"\n- },\n- \"public-dir\": \"public\"\n+ }\n},\n\"autoload\": {\n\"psr... | PHP | MIT License | bolt/core | Cleaning up `composer.json` |
95,144 | 29.10.2020 13:57:47 | -3,600 | 137ccf956807ac1aa6e871c60e202b95ad65a941 | Remove extraneous whitespace in excerpts | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"api-platform/core\": \"^2.5\",\n\"babdev/pagerfanta-bundle\": \"^2.5\",\n\"beberlei/doctrineextensions\": \"^1.2\",\n- \"bolt/common\": \"^2.1.6\",\n+ \"bolt/common\": \"^2.1.10\",\n\"cocur/slugify\": \"^... | PHP | MIT License | bolt/core | Remove extraneous whitespace in excerpts |
95,144 | 29.10.2020 15:55:30 | -3,600 | 325d7dc5aa37a1c517ec188e59f43226f520ecbc | Add three more 'allowed' tags by default | [
{
"change_type": "MODIFY",
"old_path": "config/bolt/config.yaml",
"new_path": "config/bolt/config.yaml",
"diff": "@@ -156,7 +156,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 three more 'allowed' tags by default |
95,144 | 30.10.2020 12:29:44 | -3,600 | a29ec8e6c2a93df325912c0d15b4477d9336aed3 | Correct spelling of `sup` | [
{
"change_type": "MODIFY",
"old_path": "config/bolt/config.yaml",
"new_path": "config/bolt/config.yaml",
"diff": "@@ -156,7 +156,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 | Correct spelling of `sup` |
95,144 | 28.10.2020 17:09:05 | -3,600 | 838d551e2af655b4b8a6d5ee92283f786cba99a5 | Make "files" selector use more levels | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Backend/Async/FileListingController.php",
"new_path": "src/Controller/Backend/Async/FileListingController.php",
"diff": "@@ -69,7 +69,7 @@ class FileListingController implements AsyncZoneInterface\nprivate function findFiles(string $path, ?strin... | PHP | MIT License | bolt/core | Make "files" selector use more levels |
95,144 | 31.10.2020 10:40:56 | -3,600 | ffa5eb844d3a3bfe829bef2ebbdb2f886153e8ef | Use first element, regardless of index | [
{
"change_type": "MODIFY",
"old_path": "src/Entity/FieldTranslation.php",
"new_path": "src/Entity/FieldTranslation.php",
"diff": "@@ -55,7 +55,7 @@ class FieldTranslation implements TranslationInterface\npublic function isEmpty(): bool\n{\n- $value = is_iterable($this->value) ? $this->value[0] : $th... | PHP | MIT License | bolt/core | Use first element, regardless of index |
95,144 | 02.11.2020 08:42:29 | -3,600 | 3f6fde0eb3e4456f47c4527cfea321efbec18e2b | Fix empty Imagelist breaking rendering in Prod ENV | [
{
"change_type": "MODIFY",
"old_path": "templates/_partials/fields/imagelist.html.twig",
"new_path": "templates/_partials/fields/imagelist.html.twig",
"diff": "{% set limit = field.definition.get('limit')|default(200) %}\n<editor-imagelist\n- :images='{{ field.jsonvalue }}'\n+ :images='{{ field.json... | PHP | MIT License | bolt/core | Fix empty Imagelist breaking rendering in Prod ENV |
95,190 | 03.11.2020 21:32:50 | -3,600 | 7e021f012b73d9928f2db09a2f34d9d3f96cfc9e | undoing all from more errors further down appear | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/Select.vue",
"new_path": "assets/js/app/editor/Components/Select.vue",
"diff": "@@ -87,7 +87,7 @@ export default {\nif (this.selected === null) {\nreturn JSON.stringify([]);\n- } else if (this.selected.map && typeof item !== 'un... | PHP | MIT License | bolt/core | undoing all from 50e6f1b, more errors further down appear |
95,144 | 05.11.2020 13:59:53 | -3,600 | b3d1241ae66cae3586b3f5dc0a4418f102b6f398 | Explicitly set `form_theme` for when a project defines its own forms. | [
{
"change_type": "MODIFY",
"old_path": "templates/security/login.html.twig",
"new_path": "templates/security/login.html.twig",
"diff": "{% block main %}\n<div>\n+ {% form_theme loginForm 'bootstrap_4_layout.html.twig' %}\n+\n<div class=\"login__logo\">\n<img class=\"logo\" alt=\"Bolt CMS logo\"\n{% ... | PHP | MIT License | bolt/core | Explicitly set `form_theme` for when a project defines its own forms. |
95,144 | 31.10.2020 13:59:49 | -3,600 | 1b178e95aaa30d813e3c38581b581182fc5e3242 | Fix: Support standard Symfony `.env` options | [
{
"change_type": "MODIFY",
"old_path": ".editorconfig",
"new_path": ".editorconfig",
"diff": "-; top-most EditorConfig file\n+# EditorConfig helps developers define and maintain consistent\n+# coding styles between different editors and IDEs\n+# editorconfig.org\n+\nroot = true\n-; Unix-style newlin... | PHP | MIT License | bolt/core | Fix: Support standard Symfony `.env` options |
95,115 | 07.11.2020 16:09:34 | -3,600 | 36f03643f32fd7bef4fe321cf43868d3bbb3cde7 | Rename guesstimatePublicFolder() to getPublicFolder() and make the function protected. This way subclasses of Kernel can provide their own implementation, for example returning a hard-coded path. | [
{
"change_type": "MODIFY",
"old_path": "src/Kernel.php",
"new_path": "src/Kernel.php",
"diff": "@@ -91,7 +91,7 @@ class Kernel extends BaseKernel\nprivate function setBoltParameters(ContainerBuilder $container, string $confDir): void\n{\n- $container->setParameter('bolt.public_folder', $this->guesst... | PHP | MIT License | bolt/core | Rename guesstimatePublicFolder() to getPublicFolder() and make the function protected. This way subclasses of Kernel can provide their own implementation, for example returning a hard-coded path. |
95,159 | 09.11.2020 22:33:23 | -10,800 | 081507bf78aea271e8bb9ebd04e2eb9ee9e04b50 | add ExtensionBackendMenuInterface thats allow to extend menu in backend easily | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/code_analysis.yaml",
"new_path": ".github/workflows/code_analysis.yaml",
"diff": "@@ -27,7 +27,7 @@ jobs:\n-\nname: Check YAML configs files\n- run: bin/console lint:yaml config --ansi\n+ run: bin/console lint:yaml config --ansi --parse-tags\... | PHP | MIT License | bolt/core | add ExtensionBackendMenuInterface thats allow to extend menu in backend easily |
95,159 | 09.11.2020 23:26:12 | -10,800 | edc6dcc360be071efd18f8fef42486e23ef7e5a6 | add make docker-build
use composer alias everywhere | [
{
"change_type": "MODIFY",
"old_path": "Makefile",
"new_path": "Makefile",
"diff": "@@ -134,19 +134,22 @@ docker-install: ## to install project with docker\nmake docker-db-create\ndocker-install-deps: ## to install all assets with docker\n- docker-compose exec -T php sh -c \"composer install\"\n+ do... | PHP | MIT License | bolt/core | add make docker-build
use composer alias everywhere |
95,115 | 11.11.2020 22:18:17 | -3,600 | 933fa21330c8b9f967d67c64700544c8f97ac00b | return 404 for listing route of contenttype that has viewless: true. Fixes | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Frontend/ListingController.php",
"new_path": "src/Controller/Frontend/ListingController.php",
"diff": "@@ -14,6 +14,7 @@ use Pagerfanta\\Adapter\\ArrayAdapter;\nuse Pagerfanta\\Pagerfanta;\nuse Symfony\\Component\\HttpFoundation\\Request;\nuse S... | PHP | MIT License | bolt/core | return 404 for listing route of contenttype that has viewless: true. Fixes https://github.com/bolt/core/issues/2109 |
95,115 | 10.11.2020 16:17:48 | -3,600 | 366a9db037ac579b91b8340fd911d97c9253ded7 | simple workaround to stop elements from opening when moving | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/Collection.vue",
"new_path": "assets/js/app/editor/Components/Collection.vue",
"diff": "</div>\n<div v-for=\"element in elements\" :key=\"element.hash\" class=\"collection-item\">\n+ <!-- Navigation buttons -->\n+ <div :is=\"com... | PHP | MIT License | bolt/core | simple workaround to stop elements from opening when moving |
95,115 | 12.11.2020 00:11:22 | -3,600 | 7a02a4dda26071d266716f12638a5c9a9564c340 | replace summary/details tags with divs to fix issue with propagating mouse events from up/down/delete buttons | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/Collection.vue",
"new_path": "assets/js/app/editor/Components/Collection.vue",
"diff": "</div>\n</div>\n- <div v-for=\"element in elements\" :key=\"element.hash\" class=\"collection-item\">\n- <!-- Navigation buttons -->\n- <div... | PHP | MIT License | bolt/core | replace summary/details tags with divs to fix issue with propagating mouse events from up/down/delete buttons |
95,119 | 13.11.2020 18:00:40 | -3,600 | abfec9d1c18ec7743f65706240a638452c56b527 | feat(user): update User entity to add avatar field | [
{
"change_type": "MODIFY",
"old_path": "src/Entity/User.php",
"new_path": "src/Entity/User.php",
"diff": "@@ -9,6 +9,7 @@ use Bolt\\Enum\\UserStatus;\nuse Cocur\\Slugify\\Slugify;\nuse Doctrine\\ORM\\Mapping as ORM;\nuse Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntity;\n+use Symfony\... | PHP | MIT License | bolt/core | feat(user): update User entity to add avatar field |
95,119 | 13.11.2020 18:03:06 | -3,600 | 2edff586994683a2b594d09a263580ade0687a09 | fix(user): getAvatar can return null | [
{
"change_type": "MODIFY",
"old_path": ".env",
"new_path": ".env",
"diff": "@@ -38,10 +38,10 @@ TRUSTED_PROXIES=127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16\n# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml\n# SQLite (note: _three_ slashes)\... | PHP | MIT License | bolt/core | fix(user): getAvatar can return null |
95,119 | 13.11.2020 18:03:57 | -3,600 | a6420acf2702fc35df685d26ae0a8d91111ea4d3 | feat(user): add avatar in UserEditType | [
{
"change_type": "MODIFY",
"old_path": "src/Form/UserEditType.php",
"new_path": "src/Form/UserEditType.php",
"diff": "@@ -10,6 +10,7 @@ use Bolt\\Utils\\LocaleHelper;\nuse Symfony\\Component\\Form\\AbstractType;\nuse Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType;\nuse Symfony\\Componen... | PHP | MIT License | bolt/core | feat(user): add avatar in UserEditType |
95,119 | 13.11.2020 19:45:49 | -3,600 | 2612136e53873da756726b77c7bdcd084c84a701 | feat(user): update entity to remove UploadableFile | [
{
"change_type": "MODIFY",
"old_path": "src/Entity/User.php",
"new_path": "src/Entity/User.php",
"diff": "@@ -107,11 +107,6 @@ class User implements UserInterface, \\Serializable\nprivate $userAuthToken;\n/** @ORM\\Column(type=\"string\", length=250, nullable=true) */\n- private $avatarPath;\n-\n- /... | PHP | MIT License | bolt/core | feat(user): update entity to remove UploadableFile |
95,119 | 13.11.2020 19:46:08 | -3,600 | 396283d2033bd86d5a37912b6ae690a49452e32c | feat(user): change UploadableFile to TextType | [
{
"change_type": "MODIFY",
"old_path": "src/Form/UserEditType.php",
"new_path": "src/Form/UserEditType.php",
"diff": "@@ -84,8 +84,12 @@ class UserEditType extends AbstractType\n->add('status', ChoiceType::class, [\n'choices' => UserStatus::all(),\n])\n- ->add('avatar', FileType::class, [\n- 'requir... | PHP | MIT License | bolt/core | feat(user): change UploadableFile to TextType |
95,119 | 13.11.2020 19:46:30 | -3,600 | 86a9e8ac724a2bd83108ba2707914cb79e5a12b1 | feat(user): add simple_image field and use it in form | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "templates/_partials/fields/simple_image.html.twig",
"diff": "+{# {% extends '@bolt/_partials/fields/_base.html.twig' %}\n+\n+{% set extensions = field.definition.get('extensions')|default('') %}\n+{% set info %}\n+ {{ 'upload.allow_file_types'|t... | PHP | MIT License | bolt/core | feat(user): add simple_image field and use it in form |
95,119 | 13.11.2020 21:05:15 | -3,600 | 47ae7cf7dee50bd01cb1b3c025c41027bd993187 | feat(user): transform media data to store avatar path | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Backend/UserEditController.php",
"new_path": "src/Controller/Backend/UserEditController.php",
"diff": "@@ -145,9 +145,12 @@ class UserEditController extends TwigAwareController implements BackendZoneInter\n// We need to transform to JSON.stringi... | PHP | MIT License | bolt/core | feat(user): transform media data to store avatar path |
95,119 | 13.11.2020 21:38:36 | -3,600 | 9fcb4e02457beb2c7b46586df0af971a7e9f904d | feat(user): add avatar configuration | [
{
"change_type": "MODIFY",
"old_path": "config/bolt/config.yaml",
"new_path": "config/bolt/config.yaml",
"diff": "@@ -193,3 +193,9 @@ fixtures_seed: 87654\n# Globally enable / disable the validator for Fields\nvalidator_options:\nenable: true\n+\n+# Options for user's avatar\n+user_avatar:\n+ upload... | PHP | MIT License | bolt/core | feat(user): add avatar configuration |
95,119 | 13.11.2020 21:50:46 | -3,600 | a6382f363d035be92cfdac7f09491e31179d6fa9 | feat(user): load default avatar | [
{
"change_type": "MODIFY",
"old_path": "config/bolt/config.yaml",
"new_path": "config/bolt/config.yaml",
"diff": "@@ -198,4 +198,4 @@ validator_options:\nuser_avatar:\nupload_path: avatars\nextensions_allowed: ['png', 'jpeg', 'jpg', 'gif']\n- default_avatar: '/assets/images/placeholder.png'\n+ defau... | PHP | MIT License | bolt/core | feat(user): load default avatar |
95,119 | 13.11.2020 21:57:02 | -3,600 | 82be7c1819663ea17c8ba74f843765b72c46af16 | feat(user): add translation | [
{
"change_type": "MODIFY",
"old_path": "translations/messages.en.xlf",
"new_path": "translations/messages.en.xlf",
"diff": "<target>Add User</target>\n</segment>\n</unit>\n+ <unit id=\"nWMH_Nr\" name=\"label.avatar\">\n+ <segment>\n+ <source>label.avatar</source>\n+ <target>Avatar</target>\n+ </segm... | PHP | MIT License | bolt/core | feat(user): add translation |
95,119 | 13.11.2020 22:00:05 | -3,600 | a70e6eaf1c14ecd2ba94ff8297e2053db0149abd | fix(style): csfixer | [
{
"change_type": "MODIFY",
"old_path": "src/Entity/User.php",
"new_path": "src/Entity/User.php",
"diff": "@@ -9,7 +9,6 @@ use Bolt\\Enum\\UserStatus;\nuse Cocur\\Slugify\\Slugify;\nuse Doctrine\\ORM\\Mapping as ORM;\nuse Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntity;\n-use Symfony\... | PHP | MIT License | bolt/core | fix(style): csfixer |
95,119 | 13.11.2020 22:05:36 | -3,600 | 44a1bf850b33ec0d0b2aecb4d98829264a9f3e56 | fix(env): revert env | [
{
"change_type": "MODIFY",
"old_path": ".env",
"new_path": ".env",
"diff": "@@ -38,10 +38,10 @@ TRUSTED_PROXIES=127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16\n# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml\n# SQLite (note: _three_ slashes)\... | PHP | MIT License | bolt/core | fix(env): revert env |
95,119 | 13.11.2020 22:59:18 | -3,600 | 04f54b8c6ea00dab633bfe6a1f5f11adc6dcffa0 | fix(user): fix user add action | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Backend/UserEditController.php",
"new_path": "src/Controller/Backend/UserEditController.php",
"diff": "@@ -93,6 +93,9 @@ class UserEditController extends TwigAwareController implements BackendZoneInter\n$submitted_data['locale'] = json_decode($s... | PHP | MIT License | bolt/core | fix(user): fix user add action |
95,115 | 14.11.2020 15:06:22 | -3,600 | 9209db24d5345fb5ad2c78792ed140c391dc2b05 | add default value for $extensionMenus so bolt won't break when configuration hasn't been updated yet. | [
{
"change_type": "MODIFY",
"old_path": "src/Menu/BackendMenuBuilder.php",
"new_path": "src/Menu/BackendMenuBuilder.php",
"diff": "@@ -42,7 +42,7 @@ final class BackendMenuBuilder implements BackendMenuBuilderInterface\npublic function __construct(\nFactoryInterface $menuFactory,\n- iterable $extensi... | PHP | MIT License | bolt/core | add default value for $extensionMenus so bolt won't break when configuration hasn't been updated yet. |
95,144 | 17.11.2020 11:22:37 | -3,600 | 7c975290e482f1bad9d95246e623b4a4b0491985 | Updating default "example" mail address | [
{
"change_type": "MODIFY",
"old_path": "config/bolt/config.yaml",
"new_path": "config/bolt/config.yaml",
"diff": "@@ -203,7 +203,7 @@ user_avatar:\n# Settings for the reset password logic\nreset_password_settings:\nshow_already_requested_password_notice: true\n- mail_from: \"do-not-reply@dummy.com\"... | PHP | MIT License | bolt/core | Updating default "example" mail address |
95,193 | 17.11.2020 09:45:17 | -25,200 | 711ea1bdd59915891ebe39074182b8c0f6e85d3c | add keys setting for select field type | [
{
"change_type": "MODIFY",
"old_path": "src/Twig/ContentExtension.php",
"new_path": "src/Twig/ContentExtension.php",
"diff": "@@ -621,10 +621,14 @@ class ContentExtension extends AbstractExtension\n/** @var Content[] $records */\n$records = iterator_to_array($this->query->getContent($contentTypeSlug... | PHP | MIT License | bolt/core | add keys setting for select field type |
95,193 | 18.11.2020 09:51:51 | -25,200 | 720cf7c9b770a133f47cb2def7bfb3c0009b5a27 | add `mode: format` in select field | [
{
"change_type": "MODIFY",
"old_path": "src/Twig/ContentExtension.php",
"new_path": "src/Twig/ContentExtension.php",
"diff": "@@ -621,14 +621,13 @@ class ContentExtension extends AbstractExtension\n/** @var Content[] $records */\n$records = iterator_to_array($this->query->getContent($contentTypeSlug... | PHP | MIT License | bolt/core | add `mode: format` in select field |
95,158 | 18.11.2020 11:18:58 | -3,600 | 9448fc9be42ee4dcb62f6c8699f90a7e0904ff68 | Add Twig filter to load record from ID
This is a replacement for the previous proposed solution.
This filter will allow the following in Twig templates, to build URLs with slugs based on only the ID of a record.
`{{ 6|record|link() }}` | [
{
"change_type": "MODIFY",
"old_path": "src/Twig/ContentExtension.php",
"new_path": "src/Twig/ContentExtension.php",
"diff": "@@ -137,6 +137,7 @@ class ContentExtension extends AbstractExtension\nnew TwigFilter('status_options', [$this, 'statusOptions']),\nnew TwigFilter('feature', [$this, 'getSpeci... | PHP | MIT License | bolt/core | Add Twig filter to load record from ID
This is a replacement for the previous proposed solution.
This filter will allow the following in Twig templates, to build URLs with slugs based on only the ID of a record.
`{{ 6|record|link() }}` |
95,144 | 18.11.2020 14:12:29 | -3,600 | 0c30aae0e1e5eac4a07ee5efe85e240a0db2c394 | Make 'create user' a bit more robust | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Backend/UserEditController.php",
"new_path": "src/Controller/Backend/UserEditController.php",
"diff": "@@ -135,7 +135,7 @@ class UserEditController extends TwigAwareController implements BackendZoneInter\n/**\n* @Route(\"/user-edit/{id}\", metho... | PHP | MIT License | bolt/core | Make 'create user' a bit more robust |
95,144 | 18.11.2020 14:30:36 | -3,600 | 3411384862d83163802a3e77227c7714221d0cf8 | I do not know how this has ever worked! | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Backend/ProfileController.php",
"new_path": "src/Controller/Backend/ProfileController.php",
"diff": "@@ -57,14 +57,14 @@ class ProfileController extends TwigAwareController implements BackendZoneInterf\n/**\n* @Route(\"/profile-edit\", methods={... | PHP | MIT License | bolt/core | I do not know how this has ever worked! |
95,144 | 18.11.2020 14:51:36 | -3,600 | 3c17adccd7e437cb33e74bf10416d7d594dfeee5 | Fix: Set a default status for the `default_status` | [
{
"change_type": "MODIFY",
"old_path": "src/Entity/Content.php",
"new_path": "src/Entity/Content.php",
"diff": "@@ -186,7 +186,7 @@ class Content\n}\n// Set default status and default values\n- $this->setStatus($this->contentTypeDefinition->get('default_status'));\n+ $this->setStatus($this->contentT... | PHP | MIT License | bolt/core | Fix: Set a default status for the `default_status` |
95,115 | 20.11.2020 10:30:29 | -3,600 | d183f3226a65b3130026e58d4a30c0fb91834d14 | Add comment explaining how the orderByNumericField() internals work, so Ivo won't have to explain it in person the next time. | [
{
"change_type": "MODIFY",
"old_path": "src/Storage/Directive/OrderDirective.php",
"new_path": "src/Storage/Directive/OrderDirective.php",
"diff": "@@ -190,6 +190,11 @@ class OrderDirective\nreturn;\n}\n+ // A numerical field value is stored as an json array containing a string, so the number 42\n+ ... | PHP | MIT License | bolt/core | Add comment explaining how the orderByNumericField() internals work, so Ivo won't have to explain it in person the next time. |
95,144 | 21.11.2020 12:20:07 | -3,600 | f24cb305ee64d13837a67e6f83aec3ae9124c482 | Ninja-fix remove live for debugging purposes | [
{
"change_type": "MODIFY",
"old_path": "tests/e2e/users.feature",
"new_path": "tests/e2e/users.feature",
"diff": "@@ -152,7 +152,6 @@ Feature: Users & Permissions\nAnd I should see \"Suggested secure password\"\n@javascript\n- @foo\nScenario: Edit my user with incorrect display name\nGiven I am logg... | PHP | MIT License | bolt/core | Ninja-fix remove live for debugging purposes |
95,144 | 23.11.2020 14:04:19 | -3,600 | 1b1e950976488df84ea666f5c76bf1b9f695f915 | Merging mishap: This shouldn't have been in this branch | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/Select.vue",
"new_path": "assets/js/app/editor/Components/Select.vue",
"diff": "@@ -89,12 +89,8 @@ export default {\nif (this.selected === null) {\nreturn JSON.stringify([]);\n} else if (this.selected.map) {\n- if (typeof item !... | PHP | MIT License | bolt/core | Merging mishap: This shouldn't have been in this branch |
95,144 | 23.11.2020 14:11:14 | -3,600 | bed4605be54ef66cd8b490aee14a9a982bf7ef32 | Prepare release 4.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 = '4.1.6';\n+export const version = '4.1.7';\n"
},
{
"change_type": "MODIFY",
"old_path": "package-lock.json",
"new_path": "pa... | PHP | MIT License | bolt/core | Prepare release 4.1.7 |
95,144 | 23.11.2020 15:02:29 | -3,600 | 89e5680d8b620377fd5f3e48a59db2d9eb0904a2 | Ninja-fixing closing HTML tag. | [
{
"change_type": "MODIFY",
"old_path": "templates/content/listing.html.twig",
"new_path": "templates/content/listing.html.twig",
"diff": "{% block title %}\n{{ macro.icon(contentType.icon_one) }}\n{{ contentType.name }}\n- {% if filterValue %}<small>({{ __('label.filtered_by') }}: <em>'{{ filterValu... | PHP | MIT License | bolt/core | Ninja-fixing closing HTML tag. |
95,154 | 25.11.2020 16:57:29 | -3,600 | ac74e9e625e6589bda54223002d9dbafc85dbe15 | Fix: deprecate the old controller for lost password
remove old template & translation for lost password
redirect old controler to new controler
add translation fr for lost password | [
{
"change_type": "MODIFY",
"old_path": "config/packages/security.yaml",
"new_path": "config/packages/security.yaml",
"diff": "@@ -40,6 +40,6 @@ security:\naccess_control:\n# this is a catch-all for the admin area\n# additional security lives in the controllers\n- - { path: '^%bolt.backend_url%/(logi... | PHP | MIT License | bolt/core | Fix: deprecate the old controller for lost password
- remove old template & translation for lost password
- redirect old controler to new controler
- add translation fr for lost password |
95,115 | 26.11.2020 21:00:22 | -3,600 | a07c4018e24534f915be745656e17332df1a65a1 | delete controllers that only rendered the 'placeholder' template and weren't used anywhere at the moment. | [
{
"change_type": "DELETE",
"old_path": "src/Controller/Backend/FixturesController.php",
"new_path": null,
"diff": "-<?php\n-\n-declare(strict_types=1);\n-\n-namespace Bolt\\Controller\\Backend;\n-\n-use Bolt\\Controller\\TwigAwareController;\n-use Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\... | PHP | MIT License | bolt/core | delete controllers that only rendered the 'placeholder' template and weren't used anywhere at the moment. |
95,144 | 30.11.2020 18:41:40 | -3,600 | 5d32491c71b7fa658ff15039255fa43dd9db66ef | Apply to `4.1` | [
{
"change_type": "MODIFY",
"old_path": "assets/js/app/editor/Components/Checkbox.vue",
"new_path": "assets/js/app/editor/Components/Checkbox.vue",
"diff": "<!-- This hidden input is actually what gets submitted. It submits \"true\" when checked, and \"false\" when not checked -->\n<!-- It exists bec... | PHP | MIT License | bolt/core | Apply #2199 to `4.1` |
95,144 | 01.12.2020 14:31:53 | -3,600 | 82c86b1161564245a56edf05ce1a092a6e1c0ea2 | Introduce `viewless_listing` setting in addition to `viewless` for Record detail pages | [
{
"change_type": "MODIFY",
"old_path": "src/Configuration/Parser/ContentTypesParser.php",
"new_path": "src/Configuration/Parser/ContentTypesParser.php",
"diff": "@@ -112,6 +112,11 @@ class ContentTypesParser extends BaseParser\nif (! isset($contentType['viewless'])) {\n$contentType['viewless'] = fal... | PHP | MIT License | bolt/core | Introduce `viewless_listing` setting in addition to `viewless` for Record detail pages |
95,144 | 28.11.2020 11:23:11 | -3,600 | e8c7d3038a352f2b1b7b64b8e16456584eefb9df | Tweaks, fixes, "reset button" | [
{
"change_type": "MODIFY",
"old_path": "assets/scss/modules/base/_badges.scss",
"new_path": "assets/scss/modules/base/_badges.scss",
"diff": "margin-top: -0.4em;\ntext-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);\n}\n+\n+.badge.selected {\n+ font-weight: bold;\n+}\n"
},
{
"change_type": "MODIFY",... | PHP | MIT License | bolt/core | Tweaks, fixes, "reset button" |
95,144 | 29.11.2020 12:10:53 | -3,600 | f0fd1aa5de49e3b79ecb0e7b110895573e4a820d | Set defaults for avatar settings | [
{
"change_type": "MODIFY",
"old_path": "src/Configuration/Parser/GeneralParser.php",
"new_path": "src/Configuration/Parser/GeneralParser.php",
"diff": "@@ -101,6 +101,11 @@ class GeneralParser extends BaseParser\n'omit_backgrounds' => false,\n'omit_powered_by_header' => false,\n'omit_meta_generator_... | PHP | MIT License | bolt/core | Set defaults for avatar settings |
95,154 | 30.11.2020 16:57:53 | -3,600 | 43c2e12b51012c532a5f6c1fedd0775114c31f7a | Feat: remove DoctrineMigrationBundle that does not seem to be in use | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"bolt/newswidget\": \"^1.2\",\n\"coduo/php-matcher\": \"^4.0\",\n\"dama/doctrine-test-bundle\": \"^6.2.0\",\n- \"doctrine/doctrine-migrations-bundle\": \"^2.2\",\n\"friends-of-behat/mink\": \"^1.8\",\n\"fr... | PHP | MIT License | bolt/core | Feat: remove DoctrineMigrationBundle that does not seem to be in use |
95,147 | 03.12.2020 12:33:47 | -3,600 | 1ad78f799be080fc861807dacc6116fbe7db541e | Create Welcome command | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/Command/WelcomeCommand.php",
"diff": "+<?php\n+\n+declare(strict_types=1);\n+\n+namespace Bolt\\Command;\n+\n+use Symfony\\Component\\Console\\Command\\Command;\n+use Symfony\\Component\\Console\\Input\\InputInterface;\n+use Symfony\\Compone... | PHP | MIT License | bolt/core | Create Welcome command |
95,125 | 10.12.2020 23:48:25 | -3,600 | 4ac0ac336224542549f1440ea2081953bd7eb16b | Set canonical URL for listing pages (fixes | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Frontend/ListingController.php",
"new_path": "src/Controller/Frontend/ListingController.php",
"diff": "@@ -80,6 +80,16 @@ class ListingController extends TwigAwareController implements FrontendZoneInter\n$records = $this->setRecords($content, $a... | PHP | MIT License | bolt/core | Set canonical URL for listing pages (fixes #2218) |
95,125 | 10.12.2020 23:50:15 | -3,600 | d3d54bdb5d251cf22b8cad3b35ce6083b4722aae | Add `remove_default_locale_on_canonical` option (fixes
Default value `false` keeps the old behaviour. Locale prefix is always removed for default locale, e.g. `/en/pages` becomes `/pages`
When `true` it always prefixes the default locale on listing & record pages, `/pages` becomes `/en/pages` | [
{
"change_type": "MODIFY",
"old_path": "config/bolt/config.yaml",
"new_path": "config/bolt/config.yaml",
"diff": "@@ -190,6 +190,7 @@ curl_options:\n# Various settings about Bolt's built-in localization features.\nlocalization:\nfallback_when_missing: true # When set to true, fields with empty value... | PHP | MIT License | bolt/core | Add `remove_default_locale_on_canonical` option (fixes #2219)
- Default value `false` keeps the old behaviour. Locale prefix is always removed for default locale, e.g. `/en/pages` becomes `/pages`
- When `true` it always prefixes the default locale on listing & record pages, `/pages` becomes `/en/pages` |
95,144 | 12.12.2020 12:33:15 | -3,600 | aed6e91ef2ce51736705d320294fb722575d8d95 | Update src/Controller/Frontend/ListingController.php | [
{
"change_type": "MODIFY",
"old_path": "src/Controller/Frontend/ListingController.php",
"new_path": "src/Controller/Frontend/ListingController.php",
"diff": "@@ -86,7 +86,7 @@ class ListingController extends TwigAwareController implements FrontendZoneInter\narray_merge([\n'contentTypeSlug' => $conte... | PHP | MIT License | bolt/core | Update src/Controller/Frontend/ListingController.php |
95,154 | 09.12.2020 13:13:07 | -3,600 | 8a403551ca2a3ab922a735ec62a9c888a1a112f7 | Feat: remove SymfonyMakerBundle that does not seem to be in use | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"symfony/framework-bundle\": \"^5.1\",\n\"symfony/http-client\": \"^5.1\",\n\"symfony/mailer\": \"^5.1\",\n- \"symfony/maker-bundle\": \"^1.14\",\n\"symfony/monolog-bridge\": \"^5.1\",\n\"symfony/monolog-b... | PHP | MIT License | bolt/core | Feat: remove SymfonyMakerBundle that does not seem to be in use |
95,144 | 13.12.2020 14:15:40 | -3,600 | 4cb70777baf7141eb04a173e9f9cdb465132b5b6 | Doing some more upgrades | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"behatch/contexts\": \"^3.3\",\n\"bobdenotter/configuration-notices\": \"^1.1\",\n\"bobdenotter/weatherwidget\": \"^1.1\",\n- \"lanfest/binary-chromedriver\": \"^6.0\",\n\"bolt/newswidget\": \"^1.2\",\n- \... | PHP | MIT License | bolt/core | Doing some more upgrades |
95,144 | 13.12.2020 14:43:17 | -3,600 | f66bd8dd638e002a663ba7dbd9b320c0f58a0a26 | phpmatcher to 4.0 | [
{
"change_type": "MODIFY",
"old_path": "composer.json",
"new_path": "composer.json",
"diff": "\"bobdenotter/configuration-notices\": \"^1.1\",\n\"bobdenotter/weatherwidget\": \"^1.1\",\n\"bolt/newswidget\": \"^1.2\",\n- \"coduo/php-matcher\": \"^5.0\",\n+ \"coduo/php-matcher\": \"^4.0.2\",\n\"dama/d... | PHP | MIT License | bolt/core | phpmatcher to 4.0 |
95,144 | 19.12.2020 12:45:21 | -3,600 | 4311dbaf483269d61505b9bc95c93813c50b3a99 | Make the migrations conditional | [
{
"change_type": "MODIFY",
"old_path": "migrations/Version20201210105836.php",
"new_path": "migrations/Version20201210105836.php",
"diff": "@@ -34,15 +34,20 @@ final class Version20201210105836 extends AbstractMigration\npublic function up(Schema $schema) : void\n{\n// Create the user avatar. See ht... | PHP | MIT License | bolt/core | Make the migrations conditional |
95,144 | 23.12.2020 18:28:14 | -3,600 | 86ef0545f45ced0bb8a5452af42b052d0017ebba | Fix escaping of ContentType names in listing pages | [
{
"change_type": "MODIFY",
"old_path": "templates/content/listing.html.twig",
"new_path": "templates/content/listing.html.twig",
"diff": "{% block title %}\n{{ macro.icon(contentType.icon_one) }}\n- {{ contentType.name }}\n+ {{ contentType.name|raw }}\n{% if filterValue %}<small>({{ __('label.filter... | PHP | MIT License | bolt/core | Fix escaping of ContentType names in listing pages |
95,144 | 23.12.2020 17:23:16 | -3,600 | 0e423c69474a1686ca53ff762bc446e765025296 | Set `base-2020` in `GeneralParser.php` | [
{
"change_type": "MODIFY",
"old_path": "src/Configuration/Parser/GeneralParser.php",
"new_path": "src/Configuration/Parser/GeneralParser.php",
"diff": "@@ -67,7 +67,7 @@ class GeneralParser extends BaseParser\n'sitename' => 'Default Bolt site',\n'records_per_page' => 10,\n'records_on_dashboard' => 5... | PHP | MIT License | bolt/core | Set `base-2020` in `GeneralParser.php` |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.