author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
95,144
02.07.2019 16:14:17
-7,200
343260bb53dbef6b602d64aeff28f6b949cca726
Use Dropzone locally, not from CDN
[ { "change_type": "MODIFY", "old_path": "assets/js/bolt.js", "new_path": "assets/js/bolt.js", "diff": "import '@babel/polyfill';\n+import 'dropzone';\nimport 'bootstrap';\nimport Axios from 'axios';\n" }, { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package...
PHP
MIT License
bolt/core
Use Dropzone locally, not from CDN
95,192
03.07.2019 10:15:49
-7,200
c932e532ec1eb2472819cbb895013cd50ace1202
fix for slim
[ { "change_type": "MODIFY", "old_path": "assets/scss/modules/admin/_sidebar.scss", "new_path": "assets/scss/modules/admin/_sidebar.scss", "diff": ".admin {\n&.is-slim {\n.admin__sidebar {\n+ width: $admin-sidebar-width / 3;\n.admin__sidebar--separator,\n.admin__sidebar--footer {\ndisplay: none;\n" ...
PHP
MIT License
bolt/core
fix for slim
95,192
04.07.2019 14:26:17
-7,200
9ebe553b9e10fd5f7ea4903d9ce8102a3df3cfa0
put common.js in place for generic backend js
[ { "change_type": "ADD", "old_path": null, "new_path": "assets/js/app/common.js", "diff": "+import $ from 'jquery';\n+\n+$(document).ready(function() {\n+\n+ // add a js class to indicate we have JS enabled. Might need a change to either modernizr or somethng comparable\n+ $('html').addClass('js');\n...
PHP
MIT License
bolt/core
put common.js in place for generic backend js
95,192
04.07.2019 14:36:17
-7,200
dd8b317bf83073efc7da41d45cab771cb5cd12d0
fix missed line to delete in file
[ { "change_type": "MODIFY", "old_path": "assets/scss/init/_variables.scss", "new_path": "assets/scss/init/_variables.scss", "diff": "@@ -85,7 +85,6 @@ $grid-breakpoints: (\n// Modal Dialog spacing\n$modal-dialog-margin-y-sm-up: 4rem;\n-=======\n// This number determines of a button has white or black...
PHP
MIT License
bolt/core
fix missed line to delete in file
95,144
08.07.2019 21:10:03
-7,200
ed328729f91a7b56f3ec0d367af5814dc63b006b
Workaround for editing translations in backend
[ { "change_type": "ADD", "old_path": null, "new_path": "templates/bundles/TranslationBundle/SymfonyProfiler/translation.html.twig", "diff": "+{# Temporary workaround, until this patch is in a release:\n+ @see: https://github.com/php-translation/symfony-bundle/pull/311\n+ @see: https://github.com/bolt...
PHP
MIT License
bolt/core
Workaround for editing translations in backend
95,144
08.07.2019 22:38:32
-7,200
78d1761058ecd742cfa90aeef37c9cdc97ed685c
Working on User editing
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/UserEditController.php", "new_path": "src/Controller/Backend/UserEditController.php", "diff": "@@ -55,11 +55,13 @@ class UserEditController extends TwigAwareController implements BackendZone\n/**\n* @Route(\"/user-edit/{id}\", methods={\...
PHP
MIT License
bolt/core
Working on User editing
95,144
09.07.2019 07:42:39
-7,200
10d595b016129a53d58ad2697ae976547d5b979c
Working on Users
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Editor/Password/Password.vue", "new_path": "assets/js/app/editor/Components/Editor/Password/Password.vue", "diff": "autocomplete=\"new-password\"\n/>\n- <i class=\"input-group-text fas fa-eye\" @click=\"togglePassword\"></i>\n+ ...
PHP
MIT License
bolt/core
Working on Users
95,144
10.07.2019 07:28:26
-7,200
3bf3942d61491e13cfe30b6cff49d7ae75095cbf
Add a new `info` CLI command
[ { "change_type": "ADD", "old_path": "assets/static/logos/bolt_logo_cli.png", "new_path": "assets/static/logos/bolt_logo_cli.png", "diff": "Binary files /dev/null and b/assets/static/logos/bolt_logo_cli.png differ\n" }, { "change_type": "ADD", "old_path": null, "new_path": "src/Comman...
PHP
MIT License
bolt/core
Add a new `info` CLI command
95,192
10.07.2019 14:26:30
-7,200
0ef657b34c82992c27a41ecd859678b14c95d734
aside block var check, add class and reqrite grid layout. Removed widecontent class
[ { "change_type": "MODIFY", "old_path": "assets/scss/init/_variables.scss", "new_path": "assets/scss/init/_variables.scss", "diff": "@@ -79,7 +79,8 @@ $grid-breakpoints: (\nmd: 768px,\nlg: 992px,\nxl: 1200px,\n- wd: 1400px\n+ wd: 1400px,\n+ xw: 1750px\n);\n// Modal Dialog spacing\n" }, { "cha...
PHP
MIT License
bolt/core
aside block var check, add class and reqrite grid layout. Removed widecontent class
95,192
10.07.2019 14:49:26
-7,200
8c03c30e41f8470659624c79535585a861749b82
removed redundant container block
[ { "change_type": "MODIFY", "old_path": "templates/bundles/TranslationBundle/WebUI/base.html.twig", "new_path": "templates/bundles/TranslationBundle/WebUI/base.html.twig", "diff": "{% extends '@bolt/_base/layout.html.twig' %}\n-{% block container %}\n-{% endblock %}\n-\n{% block title %}\nEdit Transl...
PHP
MIT License
bolt/core
removed redundant container block
95,144
10.07.2019 17:53:26
-7,200
16182632b96ea5ffa17d609014e29f21c65bb185
Renaming commands to bolt:bla-bla
[ { "change_type": "MODIFY", "old_path": "src/Command/AddUserCommand.php", "new_path": "src/Command/AddUserCommand.php", "diff": "@@ -42,7 +42,7 @@ class AddUserCommand extends Command\n{\n// to make your command lazily loaded, configure the $defaultName static property,\n// so it will be instantiated...
PHP
MIT License
bolt/core
Renaming commands to bolt:bla-bla
95,192
11.07.2019 17:22:28
-7,200
043dad3b68f9e1e5f24ae9cdea930b7e6c7e91d7
WIP total rewrite styling of content listing
[ { "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+ <!-- column details -->\n+ <div class=\"listing__row--item is-details\">\n+...
PHP
MIT License
bolt/core
WIP total rewrite styling of content listing
95,192
12.07.2019 11:27:07
-7,200
cbf20b8968bc2184041d72dd5f340939bccd3627
sligment checkboxes on listing content type pages, styling tweaks, font awesome general margin
[ { "change_type": "MODIFY", "old_path": "assets/js/app/listing/Components/Records.vue", "new_path": "assets/js/app/listing/Components/Records.vue", "diff": "<template>\n- <div></div>\n+ <div class=\"listing-records\"></div>\n</template>\n<script>\n" }, { "change_type": "MODIFY", "old_path...
PHP
MIT License
bolt/core
sligment checkboxes on listing content type pages, styling tweaks, font awesome general margin
95,192
12.07.2019 11:49:38
-7,200
18e16aeaf89676bca5d87afbf8bba52f60675528
edit actions dropdown BEM classes and font size
[ { "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": "<template>\n- <div class=\"listing__row--item is-actions\">\n+ <div class=\"listing__row--item is-actions edit-actions\">\...
PHP
MIT License
bolt/core
edit actions dropdown BEM classes and font size
95,192
12.07.2019 12:03:01
-7,200
92cb1fe8c17b77968e7d631d1d69252028fca5ee
pagination items styling
[ { "change_type": "MODIFY", "old_path": "assets/scss/init/_variables.scss", "new_path": "assets/scss/init/_variables.scss", "diff": "@@ -54,7 +54,7 @@ $card-border-width: 0;\n$card-border-radius: $border-radius;\n$card-border-color: transparent;\n$card-bg: var(--foreground);\n-$card-box-shadow: 0 7.5...
PHP
MIT License
bolt/core
pagination items styling
95,192
12.07.2019 13:35:25
-7,200
48fa0a5726695db8555a27aeb239b0780ef240ce
variables in one place, class for widgets
[ { "change_type": "MODIFY", "old_path": "assets/scss/init/_variables.scss", "new_path": "assets/scss/init/_variables.scss", "diff": "@@ -118,4 +118,10 @@ $yiq-contrasted-threshold: 150;\n}\n}\n+// Variables for admin, toolbar and admin sidebar\n+$admin-toolbar-height: 40px;\n+$admin-sidebar-width: 20...
PHP
MIT License
bolt/core
variables in one place, class for widgets
95,192
12.07.2019 15:00:38
-7,200
13652ba45e3b210ad27b2f796dffebe8e36dc0fb
removed strong around titles, aligned body and sidebar in html 100%, styling tweaks on sidebar menu
[ { "change_type": "MODIFY", "old_path": "assets/scss/init/_base.scss", "new_path": "assets/scss/init/_base.scss", "diff": "//** Init | Base\n+html {\n+ height: 100%;\n+}\n+\nhtml,\nbody {\nmargin: 0;\n- height: 100vh;\ncolor: var(--body);\nbackground: var(--background);\n}\nbody {\n- min-height: 100v...
PHP
MIT License
bolt/core
removed strong around titles, aligned body and sidebar in html 100%, styling tweaks on sidebar menu
95,192
12.07.2019 15:33:04
-7,200
e187b7b0c36e8aa7675851991cc75b7aee09da0c
fix tests for widgets
[ { "change_type": "MODIFY", "old_path": "src/Widget/BaseWidget.php", "new_path": "src/Widget/BaseWidget.php", "diff": "@@ -109,7 +109,7 @@ abstract class BaseWidget implements WidgetInterface\n}\nreturn sprintf(\n- '<div class=\"widget\" id=\"widget__%s\" name=\"%s\">%s</div>',\n+ '<div class=\"widge...
PHP
MIT License
bolt/core
fix tests for widgets
95,144
12.07.2019 15:59:22
-7,200
6306fd69510c36c73b28606a1d25c2c6f5eede7e
Updating Version class, bumping to beta 1.
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/GeneralController.php", "new_path": "src/Controller/Backend/GeneralController.php", "diff": "@@ -7,6 +7,7 @@ namespace Bolt\\Controller\\Backend;\nuse Bolt\\Controller\\TwigAwareController;\nuse Bolt\\Entity\\Content;\nuse Bolt\\Reposito...
PHP
MIT License
bolt/core
Updating Version class, bumping to beta 1.
95,144
13.07.2019 11:32:04
-7,200
483c01d7bbc1803a4a84459cfea8c1b78c08ccdf
Add `bolt:install-assets` command, for composer create project
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"prefer-stable\": true,\n\"scripts\": {\n\"post-install-cmd\": [\n- \"@auto-scripts\"\n+ \"@auto-scripts\",\n+ \"bin/console bolt:info\"\n],\n\"post-update-cmd\": [\n- \"@auto-scripts\"\n+ \"@auto-scripts\...
PHP
MIT License
bolt/core
Add `bolt:install-assets` command, for composer create project
95,144
13.07.2019 12:54:52
-7,200
0de3818ecba4b228998a3835b2042aeff400da37
Add new temporary logo
[ { "change_type": "MODIFY", "old_path": "assets/static/logos/bolt_logo_cli.png", "new_path": "assets/static/logos/bolt_logo_cli.png", "diff": "Binary files a/assets/static/logos/bolt_logo_cli.png and b/assets/static/logos/bolt_logo_cli.png differ\n" }, { "change_type": "ADD", "old_path": ...
PHP
MIT License
bolt/core
Add new temporary logo
95,144
13.07.2019 17:06:55
-7,200
f91c2f596ef9ebc5d2d30f7fb262f7db050dc8c3
Cleanup of some images
[ { "change_type": "RENAME", "old_path": "assets/static/logos/bolt_logo_cli.png", "new_path": "assets/static/images/bolt_logo_cli.png", "diff": "" }, { "change_type": "RENAME", "old_path": "assets/static/logos/bolt_logo_dashboard.svg", "new_path": "assets/static/images/bolt_logo_dashbo...
PHP
MIT License
bolt/core
Cleanup of some images
95,144
14.07.2019 13:11:59
-7,200
19ec903e1519111d796a00c15e08d3bfee3e3684
Some final tweaks before beta 1
[ { "change_type": "MODIFY", "old_path": "assets/scss/init/_base.scss", "new_path": "assets/scss/init/_base.scss", "diff": "@@ -13,6 +13,7 @@ body {\nbody {\nmin-height: 100%;\n+ width: 100%;\nposition: absolute;\n}\n" }, { "change_type": "MODIFY", "old_path": "assets/scss/init/_variables....
PHP
MIT License
bolt/core
Some final tweaks before beta 1
95,144
14.07.2019 13:30:33
-7,200
e21bc31a30b1f78e4fcfd6f9fef92c1bb305d58a
Ninja-fix package-lock.json
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "}\n},\n\"mixin-deep\": {\n- \"version\": \"1.3.1\",\n- \"resolved\": \"https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz\",\n- \"integrity\": \"sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+l...
PHP
MIT License
bolt/core
Ninja-fix package-lock.json
95,144
14.07.2019 15:33:25
-7,200
387c17ed5fdc42db58e09df9ec2b084ef7ad4b83
Fix too-wide codemirror
[ { "change_type": "MODIFY", "old_path": "assets/scss/layout/_admin.scss", "new_path": "assets/scss/layout/_admin.scss", "diff": "&--main {\n@include media-breakpoint-up(xl) {\ngrid-column: 1/13;\n+ width: 100%;\n}\n}\n&--aside {\n" }, { "change_type": "MODIFY", "old_path": "assets/scss/ve...
PHP
MIT License
bolt/core
Fix too-wide codemirror
95,144
16.07.2019 21:07:59
-7,200
308b254806e00793ece0027e6ecb117de95e9f8b
No imageFetchFixture for tests
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -41,7 +41,7 @@ before_script:\n# prepare web server for e2e tests\n- ./bin/console doctrine:database:create\n- ./bin/console doctrine:schema:create\n- - ./bin/console doctrine:fixtures:load -n\n+ - ./bin/con...
PHP
MIT License
bolt/core
No imageFetchFixture for tests
95,144
17.07.2019 20:13:07
-7,200
f9a5fdc7a58f9aeb44b1fbe6573fc9095df021d6
Working on random users, without overwriting pre-defined 'admin user'
[ { "change_type": "MODIFY", "old_path": "src/Command/AddUserCommand.php", "new_path": "src/Command/AddUserCommand.php", "diff": "@@ -119,7 +119,7 @@ class AddUserCommand extends Command\n'If you prefer to not use this interactive wizard, provide the',\n'arguments required by this command as follows:'...
PHP
MIT License
bolt/core
Working on random users, without overwriting pre-defined 'admin user'
95,144
21.07.2019 17:15:57
-7,200
e0572a526bf3084c2a1afa29a119a8e166875cd2
Use ../bolt-assets package, if present
[ { "change_type": "MODIFY", "old_path": "src/Command/InstallAssetsCommand.php", "new_path": "src/Command/InstallAssetsCommand.php", "diff": "@@ -45,12 +45,21 @@ class InstallAssetsCommand extends Command\n$projectDir = $this->getProjectDirectory($kernel->getContainer());\n$publicDir = $this->getPubli...
PHP
MIT License
bolt/core
Use ../bolt-assets package, if present
95,144
21.07.2019 19:16:09
-7,200
b9c50f40b2a83d979e54e4fc274969d101131e41
Create SetupCommand.php
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Command/SetupCommand.php", "diff": "+<?php\n+\n+declare(strict_types=1);\n+\n+namespace Bolt\\Command;\n+\n+use Symfony\\Component\\Console\\Command\\Command;\n+use Symfony\\Component\\Console\\Input\\ArrayInput;\n+use Symfony\\Component\\Co...
PHP
MIT License
bolt/core
Create SetupCommand.php
95,168
22.07.2019 10:04:38
-7,200
87ba31b1e05157b94c5e186414e53bebe16274bd
Work in sort functionality
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/ContentOverviewController.php", "new_path": "src/Controller/Backend/ContentOverviewController.php", "diff": "@@ -27,7 +27,17 @@ class ContentOverviewController extends TwigAwareController implements BackendZo\n$page = (int) $request->que...
PHP
MIT License
bolt/core
Work in sort functionality
95,144
22.07.2019 21:48:26
-7,200
a73adfa6ff0be12a1581d078aa5fce3f145842f1
Add theme asset package
[ { "change_type": "MODIFY", "old_path": "public/theme/skeleton/partials/_master.twig", "new_path": "public/theme/skeleton/partials/_master.twig", "diff": "{{- ' | ' ~ config.get('general/payoff') -}}\n{%- endif -%}\n</title>\n- {#<link rel=\"stylesheet\" href=\"{{ asset('css/normalize.css', 'theme') ...
PHP
MIT License
bolt/core
Add theme asset package
95,144
22.07.2019 22:14:24
-7,200
2cbaf022bbd0f33803678b14aacb604fe69683f2
Set 'theme' as the default package in frontend.
[ { "change_type": "MODIFY", "old_path": "public/theme/skeleton/partials/_master.twig", "new_path": "public/theme/skeleton/partials/_master.twig", "diff": "{{- ' | ' ~ config.get('general/payoff') -}}\n{%- endif -%}\n</title>\n- <link rel=\"stylesheet\" href=\"{{ asset('css/normalize.css', 'theme') }}...
PHP
MIT License
bolt/core
Set 'theme' as the default package in frontend.
95,144
23.07.2019 07:30:39
-7,200
ff9a7df7b62ce51abaa03d8da96ef517f252b3ed
Working on Twig Image funtions
[ { "change_type": "MODIFY", "old_path": "public/theme/skeleton/partials/_sub_fields.twig", "new_path": "public/theme/skeleton/partials/_sub_fields.twig", "diff": "{% if exclude|default is iterable %}\n{% set omittedkeys = omittedkeys|merge(exclude) %}\n{% endif %}\n+\n+ {# We also skip over the field...
PHP
MIT License
bolt/core
Working on Twig Image funtions
95,143
23.07.2019 10:51:52
-7,200
67d811b258860e8cbe5cd84163bedb55b5b20240
First stab at Extensions. Add the Interface, Registry, Compiler pass and Kernel glue. See bolt/four#492
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Extension/ExtensionCompilerPass.php", "diff": "+<?php\n+\n+declare(strict_types=1);\n+\n+namespace Bolt\\Extension;\n+\n+use Symfony\\Component\\DependencyInjection\\Compiler\\CompilerPassInterface;\n+use Symfony\\Component\\DependencyInject...
PHP
MIT License
bolt/core
First stab at Extensions. Add the Interface, Registry, Compiler pass and Kernel glue. See bolt/four#492
95,144
25.07.2019 15:37:31
-7,200
9730d38f1bedca12617bee912663e6350c37de7b
Keep 'title' and 'media'
[ { "change_type": "MODIFY", "old_path": "public/theme/skeleton/index.twig", "new_path": "public/theme/skeleton/index.twig", "diff": "<section class=\"imageholder\">\n{{ popup(record|image, 1200, 500) }}\n- <small>{{ record|image.alt }}</small>\n+ <small>{{ record|image.title|default(record|image.titl...
PHP
MIT License
bolt/core
Keep 'title' and 'media'
95,144
25.07.2019 15:39:42
-7,200
6c6a02cd1176ee3f81f630b90ca8f302d356888d
remove dump..
[ { "change_type": "MODIFY", "old_path": "public/theme/skeleton/partials/_sub_fields.twig", "new_path": "public/theme/skeleton/partials/_sub_fields.twig", "diff": "{% set omittedkeys = omittedkeys|merge([magicimage]) %}\n{% endif %}\n-\n- {{ dump(omittedkeys) }}\n-\n{% endspaceless -%}\n{# SECTION 2: ...
PHP
MIT License
bolt/core
remove dump..
95,144
25.07.2019 20:47:36
-7,200
7b9d03fc9b27b6dd357abb4f4923b045ea40c9f6
Better escaping in most Field types
[ { "change_type": "MODIFY", "old_path": "config/bolt/contenttypes.yaml", "new_path": "config/bolt/contenttypes.yaml", "diff": "@@ -201,6 +201,8 @@ showcases:\ntype: checkbox\nlabel: \"This is a checkbox\"\ngroup: other\n+ email:\n+ type: email\ndatetime:\ntype: date\nmode: datetime\n" }, { "c...
PHP
MIT License
bolt/core
Better escaping in most Field types
95,192
26.07.2019 14:11:46
-7,200
964eaa2c0c81bafac6f0736536609a0b637495a1
some improvements to sidebar, button and version link
[ { "change_type": "MODIFY", "old_path": "assets/js/app/sidebar/Components/Sidebar.vue", "new_path": "assets/js/app/sidebar/Components/Sidebar.vue", "diff": "<template>\n<nav class=\"admin__sidebar--nav\">\n- <div><sidebar-menu :menu=\"menu\"></sidebar-menu></div>\n- <sidebar-footer :version=\"version...
PHP
MIT License
bolt/core
some improvements to sidebar, button and version link
95,144
26.07.2019 16:44:57
-7,200
edd486d0f7e8dd90ac9c3d6ecce8e109c7bd7898
Sensible placeholders for Widget Twig functions
[ { "change_type": "MODIFY", "old_path": "src/Twig/WidgetExtension.php", "new_path": "src/Twig/WidgetExtension.php", "diff": "@@ -28,9 +28,9 @@ class WidgetExtension extends AbstractExtension\n$safe = ['is_safe' => ['html']];\nreturn [\n- new TwigFunction('countwidgets', [$this, 'dummy']),\n- new Twig...
PHP
MIT License
bolt/core
Sensible placeholders for Widget Twig functions
95,144
26.07.2019 16:47:39
-7,200
ebe74f209cd81851f20e3751b337489b425587df
Fix Excerpt Twig filter for other things than Content
[ { "change_type": "MODIFY", "old_path": "src/Twig/ContentExtension.php", "new_path": "src/Twig/ContentExtension.php", "diff": "@@ -149,8 +149,12 @@ class ContentExtension extends AbstractExtension\n/**\n* @param string|array|null $focus\n*/\n- public function getExcerpt(Content $content, int $length ...
PHP
MIT License
bolt/core
Fix Excerpt Twig filter for other things than Content
95,144
26.07.2019 16:49:57
-7,200
9091ddab9e5a2fc6a9fab558ee1aeffebbb3abd2
Tweaking theme templates
[ { "change_type": "MODIFY", "old_path": "public/theme/skeleton/partials/_sub_fields.twig", "new_path": "public/theme/skeleton/partials/_sub_fields.twig", "diff": "{%- spaceless %}\n{# Set up the array of fieldnames that should be iterated. We do this by looping\nover _all_ the fields, and skipping th...
PHP
MIT License
bolt/core
Tweaking theme templates
95,144
26.07.2019 16:50:57
-7,200
e6bbcf0a9039690a306b48dab43813f0056df607
Set contenttype in context for listingpages
[ { "change_type": "MODIFY", "old_path": "src/Controller/Frontend/ListingController.php", "new_path": "src/Controller/Frontend/ListingController.php", "diff": "@@ -44,7 +44,13 @@ class ListingController extends TwigAwareController implements FrontendZone\n$templates = $this->templateChooser->forListin...
PHP
MIT License
bolt/core
Set contenttype in context for listingpages
95,144
26.07.2019 16:51:58
-7,200
64b9138d92bcea19ef8183f64e894f5747d57936
Fixing two small type strictness things
[ { "change_type": "MODIFY", "old_path": "src/Twig/ImageExtension.php", "new_path": "src/Twig/ImageExtension.php", "diff": "@@ -130,9 +130,9 @@ class ImageExtension extends AbstractExtension\n/**\n* @param ImageField|array|string $image\n*/\n- private function getFilename($image): string\n+ private fu...
PHP
MIT License
bolt/core
Fixing two small type strictness things
95,144
27.07.2019 13:37:36
-7,200
458b4f81d0094288e65e037e9035cb2b9c050d2b
Add excerpt as a function
[ { "change_type": "MODIFY", "old_path": "src/Twig/ContentExtension.php", "new_path": "src/Twig/ContentExtension.php", "diff": "@@ -65,7 +65,10 @@ class ContentExtension extends AbstractExtension\n*/\npublic function getFunctions()\n{\n+ $safe = ['is_safe' => ['html']];\n+\nreturn [\n+ new TwigFunctio...
PHP
MIT License
bolt/core
Add excerpt as a function
95,144
27.07.2019 15:25:03
-7,200
020e45b5b5be0e7f351ba5315f8ac366597ac457
Add CopyThemes command
[ { "change_type": "RENAME", "old_path": "src/Command/InstallAssetsCommand.php", "new_path": "src/Command/CopyAssetsCommand.php", "diff": "@@ -14,9 +14,9 @@ use Symfony\\Component\\Filesystem\\Filesystem;\nuse Symfony\\Component\\Finder\\Finder;\nuse Symfony\\Component\\HttpKernel\\KernelInterface;\n-...
PHP
MIT License
bolt/core
Add CopyThemes command
95,144
28.07.2019 07:08:51
-7,200
e735f74139c8cd9ba4cd1c7d42b68b2eddf43368
Place the logo on the login screen
[ { "change_type": "MODIFY", "old_path": "assets/scss/layout/_login.scss", "new_path": "assets/scss/layout/_login.scss", "diff": "@@ -14,4 +14,14 @@ html#login {\nwidth: 22rem;\nbox-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);\n}\n+\n+ .logo {\n+ width: 22rem;\n+ }\n+\n+ h1 {\n+ color: #FFF;\n+ text-ali...
PHP
MIT License
bolt/core
Place the logo on the login screen
95,144
28.07.2019 07:14:25
-7,200
9aad6113434714c538b1c8af57d10c572f816f31
Update bolt_logo_login.svg
[ { "change_type": "MODIFY", "old_path": "assets/static/images/bolt_logo_login.svg", "new_path": "assets/static/images/bolt_logo_login.svg", "diff": "-<svg width=\"1117px\" height=\"256px\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n-<g style=\"\"> <path d=\"M3...
PHP
MIT License
bolt/core
Update bolt_logo_login.svg
95,144
28.07.2019 15:11:12
-7,200
e8db640611661414bddf00955097e17c1c633faa
Working on "Files as Cards" feature
[ { "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- <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 70 55...
PHP
MIT License
bolt/core
Working on "Files as Cards" feature
95,192
29.07.2019 13:43:53
-7,200
b1dd57cfba294b7e5c5f5dea2ad3ea59e3cd25ae
overall refinements, dashboard, titles, titleprefix, filters, layout, sidebar
[ { "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+ <span class=\"sr-only\">Enable compact view mode</span>\n<svg...
PHP
MIT License
bolt/core
overall refinements, dashboard, titles, titleprefix, filters, layout, sidebar
95,192
29.07.2019 16:39:11
-7,200
ddcf7c77117a8a165bb487b38e7fc8eb74f2cd3d
rewrite of topbar links and btn-groups. Now tab-able!
[ { "change_type": "MODIFY", "old_path": "assets/scss/modules/admin/_toolbar.scss", "new_path": "assets/scss/modules/admin/_toolbar.scss", "diff": "display: flex;\nalign-items: center;\njustify-content: center;\n- padding: $spacer*0.8125 $spacer;\nfont-size: 0.875rem;\n+ padding: 0;\n+ a {\n+ font-siz...
PHP
MIT License
bolt/core
rewrite of topbar links and btn-groups. Now tab-able!
95,192
29.07.2019 17:19:28
-7,200
b567d77d898a023a94d179896afad6731d6c1c17
layout sub items and profile button
[ { "change_type": "MODIFY", "old_path": "assets/scss/layout/_admin.scss", "new_path": "assets/scss/layout/_admin.scss", "diff": "//** Layout | Admin\n// Main Layout Grid\n-\n.admin {\nmargin-top: $admin-toolbar-height;\nmin-height: inherit;\n" }, { "change_type": "MODIFY", "old_path": "as...
PHP
MIT License
bolt/core
layout sub items and profile button
95,144
31.07.2019 08:18:23
-7,200
b82f5dbe4b7ba86f344565d669497fbaf51ebca3
Cleanup of overridden packages
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"spec\\\\Bolt\\\\\": \"tests/spec/Bolt/\"\n}\n},\n- \"repositories\": [\n- {\n- \"type\": \"vcs\",\n- \"url\": \"https://github.com/bobdenotter/DoctrineExtensions\",\n- \"no-api\": true\n- },\n- {\n- \"typ...
PHP
MIT License
bolt/core
Cleanup of overridden packages
95,168
02.08.2019 13:38:47
-7,200
40c91d94e9c81c28cdb4f544d6792ca2d389ca2d
Make controller work with sorting
[ { "change_type": "MODIFY", "old_path": "src/Repository/ContentRepository.php", "new_path": "src/Repository/ContentRepository.php", "diff": "@@ -22,6 +22,8 @@ use Symfony\\Bridge\\Doctrine\\RegistryInterface;\n*/\nclass ContentRepository extends ServiceEntityRepository\n{\n+ private $contentColumns =...
PHP
MIT License
bolt/core
Make controller work with sorting
95,144
02.08.2019 14:09:14
-7,200
a9c2e89aca61788ff555c7685ccdb34c325f7330
Add extensions:list command
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Command/ExtensionsListCommand.php", "diff": "+<?php\n+\n+declare(strict_types=1);\n+\n+namespace Bolt\\Command;\n+\n+use Bolt\\Extension\\ExtensionRegistry;\n+use Symfony\\Component\\Console\\Command\\Command;\n+use Symfony\\Component\\Conso...
PHP
MIT License
bolt/core
Add extensions:list command
95,168
02.08.2019 15:26:38
-7,200
1d17aaba7109258b40658e126127f6cea0bd4044
Add sort by select list and filter button
[ { "change_type": "MODIFY", "old_path": "templates/_partials/_pager.html.twig", "new_path": "templates/_partials/_pager.html.twig", "diff": "+{% set sortBy = app.request.get('sort')|default() %}\n+{% set routeParams = { 'contentType': contentType.slug|default() } %}\n+\n+{% if sortBy %}\n+ {% set rou...
PHP
MIT License
bolt/core
Add sort by select list and filter button
95,168
02.08.2019 15:52:25
-7,200
8ec4050e7a4c7bcb76ff8831b8446761bb794793
Add Title to sort by options select list
[ { "change_type": "MODIFY", "old_path": "templates/content/listing.html.twig", "new_path": "templates/content/listing.html.twig", "diff": "singular=\"{{ contentType.singular_name }}\"\n></listing-select-box>\n- {% set filterOptions = {'id': \"Id\", 'Author': 'Author', 'status': 'Status', 'createdAt':...
PHP
MIT License
bolt/core
Add Title to sort by options select list
95,168
02.08.2019 15:53:07
-7,200
01880ee20819d1530f4bf4770cdda9a3837a6f7e
Make filter work in the Controller
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/ContentOverviewController.php", "new_path": "src/Controller/Backend/ContentOverviewController.php", "diff": "@@ -35,7 +35,11 @@ class ContentOverviewController extends TwigAwareController implements BackendZo\ndump($request->query->get('...
PHP
MIT License
bolt/core
Make filter work in the Controller
95,168
02.08.2019 16:01:25
-7,200
7fabea3bf0a615f1b054ffecbe7f4a65e1727c06
Add text input to filter on title
[ { "change_type": "MODIFY", "old_path": "templates/content/listing.html.twig", "new_path": "templates/content/listing.html.twig", "diff": "{% set filterOptions = {'id': \"Id\", 'title': 'Title', 'Author': 'Author', 'status': 'Status', 'createdAt': 'Created date', 'modifiedAt': 'Modified date', 'publi...
PHP
MIT License
bolt/core
Add text input to filter on title
95,144
02.08.2019 17:05:48
-7,200
bbc92634c43ec4758b6092b4410ff9025d22fb14
Working on First steps for Extensions
[ { "change_type": "MODIFY", "old_path": "src/Command/ExtensionsListCommand.php", "new_path": "src/Command/ExtensionsListCommand.php", "diff": "@@ -30,12 +30,24 @@ class ExtensionsListCommand extends Command\n->setDescription('List extensions');\n}\n- protected function execute(InputInterface $input, ...
PHP
MIT License
bolt/core
Working on First steps for Extensions
95,168
02.08.2019 17:28:19
-7,200
c4c5e92207f82b7f274a2be4a0b6c598038d9c28
Combine sort and filter content
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/ContentOverviewController.php", "new_path": "src/Controller/Backend/ContentOverviewController.php", "diff": "@@ -27,11 +27,17 @@ class ContentOverviewController extends TwigAwareController implements BackendZo\n$page = (int) $request->qu...
PHP
MIT License
bolt/core
Combine sort and filter content
95,168
02.08.2019 17:35:13
-7,200
2450f9a1120a51101da3a71401f802ce85586566
Add a clear button to clear sort/filter options
[ { "change_type": "MODIFY", "old_path": "templates/content/listing.html.twig", "new_path": "templates/content/listing.html.twig", "diff": "</p>\n</div>\n<div class=\"form-group\">\n- <button type=\"submit\">Filter</button>\n+ <button class=\"btn btn-tertiary\" type=\"submit\">Filter</button>\n+ {% if...
PHP
MIT License
bolt/core
Add a clear button to clear sort/filter options
95,168
02.08.2019 17:36:59
-7,200
af7f81e53c930fc2a27ceed025acc31a15616e9e
Remove dumps and dies
[ { "change_type": "MODIFY", "old_path": "src/Controller/Backend/ContentOverviewController.php", "new_path": "src/Controller/Backend/ContentOverviewController.php", "diff": "@@ -35,12 +35,7 @@ class ContentOverviewController extends TwigAwareController implements BackendZo\n}\nelseif ($request->query-...
PHP
MIT License
bolt/core
Remove dumps and dies
95,144
03.08.2019 09:04:42
-7,200
e38b2ba99854b548a768ba11f39c1cb1829eb84a
Adding BaseExtension class
[ { "change_type": "ADD", "old_path": null, "new_path": "src/Extension/BaseExtension.php", "diff": "+<?php\n+\n+declare(strict_types=1);\n+\n+namespace Bolt\\Extension;\n+\n+/**\n+ * BaseWidget can be used as easy starter pack or as a base for your own extensions.\n+ */\n+abstract class BaseExtension ...
PHP
MIT License
bolt/core
Adding BaseExtension class
95,144
03.08.2019 11:13:06
-7,200
08e8c11da071c4a31f3ac58aa60544605b5ca689
Let Extensions add Twig Filters and Functions and Bolt Widgets
[ { "change_type": "RENAME", "old_path": "src/Event/Subscriber/InitialiseExtensionsSubscriber.php", "new_path": "src/Event/Subscriber/ExtensionSubscriber.php", "diff": "@@ -5,22 +5,27 @@ declare(strict_types=1);\nnamespace Bolt\\Event\\Subscriber;\nuse Bolt\\Extension\\ExtensionRegistry;\n+use Bolt\\W...
PHP
MIT License
bolt/core
Let Extensions add Twig Filters and Functions and Bolt Widgets
95,144
03.08.2019 15:21:11
-7,200
10b5d6f0f572cbdf61981c7fbfafde3aad727005
Auto-register extensions installed through Composer
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"api-platform/core\": \"^2.4\",\n\"bolt/common\": \"^2.0.2\",\n\"cocur/slugify\": \"^3.2\",\n+ \"composer/composer\": \"^1.9\",\n\"doctrine/annotations\": \"^1.6\",\n\"doctrine/doctrine-bundle\": \"^1.11\"...
PHP
MIT License
bolt/core
Auto-register extensions installed through Composer
95,144
03.08.2019 15:21:27
-7,200
2d38fddddc45bcea430c1d37aecd4de32cb1470c
Removing Weather Widget from Core
[ { "change_type": "DELETE", "old_path": "src/Widget/WeatherWidget.php", "new_path": null, "diff": "-<?php\n-\n-declare(strict_types=1);\n-\n-namespace Bolt\\Widget;\n-\n-use Bolt\\Widget\\Injector\\AdditionalTarget;\n-use Bolt\\Widget\\Injector\\RequestZone;\n-use GuzzleHttp\\Client;\n-use GuzzleHttp...
PHP
MIT License
bolt/core
Removing Weather Widget from Core
95,144
03.08.2019 15:55:28
-7,200
f31d5fb828c015df8276bffb54832061d826653c
Don't register extensions, if there aren't any
[ { "change_type": "MODIFY", "old_path": "src/Extension/ExtensionRegistry.php", "new_path": "src/Extension/ExtensionRegistry.php", "diff": "@@ -23,6 +23,10 @@ class ExtensionRegistry\nprivate function addComposerPackages(): void\n{\n+ if (! method_exists(Types, 'boltExtension')) {\n+ return;\n+ }\n+\n...
PHP
MIT License
bolt/core
Don't register extensions, if there aren't any
95,144
03.08.2019 16:13:24
-7,200
0feb11ca86d3b6f58e1396af9bdd3ec38e359dab
Rename to bolt/core
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "{\n- \"name\": \"bolt/bolt\",\n+ \"name\": \"bolt/core\",\n\"type\": \"library\",\n- \"description\": \"Bolt 4 skeleton / prototype\",\n+ \"description\": \"Bolt 4 core\",\n\"license\": \"MIT\",\n\"require\...
PHP
MIT License
bolt/core
Rename to bolt/core
95,144
03.08.2019 17:13:49
-7,200
423bfe687c3c6d33379437cf1b0ea3b173507385
Removing News Widget, moving to standalone extension
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"behat/mink-extension\": \"^2.3\",\n\"behat/mink-goutte-driver\": \"^1.2\",\n\"behatch/contexts\": \"^3.2\",\n+ \"bobdenotter/weatherwidget\": \"dev-master\",\n+ \"bolt/newswidget\": \"^1.0\",\n\"coduo/php...
PHP
MIT License
bolt/core
Removing News Widget, moving to standalone extension
95,144
03.08.2019 17:25:10
-7,200
d3526b3517281b68399fcf1945508a057422a6c9
Bumping composer.json
[ { "change_type": "MODIFY", "old_path": "composer.json", "new_path": "composer.json", "diff": "\"behat/mink-goutte-driver\": \"^1.2\",\n\"behatch/contexts\": \"^3.2\",\n\"bobdenotter/weatherwidget\": \"dev-master\",\n- \"bolt/newswidget\": \"^1.0\",\n+ \"bolt/newswidget\": \"^1.0.1\",\n\"coduo/php-ma...
PHP
MIT License
bolt/core
Bumping composer.json
95,179
04.08.2019 12:41:38
-7,200
005c57caf5980ef7dd1a3c352a13a7c38b25e7f5
Hu location available
[ { "change_type": "MODIFY", "old_path": "config/bolt/contenttypes.yaml", "new_path": "config/bolt/contenttypes.yaml", "diff": "@@ -41,7 +41,7 @@ homepage:\ngroup: meta\nviewless: true\ntaxonomy: [ categories, tags, foobars ]\n- locales: ['en', 'nl', 'pt_BR', 'es']\n+ locales: ['en', 'nl', 'pt_BR', 'e...
PHP
MIT License
bolt/core
Hu location available
95,168
05.08.2019 09:35:58
-7,200
4411f15da13fba4a1b7dbc0f27f3edf2b4aee7cf
Generate Url using path() when clearing the sort/filter
[ { "change_type": "MODIFY", "old_path": "templates/content/listing.html.twig", "new_path": "templates/content/listing.html.twig", "diff": "<div class=\"form-group\">\n<button class=\"btn btn-tertiary\" type=\"submit\">Filter</button>\n{% if sortBy is not empty or filterValue is not empty %}\n- <a cla...
PHP
MIT License
bolt/core
Generate Url using path() when clearing the sort/filter
95,168
05.08.2019 09:43:35
-7,200
010269a1d27162bf83f86d0e3213c80c508398c5
Make use of type hint in findForListing function
[ { "change_type": "MODIFY", "old_path": "src/Repository/ContentRepository.php", "new_path": "src/Repository/ContentRepository.php", "diff": "@@ -34,7 +34,7 @@ class ContentRepository extends ServiceEntityRepository\nreturn $this->createQueryBuilder('content');\n}\n- public function findForListing(int...
PHP
MIT License
bolt/core
Make use of type hint in findForListing function
95,179
05.08.2019 11:31:16
-7,200
bf9b387b1430d97dc7a48a67f1e203772efc8e44
WIP localizing templates
[ { "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 class=\"btn-toolbar\" role=\"toolbar\">\n<div class=\"btn-group mr-2\" role=\"group\">\n<button type=\"button\" class=\...
PHP
MIT License
bolt/core
WIP localizing templates
95,179
05.08.2019 11:32:54
-7,200
f04c373b5edf902217b93b737f45009ce21ba3c3
Hu translation in progress
[ { "change_type": "MODIFY", "old_path": "translations/security.hu.xlf", "new_path": "translations/security.hu.xlf", "diff": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<xliff xmlns=\"urn:oasis:names:tc:xliff:document:1.2\" version=\"1.2\">\n- <file source-language=\"hu\" target-language=\"hu\" datat...
PHP
MIT License
bolt/core
Hu translation in progress
95,179
05.08.2019 11:33:53
-7,200
0167090a847e0255f5a5896feffa2a471df2fa6b
Get in Vue oriented component xlation
[ { "change_type": "MODIFY", "old_path": "assets/js/app/listing/Components/Records.vue", "new_path": "assets/js/app/listing/Components/Records.vue", "diff": "<script>\nexport default {\nname: 'ListingRecords',\n- props: ['type', 'data'],\n+ props: ['type', 'data', 'labels'],\ncreated() {\nthis.$store....
PHP
MIT License
bolt/core
Get in Vue oriented component xlation
95,144
05.08.2019 11:52:50
-7,200
3e99fc5f2212a30f9cdc2561afbc7c62aa820eda
Use 'Types::get' to avoid needing try/catch
[ { "change_type": "MODIFY", "old_path": "src/Extension/ExtensionRegistry.php", "new_path": "src/Extension/ExtensionRegistry.php", "diff": "@@ -24,14 +24,7 @@ class ExtensionRegistry\nprivate function addComposerPackages(): void\n{\n- // We do a try/catch here, instead of using `method_exists`. This i...
PHP
MIT License
bolt/core
Use 'Types::get' to avoid needing try/catch
95,179
05.08.2019 15:02:32
-7,200
cb1e4b2ea6d0f658a50a1f58eca32b1846806997
Listing components translations
[ { "change_type": "MODIFY", "old_path": "assets/js/app/listing/Components/SelectBox.vue", "new_path": "assets/js/app/listing/Components/SelectBox.vue", "diff": "<script>\nexport default {\nname: 'ListingSelectedBox',\n- props: ['singular', 'plural'],\n+ props: ['singular', 'plural', 'labels'],\ncompu...
PHP
MIT License
bolt/core
Listing components translations
95,179
05.08.2019 16:50:32
-7,200
cd5a23886430ee535341b7c35cb6db3541be20cd
Add listing-select-box labels
[ { "change_type": "MODIFY", "old_path": "assets/js/app/listing/Components/SelectBox.vue", "new_path": "assets/js/app/listing/Components/SelectBox.vue", "diff": "<span class=\"badge is-primary mr-1\">{{ selectedCount }}</span>\n<template v-if=\"selectedCount === 1\">{{ singular }}</template>\n<templat...
PHP
MIT License
bolt/core
Add listing-select-box labels
95,179
05.08.2019 21:47:21
-7,200
bc28529926ac14c501442615bd36fa519029f1c1
editor-embed xlate added
[ { "change_type": "MODIFY", "old_path": "templates/_partials/fields/embed.html.twig", "new_path": "templates/_partials/fields/embed.html.twig", "diff": ":authorurl='{{ field.get('authorurl')|json_encode }}'\n:html='{{ field.get('html')|json_encode }}'\n:thumbnail='{{ field.get('thumbnail')|json_encod...
PHP
MIT License
bolt/core
editor-embed xlate added
95,179
05.08.2019 22:02:52
-7,200
44873eb36cbbd3030b345e8a081efc11facb6f2c
editor-image placeholder texts
[ { "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": ":name=\"name + '[filename]'\"\ntype=\"text\"\nclass=\"form-control\"\n- placeholder=\"filename\"\n+ :placeholder=\"labels.pl...
PHP
MIT License
bolt/core
editor-image placeholder texts
95,179
05.08.2019 22:20:18
-7,200
1bdea53fb3bcf9d971baee8352f57fe510b7c6e9
admin-sidebar xlation added
[ { "change_type": "MODIFY", "old_path": "assets/js/app/sidebar/Components/_SidebarToggler.vue", "new_path": "assets/js/app/sidebar/Components/_SidebarToggler.vue", "diff": "<template>\n<button class=\"admin__sidebar--slim\" @click=\"slimSidebar(!slim)\">\n<i class=\"fas fa-exchange-alt\"></i>\n- <spa...
PHP
MIT License
bolt/core
admin-sidebar xlation added
95,179
05.08.2019 22:41:26
-7,200
6af3de4921718b8e48f721cd213d76f04cac94e1
Some toggler xlates
[ { "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": "data-toggle\n>\n<i class=\"fa fa-calendar\">\n- <span aria-hidden=\"true\" class=\"sr-only\">Toggle</span>\n+ <span aria-hidden=...
PHP
MIT License
bolt/core
Some toggler xlates
95,179
05.08.2019 23:11:20
-7,200
e1fc8767f753be4ed4a227938ba00de7a08584e6
file xlations
[ { "change_type": "MODIFY", "old_path": "translations/messages.en.xlf", "new_path": "translations/messages.en.xlf", "diff": "<source>editor_date.toggle</source>\n<target>Toggle</target>\n</trans-unit>\n+ <trans-unit id=\"VQ2t655\" resname=\"file.label_filename\">\n+ <source>file.label_filename</sourc...
PHP
MIT License
bolt/core
file xlations
95,179
05.08.2019 23:16:40
-7,200
07042fe3da7ddb1c059c7ebfb2a609aaf6a8440b
filelist translations added
[ { "change_type": "MODIFY", "old_path": "translations/messages.en.xlf", "new_path": "translations/messages.en.xlf", "diff": "<source>file.label_alt</source>\n<target>Alt</target>\n</trans-unit>\n+ <trans-unit id=\"M.3olSc\" resname=\"filelist.remark\">\n+ <source>filelist.remark</source>\n+ <target><...
PHP
MIT License
bolt/core
filelist translations added
95,179
06.08.2019 10:16:38
-7,200
3b0322d2ea9ea2877a6bc35b3c49321415c478c3
imagelist, repeater xlation added
[ { "change_type": "MODIFY", "old_path": "templates/_partials/fields/repeater.html.twig", "new_path": "templates/_partials/fields/repeater.html.twig", "diff": "{% extends '@bolt/_partials/fields/_base.html.twig' %}\n{% block field %}\n- <mark>Note: The Repeater / Block field is basically a wrapper for...
PHP
MIT License
bolt/core
imagelist, repeater xlation added
95,179
06.08.2019 10:19:17
-7,200
c4fc0f62d6492cdba87d5998c514b60742bd9270
flash-messages xlations added
[ { "change_type": "MODIFY", "old_path": "templates/_partials/_flash_messages.html.twig", "new_path": "templates/_partials/_flash_messages.html.twig", "diff": "<!-- Then put toasts within -->\n<div class=\"toast\" role=\"alert\" aria-live=\"assertive\" aria-atomic=\"true\" data-delay=\"6000\">\n<div c...
PHP
MIT License
bolt/core
flash-messages xlations added
95,179
06.08.2019 10:25:48
-7,200
ecbe427c674fa81b8c255752ec435233cef68ecc
flash-messages, buttons xtaions added
[ { "change_type": "MODIFY", "old_path": "templates/_partials/_flash_messages.html.twig", "new_path": "templates/_partials/_flash_messages.html.twig", "diff": "<!-- Then put toasts within -->\n<div class=\"toast\" role=\"alert\" aria-live=\"assertive\" aria-atomic=\"true\" data-delay=\"6000\">\n<div c...
PHP
MIT License
bolt/core
flash-messages, buttons xtaions added
95,179
06.08.2019 10:41:52
-7,200
bfcd81f72b418731805f9fe289b51556767c11b2
listing, localeswitcher xlations added
[ { "change_type": "MODIFY", "old_path": "templates/content/_localeswitcher.html.twig", "new_path": "templates/content/_localeswitcher.html.twig", "diff": "></general-language>\n<a href=\"{{ path('bolt_content_edit_locales', {'id': record.id}) }}\" class=\"btn btn-light btn-small\">\n- See Localizatio...
PHP
MIT License
bolt/core
listing, localeswitcher xlations added
95,179
06.08.2019 10:46:58
-7,200
0cc48516b7dd5fb5daab60f1cb3072c448cf2a72
view-locales xlations added
[ { "change_type": "MODIFY", "old_path": "templates/content/view_locales.html.twig", "new_path": "templates/content/view_locales.html.twig", "diff": "{% for locale in locales %}\n<td>\n{% if not field.definition.localize and not loop.first %}\n- <span class=\"badge badge-info\">Default</span>\n+ <span...
PHP
MIT License
bolt/core
view-locales xlations added
95,179
06.08.2019 11:00:26
-7,200
c05282bfb2230ff673c2b3ecea3bfb388cbe84ca
files-cards xlations added
[ { "change_type": "MODIFY", "old_path": "templates/finder/_files_cards.html.twig", "new_path": "templates/finder/_files_cards.html.twig", "diff": "aria-expanded=\"false\"\n>\n<i class=\"fas fa-question-circle\"></i>\n- <span class=\"sr-only\">Toggle Dropdown</span>\n+ <span class=\"sr-only\">{{ 'file...
PHP
MIT License
bolt/core
files-cards xlations added
95,179
06.08.2019 11:03:46
-7,200
ba39c0d57c448ee82446c92ae55d071fb88f7099
files-list xlations added
[ { "change_type": "MODIFY", "old_path": "templates/finder/_files_list.html.twig", "new_path": "templates/finder/_files_list.html.twig", "diff": "{% else %}\n<tr>\n<td colspan=\"6\">\n- <p><strong>No files are present in this folder. Select a folder to navigate to, on the right-hand side.</strong></p>...
PHP
MIT License
bolt/core
files-list xlations added
95,179
06.08.2019 11:09:51
-7,200
f19e34aa6cb43b2631649dc5ac75e021b4643aa4
quickselect xlations added
[ { "change_type": "MODIFY", "old_path": "templates/finder/_quickselect.html.twig", "new_path": "templates/finder/_quickselect.html.twig", "diff": "<div class=\"row\">\n<div class=\"col-md-auto align-self-end\">\n- <p style=\"margin-top: 0.75rem\">Select a file:</p>\n+ <p style=\"margin-top: 0.75rem\"...
PHP
MIT License
bolt/core
quickselect xlations added
95,179
06.08.2019 11:14:24
-7,200
387e4c44ea459af2ecf7a83a66445758eb845e7a
finder xlations added
[ { "change_type": "MODIFY", "old_path": "templates/finder/finder.html.twig", "new_path": "templates/finder/finder.html.twig", "diff": "View:\n<div class=\"btn-group\">\n- <a href=\"{{ path('bolt_filemanager', {'location': location, 'path': path, 'view': 'list' }) }}\" class=\"btn btn-secondary\"><i c...
PHP
MIT License
bolt/core
finder xlations added
95,179
06.08.2019 11:37:12
-7,200
192ec6c652d2b14b66613e2ce03db598a62aab30
extensions, dashboard xlations added
[ { "change_type": "MODIFY", "old_path": "templates/pages/extensions.html.twig", "new_path": "templates/pages/extensions.html.twig", "diff": "{% if package %}\n<dl class=\"row\">\n- <dt class=\"col-sm-3\">Description:</dt>\n+ <dt class=\"col-sm-3\">{{ 'extensions.title_desc'|trans }}</dt>\n<dd class=\...
PHP
MIT License
bolt/core
extensions, dashboard xlations added
95,179
06.08.2019 11:40:43
-7,200
56b8deb9edead54d9419d6f3b560559bf25c2c2f
login xlations added
[ { "change_type": "MODIFY", "old_path": "templates/security/login.html.twig", "new_path": "templates/security/login.html.twig", "diff": "<div class=\"card-header\">\n<i class=\"fa fa-lock\" aria-hidden=\"true\"></i>\n- Bolt &raquo; Login\n+ {{ 'login.header_login'|trans }}\n</div>\n<div class=\"card-...
PHP
MIT License
bolt/core
login xlations added
95,179
06.08.2019 23:20:25
-7,200
7baeb2e072d226f9138ddf497cb54069bbb9940f
Styling in vue components
[ { "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": "<div class=\"input-group\">\n<flat-pickr\nv-model=\"val\"\n- :config=\"config\"\nclass=\"form-control editor--date\"\n- placehol...
PHP
MIT License
bolt/core
Styling in vue components
95,144
07.08.2019 14:10:57
-7,200
3ae51f25cea3a58044f3d19b0b1b216ad06feae1
Allow PNG (and WEBP and SVG) as image uploads
[ { "change_type": "MODIFY", "old_path": "public/theme/skeleton/index.twig", "new_path": "public/theme/skeleton/index.twig", "diff": "{% if record|default %}\n- <h1><a href=\"{{ record|link }}\">{{ record|title }}</a></h1>\n+ <h1><a href=\"{{ record|link }}\">{{ record|title|rot13 }}</a></h1>\n{# Remo...
PHP
MIT License
bolt/core
Allow PNG (and WEBP and SVG) as image uploads
95,192
07.08.2019 14:34:59
-7,200
a7480476f3845ec5d889a93a333823f4bd6fcbdc
line up links in header, tweak responsive nudges to topbar and grid padding plus columns
[ { "change_type": "MODIFY", "old_path": "assets/scss/layout/_admin.scss", "new_path": "assets/scss/layout/_admin.scss", "diff": "height: $admin-toolbar-height;\nwidth: 100vw;\nz-index: 5;\n- @include media-breakpoint-up(md) {\n+ @include media-breakpoint-up(sm) {\nheight: $admin-toolbar-height-wide;\...
PHP
MIT License
bolt/core
line up links in header, tweak responsive nudges to topbar and grid padding plus columns
95,179
07.08.2019 14:40:00
-7,200
eb7f9fb924352ac0ea2bdc4fb96ae442b2bba653
Fix Missing labels in templates
[ { "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": "class=\"btn btn-secondary btn-block btn-sm text-nowrap\"\n:href=\"record.extras.editLink\"\n>\n- <i class=\"far fa-edit mr...
PHP
MIT License
bolt/core
Fix Missing labels in templates