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,112
11.01.2019 17:23:48
-3,600
afcedc9a0fe83202db5ab92070a0141822a73c9a
further refactor, tests are still failing
[ { "change_type": "MODIFY", "old_path": "src/Content/ContentType.php", "new_path": "src/Content/ContentType.php", "diff": "@@ -19,12 +19,13 @@ final class ContentType extends Collection\nreturn new self($contentTypesConfig->get($name));\n}\n- foreach ($contentTypesConfig as $item => $value) {\n- if (...
PHP
MIT License
bolt/core
further refactor, tests are still failing
95,112
14.01.2019 10:51:48
-3,600
8ab06d73a2d0d72e2a9b88db1176dcbde16c0a23
refactor content magic
[ { "change_type": "MODIFY", "old_path": "public/theme/skeleton/partials/_recordfooter.twig", "new_path": "public/theme/skeleton/partials/_recordfooter.twig", "diff": "{{ include('partials/_sub_taxonomylinks.twig', { record: record }) }}\n</p>\n+ {# @todo refactor to eg. record_prevoius(record, field=...
PHP
MIT License
bolt/core
refactor content magic
95,112
14.01.2019 12:52:46
-3,600
9599d94b23d2a6acd7ef09686cd0165c133ed987
refactor final fixes
[ { "change_type": "MODIFY", "old_path": "src/Controller/BaseController.php", "new_path": "src/Controller/BaseController.php", "diff": "@@ -53,7 +53,7 @@ class BaseController extends AbstractController\n// Resolve string|array of templates into the first one that is found.\nif (is_array($template)) {\...
PHP
MIT License
bolt/core
refactor final fixes
95,112
14.01.2019 15:35:34
-3,600
61a5deeb75e412f848ea1a0d84fa19ead40a23db
kakunin upgrade
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "@@ -36,7 +36,6 @@ appveyor.yml\n!/var/cache/.gitkeep\n/var/log/*\n!/var/log/.gitkeep\n-!/var/log/e2e-reports/report/.gitkeep\n/var/data/*\n!/var/data/.gitkeep\n/var/sessions/*\n" }, { "change_type": "MODI...
PHP
MIT License
bolt/core
kakunin upgrade
95,112
14.01.2019 14:39:12
-3,600
9181130f405ff34c1c150f25bd3b7d009a712103
kakunin custom steps
[ { "change_type": "MODIFY", "old_path": "tests/e2e/README.md", "new_path": "tests/e2e/README.md", "diff": "@@ -15,11 +15,24 @@ node ./node_modules/protractor/bin/webdriver-manager update --gecko=false\nUsage\n---\n-Run tests with:\n+Run all tests with:\n```\nnpm run kakunin\n```\n+Running only failed...
PHP
MIT License
bolt/core
kakunin custom steps
95,112
14.01.2019 16:39:34
-3,600
2c686145a4ee3f912cfa2a86b05dbc3b9552f27c
edit record test
[ { "change_type": "MODIFY", "old_path": "tests/e2e/features/display_record.feature", "new_path": "tests/e2e/features/display_record.feature", "diff": "Feature: Display record\n- @wip\nScenario: As a user I want to display a single record\nWhen I visit the \"single_record\" page\nThen I wait for \"tit...
PHP
MIT License
bolt/core
edit record test
95,144
14.01.2019 17:23:18
-3,600
70f3b0f27e2a5f7cab8c8a5d4f651e667e1e0e28
Delete phpcs.xml.dist, because we have ECS
[ { "change_type": "DELETE", "old_path": "phpcs.xml.dist", "new_path": null, "diff": "-<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n-\n-<ruleset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n- xsi:noNamespaceSchemaLocation=\"vendor/squizlabs/php_codesniffer/phpcs.xsd\">\n-\n- <arg name=\"bas...
PHP
MIT License
bolt/core
Delete phpcs.xml.dist, because we have ECS
95,112
15.01.2019 08:32:27
-3,600
5886c8deca8ed97acbae2a39bdfca31c87da4b51
remove edit_record page object
[ { "change_type": "MODIFY", "old_path": "tests/e2e/features/edit_record.feature", "new_path": "tests/e2e/features/edit_record.feature", "diff": "@@ -4,11 +4,10 @@ Feature: Edit record\nWhen I visit the \"pages_overview\" page\nAnd I click the \"edit_button\" element\n- Then the \"edit_record\" page i...
PHP
MIT License
bolt/core
remove edit_record page object
95,112
15.01.2019 14:19:55
-3,600
f5e2718adab88b0002c31a59270e76271f735dad
Slugify as singleton
[ { "change_type": "MODIFY", "old_path": "src/Configuration/Parser/ContentTypesParser.php", "new_path": "src/Configuration/Parser/ContentTypesParser.php", "diff": "@@ -6,8 +6,7 @@ namespace Bolt\\Configuration\\Parser;\nuse Bolt\\Common\\Arr;\nuse Bolt\\Enum\\Statuses;\n-use Bolt\\Helpers\\Str;\n-use ...
PHP
MIT License
bolt/core
Slugify as singleton
95,144
14.01.2019 17:01:10
-3,600
0a6f871d5a442432408db9bc6373681fffdae847
Minor fixes and cleanup for taxonomies
[ { "change_type": "MODIFY", "old_path": "src/Configuration/Parser/TaxonomyParser.php", "new_path": "src/Configuration/Parser/TaxonomyParser.php", "diff": "@@ -40,7 +40,14 @@ class TaxonomyParser extends BaseParser\n$taxonomy['allow_spaces'] = false;\n}\nif (! isset($taxonomy['allow_empty'])) {\n- $ta...
PHP
MIT License
bolt/core
Minor fixes and cleanup for taxonomies
95,144
14.01.2019 18:07:24
-3,600
40e313625ad95baceb96526561cec158aff9e613
Explicitly type-cast bools in Twig
[ { "change_type": "MODIFY", "old_path": "templates/content/_taxonomies.html.twig", "new_path": "templates/content/_taxonomies.html.twig", "diff": ":name=\"'taxonomy[{{ definition.slug }}]'\"\n:id=\"'taxonomy-{{ definition.slug }}'\"\n:options=\"{{ options|json_encode() }}\"\n- :multiple=\"{{ definiti...
PHP
MIT License
bolt/core
Explicitly type-cast bools in Twig
95,144
16.01.2019 07:28:51
-3,600
95afd2b06a1f768d99dbe8016319fadd1fc37fc0
Don't "Humanize" name attribute.
[ { "change_type": "MODIFY", "old_path": "src/Entity/Taxonomy.php", "new_path": "src/Entity/Taxonomy.php", "diff": "@@ -143,10 +143,6 @@ class Taxonomy\npublic function setName(string $name): self\n{\n- if ($name === mb_strtolower($name)) {\n- $name = Str::humanize($name);\n- }\n-\n$this->name = $name...
PHP
MIT License
bolt/core
Don't "Humanize" name attribute.
95,144
16.01.2019 10:35:01
-3,600
e3064592364e040168b741a321a462a42db4447f
Requested change to Taxonomy.php
[ { "change_type": "MODIFY", "old_path": "src/Entity/Taxonomy.php", "new_path": "src/Entity/Taxonomy.php", "diff": "@@ -69,14 +69,14 @@ class Taxonomy\n/**\n* @return Taxonomy\n*/\n- public static function factory(string $type, string $slug, ?string $name = null, ?int $sortorder = null): self\n+ publi...
PHP
MIT License
bolt/core
Requested change to Taxonomy.php
95,144
16.01.2019 11:33:38
-3,600
14c604a92f4916f385e20aac1d14b68e5accbfd7
Add to TaxonomyRepositoryTest
[ { "change_type": "MODIFY", "old_path": "tests/php/Repository/TaxonomyRepositoryTest.php", "new_path": "tests/php/Repository/TaxonomyRepositoryTest.php", "diff": "@@ -7,6 +7,11 @@ namespace Bolt\\Tests\\Repository;\nuse Bolt\\Entity\\Taxonomy;\nuse Symfony\\Bundle\\FrameworkBundle\\Test\\KernelTestCa...
PHP
MIT License
bolt/core
Add @todo to TaxonomyRepositoryTest
95,112
16.01.2019 13:50:11
-3,600
84dfebee1d3fef126899d8c59a525823e97cfa8b
fix composer for travis
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"symplify/easy-coding-standard\": \"^5.2\"\n},\n\"repositories\": [\n- { \"type\": \"vcs\", \"url\": \"https://github.com/jarjak/php-matcher\" }\n+ { \"type\": \"vcs\", \"url\": \"https://github.com/jarjak...
PHP
MIT License
bolt/core
fix composer for travis
95,112
16.01.2019 15:30:04
-3,600
65169ae6670be5bf7f4dee749f9afbfac6284d66
magic content fixes
[ { "change_type": "MODIFY", "old_path": "public/theme/skeleton/index.twig", "new_path": "public/theme/skeleton/index.twig", "diff": "{% if record is defined %}\n- <h1>{{ record.title }}</h1>\n+ <h1><a href=\"{{ record.link }}\">{{ record.title }}</a></h1>\n{# Remove this block if you don't need it an...
PHP
MIT License
bolt/core
magic content fixes
95,144
16.01.2019 22:38:50
-3,600
739fef591542434151d3a5d82d14ed79387b2428
Cache config files
[ { "change_type": "MODIFY", "old_path": "src/Configuration/Config.php", "new_path": "src/Configuration/Config.php", "diff": "@@ -8,6 +8,8 @@ use Bolt\\Common\\Arr;\nuse Bolt\\Configuration\\Parser\\ContentTypesParser;\nuse Bolt\\Configuration\\Parser\\GeneralParser;\nuse Bolt\\Configuration\\Parser\\...
PHP
MIT License
bolt/core
Cache config files
95,144
17.01.2019 14:10:36
-3,600
6936c92b21d1d4c37d31fca235307ece35295d15
Don't use `__DIR__`
[ { "change_type": "MODIFY", "old_path": "config/services.yaml", "new_path": "config/services.yaml", "diff": "@@ -18,6 +18,7 @@ services:\n$locales: '%app_locales%'\n$defaultLocale: '%locale%'\n$emailSender: '%app.notifications.email_sender%'\n+ $projectDir: '%kernel.project_dir%'\n# makes classes in ...
PHP
MIT License
bolt/core
Don't use `__DIR__`
95,144
17.01.2019 14:22:34
-3,600
4124b993fe6b1f049b3475b8da45a09b217f4cf5
Set cache files at same time
[ { "change_type": "MODIFY", "old_path": "src/Configuration/Config.php", "new_path": "src/Configuration/Config.php", "diff": "@@ -48,8 +48,8 @@ class Config\nif ($this->validCache()) {\n$data = $this->getCache();\n} else {\n- $data = $this->parseConfig();\n- $this->setCache($data);\n+ [$data, $timesta...
PHP
MIT License
bolt/core
Set cache files at same time
95,144
17.01.2019 14:48:56
-3,600
6eb7a38b4a435a6c303c5f6d524ed90d9b7a8752
Inject CacheInterface
[ { "change_type": "MODIFY", "old_path": "src/Configuration/Config.php", "new_path": "src/Configuration/Config.php", "diff": "@@ -9,7 +9,7 @@ use Bolt\\Configuration\\Parser\\BaseParser;\nuse Bolt\\Configuration\\Parser\\ContentTypesParser;\nuse Bolt\\Configuration\\Parser\\GeneralParser;\nuse Bolt\\C...
PHP
MIT License
bolt/core
Inject CacheInterface
95,144
21.01.2019 19:25:32
-3,600
bc729fae77a901c7f8cb967c473557868c4fe22d
Don't break if Contenttype has no image
[ { "change_type": "MODIFY", "old_path": "src/Entity/ContentMagicTrait.php", "new_path": "src/Entity/ContentMagicTrait.php", "diff": "@@ -200,11 +200,7 @@ trait ContentMagicTrait\n}\n}\n- return [\n- 'filename' => '',\n- 'alt' => '',\n- 'path' => '',\n- ];\n+ return [];\n}\n/**\n" } ]
PHP
MIT License
bolt/core
Don't break if Contenttype has no image
95,144
21.01.2019 21:38:03
-3,600
f19e8c733d3a2c10c8968fb8722e474f3c6b730e
No double `Markup` required for text-like fields
[ { "change_type": "MODIFY", "old_path": "src/Storage/Query/Query.php", "new_path": "src/Storage/Query/Query.php", "diff": "@@ -5,24 +5,18 @@ declare(strict_types=1);\nnamespace Bolt\\Storage\\Query;\nuse Bolt\\Entity\\Content;\n-use Bolt\\Twig\\TwigRecordsView;\nclass Query\n{\n/** @var ContentQueryP...
PHP
MIT License
bolt/core
No double `Markup` required for text-like fields
95,132
22.01.2019 11:10:37
-3,600
e828ffb6e251d8d8140454b831cf8388a40af31d
Return value can be Content|QueryResultset|null
[ { "change_type": "MODIFY", "old_path": "src/Storage/Query/Handler/SelectQueryHandler.php", "new_path": "src/Storage/Query/Handler/SelectQueryHandler.php", "diff": "@@ -14,7 +14,7 @@ use Bolt\\Storage\\Query\\SelectQuery;\n*/\nclass SelectQueryHandler\n{\n- public function __invoke(ContentQueryParser...
PHP
MIT License
bolt/core
Return value can be Content|QueryResultset|null
95,132
22.01.2019 11:34:20
-3,600
1ef103fb148b880b5ec388ce80c26af032fd0013
Fix query See
[ { "change_type": "MODIFY", "old_path": "src/Storage/Query/Handler/SelectQueryHandler.php", "new_path": "src/Storage/Query/Handler/SelectQueryHandler.php", "diff": "@@ -14,6 +14,9 @@ use Bolt\\Storage\\Query\\SelectQuery;\n*/\nclass SelectQueryHandler\n{\n+ /**\n+ * @return Content|QueryResultSet|nul...
PHP
MIT License
bolt/core
Fix query See 1624cdc
95,132
22.01.2019 12:20:34
-3,600
9d602d7d8799ecd2415ecd99d478bb678dd61909
Simplify `getContentForTwig`
[ { "change_type": "MODIFY", "old_path": "src/Storage/Query/Query.php", "new_path": "src/Storage/Query/Query.php", "diff": "@@ -70,14 +70,9 @@ class Query\n/**\n* Helper to be called from Twig that is passed via a TwigRecordsView rather than the raw records.\n*/\n- public function getContentForTwig(st...
PHP
MIT License
bolt/core
Simplify `getContentForTwig`
95,132
22.01.2019 14:43:33
-3,600
de5e73d8f03f0be58b33d0a9fdfc9ce446554f8d
Add `@param` phpdoc to `getContentForTwig`
[ { "change_type": "MODIFY", "old_path": "src/Storage/Query/Query.php", "new_path": "src/Storage/Query/Query.php", "diff": "@@ -69,6 +69,11 @@ class Query\n/**\n* Helper to be called from Twig that is passed via a TwigRecordsView rather than the raw records.\n+ *\n+ * @param $textQuery Base part of se...
PHP
MIT License
bolt/core
Add `@param` phpdoc to `getContentForTwig`
95,132
22.01.2019 18:04:23
-3,600
5b67d8ce0bf0d4197e4bf44923d7d3b0ffb488be
Add type hints to phpdoc
[ { "change_type": "MODIFY", "old_path": "src/Storage/Query/Query.php", "new_path": "src/Storage/Query/Query.php", "diff": "@@ -70,9 +70,9 @@ class Query\n/**\n* Helper to be called from Twig that is passed via a TwigRecordsView rather than the raw records.\n*\n- * @param $textQuery Base part of setco...
PHP
MIT License
bolt/core
Add type hints to phpdoc
95,132
22.01.2019 18:16:47
-3,600
8a43d482fc03106d073c54250adb359873650afd
Set correct alignment for phpdoc
[ { "change_type": "MODIFY", "old_path": "src/Storage/Query/Query.php", "new_path": "src/Storage/Query/Query.php", "diff": "@@ -73,7 +73,6 @@ class Query\n* @param string $textQuery The base part like `pages` or `pages/1`\n* @param array $parameters Parameters like `printquery` and `paging`\n* @param ...
PHP
MIT License
bolt/core
Set correct alignment for phpdoc
95,144
23.01.2019 15:24:04
-3,600
2a14b180be3134a63c63f2e2c85d77e889d25bff
Ported `setcontent` tests.
[ { "change_type": "ADD", "old_path": null, "new_path": "tests/php/Twig/AbstractTestTokenParser.php", "diff": "+<?php\n+\n+declare(strict_types=1);\n+\n+namespace Bolt\\Tests\\Twig;\n+\n+use Twig\\Environment;\n+use Twig\\Loader\\LoaderInterface;\n+use Twig\\Node\\Node;\n+use Twig\\Parser;\n+use Twig\...
PHP
MIT License
bolt/core
Ported `setcontent` tests.
95,144
23.01.2019 17:36:39
-3,600
d291716f679216287c0bf751834620b8bbf40bf9
Rename class to TokenParserTestCase
[ { "change_type": "MODIFY", "old_path": "tests/php/Twig/SetcontentTokenParserTest.php", "new_path": "tests/php/Twig/SetcontentTokenParserTest.php", "diff": "@@ -22,7 +22,7 @@ use Twig\\TokenStream;\n* @author Gawain Lynch <gawain.lynch@gmail.com>\n* @author Bob den Otter <bobdenotter@gmail.com>\n*/\n...
PHP
MIT License
bolt/core
Rename class to TokenParserTestCase
95,144
17.01.2019 19:10:07
-3,600
224f7278088db58b77d7bc3133429fe205397c1f
Fixing missing attributes on Dashboard
[ { "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": "<div class=\"listing__row--item is-actions\">\n<ul class=\"listing--actions\">\n<li>\n- <a :href=\"`/bolt/edit/${id}`\" cl...
PHP
MIT License
bolt/core
Fixing missing attributes on Dashboard
95,144
24.01.2019 15:47:51
-3,600
4f3f4b1dbb9f1657e66809cfa0aa5d001f6626d1
Add `allowempty` flag to prevent save record with empty status
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Editor/Select/Select.vue", "new_path": "assets/js/app/editor/Components/Editor/Select/Select.vue", "diff": ":multiple=\"multiple\"\n:taggable=\"taggable\"\n:searchable=\"taggable\"\n+ :allow-empty=\"allowempty\"\ntag-placeholder...
PHP
MIT License
bolt/core
Add `allowempty` flag to prevent save record with empty status
95,144
24.01.2019 16:45:00
-3,600
3054f00c403c93e0c24cd00f54c5be323c1ca7b5
Fixing logic in select.hml.twig
[ { "change_type": "MODIFY", "old_path": "templates/_partials/fields/select.html.twig", "new_path": "templates/_partials/fields/select.html.twig", "diff": "{% set multiple = 'false' %}\n{% endif %}\n-{% if field.allowempty is defined %}\n+{% if allowempty is not defined and field.definition is defined...
PHP
MIT License
bolt/core
Fixing logic in select.hml.twig
95,144
25.01.2019 11:48:18
-3,600
9a9972f91ce13481add495b05b7332ab559a5804
Expanded the description for select.html.twig
[ { "change_type": "MODIFY", "old_path": "templates/_partials/fields/select.html.twig", "new_path": "templates/_partials/fields/select.html.twig", "diff": "{% extends '@bolt/_partials/fields/_base.html.twig' %}\n-{# Check Attributes #}\n-{% if form is not defined %}\n- {% set form = '' %}\n-{% endif %...
PHP
MIT License
bolt/core
Expanded the description for select.html.twig
95,144
25.01.2019 15:41:17
-3,600
bc869c5bba23b48806c1a0719f7a6a240293ba41
Added description to _base.html.twig
[ { "change_type": "MODIFY", "old_path": "templates/_partials/fields/_base.html.twig", "new_path": "templates/_partials/fields/_base.html.twig", "diff": "{%- spaceless -%}\n+{# This template fragment is used to \"extend\" the different fields, used in\n+ Bolt's backend. Most of the values get passed i...
PHP
MIT License
bolt/core
Added description to _base.html.twig
95,144
25.01.2019 16:19:51
-3,600
35a462b98a7b4f74485af26e8cc5e9e5bacf33b5
Fix links in sidebar
[ { "change_type": "MODIFY", "old_path": "assets/js/app/sidebar/Components/Menu/_SubMenu.vue", "new_path": "assets/js/app/sidebar/Components/Menu/_SubMenu.vue", "diff": "</template>\n<script>\n-import SubMenu from './_SubMenu';\nexport default {\nname: \"sub-menu\",\n" }, { "change_type": "MOD...
PHP
MIT License
bolt/core
Fix links in sidebar
95,144
25.01.2019 16:57:59
-3,600
454bb41e3f785848f84f687e6d96a494672a460d
Fix Filemanager screen due to stricter typehints
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/FilemanagerController.php", "new_path": "src/Controller/Backend/FilemanagerController.php", "diff": "@@ -43,7 +43,7 @@ class FilemanagerController extends BaseController\n*/\npublic function filemanager(string $area, Request $request, Me...
PHP
MIT License
bolt/core
Fix Filemanager screen due to stricter typehints
95,144
25.01.2019 09:08:02
-3,600
6a9ac1da01066844da10eb78dff154279e87b005
Minor restructuring for fields
[ { "change_type": "MODIFY", "old_path": "templates/_partials/fields/_base.html.twig", "new_path": "templates/_partials/fields/_base.html.twig", "diff": "{% set type = field.type|default %}\n{# Set variant #}\n-{% set variant = define.variant|default('normal') %}\n+{% set variant = field.variant|defau...
PHP
MIT License
bolt/core
Minor restructuring for fields
95,144
25.01.2019 11:09:09
-3,600
b11e45cf096b390e7c8cb6a4c7271c96c9a23ac7
Adding some e2e tests
[ { "change_type": "MODIFY", "old_path": "tests/e2e/features/edit_record.feature", "new_path": "tests/e2e/features/edit_record.feature", "diff": "Feature: Edit record\n- @wip\nScenario: As an Admin I want to change title of a record\nGiven I am logged in as \"admin\"\n" }, { "change_type": "AD...
PHP
MIT License
bolt/core
Adding some e2e tests
95,144
26.01.2019 18:42:32
-3,600
55230b4fd4815d8f22a9aae79a540b7675f0cabc
Working on "Preview" and "View Saved"
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/ContentEditController.php", "new_path": "src/Controller/Backend/ContentEditController.php", "diff": "@@ -13,6 +13,7 @@ use Bolt\\Entity\\Taxonomy;\nuse Bolt\\Enum\\Statuses;\nuse Bolt\\EventListener\\ContentFillListener;\nuse Bolt\\Repos...
PHP
MIT License
bolt/core
Working on "Preview" and "View Saved"
95,144
26.01.2019 14:24:07
-3,600
901289e1619da114d2830c1e5efc269cbea61aa9
Update NL file
[ { "change_type": "MODIFY", "old_path": "config/packages/translation.yaml", "new_path": "config/packages/translation.yaml", "diff": "@@ -10,6 +10,8 @@ translation:\nedit_in_place:\nenabled: false\nconfig_name: app\n+ auto_add_missing_translations:\n+ config_name: 'app'\nconfigs:\napp:\ndirs: [\"%kern...
PHP
MIT License
bolt/core
Update NL file
95,144
26.01.2019 16:18:23
-3,600
a3f58ebd52b47ea7eca6cb6dd5056bb35b10f41a
Updating translation.yaml
[ { "change_type": "DELETE", "old_path": "config/packages/php_translation_loco_adapter.yaml", "new_path": null, "diff": "-translation_adapter_loco:\n- index_parameter: 'id' # 'text' or 'name'. Leave blank for \"auto\" See https://localise.biz/api/docs/export/exportlocale\n- projects:\n- my_project:\n-...
PHP
MIT License
bolt/core
Updating translation.yaml
95,144
26.01.2019 18:58:19
-3,600
ed79065486ec92383f6b0f02532ef395d829e7a7
Fixing up Kakunin test. (removing duplicate)
[ { "change_type": "MODIFY", "old_path": "tests/e2e/features/edit_record.feature", "new_path": "tests/e2e/features/edit_record.feature", "diff": "@@ -16,7 +16,6 @@ Feature: Edit record\n| id | 5 |\nThen there is element \"title\" with text \"Changed title\"\n- @wip\nScenario: As an Admin I want to cha...
PHP
MIT License
bolt/core
Fixing up Kakunin test. (removing duplicate)
95,144
01.02.2019 14:39:52
-3,600
94e10bc42a3306cf13271ddab39ed78b4e59173b
Add reference to the instructions for translations.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -6,7 +6,7 @@ Bolt 4.0.0 prototype\n> **Rebuild and start again**\n> Obliterate what makes us weak\n--- Hatebreed - [Destroy Everything](https://www.youtube.com/watch?v=DBwgX8yBqsw)\n+-- Hatebreed - [Destroy Ever...
PHP
MIT License
bolt/core
Add reference to the instructions for translations.
95,144
01.02.2019 14:50:33
-3,600
dcd23675b5aa41c21251a8b61d604dcfc3da7ec6
Restoring missing part of test.
[ { "change_type": "MODIFY", "old_path": "config/packages/translation.yaml", "new_path": "config/packages/translation.yaml", "diff": "@@ -14,6 +14,4 @@ translation:\napp:\ndirs: [\"%kernel.project_dir%/templates\", \"%kernel.project_dir%/src\"]\noutput_dir: \"%kernel.project_dir%/translations\"\n- exc...
PHP
MIT License
bolt/core
Restoring missing part of test.
95,144
01.02.2019 14:51:34
-3,600
9e0fe5da03f41384098ce6384b61d58f4a3e2482
Remove unneeded excludes
[ { "change_type": "MODIFY", "old_path": "config/packages/dev/translation.yaml", "new_path": "config/packages/dev/translation.yaml", "diff": "@@ -14,8 +14,6 @@ translation:\napp:\ndirs: [\"%kernel.project_dir%/templates\", \"%kernel.project_dir%/src\"]\noutput_dir: \"%kernel.project_dir%/translations\...
PHP
MIT License
bolt/core
Remove unneeded excludes
95,144
02.02.2019 16:34:16
-3,600
fe114cafbd02719710f1844202411fedd9d09b79
Consistently use the '@bolt' namespace in templates
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/AuthenticationController.php", "new_path": "src/Controller/Backend/AuthenticationController.php", "diff": "@@ -29,7 +29,7 @@ class AuthenticationController extends BaseController\n// last authentication error (if any)\n$error = $authenti...
PHP
MIT License
bolt/core
Consistently use the '@bolt' namespace in templates
95,144
02.02.2019 16:44:46
-3,600
8f1f55be214156bee4ea0ece8ae41dda9c15c365
Code Style fixes for index.php
[ { "change_type": "MODIFY", "old_path": "public/index.php", "new_path": "public/index.php", "diff": "<?php\n+declare(strict_types=1);\n+\nuse Bolt\\Kernel;\nuse Symfony\\Component\\Debug\\Debug;\nuse Symfony\\Component\\Dotenv\\Dotenv;\n@@ -16,7 +18,7 @@ if (!isset($_SERVER['APP_ENV'])) {\n}\n$env = ...
PHP
MIT License
bolt/core
Code Style fixes for index.php
95,144
04.02.2019 09:16:18
-3,600
cef3659bcd7741c91f03f85e8ba3ee145056bd87
Fix "Unused binding" breakage introduced in SF 4.2.3
[ { "change_type": "MODIFY", "old_path": "config/services.yaml", "new_path": "config/services.yaml", "diff": "@@ -19,7 +19,8 @@ services:\n# The best practice is to be explicit about your dependencies anyway.\nbind: # defines the scalar arguments once and apply them to any service defined/created in t...
PHP
MIT License
bolt/core
Fix "Unused binding" breakage introduced in SF 4.2.3
95,144
04.02.2019 12:09:33
-3,600
9d6d075b0877c6211f62c418fd606d0ec195a9b6
Update services.yaml, remove unneeded bind
[ { "change_type": "MODIFY", "old_path": "config/services.yaml", "new_path": "config/services.yaml", "diff": "@@ -19,8 +19,6 @@ services:\n# The best practice is to be explicit about your dependencies anyway.\nbind: # defines the scalar arguments once and apply them to any service defined/created in t...
PHP
MIT License
bolt/core
Update services.yaml, remove unneeded bind
95,144
04.02.2019 12:21:14
-3,600
4006521bcf0798c1a14d1701639c2fbc409607e7
Add missing `register-service-worker`
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"moment\": \"^2.24.0\",\n\"no-scroll\": \"^2.1.1\",\n\"popper.js\": \"^1.14.7\",\n+ \"register-service-worker\": \"^1.5.2\",\n\"simplemde\": \"^1.11.2\",\n\"stylelint-config-recommended-scss\": \"^3.2.0\",\n...
PHP
MIT License
bolt/core
Add missing `register-service-worker`
95,144
04.02.2019 12:31:26
-3,600
a198e97c9f5c1cf89a39a0fa9a2af1249b621e3a
No `^`, fix on 3.14.1
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"simplemde\": \"^1.11.2\",\n\"stylelint-config-recommended-scss\": \"^3.2.0\",\n\"stylelint-scss\": \"^3.5.1\",\n- \"terser\": \"^3.14.1\",\n+ \"terser\": \"3.14.1\",\n\"tinycolor2\": \"^1.4.1\",\n\"vue\": \...
PHP
MIT License
bolt/core
No `^`, fix on 3.14.1
95,132
31.01.2019 14:59:50
-3,600
539f8fecfde4387420567d7ceb83ba376f418b37
Start with `Embed` field
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Editor/index.js", "new_path": "assets/js/app/editor/Components/Editor/index.js", "diff": "@@ -10,7 +10,8 @@ import Number from './Number/Number';\nimport Html from './Html/Html';\nimport Markdown from './Markdown/Markdown';\nimp...
PHP
MIT License
bolt/core
Start with `Embed` field
95,132
01.02.2019 11:15:47
-3,600
c117dd5c7722669e81bfc935309e4abbd91ba66a
Implement the basics of the Embed field (Vue) The `|e('js')` is needed when there's HTML or quotes in the value. Otherwise, this will break the whole application (blank admin area).
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Controller/Async/Embed.php", "diff": "+<?php\n+\n+declare(strict_types=1);\n+\n+namespace Bolt\\Controller\\Async;\n+\n+use Symfony\\Component\\HttpFoundation\\JsonResponse;\n+use Symfony\\Component\\HttpFoundation\\Request;\n+use Symfony\\C...
PHP
MIT License
bolt/core
Implement the basics of the Embed field (Vue) The `|e('js')` is needed when there's HTML or quotes in the value. Otherwise, this will break the whole application (blank admin area).
95,132
01.02.2019 13:27:51
-3,600
3777cbe94ceb5c995ee5545ae7f2dddff190102a
Add `embed/embed`
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"doctrine/doctrine-migrations-bundle\": \"^1.3\",\n\"doctrine/orm\": \"^2.5.11\",\n\"easycorp/easy-log-handler\": \"^1.0.7\",\n+ \"embed/embed\": \"^3.3\",\n\"erusev/parsedown\": \"^1.7\",\n\"ezyang/htmlpu...
PHP
MIT License
bolt/core
Add `embed/embed`
95,132
01.02.2019 14:25:22
-3,600
059ace670a05612189caf55cd6c3556f2a383385
Add CSRF check and allow POST-only method on `/embed`
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Editor/Embed/Embed.vue", "new_path": "assets/js/app/editor/Components/Editor/Embed/Embed.vue", "diff": "@@ -96,7 +96,11 @@ export default {\n},\nmethods: {\nfetchEmbed: function() {\n- fetch(this.embedapi + '?url=' + this.url)\n...
PHP
MIT License
bolt/core
Add CSRF check and allow POST-only method on `/embed`
95,132
01.02.2019 14:52:41
-3,600
fb627e64a685278a05ad83c472efb14c693e1ab2
Return response instead of throwing error
[ { "change_type": "MODIFY", "old_path": "src/Controller/Async/Embed.php", "new_path": "src/Controller/Async/Embed.php", "diff": "@@ -37,7 +37,7 @@ final class Embed\n$token = new CsrfToken('editrecord', $csrfToken);\nif (! $this->csrfTokenManager->isTokenValid($token)) {\n- throw new InvalidCsrfToken...
PHP
MIT License
bolt/core
Return response instead of throwing error
95,132
01.02.2019 16:10:53
-3,600
edf18f6c5ffde84f34dcb291d99a182b0ba081bb
Import `Embed\Embed` I need a new name, because `Embed` is also the name of the class
[ { "change_type": "MODIFY", "old_path": "src/Controller/Async/Embed.php", "new_path": "src/Controller/Async/Embed.php", "diff": "@@ -4,6 +4,7 @@ declare(strict_types=1);\nnamespace Bolt\\Controller\\Async;\n+use Embed\\Embed as EmbedService;\nuse Embed\\Exceptions\\InvalidUrlException;\nuse Symfony\\...
PHP
MIT License
bolt/core
Import `Embed\Embed` I need a new name, because `Embed` is also the name of the class
95,132
01.02.2019 16:49:10
-3,600
86248321c2de9e25de638b95cfae3a41d3d6ea68
Return 400 Bad Request in case of invalid URL
[ { "change_type": "MODIFY", "old_path": "src/Controller/Async/Embed.php", "new_path": "src/Controller/Async/Embed.php", "diff": "@@ -50,7 +50,7 @@ final class Embed\n$oembed->getBag()->getAll()\n);\n} catch (InvalidUrlException $e) {\n- return new JsonResponse(['error' => ['message' => $e->getMessage...
PHP
MIT License
bolt/core
Return 400 Bad Request in case of invalid URL
95,132
04.02.2019 14:33:01
-3,600
f39bb492c7fc937e4f8d9841cbbcfd275742a7d2
Add Kakunin tests
[ { "change_type": "MODIFY", "old_path": "tests/e2e/features/edit_record.feature", "new_path": "tests/e2e/features/edit_record.feature", "diff": "@@ -67,3 +67,17 @@ Feature: Edit record\nWhen I visit the \"single_record\" page with parameters:\n| id | 1 |\nThen there is element \"title\" with text \"C...
PHP
MIT License
bolt/core
Add Kakunin tests
95,132
04.02.2019 16:39:09
-3,600
4c9bf6cd9b44d78cf62b0897e2408eb12b1cc0b7
Fix tabbar The correct ordering is: ``` [role=tablist] > li.nav-item > a.nav-link ``` See:
[ { "change_type": "MODIFY", "old_path": "assets/scss/modules/editor/_tabbar.scss", "new_path": "assets/scss/modules/editor/_tabbar.scss", "diff": ".nav-item {\ncolor: var(--shade);\nposition: relative;\n+ }\n+\n+ .nav-link {\n+ padding: $spacer / 2 $spacer / 1.5;\n&::after {\ntransition: $transition-...
PHP
MIT License
bolt/core
Fix tabbar The correct ordering is: ``` [role=tablist] > li.nav-item > a.nav-link ``` See: https://getbootstrap.com/docs/4.0/components/navs/#javascript-behavior
95,144
04.02.2019 17:37:35
-3,600
01cc54784f1fd4dfe234559177afe069b3ef1818
Update Font Awesome to 5.7.1
[ { "change_type": "MODIFY", "old_path": "templates/_base/layout.html.twig", "new_path": "templates/_base/layout.html.twig", "diff": "<title>{{ block('title')|striptags }}</title>\n{% block stylesheets %}\n<link href=\"https://fonts.googleapis.com/css?family=Open+Sans:400,600|Source+Sans+Pro:300,400,6...
PHP
MIT License
bolt/core
Update Font Awesome to 5.7.1
95,144
05.02.2019 17:58:06
-3,600
09a9f3f2835bbad9f4559d1fe2ea9cf64c7c922d
Updating About page
[ { "change_type": "MODIFY", "old_path": "templates/pages/about.html.twig", "new_path": "templates/pages/about.html.twig", "diff": "developers and content-editors. Bolt is Open Source, and as such it uses other Open Source\ncomponents. If you are a developer you're very welcome to help in the further ...
PHP
MIT License
bolt/core
Updating About page
95,144
05.02.2019 18:40:51
-3,600
b74c18fd1ffa533dc313cc9989c3bcc47313fbb8
Add `tab_media`
[ { "change_type": "MODIFY", "old_path": "tests/e2e/pages/edit_record.js", "new_path": "tests/e2e/pages/edit_record.js", "diff": "@@ -14,6 +14,7 @@ class EditRecordPage extends BasePage {\nthis.lang_select = $('#metadata > form > div:nth-child(2) > div > div > div > div.multiselect__select');\nthis.la...
PHP
MIT License
bolt/core
Add `tab_media`
95,144
05.02.2019 18:41:28
-3,600
9a87fcbaa0dfe64c6bae7b1484747555929f0480
Click the `tab_media`
[ { "change_type": "MODIFY", "old_path": "tests/e2e/features/edit_record.feature", "new_path": "tests/e2e/features/edit_record.feature", "diff": "@@ -75,6 +75,7 @@ Feature: Edit record\nWhen I visit the \"edit_record\" page with parameters:\n| id | 32 |\nThen I wait for \"title_field\" element to appe...
PHP
MIT License
bolt/core
Click the `tab_media`
95,132
11.02.2019 09:59:27
-3,600
84f3877610003f7103727af018b4d385b1b5b0d6
Use `__invoke` instead
[ { "change_type": "MODIFY", "old_path": "src/Controller/Async/Embed.php", "new_path": "src/Controller/Async/Embed.php", "diff": "@@ -33,7 +33,7 @@ final class Embed\n* name=\"bolt_embed\",\n* methods={\"POST\"})\n*/\n- public function embed(Request $request): JsonResponse\n+ public function __invoke(...
PHP
MIT License
bolt/core
Use `__invoke` instead
95,112
12.02.2019 15:41:44
-3,600
9df9582744a16c3498966cb1fda0e49643be9cfc
Vue fixes and Pagerfanta serialization trick
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "@@ -107,6 +107,9 @@ docker-start:\ndocker-compose run node sh -c \"npm rebuild node-sass\"\ndocker-compose run node sh -c \"npm run build\"\n+docker-assets-serve:\n+ docker-compose run node sh -c \"npm run serve\"\n+...
PHP
MIT License
bolt/core
Vue fixes and Pagerfanta serialization trick
95,112
12.02.2019 16:50:56
-3,600
aa880abefff53d5b9961068f4f0d030d7c389afc
fix vue listing without an image
[ { "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<!-- column thumbnail -->\n<div\n- v-if=\"size === 'normal'\"\n+ v-if=\"size === 'normal' && record.extras.image !== null\"\n...
PHP
MIT License
bolt/core
fix vue listing without an image
95,112
14.02.2019 13:21:00
-3,600
08b1047ebbc635da91e2985aba7382c1cfc23784
remove dump and add warning
[ { "change_type": "MODIFY", "old_path": "assets/js/services/api/content.js", "new_path": "assets/js/services/api/content.js", "diff": "@@ -6,6 +6,7 @@ export function getRecords(type) {\nexport function fetchRecords(type) {\n// @todo this is probably never used\n+ console.warn('remove above todo');\n...
PHP
MIT License
bolt/core
remove dump and add warning
95,112
14.02.2019 17:41:59
-3,600
636dea14d0968bf9d30533c2d6aac2b5907f4748
fix gitignore test reports
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "@@ -35,9 +35,17 @@ appveyor.yml\n/var/cache/*\n!/var/cache/.gitkeep\n/var/log/*\n-!/var/log/.gitkeep\n+!/var/log/*.gitkeep\n+/var/log/e2e-reports/*\n+!/var/log/e2e-reports/\n+/var/log/e2e-reports/performance/*\n+...
PHP
MIT License
bolt/core
fix gitignore test reports
95,112
14.02.2019 21:34:32
-3,600
8601a2f02920a21bae980d0b234bd20760f8f253
Move MenuBuilder and Excerpt
[ { "change_type": "MODIFY", "old_path": "src/Entity/Content.php", "new_path": "src/Entity/Content.php", "diff": "@@ -152,7 +152,7 @@ class Content implements \\JsonSerializable\n}\n/**\n- * @see: Bolt\\EventListener\\ContentFillListener\n+ * @see \\Bolt\\EventListener\\ContentFillListener\n*/\npublic...
PHP
MIT License
bolt/core
Move MenuBuilder and Excerpt
95,112
12.02.2019 10:50:30
-3,600
e0c8827f790f367553991f205efae18f365d715b
revert symfony.lock
[ { "change_type": "MODIFY", "old_path": "symfony.lock", "new_path": "symfony.lock", "diff": "{\n+ \"api-platform/core\": {\n+ \"version\": \"2.1\",\n+ \"recipe\": {\n+ \"repo\": \"github.com/symfony/recipes\",\n+ \"branch\": \"master\",\n+ \"version\": \"2.1\",\n+ \"ref\": \"18727d8f229306860b46955f4...
PHP
MIT License
bolt/core
revert symfony.lock
95,112
18.02.2019 11:44:16
-3,600
1097dd3f5ccfcdc8b8ba73112e9b8033e3f9058f
npm audit update
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"autoprefixer\": \"^9.4.6\",\n\"babel-core\": \"^7.0.0-bridge.0\",\n\"babel-eslint\": \"^10.0.1\",\n- \"babel-jest\": \"^23.6.0\",\n+ \"babel-jest\": \"^24.1.0\",\n\"eslint\": \"5.12.0\",\n\"eslint-config-pr...
PHP
MIT License
bolt/core
npm audit update
95,112
18.02.2019 17:20:53
-3,600
7641d8db7192038024051e522133eeac8907c576
relations: fix tests
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "@@ -98,16 +98,19 @@ db-reset:\n# Dockerized commands:\ndocker-install:\nmake docker-start\n+ make docker-install-deps\nmake docker-db-create\n-docker-start:\n- cp -n .env.dist .env || true\n- docker-compose up -d\n+d...
PHP
MIT License
bolt/core
relations: fix tests
95,112
26.02.2019 22:23:28
-3,600
8282b6fc5e03d15e4ccd0685db1e9aa74f725998
Lock API Platform to beta1 due to bug
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"ext-json\": \"*\",\n\"ext-pdo\": \"*\",\n\"ext-mbstring\": \"*\",\n- \"api-platform/core\": \"^2.4@beta\",\n+ \"api-platform/core\": \"v2.4.0-beta.1\",\n\"bolt/common\": \"^2.0\",\n\"cocur/slugify\": \"^3...
PHP
MIT License
bolt/core
Lock API Platform to beta1 due to bug
95,112
26.02.2019 22:37:20
-3,600
40747f1ebeb9e9c1ac04b4f079178c074e8efdac
better conflict resolution in composer.json
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"ext-json\": \"*\",\n\"ext-pdo\": \"*\",\n\"ext-mbstring\": \"*\",\n- \"api-platform/core\": \"v2.4.0-beta.1\",\n+ \"api-platform/core\": \"^2.4@beta\",\n\"bolt/common\": \"^2.0\",\n\"cocur/slugify\": \"^3...
PHP
MIT License
bolt/core
better conflict resolution in composer.json
95,112
27.02.2019 00:03:35
-3,600
41a188f00bcd8ff76f7a440e280031e2d878201f
Test lowest deps in Travis
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -14,6 +14,8 @@ matrix:\ninclude:\n- php: 7.1\n- php: 7.2\n+ - php: 7.2\n+ env: COMPOSER_FLAGS=\"--prefer-lowest\"\n- php: 7.3\n- php: nightly\nenv: COMPOSER_FLAGS=\"--ignore-platform-reqs\"\n@@ -22,10 +24,10...
PHP
MIT License
bolt/core
Test lowest deps in Travis
95,112
27.02.2019 01:06:25
-3,600
0769fdfdea1a66fc9ab33805356276e3c681501c
fix doctrine cache version
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"cocur/slugify\": \"^3.1\",\n\"doctrine/annotations\": \"^1.0\",\n\"doctrine/doctrine-bundle\": \"^1.7\",\n+ \"doctrine/doctrine-cache-bundle\": \"^1.3.1\",\n\"doctrine/doctrine-migrations-bundle\": \"^1.3...
PHP
MIT License
bolt/core
fix doctrine cache version
95,112
27.02.2019 01:26:30
-3,600
c5b9d56b03554007b50481bad0a1bce7d62e561f
fix swiftmailer bundle version
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"symfony/polyfill-php72\": \"^1.8\",\n\"symfony/security-bundle\": \"^4.2\",\n\"symfony/serializer\": \"^4.2\",\n- \"symfony/swiftmailer-bundle\": \"^3.1\",\n+ \"symfony/swiftmailer-bundle\": \"^3.2\",\n\"...
PHP
MIT License
bolt/core
fix swiftmailer bundle version
95,112
27.02.2019 10:59:27
-3,600
c9f956eca1df96600c6f066cd3878d3a7dff9c57
lock api platform version
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -57,7 +57,7 @@ script:\n# this checks that the application doesn't use dependencies with known security vulnerabilities\n- ./bin/console security:check\n# this checks that the composer.json and composer.lock...
PHP
MIT License
bolt/core
lock api platform version
95,144
27.02.2019 13:38:47
-3,600
73858be4ec174f1e09a55f91286e5c9b1f7cc33b
Finalising changes
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/ContentEditController.php", "new_path": "src/Controller/Backend/ContentEditController.php", "diff": "@@ -17,6 +17,7 @@ use Bolt\\Repository\\TaxonomyRepository;\nuse Bolt\\TemplateChooser;\nuse Carbon\\Carbon;\nuse Doctrine\\Common\\Pers...
PHP
MIT License
bolt/core
Finalising changes
95,144
27.02.2019 14:21:13
-3,600
5a9dfae29a72c5864c3df89caf1c78c8e61e8ee0
Cleanup in symfony.lock
[ { "change_type": "MODIFY", "old_path": "symfony.lock", "new_path": "symfony.lock", "diff": "\"guzzlehttp/psr7\": {\n\"version\": \"1.4.2\"\n},\n- \"illuminate/contracts\": {\n- \"version\": \"v5.8.0\"\n- },\n- \"illuminate/support\": {\n- \"version\": \"v5.8.0\"\n- },\n\"intervention/image\": {\n\"v...
PHP
MIT License
bolt/core
Cleanup in symfony.lock
95,144
27.02.2019 14:55:03
-3,600
7c7a57e99818ed11cd7a4741308c3087bb305890
Return `->filter()` to original position.
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/ContentEditController.php", "new_path": "src/Controller/Backend/ContentEditController.php", "diff": "@@ -236,7 +236,7 @@ class ContentEditController extends TwigAwareController\nprivate function updateTaxonomy(Content $content, string $k...
PHP
MIT License
bolt/core
Return `->filter()` to original position.
95,144
27.02.2019 16:07:43
-3,600
4a8aa1fe9ca7de6196b7a9fb1e2caa2720751aac
Update package.json. Fix NPM security advisories
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "{\n\"name\": \"bolt\",\n- \"version\": \"4.0.0-alpha.0\",\n+ \"version\": \"4.0.0-alpha.2\",\n\"homepage\": \"https://bolt.cm\",\n\"author\": \"Bob den Otter <bob@twokings.nl> (https://bolt.cm)\",\n\"license\...
PHP
MIT License
bolt/core
Update package.json. Fix NPM security advisories
95,112
27.02.2019 16:51:35
-3,600
9939a16c302918349e8f4adfb9473261618d25a8
another composer fixes
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -13,14 +13,16 @@ matrix:\nfast_finish: true\ninclude:\n- php: 7.1\n- - php: 7.2\n- - php: 7.2\n+ - php: 7.1\nenv: COMPOSER_FLAGS=\"--prefer-lowest\"\n+ - php: 7.2\n- php: 7.3\n- php: nightly\nenv: COMPOSER_F...
PHP
MIT License
bolt/core
another composer fixes
95,112
11.02.2019 12:46:20
-3,600
6fb8fb294230ed8b4d3135c9ecdb55794ed5d435
Embed refactor
[ { "change_type": "RENAME", "old_path": "src/Controller/Async/Embed.php", "new_path": "src/Controller/Backend/Async/EmbedController.php", "diff": "declare(strict_types=1);\n-namespace Bolt\\Controller\\Async;\n+namespace Bolt\\Controller\\Backend\\Async;\n+use Bolt\\Controller\\CsrfTrait;\nuse Embed\...
PHP
MIT License
bolt/core
Embed refactor
95,144
02.03.2019 14:33:05
-3,600
8a331b4d7cd3e012cc7b4d90c9caccb7210c2207
Limit length of indexed column to 191
[ { "change_type": "MODIFY", "old_path": "src/Entity/Translation.php", "new_path": "src/Entity/Translation.php", "diff": "@@ -4,29 +4,35 @@ declare(strict_types=1);\nnamespace Gedmo\\Translatable\\Entity;\n-use Doctrine\\ORM\\Mapping\\Entity;\n-use Doctrine\\ORM\\Mapping\\Index;\n-use Doctrine\\ORM\\M...
PHP
MIT License
bolt/core
Limit length of indexed column to 191
95,144
02.03.2019 17:49:46
-3,600
f280931f9f146eef72f73ff47a69f3bbd8aa874c
Small changes to labels and translations
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/ClearCacheController.php", "new_path": "src/Controller/Backend/ClearCacheController.php", "diff": "@@ -12,12 +12,20 @@ use Symfony\\Component\\Console\\Output\\BufferedOutput;\nuse Symfony\\Component\\HttpFoundation\\Response;\nuse Symfo...
PHP
MIT License
bolt/core
Small changes to labels and translations
95,144
06.03.2019 15:44:46
-3,600
44dd621d24c58b45c93d7b15b077baf8d21f993e
Use `config.has()`
[ { "change_type": "MODIFY", "old_path": "public/theme/skeleton/partials/_header.twig", "new_path": "public/theme/skeleton/partials/_header.twig", "diff": "<header>\n{# the values in the 'config' object are taken directly from the file app/config/config.yml #}\n<h2><a href=\"{{ path('homepage') }}\">{...
PHP
MIT License
bolt/core
Use `config.has()`
95,144
06.03.2019 16:33:10
-3,600
88a0e5a59f9d78135dda7c327c23db75cf009a3a
Implement missing `config::has()` method
[ { "change_type": "MODIFY", "old_path": "src/Configuration/Config.php", "new_path": "src/Configuration/Config.php", "diff": "@@ -148,6 +148,11 @@ class Config\nreturn Arr::get($this->data, $path, $default);\n}\n+ public function has(string $path): bool\n+ {\n+ return Arr::has($this->data, $path);\n+ ...
PHP
MIT License
bolt/core
Implement missing `config::has()` method
95,144
06.03.2019 17:34:37
-3,600
62cd2f1b0289fe067f7fa7710a40512cccfe543b
Working on kakunin test for preview
[ { "change_type": "ADD", "old_path": null, "new_path": "tests/e2e/features/edit_preview.feature", "diff": "+Feature: Edit record\n+\n+ @wip\n+ Scenario: As an Admin I want to preview an edited record\n+ Given I am logged in as \"admin\"\n+\n+ When I visit the \"edit_record\" page with parameters:\n+ ...
PHP
MIT License
bolt/core
Working on kakunin test for preview
95,144
06.03.2019 17:42:38
-3,600
1764a905bf08edf46ead8553131e42e0690f8300
Fix Feature title
[ { "change_type": "MODIFY", "old_path": "tests/e2e/features/edit_preview.feature", "new_path": "tests/e2e/features/edit_preview.feature", "diff": "-Feature: Edit record\n+Feature: Preview record after editing\n@wip\nScenario: As an Admin I want to preview an edited record\n@@ -12,5 +12,3 @@ Feature: ...
PHP
MIT License
bolt/core
Fix Feature title
95,144
07.03.2019 16:10:36
-3,600
f8cafb347f7e206e5a7dd9bede33a08213f151d4
Updating tests for "preview" and "view saved"
[ { "change_type": "MODIFY", "old_path": "tests/e2e/features/edit_preview.feature", "new_path": "tests/e2e/features/edit_preview.feature", "diff": "@@ -10,5 +10,21 @@ Feature: Preview record after editing\nWhen I fill the \"title_field\" field with \"Check preview\"\nAnd I click the \"preview_button\"...
PHP
MIT License
bolt/core
Updating tests for "preview" and "view saved"
95,144
07.03.2019 16:32:22
-3,600
402e3de40989568baf1599189dcd664433beea12
Close browser windows when done.
[ { "change_type": "MODIFY", "old_path": "tests/e2e/features/edit_record_2.feature", "new_path": "tests/e2e/features/edit_record_2.feature", "diff": "Feature: Preview record after editing\n- @wip\nScenario: As an Admin I want to preview an edited record\nGiven I am logged in as \"admin\"\n@@ -13,8 +12...
PHP
MIT License
bolt/core
Close browser windows when done.
95,144
08.03.2019 15:45:09
-3,600
954502ccfda6624c52a34c0841c07c61092a85dd
Make "POST" work for 'new record' controller
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/ContentEditController.php", "new_path": "src/Controller/Backend/ContentEditController.php", "diff": "@@ -79,7 +79,7 @@ class ContentEditController extends TwigAwareController\n}\n/**\n- * @Route(\"/new/{contentType}\", name=\"bolt_conten...
PHP
MIT License
bolt/core
Make "POST" work for 'new record' controller
95,144
08.03.2019 17:08:57
-3,600
bab15e2a32bc2847a8395282916f1f3ad5c899a2
Adding template.
[ { "change_type": "MODIFY", "old_path": "config/bolt/contenttypes.yaml", "new_path": "config/bolt/contenttypes.yaml", "diff": "@@ -322,9 +322,10 @@ blocks:\nicon_one: \"fa:cube\"\n-dummies:\n- name: Dummies\n- singular_name: Dummy\n+# This contenttype is here to use for (automated) tests.\n+tests:\n+...
PHP
MIT License
bolt/core
Adding template.
95,144
10.03.2019 09:37:02
-3,600
91ac7819e12c9ccff76f8b95fc784d199398216c
Add template for testing
[ { "change_type": "MODIFY", "old_path": "public/theme/skeleton/test.twig", "new_path": "public/theme/skeleton/test.twig", "diff": "{% block main %}\n+ <style>\n+ .box {\n+ display: inline-block;\n+ border: 1px solid #CCC;\n+ padding: 0.5em;\n+ margin: 0.5em;\n+ }\n+ </style>\n+\n<marquee>This templat...
PHP
MIT License
bolt/core
Add template for testing
95,144
10.03.2019 09:42:34
-3,600
74b621d926cf87aea4711463192c71e9526df8a7
Make `allow_markup` work
[ { "change_type": "MODIFY", "old_path": "config/packages/twig.yaml", "new_path": "config/packages/twig.yaml", "diff": "twig:\ndebug: '%kernel.debug%'\nstrict_variables: true\n+ autoescape: false\nform_themes:\n- 'form/layout.twig'\n- 'form/fields.twig'\n" }, { "change_type": "MODIFY", "ol...
PHP
MIT License
bolt/core
Make `allow_markup` work
95,144
10.03.2019 10:33:15
-3,600
44141a6fa75f794eca4000dbaa6f995053729202
Add Kakunin test
[ { "change_type": "ADD", "old_path": null, "new_path": "tests/e2e/features/display_record_test.feature", "diff": "+Feature: Test field output\n+\n+ Scenario: As a user I want to see how fields are escaped\n+\n+ When I visit the \"single_test\" page with parameters:\n+ | slug | title-of-the-test |\n+ ...
PHP
MIT License
bolt/core
Add Kakunin test
95,144
10.03.2019 10:45:39
-3,600
5b6c70ac7733dcf1bee72efcc682f5240845621f
Adding some typehints
[ { "change_type": "MODIFY", "old_path": "src/DataFixtures/ContentFixtures.php", "new_path": "src/DataFixtures/ContentFixtures.php", "diff": "@@ -4,6 +4,7 @@ declare(strict_types=1);\nnamespace Bolt\\DataFixtures;\n+use Bolt\\Collection\\DeepCollection;\nuse Bolt\\Configuration\\Config;\nuse Bolt\\Ent...
PHP
MIT License
bolt/core
Adding some typehints