Tue Dec 15 15:53:29 2015 UTC ()
Update typo3_62 to 6.2.16, security fix.

Quote from release announce:

the TYPO3 Community has just released TYPO3 CMS versions 6.2.16 LTS
and 7.6.1 LTS which are now ready for you to download.

All versions are maintenance releases and contain bug fixes and
security fixes.

*IMPORTANT*

These versions include important security fixes to the TYPO3 CMS Core.
The according security bulletins with details have just been released:

https://typo3.org/teams/security/security-bulletins/typo3-core/typo3-cor
e-sa-2015-010/

https://typo3.org/teams/security/security-bulletins/typo3-core/typo3-cor
e-sa-2015-011/

https://typo3.org/teams/security/security-bulletins/typo3-core/typo3-cor
e-sa-2015-012/

https://typo3.org/teams/security/security-bulletins/typo3-core/typo3-cor
e-sa-2015-013/

https://typo3.org/teams/security/security-bulletins/typo3-core/typo3-cor
e-sa-2015-014/

https://typo3.org/teams/security/security-bulletins/typo3-core/typo3-cor
e-sa-2015-015/


(taca)
diff -r1.10 -r1.11 pkgsrc/www/typo3_62/Makefile
diff -r1.7 -r1.8 pkgsrc/www/typo3_62/PLIST
diff -r1.8 -r1.9 pkgsrc/www/typo3_62/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/www/typo3_62/Makefile (expand / switch to unified diff)

--- pkgsrc/www/typo3_62/Makefile 2015/12/13 14:41:32 1.10
+++ pkgsrc/www/typo3_62/Makefile 2015/12/15 15:53:29 1.11
@@ -1,47 +1,48 @@ @@ -1,47 +1,48 @@
1# $NetBSD: Makefile,v 1.10 2015/12/13 14:41:32 taca Exp $ 1# $NetBSD: Makefile,v 1.11 2015/12/15 15:53:29 taca Exp $
2# 2#
3 3
4DISTNAME= ${TYPO3NAME} 4DISTNAME= ${TYPO3NAME}
5PKGNAME= ${PHP_PKG_PREFIX}-typo3-${VER} 5PKGNAME= ${PHP_PKG_PREFIX}-typo3-${VER}
6CATEGORIES= www 6CATEGORIES= www
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typo3/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typo3/}
8 8
9MAINTAINER= taca@NetBSD.org 9MAINTAINER= taca@NetBSD.org
10HOMEPAGE= http://typo3.com/ 10HOMEPAGE= http://typo3.com/
11COMMENT= The TYPO3 content management system, 6.2 LTS release 11COMMENT= The TYPO3 content management system, 6.2 LTS release
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14DEPENDS+= ${PHP_PKG_PREFIX}-{mysqli,pgsql}>=5.1.0:../../databases/php-mysqli 14DEPENDS+= ${PHP_PKG_PREFIX}-{mysqli,pgsql}>=5.1.0:../../databases/php-mysqli
15DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.3.7:../../graphics/php-gd 15DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.3.7:../../graphics/php-gd
16DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.3.7:../../net/php-soap 16DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.3.7:../../net/php-soap
17DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.3.7:../../textproc/php-json 17DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.3.7:../../textproc/php-json
18DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.3.7:../../archivers/php-zip 18DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.3.7:../../archivers/php-zip
19DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.3.7:../../archivers/php-zlib 19DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.3.7:../../archivers/php-zlib
20 20
21VER= 6.2.15 21VER= 6.2.16
22NO_BUILD= yes 22NO_BUILD= yes
23USE_TOOLS+= bash:run pax 23USE_TOOLS+= bash:run pax
24 24
25TYPO3NAME= typo3_src-${VER} 25TYPO3NAME= typo3_src-${VER}
26WRKSRC= ${WRKDIR}/${DISTNAME} 26WRKSRC= ${WRKDIR}/${DISTNAME}
27 27
28# maybe resides in lang/php/phpversion.mk 28# maybe resides in lang/php/phpversion.mk
29REPLACE_INTERPRETER+= php 29REPLACE_INTERPRETER+= php
30REPLACE.php.old= .*php[^ ]* 30REPLACE.php.old= .*php[^ ]*
31REPLACE.php.new= ${PREFIX}/bin/php 31REPLACE.php.new= ${PREFIX}/bin/php
32REPLACE_FILES.php= typo3/cli_dispatch.phpsh 32REPLACE_FILES.php= typo3/cli_dispatch.phpsh
33 33
34REPLACE_BASH= typo3/sysext/core/Build/Scripts/xlfcheck.sh \ 34REPLACE_BASH= typo3/sysext/core/Build/Scripts/xlfcheck.sh \
 35 typo3/sysext/core/Build/Scripts/update-static-composer.sh \
35 typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flvtool2-cuepoints.sh 36 typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flvtool2-cuepoints.sh
36 37
37OWN_DIRS_PERMS+= ${TYPO3DIR}/${SITEDIR} ${REAL_ROOT_USER} ${APACHE_GROUP} 0770 38OWN_DIRS_PERMS+= ${TYPO3DIR}/${SITEDIR} ${REAL_ROOT_USER} ${APACHE_GROUP} 0770
38 39
39BUILD_DEFS+= APACHE_GROUP 40BUILD_DEFS+= APACHE_GROUP
40 41
41FILES_SUBST+= SITEDIR=${SITEDIR} TYPO3DIR=${TYPO3DIR} TYPO3NAME=${TYPO3NAME}  42FILES_SUBST+= SITEDIR=${SITEDIR} TYPO3DIR=${TYPO3DIR} TYPO3NAME=${TYPO3NAME}
42MESSAGE_SUBST+= SITEDIR=${SITEDIR} TYPO3DIR=${TYPO3DIR}  43MESSAGE_SUBST+= SITEDIR=${SITEDIR} TYPO3DIR=${TYPO3DIR}
43PLIST_SUBST+= SITEDIR=${SITEDIR} TYPO3DIR=${TYPO3DIR} TYPO3NAME=${TYPO3NAME} 44PLIST_SUBST+= SITEDIR=${SITEDIR} TYPO3DIR=${TYPO3DIR} TYPO3NAME=${TYPO3NAME}
44 45
45INSTALLATION_DIRS+= ${TYPO3DIR}/${TYPO3NAME} 46INSTALLATION_DIRS+= ${TYPO3DIR}/${TYPO3NAME}
46 47
47REPLACE_INTERPRETER+= sh 48REPLACE_INTERPRETER+= sh

cvs diff -r1.7 -r1.8 pkgsrc/www/typo3_62/PLIST (expand / switch to unified diff)

