Mon Aug 22 21:27:02 2011 UTC ()
Pullup ticket #3510 - requested by taca
www/typo3: security update

Revisions pulled up:
- www/typo3/Makefile                                            1.33
- www/typo3/PLIST                                               1.20
- www/typo3/distinfo                                            1.25
- www/typo3/patches/patch-aa                                    1.6

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu Aug 18 12:21:22 UTC 2011

   Modified Files:
   	pkgsrc/www/typo3: Makefile PLIST distinfo
   	pkgsrc/www/typo3/patches: patch-aa

   Log Message:
   Update typo3 package to 4.5.5.

   4.5.3 and 4.5.5 contains some security fixes.  For more detail,
   please refer these changes.

   	http://wiki.typo3.org/wiki/TYPO3_4.5.3
   	http://wiki.typo3.org/wiki/TYPO3_4.5.4
   	http://wiki.typo3.org/wiki/TYPO3_4.5.5


(tron)
diff -r1.32 -r1.32.4.1 pkgsrc/www/typo3/Makefile
diff -r1.19 -r1.19.4.1 pkgsrc/www/typo3/PLIST
diff -r1.24 -r1.24.4.1 pkgsrc/www/typo3/distinfo
diff -r1.5 -r1.5.4.1 pkgsrc/www/typo3/patches/patch-aa

cvs diff -r1.32 -r1.32.4.1 pkgsrc/www/typo3/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/typo3/Attic/Makefile 2011/03/02 19:06:09 1.32
+++ pkgsrc/www/typo3/Attic/Makefile 2011/08/22 21:27:01 1.32.4.1
@@ -1,48 +1,46 @@ @@ -1,48 +1,46 @@
1# $NetBSD: Makefile,v 1.32 2011/03/02 19:06:09 bouyer Exp $ 1# $NetBSD: Makefile,v 1.32.4.1 2011/08/22 21:27:01 tron Exp $
2# 2#
3 3
4DISTNAME= ${TYPO3NAME} 4DISTNAME= ${TYPO3NAME}
5PKGNAME= typo3-${VER} 5PKGNAME= typo3-${VER}
6PKGREVISION= 1 
7CATEGORIES= www 6CATEGORIES= www
8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typo3/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typo3/}
9DISTFILES= ${TYPO3NAME}${EXTRACT_SUFX} ${SITESRC}${EXTRACT_SUFX} 8DISTFILES= ${TYPO3NAME}${EXTRACT_SUFX} ${SITESRC}${EXTRACT_SUFX}
10 9
11MAINTAINER= taca@NetBSD.org 10MAINTAINER= taca@NetBSD.org
12HOMEPAGE= http://typo3.com/ 11HOMEPAGE= http://typo3.com/
13COMMENT= The typo3 content management system 12COMMENT= The typo3 content management system
14LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
15 14
16DEPENDS+= ${PHP_PKG_PREFIX}-{mysql,pgsql}>=5.1.0:../../databases/php-mysql 15DEPENDS+= ${PHP_PKG_PREFIX}-{mysql,pgsql}>=5.1.0:../../databases/php-mysql
17DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/ 16DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/
18DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json 17DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json
19 18
20PKG_DESTDIR_SUPPORT= user-destdir 19PKG_DESTDIR_SUPPORT= user-destdir
21 20
22VER= 4.5.2 21VER= 4.5.5
23NO_BUILD= yes 22NO_BUILD= yes
24USE_TOOLS= pax 23USE_TOOLS= pax
25 24
26TYPO3NAME= typo3_src-${VER} 25TYPO3NAME= typo3_src-${VER}
27SITESRC= dummy-${VER} 26SITESRC= dummy-${VER}
 27WRKSRC= ${WRKDIR}/${DISTNAME}
28 28
29# maybe resides in lang/php/phpversion.mk 29# maybe resides in lang/php/phpversion.mk
30REPLACE_INTERPRETER+= php 30REPLACE_INTERPRETER+= php
31REPLACE.php.old= .*php[^ ]* 31REPLACE.php.old= .*php[^ ]*
32REPLACE.php.new= ${PREFIX}/bin/php 32REPLACE.php.new= ${PREFIX}/bin/php
33REPLACE_FILES.php= typo3/cli_dispatch.phpsh \ 33REPLACE_FILES.php= typo3/cli_dispatch.phpsh
34 typo3/mod/user/ws/cli/ws_cli.phpsh \ 
35 typo3/sysext/indexed_search/cli/indexer_cli.phpsh 
36 34
37TYPO3DATADIR= fileadmin fileadmin/_temp_ fileadmin/user_upload \ 35TYPO3DATADIR= fileadmin fileadmin/_temp_ fileadmin/user_upload \
38 typo3conf typo3conf/ext typo3conf/l10n typo3temp uploads \ 36 typo3conf typo3conf/ext typo3conf/l10n typo3temp uploads \
39 uploads/media uploads/pics uploads/tf 37 uploads/media uploads/pics uploads/tf
40 38
41BUILD_DEFS+= APACHE_GROUP 39BUILD_DEFS+= APACHE_GROUP
42 40
43FILES_SUBST+= TYPO3DIR=${TYPO3DIR:Q} SITEDIR=${SITEDIR:Q} 41FILES_SUBST+= TYPO3DIR=${TYPO3DIR:Q} SITEDIR=${SITEDIR:Q}
44PLIST_SUBST+= EGDIR=${EGDIR:Q} SITEDIR=${SITEDIR:Q} \ 42PLIST_SUBST+= EGDIR=${EGDIR:Q} SITEDIR=${SITEDIR:Q} \
45 TYPO3DIR=${TYPO3DIR:Q} TYPO3NAME=${TYPO3NAME:Q} 43 TYPO3DIR=${TYPO3DIR:Q} TYPO3NAME=${TYPO3NAME:Q}
46 44
47EGDIR= share/examples/typo3 45EGDIR= share/examples/typo3
48 46

cvs diff -r1.19 -r1.19.4.1 pkgsrc/www/typo3/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/www/typo3/Attic/PLIST 2011/02/26 03:02:59 1.19
+++ pkgsrc/www/typo3/Attic/PLIST 2011/08/22 21:27:01 1.19.4.1
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.19 2011/02/26 03:02:59 taca Exp $ 1@comment $NetBSD: PLIST,v 1.19.4.1 2011/08/22 21:27:01 tron Exp $
2${EGDIR}/localconf.php 2${EGDIR}/localconf.php
3${TYPO3DIR}/${TYPO3NAME}/ChangeLog 3${TYPO3DIR}/${TYPO3NAME}/ChangeLog
4${TYPO3DIR}/${TYPO3NAME}/GPL.txt 4${TYPO3DIR}/${TYPO3NAME}/GPL.txt
5${TYPO3DIR}/${TYPO3NAME}/INSTALL.txt 5${TYPO3DIR}/${TYPO3NAME}/INSTALL.txt
6${TYPO3DIR}/${TYPO3NAME}/LICENSE.txt 6${TYPO3DIR}/${TYPO3NAME}/LICENSE.txt
7${TYPO3DIR}/${TYPO3NAME}/NEWS.txt 7${TYPO3DIR}/${TYPO3NAME}/NEWS.txt
8${TYPO3DIR}/${TYPO3NAME}/README.txt 8${TYPO3DIR}/${TYPO3NAME}/README.txt
9${TYPO3DIR}/${TYPO3NAME}/RELEASE_NOTES.txt 9${TYPO3DIR}/${TYPO3NAME}/RELEASE_NOTES.txt
10${TYPO3DIR}/${TYPO3NAME}/_.htaccess 10${TYPO3DIR}/${TYPO3NAME}/_.htaccess
11${TYPO3DIR}/${TYPO3NAME}/index.php 11${TYPO3DIR}/${TYPO3NAME}/index.php
12${TYPO3DIR}/${TYPO3NAME}/t3lib/GPL.txt 12${TYPO3DIR}/${TYPO3NAME}/t3lib/GPL.txt
13${TYPO3DIR}/${TYPO3NAME}/t3lib/README.txt 13${TYPO3DIR}/${TYPO3NAME}/t3lib/README.txt
14${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_abstractbackend.php 14${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_abstractbackend.php
@@ -284,26 +284,27 @@ ${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/ @@ -284,26 +284,27 @@ ${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/
284${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/class.t3lib_tree_tca_dataproviderfactory.php 284${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/class.t3lib_tree_tca_dataproviderfactory.php
285${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/class.t3lib_tree_tca_extjsarrayrenderer.php 285${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/class.t3lib_tree_tca_extjsarrayrenderer.php
286${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/class.t3lib_tree_tca_tcatree.php 286${TYPO3DIR}/${TYPO3NAME}/t3lib/tree/tca/class.t3lib_tree_tca_tcatree.php
287${TYPO3DIR}/${TYPO3NAME}/t3lib/unidata/SpecialCasing.txt 287${TYPO3DIR}/${TYPO3NAME}/t3lib/unidata/SpecialCasing.txt
288${TYPO3DIR}/${TYPO3NAME}/t3lib/unidata/Translit.txt 288${TYPO3DIR}/${TYPO3NAME}/t3lib/unidata/Translit.txt
289${TYPO3DIR}/${TYPO3NAME}/t3lib/unidata/UnicodeData.txt 289${TYPO3DIR}/${TYPO3NAME}/t3lib/unidata/UnicodeData.txt
290${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_client.php 290${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_client.php
291${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_command.php 291${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_command.php
292${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_debug.php 292${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_debug.php
293${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_dependency.php 293${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_dependency.php
294${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_http.php 294${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_http.php
295${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_mail.php 295${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_mail.php
296${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_phpoptions.php 296${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_phpoptions.php
 297${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/class.t3lib_utility_versionnumber.php
297${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/dependency/class.t3lib_utility_dependency_callback.php 298${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/dependency/class.t3lib_utility_dependency_callback.php
298${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/dependency/class.t3lib_utility_dependency_element.php 299${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/dependency/class.t3lib_utility_dependency_element.php
299${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/dependency/class.t3lib_utility_dependency_factory.php 300${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/dependency/class.t3lib_utility_dependency_factory.php
300${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/dependency/class.t3lib_utility_dependency_reference.php 301${TYPO3DIR}/${TYPO3NAME}/t3lib/utility/dependency/class.t3lib_utility_dependency_reference.php
301${TYPO3DIR}/${TYPO3NAME}/typo3/GPL.txt 302${TYPO3DIR}/${TYPO3NAME}/typo3/GPL.txt
302${TYPO3DIR}/${TYPO3NAME}/typo3/LICENSE.txt 303${TYPO3DIR}/${TYPO3NAME}/typo3/LICENSE.txt
303${TYPO3DIR}/${TYPO3NAME}/typo3/README.txt 304${TYPO3DIR}/${TYPO3NAME}/typo3/README.txt
304${TYPO3DIR}/${TYPO3NAME}/typo3/ajax.php 305${TYPO3DIR}/${TYPO3NAME}/typo3/ajax.php
305${TYPO3DIR}/${TYPO3NAME}/typo3/alt_clickmenu.php 306${TYPO3DIR}/${TYPO3NAME}/typo3/alt_clickmenu.php
306${TYPO3DIR}/${TYPO3NAME}/typo3/alt_db_navframe.php 307${TYPO3DIR}/${TYPO3NAME}/typo3/alt_db_navframe.php
307${TYPO3DIR}/${TYPO3NAME}/typo3/alt_doc.php 308${TYPO3DIR}/${TYPO3NAME}/typo3/alt_doc.php
308${TYPO3DIR}/${TYPO3NAME}/typo3/alt_doc_nodoc.php 309${TYPO3DIR}/${TYPO3NAME}/typo3/alt_doc_nodoc.php
309${TYPO3DIR}/${TYPO3NAME}/typo3/alt_file_navframe.php 310${TYPO3DIR}/${TYPO3NAME}/typo3/alt_file_navframe.php
@@ -2740,27 +2741,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/db @@ -2740,27 +2741,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/db
2740${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/class.ux_t3lib_sqlparser.php 2741${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/class.ux_t3lib_sqlparser.php
2741${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/doc/class.tslib_fe.php.diff 2742${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/doc/class.tslib_fe.php.diff
2742${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/doc/manual.sxw 2743${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/doc/manual.sxw
2743${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_autoload.php 2744${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_autoload.php
2744${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_conf_template.txt 2745${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_conf_template.txt
2745${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_emconf.php 2746${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_emconf.php
2746${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_icon.gif 2747${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_icon.gif
2747${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_localconf.php 2748${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_localconf.php
2748${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_tables.php 2749${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_tables.php
2749${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_tables.sql 2750${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/ext_tables.sql
2750${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/handlers/class.tx_dbal_handler_openoffice.php 2751${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/handlers/class.tx_dbal_handler_openoffice.php
2751${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/handlers/class.tx_dbal_handler_rawmysql.php 2752${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/handlers/class.tx_dbal_handler_rawmysql.php
2752${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/handlers/class.tx_dbal_handler_xmldb.php 2753${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/handlers/class.tx_dbal_handler_xmldb.php
2753${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/last_synched_target 
2754${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/lib/class.tx_dbal_querycache.php 2754${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/lib/class.tx_dbal_querycache.php
2755${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/lib/class.tx_dbal_sqlengine.php 2755${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/lib/class.tx_dbal_sqlengine.php
2756${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/lib/class.tx_dbal_tsparserext.php 2756${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/lib/class.tx_dbal_tsparserext.php
2757${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/clear.gif 2757${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/clear.gif
2758${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/conf.php 2758${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/conf.php
2759${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/index.php 2759${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/index.php
2760${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/locallang.xml 2760${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/locallang.xml
2761${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/locallang_mod.xml 2761${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/locallang_mod.xml
2762${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/moduleicon.gif 2762${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/moduleicon.gif
2763${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/README 2763${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/README
2764${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/Templates/install.html 2764${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/Templates/install.html
2765${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/oracle/indexed_search.diff 2765${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/oracle/indexed_search.diff
2766${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/oracle/realurl.diff 2766${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/oracle/realurl.diff
@@ -2804,26 +2804,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em @@ -2804,26 +2804,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em
2804${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/tools/class.tx_em_tools.php 2804${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/tools/class.tx_em_tools.php
2805${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/tools/class.tx_em_tools_unzip.php 2805${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/tools/class.tx_em_tools_unzip.php
2806${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/tools/class.tx_em_tools_xmlhandler.php 2806${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/tools/class.tx_em_tools_xmlhandler.php
2807${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/translations/class.tx_em_translations.php 2807${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/translations/class.tx_em_translations.php
2808${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_autoload.php 2808${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_autoload.php
2809${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_conf_template.txt 2809${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_conf_template.txt
2810${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_emconf.php 2810${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_emconf.php
2811${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_icon.gif 2811${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_icon.gif
2812${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_localconf.php 2812${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_localconf.php
2813${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_tables.php 2813${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_tables.php
2814${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_tables.sql 2814${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_tables.sql
2815${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_tables_static+adt.sql 2815${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ext_tables_static+adt.sql
2816${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/interfaces/interface.tx_em_index_checkdatabaseupdateshook.php 2816${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/interfaces/interface.tx_em_index_checkdatabaseupdateshook.php
 2817${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/interfaces/interface.tx_em_renderhook.php
2817${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/language/locallang.xml 2818${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/language/locallang.xml
2818${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/css/editor.css 2819${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/css/editor.css
2819${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/css/t3_em.css 2820${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/css/t3_em.css
2820${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/arrow_redo.png 2821${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/arrow_redo.png
2821${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/arrow_undo.png 2822${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/arrow_undo.png
2822${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/cancel.png 2823${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/cancel.png
2823${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/download.png 2824${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/download.png
2824${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/drive.png 2825${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/drive.png
2825${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/email.png 2826${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/email.png
2826${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/extension-required.png 2827${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/extension-required.png
2827${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/filebrowser.png 2828${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/filebrowser.png
2828${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/flag.png 2829${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/flag.png
2829${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/image.png 2830${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/res/icons/image.png
@@ -3162,27 +3163,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/ex @@ -3162,27 +3163,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/ex
3162${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/NumberValidatorTest.php 3163${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/NumberValidatorTest.php
3163${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/RawValidatorTest.php 3164${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/RawValidatorTest.php
3164${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/RegularExpressionValidatorTest.php 3165${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/RegularExpressionValidatorTest.php
3165${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/StringLengthValidatorTest.php 3166${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/StringLengthValidatorTest.php
3166${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/TextValidatorTest.php 3167${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/Validator/TextValidatorTest.php
3167${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/ValidatorResolverTest.php 3168${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Tests/Unit/Validation/ValidatorResolverTest.php
3168${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_autoload.php 3169${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_autoload.php
3169${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_emconf.php 3170${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_emconf.php
3170${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_icon.gif 3171${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_icon.gif
3171${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_localconf.php 3172${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_localconf.php
3172${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_tables.php 3173${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_tables.php
3173${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_tables.sql 3174${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_tables.sql
3174${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_typoscript_setup.txt 3175${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/ext_typoscript_setup.txt
3175${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/last_synched_target 
3176${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/class.tx_extrapagecmoptions.php 3176${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/class.tx_extrapagecmoptions.php
3177${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/ext_emconf.php 3177${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/ext_emconf.php
3178${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/ext_icon.gif 3178${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/ext_icon.gif
3179${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/ext_tables.php 3179${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/ext_tables.php
3180${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/locallang.xml 3180${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extra_page_cm_options/locallang.xml
3181${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/ext_emconf.php 3181${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/ext_emconf.php
3182${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/ext_icon.gif 3182${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/ext_icon.gif
3183${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/ext_localconf.php 3183${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/ext_localconf.php
3184${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/view/class.tx_feedit_editpanel.php 3184${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/feedit/view/class.tx_feedit_editpanel.php
3185${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/ChangeLog 3185${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/ChangeLog
3186${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/doc/manual.sxw 3186${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/doc/manual.sxw
3187${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/ext_emconf.php 3187${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/ext_emconf.php
3188${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/ext_icon.gif 3188${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/felogin/ext_icon.gif
@@ -3417,27 +3417,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fl @@ -3417,27 +3417,26 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fl
3417${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/RenderChildrenViewHelperTest.php 3417${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/RenderChildrenViewHelperTest.php
3418${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/RenderViewHelperTest.php 3418${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/RenderViewHelperTest.php
3419${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Security/IfAuthenticatedViewHelperTest.php 3419${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Security/IfAuthenticatedViewHelperTest.php
3420${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Security/IfHasRoleViewHelperTest.php 3420${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Security/IfHasRoleViewHelperTest.php
3421${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ThenViewHelperTest.php 3421${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ThenViewHelperTest.php
3422${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri/EmailViewHelperTest.php 3422${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri/EmailViewHelperTest.php
3423${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri/ExternalViewHelperTest.php 3423${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri/ExternalViewHelperTest.php
3424${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ViewHelperBaseTestcase.php 3424${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ViewHelperBaseTestcase.php
3425${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_autoload.php 3425${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_autoload.php
3426${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_emconf.php 3426${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_emconf.php
3427${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_icon.gif 3427${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_icon.gif
3428${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_tables.php 3428${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_tables.php
3429${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_typoscript_setup.txt 3429${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_typoscript_setup.txt
3430${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/last_synched_target 
3431${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/ext_emconf.php 3430${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/ext_emconf.php
3432${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/ext_icon.gif 3431${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/ext_icon.gif
3433${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/ext_tables.php 3432${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/ext_tables.php
3434${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/mod1/clear.gif 3433${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/mod1/clear.gif
3435${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/mod1/conf.php 3434${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/mod1/conf.php
3436${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/mod1/func.gif 3435${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/mod1/func.gif
3437${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/mod1/index.php 3436${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func/mod1/index.php
3438${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/class.tx_funcwizards_webfunc.php 3437${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/class.tx_funcwizards_webfunc.php
3439${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/ext_emconf.php 3438${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/ext_emconf.php
3440${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/ext_icon.gif 3439${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/ext_icon.gif
3441${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/ext_tables.php 3440${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/ext_tables.php
3442${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/locallang.xml 3441${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/locallang.xml
3443${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/locallang_csh.xml 3442${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/func_wizards/locallang_csh.xml
@@ -5009,26 +5008,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv @@ -5009,26 +5008,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv
5009${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/reports/class.tx_sv_reports_serviceslist.php 5008${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/reports/class.tx_sv_reports_serviceslist.php
5010${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/reports/locallang.xml 5009${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/reports/locallang.xml
5011${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/reports/tx_sv_report.css 5010${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/reports/tx_sv_report.css
5012${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/reports/tx_sv_report.png 5011${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sv/reports/tx_sv_report.png
5013${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/doc/manual.sxw 5012${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/doc/manual.sxw
5014${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/ext_autoload.php 5013${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/ext_autoload.php
5015${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/ext_emconf.php 5014${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/ext_emconf.php
5016${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/ext_icon.gif 5015${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/ext_icon.gif
5017${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/ext_tables.php 5016${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/ext_tables.php
5018${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/ext_tables.sql 5017${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/ext_tables.sql
5019${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/locallang.xml 5018${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/locallang.xml
5020${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/locallang_csh_sysaction.xml 5019${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/locallang_csh_sysaction.xml
5021${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/locallang_tca.xml 5020${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/locallang_tca.xml
 5021${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/task/class.tx_sysaction_list.php
5022${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/task/class.tx_sysaction_task.php 5022${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/task/class.tx_sysaction_task.php
5023${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/tca.php 5023${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/tca.php
5024${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/toolbarmenu/class.tx_sysaction_toolbarmenu.php 5024${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/toolbarmenu/class.tx_sysaction_toolbarmenu.php
5025${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/toolbarmenu/registerToolbarItem.php 5025${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/toolbarmenu/registerToolbarItem.php
5026${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/toolbarmenu/tx_sysactions.css 5026${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/toolbarmenu/tx_sysactions.css
5027${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/toolbarmenu/tx_sysactions.js 5027${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/toolbarmenu/tx_sysactions.js
5028${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/x-sys_action.png 5028${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_action/x-sys_action.png
5029${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/ext_emconf.php 5029${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/ext_emconf.php
5030${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/ext_icon.gif 5030${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/ext_icon.gif
5031${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/ext_tables.php 5031${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/ext_tables.php
5032${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/ext_tables.sql 5032${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/ext_tables.sql
5033${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/locallang_csh_sysnote.xml 5033${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/locallang_csh_sysnote.xml
5034${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/locallang_tca.xml 5034${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/sys_note/locallang_tca.xml
@@ -6675,35 +6675,37 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3 @@ -6675,35 +6675,37 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3
6675${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-default.png 6675${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-default.png
6676${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-list.png 6676${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-list.png
6677${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-locked.png 6677${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-locked.png
6678${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-media.png 6678${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-media.png
6679${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-news.png 6679${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-news.png
6680${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-opened.png 6680${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-opened.png
6681${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-recycler.png 6681${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-recycler.png
6682${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-temp.png 6682${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-temp.png
6683${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-user.png 6683${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-folder-user.png
6684${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-mount.png 6684${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-mount.png
6685${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-root.png 6685${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/filetree-root.png
6686${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-backend-user-hideinmenu.png 6686${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-backend-user-hideinmenu.png
6687${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-backend-user.png 6687${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-backend-user.png
 6688${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-collapse.png
6688${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-copy-above.png 6689${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-copy-above.png
6689${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-copy-below.png 6690${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-copy-below.png
6690${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-above.png 6691${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-above.png
6691${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-below.png 6692${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-below.png
6692${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-between.png 6693${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-between.png
6693${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-into.png 6694${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-move-into.png
6694${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-new-between.png 6695${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-new-between.png
6695${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-new-inside.png 6696${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-new-inside.png
6696${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-place-denied.png 6697${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-drag-place-denied.png
 6698${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-expand.png
6697${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-approve.png 6699${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-approve.png
6698${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-board.png 6700${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-board.png
6699${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-fe_users.png 6701${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-fe_users.png
6700${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-news.png 6702${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-news.png
6701${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-shop.png 6703${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-contains-shop.png
6702${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-default.png 6704${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-folder-default.png
6703${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-advanced-hideinmenu.png 6705${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-advanced-hideinmenu.png
6704${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-advanced-root.png 6706${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-advanced-root.png
6705${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-advanced.png 6707${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-advanced.png
6706${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-backend-users-hideinmenu.png 6708${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-backend-users-hideinmenu.png
6707${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-backend-users-root.png 6709${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-backend-users-root.png
6708${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-backend-users.png 6710${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-backend-users.png
6709${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-default.png 6711${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/images/icons/apps/pagetree-page-default.png
@@ -7208,40 +7210,40 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/ts @@ -7208,40 +7210,40 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/ts
7208${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_info/ext_tables.php 7210${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_info/ext_tables.php
7209${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_info/locallang.xml 7211${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_info/locallang.xml
7210${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/ChangeLog 7212${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/ChangeLog
7211${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/class.tx_tstemplateobjbrowser.php 7213${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/class.tx_tstemplateobjbrowser.php
7212${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/doc/TODO.txt 7214${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/doc/TODO.txt
7213${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/ext_emconf.php 7215${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/ext_emconf.php
7214${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/ext_icon.gif 7216${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/ext_icon.gif
7215${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/ext_tables.php 7217${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/ext_tables.php
7216${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/locallang.xml 7218${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/tstemplate_objbrowser/locallang.xml
7217${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ChangeLog 7219${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ChangeLog
7218${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/Resources/Private/Language/locallang_emails.xml 7220${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/Resources/Private/Language/locallang_emails.xml
7219${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/class.tx_version_cm1.php 7221${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/class.tx_version_cm1.php
7220${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/class.tx_version_gui.php 7222${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/class.tx_version_gui.php
 7223${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/class.tx_version_iconworks.php
7221${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/class.tx_version_tcemain.php 7224${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/class.tx_version_tcemain.php
7222${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/class.tx_version_tcemain_commandmap.php 7225${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/class.tx_version_tcemain_commandmap.php
7223${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cli/conf.php 7226${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cli/conf.php
7224${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/clear.gif 7227${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/clear.gif
7225${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/cm_icon.gif 7228${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/cm_icon.gif
7226${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/conf.php 7229${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/conf.php
7227${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/index.php 7230${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/cm1/index.php
7228${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_autoload.php 7231${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_autoload.php
7229${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_conf_template.txt 7232${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_conf_template.txt
7230${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_emconf.php 7233${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_emconf.php
7231${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_icon.gif 7234${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_icon.gif
7232${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_localconf.php 7235${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_localconf.php
7233${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_tables.php 7236${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ext_tables.php
7234${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/last_synched_target 
7235${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/locallang.xml 7237${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/locallang.xml
7236${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/tasks/class.tx_version_tasks_autopublish.php 7238${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/tasks/class.tx_version_tasks_autopublish.php
7237${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/tca.php 7239${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/tca.php
7238${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/.htaccess 7240${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/.htaccess
7239${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/class.wslib.php 7241${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/class.wslib.php
7240${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/class.wslib_gui.php 7242${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/class.wslib_gui.php
7241${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/clear.gif 7243${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/clear.gif
7242${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/cli/conf.php 7244${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/cli/conf.php
7243${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/conf.php 7245${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/conf.php
7244${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/index.php 7246${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/index.php
7245${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/progress.gif 7247${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/progress.gif
7246${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/publish.php 7248${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/publish.php
7247${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/sys_workspace.gif 7249${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/version/ws/sys_workspace.gif
@@ -7283,26 +7285,29 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wo @@ -7283,26 +7285,29 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wo
7283${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/ActionHandler.php 7285${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/ActionHandler.php
7284${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/MassActionHandler.php 7286${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/MassActionHandler.php
7285${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/Server.php 7287${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/Server.php
7286${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/ToolbarMenu.php 7288${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/ExtDirect/ToolbarMenu.php
7287${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Reports/StatusProvider.php 7289${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Reports/StatusProvider.php
7288${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/AutoPublish.php 7290${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/AutoPublish.php
7289${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/AutoPublishTask.php 7291${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/AutoPublishTask.php
7290${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Befunc.php 7292${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Befunc.php
7291${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Fehooks.php 7293${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Fehooks.php
7292${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/GridData.php 7294${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/GridData.php
7293${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Stages.php 7295${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Stages.php
7294${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Tcemain.php 7296${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Tcemain.php
7295${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Workspaces.php 7297${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Classes/Service/Workspaces.php
 7298${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/manual.odt
 7299${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/manual.pdf
 7300${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Documentation/manual.sxw
7296${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Language/locallang.xml 7301${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Language/locallang.xml
7297${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Language/locallang_csh_sysws_stage.xml 7302${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Language/locallang_csh_sysws_stage.xml
7298${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Language/locallang_db.xml 7303${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Language/locallang_db.xml
7299${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Language/locallang_mod.xml 7304${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Language/locallang_mod.xml
7300${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Layouts/module.html 7305${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Layouts/module.html
7301${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Layouts/nodoc.html 7306${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Layouts/nodoc.html
7302${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Layouts/popup.html 7307${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Layouts/popup.html
7303${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Partials/legend.html 7308${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Partials/legend.html
7304${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Partials/navigation.html 7309${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Partials/navigation.html
7305${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Preview/Help.html 7310${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Preview/Help.html
7306${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Preview/Index.html 7311${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Preview/Index.html
7307${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Preview/NewPage.html 7312${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Preview/NewPage.html
7308${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Preview/Preview.html 7313${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Private/Templates/Preview/Preview.html
@@ -7342,34 +7347,32 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wo @@ -7342,34 +7347,32 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/wo
7342${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/menu/RangeMenu.js 7347${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/menu/RangeMenu.js
7343${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/helpers.js 7348${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/helpers.js
7344${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/preview.js 7349${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/preview.js
7345${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/toolbar.js 7350${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/toolbar.js
7346${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/workspacegrid.js 7351${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/workspacegrid.js
7347${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/workspacemenu.js 7352${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/workspacemenu.js
7348${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/workspaces.js 7353${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/JavaScript/workspaces.js
7349${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/StyleSheet/module.css 7354${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/StyleSheet/module.css
7350${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/StyleSheet/preview.css 7355${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Resources/Public/StyleSheet/preview.css
7351${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Service/WorkspaceTest.php 7356${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Service/WorkspaceTest.php
7352${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Service/fixtures/dbDefaultPages.xml 7357${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Service/fixtures/dbDefaultPages.xml
7353${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Service/fixtures/dbDefaultWorkspaces.xml 7358${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Service/fixtures/dbDefaultWorkspaces.xml
7354${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Service/fixtures/dbMovedContent.xml 7359${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/Tests/Service/fixtures/dbMovedContent.xml
7355${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/doc/manual.sxw 
7356${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_autoload.php 7360${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_autoload.php
7357${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_emconf.php 7361${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_emconf.php
7358${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_icon.gif 7362${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_icon.gif
7359${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_localconf.php 7363${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_localconf.php
7360${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_tables.php 7364${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_tables.php
7361${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_tables.sql 7365${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/ext_tables.sql
7362${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/last_synched_target 
7363${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/tca.php 7366${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/workspaces/tca.php
7364${TYPO3DIR}/${TYPO3NAME}/typo3/tab.js 7367${TYPO3DIR}/${TYPO3NAME}/typo3/tab.js
7365${TYPO3DIR}/${TYPO3NAME}/typo3/tce_db.php 7368${TYPO3DIR}/${TYPO3NAME}/typo3/tce_db.php
7366${TYPO3DIR}/${TYPO3NAME}/typo3/tce_file.php 7369${TYPO3DIR}/${TYPO3NAME}/typo3/tce_file.php
7367${TYPO3DIR}/${TYPO3NAME}/typo3/template.php 7370${TYPO3DIR}/${TYPO3NAME}/typo3/template.php
7368${TYPO3DIR}/${TYPO3NAME}/typo3/templates/alt_db_navframe.html 7371${TYPO3DIR}/${TYPO3NAME}/typo3/templates/alt_db_navframe.html
7369${TYPO3DIR}/${TYPO3NAME}/typo3/templates/alt_doc.html 7372${TYPO3DIR}/${TYPO3NAME}/typo3/templates/alt_doc.html
7370${TYPO3DIR}/${TYPO3NAME}/typo3/templates/alt_file_navframe.html 7373${TYPO3DIR}/${TYPO3NAME}/typo3/templates/alt_file_navframe.html
7371${TYPO3DIR}/${TYPO3NAME}/typo3/templates/belog.html 7374${TYPO3DIR}/${TYPO3NAME}/typo3/templates/belog.html
7372${TYPO3DIR}/${TYPO3NAME}/typo3/templates/beuser.html 7375${TYPO3DIR}/${TYPO3NAME}/typo3/templates/beuser.html
7373${TYPO3DIR}/${TYPO3NAME}/typo3/templates/config.html 7376${TYPO3DIR}/${TYPO3NAME}/typo3/templates/config.html
7374${TYPO3DIR}/${TYPO3NAME}/typo3/templates/db_layout.html 7377${TYPO3DIR}/${TYPO3NAME}/typo3/templates/db_layout.html
7375${TYPO3DIR}/${TYPO3NAME}/typo3/templates/db_layout_quickedit.html 7378${TYPO3DIR}/${TYPO3NAME}/typo3/templates/db_layout_quickedit.html
@@ -7406,34 +7409,40 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/templates @@ -7406,34 +7409,40 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/templates
7406${TYPO3DIR}/${TYPO3NAME}/typo3/thumbs.php 7409${TYPO3DIR}/${TYPO3NAME}/typo3/thumbs.php
7407${TYPO3DIR}/${TYPO3NAME}/typo3/view_help.php 7410${TYPO3DIR}/${TYPO3NAME}/typo3/view_help.php
7408${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_add.php 7411${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_add.php
7409${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_colorpicker.php 7412${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_colorpicker.php
7410${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_edit.php 7413${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_edit.php
7411${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_forms.php 7414${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_forms.php
7412${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_list.php 7415${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_list.php
7413${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_rte.php 7416${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_rte.php
7414${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_table.php 7417${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_table.php
7415${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_tsconfig.php 7418${TYPO3DIR}/${TYPO3NAME}/typo3/wizard_tsconfig.php
7416${TYPO3DIR}/${SITEDIR}/INSTALL.txt 7419${TYPO3DIR}/${SITEDIR}/INSTALL.txt
7417${TYPO3DIR}/${SITEDIR}/README.txt 7420${TYPO3DIR}/${SITEDIR}/README.txt
7418${TYPO3DIR}/${SITEDIR}/RELEASE_NOTES.txt 7421${TYPO3DIR}/${SITEDIR}/RELEASE_NOTES.txt
7419${TYPO3DIR}/${SITEDIR}/_.htaccess 
7420${TYPO3DIR}/${SITEDIR}/clear.gif 7422${TYPO3DIR}/${SITEDIR}/clear.gif
7421${TYPO3DIR}/${SITEDIR}/fileadmin/_temp_/.htaccess 7423${TYPO3DIR}/${SITEDIR}/fileadmin/_temp_/.htaccess
7422${TYPO3DIR}/${SITEDIR}/fileadmin/_temp_/index.html 7424${TYPO3DIR}/${SITEDIR}/fileadmin/_temp_/index.html
 7425${TYPO3DIR}/${SITEDIR}/fileadmin/user_upload/index.html
7423${TYPO3DIR}/${SITEDIR}/index.php 7426${TYPO3DIR}/${SITEDIR}/index.php
7424${TYPO3DIR}/${SITEDIR}/t3lib 7427${TYPO3DIR}/${SITEDIR}/t3lib
7425${TYPO3DIR}/${SITEDIR}/typo3 7428${TYPO3DIR}/${SITEDIR}/typo3
7426${TYPO3DIR}/${SITEDIR}/typo3_src 7429${TYPO3DIR}/${SITEDIR}/typo3_src
 7430${TYPO3DIR}/${SITEDIR}/typo3conf/ext/index.html
7427${TYPO3DIR}/${SITEDIR}/typo3conf/extTables.php 7431${TYPO3DIR}/${SITEDIR}/typo3conf/extTables.php
7428${TYPO3DIR}/${SITEDIR}/typo3conf/index.html 7432${TYPO3DIR}/${SITEDIR}/typo3conf/index.html
 7433${TYPO3DIR}/${SITEDIR}/typo3conf/l10n/index.html
 7434${TYPO3DIR}/${SITEDIR}/typo3temp/index.html
7429${TYPO3DIR}/${SITEDIR}/uploads/index.html 7435${TYPO3DIR}/${SITEDIR}/uploads/index.html
 7436${TYPO3DIR}/${SITEDIR}/uploads/media/index.html
 7437${TYPO3DIR}/${SITEDIR}/uploads/pics/index.html
 7438${TYPO3DIR}/${SITEDIR}/uploads/tf/index.html
7430@pkgdir share/typo3/www/uploads/tf 7439@pkgdir share/typo3/www/uploads/tf
7431@pkgdir share/typo3/www/uploads/pics 7440@pkgdir share/typo3/www/uploads/pics
7432@pkgdir share/typo3/www/uploads/media 7441@pkgdir share/typo3/www/uploads/media
7433@pkgdir share/typo3/www/typo3temp 7442@pkgdir share/typo3/www/typo3temp
7434@pkgdir share/typo3/www/typo3conf/l10n 7443@pkgdir share/typo3/www/typo3conf/l10n
7435@pkgdir share/typo3/www/typo3conf/ext 7444@pkgdir share/typo3/www/typo3conf/ext
7436@pkgdir share/typo3/www/fileadmin/user_upload/_temp_ 7445@pkgdir share/typo3/www/fileadmin/user_upload/_temp_
7437@pkgdir share/typo3/typo3_src-${PKGVERSION}/typo3/sysext/t3editor/res/jslib/tx_tstemplateinfo 7446@pkgdir share/typo3/typo3_src-${PKGVERSION}/typo3/sysext/t3editor/res/jslib/tx_tstemplateinfo
7438@pkgdir share/typo3/typo3_src-${PKGVERSION}/typo3/sysext/extbase/Resources/Scripts 7447@pkgdir share/typo3/typo3_src-${PKGVERSION}/typo3/sysext/extbase/Resources/Scripts
7439@pkgdir share/typo3/typo3_src-${PKGVERSION}/typo3/sysext/extbase/Configuration 7448@pkgdir share/typo3/typo3_src-${PKGVERSION}/typo3/sysext/extbase/Configuration

cvs diff -r1.24 -r1.24.4.1 pkgsrc/www/typo3/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/www/typo3/Attic/distinfo 2011/02/26 03:02:59 1.24
+++ pkgsrc/www/typo3/Attic/distinfo 2011/08/22 21:27:01 1.24.4.1
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.24 2011/02/26 03:02:59 taca Exp $ 1$NetBSD: distinfo,v 1.24.4.1 2011/08/22 21:27:01 tron Exp $
2 2
3SHA1 (dummy-4.5.2.tar.gz) = 09324eb48a50e7e7e9c9796848e17268f528d76c 3SHA1 (dummy-4.5.5.tar.gz) = a718a482b975e2d31b197b185ebc22c5d04d85a9
4RMD160 (dummy-4.5.2.tar.gz) = 223a1774ffc31db6b4a9b8799ffa9de4238b088f 4RMD160 (dummy-4.5.5.tar.gz) = 9b624140fb8da21a7188715830bfd03e120faa44
5Size (dummy-4.5.2.tar.gz) = 9227 bytes 5Size (dummy-4.5.5.tar.gz) = 7676 bytes
6SHA1 (typo3_src-4.5.2.tar.gz) = ad4519a9a4f326455140186516f8af45755aa271 6SHA1 (typo3_src-4.5.5.tar.gz) = 8c864aa7c67b703443a5889a4684f6aed6af254b
7RMD160 (typo3_src-4.5.2.tar.gz) = 6bfa8ff28a28795b6cc5a6737c05c38820cb8031 7RMD160 (typo3_src-4.5.5.tar.gz) = 20ae6e46acb043f3559a069681459f2755b1ce66
8Size (typo3_src-4.5.2.tar.gz) = 19090737 bytes 8Size (typo3_src-4.5.5.tar.gz) = 20506753 bytes
9SHA1 (patch-aa) = e7e313ede756f29272140c5230acd496c1dde5ec 9SHA1 (patch-aa) = dd0847334b30215a822bcdcd9231862d7eab68a6

cvs diff -r1.5 -r1.5.4.1 pkgsrc/www/typo3/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/www/typo3/patches/Attic/patch-aa 2011/02/07 12:57:30 1.5
+++ pkgsrc/www/typo3/patches/Attic/patch-aa 2011/08/22 21:27:01 1.5.4.1
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1$NetBSD: patch-aa,v 1.5 2011/02/07 12:57:30 taca Exp $ 1$NetBSD: patch-aa,v 1.5.4.1 2011/08/22 21:27:01 tron Exp $
2 2
3Better default path. 3Better default path.
4 4
5--- t3lib/config_default.php.orig 2011-01-26 19:36:02.000000000 +0000 5--- t3lib/config_default.php.orig 2011-08-16 10:40:47.000000000 +0000
6+++ t3lib/config_default.php 6+++ t3lib/config_default.php
7@@ -34,8 +34,8 @@ $TYPO3_CONF_VARS = array( 7@@ -37,8 +37,8 @@ $TYPO3_CONF_VARS = array(
8 'gdlib_png' => FALSE, // Boolean: Enables the use of GD, with PNG only. This means that all items normally generated as gif-files will be png-files instead! 8 'gdlib_png' => FALSE, // Boolean: Enables the use of GD, with PNG only. This means that all items normally generated as gif-files will be png-files instead!
9  9
10 'im' => TRUE, // Boolean: Enables the use of IM. 10 'im' => TRUE, // Boolean: Enables the use of IM.
11- 'im_path' => '/usr/bin/', // Path to the IM tools 'convert', 'combine', 'identify'. 11- 'im_path' => '/usr/bin/', // Path to the IM tools 'convert', 'combine', 'identify'.
12- 'im_path_lzw' => '/usr/bin/', // Path to the IM tool 'convert' with LZW enabled! See 'gif_compress'. If your version 4.2.9 of ImageMagick is compiled with LZW you may leave this field blank AND disable the flag 'gif_compress'! Tip: You can call LZW 'convert' with a prefix like 'myver_convert' by setting this path with it, eg. '/usr/bin/myver_' instead of just '/usr/bin/'. 12- 'im_path_lzw' => '/usr/bin/', // Path to the IM tool 'convert' with LZW enabled! See 'gif_compress'. If your version 4.2.9 of ImageMagick is compiled with LZW you may leave this field blank AND disable the flag 'gif_compress'! Tip: You can call LZW 'convert' with a prefix like 'myver_convert' by setting this path with it, eg. '/usr/bin/myver_' instead of just '/usr/bin/'.
13+ 'im_path' => '@PREFIX@/bin/', // Path to the IM tools 'convert', 'combine', 'identify'. 13+ 'im_path' => '@PREFIX@/bin/', // Path to the IM tools 'convert', 'combine', 'identify'.
14+ 'im_path_lzw' => '@PREFIX@/bin/', // Path to the IM tool 'convert' with LZW enabled! See 'gif_compress'. If your version 4.2.9 of ImageMagick is compiled with LZW you may leave this field blank AND disable the flag 'gif_compress'! Tip: You can call LZW 'convert' with a prefix like 'myver_convert' by setting this path with it, eg. '/usr/bin/myver_' instead of just '/usr/bin/'. 14+ 'im_path_lzw' => '@PREFIX@/bin/', // Path to the IM tool 'convert' with LZW enabled! See 'gif_compress'. If your version 4.2.9 of ImageMagick is compiled with LZW you may leave this field blank AND disable the flag 'gif_compress'! Tip: You can call LZW 'convert' with a prefix like 'myver_convert' by setting this path with it, eg. '/usr/bin/myver_' instead of just '/usr/bin/'.
15  15
16 'im_version_5' => '', // String: Set this if you're using ImageMagick/GraphicsMagick but not IM 4.x. Setting this value will automatically configure some settings for use with the specified program version. Allowed values are: "im4", "im5", "im6" and "gm" (uses GraphicsMagick instead of ImageMagick). 16 'im_version_5' => '', // String: Set this if you're using ImageMagick/GraphicsMagick but not IM 4.x. Setting this value will automatically configure some settings for use with the specified program version. Allowed values are: "im4", "im5", "im6" and "gm" (uses GraphicsMagick instead of ImageMagick).
17 'im_negate_mask' => FALSE, // Boolean: Indicates if the mask images should be inverted first. This depends of the ImageMagick version. Below ver. 5.1 this should be false. Above ImageMagick version 5.2+ it should be true. Just set the flag if the masks works opposite the intension! 17 'im_negate_mask' => FALSE, // Boolean: Indicates if the mask images should be inverted first. This depends of the ImageMagick version. Below ver. 5.1 this should be false. Above ImageMagick version 5.2+ it should be true. Just set the flag if the masks works opposite the intension!