update php version

This commit is contained in:
Dennis Eichhorn 2022-04-19 23:37:09 +02:00
parent 9461e451fe
commit 1ed0ac6d30
14 changed files with 36 additions and 39 deletions

View File

@ -284,8 +284,6 @@ jobs:
if [[ $(find ./ -name "*tpl.php" | xargs grep -P '(style=)') -ne "" ]]; then exit 1; fi if [[ $(find ./ -name "*tpl.php" | xargs grep -P '(style=)') -ne "" ]]; then exit 1; fi
if [[ $(find ./ -name "*tpl.php" | xargs grep -P '(value|title|alt|aria\-label)(=\")((?!\<\?).)*(>)') -ne "" ]]; then exit 1; fi if [[ $(find ./ -name "*tpl.php" | xargs grep -P '(value|title|alt|aria\-label)(=\")((?!\<\?).)*(>)') -ne "" ]]; then exit 1; fi
if [[ $(find ./ -name "*tpl.php" | xargs grep -P '(\<td\>|\<th\>|\<caption\>|\<label.*?(\"|l)\>)) -ne "" ]]; then exit 1; fi if [[ $(find ./ -name "*tpl.php" | xargs grep -P '(\<td\>|\<th\>|\<caption\>|\<label.*?(\"|l)\>)) -ne "" ]]; then exit 1; fi
- name: Js strict
run: if [[ $(grep -r -L "\"use strict\";" --include=*.js ./) -ne "" ]]; then exit 1; fi
- name: Js inspection - name: Js inspection
run: | run: |
if [[ $(grep -rlni "onafterprint=\|onbeforeprint=\|onbeforeunload=\|onerror=\|onhaschange=\|onload=\|onmessage=\|onoffline=\|ononline=\|onpagehide=\|onpageshow=\|onpopstate=\|onredo=\|onresize=\|onstorage=\|onund=o\|onunload=\|onblur=\|onchage=\|oncontextmenu=\|onfocus=\|onformchange=\|onforminput=\|oninput=\|oninvalid=\|onreset=\|onselect=\|onsubmit=\|onkeydown=\|onkeypress=\|onkeyup=\|onclick=\|ondblclic=k\|ondrag=\|ondragend=\|ondragenter=\|ondragleave=\|ondragover=\|ondragstart=\|ondrop=\|onmousedown=\|onmousemove=\|onmouseout=\|onmouseover=\|onmouseup=\|onmousewheel=\|onscroll=\|onabor=t\|oncanplay=\|oncanplaythrough=\|ondurationchange=\|onemptied=\|onended=\|onerror=\|onloadeddata=\|onloadedmetadata=\|onloadstart=\|onpause=\|onplay=\|onplaying=\|onprogress=\|onratechange=\|onreadystatechange=\|onseeked=\|onseeking=\|onstalled=\|onsuspend=\|ontimeupdate=\|onvolumechange=" --include=*.js ./) -ne "" ]]; then exit 1; fi if [[ $(grep -rlni "onafterprint=\|onbeforeprint=\|onbeforeunload=\|onerror=\|onhaschange=\|onload=\|onmessage=\|onoffline=\|ononline=\|onpagehide=\|onpageshow=\|onpopstate=\|onredo=\|onresize=\|onstorage=\|onund=o\|onunload=\|onblur=\|onchage=\|oncontextmenu=\|onfocus=\|onformchange=\|onforminput=\|oninput=\|oninvalid=\|onreset=\|onselect=\|onsubmit=\|onkeydown=\|onkeypress=\|onkeyup=\|onclick=\|ondblclic=k\|ondrag=\|ondragend=\|ondragenter=\|ondragleave=\|ondragover=\|ondragstart=\|ondrop=\|onmousedown=\|onmousemove=\|onmouseout=\|onmouseover=\|onmouseup=\|onmousewheel=\|onscroll=\|onabor=t\|oncanplay=\|oncanplaythrough=\|ondurationchange=\|onemptied=\|onended=\|onerror=\|onloadeddata=\|onloadedmetadata=\|onloadstart=\|onpause=\|onplay=\|onplaying=\|onprogress=\|onratechange=\|onreadystatechange=\|onseeked=\|onseeking=\|onstalled=\|onsuspend=\|ontimeupdate=\|onvolumechange=" --include=*.js ./) -ne "" ]]; then exit 1; fi

View File

@ -2,7 +2,7 @@
/** /**
* Karaka * Karaka
* *
* PHP Version 8.0 * PHP Version 8.1
* *
* @package Modules\Search\Admin * @package Modules\Search\Admin
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn

View File

@ -2,7 +2,7 @@
/** /**
* Karaka * Karaka
* *
* PHP Version 8.0 * PHP Version 8.1
* *
* @package Modules * @package Modules
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn

View File

@ -2,7 +2,7 @@
/** /**
* Karaka * Karaka
* *
* PHP Version 8.0 * PHP Version 8.1
* *
* @package Modules * @package Modules
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn

View File

@ -2,7 +2,7 @@
/** /**
* Karaka * Karaka
* *
* PHP Version 8.0 * PHP Version 8.1
* *
* @package Modules\Search\Admin * @package Modules\Search\Admin
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn

View File

@ -2,7 +2,7 @@
/** /**
* Karaka * Karaka
* *
* PHP Version 8.0 * PHP Version 8.1
* *
* @package Modules\Search\Admin * @package Modules\Search\Admin
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn

View File

@ -2,7 +2,7 @@
/** /**
* Karaka * Karaka
* *
* PHP Version 8.0 * PHP Version 8.1
* *
* @package Modules\Search\Admin * @package Modules\Search\Admin
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn

View File

@ -2,7 +2,7 @@
/** /**
* Karaka * Karaka
* *
* PHP Version 8.0 * PHP Version 8.1
* *
* @package Modules\Search * @package Modules\Search
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn

View File

@ -2,7 +2,7 @@
/** /**
* Karaka * Karaka
* *
* PHP Version 8.0 * PHP Version 8.1
* *
* @package Modules\Search * @package Modules\Search
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn

View File

@ -2,7 +2,7 @@
/** /**
* Karaka * Karaka
* *
* PHP Version 8.0 * PHP Version 8.1
* *
* @package Modules\Search\Models * @package Modules\Search\Models
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn

View File

@ -1,66 +1,65 @@
<?php declare(strict_types=1); <?php return [
return [
'^:help .*$' => [ '^:help .*$' => [
0 => [ 0 => [
'dest' => '\Modules\Help\Controller\SearchController:searchHelp', 'dest' => '\Modules\Help\Controller\SearchController:searchHelp',
'verb' => 16, 'verb' => 16,
'permission' => [ 'permission' => [
'module' => 'Help', 'module' => 'Help',
'type' => 2, 'type' => 2,
'state' => 2, 'state' => 2,
], ],
], ],
], ],
'^:help :user .*$' => [ '^:help :user .*$' => [
0 => [ 0 => [
'dest' => '\Modules\Help\Controller\SearchController:searchHelp', 'dest' => '\Modules\Help\Controller\SearchController:searchHelp',
'verb' => 16, 'verb' => 16,
'permission' => [ 'permission' => [
'module' => 'Help', 'module' => 'Help',
'type' => 2, 'type' => 2,
'state' => 2, 'state' => 2,
], ],
], ],
], ],
'^:help :dev .*$' => [ '^:help :dev .*$' => [
0 => [ 0 => [
'dest' => '\Modules\Help\Controller\SearchController:searchHelp', 'dest' => '\Modules\Help\Controller\SearchController:searchHelp',
'verb' => 16, 'verb' => 16,
'permission' => [ 'permission' => [
'module' => 'Help', 'module' => 'Help',
'type' => 2, 'type' => 2,
'state' => 3, 'state' => 3,
], ],
], ],
], ],
'^:help :module .*$' => [ '^:help :module .*$' => [
0 => [ 0 => [
'dest' => '\Modules\Help\Controller\SearchController:searchHelp', 'dest' => '\Modules\Help\Controller\SearchController:searchHelp',
'verb' => 16, 'verb' => 16,
'permission' => [ 'permission' => [
'module' => 'Help', 'module' => 'Help',
'type' => 2, 'type' => 2,
'state' => 2, 'state' => 2,
], ],
], ],
], ],
'^:goto .*$' => [ '^:goto .*$' => [
0 => [ 0 => [
'dest' => '\Modules\Navigation\Controller\SearchController:searchGoto', 'dest' => '\Modules\Navigation\Controller\SearchController:searchGoto',
'verb' => 16, 'verb' => 16,
'permission' => [ 'permission' => [
'module' => 'Navigation', 'module' => 'Navigation',
'type' => 2, 'type' => 2,
], ],
], ],
], ],
'^:tag .*$' => [ '^:tag .*$' => [
0 => [ 0 => [
'dest' => '\Modules\Tasks\Controller\SearchController:searchTag', 'dest' => '\Modules\Tasks\Controller\SearchController:searchTag',
'verb' => 16, 'verb' => 16,
'permission' => [ 'permission' => [
'module' => 'Tasks', 'module' => 'Tasks',
'type' => 2, 'type' => 2,
], ],
], ],
], ],

View File

@ -2,7 +2,7 @@
/** /**
* Karaka * Karaka
* *
* PHP Version 8.0 * PHP Version 8.1
* *
* @package tests * @package tests
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn

View File

@ -2,7 +2,7 @@
/** /**
* Karaka * Karaka
* *
* PHP Version 8.0 * PHP Version 8.1
* *
* @package Modules/tests * @package Modules/tests
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn

View File

@ -2,7 +2,7 @@
/** /**
* Karaka * Karaka
* *
* PHP Version 8.0 * PHP Version 8.1
* *
* @package tests * @package tests
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn