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
24.02.2020 18:38:03
-3,600
cc4a4140bdbe94e972b1c670b1dd3daea4ecfad8
Allow singular slug as CT in `setcontent`
[ { "change_type": "MODIFY", "old_path": "public/theme/skeleton/partials/_aside.twig", "new_path": "public/theme/skeleton/partials/_aside.twig", "diff": "<div>\n{# The next section attempts to fill the panel in the sidebar with the contents of the\n'about'-block, if it exists. First, attempt to fetch ...
PHP
MIT License
bolt/core
Allow singular slug as CT in `setcontent`
95,144
25.02.2020 16:25:17
-3,600
b2f3a1b9b3d3c9b094ce0927b714aab65990d65f
If strength == false, make sure it propagates to Vue component
[ { "change_type": "MODIFY", "old_path": "templates/_partials/fields/password.html.twig", "new_path": "templates/_partials/fields/password.html.twig", "diff": ":value='{{ value|json_encode }}'\n:label='{{ label|json_encode }}'\n:label_class='{{ label_class|default()|json_encode }}'\n- :strength='{{ st...
PHP
MIT License
bolt/core
If strength == false, make sure it propagates to Vue component
95,144
25.02.2020 16:57:56
-3,600
43c6b63e7a8924b7649909ce81e0a8b2299013b3
add some waiting in tests
[ { "change_type": "MODIFY", "old_path": "behat.yml", "new_path": "behat.yml", "diff": "@@ -21,7 +21,7 @@ default:\nextensions:\nLakion\\Behat\\MinkDebugExtension:\ndirectory: var/log/behat-reports\n- screenshot: false\n+ screenshot: true\nBehat\\MinkExtension:\nbrowser_name: chrome\n" }, { "c...
PHP
MIT License
bolt/core
add some waiting in tests
95,144
27.02.2020 06:47:01
-3,600
d51429f9bc266ea8bffa6d04d5ff7f3dafea3f35
Omit Title in Excerpt by default
[ { "change_type": "MODIFY", "old_path": "src/Twig/ContentExtension.php", "new_path": "src/Twig/ContentExtension.php", "diff": "@@ -168,7 +168,7 @@ class ContentExtension extends AbstractExtension\n* @param string|Markup|Content $content\n* @param string|array|null $focus\n*/\n- public function getExc...
PHP
MIT License
bolt/core
Omit Title in Excerpt by default
95,144
27.02.2020 07:04:44
-3,600
7c695ce9c6c2bb8b5a7acdda369164292c079390
Allow for adding locales to `config/services.yaml`
[ { "change_type": "MODIFY", "old_path": "config/packages/translation.yaml", "new_path": "config/packages/translation.yaml", "diff": "@@ -8,7 +8,6 @@ framework:\ntranslation:\nwebui:\nenabled: true\n- locales: ['en', 'nl', 'es', 'fr', 'de', 'pl', 'it', 'hu', 'pt_BR', 'is', 'jp', 'nb', 'dk', 'pl']\nedi...
PHP
MIT License
bolt/core
Allow for adding locales to `config/services.yaml`
95,144
28.02.2020 16:21:07
-3,600
f2deaf4d7ef0bcb1c376aa6b91758bdd8efd82f6
Typo in `.env.dist`
[ { "change_type": "MODIFY", "old_path": ".env.dist", "new_path": ".env.dist", "diff": "@@ -12,7 +12,7 @@ APP_SECRET=73fd814e2c9fbf61dc5f87a62967d829\n###> doctrine/doctrine-bundle ###\n-# uncomment the appropiate line(s) below to set the database using a DSN (data source name)\n+# Uncomment the appro...
PHP
MIT License
bolt/core
Typo in `.env.dist`
95,144
28.02.2020 18:15:53
-3,600
cd2c9d8b8e516807b4dda9e95cc6c7fd0f90a7f1
A number of smaller fixes to overview pages
[ { "change_type": "MODIFY", "old_path": "assets/js/app/listing/Components/Table/Row/_Meta.vue", "new_path": "assets/js/app/listing/Components/Table/Row/_Meta.vue", "diff": ":class=\"`is-${record.status}`\"\n:title=\"record.status\"\n></span\n- >{{ record.publishedAt | date }}\n+ >{{ record.publishedA...
PHP
MIT License
bolt/core
A number of smaller fixes to overview pages
95,144
29.02.2020 09:50:38
-3,600
6291cba9ed16e5fb1f139aaede11df3edf51bb51
For tests we should keep these ordered by id
[ { "change_type": "MODIFY", "old_path": "config/bolt/contenttypes.yaml", "new_path": "config/bolt/contenttypes.yaml", "diff": "@@ -98,6 +98,7 @@ pages:\nfilter: '*.twig'\ntaxonomy: [ groups ]\nlisting_records: 6\n+ sort: id\nlocales: ['en', 'nl', 'ja', 'nb']\n# Entries can be used for things like 'ne...
PHP
MIT License
bolt/core
For tests we should keep these ordered by id
95,144
29.02.2020 15:41:09
-3,600
c962df1576594f24d4053120c0e8d2664804ece6
Don't show orphaned content on Dashboard if a ContentType was removed
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/DashboardController.php", "new_path": "src/Controller/Backend/DashboardController.php", "diff": "@@ -4,6 +4,7 @@ declare(strict_types=1);\nnamespace Bolt\\Controller\\Backend;\n+use Bolt\\Configuration\\Config;\nuse Bolt\\Controller\\Twi...
PHP
MIT License
bolt/core
Don't show orphaned content on Dashboard if a ContentType was removed
95,144
14.03.2020 08:05:52
-3,600
5b6dc26d87a7db5a9736837162d949c8e37f9129
Move `doctrine-migrations-bundle` to dev-dependencies
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"doctrine/doctrine-bundle\": \"^2.0\",\n\"doctrine/doctrine-cache-bundle\": \"^1.4\",\n\"doctrine/doctrine-fixtures-bundle\": \"^3.3\",\n- \"doctrine/doctrine-migrations-bundle\": \"^2.1\",\n\"doctrine/orm...
PHP
MIT License
bolt/core
Move `doctrine-migrations-bundle` to dev-dependencies
95,144
14.03.2020 08:31:13
-3,600
e4560c32485e7bb882113531de3c21f2be60314e
Don't throw exception in listener for timedpublish
[ { "change_type": "MODIFY", "old_path": "src/Event/Subscriber/TimedPublishSubscriber.php", "new_path": "src/Event/Subscriber/TimedPublishSubscriber.php", "diff": "@@ -6,6 +6,7 @@ namespace Bolt\\Event\\Subscriber;\nuse Bolt\\Common\\Str;\nuse Carbon\\Carbon;\n+use Doctrine\\DBAL\\Exception\\TableNotF...
PHP
MIT License
bolt/core
Don't throw exception in listener for timedpublish
95,144
14.03.2020 10:37:48
-3,600
2d0f0a88a936050cf646bec0e1212f1815d6da05
Better handling if database/tables don't exist yet
[ { "change_type": "MODIFY", "old_path": "config/services.yaml", "new_path": "config/services.yaml", "diff": "@@ -21,6 +21,7 @@ services:\n$emailSender: '%app.notifications.email_sender%'\n$projectDir: '%kernel.project_dir%'\n$publicFolder: '%bolt.public_folder%'\n+ $tablePrefix: '%bolt.table_prefix%'...
PHP
MIT License
bolt/core
Better handling if database/tables don't exist yet
95,144
14.03.2020 11:48:02
-3,600
ac3fbb4b2485072e158ffe3a45bed7eccca9ed0d
Update Sirius Uploader, get rid of raw `$_FILES`
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"scienta/doctrine-json-functions\": \"^4.1\",\n\"sensio/framework-extra-bundle\": \"^5.5\",\n\"sensiolabs/security-checker\": \"^6.0\",\n- \"siriusphp/upload\": \"^2.1\",\n+ \"siriusphp/upload\": \"^3.0\",...
PHP
MIT License
bolt/core
Update Sirius Uploader, get rid of raw `$_FILES`
95,144
14.03.2020 12:06:37
-3,600
0ba6e3ef2308d478ed6e53c5ce2f62f896610392
Default param for prefix
[ { "change_type": "MODIFY", "old_path": "src/Doctrine/Version.php", "new_path": "src/Doctrine/Version.php", "diff": "@@ -16,7 +16,7 @@ class Version\n/** @var string */\nprivate $tablePrefix;\n- public function __construct(Connection $connection, string $tablePrefix)\n+ public function __construct(Co...
PHP
MIT License
bolt/core
Default param for prefix
95,144
14.03.2020 18:41:39
-3,600
d83c02d944bfbe0146a80ef245bae7b629764309
New thumbnailer controller
[ { "change_type": "MODIFY", "old_path": "config/bolt/config.yaml", "new_path": "config/bolt/config.yaml", "diff": "@@ -124,6 +124,25 @@ search_results_records: 10\n# for each content type.\nrecords_per_page: 8\n+\n+# Default settings for thumbnails.\n+#\n+# quality: Quality should be between 0 (horri...
PHP
MIT License
bolt/core
New thumbnailer controller
95,144
14.03.2020 19:09:13
-3,600
c3eecbaa3b6fd004671cc20dbdf1882de9764951
Working on thumbnails.
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "@@ -3,6 +3,7 @@ composer.phar\n### Built Assets and uploads ###\n/public/assets/\n/public/files/*\n+/public/thumbs/*\n### NPM and frontend assets building cruft\nassets/vendor/\n" }, { "change_type": "MOD...
PHP
MIT License
bolt/core
Working on thumbnails.
95,144
15.03.2020 08:31:51
-3,600
763561eb12f14c5a9cffd0ef43185789c96a4802
Add `cache:thumbs` command to clear thumbnail cache
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Command/ClearThumbnailCacheCommand.php", "diff": "+<?php\n+\n+declare(strict_types=1);\n+\n+namespace Bolt\\Command;\n+\n+use Bolt\\Utils\\ThumbnailCacheClearer;\n+use Symfony\\Component\\Console\\Command\\Command;\n+use Symfony\\Component\\...
PHP
MIT License
bolt/core
Add `cache:thumbs` command to clear thumbnail cache
95,144
15.03.2020 08:49:41
-3,600
006de3a8d88b6a58946b5638803ebe5eb62b1533
Make it a bit more resilient
[ { "change_type": "MODIFY", "old_path": "src/Canonical.php", "new_path": "src/Canonical.php", "diff": "@@ -8,6 +8,7 @@ use Bolt\\Configuration\\Config;\nuse Symfony\\Component\\HttpFoundation\\Request;\nuse Symfony\\Component\\HttpFoundation\\RequestStack;\nuse Symfony\\Component\\Routing\\Exception\...
PHP
MIT License
bolt/core
Make it a bit more resilient
95,144
15.03.2020 09:39:45
-3,600
2f9c1ec9e648633fba58c1d7c80ca8bdd0133a1c
Fixing Image preview in editor
[ { "change_type": "MODIFY", "old_path": "src/Utils/ThumbnailHelper.php", "new_path": "src/Utils/ThumbnailHelper.php", "diff": "@@ -43,8 +43,12 @@ class ThumbnailHelper\nreturn $paramString;\n}\n- public function path(string $filename, ?int $width = null, ?int $height = null, ?string $location = null,...
PHP
MIT License
bolt/core
Fixing Image preview in editor
95,144
15.03.2020 15:42:59
-3,600
da2f524985490c78bf37572278d8a325a91ea1dd
Make ordering in `{% setcontent %}` more robust
[ { "change_type": "MODIFY", "old_path": "src/Configuration/Parser/ContentTypesParser.php", "new_path": "src/Configuration/Parser/ContentTypesParser.php", "diff": "@@ -159,6 +159,13 @@ class ContentTypesParser extends BaseParser\n$contentType['sort'] = $this->determineSort($contentType);\n+ // Make su...
PHP
MIT License
bolt/core
Make ordering in `{% setcontent %}` more robust
95,144
15.03.2020 16:05:30
-3,600
389e191bf227b2f5e2f900db839b4c72a1ad62d2
Tweak, fix test.
[ { "change_type": "MODIFY", "old_path": "src/Configuration/Parser/ContentTypesParser.php", "new_path": "src/Configuration/Parser/ContentTypesParser.php", "diff": "@@ -162,8 +162,10 @@ class ContentTypesParser extends BaseParser\n// Make sure title_format is set\nif (isset($contentType['title_format']...
PHP
MIT License
bolt/core
Tweak, fix test.
95,144
15.03.2020 19:26:03
-3,600
d85f6221b5cac9dfc95f9cc1eb7cac89daea4a51
Split off `get_definition` from `get_content` for Serializer purposes
[ { "change_type": "MODIFY", "old_path": "src/Entity/Content.php", "new_path": "src/Entity/Content.php", "diff": "@@ -193,7 +193,7 @@ class Content\n}\n/**\n- * @Groups(\"get_content\")\n+ * @Groups(\"get_definition\")\n*/\npublic function getDefinition(): ?ContentType\n{\n" }, { "change_type"...
PHP
MIT License
bolt/core
Split off `get_definition` from `get_content` for Serializer purposes
95,144
15.03.2020 19:38:56
-3,600
1b5fbf89287949b8618bdb37d25af17dbbd81127
Include "get_definition" in API
[ { "change_type": "MODIFY", "old_path": "src/Entity/Content.php", "new_path": "src/Entity/Content.php", "diff": "@@ -20,7 +20,7 @@ use Tightenco\\Collect\\Support\\Collection as LaravelCollection;\n/**\n* @ApiResource(\n- * normalizationContext={\"groups\"={\"get_content\"}},\n+ * normalizationContex...
PHP
MIT License
bolt/core
Include "get_definition" in API
95,144
17.03.2020 06:50:17
-3,600
4afc41d9efec8f0ed4f657ba183882c1e38a3f79
Catch all exceptions / throwables in TimedPublishListener
[ { "change_type": "MODIFY", "old_path": "src/Event/Subscriber/TimedPublishSubscriber.php", "new_path": "src/Event/Subscriber/TimedPublishSubscriber.php", "diff": "@@ -6,7 +6,6 @@ namespace Bolt\\Event\\Subscriber;\nuse Bolt\\Common\\Str;\nuse Carbon\\Carbon;\n-use Doctrine\\DBAL\\Exception\\TableNotF...
PHP
MIT License
bolt/core
Catch all exceptions / throwables in TimedPublishListener
95,144
17.03.2020 06:54:51
-3,600
31f06f285141c934909530eb996b0394d528f859
Don't break when trying to write thumbnails to non-writable folder
[ { "change_type": "MODIFY", "old_path": "src/Controller/ImageController.php", "new_path": "src/Controller/ImageController.php", "diff": "@@ -85,8 +85,13 @@ class ImageController\n$filePath = sprintf('%s%s%s%s%s', $this->getPath('thumbs'), DIRECTORY_SEPARATOR, $paramString, DIRECTORY_SEPARATOR, $filen...
PHP
MIT License
bolt/core
Don't break when trying to write thumbnails to non-writable folder
95,144
17.03.2020 07:47:51
-3,600
14bed11718be0da9f949a88937438d6543fcbd85
Exclude phpstan 0.12.15
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"white-october/pagerfanta-bundle\": \"^1.3\"\n},\n\"conflict\": {\n- \"symfony/symfony\": \"*\"\n+ \"symfony/symfony\": \"*\",\n+ \"phpstan/phpstan\": \"0.12.15\"\n},\n\"require-dev\": {\n\"ext-curl\": \"*...
PHP
MIT License
bolt/core
Exclude phpstan 0.12.15
95,144
17.03.2020 17:16:32
-3,600
9f5ab26feb5381b6238e1926c07f20d19f2e341a
And, PHPstan is update already
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"white-october/pagerfanta-bundle\": \"^1.3\"\n},\n\"conflict\": {\n- \"symfony/symfony\": \"*\",\n- \"phpstan/phpstan\": \"0.12.15\"\n+ \"symfony/symfony\": \"*\"\n},\n\"require-dev\": {\n\"ext-curl\": \"*...
PHP
MIT License
bolt/core
And, PHPstan is update already
95,144
17.03.2020 21:02:00
-3,600
590c7e81892426086440933ef511867272e0a5af
Sorting correctly for MySQL
[ { "change_type": "MODIFY", "old_path": "src/Controller/Frontend/ListingController.php", "new_path": "src/Controller/Frontend/ListingController.php", "diff": "@@ -44,8 +44,9 @@ class ListingController extends TwigAwareController implements FrontendZoneInter\n$contentType = ContentType::factory($conte...
PHP
MIT License
bolt/core
Sorting correctly for MySQL
95,144
18.03.2020 06:46:28
-3,600
f8300287e9cb6fdf44433195aa0dcd43f225e8d3
Set permissions on created files correctly (as configured)
[ { "change_type": "MODIFY", "old_path": "src/Command/CopyAssetsCommand.php", "new_path": "src/Command/CopyAssetsCommand.php", "diff": "@@ -4,6 +4,7 @@ declare(strict_types=1);\nnamespace Bolt\\Command;\n+use Bolt\\Configuration\\Config;\nuse Symfony\\Component\\Console\\Command\\Command;\nuse Symfony...
PHP
MIT License
bolt/core
Set permissions on created files correctly (as configured)
95,144
18.03.2020 16:37:00
-3,600
69ec5cda68a046f0713557cff1217e252bd49645
Allow overriding of order in URL parameter
[ { "change_type": "MODIFY", "old_path": "src/Controller/Frontend/ListingController.php", "new_path": "src/Controller/Frontend/ListingController.php", "diff": "@@ -44,7 +44,7 @@ class ListingController extends TwigAwareController implements FrontendZoneInter\n$contentType = ContentType::factory($conte...
PHP
MIT License
bolt/core
Allow overriding of order in URL parameter
95,144
18.03.2020 16:43:18
-3,600
4b75fa29285204d48ddbe4138def58b51f5fa421
Refactor `sort:` to `order:`
[ { "change_type": "MODIFY", "old_path": "config/bolt/contenttypes.yaml", "new_path": "config/bolt/contenttypes.yaml", "diff": "@@ -98,7 +98,7 @@ pages:\nfilter: '*.twig'\ntaxonomy: [ groups ]\nlisting_records: 6\n- sort: id\n+ order: id\nlocales: ['en', 'nl', 'ja', 'nb']\n# Entries can be used for th...
PHP
MIT License
bolt/core
Refactor `sort:` to `order:`
95,144
18.03.2020 17:29:45
-3,600
fa48221b158511e658084662baa7f82c07b88b3f
Make order work for relations
[ { "change_type": "MODIFY", "old_path": "src/Twig/RelatedExtension.php", "new_path": "src/Twig/RelatedExtension.php", "diff": "@@ -122,12 +122,15 @@ class RelatedExtension extends AbstractExtension\nreturn null;\n}\n- public function getRelatedOptions(string $contentTypeSlug): Collection\n+ public fu...
PHP
MIT License
bolt/core
Make order work for relations
95,144
18.03.2020 17:59:57
-3,600
a329247d3bdc83e7884f8cdf40418210bde4bf10
Prepare release 4.0.0-rc.10
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "},\n\"is-obj\": {\n\"version\": \"1.0.1\",\n- \"resolved\": \"https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz\",\n+ \"resolved\": \"http://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz\",\n\"int...
PHP
MIT License
bolt/core
Prepare release 4.0.0-rc.10
95,144
19.03.2020 06:42:31
-3,600
89369ab301fe8ef9514ac2e03b1854df6a0a4357
Make it more clear that regular users cant login
[ { "change_type": "MODIFY", "old_path": "src/Command/AddUserCommand.php", "new_path": "src/Command/AddUserCommand.php", "diff": "@@ -199,7 +199,13 @@ class AddUserCommand extends Command\n$this->entityManager->persist($user);\n$this->entityManager->flush();\n- $this->io->success(sprintf('%s was succe...
PHP
MIT License
bolt/core
Make it more clear that regular users cant login
95,144
20.03.2020 06:13:10
-3,600
3e9157731c1ed553c30173b53549376f7e34b920
Set default (fallback) permissions correctly
[ { "change_type": "MODIFY", "old_path": "src/Command/CopyAssetsCommand.php", "new_path": "src/Command/CopyAssetsCommand.php", "diff": "@@ -103,7 +103,7 @@ class CopyAssetsCommand extends Command\n*/\nprivate function hardCopy(string $originDir, string $targetDir): void\n{\n- $mode = $this->config->ge...
PHP
MIT License
bolt/core
Set default (fallback) permissions correctly
95,144
20.03.2020 06:40:48
-3,600
43d94457133d0770660e7c712185daeba18ed301
Only search in contenttypes that have `searchable: true`
[ { "change_type": "MODIFY", "old_path": "src/Configuration/Parser/ContentTypesParser.php", "new_path": "src/Configuration/Parser/ContentTypesParser.php", "diff": "@@ -105,6 +105,15 @@ class ContentTypesParser extends BaseParser\nif (! isset($contentType['viewless'])) {\n$contentType['viewless'] = fal...
PHP
MIT License
bolt/core
Only search in contenttypes that have `searchable: true`
95,144
20.03.2020 06:47:25
-3,600
a1f02ce7b947ab416659b14ae031fe4a15ead853
Only show on Dashboard if `show_on_dashboard: true`
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/DashboardController.php", "new_path": "src/Controller/Backend/DashboardController.php", "diff": "@@ -21,11 +21,11 @@ class DashboardController extends TwigAwareController implements BackendZoneInte\n/**\n* @Route(\"/\", name=\"bolt_dashb...
PHP
MIT License
bolt/core
Only show on Dashboard if `show_on_dashboard: true`
95,144
20.03.2020 06:54:24
-3,600
c5629202d03080bf4573e85112cfab858a877d7d
Simplify passing contenttypes
[ { "change_type": "MODIFY", "old_path": "src/Controller/Frontend/SearchController.php", "new_path": "src/Controller/Frontend/SearchController.php", "diff": "@@ -40,7 +40,7 @@ class SearchController extends TwigAwareController implements FrontendZoneInterf\n$amountPerPage = (int) $this->config->get('g...
PHP
MIT License
bolt/core
Simplify passing contenttypes
95,144
21.03.2020 11:01:23
-3,600
a14fb93fc04ec2e681d2482b8468dac8c0d0c668
Make `show_in_menu` work as expected
[ { "change_type": "MODIFY", "old_path": "src/Menu/BackendMenuBuilder.php", "new_path": "src/Menu/BackendMenuBuilder.php", "diff": "@@ -11,6 +11,7 @@ use Bolt\\Twig\\ContentExtension;\nuse Bolt\\Version;\nuse Knp\\Menu\\FactoryInterface;\nuse Knp\\Menu\\ItemInterface;\n+use Knp\\Menu\\MenuItem;\nuse S...
PHP
MIT License
bolt/core
Make `show_in_menu` work as expected
95,144
21.03.2020 11:51:06
-3,600
8a6138278dc016c11e232ad9cbb626f878ee1a77
Don't show slugs for contenttypes without slugs
[ { "change_type": "MODIFY", "old_path": "src/Configuration/Content/FieldType.php", "new_path": "src/Configuration/Content/FieldType.php", "diff": "@@ -47,6 +47,7 @@ class FieldType extends Collection\n'readonly' => false,\n'error' => false,\n'pattern' => false,\n+ 'hidden' => false,\n]);\n}\n" }, ...
PHP
MIT License
bolt/core
Don't show slugs for contenttypes without slugs
95,144
21.03.2020 12:15:27
-3,600
0c16a7ce6fbb84758bc227dc8c8db0f6555fd536
Don't fill placeholders for ImageField if filename is not set.
[ { "change_type": "MODIFY", "old_path": "src/Entity/Field/ImageField.php", "new_path": "src/Entity/Field/ImageField.php", "diff": "@@ -29,16 +29,22 @@ class ImageField extends Field implements FieldInterface, MediaAwareInterface\npublic function __construct()\n{\n- $this->fieldBase = [\n+\n+ $this->a...
PHP
MIT License
bolt/core
Don't fill placeholders for ImageField if filename is not set.
95,144
28.03.2020 10:45:49
-3,600
8ce8f338262f90206418a13cf468164be266e50d
Make it work for select from content
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "},\n\"is-obj\": {\n\"version\": \"1.0.1\",\n- \"resolved\": \"http://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz\",\n+ \"resolved\": \"https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz\",\n\"int...
PHP
MIT License
bolt/core
Make it work for select from content
95,144
28.03.2020 12:14:39
-3,600
f4a3f9b59c1c42c41e46d533e193e77a98e1497f
Make it work for relationships as well
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Select.vue", "new_path": "assets/js/app/editor/Components/Select.vue", "diff": "<div :id=\"`multiselect-${id}`\">\n<multiselect\nv-model=\"selected\"\n- :allow-empty=\"false\"\n+ :allow-empty=\"allowempty\"\n:limit=\"1000\"\n:mu...
PHP
MIT License
bolt/core
Make it work for relationships as well
95,144
28.03.2020 12:43:06
-3,600
c22a906c3ea1543c595a59b946568d8911114012
Don't break when trying to save a file that's not writable
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/FileEditController.php", "new_path": "src/Controller/Backend/FileEditController.php", "diff": "@@ -15,6 +15,8 @@ use Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface;\nuse Symfony\\Component\\Security\\Csrf\\CsrfTokenManager...
PHP
MIT License
bolt/core
Don't break when trying to save a file that's not writable
95,144
28.03.2020 13:27:44
-3,600
090a537409a06f4cad7c89640e52b0cf04e645d0
Allow for taxonomy listings with singular Taxonomy Type slug
[ { "change_type": "MODIFY", "old_path": "src/Configuration/Config.php", "new_path": "src/Configuration/Config.php", "diff": "@@ -193,6 +193,26 @@ class Config\nreturn null;\n}\n+ public function getTaxonomy(string $name): ?Collection\n+ {\n+ $name = trim($name);\n+\n+ if ($this->has('taxonomies/' . $...
PHP
MIT License
bolt/core
Allow for taxonomy listings with singular Taxonomy Type slug
95,144
28.03.2020 14:40:02
-3,600
04b838d3be920ba46db6dd2f19632ed809e08343
Image URL uses canonical config setting
[ { "change_type": "MODIFY", "old_path": "src/Canonical.php", "new_path": "src/Canonical.php", "diff": "@@ -63,6 +63,9 @@ class Canonical\n$this->setScheme($configUrl['scheme']);\n$this->setHost($configUrl['host']);\n$this->setPort($configUrl['port'] ?? null);\n+\n+ $_SERVER['CANONICAL_HOST'] = $confi...
PHP
MIT License
bolt/core
Image URL uses canonical config setting
95,144
28.03.2020 14:41:36
-3,600
98cb775574b207a22bb5d6a641fc666a421cb6a8
Take imagelist into account for the magic image
[ { "change_type": "MODIFY", "old_path": "src/Twig/ContentExtension.php", "new_path": "src/Twig/ContentExtension.php", "diff": "@@ -8,6 +8,7 @@ use Bolt\\Configuration\\Config;\nuse Bolt\\Entity\\Content;\nuse Bolt\\Entity\\Field\\Excerptable;\nuse Bolt\\Entity\\Field\\ImageField;\n+use Bolt\\Entity\\...
PHP
MIT License
bolt/core
Take imagelist into account for the magic image
95,144
28.03.2020 15:19:32
-3,600
1da93170a2356466d05d4936a9932daa7f595f63
Ensure we have 'slug' in API and 'getValues', even if none is set in contenttype.
[ { "change_type": "MODIFY", "old_path": "src/Entity/Content.php", "new_path": "src/Entity/Content.php", "diff": "@@ -202,6 +202,11 @@ class Content\npublic function getSlug($locale = null): ?string\n{\n+ // In case the ContentType has no slug defined, we've no other option than to use the id\n+ if (!...
PHP
MIT License
bolt/core
Ensure we have 'slug' in API and 'getValues', even if none is set in contenttype.
95,144
29.03.2020 12:30:26
-7,200
113c0df2b79e8cbeb286b0e9ad20190d42ef8761
Allow `where` filtering on taxonomies in `setcontent`
[ { "change_type": "MODIFY", "old_path": "src/Storage/Directive/PrintQueryDirective.php", "new_path": "src/Storage/Directive/PrintQueryDirective.php", "diff": "@@ -14,12 +14,31 @@ class PrintQueryDirective\n{\npublic function __invoke(QueryInterface $query): void\n{\n- $output = sprintf('<code>%s</cod...
PHP
MIT License
bolt/core
Allow `where` filtering on taxonomies in `setcontent`
95,144
29.03.2020 13:23:46
-7,200
c0567ad89e434245563eab23592c105c0440c9d9
Prepare release 4.0.0-rc.12
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "{\n\"name\": \"bolt\",\n- \"version\": \"4.0.0-rc.10\",\n+ \"version\": \"4.0.0-rc.12\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n" }, { "change_type": "MODIFY", ...
PHP
MIT License
bolt/core
Prepare release 4.0.0-rc.12
95,144
30.03.2020 20:03:24
-7,200
ba23e21f75f193b3d34a6e0113c5947a9effab14
Workaround for updating KnpLabs/DoctrineBehaviors, without breaking `config/bundles.php` first
[ { "change_type": "MODIFY", "old_path": "src/Kernel.php", "new_path": "src/Kernel.php", "diff": "@@ -165,3 +165,8 @@ class Kernel extends BaseKernel\nthrow new \\Exception('The Public Folder could not be determined. Expected folder `public`, `public_html`, `www`, `web`, `httpdocs`, `wwwroot`, `htdocs...
PHP
MIT License
bolt/core
Workaround for updating KnpLabs/DoctrineBehaviors, without breaking `config/bundles.php` first
95,144
31.03.2020 18:09:42
-7,200
db30f5178bd9ff17b82f7cdb4488b78567790233
Make 'magic' titles and default sorting a bit more robust.
[ { "change_type": "MODIFY", "old_path": "src/Configuration/Parser/ContentTypesParser.php", "new_path": "src/Configuration/Parser/ContentTypesParser.php", "diff": "@@ -168,13 +168,18 @@ class ContentTypesParser extends BaseParser\n$contentType['order'] = $this->determineOrder($contentType);\n+ // Remo...
PHP
MIT License
bolt/core
Make 'magic' titles and default sorting a bit more robust.
95,144
01.04.2020 17:28:02
-7,200
e7335250d3b382c500226213bee569b8caf1a79b
Update to knplabs/doctrine-behaviors 2.0.3
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"erusev/parsedown\": \"^1.7\",\n\"ezyang/htmlpurifier\": \"^4.12\",\n\"fzaninotto/faker\": \"^1.9\",\n- \"knplabs/doctrine-behaviors\": \"^2.0\",\n+ \"knplabs/doctrine-behaviors\": \"^2.0.3\",\n\"knplabs/k...
PHP
MIT License
bolt/core
Update to knplabs/doctrine-behaviors 2.0.3
95,144
01.04.2020 17:20:19
-7,200
7af373133a0decc37fac7fda5a389d66e99c585c
Better thumbnails for Image Fields
[ { "change_type": "MODIFY", "old_path": "assets/scss/vendor/baguette.scss", "new_path": "assets/scss/vendor/baguette.scss", "diff": "width: 100%;\nheight: 100%;\nz-index: 1000000;\n- background-color: transparent !important;\n+ background-color: rgba(220, 220, 220, 0.35) !important;\n+ -webkit-backdr...
PHP
MIT License
bolt/core
Better thumbnails for Image Fields
95,144
01.04.2020 19:46:39
-7,200
ecffe99f28ebf773190c6008f08c2dec7fdc6b0e
Don't "save" on preview
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/ContentEditController.php", "new_path": "src/Controller/Backend/ContentEditController.php", "diff": "@@ -170,7 +170,7 @@ class ContentEditController extends TwigAwareController implements BackendZoneIn\n{\n$this->validateCsrf($request, '...
PHP
MIT License
bolt/core
Don't "save" on preview
95,179
01.04.2020 19:58:46
-7,200
a9d59cd6fe413b59a19378d0cd971468fa9d2a35
EM based table prefixing
[ { "change_type": "MODIFY", "old_path": "src/Doctrine/TablePrefix.php", "new_path": "src/Doctrine/TablePrefix.php", "diff": "@@ -4,33 +4,38 @@ declare(strict_types=1);\nnamespace Bolt\\Doctrine;\n-use Bolt\\Common\\Str;\nuse Doctrine\\ORM\\Event\\LoadClassMetadataEventArgs;\nuse Doctrine\\ORM\\Mappin...
PHP
MIT License
bolt/core
EM based table prefixing
95,179
01.04.2020 20:12:49
-7,200
d5c8cef098db6d900dee7edaf4e3957fc8fbbc37
Change to right service parameter type for autowiring
[ { "change_type": "MODIFY", "old_path": "src/Doctrine/TablePrefix.php", "new_path": "src/Doctrine/TablePrefix.php", "diff": "@@ -6,7 +6,7 @@ namespace Bolt\\Doctrine;\nuse Doctrine\\ORM\\Event\\LoadClassMetadataEventArgs;\nuse Doctrine\\ORM\\Mapping\\ClassMetadataInfo;\n-use Symfony\\Bridge\\Doctrine...
PHP
MIT License
bolt/core
Change to right service parameter type for autowiring
95,179
01.04.2020 20:13:39
-7,200
838ec95324001bacadec7475fd91d5f08b1fd41e
Using argument scalars
[ { "change_type": "MODIFY", "old_path": "config/services.yaml", "new_path": "config/services.yaml", "diff": "@@ -5,7 +5,8 @@ parameters:\n# This parameter defines the codes of the locales (languages) enabled in the application\napp_locales: en|nl|es|fr|de|pl|it|hu|pt_BR|ja|nb|nn|nl_NL|nl_BE|is|ru\nap...
PHP
MIT License
bolt/core
Using argument scalars
95,179
02.04.2020 10:44:06
-7,200
396d6b3f489d3e52106aab844ca8d6d03a648bd8
Commenting with table prefix usage
[ { "change_type": "MODIFY", "old_path": "config/services.yaml", "new_path": "config/services.yaml", "diff": "@@ -5,8 +5,12 @@ parameters:\n# This parameter defines the codes of the locales (languages) enabled in the application\napp_locales: en|nl|es|fr|de|pl|it|hu|pt_BR|ja|nb|nn|nl_NL|nl_BE|is|ru\na...
PHP
MIT License
bolt/core
Commenting with table prefix usage
95,144
02.04.2020 19:31:41
-7,200
21080c6074eca7196beebe81cc4a1da6fd8f2c82
Ninja-edit for "view saved on site" button
[ { "change_type": "MODIFY", "old_path": "templates/content/_buttons.html.twig", "new_path": "templates/content/_buttons.html.twig", "diff": "{% if record.id %}\n<div class=\"btn-group\">\n-\n{{ macro.button(\n'action.preview',\n'fa-external-link-square-alt',\n'formtarget': '_blank',\n'formaction': pa...
PHP
MIT License
bolt/core
Ninja-edit for "view saved on site" button
95,144
03.04.2020 17:54:30
-7,200
a8effe2c60e3543e92147c09197f46a0d6c2eb0a
Minor tweaks to the "View Translations" page.
[ { "change_type": "MODIFY", "old_path": "templates/_partials/fields/_label.html.twig", "new_path": "templates/_partials/fields/_label.html.twig", "diff": "+{% import '@bolt/_macro/_macro.html.twig' as macro %}\n+\n{%- if type|default() != 'checkbox' -%}\n- <label for=\"{{ id }}\" class=\"editor--labe...
PHP
MIT License
bolt/core
Minor tweaks to the "View Translations" page.
95,144
04.04.2020 12:22:11
-7,200
41dca3dcbaaea2c8a22873f8a626b53cdf8b9c09
Move the check for JSON to Doctrine/Version class
[ { "change_type": "MODIFY", "old_path": "src/Command/InfoCommand.php", "new_path": "src/Command/InfoCommand.php", "diff": "@@ -55,14 +55,13 @@ HELP\n$io->text([$message, '']);\n$platform = $this->doctrineVersion->getPlatform();\n-\n$connection = ! empty($platform['connection_status']) ? sprintf(' - <...
PHP
MIT License
bolt/core
Move the check for JSON to Doctrine/Version class
95,144
04.04.2020 12:42:04
-7,200
e4dabd61e159b45afa41519b5dc3459ff53a32f0
Don't break if field is not initialised
[ { "change_type": "MODIFY", "old_path": "src/Twig/ContentExtension.php", "new_path": "src/Twig/ContentExtension.php", "diff": "@@ -233,7 +233,7 @@ class ContentExtension extends AbstractExtension\nif ($field instanceof ImagelistField) {\n$firstImage = current($field->getValue());\n- if ($firstImage->...
PHP
MIT License
bolt/core
Don't break if field is not initialised
95,179
04.04.2020 15:43:23
-7,200
88257f44235515fead3336fe108448a168315c50
Fix my type mess made before
[ { "change_type": "MODIFY", "old_path": "src/Event/Subscriber/TimedPublishSubscriber.php", "new_path": "src/Event/Subscriber/TimedPublishSubscriber.php", "diff": "@@ -5,8 +5,8 @@ declare(strict_types=1);\nnamespace Bolt\\Event\\Subscriber;\nuse Bolt\\Doctrine\\TablePrefixTrait;\n+use Bolt\\Entity\\Co...
PHP
MIT License
bolt/core
Fix my type mess made before
95,144
04.04.2020 15:44:29
-7,200
5dcafb4725b2f443352278a5af5f98b730e6c065
Add Event for operations on Content. Clear cache for menu's. Log save after editing content.
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/ContentEditController.php", "new_path": "src/Controller/Backend/ContentEditController.php", "diff": "@@ -16,6 +16,7 @@ use Bolt\\Entity\\FieldParentInterface;\nuse Bolt\\Entity\\Relation;\nuse Bolt\\Entity\\User;\nuse Bolt\\Enum\\Statuse...
PHP
MIT License
bolt/core
Add Event for operations on Content. Clear cache for menu's. Log save after editing content.
95,179
04.04.2020 15:45:49
-7,200
10b476371c9c9ae28a5a29d5cf145a574cb9a9e9
manual reverting parameters for bc
[ { "change_type": "MODIFY", "old_path": "config/services.yaml", "new_path": "config/services.yaml", "diff": "@@ -6,7 +6,7 @@ parameters:\napp_locales: en|nl|es|fr|de|pl|it|hu|pt_BR|ja|nb|nn|nl_NL|nl_BE|is|ru\napp.notifications.email_sender: anonymous@example.com\n# Default table prefix for Bolt datab...
PHP
MIT License
bolt/core
manual reverting parameters for bc
95,144
05.04.2020 16:08:43
-7,200
ca1423a21a90473d8e530c57f6fee5cb3429f016
Add initial support for `allow_twig: true`
[ { "change_type": "MODIFY", "old_path": "config/bolt/contenttypes.yaml", "new_path": "config/bolt/contenttypes.yaml", "diff": "@@ -301,6 +301,7 @@ blocks:\ncontent:\ntype: html\nheight: 150px\n+ allow_twig: true\ncontent_link:\ntype: text\nlabel: Link\n@@ -312,7 +313,7 @@ blocks:\norder: title\nlabel...
PHP
MIT License
bolt/core
Add initial support for `allow_twig: true`
95,144
05.04.2020 16:14:29
-7,200
6f661b8e15d498256277b898f42d2afee2a0e684
Don't use Twigtrait here
[ { "change_type": "MODIFY", "old_path": "src/Entity/Field.php", "new_path": "src/Entity/Field.php", "diff": "@@ -9,7 +9,6 @@ use ApiPlatform\\Core\\Annotation\\ApiResource;\nuse ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Filter\\SearchFilter;\nuse Bolt\\Configuration\\Content\\FieldType;\nuse Bolt\\Ut...
PHP
MIT License
bolt/core
Don't use Twigtrait here
95,144
05.04.2020 19:06:07
-7,200
f5c928a946d93de50d00493dd8a8f4d05a3c3525
Preparing release 4.0.0-rc.15
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "{\n\"name\": \"bolt\",\n- \"version\": \"4.0.0-rc.12\",\n+ \"version\": \"4.0.0-rc.15\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n\"dependencies\": {\n\"abbrev\": {\n\"ver...
PHP
MIT License
bolt/core
Preparing release 4.0.0-rc.15
95,144
08.04.2020 21:33:35
-7,200
fb3661916a296096d2b02e1bdb7f28441f4d8a21
Multi-selects (like for Content) now have wide options
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Select.vue", "new_path": "assets/js/app/editor/Components/Select.vue", "diff": "<template>\n- <div :id=\"`multiselect-${id}`\">\n+ <div :id=\"`multiselect-${id}`\" :class=\"classname\">\n<multiselect\nv-model=\"selected\"\n:allo...
PHP
MIT License
bolt/core
Multi-selects (like for Content) now have wide options
95,144
09.04.2020 15:48:39
-7,200
4541e25b71dbd4265db072b80a1ddaee8e75601e
More resilient check for empty locales
[ { "change_type": "MODIFY", "old_path": "src/Entity/Field.php", "new_path": "src/Entity/Field.php", "diff": "@@ -309,7 +309,7 @@ class Field implements FieldInterface, TranslatableInterface\n$locales = $this->getContent()->getDefinition()->get('locales');\n- if ($locales->isEmpty()) {\n+ if (empty($l...
PHP
MIT License
bolt/core
More resilient check for empty locales
95,144
13.04.2020 11:46:35
-7,200
8a51a0e3d7a9abb96acee846decb433fa642aca8
More emphasis on purpose of repo.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -17,9 +17,11 @@ Follow the progress on Bolt 4, at the following locations\n- Bolt 4 roadmap: https://roadmap.boltcms.io\n- Slack: https://slack.bolt.cm (open for all, requires Slack account)\n-**If you want to c...
PHP
MIT License
bolt/core
More emphasis on purpose of repo.
95,144
13.04.2020 11:48:02
-7,200
7fdff9b967801797a66c61168f170815be3311f5
Better emphasis
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -19,7 +19,7 @@ Follow the progress on Bolt 4, at the following locations\n---\n-**If you want to check out Bolt, the `composer create-project` method is recommended. See here: https://github.com/bolt/project/ . ...
PHP
MIT License
bolt/core
Better emphasis
95,144
13.04.2020 12:44:33
-7,200
8215ece521fd9502caa9fd6a3f6c89819eb37586
Include sets in collections in "Fields" output
[ { "change_type": "MODIFY", "old_path": "templates/helpers/_fields.twig", "new_path": "templates/helpers/_fields.twig", "diff": "{% for name, definition in record.definition.fields|filter((definition, name) => definition.slug not in omittedkeys and record.hasField(name)) %}\n{% set field = record.fie...
PHP
MIT License
bolt/core
Include sets in collections in "Fields" output
95,144
15.04.2020 15:23:31
-7,200
f8d837dcad832f5161d3c56ac473b94636379350
Update templates/content/_fields.html.twig
[ { "change_type": "MODIFY", "old_path": "templates/content/_fields.html.twig", "new_path": "templates/content/_fields.html.twig", "diff": "{# If the field is translatable, we want the translated value in the current locale #}\n{% set field = field|translated(currentlocale) %}\n{% else %}\n- {# Othewi...
PHP
MIT License
bolt/core
Update templates/content/_fields.html.twig
95,144
18.04.2020 17:58:01
-7,200
f29cf7ec600f4b3dea301ab6bf7175bb4784e3b3
Have "preview" correctly detect if we're requesting the homepage
[ { "change_type": "MODIFY", "old_path": "src/TemplateChooser.php", "new_path": "src/TemplateChooser.php", "diff": "@@ -7,6 +7,7 @@ namespace Bolt;\nuse Bolt\\Configuration\\Config;\nuse Bolt\\Configuration\\Content\\ContentType;\nuse Bolt\\Entity\\Content;\n+use Bolt\\Twig\\ContentExtension;\nuse Tig...
PHP
MIT License
bolt/core
Have "preview" correctly detect if we're requesting the homepage
95,144
19.04.2020 11:42:16
-7,200
bf898f7d19db14cf869c28126c5cfcc6e932167b
Add Labels for statuses
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Select.vue", "new_path": "assets/js/app/editor/Components/Select.vue", "diff": ">\n<template v-if=\"name === 'status'\" slot=\"singleLabel\" slot-scope=\"props\">\n<span class=\"status mr-2\" :class=\"`is-${props.option.key}`\">...
PHP
MIT License
bolt/core
Add Labels for statuses
95,144
19.04.2020 13:25:52
-7,200
9cfd5a9946a9631e2282e428e4b3d102834abccb
Add shiny badges for special pages
[ { "change_type": "MODIFY", "old_path": "assets/js/app/listing/Components/Table/Row/index.vue", "new_path": "assets/js/app/listing/Components/Table/Row/index.vue", "diff": ">\n{{ record.extras.title | trim(62) | raw }}\n</a>\n+ <span v-if=\"record.extras.feature\" class=\"badge\" :class=\"`badge-${re...
PHP
MIT License
bolt/core
Add shiny badges for special pages
95,144
19.04.2020 16:19:52
-7,200
a71e63aa6b4c3feb610d98ecae7024d082e2d8de
Preparing release 4.0.0-rc.17
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "{\n\"name\": \"bolt\",\n- \"version\": \"4.0.0-rc.16\",\n+ \"version\": \"4.0.0-rc.17\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n}\n},\n\"stylelint-scss\": {\n- \"version...
PHP
MIT License
bolt/core
Preparing release 4.0.0-rc.17
95,138
18.04.2020 15:35:08
18,000
bc58b1e8c8300c37aa55fa4051d39f127e282a53
Filter both Content and Field APIs to exclude unpublished and viewless content.
[ { "change_type": "MODIFY", "old_path": "src/Api/Extensions/ContentExtension.php", "new_path": "src/Api/Extensions/ContentExtension.php", "diff": "@@ -9,7 +9,9 @@ use ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\QueryItemExtensionInterface;\nuse ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Util\...
PHP
MIT License
bolt/core
Filter both Content and Field APIs to exclude unpublished and viewless content.
95,134
22.04.2020 14:12:38
-3,600
0398f88ca409cba8ad280f2180d56e22aef67fcc
Update Field.php fix for foreign key constraint issue affecting Collections/Sets
[ { "change_type": "MODIFY", "old_path": "src/Entity/Field.php", "new_path": "src/Entity/Field.php", "diff": "@@ -72,6 +72,7 @@ class Field implements FieldInterface, TranslatableInterface\n/**\n* @ORM\\ManyToOne(targetEntity=\"Bolt\\Entity\\Field\", cascade={\"persist\"})\n+ * @ORM\\JoinColumn(onDele...
PHP
MIT License
bolt/core
Update Field.php fix for foreign key constraint issue affecting Collections/Sets
95,144
27.04.2020 14:47:21
-7,200
5ea6150c36e29658df65f76ecda09294d2b753f8
Make it so `homepage:` accepts a singleton, or a contentType listing
[ { "change_type": "MODIFY", "old_path": "config/bolt/config.yaml", "new_path": "config/bolt/config.yaml", "diff": "@@ -60,14 +60,15 @@ omit_backgrounds: true\n#favicon: images/favicon-bolt.ico\n# The default content to use for the homepage, and the template to render it\n-# with. This can either be a...
PHP
MIT License
bolt/core
Make it so `homepage:` accepts a singleton, or a contentType listing
95,144
27.04.2020 14:56:57
-7,200
0ccb70780dcffd0dc737e6ea13b366c3439dc70e
Updating symfony/webpack-encore to 0.29
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "}\n},\n\"@symfony/webpack-encore\": {\n- \"version\": \"0.28.3\",\n- \"resolved\": \"https://registry.npmjs.org/@symfony/webpack-encore/-/webpack-encore-0.28.3.tgz\",\n- \"integrity\": \"sha512-ZXnw...
PHP
MIT License
bolt/core
Updating symfony/webpack-encore to 0.29
95,144
27.04.2020 15:17:36
-7,200
ee131e5bac6e071c2370770c4f0acbf3c4bfbc8e
Better `isHomepage` detection for singletons
[ { "change_type": "MODIFY", "old_path": "src/Twig/ContentExtension.php", "new_path": "src/Twig/ContentExtension.php", "diff": "@@ -738,11 +738,13 @@ class ContentExtension extends AbstractExtension\nforeach ($configSetting as $item) {\n$item = explode('/', $item);\n- if (empty($item[1])) {\n+ // Disc...
PHP
MIT License
bolt/core
Better `isHomepage` detection for singletons
95,144
29.04.2020 14:08:17
-7,200
3c56ce753d1a58e5ea3e38d703b48009eae0b72e
Fix flawed logic in Setcontent test page
[ { "change_type": "MODIFY", "old_path": "public/theme/skeleton/custom/setcontent_1.twig", "new_path": "public/theme/skeleton/custom/setcontent_1.twig", "diff": "{% for page in pages %}\n<li>\n{{ page.contenttype }} {{ page.id }} . {{ page|title }}\n- <span class=\"s{{ loop.index }}\">{{ _self.isbigge...
PHP
MIT License
bolt/core
Fix flawed logic in Setcontent test page
95,144
03.05.2020 14:57:23
-7,200
cbf41e5e6e2d8a00072c4d5b9884255c381c489e
Updating some ECS settings
[ { "change_type": "MODIFY", "old_path": "easy-coding-standard.yml", "new_path": "easy-coding-standard.yml", "diff": "@@ -79,6 +79,8 @@ services:\nPhpCsFixer\\Fixer\\FunctionNotation\\PhpdocToReturnTypeFixer: ~\nPhpCsFixer\\Fixer\\Import\\FullyQualifiedStrictTypesFixer: ~\nPhpCsFixer\\Fixer\\Phpdoc\\N...
PHP
MIT License
bolt/core
Updating some ECS settings
95,144
03.05.2020 15:00:18
-7,200
5dcd29d1737086465655c5a365a0572795e62a7f
Adding `ConcatSpaceFixer`
[ { "change_type": "MODIFY", "old_path": "easy-coding-standard.yml", "new_path": "easy-coding-standard.yml", "diff": "@@ -22,6 +22,8 @@ services:\n# Spaces\nSymplify\\CodingStandard\\Fixer\\Strict\\BlankLineAfterStrictTypesFixer: ~\n+ PhpCsFixer\\Fixer\\Operator\\ConcatSpaceFixer:\n+ spacing: one\n# C...
PHP
MIT License
bolt/core
Adding `ConcatSpaceFixer`
95,144
03.05.2020 12:59:17
-7,200
a8070977599dcc74e584c14f599d4ed40dd4ab71
Add length attribute for `|title` filter
[ { "change_type": "MODIFY", "old_path": "src/Entity/ContentExtrasTrait.php", "new_path": "src/Entity/ContentExtrasTrait.php", "diff": "@@ -31,7 +31,7 @@ trait ContentExtrasTrait\n$content = $this;\nreturn array_filter([\n- 'title' => $this->contentExtension->getAnyTitle($content),\n+ 'title' => $this...
PHP
MIT License
bolt/core
Add length attribute for `|title` filter
95,144
03.05.2020 14:15:39
-7,200
8ef74777a09204aaef99cd0f304953eb5318dd6a
Improve `title_format` and add `excerpt_format` attributes in ContentTypes
[ { "change_type": "MODIFY", "old_path": "src/Configuration/Parser/ContentTypesParser.php", "new_path": "src/Configuration/Parser/ContentTypesParser.php", "diff": "@@ -178,7 +178,7 @@ class ContentTypesParser extends BaseParser\n// Make sure title_format is set\nif (isset($contentType['title_format'])...
PHP
MIT License
bolt/core
Improve `title_format` and add `excerpt_format` attributes in ContentTypes
95,144
03.05.2020 15:56:23
-7,200
ceb83b1dbdc712ec407690b40ec521d3173e2a81
Allow `excerpt_format`
[ { "change_type": "MODIFY", "old_path": "src/Twig/ContentExtension.php", "new_path": "src/Twig/ContentExtension.php", "diff": "@@ -242,6 +242,17 @@ class ContentExtension extends AbstractExtension\nreturn Excerpt::getExcerpt((string) $content, $length);\n}\n+ if (ComposeValueHelper::isSuitable($conte...
PHP
MIT License
bolt/core
Allow `excerpt_format`
95,144
17.05.2020 12:19:04
-7,200
0d7ba6fa46a3fcc11e459d0f305b22050ff3c8a1
Composer dep updates
[ { "change_type": "MODIFY", "old_path": "config/bundles.php", "new_path": "config/bundles.php", "diff": "@@ -21,6 +21,7 @@ return [\nSymfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle::class => ['dev' => true, 'local' => true],\nSymfony\\Bundle\\WebServerBundle\\WebServerBundle::class => ['dev' =>...
PHP
MIT License
bolt/core
Composer dep updates
95,144
21.05.2020 13:16:59
-7,200
c86c75b536e5e22830ad6490e331d06db33ef04d
Don't "kill" process
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "@@ -82,7 +82,7 @@ behat-js: ## to run behat JS tests\nvendor/bin/selenium-server-standalone >/dev/null 2>&1 &\nsleep 2s\nvendor/bin/behat --tags=javascript\n- kill -9 $(lsof -t -i:4444)\n+ # kill -9 $(lsof -t -i:4444...
PHP
MIT License
bolt/core
Don't "kill" process
95,144
19.05.2020 17:38:48
-7,200
9fdd7500365afce8929c13c7f2d9446154a2be31
Break slightly less when adding new contenttypes
[ { "change_type": "MODIFY", "old_path": "public/theme/skeleton/partials/_aside.twig", "new_path": "public/theme/skeleton/partials/_aside.twig", "diff": "{% setcontent records = ct.slug ~ \"/latest/3\" %}\n<h5>{{ __('contenttypes.generic.recent', {'%contenttypes%': ct.name}) }}</h5>\n+ {% if records|l...
PHP
MIT License
bolt/core
Break slightly less when adding new contenttypes
95,144
22.05.2020 07:42:06
-7,200
dee17bc4fd663216b1a08bfb1afb01e4ee943a6a
Add Configuration Notices extension
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"behat/mink-selenium2-driver\": \"^1.3\",\n\"behat/symfony2-extension\": \"^2.1\",\n\"behatch/contexts\": \"^3.2\",\n+ \"bobdenotter/configuration-notices\": \"^1.0\",\n\"bobdenotter/weatherwidget\": \"^1....
PHP
MIT License
bolt/core
Add Configuration Notices extension
95,144
22.05.2020 17:55:02
-7,200
e65878652c7e4f6730d927fdc2463cf5bcef161c
Working on Skeleton Theme (New.css instead of Sakura)
[ { "change_type": "DELETE", "old_path": "public/theme/skeleton/css/normalize.css", "new_path": null, "diff": "-/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */\n-\n-/* Document\n- ========================================================================== */\n-\n-/**\n- * 1...
PHP
MIT License
bolt/core
Working on Skeleton Theme (New.css instead of Sakura)
95,144
24.05.2020 12:17:54
-7,200
f02508d5d2bc210cac5a36f9c95ac29881e56107
Updates for skeleton theme
[ { "change_type": "MODIFY", "old_path": "public/theme/skeleton/README.md", "new_path": "public/theme/skeleton/README.md", "diff": "@@ -2,12 +2,12 @@ Bolt Skeleton Theme\n===================\nSkeleton is a minimal theme for Bolt. It has the bare bones functionality of\n-what you commonly expect from a...
PHP
MIT License
bolt/core
Updates for skeleton theme
95,144
24.05.2020 16:57:36
-7,200
4287f61a0da246f004ebd347d179d52074c2360f
Display upload limits and better feedback on failure
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Image.vue", "new_path": "assets/js/app/editor/Components/Image.vue", "diff": "@@ -310,7 +310,8 @@ export default {\nthis.progress = 0;\n})\n.catch(err => {\n- console.warn(err);\n+ bootbox.alert(err.response.data.error.message);...
PHP
MIT License
bolt/core
Display upload limits and better feedback on failure
95,144
24.05.2020 18:00:39
-7,200
3a76b2b9bcfbbedbd9a7bbf0847380ef454b9852
Prepare release 4.0.0 RC 20
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "{\n\"name\": \"bolt\",\n- \"version\": \"4.0.0-rc.17\",\n+ \"version\": \"4.0.0-rc.20\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n}\n},\n\"caniuse-lite\": {\n- \"version\"...
PHP
MIT License
bolt/core
Prepare release 4.0.0 RC 20
95,144
24.05.2020 18:14:17
-7,200
2849ec76182e05450581cffae62c9c93aaab28b9
Ninja-fix translations
[ { "change_type": "MODIFY", "old_path": "translations/messages.en.xlf", "new_path": "translations/messages.en.xlf", "diff": "<unit id=\"YZJO3Ul\" name=\"upload.allow_file_types\">\n<segment>\n<source>upload.allow_file_types</source>\n- <target>File types allowed for upload: </target>\n+ <target>File ...
PHP
MIT License
bolt/core
Ninja-fix translations
95,144
26.05.2020 07:43:37
-7,200
6349d962a6d64c16ea45b0f0b65e75f228253488
Add ListServices method to ServiceTrait
[ { "change_type": "MODIFY", "old_path": "src/Extension/ServicesTrait.php", "new_path": "src/Extension/ServicesTrait.php", "diff": "@@ -15,6 +15,7 @@ use Symfony\\Component\\HttpFoundation\\RequestStack;\nuse Symfony\\Component\\HttpFoundation\\Session\\Session;\nuse Symfony\\Component\\Stopwatch\\Sto...
PHP
MIT License
bolt/core
Add ListServices method to ServiceTrait