Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
common
t3olayout
Commits
73e35732
Commit
73e35732
authored
Feb 25, 2021
by
Thomas Löffler
Browse files
Merge branch 'main' into task/use-node-14
parents
66e79895
54c16a66
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
73e35732
include
:
-
template
:
Dependency-Scanning.gitlab-ci.yml
-
remote
:
'
https://git.spooner.io/ci-templates/composer-packages/-/raw/main/composer-packages.yml'
cache
:
key
:
"
$CI_COMMIT_REF_NAME-$CI_JOB_STAGE"
paths
:
...
...
@@ -5,6 +9,7 @@ cache:
-
Build/node_modules/
stages
:
-
packages
-
test
-
build
...
...
Build/Assets/JavaScript/Module/FlyOutAjaxLogin.js
View file @
73e35732
...
...
@@ -46,8 +46,7 @@ FlyOutAjaxLogin.prototype.authenticationRequest = function(event, form) {
}
if
(
alertType
===
'
success
'
)
{
// eslint-disable-next-line no-self-assign
location
=
location
;
location
.
reload
();
}
const
login
=
new
FlyOutAjaxLogin
();
...
...
Build/Assets/Scss/layout/_solr.scss
View file @
73e35732
...
...
@@ -39,7 +39,7 @@
&
:after
{
content
:
"\f002"
;
font
:
14px
/
1
'Font Awesome 5 Free'
;
font
-family
:
'Font Awesome 5 Free'
;
text-rendering
:
auto
;
-webkit-font-smoothing
:
antialiased
;
color
:
$stage-orange-light
;
...
...
ext_emconf.php
View file @
73e35732
...
...
@@ -25,5 +25,5 @@ $EM_CONF[$_EXTKEY] = [
'clearCacheOnLoad'
=>
1
,
'author'
=>
't3o team'
,
'author_email'
=>
't3o@typo3.org'
,
'version'
=>
'5.1.
3
'
,
'version'
=>
'5.1.
5
'
,
];
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment