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,168
01.03.2022 17:48:52
-3,600
e0c31cfd6e3bfea1f6266c6e6652175b9e8e5ecf
Use other default Sass variables for the one no longer existing
[ { "change_type": "MODIFY", "old_path": "assets/scss/vendor/multiselect.scss", "new_path": "assets/scss/vendor/multiselect.scss", "diff": "@import \"~bootstrap/scss/functions\";\n@import \"~bootstrap/scss/variables\";\n-$vue-multiselect-padding-x : $custom-select-padding-x !default;\n-$vue-multiselec...
PHP
MIT License
bolt/core
Use other default Sass variables for the one no longer existing
95,168
01.03.2022 17:50:28
-3,600
0d291d093345cc562b80590b014f3e11f21b807c
Comment out non existing Bootstrap components for now
[ { "change_type": "MODIFY", "old_path": "assets/scss/vendor/bootstrap/bootstrap.scss", "new_path": "assets/scss/vendor/bootstrap/bootstrap.scss", "diff": "@import \"~bootstrap/scss/transitions\";\n@import \"~bootstrap/scss/dropdown\";\n@import \"~bootstrap/scss/button-group\";\n-@import \"~bootstrap/...
PHP
MIT License
bolt/core
Comment out non existing Bootstrap components for now
95,168
01.03.2022 17:52:36
-3,600
da61c4b59d9e885509059b97ce35e220f8910dcd
Replace theme-color-level() by mix() in _buttons.scss
[ { "change_type": "MODIFY", "old_path": "assets/scss/modules/base/_buttons.scss", "new_path": "assets/scss/modules/base/_buttons.scss", "diff": "@@ -22,10 +22,10 @@ $theme-colors: (\n\"dark\": $dark,\n\"boltblue\": $bolt-blue,\n);\n-\n+@debug 'THEME COLORS' $theme-colors;\n@each $color, $value in $th...
PHP
MIT License
bolt/core
Replace theme-color-level() by mix() in _buttons.scss
95,168
02.03.2022 15:41:58
-3,600
cdd0a54062adcff24c4d298ef38b2371c66f311f
Keep $alert-bg-level Bootstrap 4 variable
[ { "change_type": "MODIFY", "old_path": "assets/scss/init/_variables.scss", "new_path": "assets/scss/init/_variables.scss", "diff": "@@ -91,6 +91,11 @@ $spacer: 1rem;\n// Pagination\n$pagination-focus-outline: solid 0.15rem;\n+// Alerts\n+//\n+// Define alert colors, border radius, and padding.\n+$al...
PHP
MIT License
bolt/core
Keep $alert-bg-level Bootstrap 4 variable
95,168
02.03.2022 16:35:32
-3,600
57466367ff717562e831869925efb1da5ec44d05
Replace badge-variant() function by the returning value
[ { "change_type": "MODIFY", "old_path": "assets/scss/modules/base/_badges.scss", "new_path": "assets/scss/modules/base/_badges.scss", "diff": ".badge-tertiary {\n- @include badge-variant($tertiary);\n+ color: color-contrast($background, $color-contrast-dark: $color-contrast-dark, $color-contrast-ligh...
PHP
MIT License
bolt/core
Replace badge-variant() function by the returning value
95,168
02.03.2022 16:43:37
-3,600
9cf1b8d606207502a1b54c60f0d8f0485ec2994a
Use visually-hidden and visually-hidden-focusable functions
[ { "change_type": "MODIFY", "old_path": "assets/scss/modules/editor/fields/_file.scss", "new_path": "assets/scss/modules/editor/fields/_file.scss", "diff": "}\n&--upload {\n- @include sr-only;\n- @include sr-only-focusable;\n+ @include visually-hidden;\n+ @include visually-hidden-focusable;\n}\n&--dr...
PHP
MIT License
bolt/core
Use visually-hidden and visually-hidden-focusable functions
95,168
03.03.2022 11:19:14
-3,600
be2ec004bbe62a904bf6b6257e660263d7d1bd29
Add text-decoration-none utility class to links Bootstrap 5 adds text-decoration: underline to links by default. This commit removes the underline where we don't need it.
[ { "change_type": "MODIFY", "old_path": "assets/js/app/listing/Components/Table/Row/index.vue", "new_path": "assets/js/app/listing/Components/Table/Row/index.vue", "diff": "<div key=\"row\" class=\"listing__row\" :class=\"`is-${size}`\" @mouseleave=\"leave\">\n<!-- column details / excerpt -->\n<div ...
PHP
MIT License
bolt/core
Add text-decoration-none utility class to links Bootstrap 5 adds text-decoration: underline to links by default. This commit removes the underline where we don't need it.
95,168
03.03.2022 11:52:32
-3,600
9dec219d1fd5397832dead9f93c527cc631a46ba
Replace data-toggle attribute by data-bs-toggle Bootstrap 5 dropdown buttons are now triggered using data-bs-toggle="dropdown" attribute
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Collection.vue", "new_path": "assets/js/app/editor/Components/Collection.vue", "diff": ":disabled=\"!allowMore\"\nclass=\"btn btn-secondary dropdown-toggle\"\ntype=\"button\"\n- data-toggle=\"dropdown\"\n+ data-bs-toggle=\"dropd...
PHP
MIT License
bolt/core
Replace data-toggle attribute by data-bs-toggle Bootstrap 5 dropdown buttons are now triggered using data-bs-toggle="dropdown" attribute
95,168
03.03.2022 11:53:51
-3,600
a16da47cb9abba5416525bb32ca2370d1b42f6c0
Update Cypress tests that interact with dropdown buttons
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/contenttype_permissions.spec.js", "new_path": "tests/cypress/integration/contenttype_permissions.spec.js", "diff": "@@ -59,7 +59,7 @@ describe('Create content as editor and delete it as chief editor', () => {\ncy.visit('/bolt/content/...
PHP
MIT License
bolt/core
Update Cypress tests that interact with dropdown buttons
95,168
03.03.2022 14:04:13
-3,600
fc3d3e414b47e64424531bc5883d679ec94177fc
Update value of $min-contrast-ratio Sass variable
[ { "change_type": "MODIFY", "old_path": "assets/scss/init/_variables.scss", "new_path": "assets/scss/init/_variables.scss", "diff": "@@ -109,9 +109,9 @@ $grid-breakpoints: (\n);\n// This number determines of a button has white or black text (a11y)\n-// 150: about equal to 3.0 color contrast ( WCAG2 f...
PHP
MIT License
bolt/core
Update value of $min-contrast-ratio Sass variable
95,168
03.03.2022 14:36:08
-3,600
f502c5ee1a23e7a02759f5d3fe782414fb343ae3
Add utility class text-decoration-none to remove default Bootstrap 5 underline
[ { "change_type": "MODIFY", "old_path": "templates/finder/_files_cards.html.twig", "new_path": "templates/finder/_files_cards.html.twig", "diff": "<img class=\"card-img-top\" src=\"{{ thumbnail }}\" loading=\"lazy\">\n</a>\n{% else %}\n- <img class=\"card-img-top\" src=\"{{ asset('assets/images/place...
PHP
MIT License
bolt/core
Add utility class text-decoration-none to remove default Bootstrap 5 underline
95,168
03.03.2022 14:37:28
-3,600
5daaf9fcb6fa4ba3dbb09fe5b26c4dd8263f0507
Use shift-color function instead of mix
[ { "change_type": "MODIFY", "old_path": "assets/scss/modules/base/_buttons.scss", "new_path": "assets/scss/modules/base/_buttons.scss", "diff": "@@ -25,7 +25,7 @@ $theme-colors: (\n@each $color, $value in $theme-colors {\n.alert-#{$color} {\n- background-color: mix($white, map-get($theme-colors, $col...
PHP
MIT License
bolt/core
Use shift-color function instead of mix
95,168
09.03.2022 09:09:51
-3,600
4aa52cdf9300f3ef369d304e9ea78a795fdd905a
Replace custom-checkbox by form-check as new in Bootstrap 5
[ { "change_type": "MODIFY", "old_path": "assets/js/app/listing/Components/Filter.vue", "new_path": "assets/js/app/listing/Components/Filter.vue", "diff": "<nav class=\"listing__filter\">\n<ul class=\"listing__filter--controls\">\n<!-- Check all checkbox -->\n- <li v-if=\"type !== 'dashboard'\">\n- <d...
PHP
MIT License
bolt/core
Replace custom-checkbox by form-check as new in Bootstrap 5
95,168
14.03.2022 14:49:59
-3,600
a9bac2d90f2c20a493cb73db7bd52b9cf6c5c1b4
Replace ml-* utility classes by ms-*
[ { "change_type": "MODIFY", "old_path": "templates/_partials/_flash_messages.html.twig", "new_path": "templates/_partials/_flash_messages.html.twig", "diff": "<div class=\"alert-{{ type }} toast-header\">\n<strong class=\"mr-auto\">{{ 'flash_messages.notification'|trans }}</strong>\n<small>{{ type|tr...
PHP
MIT License
bolt/core
Replace ml-* utility classes by ms-*
95,168
14.03.2022 14:55:23
-3,600
194d7c50eb9e4826572d958e4adb3aa3c390a0df
Replace pl-* utility classes by ps-*
[ { "change_type": "MODIFY", "old_path": "templates/pages/logviewer.html.twig", "new_path": "templates/pages/logviewer.html.twig", "diff": "{{ macro.icon('cog') }} {{ __('label.request') }}\n</button>\n<div class=\"dropdown-menu\" aria-labelledby=\"dropdownMenuButton\" style=\"width: 400px; font-size:...
PHP
MIT License
bolt/core
Replace pl-* utility classes by ps-*
95,168
14.03.2022 14:57:14
-3,600
509e8ecdeb9a3bf911304e9f3242d47fa700c239
Replace pr-* utility classes by pe-*
[ { "change_type": "MODIFY", "old_path": "templates/finder/_files_cards.html.twig", "new_path": "templates/finder/_files_cards.html.twig", "diff": "{% endif %}\n- <div class=\"col-6 col-sm-4 col-xl-3 pr-0 pb-3\">\n+ <div class=\"col-6 col-sm-4 col-xl-3 pe-0 pb-3\">\n<div class=\"card\">\n{%- if thumbn...
PHP
MIT License
bolt/core
Replace pr-* utility classes by pe-*
95,168
14.03.2022 15:42:26
-3,600
3868d470cb59f66ed95e396da0435b9120943070
Import Bootstrap's CSS variables
[ { "change_type": "MODIFY", "old_path": "assets/scss/init/_variables.scss", "new_path": "assets/scss/init/_variables.scss", "diff": "@@ -42,6 +42,8 @@ $link-hover-color: var(--primary-600);\n//buttons\n$btn-disabled-opacity: 0.75;\n+$btn-hover-bg-shade-amount: 10%;\n+//$btn-hover-bg-tint-amount: 50%;...
PHP
MIT License
bolt/core
Import Bootstrap's CSS variables
95,168
14.03.2022 17:09:06
-3,600
99b42e7d79e15bfd504fd217340449671ebf0a17
Replace badge-* background colors by bg-*
[ { "change_type": "MODIFY", "old_path": "templates/content/view_locales.html.twig", "new_path": "templates/content/view_locales.html.twig", "diff": "{% set translated = field|translate(locale) %}\n<td>\n{% if not field.definition.localize %}\n- <span class=\"badge badge-info\">{{ 'view_locales.badge_...
PHP
MIT License
bolt/core
Replace badge-* background colors by bg-*
95,168
14.03.2022 17:29:26
-3,600
64982388b347b616a0c22319df68189779fb639d
Add white color to btn-hidden-danger buttons
[ { "change_type": "MODIFY", "old_path": "assets/scss/modules/base/_buttons.scss", "new_path": "assets/scss/modules/base/_buttons.scss", "diff": "// Uses 'button-variant' mixin from core bootstrap with fixed colors.\n.btn-hidden-danger {\n- @include button-variant($tertiary, $tertiary, darken($danger,...
PHP
MIT License
bolt/core
Add white color to btn-hidden-danger buttons
95,168
14.03.2022 17:34:21
-3,600
aa288847e4e39fcb384f31f33b9bd8a9c4113fdd
Add text-decoration-none to badges
[ { "change_type": "MODIFY", "old_path": "templates/content/listing.html.twig", "new_path": "templates/content/listing.html.twig", "diff": "<p>\n<strong>{{ taxonomyDefinition.singular_name }}:</strong>\n{% for key, value in taxonomyDefinition.options %}\n- <a class=\"badge badge-tertiary {% if taxonom...
PHP
MIT License
bolt/core
Add text-decoration-none to badges
95,168
15.03.2022 15:30:30
-3,600
616a66febca06cc48d582614c489c115f7dbe33d
Remove generation of custom states backgrounds
[ { "change_type": "MODIFY", "old_path": "assets/scss/modules/base/_buttons.scss", "new_path": "assets/scss/modules/base/_buttons.scss", "diff": "@@ -24,9 +24,6 @@ $theme-colors: (\n);\n@each $color, $value in $theme-colors {\n- .alert-#{$color} {\n- background-color: shift-color($value, $alert-bg-lev...
PHP
MIT License
bolt/core
Remove generation of custom states backgrounds
95,168
15.03.2022 15:54:06
-3,600
9e676f84311ee386fd18ede0f0c1045a94e52880
Replace input-group-append by input-group-text
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Password.vue", "new_path": "assets/js/app/editor/Components/Password.vue", "diff": "@input=\"measureStrength\"\n/>\n- <div class=\"input-group-append\">\n+ <div class=\"input-group-text p-0\">\n<i\nref=\"visibilityToggle\"\n- cl...
PHP
MIT License
bolt/core
Replace input-group-append by input-group-text
95,168
15.03.2022 17:02:03
-3,600
42ccb4c6f006ca0b39f4e86b022acd7ef90dfca9
Replace float-right by float-end
[ { "change_type": "MODIFY", "old_path": "templates/_partials/fields/_label.html.twig", "new_path": "templates/_partials/fields/_label.html.twig", "diff": "{%- if type|default() != 'checkbox' -%}\n{%- if localize|default() -%}\n- <span style=\"color: #999; font-size: 140%; line-height: 0;\" class=\"{%...
PHP
MIT License
bolt/core
Replace float-right by float-end
95,168
15.03.2022 17:48:00
-3,600
752493c7b92e47f78b28555fb9284e468b7ddfc2
Add form-label class to <label> element
[ { "change_type": "MODIFY", "old_path": "templates/_partials/fields/_label.html.twig", "new_path": "templates/_partials/fields/_label.html.twig", "diff": "<span style=\"color: #999; font-size: 140%; line-height: 0;\" class=\"{% if type|default() != 'collection' %}float-end{% endif %}\" title=\"{{ __(...
PHP
MIT License
bolt/core
Add form-label class to <label> element
95,168
15.03.2022 21:28:18
-3,600
9f0e219605229dfcf5b7f7a51df84e3e1bf60eb9
Add form-label class to form labels elements
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Checkbox.vue", "new_path": "assets/js/app/editor/Components/Checkbox.vue", "diff": ":readonly=\"readonly\"\n@change=\"liveValue = $event.target.checked\"\n/>\n- <label class=\"custom-control-label\" :for=\"name\">{{ label }}</la...
PHP
MIT License
bolt/core
Add form-label class to form labels elements
95,168
15.03.2022 21:30:08
-3,600
34317fbeaacb23fec6158cff723515e8b36cbdbe
Remove .input-group-append and .input-group-prepend wrappers
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Date.vue", "new_path": "assets/js/app/editor/Components/Date.vue", "diff": ":data-errormessage=\"errormessage\"\n>\n</flat-pickr>\n- <div class=\"input-group-append\">\n<button\nclass=\"btn btn-tertiary\"\n:class=\"{ 'btn-outlin...
PHP
MIT License
bolt/core
Remove .input-group-append and .input-group-prepend wrappers
95,168
15.03.2022 21:33:33
-3,600
dc5ae85fc287609c01dcfa1fe6dac5cb5e6b94e9
Replace data-toggle by data-bs-toggle
[ { "change_type": "MODIFY", "old_path": "templates/content/_tabs.html.twig", "new_path": "templates/content/_tabs.html.twig", "diff": "<ul class=\"nav editor__tabbar\" role=\"tablist\">\n{% for group in groups %}\n<li class=\"nav-item\" role=\"presentation\">\n- <a class=\"nav-link {% if loop.first %...
PHP
MIT License
bolt/core
Replace data-toggle by data-bs-toggle
95,168
17.03.2022 11:48:43
-3,600
eff892e5a8a6eb44bbdc8594d4bd09d259048356
Replace form-group and inline-form classes by utility classes
[ { "change_type": "MODIFY", "old_path": "templates/_partials/fields/_base.html.twig", "new_path": "templates/_partials/fields/_base.html.twig", "diff": "<!-- field \"{{ label }}\" (type: {{ type }}{% if variant != 'normal' %}, variant: {{ variant }}{% endif %}) -->\n<div\n- class=\"form-group {{ type...
PHP
MIT License
bolt/core
Replace form-group and inline-form classes by utility classes
95,168
17.03.2022 15:49:06
-3,600
5112b18b25406956e0a37b48fc30e6513ef6ca75
Fix checkbox and switcher fields
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Checkbox.vue", "new_path": "assets/js/app/editor/Components/Checkbox.vue", "diff": "<template>\n<div>\n- <div :class=\"['custom-control', 'custom-' + mode]\">\n+ <div :class=\"['custom-control', 'form-' + mode, 'form-check', mod...
PHP
MIT License
bolt/core
Fix checkbox and switcher fields
95,168
18.03.2022 12:15:26
-3,600
0c534c07ccf0ed68884c99b982a068b830e7d6c5
Replace form-group by mb-4 utility class
[ { "change_type": "MODIFY", "old_path": "templates/content/_relationships.html.twig", "new_path": "templates/content/_relationships.html.twig", "diff": "{% set value = record|related_values(contentType) %}\n- <div class=\"form-group is-normal\">\n+ <div class=\"mb-4 is-normal\">\n{# Print prefix #}\n...
PHP
MIT License
bolt/core
Replace form-group by mb-4 utility class
95,168
18.03.2022 12:16:54
-3,600
406cf46c231070e2108783fdfbbca5ef68c06afe
Remove is-normal class where it does not apply CSS
[ { "change_type": "MODIFY", "old_path": "templates/content/_relationships.html.twig", "new_path": "templates/content/_relationships.html.twig", "diff": "{% set value = record|related_values(contentType) %}\n- <div class=\"mb-4 is-normal\">\n+ <div class=\"mb-4\">\n{# Print prefix #}\n{% if relation['...
PHP
MIT License
bolt/core
Remove is-normal class where it does not apply CSS
95,168
18.03.2022 12:54:10
-3,600
b258d0438e5b48d849280bc8c61e057f27087057
Add ternary operator to check for fields that need less margin
[ { "change_type": "MODIFY", "old_path": "templates/_partials/fields/_base.html.twig", "new_path": "templates/_partials/fields/_base.html.twig", "diff": "<!-- field \"{{ label }}\" (type: {{ type }}{% if variant != 'normal' %}, variant: {{ variant }}{% endif %}) -->\n<div\n- class=\"mb-4 {{ type_card ...
PHP
MIT License
bolt/core
Add ternary operator to check for fields that need less margin
95,168
21.03.2022 16:53:16
-3,600
005821b301308837df68e7730018c4330d1ac007
Rewrite initialization of Toasts in Javascript
[ { "change_type": "MODIFY", "old_path": "assets/js/app/notifications/index.js", "new_path": "assets/js/app/notifications/index.js", "diff": "import $ from 'jquery';\n+import { Toast } from 'bootstrap';\n$(document).ready(function() {\n- $('.toast').toast('show');\n+ var toastElList = [].slice.call(do...
PHP
MIT License
bolt/core
Rewrite initialization of Toasts in Javascript
95,168
21.03.2022 16:54:10
-3,600
2f54f6a5e12eacf13e8ec36c7062720facece53d
Replace data-toggle attribute by data-bs-toggle
[ { "change_type": "MODIFY", "old_path": "templates/_partials/fields/_label.html.twig", "new_path": "templates/_partials/fields/_label.html.twig", "diff": "{% if required %} <span class=\"required-label\"></span> {% endif %}\n{% if info|default() %}\n- <i class=\"fa fa-info-circle\" data-toggle=\"popo...
PHP
MIT License
bolt/core
Replace data-toggle attribute by data-bs-toggle
95,168
22.03.2022 08:49:43
-3,600
60fe8e3560c445b23273654ca25ffe9168233519
Initialize Popovers with Javascript
[ { "change_type": "MODIFY", "old_path": "assets/js/app/common.js", "new_path": "assets/js/app/common.js", "diff": "import $ from 'jquery';\nimport { DateTime } from 'luxon';\n+import { Popover } from 'bootstrap'\nimport { version } from '../version';\nwindow.assetsVersion = version;\n@@ -62,7 +63,11 ...
PHP
MIT License
bolt/core
Initialize Popovers with Javascript
95,168
22.03.2022 15:39:08
-3,600
d4ba524dc1c2206c52560eadea27dbd5fcd2eb5e
Move color around in variables.scss
[ { "change_type": "MODIFY", "old_path": "assets/scss/init/_variables.scss", "new_path": "assets/scss/init/_variables.scss", "diff": "$background: #fbfaf9;\n$primary: #255687;\n-$body-bg: $background;\n-\n-$letter-spacing: 0;\n+$primary: #1863af;\n+$secondary: #1f8389;\n+$tertiary: #667a81;\n+$success...
PHP
MIT License
bolt/core
Move color around in variables.scss
95,168
22.03.2022 15:39:37
-3,600
5cf8be0c53611efe2e72e73b32f4c0788e0da757
Remove theme-colors from buttons.scss
[ { "change_type": "MODIFY", "old_path": "assets/scss/modules/base/_buttons.scss", "new_path": "assets/scss/modules/base/_buttons.scss", "diff": "@include button-variant($light, $light, darken($danger, 7.5%), darken($danger, 10%), darken($danger, 10%), darken($danger, 12.5%));\n}\n-$theme-colors: (\n-...
PHP
MIT License
bolt/core
Remove theme-colors from buttons.scss
95,168
22.03.2022 15:40:05
-3,600
932b2bd38f8c5d742cbc3bc5d162f9db5378c753
Use bg-toast-{state} classes to apply backgroudn color on toasts
[ { "change_type": "MODIFY", "old_path": "templates/_partials/_flash_messages.html.twig", "new_path": "templates/_partials/_flash_messages.html.twig", "diff": "{% for message in messages %}\n<!-- Then put toasts within -->\n<div class=\"toast\" role=\"alert\" aria-live=\"assertive\" aria-atomic=\"true...
PHP
MIT License
bolt/core
Use bg-toast-{state} classes to apply backgroudn color on toasts
95,168
23.03.2022 09:25:39
-3,600
06020d27a5bd35b0edcecdc03d54e49a337dac26
Replace data-content attribute by data-bs-content
[ { "change_type": "MODIFY", "old_path": "templates/_partials/fields/_label.html.twig", "new_path": "templates/_partials/fields/_label.html.twig", "diff": "{% if required %} <span class=\"required-label\"></span> {% endif %}\n{% if info|default() %}\n- <i class=\"fa fa-info-circle\" data-bs-toggle=\"p...
PHP
MIT License
bolt/core
Replace data-content attribute by data-bs-content
95,168
23.03.2022 09:29:12
-3,600
02ac35eb4743c69dd584137acb855b0195b8876f
Replace data-trigger attribute by data-bs-trigger
[ { "change_type": "MODIFY", "old_path": "templates/_partials/fields/_label.html.twig", "new_path": "templates/_partials/fields/_label.html.twig", "diff": "{% if required %} <span class=\"required-label\"></span> {% endif %}\n{% if info|default() %}\n- <i class=\"fa fa-info-circle\" data-bs-toggle=\"p...
PHP
MIT License
bolt/core
Replace data-trigger attribute by data-bs-trigger
95,168
23.03.2022 09:37:33
-3,600
dde7ee9348c5766c498a5e5534ac4af5369f8eaa
Replace data-html attribute by data-bs-attribute
[ { "change_type": "MODIFY", "old_path": "templates/_partials/fields/_label.html.twig", "new_path": "templates/_partials/fields/_label.html.twig", "diff": "{% if required %} <span class=\"required-label\"></span> {% endif %}\n{% if info|default() %}\n- <i class=\"fa fa-info-circle\" data-bs-toggle=\"p...
PHP
MIT License
bolt/core
Replace data-html attribute by data-bs-attribute
95,168
01.04.2022 14:01:53
-7,200
474a902f25540c3a0937c28884badfad126babe8
Replace Bootbox by built in Bootstrap modal system
[ { "change_type": "MODIFY", "old_path": "templates/_base/layout.html.twig", "new_path": "templates/_base/layout.html.twig", "diff": "</div>\n<!-- End Admin Main -->\n+ <div class=\"modal fade\" id=\"resourcesModal\" tabindex=\"-1\" aria-labelledby=\"resourcesModalLabel\" aria-hidden=\"true\">\n+ <div...
PHP
MIT License
bolt/core
Replace Bootbox by built in Bootstrap modal system
95,168
01.04.2022 14:02:28
-7,200
9fd84b7e6784173b841b4710d529476b5245c4b2
Configure Popovers SCSS variables in _variables.scss
[ { "change_type": "MODIFY", "old_path": "assets/scss/init/_variables.scss", "new_path": "assets/scss/init/_variables.scss", "diff": "@@ -133,14 +133,20 @@ $grid-breakpoints: (\n// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast\n$min-contrast-ratio: 4.5;\n+// Popovers\n+\n+$popover-h...
PHP
MIT License
bolt/core
Configure Popovers SCSS variables in _variables.scss
95,168
05.04.2022 11:06:19
-7,200
cabd21037e25e77e39f9ed53a50cda4029638ba3
Replace Bootbox by Bootstrap modal for file fields
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/File.vue", "new_path": "assets/js/app/editor/Components/File.vue", "diff": "type=\"button\"\n:readonly=\"readonly\"\ndata-patience=\"virtue\"\n- @click=\"selectServerFile\"\n+ data-bs-toggle=\"modal\"\n+ data-bs-target=\"#resour...
PHP
MIT License
bolt/core
Replace Bootbox by Bootstrap modal for file fields
95,168
07.04.2022 14:07:13
-7,200
14db5368e166c520d348b82796b4f2751d4ebb86
Add good color for .btn-light-danger
[ { "change_type": "MODIFY", "old_path": "assets/scss/modules/base/_buttons.scss", "new_path": "assets/scss/modules/base/_buttons.scss", "diff": "}\n.btn-light-danger {\n- @include button-variant($light, $light, darken($danger, 7.5%), darken($danger, 10%), darken($danger, 10%), darken($danger, 12.5%))...
PHP
MIT License
bolt/core
Add good color for .btn-light-danger
95,168
07.04.2022 14:07:53
-7,200
a48f5b56435ac6adbd8050ef057d1bc0419478b5
Replace badge-secondary by bg-secondary CSS class
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Collection.vue", "new_path": "assets/js/app/editor/Components/Collection.vue", "diff": "<div class=\"card-header d-flex align-items-center\">\n<!-- Initial title. This is replaced by dynamic title in JS below. -->\n<i class=\"ca...
PHP
MIT License
bolt/core
Replace badge-secondary by bg-secondary CSS class
95,168
07.04.2022 14:53:52
-7,200
c0dd1b7b0d4e51d9c12a4362208c36fb25dc3500
Fix tabbing and urls
[ { "change_type": "MODIFY", "old_path": "assets/js/app/common.js", "new_path": "assets/js/app/common.js", "diff": "import $ from 'jquery';\nimport { DateTime } from 'luxon';\nimport { Popover } from 'bootstrap'\n+import { Tab } from 'bootstrap'\nimport { version } from '../version';\nwindow.assetsVer...
PHP
MIT License
bolt/core
Fix tabbing and urls
95,168
07.04.2022 15:28:40
-7,200
a6159881c240983b7c23abe32b921e455b00d78c
Replace Bootbox by Bootstrap's modals to upload images from URL
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Image.vue", "new_path": "assets/js/app/editor/Components/Image.vue", "diff": "type=\"button\"\n:disabled=\"readonly\"\ndata-patiance=\"virtue\"\n- @click=\"uploadFileFromUrl\"\n+ data-bs-toggle=\"modal\"\n+ data-bs-target=\"#res...
PHP
MIT License
bolt/core
Replace Bootbox by Bootstrap's modals to upload images from URL
95,168
07.04.2022 16:16:37
-7,200
f895bd9f10fb2c63013d40b5bf790dbbe635b15a
Update icons classes
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/File.vue", "new_path": "assets/js/app/editor/Components/File.vue", "diff": "@@ -220,24 +220,24 @@ export default {\n\"png\": \"fa-file-image\",\n\"webp\": \"fa-file-image\",\n\"svg\": \"fa-file-image\",\n- \"gif\": \"fa-gif\",\n...
PHP
MIT License
bolt/core
Update icons classes
95,168
07.04.2022 16:41:34
-7,200
fa81ec7e74b8c8c7e34a4269541ce6a8b97deb0b
Use labels to set title of select a file modal
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/File.vue", "new_path": "assets/js/app/editor/Components/File.vue", "diff": "data-patience=\"virtue\"\ndata-bs-toggle=\"modal\"\ndata-bs-target=\"#resourcesModal\"\n- data-field-type=\"File\"\n+ :data-modal-title=\"labels.modal_t...
PHP
MIT License
bolt/core
Use labels to set title of select a file modal
95,168
07.04.2022 16:54:02
-7,200
a0c9d132eeb8b5286d951c1dc2cec3c9a50d8d92
Use labels to set title of modal to upload images
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Image.vue", "new_path": "assets/js/app/editor/Components/Image.vue", "diff": "data-patience=\"virtue\"\ndata-bs-toggle=\"modal\"\ndata-bs-target=\"#resourcesModal\"\n- data-field-type=\"Image\"\n+ :data-modal-title=\"labels.moda...
PHP
MIT License
bolt/core
Use labels to set title of modal to upload images
95,168
07.04.2022 16:59:42
-7,200
d71f911fa7969c0e71a65206dfaefc3926ef6a1a
Set title of Upload from URL modal with labels
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/Image.vue", "new_path": "assets/js/app/editor/Components/Image.vue", "diff": "data-patiance=\"virtue\"\ndata-bs-toggle=\"modal\"\ndata-bs-target=\"#resourcesModal\"\n- data-field-type=\"Upload from URL\"\n+ :data-modal-title=\"l...
PHP
MIT License
bolt/core
Set title of Upload from URL modal with labels
95,168
07.04.2022 17:09:05
-7,200
952d8b24ba37d0fdfeb6f13825e4c7330ba1d402
Set labels for image, file, imagelist and filelist fields
[ { "change_type": "MODIFY", "old_path": "templates/_partials/fields/file.html.twig", "new_path": "templates/_partials/fields/file.html.twig", "diff": "'placeholder_alt_text': 'image.placeholder_alt_text'|trans,\n'placeholder_title': 'image.placeholder_title'|trans,\n'button_edit_attributes': 'image.b...
PHP
MIT License
bolt/core
Set labels for image, file, imagelist and filelist fields
95,168
07.04.2022 17:19:36
-7,200
4e789b21845cfae5d3eae9b928ac38af8e0eb569
Make loading text of modal a translatable label
[ { "change_type": "MODIFY", "old_path": "templates/_base/layout.html.twig", "new_path": "templates/_base/layout.html.twig", "diff": "<div class=\"modal-header\">\n<h5 class=\"modal-title\" id=\"resourcesModalLabel\">\n<div class=\"spinner-border\" role=\"status\">\n- <span class=\"visually-hidden\">L...
PHP
MIT License
bolt/core
Make loading text of modal a translatable label
95,168
08.04.2022 11:42:34
-7,200
3c7c112767f8fec689dec496f58892a941c3df63
Install to fix failing test
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"version\": \"5.1.7\",\n\"license\": \"MIT\",\n\"dependencies\": {\n+ \"@popperjs/core\": \"^2.11.5\",\n\"@vue/cli-service\": \"^4.5.13\",\n\"axios\": \"^0.21.1\",\n\"baguettebox.js\": \"^1.11.1\",...
PHP
MIT License
bolt/core
Install @popperjs/core to fix failing test
95,191
08.04.2022 14:15:16
-7,200
767a8642b3b888f8da1e33282af4473ab42152c3
Update display_record.spec.js Updating all tests Committing all one by one
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/display_record.spec.js", "new_path": "tests/cypress/integration/display_record.spec.js", "diff": "@@ -22,15 +22,15 @@ describe('As a user I want to display a single record', () => {\nit('checks for correct canonical URL', () => {\ncy....
PHP
MIT License
bolt/core
Update display_record.spec.js Updating all tests Committing all one by one
95,191
08.04.2022 14:25:42
-7,200
d2e29eff2476409063c5bf58fb9ff7752c06c3b3
Update view_users_tables.spec.js Also removed cache clear.
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/view_users_tables.spec.js", "new_path": "tests/cypress/integration/view_users_tables.spec.js", "diff": "@@ -4,14 +4,10 @@ describe('View users and permissions', () => {\nit('checks that an admin can view users and permission', () => {...
PHP
MIT License
bolt/core
Update view_users_tables.spec.js Also removed cache clear.
95,191
08.04.2022 16:27:59
-7,200
163f022b21503f9995ca474afccacf515b72e428
Fix "disabled" badge for users
[ { "change_type": "MODIFY", "old_path": "templates/users/listing.html.twig", "new_path": "templates/users/listing.html.twig", "diff": "<th scope=\"row\">{{ iteratedUser.id }}</th>\n<td>\n{{ iteratedUser.username }}\n- {% if iteratedUser.status === 'disabled' %}<span class=\"badge badge-danger\">{{ __...
PHP
MIT License
bolt/core
Fix "disabled" badge for users
95,191
08.04.2022 16:30:37
-7,200
b308a94c82abccd14af74bb4f24bf51061bfd63f
Update listing.html.twig Also update the email button so it is kept in the old style
[ { "change_type": "MODIFY", "old_path": "templates/users/listing.html.twig", "new_path": "templates/users/listing.html.twig", "diff": "</td>\n<td>\n{{ iteratedUser.displayName }} /\n- <small><a href=\"mailto:{{ iteratedUser.email }}\" rel=\"noopener noreferrer\">@</a></small>\n+ <small><a href=\"mail...
PHP
MIT License
bolt/core
Update listing.html.twig Also update the email button so it is kept in the old style
95,191
08.04.2022 16:44:10
-7,200
fa45cbf5cb53d0e096fa5b1c83e520e3dea156f4
Update ajax-save.js Now it wont return a JS error which will also help the Cypress tests
[ { "change_type": "MODIFY", "old_path": "assets/js/app/ajax-save.js", "new_path": "assets/js/app/ajax-save.js", "diff": "import $ from 'jquery';\nimport { patience_virtue, renable } from './patience-is-a-virtue';\n+import { Toast } from 'bootstrap';\nlet form = $('#editcontent');\nlet record_id = for...
PHP
MIT License
bolt/core
Update ajax-save.js Now it wont return a JS error which will also help the Cypress tests
95,168
11.04.2022 12:32:29
-7,200
29ea4d0c999ba902cb5d8ff2369922ba47e3cfa9
Remove scroll behaviour for all tests
[ { "change_type": "MODIFY", "old_path": "tests/cypress/cypress-ci.json", "new_path": "tests/cypress/cypress-ci.json", "diff": "\"baseUrl\": \"http://127.0.0.1:8088\",\n\"projectId\": \"54gs3j\",\n\"defaultCommandTimeout\": 8000,\n- \"retries\": 2\n+ \"retries\": 2,\n+ \"scrollBehavior\": false\n}\n" ...
PHP
MIT License
bolt/core
Remove scroll behaviour for all tests
95,191
11.04.2022 15:01:24
-7,200
f44bc2293fcf49f5a0ae6dd15bfb8ff08dae8355
Fix a few Cypress tests Fixed the edit users and display search
[ { "change_type": "MODIFY", "old_path": "assets/js/app/common.js", "new_path": "assets/js/app/common.js", "diff": "@@ -80,7 +80,7 @@ $(document).ready(function() {\nvar id = $closest.attr('id');\n// Find the link that corresponds to the pane and have it show\n- $('.nav a[href=\"#' + id + '\"]').tab('...
PHP
MIT License
bolt/core
Fix a few Cypress tests Fixed the edit users and display search
95,191
12.04.2022 09:22:47
-7,200
47b00bfb3962ea6656ffc2210840bbcecad59f66
Remove the dropdown toggle I don't think we need this
[ { "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": "@@ -81,11 +81,5 @@ export default {\nreturn this.$store.getters['general/getSorting'];\n},\n},\n- methods: {\n- leave() {\n- // ...
PHP
MIT License
bolt/core
Remove the dropdown toggle I don't think we need this
95,191
12.04.2022 16:53:58
-7,200
99ebd984e3e865ec05d1485ec1d1e4ab2b23d57f
Update some Cypress tests
[ { "change_type": "MODIFY", "old_path": "assets/js/app/common.js", "new_path": "assets/js/app/common.js", "diff": "@@ -80,7 +80,7 @@ $(document).ready(function() {\nvar id = $closest.attr('id');\n// Find the link that corresponds to the pane and have it show\n- // $('.nav a[href=\"#' + id + '\"]').ta...
PHP
MIT License
bolt/core
Update some Cypress tests
95,168
13.04.2022 11:34:16
-7,200
8179fe69df56ecc44186e7fbb2b013359d8cbbb9
Fix tab.show() isn't a function error on invalid input fields
[ { "change_type": "MODIFY", "old_path": "assets/js/app/common.js", "new_path": "assets/js/app/common.js", "diff": "@@ -78,9 +78,11 @@ $(document).ready(function() {\n// Find the tab-pane that this element is inside, and get the id\nvar $closest = $(this).closest('.tab-pane');\nvar id = $closest.attr(...
PHP
MIT License
bolt/core
Fix tab.show() isn't a function error on invalid input fields
95,168
13.04.2022 16:08:13
-7,200
9522f8413c5e467763d2f8ec03fbb866ad92b47c
Replace bootbox action confirmation by Bootstrap modal
[ { "change_type": "MODIFY", "old_path": "assets/js/app/common.js", "new_path": "assets/js/app/common.js", "diff": "@@ -165,4 +165,68 @@ $(document).ready(function() {\n.remove();\n});\n/* End of copy text to clipboard */\n+\n+ /*\n+ ** Modals content\n+ */\n+\n+ // Reset the content of a modal to it'...
PHP
MIT License
bolt/core
Replace bootbox action confirmation by Bootstrap modal
95,168
13.04.2022 16:11:00
-7,200
79c2730ca9225210ececd9e515c3645a17d19b64
Remove unused jquery from index.vue file
[ { "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": "@@ -49,7 +49,6 @@ import type from '../../../mixins/type';\nimport Checkbox from './_Checkbox';\nimport Meta from './_Meta';\nim...
PHP
MIT License
bolt/core
Remove unused jquery from index.vue file
95,191
20.04.2022 13:23:21
-7,200
03901132ee1dffd64b4cefd8b2c2fc354f3d9843
This somehow fixes the compact view???
[ { "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": "<row-checkbox v-if=\"type !== 'dashboard'\" :id=\"record.id\" key=\"select\"></row-checkbox>\n<!-- row -->\n- <div key=\"row\" c...
PHP
MIT License
bolt/core
This somehow fixes the compact view???
95,168
21.04.2022 14:41:10
-7,200
29c90f3ec48f0267e402db4350569582d4bffe1c
Fix bulk select of records on CMS listings
[ { "change_type": "MODIFY", "old_path": "assets/js/app/listing/Components/Filter.vue", "new_path": "assets/js/app/listing/Components/Filter.vue", "diff": "<!-- Check all checkbox -->\n<li v-if=\"type !== 'dashboard'\" class=\"control--checkbox\">\n<div v-if=\"!sorting\" class=\"form-check\">\n- <inpu...
PHP
MIT License
bolt/core
Fix bulk select of records on CMS listings
95,168
21.04.2022 14:45:30
-7,200
4af4a0213f5ae491092fe28ac22d0198b752eb91
Fix javascript linting
[ { "change_type": "MODIFY", "old_path": "assets/js/app/listing/Components/Filter.vue", "new_path": "assets/js/app/listing/Components/Filter.vue", "diff": "<!-- Check all checkbox -->\n<li v-if=\"type !== 'dashboard'\" class=\"control--checkbox\">\n<div v-if=\"!sorting\" class=\"form-check\">\n- <inpu...
PHP
MIT License
bolt/core
Fix javascript linting
95,191
22.04.2022 10:01:09
-7,200
a9756bd81195664dfda06906be2d2ddc36a06641
Update record_listing.spec.js Fix for cypress
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/record_listing.spec.js", "new_path": "tests/cypress/integration/record_listing.spec.js", "diff": "@@ -17,7 +17,7 @@ describe('As an Admin I want to use record listing', () => {\ncy.get('.admin__header--title').should('contain', 'Entri...
PHP
MIT License
bolt/core
Update record_listing.spec.js Fix for cypress
95,191
22.04.2022 10:45:34
-7,200
e16e7d5a256ebfa19133f1c05558a2adea04d524
Fixed bulk cypress test
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/bulk_actions.spec.js", "new_path": "tests/cypress/integration/bulk_actions.spec.js", "diff": "@@ -5,7 +5,7 @@ describe('As an admin I should be able to run bulk actions', () => {\ncy.login();\ncy.visit('/bolt/content/pages');\ncy.get(...
PHP
MIT License
bolt/core
Fixed bulk cypress test
95,191
22.04.2022 11:13:17
-7,200
a77d3d633ffdb083075bd6c113828867cf202d39
Global flag for force doesnt work Also fixed a test
[ { "change_type": "MODIFY", "old_path": "tests/cypress/cypress-ci.json", "new_path": "tests/cypress/cypress-ci.json", "diff": "\"projectId\": \"54gs3j\",\n\"defaultCommandTimeout\": 8000,\n\"retries\": 2,\n- \"scrollBehavior\": false,\n- \"force\": true\n+ \"scrollBehavior\": false\n}\n" }, { ...
PHP
MIT License
bolt/core
Global flag for force doesnt work Also fixed a test
95,191
22.04.2022 15:39:46
-7,200
19dd7c531e8fdff407d2e2c53b9bc263f05d5948
Update cypress config for dev and some tests
[ { "change_type": "MODIFY", "old_path": "tests/cypress/cypress-dev.json", "new_path": "tests/cypress/cypress-dev.json", "diff": "\"screenshotsFolder\": \"tests/cypress/evidence/screenshots\",\n\"videosFolder\": \"tests/cypress/evidence/videos\",\n\"supportFile\": \"tests/cypress/support/index.js\",\n...
PHP
MIT License
bolt/core
Update cypress config for dev and some tests
95,191
22.04.2022 16:59:51
-7,200
f0dabbd0f65b87700fe4027c7f47940b8e0ca454
Bunch of test fixes Also update default canonical to include https:// for cypress tests
[ { "change_type": "MODIFY", "old_path": "config/bolt/config.yaml", "new_path": "config/bolt/config.yaml", "diff": "@@ -63,7 +63,7 @@ headers:\n# canonical, so its clear which is the primary address of the site.\n#\n# If you include `https://`, it will be included in the canonical urls.\n-canonical: e...
PHP
MIT License
bolt/core
Bunch of test fixes Also update default canonical to include https:// for cypress tests
95,191
25.04.2022 12:06:31
-7,200
1a5a3c662db154dde665813c510e4f1bde12a081
Update cypress configs for Bootstrap update
[ { "change_type": "MODIFY", "old_path": "tests/cypress/cypress-ci.json", "new_path": "tests/cypress/cypress-ci.json", "diff": "\"baseUrl\": \"http://127.0.0.1:8088\",\n\"projectId\": \"54gs3j\",\n\"defaultCommandTimeout\": 8000,\n+ \"viewportWidth\": 1920,\n+ \"viewportHeight\": 1080,\n\"retries\": 2...
PHP
MIT License
bolt/core
Update cypress configs for Bootstrap update
95,191
25.04.2022 12:30:46
-7,200
bc2bc849da03d1e14bd19bc0d74dbe9d6088a956
Remove old confirmation stuff
[ { "change_type": "DELETE", "old_path": "assets/js/app/confirmation.js", "new_path": null, "diff": "-import bootbox from 'bootbox';\n-import $ from 'jquery';\n-\n-let bootboxDefaults = {\n- locale: 'en',\n-};\n-\n-bootbox.setDefaults(bootboxDefaults);\n-\n-let locale = $('html').attr('lang');\n-\n-if...
PHP
MIT License
bolt/core
Remove old confirmation stuff
95,191
25.04.2022 14:29:37
-7,200
56506625490076bd13417eb58d24c4cc6af343b7
Update lots and lots of tests This updates a lot of tests. It fixes the confirmation modals of the filemanager, user overview, extensions and it includes an overall fix with the modal
[ { "change_type": "MODIFY", "old_path": "assets/js/app/common.js", "new_path": "assets/js/app/common.js", "diff": "@@ -39,7 +39,7 @@ $(document).ready(function() {\nlet url = location.href.replace(/\\/$/, '');\nif (location.hash) {\nconst hash = url.split('#');\n- var triggerEl = document.querySelect...
PHP
MIT License
bolt/core
Update lots and lots of tests This updates a lot of tests. It fixes the confirmation modals of the filemanager, user overview, extensions and it includes an overall fix with the modal
95,191
25.04.2022 15:06:36
-7,200
3adeba14bf49876d0d597f8770f736f8f766bec1
Add force and correct a little mistake
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/edit_record_1_fill_list.spec.js", "new_path": "tests/cypress/integration/edit_record_1_fill_list.spec.js", "diff": "@@ -17,7 +17,7 @@ describe('As an Admin I want to fill in an imagelist and filelist', () => {\ncy.wait(1000);\ncy.get(...
PHP
MIT License
bolt/core
Add force and correct a little mistake
95,191
25.04.2022 15:23:49
-7,200
fe03b31050ee061ce160b82eb9e1d9bd70de5962
Update edit_record_1_fill_list.spec.js Pffft
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/edit_record_1_fill_list.spec.js", "new_path": "tests/cypress/integration/edit_record_1_fill_list.spec.js", "diff": "@@ -18,7 +18,7 @@ describe('As an Admin I want to fill in an imagelist and filelist', () => {\ncy.get('input[name=\"fi...
PHP
MIT License
bolt/core
Update edit_record_1_fill_list.spec.js Pffft
95,144
25.04.2022 16:31:20
-7,200
4ab9dc49b8d60df47ed4229b31cfc76dec85ba62
Change order on `.scrollIntoView()`
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/edit_record_1_fill_list.spec.js", "new_path": "tests/cypress/integration/edit_record_1_fill_list.spec.js", "diff": "@@ -13,7 +13,7 @@ describe('As an Admin I want to fill in an imagelist and filelist', () => {\ncy.get('div[class=\"mod...
PHP
MIT License
bolt/core
Change order on `.scrollIntoView()`
95,191
26.04.2022 14:01:44
-7,200
01003b22ec0816fb14cbe9bad282830042bc14b9
Set retries to 0 for this test because a retry breaks it
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/edit_record_1_fill_list.spec.js", "new_path": "tests/cypress/integration/edit_record_1_fill_list.spec.js", "diff": "/// <reference types=\"cypress\" />\n-describe('As an Admin I want to fill in an imagelist and filelist', () => {\n+de...
PHP
MIT License
bolt/core
Set retries to 0 for this test because a retry breaks it
95,191
26.04.2022 15:02:50
-7,200
0fd8b3c9214dff0922adb823bfcaa6758be25ae8
Update edit_record_1_fill_list.spec.js I hate this
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/edit_record_1_fill_list.spec.js", "new_path": "tests/cypress/integration/edit_record_1_fill_list.spec.js", "diff": "@@ -38,12 +38,12 @@ describe('As an Admin I want to fill in an imagelist and filelist', { retries: 0\ncy.get('button[c...
PHP
MIT License
bolt/core
Update edit_record_1_fill_list.spec.js I hate this
95,191
26.04.2022 15:10:30
-7,200
c7a734a46d2e8ebeb6f8acc358f8a4a0e8b74b93
Update edit_record_1_fill_list.spec.js Oops
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/edit_record_1_fill_list.spec.js", "new_path": "tests/cypress/integration/edit_record_1_fill_list.spec.js", "diff": "@@ -43,8 +43,8 @@ describe('As an Admin I want to fill in an imagelist and filelist', { retries: 0\ncy.get('button[cla...
PHP
MIT License
bolt/core
Update edit_record_1_fill_list.spec.js Oops
95,191
26.04.2022 15:36:55
-7,200
b0415d96363c89f9045a8e5fe4fcaa35262cfbba
Its too fast Also revert the phpstan 'fix'
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/edit_record_1_fill_list.spec.js", "new_path": "tests/cypress/integration/edit_record_1_fill_list.spec.js", "diff": "@@ -67,6 +67,7 @@ describe('As an Admin I want to fill in an imagelist and filelist', { retries: 0\ncy.get('button[cla...
PHP
MIT License
bolt/core
Its too fast Also revert the phpstan 'fix'
95,191
26.04.2022 15:44:50
-7,200
0d5770de6b3d2e4e7b1f2c1fe6f0edf0ba0c7d83
Update edit_record_1_fill_list.spec.js Class update
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/edit_record_1_fill_list.spec.js", "new_path": "tests/cypress/integration/edit_record_1_fill_list.spec.js", "diff": "@@ -46,8 +46,8 @@ describe('As an Admin I want to fill in an imagelist and filelist', { retries: 0\ncy.get('input[name...
PHP
MIT License
bolt/core
Update edit_record_1_fill_list.spec.js Class update
95,191
26.04.2022 16:25:05
-7,200
236e162aa87484ddb307c569413c5f16fbc6611e
Fix the links and the phpstan
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/edit_record_1_fill_list.spec.js", "new_path": "tests/cypress/integration/edit_record_1_fill_list.spec.js", "diff": "@@ -53,7 +53,7 @@ describe('As an Admin I want to fill in an imagelist and filelist', { retries: 0\ncy.get('button[cla...
PHP
MIT License
bolt/core
Fix the links and the phpstan
95,191
26.04.2022 16:59:16
-7,200
08e3bea2350feba56d5b84519d579d9ec86d927c
Update cypress_tests.yaml Update db creation maybe it restores the files
[ { "change_type": "MODIFY", "old_path": ".github/workflows/cypress_tests.yaml", "new_path": ".github/workflows/cypress_tests.yaml", "diff": "@@ -48,10 +48,10 @@ jobs:\nnpm run build\nsudo chmod -R 777 config/ public/files/ public/theme/ public/thumbs/ var/\n# prepare web server for e2e tests\n- ./bin...
PHP
MIT License
bolt/core
Update cypress_tests.yaml Update db creation maybe it restores the files
95,191
26.04.2022 17:04:51
-7,200
6c09b91d6c7c94b7c21ad99a36ee03898b2e9099
Lets not remove the server start
[ { "change_type": "MODIFY", "old_path": ".github/workflows/cypress_tests.yaml", "new_path": ".github/workflows/cypress_tests.yaml", "diff": "@@ -52,6 +52,7 @@ jobs:\n./bin/console doctrine:migrations:sync-metadata-storage -q\n./bin/console doctrine:migrations:version --add --all -n -q\n./bin/console ...
PHP
MIT License
bolt/core
Lets not remove the server start
95,191
28.04.2022 12:53:59
-7,200
3e946f42837852d87756a470f6a6b68d47310b83
Update edit_record_1_fill_list.spec.js Testing cypress on GH
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/edit_record_1_fill_list.spec.js", "new_path": "tests/cypress/integration/edit_record_1_fill_list.spec.js", "diff": "@@ -66,6 +66,7 @@ describe('As an Admin I want to fill in an imagelist and filelist', { retries: 0\ncy.get('button[nam...
PHP
MIT License
bolt/core
Update edit_record_1_fill_list.spec.js Testing cypress on GH
95,191
28.04.2022 15:00:58
-7,200
894312f2a92716ba1ff38389bfb9923be04bb42c
Update File.vue Test Cypress on GH
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/File.vue", "new_path": "assets/js/app/editor/Components/File.vue", "diff": "@@ -189,6 +189,7 @@ export default {\nreturn this.csrfToken;\n},\nacceptedExtensions() {\n+ console.log(this.extensions);\nreturn this.extensions.map(ex...
PHP
MIT License
bolt/core
Update File.vue Test Cypress on GH
95,191
28.04.2022 15:25:18
-7,200
f68ebcb260d04f1bb7ac7e6c0fbb3792257c4d01
Hope this gives us an insight of what Error 500 means
[ { "change_type": "MODIFY", "old_path": "assets/js/app/editor/Components/File.vue", "new_path": "assets/js/app/editor/Components/File.vue", "diff": "<script>\nimport field from '../mixins/value';\nimport Axios from 'axios';\n-import bootbox from 'bootbox';\nimport { renable } from '../../patience-is-...
PHP
MIT License
bolt/core
Hope this gives us an insight of what Error 500 means
95,191
29.04.2022 09:58:48
-7,200
c5b496a03a149a5c6b183b102d63c73de2e08b42
Updates after rebase. Also fixing filelist test
[ { "change_type": "MODIFY", "old_path": "assets/js/app/common.js", "new_path": "assets/js/app/common.js", "diff": "@@ -217,6 +217,9 @@ $(document).ready(function() {\nmodalBody.innerHTML = body;\nsaveButton.innerHTML = save;\ndenyButton.innerHTML = deny;\n+ } else {\n+ saveButton.innerHTML = 'Save ch...
PHP
MIT License
bolt/core
Updates after rebase. Also fixing filelist test
95,191
29.04.2022 10:26:53
-7,200
25465d4058688afc6bd3ae398f6710362e4bec16
Lets see if the Error 500 is gone now
[ { "change_type": "MODIFY", "old_path": "src/Utils/FilesIndex.php", "new_path": "src/Utils/FilesIndex.php", "diff": "@@ -38,7 +38,7 @@ class FilesIndex\nreturn new Collection($files);\n}\n- private function findFiles(string $path, string $glob): Finder\n+ private function findFiles(string $path, stri...
PHP
MIT License
bolt/core
Lets see if the Error 500 is gone now
95,191
29.04.2022 12:19:39
-7,200
7f47ddc4106d2dbcfd2d6f776b83fbf766460c39
Update edit_record_1_fill_list.spec.js Trying to fix this one
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/edit_record_1_fill_list.spec.js", "new_path": "tests/cypress/integration/edit_record_1_fill_list.spec.js", "diff": "@@ -62,12 +62,11 @@ describe('As an Admin I want to fill in an imagelist and filelist', { retries: 0\ncy.get('a[id=\"f...
PHP
MIT License
bolt/core
Update edit_record_1_fill_list.spec.js Trying to fix this one
95,191
29.04.2022 13:32:27
-7,200
aad9f5fcc33eaeda2a936e3bb8ec1618ec6f0139
Update edit_record_1_fill_list.spec.js Found it
[ { "change_type": "MODIFY", "old_path": "tests/cypress/integration/edit_record_1_fill_list.spec.js", "new_path": "tests/cypress/integration/edit_record_1_fill_list.spec.js", "diff": "@@ -62,16 +62,16 @@ describe('As an Admin I want to fill in an imagelist and filelist', { retries: 0\ncy.get('a[id=\"f...
PHP
MIT License
bolt/core
Update edit_record_1_fill_list.spec.js Found it
95,168
29.04.2022 15:52:46
-7,200
1a3c45125eb90ea8c5a134b3712369bd2fa9c261
Add dinamic labels for save and close buttons in modals
[ { "change_type": "MODIFY", "old_path": "assets/js/app/common.js", "new_path": "assets/js/app/common.js", "diff": "@@ -2,6 +2,7 @@ import $ from 'jquery';\nimport { DateTime } from 'luxon';\nimport { Popover } from 'bootstrap';\nimport { Tab } from 'bootstrap';\n+import { resetModalContent } from \"....
PHP
MIT License
bolt/core
Add dinamic labels for save and close buttons in modals
95,191
29.04.2022 16:23:50
-7,200
5aab658b40a1fdf8949cc8d22bcf5fff43f3b395
Update tests and labels
[ { "change_type": "MODIFY", "old_path": "assets/js/app/modal.js", "new_path": "assets/js/app/modal.js", "diff": "@@ -14,8 +14,8 @@ export function resetModalContent(labels) {\n</div>\n</div>\n<div class=\"modal-footer\">\n- <button data-modal-button-deny=\"`+ labels.modal_button_deny + `\" id=\"modal...
PHP
MIT License
bolt/core
Update tests and labels
95,191
29.04.2022 16:46:02
-7,200
8e885e9707412fbbbcb664a8a1342e2034848427
Update modal.js Oh there are 4
[ { "change_type": "MODIFY", "old_path": "assets/js/app/modal.js", "new_path": "assets/js/app/modal.js", "diff": "@@ -18,12 +18,12 @@ export function resetModalContent(labels) {\n<button data-modal-button-deny=\"` +\nlabels['modal_button_deny'] +\n`\" id=\"modalButtonDeny\" type=\"button\" class=\"btn...
PHP
MIT License
bolt/core
Update modal.js Oh there are 4
95,191
29.04.2022 17:10:21
-7,200
9dda14ccb97b90feb8ae6388b8d72a79258fa212
Update modal.js Revert and build a failsafe
[ { "change_type": "MODIFY", "old_path": "assets/js/app/modal.js", "new_path": "assets/js/app/modal.js", "diff": "export function resetModalContent(labels) {\n+ var resourcesModal = document.getElementById('resourcesModal');\n+ if (labels.modal_button_deny && labels.modal_button_save) {\n+ let deny_bu...
PHP
MIT License
bolt/core
Update modal.js Revert and build a failsafe