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,192
07.08.2019 16:10:27
-7,200
36789fe8f83d961cbd6b96c1388411ced1a50222
aligment of ui control buttons on listings like view mode, pagers, checkbox
[ { "change_type": "MODIFY", "old_path": "assets/js/app/listing/Components/Filter.vue", "new_path": "assets/js/app/listing/Components/Filter.vue", "diff": ":class=\"{ 'is-selected': size === 'small' }\"\n@click=\"changeSize('small')\"\n>\n- <i class=\"fas fa-align-justify fa-fw\"></i> Compact\n+ <i cl...
PHP
MIT License
bolt/core
aligment of ui control buttons on listings like view mode, pagers, checkbox
95,192
07.08.2019 16:42:36
-7,200
6da4ab9aaf9cb460e1000ac5d78f4256e91c855e
layout tweaks, removing the Hey in account, alignment of pager, fixed name for View website iso View [site title] for fixed button width
[ { "change_type": "MODIFY", "old_path": "assets/scss/modules/admin/_toolbar.scss", "new_path": "assets/scss/modules/admin/_toolbar.scss", "diff": "font-size: 0.875rem;\nwhite-space: nowrap;\n@include media-breakpoint-up(sm) {\n- padding: 0.825rem 1rem;\n+ padding: 0.85rem 1rem;\n}\n@include media-bre...
PHP
MIT License
bolt/core
layout tweaks, removing the Hey in account, alignment of pager, fixed name for View website iso View [site title] for fixed button width
95,192
07.08.2019 16:59:01
-7,200
1deb5015bbe90b9ecb5043d18c726346ebd27ed6
hover style main nav links
[ { "change_type": "MODIFY", "old_path": "assets/scss/modules/admin/_sidebar.scss", "new_path": "assets/scss/modules/admin/_sidebar.scss", "diff": "@include media-breakpoint-up(lg) {\npadding-top: 1.625rem;\n}\n- a {\n- font-size: 0.9375rem;\n- }\n&--separator {\npadding: 0 $spacer;\nfont-weight: $fon...
PHP
MIT License
bolt/core
hover style main nav links
95,179
07.08.2019 19:22:22
-7,200
4cc186131a4a37569afeb753567f3842e3388286
Translations in controller classes
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/AuthenticationController.php", "new_path": "src/Controller/Backend/AuthenticationController.php", "diff": "@@ -52,8 +52,8 @@ class AuthenticationController extends TwigAwareController implements BackendZon\npublic function resetPassword(...
PHP
MIT License
bolt/core
Translations in controller classes
95,179
07.08.2019 19:37:35
-7,200
d11c1f049f68343423c7c1ed86e2125b267d07f2
Missing titles fixed
[ { "change_type": "MODIFY", "old_path": "templates/users/listing.html.twig", "new_path": "templates/users/listing.html.twig", "diff": "<thead>\n<tr>\n<th scope=\"col\">#</th>\n- <th scope=\"col\" class=\"text-nowrap\">Display name</th>\n- <th scope=\"col\" class=\"text-nowrap\">Username</th>\n- <th s...
PHP
MIT License
bolt/core
Missing titles fixed
95,144
08.08.2019 06:09:35
-7,200
121f5ffa82f5f7824c4b4421fa381cca1a6548ce
Update travis.yml Node to 12.5
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -31,7 +31,7 @@ before_install:\ninstall:\n- COMPOSER_MEMORY_LIMIT=-1 composer update $COMPOSER_FLAGS\n- - nvm install 8.2\n+ - nvm install 12.5\n- npm install\n- cd tests/e2e && npm install && node ./node_mo...
PHP
MIT License
bolt/core
Update travis.yml Node to 12.5
95,144
08.08.2019 14:11:15
-7,200
1b7282e98de529f7e46976eb4d92f8813525acab
Passing through Labels
[ { "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": "@@ -70,7 +70,7 @@ export default {\nname: 'Actions',\nprops: ['type', 'record', 'labels'],\ncreated() {\n- console.log(thi...
PHP
MIT License
bolt/core
Passing through Labels
95,179
08.08.2019 16:32:56
-7,200
1cff5184a4eaddc0c31fdabfd97bde5bf7e7245d
Missing notification translates on case of invalid user edit
[ { "change_type": "MODIFY", "old_path": "translations/messages.en.xlf", "new_path": "translations/messages.en.xlf", "diff": "<source>listing.title_actions</source>\n<target>Actions</target>\n</trans-unit>\n+ <trans-unit id=\"fkXL.k6\" resname=\"user.not_valid_email\">\n+ <source>user.not_valid_email<...
PHP
MIT License
bolt/core
Missing notification translates on case of invalid user edit
95,179
08.08.2019 16:34:22
-7,200
9fdf46eb809dde52808992f931b34301c1cdecfe
Pass a *currently missing* default password for template
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/ProfileController.php", "new_path": "src/Controller/Backend/ProfileController.php", "diff": "@@ -87,6 +87,7 @@ class ProfileController extends TwigAwareController implements BackendZone\nreturn $this->renderTemplate('@bolt/users/edit.htm...
PHP
MIT License
bolt/core
Pass a *currently missing* default password for template
95,179
08.08.2019 16:35:15
-7,200
428d9d7d781baca8d239d1dbb487dd193fb60ad5
Validation allows empty roles but template doesn't handles - fix
[ { "change_type": "MODIFY", "old_path": "templates/users/edit.html.twig", "new_path": "templates/users/edit.html.twig", "diff": "{% set roleOptions = [] %}\n- {% for roleName, roleHierarchy in roles %}\n+ {% for roleName, roleHierarchy in roles ?? [] %}\n{% set roleOptions = roleOptions|merge([\n{\n'...
PHP
MIT License
bolt/core
Validation allows empty roles but template doesn't handles - fix
95,144
09.08.2019 05:41:14
-7,200
7e4814091505fc85f6c42de8c714b793e3d431f8
Use `npm ci` in travis.yml
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -32,8 +32,8 @@ before_install:\ninstall:\n- COMPOSER_MEMORY_LIMIT=-1 composer update $COMPOSER_FLAGS\n- nvm install 12.5\n- - npm install\n- - cd tests/e2e && npm install && node ./node_modules/protractor/bi...
PHP
MIT License
bolt/core
Use `npm ci` in travis.yml
95,144
09.08.2019 06:19:39
-7,200
4bb15db021521fbd0adc530321e2442dadfc8cc0
Fix weird logic in "Edit Profile"
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/ProfileController.php", "new_path": "src/Controller/Backend/ProfileController.php", "diff": "@@ -8,6 +8,7 @@ use Bolt\\Common\\Json;\nuse Bolt\\Controller\\CsrfTrait;\nuse Bolt\\Controller\\TwigAwareController;\nuse Bolt\\Entity\\User;\n...
PHP
MIT License
bolt/core
Fix weird logic in "Edit Profile"
95,144
10.08.2019 11:10:18
-7,200
58a7137ef50722b1ac5bc8a8c9e69dd68460cb6f
Add full URL in API results
[ { "change_type": "MODIFY", "old_path": "src/Entity/Field/ImageField.php", "new_path": "src/Entity/Field/ImageField.php", "diff": "@@ -9,6 +9,7 @@ use Bolt\\Entity\\FieldInterface;\nuse Doctrine\\ORM\\Mapping as ORM;\nuse Symfony\\Component\\Asset\\PathPackage;\nuse Symfony\\Component\\Asset\\Version...
PHP
MIT License
bolt/core
Add full URL in API results
95,144
10.08.2019 14:17:41
-7,200
f6b1d8d64c61e8cfb65fc073e94abc846d62fb7b
Preparing release 4.0.0 beta 2.
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "{\n\"name\": \"bolt\",\n- \"version\": \"4.0.0-beta.1\",\n+ \"version\": \"4.0.0-beta.2\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n\"integrity\": \"sha1-2jCcwmPfFZlMaIypA...
PHP
MIT License
bolt/core
Preparing release 4.0.0 beta 2.
95,144
10.08.2019 18:12:54
-7,200
8fef113962b82076186439c09de7f61217361f37
Set Twig path dynamically.
[ { "change_type": "MODIFY", "old_path": "src/Configuration/Config.php", "new_path": "src/Configuration/Config.php", "diff": "@@ -41,7 +41,7 @@ class Config\n$this->data = $this->getConfig();\n// @todo PathResolver shouldn't be part of Config. Refactor to separate class\n- $this->pathResolver = new Pa...
PHP
MIT License
bolt/core
Set Twig path dynamically.
95,144
11.08.2019 11:13:04
-7,200
0b0299eac684d43de28beb281c7e47a3a1d4be38
A number of small tweaks.
[ { "change_type": "MODIFY", "old_path": "assets/scss/layout/_admin.scss", "new_path": "assets/scss/layout/_admin.scss", "diff": "grid-column-gap: 1.5rem;\n}\n@include media-breakpoint-up(wd) {\n- grid-column-gap: 2rem;\n- padding: $spacer $spacer*2 $spacer $spacer*2;\n+ grid-column-gap: 3.5rem;\n+ pa...
PHP
MIT License
bolt/core
A number of small tweaks.
95,144
11.08.2019 13:38:16
-7,200
3472cee2b1994ff52ec36b2b8bf5ddc6327d9c8b
Code formatting stuffs
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/ContentEditController.php", "new_path": "src/Controller/Backend/ContentEditController.php", "diff": "@@ -52,6 +52,7 @@ class ContentEditController extends TwigAwareController implements BackendZone\n/** @var TemplateChooser */\nprivate $...
PHP
MIT License
bolt/core
Code formatting stuffs
95,144
11.08.2019 18:39:06
-7,200
c1eb8d3698b06e82cf4979a5f45e899d99fdb875
Working on some more tiny tweaks
[ { "change_type": "ADD", "old_path": null, "new_path": "assets/scss/modules/editor/fields/_pre_postfix.scss", "diff": "+.form--helper {\n+ font-size: 0.95rem;\n+ color: #666;\n+ max-width: 46em;\n+ display: inline-block;\n+ margin: 0.5rem 0;\n+}\n\\ No newline at end of file\n" }, { "change_t...
PHP
MIT License
bolt/core
Working on some more tiny tweaks
95,144
11.08.2019 18:45:25
-7,200
7dc76751b3ea384e88fa3ce65f70dc2f6f549e73
Update edit.html.twig
[ { "change_type": "MODIFY", "old_path": "templates/media/edit.html.twig", "new_path": "templates/media/edit.html.twig", "diff": "<div class=\"card-body\">\n<form>\n- <span class=\"form-group\">\n+ <div class=\"form-group\">\n<button type=\"submit\" class=\"btn btn-success mb-3\" form=\"editcontent\">...
PHP
MIT License
bolt/core
Update edit.html.twig
95,144
11.08.2019 19:33:20
-7,200
bb82c7b357aaa7680b49da294c2a9e505c386758
Fix taxonomy controller
[ { "change_type": "MODIFY", "old_path": "src/Controller/Frontend/TaxonomyController.php", "new_path": "src/Controller/Frontend/TaxonomyController.php", "diff": "@@ -35,11 +35,19 @@ class TaxonomyController extends TwigAwareController implements FrontendZone\n$page = (int) $request->query->get('page',...
PHP
MIT License
bolt/core
Fix taxonomy controller
95,144
16.08.2019 15:54:48
-7,200
51e9bdf89c8c56881bfcd486f6667bd0ccebc831
Use `Bolt\Common` instead of `Bolt\Utils\Str`
[ { "change_type": "MODIFY", "old_path": "src/Command/AddUserCommand.php", "new_path": "src/Command/AddUserCommand.php", "diff": "@@ -4,9 +4,9 @@ declare(strict_types=1);\nnamespace Bolt\\Command;\n+use Bolt\\Common\\Str;\nuse Bolt\\Entity\\User;\nuse Bolt\\Repository\\UserRepository;\n-use Bolt\\Util...
PHP
MIT License
bolt/core
Use `Bolt\Common` instead of `Bolt\Utils\Str`
95,144
16.08.2019 15:55:21
-7,200
7069581e002cc32f9b60fb8d1affc24415740263
Use Symfony/HttpClient instead of Guzzle
[ { "change_type": "MODIFY", "old_path": "src/DataFixtures/ImageFetchFixtures.php", "new_path": "src/DataFixtures/ImageFetchFixtures.php", "diff": "@@ -7,10 +7,10 @@ namespace Bolt\\DataFixtures;\nuse Bolt\\Configuration\\FileLocations;\nuse Doctrine\\Bundle\\FixturesBundle\\FixtureGroupInterface;\nus...
PHP
MIT License
bolt/core
Use Symfony/HttpClient instead of Guzzle
95,144
16.08.2019 15:55:52
-7,200
1403750785db3fa794deee82dfaa9e53dcbb8b15
Use `Json::json_encode` instead of `\GuzzleHttp\json_encode`
[ { "change_type": "MODIFY", "old_path": "src/Repository/ContentRepository.php", "new_path": "src/Repository/ContentRepository.php", "diff": "@@ -4,6 +4,7 @@ declare(strict_types=1);\nnamespace Bolt\\Repository;\n+use Bolt\\Common\\Json;\nuse Bolt\\Configuration\\Content\\ContentType;\nuse Bolt\\Entit...
PHP
MIT License
bolt/core
Use `Json::json_encode` instead of `\GuzzleHttp\json_encode`
95,144
16.08.2019 16:15:57
-7,200
4e01234c859d17b968afcdea56c160003fb16683
Distinguish between editing "New Page" and "Untitled Page"
[ { "change_type": "MODIFY", "old_path": "translations/messages.en.xlf", "new_path": "translations/messages.en.xlf", "diff": "<target>Search</target>\n</segment>\n</unit>\n+ <unit id=\"QoeqyPT\" name=\"caption.new_contenttype\">\n+ <segment>\n+ <source>caption.new_contenttype</source>\n+ <target>New %...
PHP
MIT License
bolt/core
Distinguish between editing "New Page" and "Untitled Page"
95,168
16.08.2019 16:24:06
-7,200
b3c1ed0396b741a43cf326f4234053ed2e5dbd54
Do not return the filtered fields but filtered content
[ { "change_type": "MODIFY", "old_path": "src/Repository/ContentRepository.php", "new_path": "src/Repository/ContentRepository.php", "diff": "@@ -64,8 +64,20 @@ class ContentRepository extends ServiceEntityRepository\n}\nif ($filter) {\n- $qb->andWhere($qb->expr()->like('f.value', ':filterValue'))\n+ ...
PHP
MIT License
bolt/core
Do not return the filtered fields but filtered content
95,144
18.08.2019 13:10:27
-7,200
ed6ab39ad00c07450609fbcbc60d5fc0208f629f
Add multilingual routes for the frontend controllers
[ { "change_type": "MODIFY", "old_path": "config/routes.yaml", "new_path": "config/routes.yaml", "diff": "frontend:\nresource: '../src/Controller/Frontend/'\nprefix: /\n+ type: annotation\n# ------------------------------------------------------------------------------\n# Place your own routes here, t...
PHP
MIT License
bolt/core
Add multilingual routes for the frontend controllers
95,144
18.08.2019 14:29:07
-7,200
706f80a59b3b03aab69efbbec2783fec169e1040
Fixing thumbnails in listings, and some more image-related tweaks
[ { "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": "<div\nv-if=\"size === 'normal' && record.extras.image !== null\"\nclass=\"listing__row--item is-thumbnail\"\n- :style=\"`backgro...
PHP
MIT License
bolt/core
Fixing thumbnails in listings, and some more image-related tweaks
95,144
18.08.2019 19:42:34
-7,200
21b4277485e63f9ca9f84b03dcb02919e6cbf33a
Select Images in Imagefields with "From Library" button
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Editor/Image/Image.vue", "new_path": "assets/js/app/editor/Components/Editor/Image/Image.vue", "diff": "</div>\n<div class=\"btn-toolbar\" role=\"toolbar\">\n<div class=\"btn-group mr-2\" role=\"group\">\n- <button class=\"btn b...
PHP
MIT License
bolt/core
Select Images in Imagefields with "From Library" button
95,168
19.08.2019 14:36:51
-7,200
dd2ed29bb2f2eb8f4a24f36ed3fbbf870db17dca
WIP for better sortby content and taxonomy
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/ContentOverviewController.php", "new_path": "src/Controller/Backend/ContentOverviewController.php", "diff": "@@ -27,11 +27,12 @@ class ContentOverviewController extends TwigAwareController implements BackendZo\n$page = (int) $request->qu...
PHP
MIT License
bolt/core
WIP for better sortby content and taxonomy
95,144
19.08.2019 21:29:23
-7,200
23a8bcc9b03ee3d077526138e967e54554e0f4b6
Fix "full screen" for wysiwyg editor.
[ { "change_type": "MODIFY", "old_path": "assets/scss/modules/editor/fields/_html.scss", "new_path": "assets/scss/modules/editor/fields/_html.scss", "diff": ".trumbowyg-box {\nmargin: 0;\n}\n+\n+.trumbowyg-fullscreen {\n+ position: fixed;\n+ top: $admin-toolbar-height;\n+ left: $admin-sidebar-width;\n...
PHP
MIT License
bolt/core
Fix "full screen" for wysiwyg editor.
95,144
19.08.2019 21:42:37
-7,200
b0a347eaffafca742b35a7c2c78286581390b391
Fix fullscreen for markdown editor
[ { "change_type": "MODIFY", "old_path": "assets/scss/vendor/simplemde.scss", "new_path": "assets/scss/vendor/simplemde.scss", "diff": ".editor-toolbar.fullscreen,\n.editor-preview-side {\nz-index: 10000;\n+ background: #F0F3F6;\n+ position: fixed;\n+ top: $admin-toolbar-height;\n+ left: $admin-sideba...
PHP
MIT License
bolt/core
Fix fullscreen for markdown editor
95,144
20.08.2019 07:52:53
-7,200
64e6e3ca2ad536b5e38e84847a90951fb9af1aab
Tweaking margins for fullscreen editors
[ { "change_type": "MODIFY", "old_path": "assets/scss/modules/editor/fields/_html.scss", "new_path": "assets/scss/modules/editor/fields/_html.scss", "diff": ".trumbowyg-fullscreen {\nposition: fixed;\n- top: $admin-toolbar-height;\n+ top: $admin-toolbar-height-wide + 1px;\nleft: $admin-sidebar-width;\...
PHP
MIT License
bolt/core
Tweaking margins for fullscreen editors
95,144
22.08.2019 17:53:05
-7,200
1716607975a526839b8628553bf493644de247c1
Several small Vue fixes and tweaks
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Editor/Date/Date.vue", "new_path": "assets/js/app/editor/Components/Editor/Date/Date.vue", "diff": "v-model=\"val\"\nclass=\"form-control editor--date\"\n:config=\"config\"\n- :disabled=\"disabled == 1\"\n+ :disabled=\"disabled\...
PHP
MIT License
bolt/core
Several small Vue fixes and tweaks
95,144
23.08.2019 16:33:44
-7,200
7e15ce32baf999158d786824cfbca3e7ff116233
rename languageselect.html.twig to _languageselect.html.twig
[ { "change_type": "MODIFY", "old_path": "public/theme/skeleton/partials/_footer.twig", "new_path": "public/theme/skeleton/partials/_footer.twig", "diff": "<h4>{{ __('general.phrase.select_language') }}</h4>\n- {% include 'helpers/languageselect.html.twig' with {'type': 'select'} %}\n+ {% include 'hel...
PHP
MIT License
bolt/core
rename languageselect.html.twig to _languageselect.html.twig
95,144
23.08.2019 19:32:56
-7,200
1c4cde999a32a30a9daff5033ecfdfa8a9d09028
Adding a few helpers
[ { "change_type": "ADD", "old_path": null, "new_path": "templates/helpers/_field_blocks.twig", "diff": "+{# Sub-block for 'text' field such as 'text', 'textarea', or 'html' #}\n+{% block text_field %}\n+ <div data-bolt-field=\"{{ field.name }}\">\n+ {%- autoescape false -%}\n+ {{ field.twigValue() }}...
PHP
MIT License
bolt/core
Adding a few helpers
95,144
24.08.2019 14:23:41
-7,200
8fcd0493185e29f4257ab2ff5c42b01ac8e402ac
Working on menu, pager and helpers
[ { "change_type": "MODIFY", "old_path": "src/Configuration/Config.php", "new_path": "src/Configuration/Config.php", "diff": "@@ -11,6 +11,7 @@ use Bolt\\Configuration\\Parser\\ContentTypesParser;\nuse Bolt\\Configuration\\Parser\\GeneralParser;\nuse Bolt\\Configuration\\Parser\\MenuParser;\nuse Bolt\...
PHP
MIT License
bolt/core
Working on menu, pager and helpers
95,144
24.08.2019 17:12:21
-7,200
6b4f1b61b9b7b4a511a029bcf7d026ec4ab9b4d0
Fix pager in skeleton
[ { "change_type": "MODIFY", "old_path": "public/theme/skeleton/partials/_sub_pager.twig", "new_path": "public/theme/skeleton/partials/_sub_pager.twig", "diff": "See: https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle #}\n<div class=\"{{ class }}\">\n- {{ pagerfanta(records, theme, {\n+ {{ p...
PHP
MIT License
bolt/core
Fix pager in skeleton
95,144
24.08.2019 20:38:59
-7,200
e0cd134b4b5212d1b8b4c2a173fd8abea85dcae5
Ignore contenttypes that start with __, and slug always overrules key
[ { "change_type": "MODIFY", "old_path": "src/Configuration/Parser/ContentTypesParser.php", "new_path": "src/Configuration/Parser/ContentTypesParser.php", "diff": "@@ -34,7 +34,10 @@ class ContentTypesParser extends BaseParser\nforeach ($tempContentTypes as $key => $contentType) {\nif (is_array($conte...
PHP
MIT License
bolt/core
Ignore contenttypes that start with __, and slug always overrules key
95,144
02.09.2019 14:00:19
-7,200
40353687344c59e79aed6d015fe6377f9693718e
Explicit typehinting
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/ContentEditController.php", "new_path": "src/Controller/Backend/ContentEditController.php", "diff": "@@ -11,6 +11,7 @@ use Bolt\\Entity\\Content;\nuse Bolt\\Entity\\Field;\nuse Bolt\\Entity\\Relation;\nuse Bolt\\Entity\\Taxonomy;\n+use B...
PHP
MIT License
bolt/core
Explicit typehinting
95,144
02.09.2019 14:34:08
-7,200
6f227874308dff263e1c835118bce99765d4a975
Use Reference Extension instead of Weather in widget tests
[ { "change_type": "MODIFY", "old_path": "tests/php/Widget/WidgetsTest.php", "new_path": "tests/php/Widget/WidgetsTest.php", "diff": "@@ -4,7 +4,7 @@ declare(strict_types=1);\nnamespace Bolt\\Tests\\Widget;\n-use BobdenOtter\\WeatherWidget\\WeatherWidget;\n+use AcmeCorp\\ReferenceExtension\\ReferenceW...
PHP
MIT License
bolt/core
Use Reference Extension instead of Weather in widget tests
95,144
04.09.2019 17:01:12
-7,200
aa539bd4acafa5a87141129b85fd6ee337c69be9
Make detection of template folder for extensions a bit more robust.
[ { "change_type": "MODIFY", "old_path": "src/Widget/BaseWidget.php", "new_path": "src/Widget/BaseWidget.php", "diff": "@@ -158,15 +158,22 @@ abstract class BaseWidget implements WidgetInterface\npublic function getTemplateFolder(): ?string\n{\n- if ($this->templateFolder === null) {\n+ if ($this->tem...
PHP
MIT License
bolt/core
Make detection of template folder for extensions a bit more robust.
95,144
05.09.2019 20:50:53
-7,200
39a1df02a726bb8751dd4a798cc601529a7cfc19
Bump `php-translation/symfony-bundle` to `0.9.0`
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"nelmio/cors-bundle\": \"^1.5\",\n\"nesbot/carbon\": \"^1.38 || ^2.19\",\n\"peterkahl/country-code-to-emoji-flag\": \"^0.9.1\",\n- \"php-translation/symfony-bundle\": \"^0.8\",\n+ \"php-translation/symfony...
PHP
MIT License
bolt/core
Bump `php-translation/symfony-bundle` to `0.9.0`
95,144
05.09.2019 22:33:30
-7,200
04e8cd9de4a75ca77e811758dc94ac527fef3a36
Render widgets only once
[ { "change_type": "MODIFY", "old_path": "src/Widgets.php", "new_path": "src/Widgets.php", "diff": "@@ -33,6 +33,9 @@ class Widgets\n/** @var QueueProcessor */\nprivate $queueProcessor;\n+ /** @var array */\n+ private $rendered = [];\n+\n/** @var Environment */\nprivate $twig;\n@@ -96,6 +99,10 @@ clas...
PHP
MIT License
bolt/core
Render widgets only once
95,144
06.09.2019 16:31:31
-7,200
9bf774c64e02ed4efde45b2794f26d426d8ce261
Tweaking CSS
[ { "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": ":class=\"`is-${size}`\"\n@mouseleave=\"leave\"\n>\n+\n+ <!-- column thumbnail -->\n+ <div\n+ v-if=\"size === 'normal' && record....
PHP
MIT License
bolt/core
Tweaking CSS
95,144
06.09.2019 17:28:56
-7,200
98173cb89ba403b677fca32899ce8205d9598bbc
Updating tightenco/collect to 6.0
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"symfony/var-dumper\": \"^4.3\",\n\"symfony/webpack-encore-bundle\": \"^1.6\",\n\"symfony/yaml\": \"^4.3\",\n- \"tightenco/collect\": \"^5.8\",\n+ \"tightenco/collect\": \"^6.0\",\n\"twig/extensions\": \"^...
PHP
MIT License
bolt/core
Updating tightenco/collect to 6.0
95,144
07.09.2019 09:55:53
-7,200
d974b848145623b132f8b172434a8d0de3ba5cbc
Fixing some twig deprecations
[ { "change_type": "MODIFY", "old_path": "public/theme/skeleton/partials/_sub_menu.twig", "new_path": "public/theme/skeleton/partials/_sub_menu.twig", "diff": "invokes itself to insert the items of the submenus. #}\n{% macro display_menu_item(item, loop, withsubmenus) %}\n{% from _self import display_...
PHP
MIT License
bolt/core
Fixing some twig deprecations
95,144
07.09.2019 12:12:46
-7,200
c78b55e52e0619575f50886e2f7ce01b66ca95d0
Refactor CacheInterface to Symfony\Contracts\Cache\CacheInterface
[ { "change_type": "MODIFY", "old_path": "src/Configuration/Config.php", "new_path": "src/Configuration/Config.php", "diff": "@@ -12,10 +12,9 @@ use Bolt\\Configuration\\Parser\\GeneralParser;\nuse Bolt\\Configuration\\Parser\\MenuParser;\nuse Bolt\\Configuration\\Parser\\TaxonomyParser;\nuse Bolt\\Co...
PHP
MIT License
bolt/core
Refactor CacheInterface to Symfony\Contracts\Cache\CacheInterface
95,144
07.09.2019 14:22:50
-7,200
0cef300e810e996b104f5bcf6fbb0a633dc50230
Make widgets use `Symfony\Contracts\Cache\CacheInterface`
[ { "change_type": "MODIFY", "old_path": "src/Widget/CacheAware.php", "new_path": "src/Widget/CacheAware.php", "diff": "@@ -4,7 +4,7 @@ declare(strict_types=1);\nnamespace Bolt\\Widget;\n-use Psr\\SimpleCache\\CacheInterface;\n+use Symfony\\Contracts\\Cache\\CacheInterface;\n/**\n* Interface CacheAwar...
PHP
MIT License
bolt/core
Make widgets use `Symfony\Contracts\Cache\CacheInterface`
95,144
07.09.2019 14:38:09
-7,200
b45b30227b1cb74be0ada953265d68064c999a4f
Make cached menu use `Symfony\Contracts\Cache\CacheInterface`
[ { "change_type": "MODIFY", "old_path": "src/Menu/CachedBackendMenuBuilder.php", "new_path": "src/Menu/CachedBackendMenuBuilder.php", "diff": "@@ -4,7 +4,7 @@ declare(strict_types=1);\nnamespace Bolt\\Menu;\n-use Psr\\SimpleCache\\CacheInterface;\n+use Symfony\\Contracts\\Cache\\CacheInterface;\nfina...
PHP
MIT License
bolt/core
Make cached menu use `Symfony\Contracts\Cache\CacheInterface`
95,144
07.09.2019 17:22:28
-7,200
8cf073e1719672dea3ffc01b0e2721912325ba76
Hide new passwords by default, still keeping suggestions
[ { "change_type": "MODIFY", "old_path": "src/Command/AddUserCommand.php", "new_path": "src/Command/AddUserCommand.php", "diff": "@@ -15,6 +15,7 @@ use Symfony\\Component\\Console\\Input\\InputArgument;\nuse Symfony\\Component\\Console\\Input\\InputInterface;\nuse Symfony\\Component\\Console\\Input\\I...
PHP
MIT License
bolt/core
Hide new passwords by default, still keeping suggestions
95,144
08.09.2019 16:40:14
-7,200
6f6fd8e6f3502b06480bcc4316dbbc1f06d47c0a
Cleanup config for Doctrine
[ { "change_type": "DELETE", "old_path": "config/packages/dev/doctrine.yaml", "new_path": null, "diff": "-doctrine:\n- # for SQLite\n- dbal:\n- driver: 'pdo_sqlite'\n- server_version: '3.15'\n- charset: utf8mb4\n- url: '%env(resolve:DATABASE_URL)%'\n- # for MySQL (with Docker)\n-# dbal:\n-# driver: 'p...
PHP
MIT License
bolt/core
Cleanup config for Doctrine
95,144
09.09.2019 18:03:50
-7,200
6b849cb34fbd541153a0ef05541ae316cad1ac85
Update _languageselect.html.twig
[ { "change_type": "MODIFY", "old_path": "templates/helpers/_languageselect.html.twig", "new_path": "templates/helpers/_languageselect.html.twig", "diff": "@@ -13,8 +13,15 @@ The current locale is in the Request object, which is an instance of `Symfony\\Co\n#}\n+{# Make sure type is either 'list' or '...
PHP
MIT License
bolt/core
Update _languageselect.html.twig
95,144
09.09.2019 20:24:25
-7,200
386470c1ff9e96b9518b9dd2876598592a4eb645
Minor tweaks to checkbox
[ { "change_type": "MODIFY", "old_path": "templates/_partials/fields/_base.html.twig", "new_path": "templates/_partials/fields/_base.html.twig", "diff": "{% if not label|default %}\n{% set label = field.definition.label|default(field.name|default('unnamed')|ucwords) %}\n{% endif %}\n+{% if type != 'ch...
PHP
MIT License
bolt/core
Minor tweaks to checkbox
95,144
11.09.2019 15:03:04
-7,200
1f6e5fe8e95487d8b50c28461504dbb185644c69
Update Kakunin dependencies
[ { "change_type": "MODIFY", "old_path": "tests/e2e/package-lock.json", "new_path": "tests/e2e/package-lock.json", "diff": "}\n},\n\"cross-env\": {\n- \"version\": \"5.2.0\",\n- \"resolved\": \"https://registry.npmjs.org/cross-env/-/cross-env-5.2.0.tgz\",\n- \"integrity\": \"sha512-jtdNFfFW1hB7sMhr/H6...
PHP
MIT License
bolt/core
Update Kakunin dependencies
95,144
11.09.2019 15:47:21
-7,200
13ccf45d7e646d525d9e734f9129181f43f5e428
Let's try Xenial, then
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "language: php\n-dist: trusty\n+dist: xenial\nsudo: false\naddons:\n@@ -35,7 +35,7 @@ install:\n- COMPOSER_MEMORY_LIMIT=-1 composer update $COMPOSER_FLAGS\n- nvm install 12.5\n- npm ci\n- - cd tests/e2e && npm c...
PHP
MIT License
bolt/core
Let's try Xenial, then
95,144
11.09.2019 16:00:38
-7,200
deb6dc1d44c7967881acbd6b2b638c3c7b13cc9f
Let's poke about some more
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -35,6 +35,8 @@ install:\n- COMPOSER_MEMORY_LIMIT=-1 composer update $COMPOSER_FLAGS\n- nvm install 12.5\n- npm ci\n+ - mkdir -p ./var/log/e2e-reports/report/features/\n+ - touch ./var/log/e2e-reports/report/...
PHP
MIT License
bolt/core
Let's poke about some more
95,144
11.09.2019 14:32:49
-7,200
f87c5a3c5018516915ab2759f355acc85568eaba
Simplify "fields" a bit.
[ { "change_type": "MODIFY", "old_path": "public/theme/skeleton/record.twig", "new_path": "public/theme/skeleton/record.twig", "diff": "{# Output all fields, in the order as defined in the content type.\nTo change the generated html and configure the options, see:\nhttps://docs.bolt.cm/templating #}\n...
PHP
MIT License
bolt/core
Simplify "fields" a bit.
95,144
11.09.2019 14:51:28
-7,200
4fb2150caeb5557ecaf89c9f127525f834895c41
When pressing enter, save the record instead of previewing it
[ { "change_type": "MODIFY", "old_path": "templates/content/edit.html.twig", "new_path": "templates/content/edit.html.twig", "diff": "<input type=\"hidden\" name=\"_csrf_token\" value=\"{{ csrf_token('editrecord') }}\">\n<input type=\"hidden\" name=\"_edit_locale\" value=\"{{ currentlocale }}\">\n+ {#...
PHP
MIT License
bolt/core
When pressing enter, save the record instead of previewing it
95,144
11.09.2019 18:15:00
-7,200
27bc2d8df8ed3c52f46879b9551a4bef9c3bde73
Allowing focal point settings for thumbnail images
[ { "change_type": "MODIFY", "old_path": "assets/scss/vendor/bootstrap/bootstrap.scss", "new_path": "assets/scss/vendor/bootstrap/bootstrap.scss", "diff": "@import \"~bootstrap/scss/custom-forms\";\n@import \"~bootstrap/scss/card\";\n@import \"~bootstrap/scss/alert\";\n+@import \"~bootstrap/scss/media...
PHP
MIT License
bolt/core
Allowing focal point settings for thumbnail images
95,144
12.09.2019 16:08:07
-7,200
819c99526a8a0948483c10c82c0d870ff9049134
Allow for eventlisteners in extensions
[ { "change_type": "MODIFY", "old_path": "src/Event/Subscriber/ExtensionSubscriber.php", "new_path": "src/Event/Subscriber/ExtensionSubscriber.php", "diff": "@@ -9,9 +9,11 @@ use Bolt\\Extension\\ExtensionRegistry;\nuse Bolt\\Widgets;\nuse Symfony\\Component\\Console\\ConsoleEvents;\nuse Symfony\\Comp...
PHP
MIT License
bolt/core
Allow for eventlisteners in extensions
95,144
13.09.2019 15:54:55
-7,200
9b783f85047874b478b863bcc7ad09c248dff111
Preparing release 4.0.0-beta3
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"bolt/common\": \"^2.1.0\",\n\"cocur/slugify\": \"^3.2\",\n\"composer/composer\": \"^1.9\",\n- \"doctrine/annotations\": \"^1.6\",\n+ \"doctrine/annotations\": \"^1.7\",\n\"doctrine/doctrine-bundle\": \"^1...
PHP
MIT License
bolt/core
Preparing release 4.0.0-beta3
95,144
15.09.2019 15:44:37
-7,200
89d36dd3d7c3e017bdd44def3245257240cbd4e3
Make sidebar menu show `(Untitled)` instead of "blank" for records without title.
[ { "change_type": "MODIFY", "old_path": "assets/js/app/sidebar/Components/Menu/_SubMenu.vue", "new_path": "assets/js/app/sidebar/Components/Menu/_SubMenu.vue", "diff": "<a :href=\"subitem.editLink\">\n<i class=\"fas fa-fw mr-2\" :class=\"subitem.icon\"></i>\n<!-- eslint-disable-next-line vue/no-v-htm...
PHP
MIT License
bolt/core
Make sidebar menu show `(Untitled)` instead of "blank" for records without title.
95,144
17.09.2019 21:54:45
-7,200
da4a5cc3151c1b97d75a44b6aa3f071ea8491eff
Fix upload fields, token was broken
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Image.vue", "new_path": "assets/js/app/editor/Components/Image.vue", "diff": "@@ -129,7 +129,7 @@ export default {\nreturn this.name + '[]';\n},\ntoken() {\n- return this.csrf_token;\n+ return this.csrfToken;\n},\n},\nmounted() ...
PHP
MIT License
bolt/core
Fix upload fields, token was broken
95,169
17.09.2019 13:40:51
25,200
955eef4824ffb4a0e18347d8f909890306cf0f9f
Issue [#514](https://github.com/bolt/core/issues/514) Changed the repository method to accept the credential(string) and has the storage engine compare the lowercase values. At least this is consistent to the strings compared so it should be a consistent experience
[ { "change_type": "MODIFY", "old_path": "src/Repository/UserRepository.php", "new_path": "src/Repository/UserRepository.php", "diff": "@@ -20,4 +20,27 @@ class UserRepository extends ServiceEntityRepository\n$user = $this->findOneBy(['username' => $username]);\nreturn $user instanceof User ? $user : ...
PHP
MIT License
bolt/core
Issue [#514](https://github.com/bolt/core/issues/514) Changed the repository method to accept the credential(string) and has the storage engine compare the lowercase values. At least this is consistent to the strings compared so it should be a consistent experience
95,169
18.09.2019 15:32:18
25,200
e4febd2a5dbdfb7541eef965fcc246013e2ee216
empty password throws 500 '', null, and [] all empty. If attempting validation, fail. If admin trying to edit user, don't update password
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/UserEditController.php", "new_path": "src/Controller/Backend/UserEditController.php", "diff": "@@ -103,7 +103,7 @@ class UserEditController extends TwigAwareController implements BackendZone\n]);\n}\n- if ($request->get('password') !== n...
PHP
MIT License
bolt/core
#625 empty password throws 500 '', null, and [] all empty. If attempting validation, fail. If admin trying to edit user, don't update password
95,169
19.09.2019 11:25:40
25,200
1ea73bfc9d13622772c72f61390748f24f638c4f
Add Password Strength Bar Modified Password.vue to add optional ProgressBar Added zxcvbn library to test password strength Added library to templates that use it Changed Twig variable away from 'user' (overwrites logged in 'user')
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Password.vue", "new_path": "assets/js/app/editor/Components/Password.vue", "diff": "<div class=\"input-group-prepend\">\n<input\n:id=\"id\"\n+ ref=\"inputField\"\nclass=\"form-control\"\ntype=\"password\"\n:name=\"name\"\n:value...
PHP
MIT License
bolt/core
#516 Add Password Strength Bar Modified Password.vue to add optional ProgressBar Added zxcvbn library to test password strength Added library to templates that use it Changed Twig variable away from 'user' (overwrites logged in 'user')
95,144
20.09.2019 18:36:24
-7,200
e57a23421d7ce7ea1a2e1580ae73d674d841ed84
Use `json_extract` to get values from JSON-ified columns.
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"php-translation/symfony-bundle\": \"^0.9\",\n\"phpdocumentor/reflection-docblock\": \"^4.3\",\n\"psr/simple-cache\": \"^1.0\",\n+ \"scienta/doctrine-json-functions\": \"^4.0\",\n\"sensio/framework-extra-b...
PHP
MIT License
bolt/core
Use `json_extract` to get values from JSON-ified columns.
95,144
21.09.2019 14:57:36
-7,200
7919e32bd092b07ce1d48e67b34956c5834093db
Refactor objects passed into extensions.
[ { "change_type": "MODIFY", "old_path": "src/Event/Subscriber/ExtensionSubscriber.php", "new_path": "src/Event/Subscriber/ExtensionSubscriber.php", "diff": "@@ -7,6 +7,7 @@ namespace Bolt\\Event\\Subscriber;\nuse Bolt\\Configuration\\Config;\nuse Bolt\\Extension\\ExtensionRegistry;\nuse Bolt\\Widgets...
PHP
MIT License
bolt/core
Refactor objects passed into extensions.
95,144
22.09.2019 19:59:29
-7,200
771d6b24473cbdadafa86b0a06270f213d0324c2
Various DX improvements: ContentRepository::findOneByFieldValue, Content::setDefinition, Content::setFieldValue
[ { "change_type": "MODIFY", "old_path": "src/Configuration/Config.php", "new_path": "src/Configuration/Config.php", "diff": "@@ -168,4 +168,9 @@ class Config\n{\nreturn new Collection($this->get('general/accept_media_types'));\n}\n+\n+ public function getContentType(string $name): ?Collection\n+ {\n+...
PHP
MIT License
bolt/core
Various DX improvements: ContentRepository::findOneByFieldValue, Content::setDefinition, Content::setFieldValue
95,144
23.09.2019 20:30:31
-7,200
ceaeb4ede61876b2d9b73a7db6361d6aa53cad67
Improve sorting and set a default for `{% setcontent limit %}`
[ { "change_type": "MODIFY", "old_path": "src/Repository/ContentRepository.php", "new_path": "src/Repository/ContentRepository.php", "diff": "@@ -63,9 +63,14 @@ class ContentRepository extends ServiceEntityRepository\n->setParameter('taxonomySlug', $taxonomy);\n}\n- if ($sortBy && \\in_array($sortBy, ...
PHP
MIT License
bolt/core
Improve sorting and set a default for `{% setcontent limit %}`
95,144
23.09.2019 20:47:53
-7,200
daf1d4ce6ab495ba1e84e83d04870e7d1a09eb6e
Sane default for `sort`
[ { "change_type": "MODIFY", "old_path": "src/Configuration/Parser/ContentTypesParser.php", "new_path": "src/Configuration/Parser/ContentTypesParser.php", "diff": "@@ -94,7 +94,7 @@ class ContentTypesParser extends BaseParser\n$contentType['show_in_menu'] = true;\n}\nif (! isset($contentType['sort']))...
PHP
MIT License
bolt/core
Sane default for `sort`
95,155
24.09.2019 14:15:20
-7,200
45d276844b0df5b672d9204cd05959e6164163a8
fix(config): fix form_themes in twig config
[ { "change_type": "MODIFY", "old_path": "config/packages/twig.yaml", "new_path": "config/packages/twig.yaml", "diff": "@@ -2,8 +2,8 @@ twig:\ndebug: '%kernel.debug%'\nstrict_variables: true\nform_themes:\n- - 'form/layout.twig'\n- - 'form/fields.twig'\n+ - '@bolt/form/layout.html.twig'\n+ - '@bolt/fo...
PHP
MIT License
bolt/core
fix(config): fix form_themes in twig config
95,144
25.09.2019 09:07:40
-7,200
cf1a7b0e8ace7bf17f483f432a53ca41dacbb10e
Allowing Twig\Markup for |excerpt filter
[ { "change_type": "MODIFY", "old_path": "src/Twig/ContentExtension.php", "new_path": "src/Twig/ContentExtension.php", "diff": "@@ -15,6 +15,7 @@ use Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface;\nuse Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface;\nuse Tightenco\\Colle...
PHP
MIT License
bolt/core
Allowing Twig\Markup for |excerpt filter
95,144
25.09.2019 17:22:27
-7,200
02cff698e31e47ea494df8088051dc01102d5610
Improving pagers, adding 'barebones' backend page for extensions
[ { "change_type": "MODIFY", "old_path": "templates/content/listing.html.twig", "new_path": "templates/content/listing.html.twig", "diff": "</div>\n</div>\n+ <div class=\"card\">\n+ <div class=\"card-header\">\n+ {{ 'title.contentType'|trans }} {{ contentType.name }}\n+ </div>\n+ <div class=\"card-bod...
PHP
MIT License
bolt/core
Improving pagers, adding 'barebones' backend page for extensions
95,144
26.09.2019 13:27:53
-7,200
0a1e9f064cdb87377b622991b180cc0efd7ec65a
Add support for `general/omit_backgrounds` configuration option
[ { "change_type": "MODIFY", "old_path": "assets/scss/layout/_login.scss", "new_path": "assets/scss/layout/_login.scss", "diff": "html#login {\n- background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0.4)), url(https://source.unsplash.com/daily);\n+ background: linear-gradient(rgba(0, 0,...
PHP
MIT License
bolt/core
Add support for `general/omit_backgrounds` configuration option
95,143
28.09.2019 09:36:34
-7,200
b087f19b7b2798effddb44e23269d8788b346899
Update from Stretch to Buster Update the base container to explicitly use Buster (or the same issue we ran into now is going to crop up whenever Debian has a new release out) Use the appropriate ttf-fonts package for Buster
[ { "change_type": "MODIFY", "old_path": "docker/php/Dockerfile", "new_path": "docker/php/Dockerfile", "diff": "-# https://github.com/docker-library/php/blob/master/7.3/stretch/fpm/Dockerfile\n-FROM php:7.3-fpm\n+# https://github.com/docker-library/php/blob/master/7.3/buster/fpm/Dockerfile\n+FROM php:...
PHP
MIT License
bolt/core
Update from Stretch to Buster - Update the base container to explicitly use Buster (or the same issue we ran into now is going to crop up whenever Debian has a new release out) - Use the appropriate ttf-fonts package for Buster
95,144
28.09.2019 12:18:41
-7,200
9238e2084aac757afa19617e553ba12dec0dff7f
Fix trailing comma in `__toString` method
[ { "change_type": "MODIFY", "old_path": "src/Entity/Field.php", "new_path": "src/Entity/Field.php", "diff": "@@ -86,13 +86,13 @@ class Field implements Translatable, FieldInterface\npublic function __toString(): string\n{\n- $value = '';\n+ $value = [];\n$iterator = new \\RecursiveIteratorIterator(ne...
PHP
MIT License
bolt/core
Fix trailing comma in `__toString` method
95,144
28.09.2019 13:29:30
-7,200
8786c7dbd4ff97a3e7acf81748db487d1a261990
Finetuning the "Edit User" screen
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Password.vue", "new_path": "assets/js/app/editor/Components/Password.vue", "diff": "v-if=\"strength\"\nref=\"progressBar\"\nmax=\"4\"\n- height=\"2px\"\n+ height=\"4px\"\n></progress-bar>\n</div>\n</template>\n" }, { "ch...
PHP
MIT License
bolt/core
Finetuning the "Edit User" screen
95,144
28.09.2019 13:37:34
-7,200
0161cf30518360aa8d2a7e5cfef0132d9424f7c0
Updating Profile edit screen too
[ { "change_type": "MODIFY", "old_path": "templates/users/edit.html.twig", "new_path": "templates/users/edit.html.twig", "diff": "{% endblock %}\n{% block aside %}\n- <div id=\"metadata\">\n+ <div id=\"metadata\" class=\"d-none d-xl-block\">\n<form class=\"ui form\">\n<div class=\"card mb-3\">\n<div c...
PHP
MIT License
bolt/core
Updating Profile edit screen too
95,144
28.09.2019 13:46:45
-7,200
d6750b6dd562e71f4ac4f6874df79b6bb26036c7
Change file_exists -> is_readable
[ { "change_type": "MODIFY", "old_path": "src/Command/CopyAssetsCommand.php", "new_path": "src/Command/CopyAssetsCommand.php", "diff": "@@ -126,7 +126,7 @@ class CopyAssetsCommand extends Command\n$composerFilePath = $container->getParameter('kernel.project_dir').'/composer.json';\n- if (! file_exists...
PHP
MIT License
bolt/core
Change file_exists -> is_readable
95,144
28.09.2019 14:49:22
-7,200
1cf746585053c0267c2dd01c3b84c434fea02f61
Spring cleaning: composer and npm updates
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "}\n},\n\"@babel/core\": {\n- \"version\": \"7.6.0\",\n- \"resolved\": \"https://registry.npmjs.org/@babel/core/-/core-7.6.0.tgz\",\n- \"integrity\": \"sha512-FuRhDRtsd6IptKpHXAa+4WPZYY2ZzgowkbLBecED...
PHP
MIT License
bolt/core
Spring cleaning: composer and npm updates
95,144
28.09.2019 17:29:51
-7,200
8236e7b331be8e6f28b6d7742f443c860af517dc
Making `type: select` fields work with selecting from a ContentType.
[ { "change_type": "MODIFY", "old_path": "config/bolt/config.yaml", "new_path": "config/bolt/config.yaml", "diff": "@@ -114,6 +114,10 @@ listing_template: listing.twig\nlisting_records: 6\nlisting_sort: datepublish DESC\n+# Maximum amount of items to show in a `<select>` for picking a record. For\n+# ...
PHP
MIT License
bolt/core
Making `type: select` fields work with selecting from a ContentType.
95,144
29.09.2019 08:42:37
-7,200
04b51674e690364d52b3a9f3c6f085f305e061ac
fix `is_iterable`
[ { "change_type": "MODIFY", "old_path": "src/Twig/RecordExtension.php", "new_path": "src/Twig/RecordExtension.php", "diff": "@@ -97,7 +97,7 @@ class RecordExtension extends AbstractExtension\n{\n$values = $field->getDefinition()->get('values');\n- if (is_array($values)) {\n+ if (is_iterable($values))...
PHP
MIT License
bolt/core
fix `is_iterable`
95,144
29.09.2019 12:48:18
-7,200
3731a8ef97ce5e1f58f29bdf0d32653edf013a03
[chore] Typehinting and minor cleanup in TwigExtensions
[ { "change_type": "MODIFY", "old_path": "src/Twig/ArrayExtension.php", "new_path": "src/Twig/ArrayExtension.php", "diff": "@@ -19,7 +19,7 @@ final class ArrayExtension extends AbstractExtension\n/**\n* {@inheritdoc}\n*/\n- public function getFunctions()\n+ public function getFunctions(): array\n{\n$s...
PHP
MIT License
bolt/core
[chore] Typehinting and minor cleanup in TwigExtensions
95,144
30.09.2019 16:55:07
-7,200
40a2125570c8154234c0f9b8743c575c2274da48
Add `type: templateselect` field
[ { "change_type": "ADD", "old_path": null, "new_path": "public/theme/skeleton/custom/setcontent_1.twig", "diff": "+{% extends 'partials/_master.twig' %}\n+\n+{% block main %}\n+\n+ <h1>One </h1>\n+ {% setcontent entries = \"entries/latest/4\" %}\n+ {{ dump(entries) }}\n+ {% for entry in entries %}\n+...
PHP
MIT License
bolt/core
Add `type: templateselect` field
95,144
30.09.2019 19:51:09
-7,200
daa894b5d6be765739e7380a164f74dbcdb33077
updating listing
[ { "change_type": "MODIFY", "old_path": "public/theme/skeleton/custom/setcontent_1.twig", "new_path": "public/theme/skeleton/custom/setcontent_1.twig", "diff": "{% extends 'partials/_master.twig' %}\n+{% macro isbigger(a, b) %}\n+ {% if a >= b %}== yes =={% else %}== no =={% endif %}\n+{% endmacro %}...
PHP
MIT License
bolt/core
updating listing
95,144
30.09.2019 21:12:13
-7,200
b47700beed6b922f90b9a72bc29fd85fdf499c93
Working on setcontent
[ { "change_type": "MODIFY", "old_path": "config/bolt/contenttypes.yaml", "new_path": "config/bolt/contenttypes.yaml", "diff": "@@ -93,7 +93,7 @@ pages:\ntype: templateselect\nfilter: '*.twig'\ntaxonomy: [ groups ]\n-\n+ listing_records: 6\n# Entries can be used for things like 'news' or 'blogpostings...
PHP
MIT License
bolt/core
Working on setcontent
95,144
01.10.2019 17:32:05
-7,200
6b4cbae96f689d957a2a6e6228c18f9313eabd79
Working on JSON stuff
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Doctrine/UseJsonFunctions.php", "diff": "+<?php\n+\n+declare(strict_types=1);\n+\n+namespace Bolt\\Doctrine;\n+\n+use Doctrine\\DBAL\\Platforms\\MariaDb1027Platform;\n+use Doctrine\\DBAL\\Platforms\\MySQL57Platform;\n+use Doctrine\\DBAL\\Pla...
PHP
MIT License
bolt/core
Working on JSON stuff
95,144
02.10.2019 17:07:55
-7,200
073a69a6f4341e5ab09f6210bad95b9010ff222b
Making pagers tick
[ { "change_type": "MODIFY", "old_path": "public/theme/skeleton/custom/setcontent_1.twig", "new_path": "public/theme/skeleton/custom/setcontent_1.twig", "diff": "<section id=\"two\">\n<h1>Two</h1>\n- {% setcontent pages = \"pages\" limit 20 %}\n+ {% setcontent pages = \"pages, entries\" limit 4 %}\nRe...
PHP
MIT License
bolt/core
Making pagers tick
95,144
03.10.2019 17:17:22
-7,200
a5ccd7aa033b9ec1eb8860d6cd4a4a1b7bbde64c
Add database platform and version to 'About' and 'bolt:info'
[ { "change_type": "MODIFY", "old_path": "src/Command/InfoCommand.php", "new_path": "src/Command/InfoCommand.php", "diff": "@@ -16,6 +16,16 @@ class InfoCommand extends Command\nprotected static $defaultName = 'bolt:info';\n+ /** @var \\Bolt\\Doctrine\\Version */\n+ private $doctrineVersion;\n+\n+ pub...
PHP
MIT License
bolt/core
Add database platform and version to 'About' and 'bolt:info'
95,144
04.10.2019 06:31:29
-7,200
896d599e21c9e133c4bc1758c9081b9e3bd6244b
try/catch for `\PDO::ATTR_CONNECTION_STATUS`
[ { "change_type": "MODIFY", "old_path": "src/Doctrine/Version.php", "new_path": "src/Doctrine/Version.php", "diff": "@@ -49,10 +49,16 @@ class Version\n[$client_version] = explode(' - ', $wrapped->getAttribute(\\PDO::ATTR_CLIENT_VERSION));\n+ try {\n+ $status = $wrapped->getAttribute(\\PDO::ATTR_CONN...
PHP
MIT License
bolt/core
try/catch for `\PDO::ATTR_CONNECTION_STATUS`
95,144
04.10.2019 08:25:04
-7,200
097ef8c82d7b8af5990e56a2320473c13d448e84
Sync Makefile and Dockerfile between `core` and `project`
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "-start:\n+DC_RUN ?= docker-compose run --rm\n+\n+.PHONY: help install build-assets copy-assets server server-stop cache csclear cscheck csfix csfix-tests stancheck test \\\n+behat e2e full-test db-create db-update db...
PHP
MIT License
bolt/core
Sync Makefile and Dockerfile between `core` and `project`
95,192
04.10.2019 15:20:36
-7,200
3ee27d3629ddb2de065b1eafb0833662b9cf7134
fix aligment main container and grid gutter on breakpoints
[ { "change_type": "MODIFY", "old_path": "assets/scss/layout/_admin.scss", "new_path": "assets/scss/layout/_admin.scss", "diff": "@@ -96,14 +96,14 @@ body {\n}\n&--container {\n- padding: $spacer * 0.625;\n+ padding: $spacer*0.625; //do not just change this as it's tied to the main grid and other padd...
PHP
MIT License
bolt/core
fix aligment main container and grid gutter on breakpoints
95,192
04.10.2019 16:54:08
-7,200
c6242a24abf0128ff77e016c24161b93b6118463
redo some menu label logic to incororate sr-only content in the label and fix not showing label by default
[ { "change_type": "MODIFY", "old_path": "templates/_base/layout.html.twig", "new_path": "templates/_base/layout.html.twig", "diff": "</h1>\n<button class=\"admin-sidebar-toggler btn btn-md\">\n- <span class=\"sr-only\">{{ 'admin_sidebar_toggler.toggle'|trans }}</span>\n+ <span class=\"admin-sidebar-t...
PHP
MIT License
bolt/core
redo some menu label logic to incororate sr-only content in the label and fix not showing label by default
95,144
04.10.2019 17:06:17
-7,200
00d789352ad31824312e70989ba2f55c9c4f0d28
Fix setcontent when trying to order on the same non-standard column twice
[ { "change_type": "MODIFY", "old_path": "config/bolt/contenttypes.yaml", "new_path": "config/bolt/contenttypes.yaml", "diff": "@@ -292,6 +292,7 @@ blocks:\nsearchable: false\nicon_many: \"fa:cubes\"\nicon_one: \"fa:cube\"\n+ sort: title\n# This contenttype is here to use for (automated) tests.\ntests...
PHP
MIT License
bolt/core
Fix setcontent when trying to order on the same non-standard column twice
95,144
05.10.2019 09:48:15
-7,200
a9ce7c083909172a46b7675e6f470107fb0c7f68
[chore] Updating NPM deps
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"integrity\": \"sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==\"\n},\n\"autoprefixer\": {\n- \"version\": \"9.6.1\",\n- \"resolved\": \"https://regi...
PHP
MIT License
bolt/core
[chore] Updating NPM deps
95,176
05.10.2019 22:47:47
-7,200
a6d2b99ab73cf234f5baa4568417fd9128c2e8d6
Fix singleton contentType menu bug when no record exists
[ { "change_type": "MODIFY", "old_path": "assets/js/app/sidebar/Components/Menu/index.vue", "new_path": "assets/js/app/sidebar/Components/Menu/index.vue", "diff": "@@ -40,7 +40,7 @@ export default {\nprops: ['menu'],\nmethods: {\nsingleton(item) {\n- if (item.submenu !== null) {\n+ if (item.submenu.le...
PHP
MIT License
bolt/core
Fix singleton contentType menu bug when no record exists
95,176
06.10.2019 11:03:03
-7,200
197be30feda7af4bb0428230b968acba956a3298
Fixed typo in property length
[ { "change_type": "MODIFY", "old_path": "assets/js/app/sidebar/Components/Menu/index.vue", "new_path": "assets/js/app/sidebar/Components/Menu/index.vue", "diff": "@@ -40,7 +40,7 @@ export default {\nprops: ['menu'],\nmethods: {\nsingleton(item) {\n- if (item.submenu.lenght && item.submenu !== null) {...
PHP
MIT License
bolt/core
Fixed typo in property length
95,144
06.10.2019 15:14:57
-7,200
98b92c0715cda5c768006fb2a3a708320c0c8f91
Update ContentRepository to use JSON functions
[ { "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\\Common\\Json;\nuse Bolt\\Configuration\\Content\\ContentType;\n+use Bolt\\Doctrine\\Version;\nuse Bolt\\E...
PHP
MIT License
bolt/core
Update ContentRepository to use JSON functions
95,144
08.10.2019 16:58:30
-7,200
9930ad4249085b5a93b004e5361c8436833f0d6e
Handling JSON in doctrine queries slightly nicer
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Doctrine/JsonHelper.php", "diff": "+<?php\n+\n+declare(strict_types=1);\n+\n+namespace Bolt\\Doctrine;\n+\n+use Bolt\\Common\\Json;\n+use Doctrine\\DBAL\\Platforms\\MariaDb1027Platform;\n+use Doctrine\\DBAL\\Platforms\\MySQL57Platform;\n+use...
PHP
MIT License
bolt/core
Handling JSON in doctrine queries slightly nicer