--- pkgsrc/www/typo3_62/PLIST 2015/09/13 21:14:36 1.7
+++ pkgsrc/www/typo3_62/PLIST 2015/12/15 15:53:29 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.7 2015/09/13 21:14:36 taca Exp $ 1@comment $NetBSD: PLIST,v 1.8 2015/12/15 15:53:29 taca Exp $
2${TYPO3DIR}/${TYPO3NAME}/ChangeLog 2${TYPO3DIR}/${TYPO3NAME}/ChangeLog
3${TYPO3DIR}/${TYPO3NAME}/INSTALL.md 3${TYPO3DIR}/${TYPO3NAME}/INSTALL.md
4${TYPO3DIR}/${TYPO3NAME}/LICENSE.txt 4${TYPO3DIR}/${TYPO3NAME}/LICENSE.txt
5${TYPO3DIR}/${TYPO3NAME}/NEWS.md 5${TYPO3DIR}/${TYPO3NAME}/NEWS.md
6${TYPO3DIR}/${TYPO3NAME}/README.md 6${TYPO3DIR}/${TYPO3NAME}/README.md
7${TYPO3DIR}/${TYPO3NAME}/_.htaccess 7${TYPO3DIR}/${TYPO3NAME}/_.htaccess
8${TYPO3DIR}/${TYPO3NAME}/composer.json 8${TYPO3DIR}/${TYPO3NAME}/composer.json
9${TYPO3DIR}/${TYPO3NAME}/index.php 9${TYPO3DIR}/${TYPO3NAME}/index.php
10${TYPO3DIR}/${TYPO3NAME}/typo3/ajax.php 10${TYPO3DIR}/${TYPO3NAME}/typo3/ajax.php
11${TYPO3DIR}/${TYPO3NAME}/typo3/alt_clickmenu.php 11${TYPO3DIR}/${TYPO3NAME}/typo3/alt_clickmenu.php
12${TYPO3DIR}/${TYPO3NAME}/typo3/alt_db_navframe.php 12${TYPO3DIR}/${TYPO3NAME}/typo3/alt_db_navframe.php
13${TYPO3DIR}/${TYPO3NAME}/typo3/alt_doc.php 13${TYPO3DIR}/${TYPO3NAME}/typo3/alt_doc.php
14${TYPO3DIR}/${TYPO3NAME}/typo3/alt_doc_nodoc.php 14${TYPO3DIR}/${TYPO3NAME}/typo3/alt_doc_nodoc.php
@@ -429,26 +429,29 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/e @@ -429,26 +429,29 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/e
429${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/left-corners.png 429${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/left-corners.png
430${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/left-corners.psd 430${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/left-corners.psd
431${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/left-right.png 431${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/left-right.png
432${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/left-right.psd 432${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/left-right.psd
433${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/right-corners.png 433${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/right-corners.png
434${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/right-corners.psd 434${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/right-corners.psd
435${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/top-bottom.png 435${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/top-bottom.png
436${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/top-bottom.psd 436${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/extjs/resources/images/default/window/top-bottom.psd
437${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/flvplayer.swf 437${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/flvplayer.swf
438${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/player.license.txt 438${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/player.license.txt
439${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/player.readme.txt 439${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/player.readme.txt
440${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/player.swf 440${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/player.swf
441${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/qtobject/qtobject.js 441${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/qtobject/qtobject.js
 442${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/src/doc_core_mediace.sxw
 443${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/src/flvplayer.as
 444${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/src/flvplayer.fla
442${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/swfobject/expressInstall.swf 445${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/swfobject/expressInstall.swf
443${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/swfobject/swfobject.js 446${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flashmedia/swfobject/swfobject.js
444${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/LICENSE-exception.txt 447${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/LICENSE-exception.txt
445${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/LICENSE.txt 448${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/LICENSE.txt
446${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/LICENSE_COMMERCIAL.txt 449${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/LICENSE_COMMERCIAL.txt
447${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/LICENSE_MULTIDOMAIN.txt 450${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/LICENSE_MULTIDOMAIN.txt
448${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/LICENSE_UNLIMITED.txt 451${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/LICENSE_UNLIMITED.txt
449${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/README.txt 452${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/README.txt
450${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/express-install/express-install.css 453${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/express-install/express-install.css
451${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/express-install/flashplayerlogo.jpg 454${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/express-install/flashplayerlogo.jpg
452${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/expressinstall.swf 455${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/expressinstall.swf
453${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/flowplayer-3.2.13.min.js 456${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/flowplayer-3.2.13.min.js
454${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/flowplayer-3.2.18.swf 457${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/flowplayer/flowplayer-3.2.18.swf
@@ -670,27 +673,43 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/s @@ -670,27 +673,43 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/s
670${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/dependency_maps/transport_deps.php 673${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/dependency_maps/transport_deps.php
671${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/mime_types.php 674${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/mime_types.php
672${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/preferences.php 675${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/preferences.php
673${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/swift_init.php 676${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/swift_init.php
674${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/swift_required.php 677${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/swift_required.php
675${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/swift_required_pear.php 678${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/swiftmailer/swift_required_pear.php
676${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/autoload.php 679${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/autoload.php
677${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/composer/ClassLoader.php 680${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/composer/ClassLoader.php
678${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/composer/autoload_classaliasmap.php 681${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/composer/autoload_classaliasmap.php
679${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/composer/autoload_classmap.php 682${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/composer/autoload_classmap.php
680${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/composer/autoload_namespaces.php 683${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/composer/autoload_namespaces.php
681${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/composer/autoload_psr4.php 684${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/composer/autoload_psr4.php
682${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/composer/autoload_real.php 685${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/composer/autoload_real.php
 686${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/doctrine/instantiator/.scrutinizer.yml
 687${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/doctrine/instantiator/.travis.install.sh
 688${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/doctrine/instantiator/.travis.yml
 689${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/doctrine/instantiator/CONTRIBUTING.md
 690${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/doctrine/instantiator/LICENSE
 691${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/doctrine/instantiator/README.md
 692${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/doctrine/instantiator/composer.json
 693${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/doctrine/instantiator/phpmd.xml.dist
 694${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/doctrine/instantiator/phpunit.xml.dist
 695${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php
 696${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/InvalidArgumentException.php
 697${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php
 698${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
 699${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
 700${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/helhum/class-alias-loader/Classes/Composer/ClassAliasGenerator.php
683${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/helhum/class-alias-loader/Classes/Composer/ClassAliasLoader.php 701${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/helhum/class-alias-loader/Classes/Composer/ClassAliasLoader.php
 702${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/helhum/class-alias-loader/Classes/Composer/Plugin.php
684${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/helhum/class-alias-loader/LICENSE 703${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/helhum/class-alias-loader/LICENSE
685${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/helhum/class-alias-loader/composer.json 704${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/vendor/helhum/class-alias-loader/composer.json
686${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/LICENSE.txt 705${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/LICENSE.txt
687${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/README.markdown 706${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/README.markdown
688${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/controls/audio-description.js 707${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/controls/audio-description.js
689${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/controls/audio-description.png 708${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/controls/audio-description.png
690${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/controls/captions.js 709${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/controls/captions.js
691${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/controls/captions.png 710${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/controls/captions.png
692${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/controls/control-bar.css 711${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/controls/control-bar.css
693${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/controls/control-bar.js 712${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/controls/control-bar.js
694${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/demo-subtitles.srt 713${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/demo-subtitles.srt
695${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/demo.html 714${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/demo.html
696${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/skins/hu.css 715${TYPO3DIR}/${TYPO3NAME}/typo3/contrib/videojs/video-js/skins/hu.css
@@ -2090,26 +2109,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cm @@ -2090,26 +2109,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cm
2090${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-up.png 2109${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-editor-up.png
2091${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-layer-icon-close.png 2110${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-layer-icon-close.png
2092${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-layer-icon-help.png 2111${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-layer-icon-help.png
2093${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-layer-icon-save.png 2112${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-layer-icon-save.png
2094${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-tabledown.png 2113${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-tabledown.png
2095${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-tableleft.png 2114${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-tableleft.png
2096${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-tableright.png 2115${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-tableright.png
2097${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-tableup.png 2116${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/res/t3grid-tableup.png
2098${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/wizard_backend_layout.png 2117${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/layout/wizard_backend_layout.png
2099${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/locallang_csh_webinfo.xlf 2118${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/locallang_csh_webinfo.xlf
2100${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/locallang_csh_weblayout.xlf 2119${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/locallang_csh_weblayout.xlf
2101${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/locallang_tca.xlf 2120${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/locallang_tca.xlf
2102${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/locallang_ttc.xlf 2121${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/locallang_ttc.xlf
 2122${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/PHP/ValidateHashEID.php
2103${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_pagegen.php 2123${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/class.tslib_pagegen.php
2104${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/extdirecteid.php 2124${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/extdirecteid.php
2105${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/index_ts.php 2125${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/index_ts.php
2106${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/showpic.php 2126${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/showpic.php
2107${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/templates/tslib_page_frontend.html 2127${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/tslib/templates/tslib_page_frontend.html
2108${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/web_info/class.tx_cms_webinfo.php 2128${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/web_info/class.tx_cms_webinfo.php
2109${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/web_info/class.tx_cms_webinfo_lang.php 2129${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/web_info/class.tx_cms_webinfo_lang.php
2110${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/web_info/locallang.xlf 2130${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cms/web_info/locallang.xlf
2111${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/4.5/locallang_csh_pages.xlf 2131${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/4.5/locallang_csh_pages.xlf
2112${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/4.5/locallang_csh_ttcontent.xlf 2132${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/4.5/locallang_csh_ttcontent.xlf
2113${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/Classes/ExtDirect/ContextHelpDataProvider.php 2133${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/Classes/ExtDirect/ContextHelpDataProvider.php
2114${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/composer.json 2134${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/composer.json
2115${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/fegroups_3.png 2135${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/cshimages/fegroups_3.png
@@ -2138,26 +2158,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/co @@ -2138,26 +2158,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/co
2138${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/ext_tables.php 2158${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/ext_tables.php
2139${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_fe_groups.xlf 2159${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_fe_groups.xlf
2140${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_fe_users.xlf 2160${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_fe_users.xlf
2141${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_pages.xlf 2161${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_pages.xlf
2142${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_pageslol.xlf 2162${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_pageslol.xlf
2143${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_statictpl.xlf 2163${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_statictpl.xlf
2144${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_sysdomain.xlf 2164${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_sysdomain.xlf
2145${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_sysfilestorage.xlf 2165${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_sysfilestorage.xlf
2146${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_systmpl.xlf 2166${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_systmpl.xlf
2147${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_ttcontent.xlf 2167${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/context_help/locallang_csh_ttcontent.xlf
2148${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Build/Configuration/FunctionalTestsConfiguration.php 2168${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Build/Configuration/FunctionalTestsConfiguration.php
2149${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Build/FunctionalTests.xml 2169${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Build/FunctionalTests.xml
2150${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Build/FunctionalTestsBootstrap.php 2170${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Build/FunctionalTestsBootstrap.php
 2171${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Build/Scripts/update-static-composer.sh
2151${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Build/Scripts/xlfcheck.sh 2172${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Build/Scripts/xlfcheck.sh
2152${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Build/UnitTests.xml 2173${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Build/UnitTests.xml
2153${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Build/UnitTestsBootstrap.php 2174${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Build/UnitTestsBootstrap.php
2154${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php 2175${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php
2155${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php 2176${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php
2156${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/AbstractBackend.php 2177${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/AbstractBackend.php
2157${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/ApcBackend.php 2178${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/ApcBackend.php
2158${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/BackendInterface.php 2179${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/BackendInterface.php
2159${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/ClassLoaderBackend.php 2180${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/ClassLoaderBackend.php
2160${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/EarlyClassLoaderBackend.php 2181${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/EarlyClassLoaderBackend.php
2161${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/FileBackend.php 2182${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/FileBackend.php
2162${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/FreezableBackendInterface.php 2183${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/FreezableBackendInterface.php
2163${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/MemcachedBackend.php 2184${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Cache/Backend/MemcachedBackend.php
@@ -2207,26 +2228,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/co @@ -2207,26 +2228,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/co
2207${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Configuration/FlexForm/FlexFormTools.php 2228${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Configuration/FlexForm/FlexFormTools.php
2208${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Configuration/TypoScript/ConditionMatching/AbstractConditionMatcher.php 2229${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Configuration/TypoScript/ConditionMatching/AbstractConditionMatcher.php
2209${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Controller/CommandLineController.php 2230${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Controller/CommandLineController.php
2210${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Core/ApplicationContext.php 2231${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Core/ApplicationContext.php
2211${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Core/Bootstrap.php 2232${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Core/Bootstrap.php
2212${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Core/ClassAliasMap.php 2233${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Core/ClassAliasMap.php
2213${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Core/ClassLoader.php 2234${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Core/ClassLoader.php
2214${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Core/CliBootstrap.php 2235${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Core/CliBootstrap.php
2215${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Core/GlobalDebugFunctions.php 2236${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Core/GlobalDebugFunctions.php
2216${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php 2237${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php
2217${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/DataHandling/DataHandler.php 2238${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/DataHandling/DataHandler.php
2218${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/DataHandling/DataHandlerCheckModifyAccessListHookInterface.php 2239${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/DataHandling/DataHandlerCheckModifyAccessListHookInterface.php
2219${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/DataHandling/DataHandlerProcessUploadHookInterface.php 2240${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/DataHandling/DataHandlerProcessUploadHookInterface.php
 2241${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/DataHandling/PlainDataResolver.php
2220${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/DataHandling/TableColumnSubType.php 2242${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/DataHandling/TableColumnSubType.php
2221${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/DataHandling/TableColumnType.php 2243${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/DataHandling/TableColumnType.php
2222${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/DatabaseConnection.php 2244${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/DatabaseConnection.php
2223${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/PdoHelper.php 2245${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/PdoHelper.php
2224${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/PostProcessQueryHookInterface.php 2246${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/PostProcessQueryHookInterface.php
2225${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/PreProcessQueryHookInterface.php 2247${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/PreProcessQueryHookInterface.php
2226${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/PreparedStatement.php 2248${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/PreparedStatement.php
2227${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/QueryGenerator.php 2249${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/QueryGenerator.php
2228${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/QueryView.php 2250${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/QueryView.php
2229${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/ReferenceIndex.php 2251${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/ReferenceIndex.php
2230${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/RelationHandler.php 2252${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/RelationHandler.php
2231${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/SoftReferenceIndex.php 2253${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/SoftReferenceIndex.php
2232${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/SqlParser.php 2254${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Database/SqlParser.php
@@ -2466,27 +2488,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/co @@ -2466,27 +2488,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/co
2466${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Configuration/TCA/sys_file.php 2488${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Configuration/TCA/sys_file.php
2467${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Configuration/TCA/sys_file_collection.php 2489${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Configuration/TCA/sys_file_collection.php
2468${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Configuration/TCA/sys_file_metadata.php 2490${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Configuration/TCA/sys_file_metadata.php
2469${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Configuration/TCA/sys_file_reference.php 2491${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Configuration/TCA/sys_file_reference.php
2470${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Configuration/TCA/sys_file_storage.php 2492${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Configuration/TCA/sys_file_storage.php
2471${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Configuration/TCA/sys_filemounts.php 2493${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Configuration/TCA/sys_filemounts.php
2472${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Configuration/TCA/sys_history.php 2494${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Configuration/TCA/sys_history.php
2473${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Configuration/TCA/sys_language.php 2495${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Configuration/TCA/sys_language.php
2474${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Configuration/TCA/sys_log.php 2496${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Configuration/TCA/sys_log.php
2475${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Configuration/TCA/sys_news.php 2497${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Configuration/TCA/sys_news.php
2476${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Migrations/Code/ClassAliasMap.php 2498${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Migrations/Code/ClassAliasMap.php
2477${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Migrations/Code/LegacyClassesForIde.php 2499${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Migrations/Code/LegacyClassesForIde.php
2478${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/FileDumpEID.php 2500${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/FileDumpEID.php
2479${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Core/ClassLoader.php 
2480${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Exception.php 2501${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Exception.php
2481${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Log/LoggerInterface.php 2502${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Log/LoggerInterface.php
2482${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Log/SystemLoggerInterface.php 2503${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Log/SystemLoggerInterface.php
2483${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Documentation.php 2504${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Documentation.php
2484${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Documentation/Format.php 2505${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Documentation/Format.php
2485${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception.php 2506${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception.php
2486${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/CorruptPackageException.php 2507${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/CorruptPackageException.php
2487${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/DuplicatePackageException.php 2508${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/DuplicatePackageException.php
2488${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/InvalidPackageKeyException.php 2509${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/InvalidPackageKeyException.php
2489${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/InvalidPackageManifestException.php 2510${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/InvalidPackageManifestException.php
2490${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/InvalidPackagePathException.php 2511${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/InvalidPackagePathException.php
2491${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/InvalidPackageStateException.php 2512${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/InvalidPackageStateException.php
2492${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/MissingPackageManifestException.php 2513${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Resources/PHP/TYPO3.Flow/Classes/TYPO3/Flow/Package/Exception/MissingPackageManifestException.php
@@ -2628,26 +2649,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/co @@ -2628,26 +2649,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/co
2628${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/moveParentContentToDifferentPage.csv 2649${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/moveParentContentToDifferentPage.csv
2629${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/moveParentContentToDifferentPageNChangeSorting.csv 2650${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/Modify/DataSet/moveParentContentToDifferentPageNChangeSorting.csv
2630${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/AbstractActionTestCase.php 2651${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/AbstractActionTestCase.php
2631${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/DataSet/LiveDefaultElements.csv 2652${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/DataSet/LiveDefaultElements.csv
2632${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/DataSet/LiveDefaultPages.csv 2653${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/DataSet/LiveDefaultPages.csv
2633${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/ActionTest.php 2654${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/ActionTest.php
2634${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/changeParentContentSorting.csv 2655${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/changeParentContentSorting.csv
2635${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/copyPage.csv 2656${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/copyPage.csv
2636${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/copyPageWHotelBeforeParentContent.csv 2657${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/copyPageWHotelBeforeParentContent.csv
2637${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/copyParentContent.csv 2658${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/copyParentContent.csv
2638${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/copyParentContentToDifferentPage.csv 2659${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/copyParentContentToDifferentPage.csv
2639${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createNCopyParentContentNHotelNOfferChildren.csv 2660${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createNCopyParentContentNHotelNOfferChildren.csv
2640${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createNLocalizeParentContentNHotelNOfferChildren.csv 2661${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createNLocalizeParentContentNHotelNOfferChildren.csv
 2662${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createNLocalizeParentContentNHotelNOfferChildrenWOSortBy.csv
2641${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createParentContent.csv 2663${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createParentContent.csv
2642${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createParentContentNHotelNOfferChildren.csv 2664${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createParentContentNHotelNOfferChildren.csv
2643${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/deletePage.csv 2665${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/deletePage.csv
2644${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/deleteParentContent.csv 2666${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/deleteParentContent.csv
2645${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/localizeParentContentKeep.csv 2667${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/localizeParentContentKeep.csv
2646${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/localizeParentContentSelect.csv 2668${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/localizeParentContentSelect.csv
2647${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/localizeParentContentWAllChildrenKeep.csv 2669${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/localizeParentContentWAllChildrenKeep.csv
2648${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/localizeParentContentWAllChildrenSelect.csv 2670${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/localizeParentContentWAllChildrenSelect.csv
2649${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyOnlyHotelChild.csv 2671${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyOnlyHotelChild.csv
2650${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyPage.csv 2672${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyPage.csv
2651${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyParentContent.csv 2673${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyParentContent.csv
2652${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyParentNAddHotelChild.csv 2674${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyParentNAddHotelChild.csv
2653${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyParentNChangeHotelChildrenSorting.csv 2675${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyParentNChangeHotelChildrenSorting.csv
@@ -2954,27 +2976,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/co @@ -2954,27 +2976,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/co
2954${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/ext_tables.sql 2976${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/ext_tables.sql
2955${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/Classes/Controller/HelpModuleController.php 2977${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/Classes/Controller/HelpModuleController.php
2956${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/Migrations/Code/ClassAliasMap.php 2978${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/Migrations/Code/ClassAliasMap.php
2957${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/Resources/Private/Templates/cshmanual.html 2979${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/Resources/Private/Templates/cshmanual.html
2958${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/composer.json 2980${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/composer.json
2959${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/ext_emconf.php 2981${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/ext_emconf.php
2960${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/ext_icon.gif 2982${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/ext_icon.gif
2961${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/ext_tables.php 2983${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/ext_tables.php
2962${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/mod/about.gif 2984${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/mod/about.gif
2963${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/mod/conf.php 2985${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/mod/conf.php
2964${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/mod/index.php 2986${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cshmanual/mod/index.php
2965${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Classes/Controller/CssStyledContentController.php 2987${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Classes/Controller/CssStyledContentController.php
2966${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Configuration/TCA/Overrides/tt_content.php 2988${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Configuration/TCA/Overrides/tt_content.php
2967${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/.gitignore 
2968${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/AboutThisDocument/Index.rst 2989${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/AboutThisDocument/Index.rst
2969${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/Configuration/Constants/Index.rst 2990${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/Configuration/Constants/Index.rst
2970${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/Configuration/Index.rst 2991${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/Configuration/Index.rst
2971${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/BulletList/Index.rst 2992${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/BulletList/Index.rst
2972${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Divider/Index.rst 2993${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Divider/Index.rst
2973${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Header/Index.rst 2994${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Header/Index.rst
2974${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Html/Index.rst 2995${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Html/Index.rst
2975${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Image/Index.rst 2996${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Image/Index.rst
2976${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Index.rst 2997${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Index.rst
2977${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/InsertRecords/Index.rst 2998${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/InsertRecords/Index.rst
2978${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Mailform/Index.rst 2999${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Mailform/Index.rst
2979${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Media/Index.rst 3000${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Media/Index.rst
2980${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Menu/Index.rst 3001${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/Documentation/Configuration/Objects/Menu/Index.rst
@@ -3031,27 +3052,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cs @@ -3031,27 +3052,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/cs
3031${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v6.1/constants.txt 3052${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v6.1/constants.txt
3032${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v6.1/setup.txt 3053${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/css_styled_content/static/v6.1/setup.txt
3033${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ChangeLog 3054${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ChangeLog
3034${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/Controller/ModuleController.php 3055${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/Controller/ModuleController.php
3035${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/Database/AdodbPreparedStatement.php 3056${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/Database/AdodbPreparedStatement.php
3036${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/Database/DatabaseConnection.php 3057${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/Database/DatabaseConnection.php
3037${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/Database/Specifics/AbstractSpecifics.php 3058${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/Database/Specifics/AbstractSpecifics.php
3038${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/Database/Specifics/Oci8.php 3059${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/Database/Specifics/Oci8.php
3039${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/Database/Specifics/Postgres.php 3060${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/Database/Specifics/Postgres.php
3040${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/Database/SqlParser.php 3061${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/Database/SqlParser.php
3041${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/ExtensionManager/MessageDisplay.php 3062${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/ExtensionManager/MessageDisplay.php
3042${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/QueryCache.php 3063${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/QueryCache.php
3043${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/RecordList/DatabaseRecordList.php 3064${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Classes/RecordList/DatabaseRecordList.php
3044${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/.gitignore 
3045${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Appendices/Index.rst 3065${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Appendices/Index.rst
3046${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Appendices/UsingOracleWithTypo3/ConfiguringDatabaseAccess/Index.rst 3066${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Appendices/UsingOracleWithTypo3/ConfiguringDatabaseAccess/Index.rst
3047${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Appendices/UsingOracleWithTypo3/Index.rst 3067${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Appendices/UsingOracleWithTypo3/Index.rst
3048${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Appendices/UsingOracleWithTypo3/InstallingAndConfiguringAdodbAndDbal/Index.rst 3068${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Appendices/UsingOracleWithTypo3/InstallingAndConfiguringAdodbAndDbal/Index.rst
3049${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Appendices/UsingPostgresqlWithTypo3/CompatibilityTuning/Index.rst 3069${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Appendices/UsingPostgresqlWithTypo3/CompatibilityTuning/Index.rst
3050${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Appendices/UsingPostgresqlWithTypo3/ConfiguringDatabaseAccess/Index.rst 3070${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Appendices/UsingPostgresqlWithTypo3/ConfiguringDatabaseAccess/Index.rst
3051${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Appendices/UsingPostgresqlWithTypo3/Index.rst 3071${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Appendices/UsingPostgresqlWithTypo3/Index.rst
3052${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Appendices/UsingPostgresqlWithTypo3/InstallingAndConfiguringAdodbAndDbal/Index.rst 3072${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Appendices/UsingPostgresqlWithTypo3/InstallingAndConfiguringAdodbAndDbal/Index.rst
3053${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Bugs/Index.rst 3073${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Bugs/Index.rst
3054${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Configuration/ConfigurationHints/Index.rst 3074${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Configuration/ConfigurationHints/Index.rst
3055${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Configuration/Debug/Index.rst 3075${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Configuration/Debug/Index.rst
3056${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Configuration/Handlercfg/Index.rst 3076${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Configuration/Handlercfg/Index.rst
3057${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Configuration/Index.rst 3077${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/Documentation/Configuration/Index.rst
@@ -3128,27 +3148,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/do @@ -3128,27 +3148,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/do
3128${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Classes/Exception/XmlParser.php 3148${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Classes/Exception/XmlParser.php
3129${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Classes/Service/DocumentationService.php 3149${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Classes/Service/DocumentationService.php
3130${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Classes/Slots/ExtensionManager.php 3150${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Classes/Slots/ExtensionManager.php
3131${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Classes/Utility/LanguageUtility.php 3151${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Classes/Utility/LanguageUtility.php
3132${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Classes/Utility/MiscUtility.php 3152${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Classes/Utility/MiscUtility.php
3133${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Classes/ViewHelpers/Be/Security/IfAdminViewHelper.php 3153${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Classes/ViewHelpers/Be/Security/IfAdminViewHelper.php
3134${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Classes/ViewHelpers/FormatsViewHelper.php 3154${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Classes/ViewHelpers/FormatsViewHelper.php
3135${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Classes/ViewHelpers/Link/ActionViewHelper.php 3155${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Classes/ViewHelpers/Link/ActionViewHelper.php
3136${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/README.rst 3156${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/README.rst
3137${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Private/.htaccess 3157${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Private/.htaccess
3138${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Private/Language/locallang.xlf 3158${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Private/Language/locallang.xlf
3139${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Private/Language/locallang_mod.xlf 3159${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Private/Language/locallang_mod.xlf
3140${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Private/Layouts/Default.html 3160${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Private/Layouts/Default.html
3141${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Private/Scss/.gitignore 
3142${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Private/Scss/helpers/_mixins.scss 3161${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Private/Scss/helpers/_mixins.scss
3143${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Private/Scss/main.scss 3162${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Private/Scss/main.scss
3144${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Private/Scss/page/_base.scss 3163${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Private/Scss/page/_base.scss
3145${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Private/Scss/page/_download.scss 3164${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Private/Scss/page/_download.scss
3146${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Private/Scss/page/_get.scss 3165${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Private/Scss/page/_get.scss
3147${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Private/Templates/Document/Download.html 3166${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Private/Templates/Document/Download.html
3148${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Private/Templates/Document/List.html 3167${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Private/Templates/Document/List.html
3149${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Public/Css/README.txt 3168${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Public/Css/README.txt
3150${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Public/Css/main.css 3169${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Public/Css/main.css
3151${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Public/JavaScript/configuration.js 3170${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Public/JavaScript/configuration.js
3152${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Public/JavaScript/main.js 3171${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Resources/Public/JavaScript/main.js
3153${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Tests/Unit/Domain/Model/DocumentFormatTest.php 3172${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Tests/Unit/Domain/Model/DocumentFormatTest.php
3154${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Tests/Unit/Domain/Model/DocumentTest.php 3173${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/documentation/Tests/Unit/Domain/Model/DocumentTest.php
@@ -3789,27 +3808,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/ex @@ -3789,27 +3808,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/ex
3789${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Scss/page/_distribution.scss 3808${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Scss/page/_distribution.scss
3790${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Scss/page/_get.scss 3809${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Scss/page/_get.scss
3791${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Scss/page/_manage.scss 3810${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Scss/page/_manage.scss
3792${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Scss/var/_settings.scss 3811${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Scss/var/_settings.scss
3793${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/Configuration/ShowConfigurationForm.html 3812${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/Configuration/ShowConfigurationForm.html
3794${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/Distribution/Show.html 3813${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/Distribution/Show.html
3795${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/Download/CheckDependencies.json 3814${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/Download/CheckDependencies.json
3796${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/Download/InstallFromTer.json 3815${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/Download/InstallFromTer.json
3797${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/Download/UpdateCommentForUpdatableVersions.json 3816${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/Download/UpdateCommentForUpdatableVersions.json
3798${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/List/Distributions.html 3817${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/List/Distributions.html
3799${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/List/Index.html 3818${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/List/Index.html
3800${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/List/ShowAllVersions.html 3819${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/List/ShowAllVersions.html
3801${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/List/Ter.html 3820${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/List/Ter.html
3802${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/List/Ter.json 
3803${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/List/UnresolvedDependencies.html 3821${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/List/UnresolvedDependencies.html
3804${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/UpdateFromTer/UpdateExtensionListFromTer.json 3822${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/UpdateFromTer/UpdateExtensionListFromTer.json
3805${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/UpdateScript/Show.html 3823${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/UpdateScript/Show.html
3806${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/UploadExtensionFile/Form.html 3824${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Private/Templates/UploadExtensionFile/Form.html
3807${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/LICENSE.txt 3825${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/LICENSE.txt
3808${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/farbtastic.css 3826${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/farbtastic.css
3809${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/farbtastic.js 3827${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/farbtastic.js
3810${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/marker.png 3828${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/marker.png
3811${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/mask.png 3829${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/mask.png
3812${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/wheel.png 3830${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/Farbtastic/wheel.png
3813${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/LoadMask/jquery.loadmask.css 3831${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/LoadMask/jquery.loadmask.css
3814${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/LoadMask/jquery.loadmask.js 3832${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/LoadMask/jquery.loadmask.js
3815${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/LoadMask/jquery.loadmask.min.js 3833${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extensionmanager/Resources/Public/Contrib/LoadMask/jquery.loadmask.min.js
@@ -3877,27 +3895,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/ex @@ -3877,27 +3895,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/ex
3877${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/ext_tables.php 3895${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/ext_tables.php
3878${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/locallang.xlf 3896${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/locallang.xlf
3879${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/Classes/FrontendEditPanel.php 3897${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/Classes/FrontendEditPanel.php
3880${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/Migrations/Code/ClassAliasMap.php 3898${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/Migrations/Code/ClassAliasMap.php
3881${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/composer.json 3899${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/composer.json
3882${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/ext_emconf.php 3900${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/ext_emconf.php
3883${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/ext_icon.gif 3901${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/ext_icon.gif
3884${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/ext_localconf.php 3902${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/ext_localconf.php
3885${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Classes/Controller/FrontendLoginController.php 3903${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Classes/Controller/FrontendLoginController.php
3886${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Classes/Hooks/CmsLayout.php 3904${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Classes/Hooks/CmsLayout.php
3887${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Configuration/TCA/Overrides/fe_groups.php 3905${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Configuration/TCA/Overrides/fe_groups.php
3888${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Configuration/TCA/Overrides/fe_users.php 3906${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Configuration/TCA/Overrides/fe_users.php
3889${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Configuration/TCA/Overrides/tt_content.php 3907${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Configuration/TCA/Overrides/tt_content.php
3890${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/.gitignore 
3891${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/Configuration/Index.rst 3908${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/Configuration/Index.rst
3892${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/Examples/Index.rst 3909${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/Examples/Index.rst
3893${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/Hooks/Index.rst 3910${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/Hooks/Index.rst
3894${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/Images/ContentElementWizard.png 3911${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/Images/ContentElementWizard.png
3895${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/Images/GeneralSettings.png 3912${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/Images/GeneralSettings.png
3896${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/Images/MessagesConfiguration.png 3913${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/Images/MessagesConfiguration.png
3897${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/Images/RedirectConfiguration.png 3914${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/Images/RedirectConfiguration.png
3898${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/Images/UserGroupRedirection.png 3915${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/Images/UserGroupRedirection.png
3899${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/Images/UserRedirection.png 3916${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/Images/UserRedirection.png
3900${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/Includes.txt 3917${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/Includes.txt
3901${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/Index.rst 3918${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/Index.rst
3902${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/Introduction/Index.rst 3919${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/Introduction/Index.rst
3903${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/KnownProblems/Index.rst 3920${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/Documentation/KnownProblems/Index.rst
@@ -4418,27 +4435,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fo @@ -4418,27 +4435,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fo
4418${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/RadioElementView.php 4435${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/RadioElementView.php
4419${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/RadioGroupElementView.php 4436${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/RadioGroupElementView.php
4420${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/SelectElementView.php 4437${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/SelectElementView.php
4421${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/TextareaElementView.php 4438${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/TextareaElementView.php
4422${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/TextlineElementView.php 4439${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/Element/TextlineElementView.php
4423${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/PlainView.php 4440${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Mail/Plain/PlainView.php
4424${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Wizard/AbstractWizardView.php 4441${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Wizard/AbstractWizardView.php
4425${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Wizard/LoadWizardView.php 4442${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Wizard/LoadWizardView.php
4426${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Wizard/SaveWizardView.php 4443${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Wizard/SaveWizardView.php
4427${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Wizard/WizardView.php 4444${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Classes/View/Wizard/WizardView.php
4428${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Configuration/PageTS/modWizards.ts 4445${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Configuration/PageTS/modWizards.ts
4429${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Configuration/TCA/Overrides/tt_content.php 4446${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Configuration/TCA/Overrides/tt_content.php
4430${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Configuration/TypoScript/setup.txt 4447${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Configuration/TypoScript/setup.txt
4431${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/.gitignore 
4432${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Administration/Index.rst 4448${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Administration/Index.rst
4433${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Configuration/CheatSheet/Images.txt 4449${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Configuration/CheatSheet/Images.txt
4434${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Configuration/CheatSheet/Index.rst 4450${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Configuration/CheatSheet/Index.rst
4435${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Configuration/Index.rst 4451${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Configuration/Index.rst
4436${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Configuration/Reference/Attributes/Index.rst 4452${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Configuration/Reference/Attributes/Index.rst
4437${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Configuration/Reference/Functions/Index.rst 4453${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Configuration/Reference/Functions/Index.rst
4438${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Configuration/Reference/Index.rst 4454${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Configuration/Reference/Index.rst
4439${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Configuration/Reference/Objects/Index.rst 4455${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Configuration/Reference/Objects/Index.rst
4440${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Images/CheatSheetAttributes.png 4456${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Images/CheatSheetAttributes.png
4441${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Images/CheatSheetFilters.png 4457${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Images/CheatSheetFilters.png
4442${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Images/CheatSheetLayouts.png 4458${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Images/CheatSheetLayouts.png
4443${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Images/CheatSheetRules.png 4459${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Images/CheatSheetRules.png
4444${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Images/FormCreationWizad.png 4460${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/form/Documentation/Images/FormCreationWizad.png
@@ -4963,27 +4979,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/in @@ -4963,27 +4979,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/in
4963${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Hook/CrawlerHook.php 4979${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Hook/CrawlerHook.php
4964${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Hook/MysqlFulltextIndexHook.php 4980${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Hook/MysqlFulltextIndexHook.php
4965${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Hook/TypoScriptFrontendHook.php 4981${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Hook/TypoScriptFrontendHook.php
4966${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Indexer.php 4982${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Indexer.php
4967${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Lexer.php 4983${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Lexer.php
4968${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Utility/DoubleMetaPhoneUtility.php 4984${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Utility/DoubleMetaPhoneUtility.php
4969${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Utility/IndexedSearchUtility.php 4985${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/Utility/IndexedSearchUtility.php
4970${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/ViewHelpers/PageBrowsingResultsViewHelper.php 4986${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/ViewHelpers/PageBrowsingResultsViewHelper.php
4971${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/ViewHelpers/PageBrowsingViewHelper.php 4987${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Classes/ViewHelpers/PageBrowsingViewHelper.php
4972${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Configuration/TCA/Overrides/tt_content.php 4988${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Configuration/TCA/Overrides/tt_content.php
4973${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Configuration/TCA/index_config.php 4989${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Configuration/TCA/index_config.php
4974${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Configuration/TypoScript/constants.txt 4990${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Configuration/TypoScript/constants.txt
4975${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Configuration/TypoScript/setup.txt 4991${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Configuration/TypoScript/setup.txt
4976${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/.gitignore 
4977${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/Administration/Index.rst 4992${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/Administration/Index.rst
4978${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/AnalysingIndexedData/Index.rst 4993${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/AnalysingIndexedData/Index.rst
4979${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/Configuration/General/Index.rst 4994${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/Configuration/General/Index.rst
4980${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/Configuration/Index.rst 4995${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/Configuration/Index.rst
4981${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/Configuration/Typoscript/Index.rst 4996${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/Configuration/Typoscript/Index.rst
4982${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/DatabaseTables/Index.rst 4997${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/DatabaseTables/Index.rst
4983${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexFulltext/Index.rst 4998${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexFulltext/Index.rst
4984${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexGrlist/Index.rst 4999${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexGrlist/Index.rst
4985${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexPhash/Index.rst 5000${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexPhash/Index.rst
4986${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexSection/Index.rst 5001${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexSection/Index.rst
4987${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexWordsIndexRel/Index.rst 5002${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexWordsIndexRel/Index.rst
4988${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/Images/AdvancedSearchOptions.png 5003${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/Images/AdvancedSearchOptions.png
4989${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/Images/CategorizationSelector.png 5004${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/indexed_search/Documentation/Images/CategorizationSelector.png
@@ -5680,27 +5695,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/la @@ -5680,27 +5695,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/la
5680${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_wizards.xlf 5695${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/lang/locallang_wizards.xlf
5681${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/ChangeLog 5696${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/ChangeLog
5682${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/LinkAnalyzer.php 5697${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/LinkAnalyzer.php
5683${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Linktype/AbstractLinktype.php 5698${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Linktype/AbstractLinktype.php
5684${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Linktype/ExternalLinktype.php 5699${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Linktype/ExternalLinktype.php
5685${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Linktype/FileLinktype.php 5700${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Linktype/FileLinktype.php
5686${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Linktype/InternalLinktype.php 5701${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Linktype/InternalLinktype.php
5687${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Linktype/LinkHandler.php 5702${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Linktype/LinkHandler.php
5688${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Linktype/LinktypeInterface.php 5703${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Linktype/LinktypeInterface.php
5689${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Report/LinkValidatorReport.php 5704${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Report/LinkValidatorReport.php
5690${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Task/ValidatorTask.php 5705${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Task/ValidatorTask.php
5691${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Task/ValidatorTaskAdditionalFieldProvider.php 5706${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Classes/Task/ValidatorTaskAdditionalFieldProvider.php
5692${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Configuration/TsConfig/Page/pagetsconfig.txt 5707${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Configuration/TsConfig/Page/pagetsconfig.txt
5693${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/.gitignore 
5694${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/Administration/Index.rst 5708${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/Administration/Index.rst
5695${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/Configuration/Index.rst 5709${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/Configuration/Index.rst
5696${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/Images/CheckLinksTab.png 5710${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/Images/CheckLinksTab.png
5697${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/Images/CheckLinksTabVisible.png 5711${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/Images/CheckLinksTabVisible.png
5698${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/Images/ReportsTab.png 5712${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/Images/ReportsTab.png
5699${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/Images/SchedulerTask.png 5713${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/Images/SchedulerTask.png
5700${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/Includes.txt 5714${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/Includes.txt
5701${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/Index.rst 5715${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/Index.rst
5702${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/Introduction/Index.rst 5716${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/Introduction/Index.rst
5703${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/LargeSites/Index.rst 5717${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/LargeSites/Index.rst
5704${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/NextSteps/Index.rst 5718${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/NextSteps/Index.rst
5705${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/Settings.yml 5719${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/Settings.yml
5706${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/Targets.rst 5720${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/linkvalidator/Documentation/Targets.rst
@@ -5769,27 +5783,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/op @@ -5769,27 +5783,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/op
5769${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/ext_icon.gif 5783${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/ext_icon.gif
5770${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/ext_tables.php 5784${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/ext_tables.php
5771${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/locallang_opendocs.xlf 5785${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/locallang_opendocs.xlf
5772${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/registerToolbarItem.php 5786${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/opendocs/registerToolbarItem.php
5773${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Classes/Exception.php 5787${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Classes/Exception.php
5774${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Classes/OpenidEid.php 5788${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Classes/OpenidEid.php
5775${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Classes/OpenidModuleSetup.php 5789${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Classes/OpenidModuleSetup.php
5776${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Classes/OpenidReturn.php 5790${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Classes/OpenidReturn.php
5777${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Classes/OpenidService.php 5791${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Classes/OpenidService.php
5778${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Classes/OpenidStore.php 5792${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Classes/OpenidStore.php
5779${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Classes/Wizard.php 5793${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Classes/Wizard.php
5780${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Configuration/TCA/Overrides/be_users.php 5794${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Configuration/TCA/Overrides/be_users.php
5781${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Configuration/TCA/Overrides/fe_users.php 5795${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Configuration/TCA/Overrides/fe_users.php
5782${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Documentation/.gitignore 
5783${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Documentation/Administration/Index.rst 5796${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Documentation/Administration/Index.rst
5784${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Documentation/Configuration/Index.rst 5797${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Documentation/Configuration/Index.rst
5785${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Documentation/Images/BackendUserConfiguration.png 5798${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Documentation/Images/BackendUserConfiguration.png
5786${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Documentation/Images/FrontendUserConfiguration.png 5799${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Documentation/Images/FrontendUserConfiguration.png
5787${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Documentation/Images/YahooOpenIdScreen.png 5800${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Documentation/Images/YahooOpenIdScreen.png
5788${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Documentation/Includes.txt 5801${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Documentation/Includes.txt
5789${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Documentation/Index.rst 5802${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Documentation/Index.rst
5790${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Documentation/Introduction/Index.rst 5803${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Documentation/Introduction/Index.rst
5791${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Documentation/Settings.yml 5804${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Documentation/Settings.yml
5792${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Documentation/Targets.rst 5805${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Documentation/Targets.rst
5793${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Documentation/UsersManual/Index.rst 5806${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Documentation/UsersManual/Index.rst
5794${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Migrations/Code/ClassAliasMap.php 5807${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Migrations/Code/ClassAliasMap.php
5795${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Resources/Private/Language/Wizard.xlf 5808${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/openid/Resources/Private/Language/Wizard.xlf
@@ -5882,27 +5895,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/re @@ -5882,27 +5895,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/re
5882${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/ext_emconf.php 5895${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/ext_emconf.php
5883${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/ext_icon.gif 5896${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/ext_icon.gif
5884${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/ext_tables.php 5897${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/ext_tables.php
5885${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/mod1/clear.gif 5898${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/mod1/clear.gif
5886${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/mod1/conf.php 5899${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/mod1/conf.php
5887${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/mod1/index.php 5900${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/mod1/index.php
5888${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/mod1/list.gif 5901${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recordlist/mod1/list.gif
5889${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Classes/Controller/DeletedRecordsController.php 5902${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Classes/Controller/DeletedRecordsController.php
5890${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Classes/Controller/RecyclerAjaxController.php 5903${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Classes/Controller/RecyclerAjaxController.php
5891${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Classes/Controller/RecyclerModuleController.php 5904${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Classes/Controller/RecyclerModuleController.php
5892${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Classes/Domain/Model/DeletedRecords.php 5905${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Classes/Domain/Model/DeletedRecords.php
5893${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Classes/Domain/Model/Tables.php 5906${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Classes/Domain/Model/Tables.php
5894${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Classes/Utility/RecyclerUtility.php 5907${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Classes/Utility/RecyclerUtility.php
5895${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Documentation/.gitignore 
5896${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Documentation/Configuration/Index.rst 5908${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Documentation/Configuration/Index.rst
5897${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Documentation/Images/RecyclerMainScreen.jpg 5909${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Documentation/Images/RecyclerMainScreen.jpg
5898${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Documentation/Includes.txt 5910${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Documentation/Includes.txt
5899${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Documentation/Index.rst 5911${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Documentation/Index.rst
5900${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Documentation/Introduction/Index.rst 5912${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Documentation/Introduction/Index.rst
5901${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Documentation/Settings.yml 5913${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Documentation/Settings.yml
5902${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Documentation/Targets.rst 5914${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Documentation/Targets.rst
5903${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Migrations/Code/ClassAliasMap.php 5915${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/Migrations/Code/ClassAliasMap.php
5904${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/composer.json 5916${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/composer.json
5905${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/ext_emconf.php 5917${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/ext_emconf.php
5906${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/ext_icon.gif 5918${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/ext_icon.gif
5907${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/ext_localconf.php 5919${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/ext_localconf.php
5908${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/ext_tables.php 5920${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/recycler/ext_tables.php
@@ -5966,27 +5978,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rs @@ -5966,27 +5978,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rs
5966${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Backend/PhpBackend.php 5978${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Backend/PhpBackend.php
5967${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/BackendWarnings.php 5979${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/BackendWarnings.php
5968${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Hook/BackendHookForAjaxLogin.php 5980${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Hook/BackendHookForAjaxLogin.php
5969${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Hook/FrontendLoginHook.php 5981${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Hook/FrontendLoginHook.php
5970${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Hook/LoginFormHook.php 5982${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Hook/LoginFormHook.php
5971${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Hook/UserSetupHook.php 5983${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Hook/UserSetupHook.php
5972${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Keypair.php 5984${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Keypair.php
5973${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/RsaAuthService.php 5985${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/RsaAuthService.php
5974${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Storage/AbstractStorage.php 5986${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Storage/AbstractStorage.php
5975${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Storage/SessionStorage.php 5987${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Storage/SessionStorage.php
5976${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Storage/SplitStorage.php 5988${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Storage/SplitStorage.php
5977${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Storage/StorageFactory.php 5989${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Classes/Storage/StorageFactory.php
5978${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Configuration/TCA/tx_rsaauth_keys.php 5990${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Configuration/TCA/tx_rsaauth_keys.php
5979${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Documentation/.gitignore 
5980${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Documentation/Administration/Index.rst 5991${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Documentation/Administration/Index.rst
5981${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Documentation/Includes.txt 5992${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Documentation/Includes.txt
5982${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Documentation/Index.rst 5993${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Documentation/Index.rst
5983${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Documentation/Introduction/Index.rst 5994${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Documentation/Introduction/Index.rst
5984${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Documentation/Settings.yml 5995${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Documentation/Settings.yml
5985${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Documentation/Targets.rst 5996${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Documentation/Targets.rst
5986${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Documentation/UsersManual/Index.rst 5997${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Documentation/UsersManual/Index.rst
5987${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Migrations/Code/ClassAliasMap.php 5998${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Migrations/Code/ClassAliasMap.php
5988${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Tests/Unit/Backend/CommandLineBackendTest.php 5999${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Tests/Unit/Backend/CommandLineBackendTest.php
5989${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Tests/Unit/Backend/PhpBackendTest.php 6000${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Tests/Unit/Backend/PhpBackendTest.php
5990${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Tests/Unit/KeypairTest.php 6001${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/Tests/Unit/KeypairTest.php
5991${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/composer.json 6002${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/composer.json
5992${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/ext_conf_template.txt 6003${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rsaauth/ext_conf_template.txt
@@ -6055,27 +6066,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rt @@ -6055,27 +6066,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rt
6055${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/FolderTree.php 6066${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/FolderTree.php
6056${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Hook/Frontend/Controller/TypoScriptFrontendControllerHook.php 6067${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Hook/Frontend/Controller/TypoScriptFrontendControllerHook.php
6057${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Hook/Install/DeprecatedRteProperties.php 6068${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Hook/Install/DeprecatedRteProperties.php
6058${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Hook/SoftReferenceHook.php 6069${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Hook/SoftReferenceHook.php
6059${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Hook/StatusReportConflictsCheckHook.php 6070${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/Hook/StatusReportConflictsCheckHook.php
6060${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/PageTree.php 6071${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/PageTree.php
6061${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaApi.php 6072${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaApi.php
6062${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaBase.php 6073${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/RteHtmlAreaBase.php
6063${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/SelectImage.php 6074${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/SelectImage.php
6064${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/User.php 6075${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Classes/User.php
6065${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Configuration/Hook/Frontend/Controller/ext_localconf.php 6076${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Configuration/Hook/Frontend/Controller/ext_localconf.php
6066${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Configuration/TCA/tx_rtehtmlarea_acronym.php 6077${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Configuration/TCA/tx_rtehtmlarea_acronym.php
6067${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Configuration/TypoScript/ImageRendering/setup.txt 6078${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Configuration/TypoScript/ImageRendering/setup.txt
6068${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/.gitignore 
6069${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/AnchorAccessibility/Index.rst 6079${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/AnchorAccessibility/Index.rst
6070${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/Clickenlarge/Index.rst 6080${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/Clickenlarge/Index.rst
6071${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/CustomTags/Index.rst 6081${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/CustomTags/Index.rst
6072${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/DefaultWebsiteLanguage/Index.rst 6082${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/DefaultWebsiteLanguage/Index.rst
6073${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/ExtensionConfiguration/Index.rst 6083${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/ExtensionConfiguration/Index.rst
6074${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/FrontEndPlugins/Index.rst 6084${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/FrontEndPlugins/Index.rst
6075${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/Index.rst 6085${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/Index.rst
6076${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/InstallingMultipleRtes/Index.rst 6086${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/InstallingMultipleRtes/Index.rst
6077${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/Index.rst 6087${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/Index.rst
6078${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/classes/Index.rst 6088${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/classes/Index.rst
6079${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/classesAnchor/Index.rst 6089${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/classesAnchor/Index.rst
6080${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/colors/Index.rst 6090${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/colors/Index.rst
6081${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/fontSizes/Index.rst 6091${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/Documentation/Configuration/PageTsconfig/fontSizes/Index.rst
@@ -6556,27 +6566,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sa @@ -6556,27 +6566,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sa
6556${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Salt/AbstractSalt.php 6566${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Salt/AbstractSalt.php
6557${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Salt/BlowfishSalt.php 6567${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Salt/BlowfishSalt.php
6558${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Salt/Md5Salt.php 6568${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Salt/Md5Salt.php
6559${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Salt/PhpassSalt.php 6569${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Salt/PhpassSalt.php
6560${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Salt/SaltFactory.php 6570${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Salt/SaltFactory.php
6561${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Salt/SaltInterface.php 6571${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Salt/SaltInterface.php
6562${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/SaltedPasswordService.php 6572${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/SaltedPasswordService.php
6563${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Task/BulkUpdateFieldProvider.php 6573${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Task/BulkUpdateFieldProvider.php
6564${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Task/BulkUpdateTask.php 6574${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Task/BulkUpdateTask.php
6565${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Utility/ExtensionManagerConfigurationUtility.php 6575${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Utility/ExtensionManagerConfigurationUtility.php
6566${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Utility/SaltedPasswordsUtility.php 6576${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Classes/Utility/SaltedPasswordsUtility.php
6567${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Configuration/TCA/Overrides/be_users.php 6577${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Configuration/TCA/Overrides/be_users.php
6568${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Configuration/TCA/Overrides/fe_users.php 6578${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Configuration/TCA/Overrides/fe_users.php
6569${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/.gitignore 
6570${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/Configuration/Index.rst 6579${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/Configuration/Index.rst
6571${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/Credits/Index.rst 6580${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/Credits/Index.rst
6572${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/DevelopersGuide/Index.rst 6581${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/DevelopersGuide/Index.rst
6573${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/Images/ExtensionConfigurationCheck.png 6582${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/Images/ExtensionConfigurationCheck.png
6574${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/Images/SaltedHashInDatabase.png 6583${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/Images/SaltedHashInDatabase.png
6575${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/Includes.txt 6584${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/Includes.txt
6576${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/Index.rst 6585${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/Index.rst
6577${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/Installation/Index.rst 6586${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/Installation/Index.rst
6578${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/Introduction/Index.rst 6587${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/Introduction/Index.rst
6579${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/Licenses/Index.rst 6588${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/Licenses/Index.rst
6580${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/Overview/Index.rst 6589${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/Overview/Index.rst
6581${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/Settings.yml 6590${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/Settings.yml
6582${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/Targets.rst 6591${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/Documentation/Targets.rst
@@ -6611,27 +6620,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sc @@ -6611,27 +6620,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sc
6611${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/AbstractTask.php 6620${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/AbstractTask.php
6612${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/CachingFrameworkGarbageCollectionAdditionalFieldProvider.php 6621${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/CachingFrameworkGarbageCollectionAdditionalFieldProvider.php
6613${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/CachingFrameworkGarbageCollectionTask.php 6622${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/CachingFrameworkGarbageCollectionTask.php
6614${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/FileIndexingTask.php 6623${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/FileIndexingTask.php
6615${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/FileStorageExtractionAdditionalFieldProvider.php 6624${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/FileStorageExtractionAdditionalFieldProvider.php
6616${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/FileStorageExtractionTask.php 6625${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/FileStorageExtractionTask.php
6617${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/FileStorageIndexingAdditionalFieldProvider.php 6626${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/FileStorageIndexingAdditionalFieldProvider.php
6618${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/FileStorageIndexingTask.php 6627${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/FileStorageIndexingTask.php
6619${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/RecyclerGarbageCollectionAdditionalFieldProvider.php 6628${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/RecyclerGarbageCollectionAdditionalFieldProvider.php
6620${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/RecyclerGarbageCollectionTask.php 6629${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/RecyclerGarbageCollectionTask.php
6621${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/TableGarbageCollectionAdditionalFieldProvider.php 6630${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/TableGarbageCollectionAdditionalFieldProvider.php
6622${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/TableGarbageCollectionTask.php 6631${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Classes/Task/TableGarbageCollectionTask.php
6623${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Configuration/TCA/tx_scheduler_task_group.php 6632${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Configuration/TCA/tx_scheduler_task_group.php
6624${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/.gitignore 
6625${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/Administration/BackendModule/Index.rst 6633${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/Administration/BackendModule/Index.rst
6626${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/Administration/DeleteTask/Index.rst 6634${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/Administration/DeleteTask/Index.rst
6627${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/Administration/EditTask/Index.rst 6635${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/Administration/EditTask/Index.rst
6628${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/Administration/GroupTask/Index.rst 6636${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/Administration/GroupTask/Index.rst
6629${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/Administration/Index.rst 6637${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/Administration/Index.rst
6630${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/Administration/ManualExecution/Index.rst 6638${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/Administration/ManualExecution/Index.rst
6631${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/Administration/StopTask/Index.rst 6639${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/Administration/StopTask/Index.rst
6632${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/AppendixA/Index.rst 6640${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/AppendixA/Index.rst
6633${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/DevelopersGuide/CreatingTasks/Index.rst 6641${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/DevelopersGuide/CreatingTasks/Index.rst
6634${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/DevelopersGuide/Index.rst 6642${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/DevelopersGuide/Index.rst
6635${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/DevelopersGuide/SchedulerApi/Index.rst 6643${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/DevelopersGuide/SchedulerApi/Index.rst
6636${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/Images/AddingATask.png 6644${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/Images/AddingATask.png
6637${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/Images/BackendModuleMainView.png 6645${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/scheduler/Documentation/Images/BackendModuleMainView.png
@@ -6726,27 +6734,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv @@ -6726,27 +6734,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv
6726${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/Migrations/Code/ClassAliasMap.php 6734${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/Migrations/Code/ClassAliasMap.php
6727${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/Resources/Private/Language/locallang.xlf 6735${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/Resources/Private/Language/locallang.xlf
6728${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/Resources/Public/Images/tx_sv_report.png 6736${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/Resources/Public/Images/tx_sv_report.png
6729${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/Tests/Unit/AuthenticationServiceTest.php 6737${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/Tests/Unit/AuthenticationServiceTest.php
6730${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/composer.json 6738${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/composer.json
6731${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/ext_emconf.php 6739${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/ext_emconf.php
6732${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/ext_icon.gif 6740${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/ext_icon.gif
6733${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/ext_localconf.php 6741${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/ext_localconf.php
6734${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/ext_tables.php 6742${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/ext_tables.php
6735${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Classes/ActionList.php 6743${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Classes/ActionList.php
6736${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Classes/ActionTask.php 6744${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Classes/ActionTask.php
6737${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Classes/ActionToolbarMenu.php 6745${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Classes/ActionToolbarMenu.php
6738${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Configuration/TCA/sys_action.php 6746${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Configuration/TCA/sys_action.php
6739${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/.gitignore 
6740${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/Images/CreateBackendUserAction.gif 6747${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/Images/CreateBackendUserAction.gif
6741${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/Images/CreateSqlQuery.gif 6748${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/Images/CreateSqlQuery.gif
6742${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/Images/RecordListAction.gif 6749${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/Images/RecordListAction.gif
6743${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/Images/SqlQueryAction.gif 6750${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/Images/SqlQueryAction.gif
6744${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/Includes.txt 6751${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/Includes.txt
6745${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/Index.rst 6752${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/Index.rst
6746${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/Introduction/Index.rst 6753${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/Introduction/Index.rst
6747${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/Settings.yml 6754${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/Settings.yml
6748${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/Targets.rst 6755${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/Targets.rst
6749${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/UsersManual/CreateBackendUser/Index.rst 6756${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/UsersManual/CreateBackendUser/Index.rst
6750${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/UsersManual/EditRecords/Index.rst 6757${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/UsersManual/EditRecords/Index.rst
6751${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/UsersManual/InGeneral/Index.rst 6758${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/UsersManual/InGeneral/Index.rst
6752${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/UsersManual/Index.rst 6759${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/Documentation/UsersManual/Index.rst
@@ -8908,27 +8915,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3 @@ -8908,27 +8915,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3
8908${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/status/loading-balls.gif 8915${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/status/loading-balls.gif
8909${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/status/loading.gif 8916${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/status/loading.gif
8910${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/status/resizable.gif 8917${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/status/resizable.gif
8911${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/system-help-open.png 8918${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/rtehtmlarea/images/system-help-open.png
8912${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/_t3-icon.css 8919${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/_t3-icon.css
8913${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/flags.css 8920${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/flags.css
8914${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/t3skin.css 8921${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/sprites/t3skin.css
8915${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/standalone/admin_panel.css 8922${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/standalone/admin_panel.css
8916${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/standalone/errorpage-message.css 8923${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/stylesheets/standalone/errorpage-message.css
8917${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/templates/errorpage-message.html 8924${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/templates/errorpage-message.html
8918${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Classes/Controller/TaskModuleController.php 8925${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Classes/Controller/TaskModuleController.php
8919${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Classes/TaskInterface.php 8926${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Classes/TaskInterface.php
8920${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Classes/TaskStatus.php 8927${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Classes/TaskStatus.php
8921${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Documentation/.gitignore 
8922${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Documentation/Administration/Index.rst 8928${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Documentation/Administration/Index.rst
8923${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Documentation/DevelopersGuide/CreatingANewTask/Index.rst 8929${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Documentation/DevelopersGuide/CreatingANewTask/Index.rst
8924${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Documentation/DevelopersGuide/Index.rst 8930${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Documentation/DevelopersGuide/Index.rst
8925${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Documentation/DevelopersGuide/TaskcenterApi/Index.rst 8931${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Documentation/DevelopersGuide/TaskcenterApi/Index.rst
8926${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Documentation/Images/ExampleScreenshot.gif 8932${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Documentation/Images/ExampleScreenshot.gif
8927${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Documentation/Includes.txt 8933${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Documentation/Includes.txt
8928${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Documentation/Index.rst 8934${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Documentation/Index.rst
8929${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Documentation/Introduction/Index.rst 8935${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Documentation/Introduction/Index.rst
8930${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Documentation/Settings.yml 8936${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Documentation/Settings.yml
8931${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Documentation/Targets.rst 8937${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Documentation/Targets.rst
8932${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Migrations/Code/ClassAliasMap.php 8938${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/Migrations/Code/ClassAliasMap.php
8933${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/composer.json 8939${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/composer.json
8934${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/ext_emconf.php 8940${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/taskcenter/ext_emconf.php
@@ -9120,27 +9126,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wo @@ -9120,27 +9126,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wo
9120${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/AdditionalColumnService.php 9126${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/AdditionalColumnService.php
9121${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/AdditionalResourceService.php 9127${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/AdditionalResourceService.php
9122${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/AutoPublishService.php 9128${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/AutoPublishService.php
9123${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Dependency/CollectionService.php 9129${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Dependency/CollectionService.php
9124${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/GridDataService.php 9130${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/GridDataService.php
9125${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/HistoryService.php 9131${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/HistoryService.php
9126${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/IntegrityService.php 9132${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/IntegrityService.php
9127${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/StagesService.php 9133${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/StagesService.php
9128${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/WorkspaceService.php 9134${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/WorkspaceService.php
9129${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Task/AutoPublishTask.php 9135${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Task/AutoPublishTask.php
9130${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Task/CleanupPreviewLinkTask.php 9136${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Task/CleanupPreviewLinkTask.php
9131${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Configuration/TCA/sys_workspace.php 9137${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Configuration/TCA/sys_workspace.php
9132${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Configuration/TCA/sys_workspace_stage.php 9138${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Configuration/TCA/sys_workspace_stage.php
9133${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/.gitignore 
9134${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/Administration/Configuration/Index.rst 9139${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/Administration/Configuration/Index.rst
9135${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/Administration/Index.rst 9140${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/Administration/Index.rst
9136${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/Administration/Versioning/Index.rst 9141${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/Administration/Versioning/Index.rst
9137${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/Administration/Workspaces/Index.rst 9142${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/Administration/Workspaces/Index.rst
9138${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/CustomWorkspace/Index.rst 9143${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/CustomWorkspace/Index.rst
9139${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/Images/ChangeInTheNextStage.png 9144${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/Images/ChangeInTheNextStage.png
9140${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/Images/ChangeRejected.png 9145${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/Images/ChangeRejected.png
9141${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/Images/CreateCustomWorkspace.png 9146${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/Images/CreateCustomWorkspace.png
9142${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/Images/CustomWorkspacesPermissions.png 9147${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/Images/CustomWorkspacesPermissions.png
9143${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/Images/IndividualActions.png 9148${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/Images/IndividualActions.png
9144${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/Images/IndividualControlButtons.png 9149${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/Images/IndividualControlButtons.png
9145${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/Images/MassActionsMenu.png 9150${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/Images/MassActionsMenu.png
9146${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/Images/ModifiedPageHighlight.png 9151${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/Images/ModifiedPageHighlight.png
@@ -9438,26 +9443,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wo @@ -9438,26 +9443,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wo
9438${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/DataSet/LiveDefaultPages.csv 9443${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/DataSet/LiveDefaultPages.csv
9439${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/DataSet/ReferenceIndex.csv 9444${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/DataSet/ReferenceIndex.csv
9440${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/ActionTest.php 9445${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/ActionTest.php
9441${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/changeParentContentSorting.csv 9446${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/changeParentContentSorting.csv
9442${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/copyPage.csv 9447${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/copyPage.csv
9443${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/copyPageWHotelBeforeParentContent.csv 9448${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/copyPageWHotelBeforeParentContent.csv
9444${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/copyParentContent.csv 9449${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/copyParentContent.csv
9445${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/copyParentContentToDifferentPage.csv 9450${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/copyParentContentToDifferentPage.csv
9446${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createNCopyParentContentNHotelNOfferChildren.csv 9451${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createNCopyParentContentNHotelNOfferChildren.csv
9447${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createNCopyParentContentNHotelNOfferChildrenNDiscardCopiedParent.csv 9452${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createNCopyParentContentNHotelNOfferChildrenNDiscardCopiedParent.csv
9448${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createNLocalizeParentContentNHotelNOfferChildren.csv 9453${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createNLocalizeParentContentNHotelNOfferChildren.csv
9449${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createNLocalizeParentContentNHotelNOfferChildrenNDiscardCreatedParent.csv 9454${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createNLocalizeParentContentNHotelNOfferChildrenNDiscardCreatedParent.csv
9450${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createNLocalizeParentContentNHotelNOfferChildrenNDiscardLocalizedParent.csv 9455${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createNLocalizeParentContentNHotelNOfferChildrenNDiscardLocalizedParent.csv
 9456${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createNLocalizeParentContentNHotelNOfferChildrenWOSortBy.csv
9451${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createParentContent.csv 9457${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createParentContent.csv
9452${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createParentContentNHotelNOfferChildren.csv 9458${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/createParentContentNHotelNOfferChildren.csv
9453${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/deletePage.csv 9459${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/deletePage.csv
9454${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/deleteParentContent.csv 9460${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/deleteParentContent.csv
9455${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/deleteParentContentNDiscardDeletedParent.csv 9461${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/deleteParentContentNDiscardDeletedParent.csv
9456${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/localizeParentContentKeep.csv 9462${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/localizeParentContentKeep.csv
9457${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/localizeParentContentSelect.csv 9463${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/localizeParentContentSelect.csv
9458${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/localizeParentContentWAllChildrenKeep.csv 9464${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/localizeParentContentWAllChildrenKeep.csv
9459${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/localizeParentContentWAllChildrenSelect.csv 9465${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/localizeParentContentWAllChildrenSelect.csv
9460${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyNDiscardNModifyParentWHotelChild.csv 9466${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyNDiscardNModifyParentWHotelChild.csv
9461${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyOnlyHotelChild.csv 9467${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyOnlyHotelChild.csv
9462${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyPage.csv 9468${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyPage.csv
9463${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyParentContent.csv 9469${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/modifyParentContent.csv
@@ -9590,40 +9596,54 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wo @@ -9590,40 +9596,54 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wo
9590${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/deleteContentOfRelation.csv 9596${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/deleteContentOfRelation.csv
9591${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/localizeCategoryOfRelation.csv 9597${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/localizeCategoryOfRelation.csv
9592${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/localizeContentOfRelation.csv 9598${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/localizeContentOfRelation.csv
9593${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/modifyBothsOfRelation.csv 9599${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/modifyBothsOfRelation.csv
9594${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/modifyCategoryOfRelation.csv 9600${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/modifyCategoryOfRelation.csv
9595${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/modifyContentOfRelation.csv 9601${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/modifyContentOfRelation.csv
9596${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/moveContentOfRelationToDifferentPage.csv 9602${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/ManyToMany/PublishAll/DataSet/moveContentOfRelationToDifferentPage.csv
9597${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/AbstractActionTestCase.php 9603${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/AbstractActionTestCase.php
9598${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/DataSet/LiveDefaultElements.csv 9604${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/DataSet/LiveDefaultElements.csv
9599${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/DataSet/LiveDefaultPages.csv 9605${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/DataSet/LiveDefaultPages.csv
9600${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/DataSet/ReferenceIndex.csv 9606${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/DataSet/ReferenceIndex.csv
9601${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/ActionTest.php 9607${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/ActionTest.php
9602${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/changeContentSorting.csv 9608${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/changeContentSorting.csv
 9609${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/changeContentSortingAndCopyDraftPage.csv
 9610${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/changeContentSortingAndCopyLivePage.csv
 9611${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/changeContentSortingNDeleteLiveRecord.csv
 9612${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/changeContentSortingNDeleteMovedRecord.csv
9603${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/changePageSorting.csv 9613${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/changePageSorting.csv
9604${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/copyContent.csv 9614${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/copyContent.csv
9605${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/copyPage.csv 9615${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/copyPage.csv
 9616${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/createContentAndCopyDraftPage.csv
 9617${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/createContentAndCopyLivePage.csv
9606${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/createContentNDiscardCreatedContent.csv 9618${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/createContentNDiscardCreatedContent.csv
9607${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/createContents.csv 9619${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/createContents.csv
9608${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/createNCopyContentNDiscardCopiedContent.csv 9620${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/createNCopyContentNDiscardCopiedContent.csv
 9621${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/createNestedPagesAndCopyDraftParentPage.csv
 9622${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/createNestedPagesAndCopyLiveParentPage.csv
9609${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/createPage.csv 9623${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/createPage.csv
 9624${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/createPageAndCopyDraftParentPage.csv
 9625${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/createPageAndCopyLiveParentPage.csv
9610${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/deleteContent.csv 9626${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/deleteContent.csv
 9627${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/deleteContentAndCopyDraftPage.csv
 9628${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/deleteContentAndCopyLivePage.csv
9611${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/deleteLocalizedContentNDeleteContent.csv 9629${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/deleteLocalizedContentNDeleteContent.csv
9612${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/deletePage.csv 9630${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/deletePage.csv
9613${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/localizeContent.csv 9631${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/localizeContent.csv
9614${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/localizePage.csv 9632${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/localizePage.csv
9615${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/modifyContent.csv 9633${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/modifyContent.csv
9616${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/modifyPage.csv 9634${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/modifyPage.csv
 9635${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/moveContentAndCopyDraftPage.csv
 9636${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/moveContentAndCopyLivePage.csv
9617${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/moveContentToDifferentPage.csv 9637${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/moveContentToDifferentPage.csv
9618${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/moveContentToDifferentPageNChangeSorting.csv 9638${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/moveContentToDifferentPageNChangeSorting.csv
9619${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/movePageToDifferentPage.csv 9639${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/movePageToDifferentPage.csv
9620${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/movePageToDifferentPageNChangeSorting.csv 9640${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/movePageToDifferentPageNChangeSorting.csv
9621${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/movePageToDifferentPageNCreatePageAfterMovedPage.csv 9641${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/movePageToDifferentPageNCreatePageAfterMovedPage.csv
9622${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/ActionTest.php 9642${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/ActionTest.php
9623${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/changeContentSorting.csv 9643${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/changeContentSorting.csv
9624${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/changePageSorting.csv 9644${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/changePageSorting.csv
9625${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/copyContent.csv 9645${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/copyContent.csv
9626${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/copyPage.csv 9646${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/copyPage.csv
9627${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/createContentNDiscardCreatedContent.csv 9647${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/createContentNDiscardCreatedContent.csv
9628${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/createContents.csv 9648${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/createContents.csv
9629${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/createNCopyContentNDiscardCopiedContent.csv 9649${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/createNCopyContentNDiscardCopiedContent.csv

cvs diff -r1.8 -r1.9 pkgsrc/www/typo3_62/distinfo (expand / switch to unified diff)

--- pkgsrc/www/typo3_62/distinfo 2015/11/04 02:47:40 1.8
+++ pkgsrc/www/typo3_62/distinfo 2015/12/15 15:53:29 1.9
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.8 2015/11/04 02:47:40 agc Exp $ 1$NetBSD: distinfo,v 1.9 2015/12/15 15:53:29 taca Exp $
2 2
3SHA1 (typo3_src-6.2.15.tar.gz) = 8e8dde23a05fdb868702846f3ca9f6f96dd48738 3SHA1 (typo3_src-6.2.16.tar.gz) = 97ca2db0eaebb4e015d1c5cd211abc5dc42275e7
4RMD160 (typo3_src-6.2.15.tar.gz) = 65c9324795fef1f88b6d00947fb525dd24a787dc 4RMD160 (typo3_src-6.2.16.tar.gz) = cc99f4d067f5f13bb002bd9e2828144d2be2d4f8
5SHA512 (typo3_src-6.2.15.tar.gz) = e737474605ee29dde86f9151a406e35f2b6a6cacd32262ca03a93ee64ccdd8c7b5f89f629cfcb293c02effce808275ced67c582545045f34c4a87fdf460115c9 5SHA512 (typo3_src-6.2.16.tar.gz) = 7e3d8f5d6abaf7a63577be056d829a8afcc76a3570548dbe15b38632a5b9e615a2c16ca360aea148d5a62309899c565c88b3e22998be6963a6e27a351e9c1860
6Size (typo3_src-6.2.15.tar.gz) = 21038230 bytes 6Size (typo3_src-6.2.16.tar.gz) = 21183466 bytes
7SHA1 (patch-typo3_sysext_core_Configuration_DefaultConfiguration.php) = e33544513630b4c931ca8e932847796d4bd694b2 7SHA1 (patch-typo3_sysext_core_Configuration_DefaultConfiguration.php) = e33544513630b4c931ca8e932847796d4bd694b2